:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}*{box-sizing:border-box}html,body{min-height:100%;margin:0}body.syncrolly-body{--font-headline:"Manrope", "Avenir Next", "Segoe UI", sans-serif;--font-body:"Inter", "Segoe UI", sans-serif;min-height:max(884px,100dvh);color:var(--color-text-primary);font-family:var(--font-body);-webkit-font-smoothing:antialiased;background:#f7f9fb}button,input,textarea{font:inherit}button{cursor:pointer;background:0 0;border:0}input{background:0 0;border:0;outline:0}textarea{resize:vertical;background:0 0;border:0;outline:0}img{display:block}a{color:inherit;text-decoration:none}.syncrolly-page{min-height:100vh}.shell-header{z-index:50;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#f7f9fbdb;border-bottom:1px solid #d0d7e28f;width:100%;position:fixed;top:0;left:0;box-shadow:0 10px 24px #191c1e0a}.shell-header-inner,.page-main{width:min(672px,100% - 32px);margin:0 auto}.shell-header-inner{justify-content:space-between;align-items:center;gap:18px;height:64px;display:flex}.brand{align-items:center;gap:12px;display:flex}.brand-avatar-frame{background:var(--color-surface-container-high);border-radius:999px;width:32px;height:32px;overflow:hidden}.brand-avatar{object-fit:cover;width:100%;height:100%}.brand-name{color:var(--color-primary-strong);font-family:var(--font-headline);letter-spacing:-.01em;font-size:1.25rem;font-weight:800}.settings-button{color:#5f6d84;border-radius:10px;padding:6px;transition:background-color .16s,color .16s}.settings-button:hover{color:#1f2937;background:#e5ebf4bf}.settings-button svg,.compose-button svg,.search-field svg,.nav-item svg,.icon-button svg,.media-button svg,.send-button svg,.modal-close-button svg{width:20px;height:20px}.page-main{padding-top:80px;padding-bottom:120px}.realtime-widget{z-index:80;pointer-events:none;justify-content:flex-end;align-items:flex-end;display:flex;position:fixed;bottom:22px;right:22px}.realtime-widget.expanded{gap:14px}.realtime-widget-trigger,.realtime-widget-panel{pointer-events:auto}.realtime-widget-trigger{color:#fff;background:linear-gradient(135deg,#0b4cc4 0%,#1e67eb 100%);border-radius:999px;place-items:center;width:64px;height:64px;display:grid;position:relative;overflow:hidden;box-shadow:0 18px 36px #0b4cc442}.realtime-widget-trigger.connecting .realtime-widget-trigger-ring,.realtime-widget-trigger.live .realtime-widget-trigger-ring{animation:1.9s ease-out infinite realtime-pulse}.realtime-widget-trigger-icon{z-index:1;width:28px;height:28px;position:relative}.realtime-widget-trigger-icon svg,.realtime-widget-primary svg,.realtime-widget-danger svg{width:100%;height:100%}.realtime-widget-trigger-ring{border-radius:inherit;border:1px solid #ffffff57;position:absolute;inset:0}.realtime-widget-panel{-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);background:#fffffff0;border:1px solid #d3dae5db;border-radius:22px;gap:14px;width:min(360px,100vw - 32px);padding:18px;display:grid;box-shadow:0 26px 50px #191c1e26}.realtime-widget-panel-header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.realtime-widget-panel-copy{gap:3px;display:grid}.realtime-widget-kicker{color:#1c63df;letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:.72rem;font-weight:800}.realtime-widget-panel-copy h2{color:#142033;font-family:var(--font-headline);letter-spacing:-.03em;margin:0;font-size:1.15rem;font-weight:800}.realtime-widget-close{background:#eff3faeb;border-radius:999px;width:30px;height:30px;position:relative}.realtime-widget-close span{background:#64748b;border-radius:999px;width:14px;height:1.6px;position:absolute;top:14px;left:8px}.realtime-widget-close span:first-child{transform:rotate(45deg)}.realtime-widget-close span:last-child{transform:rotate(-45deg)}.realtime-widget-status-row{background:#f4f7fb;border-radius:14px;align-items:center;gap:10px;padding:10px 12px;display:flex}.realtime-widget-status-dot{border-radius:999px;flex-shrink:0;width:10px;height:10px}.realtime-widget-status-dot.status-idle{background:#94a3b8}.realtime-widget-status-dot.status-connecting{background:#1d4ed8}.realtime-widget-status-dot.status-live{background:#10b981}.realtime-widget-status-dot.status-error{background:#ef4444}.realtime-widget-status-copy{gap:1px;display:grid}.realtime-widget-status-copy strong{color:#172033;font-size:.88rem;font-weight:700}.realtime-widget-status-copy span{color:#6b7280;font-size:.78rem}.realtime-widget-error{color:#b42318;background:#fff1f2;border-radius:14px;margin:0;padding:10px 12px;font-size:.85rem;line-height:1.45}.realtime-widget-transcript{gap:10px;max-height:220px;display:grid;overflow:auto}.realtime-widget-line{border-radius:14px;gap:4px;padding:10px 12px;display:grid}.realtime-widget-line span{color:#6f7b91;letter-spacing:.06em;text-transform:uppercase;font-size:.68rem;font-weight:800}.realtime-widget-line p{color:#182335;margin:0;font-size:.88rem;line-height:1.5}.realtime-widget-line.role-system{background:#f8fafc}.realtime-widget-line.role-user{background:#eef4ff}.realtime-widget-line.role-assistant{background:#f2f7ff}.realtime-widget-actions{gap:10px;display:flex}.realtime-widget-primary,.realtime-widget-danger,.realtime-widget-secondary{border-radius:14px;justify-content:center;align-items:center;gap:8px;min-height:44px;font-size:.88rem;font-weight:700;display:inline-flex}.realtime-widget-primary{color:#fff;background:linear-gradient(135deg,#0b4cc4 0%,#1e67eb 100%);flex:1;box-shadow:0 14px 28px #0b4cc433}.realtime-widget-primary svg,.realtime-widget-danger svg{width:16px;height:16px}.realtime-widget-secondary{color:#223045;background:#eef2f7;flex:1}.realtime-widget-danger{color:#fff;background:#111827;flex:1}@keyframes realtime-pulse{0%{opacity:.9;transform:scale(1)}70%{opacity:0;transform:scale(1.16)}to{opacity:0;transform:scale(1.16)}}.center-stage-page{min-height:100vh;padding-top:80px}.center-stage{text-align:center;place-content:center;justify-items:center;gap:12px;width:min(560px,100% - 32px);min-height:calc(100vh - 80px);margin:0 auto;display:grid}.stage-title{color:var(--color-text-primary);font-family:var(--font-headline);letter-spacing:-.03em;margin:0;font-size:2rem;font-weight:800}.stage-body{color:var(--color-text-secondary);margin:0;font-size:.9375rem;line-height:1.5rem}.spinner,.button-spinner{border:2px solid #ffffff59;border-top-color:#fff;border-radius:999px;width:18px;height:18px;animation:.8s linear infinite syncrolly-spin}.spinner{border-color:#115cb92e;border-top-color:var(--color-primary-strong);width:24px;height:24px}.button-spinner-dark{border-color:#11182724;border-top-color:var(--color-primary-strong)}@keyframes syncrolly-spin{to{transform:rotate(360deg)}}.page-heading-row{justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;display:flex}.page-title{color:var(--color-text-primary);font-family:var(--font-headline);letter-spacing:-.01em;margin:0;font-size:1.5rem;font-weight:800}.compose-button{background:var(--color-primary-strong);color:#fff;border-radius:8px;align-items:center;gap:8px;padding:10px 16px;font-size:.875rem;font-weight:500;display:inline-flex}.search-field{background:var(--color-surface-container-low);height:44px;color:var(--color-on-surface-variant);border-radius:8px;align-items:center;gap:8px;margin-bottom:24px;padding:0 12px;display:flex}.search-field input{width:100%;color:var(--color-text-primary);font-size:.875rem}.search-field input::placeholder{color:#42475299}.thread-list,.thread-section{gap:4px;display:grid}.thread-section-header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:6px;display:flex}.thread-section-title{color:var(--color-text-muted);letter-spacing:.06em;text-transform:uppercase;margin:0;font-size:.75rem;font-weight:800}.thread-section-count{min-width:24px;height:24px;color:var(--color-primary-strong);background:#e6eefc;border-radius:999px;justify-content:center;align-items:center;padding:0 8px;font-size:.75rem;font-weight:800;display:inline-flex}.thread-row{text-align:left;border-radius:12px;grid-template-columns:auto 1fr;gap:16px;width:100%;padding:12px;display:grid}.thread-row.unread{background:var(--color-surface-container-lowest)}.thread-avatar-wrap{width:48px;position:relative}.thread-avatar-frame{background:var(--color-surface-container-high);border-radius:8px;width:48px;height:48px;overflow:hidden}.thread-avatar{object-fit:cover;width:100%;height:100%}.thread-avatar-fallback{width:100%;height:100%;color:var(--color-text-primary);place-items:center;font-size:1rem;font-weight:700;display:grid}.thread-dot{background:var(--color-primary);border:2px solid var(--color-surface-container-lowest);border-radius:999px;width:14px;height:14px;position:absolute;bottom:-2px;right:-3px}.thread-copy{min-width:0}.thread-copy-divider{border-bottom:1px solid var(--color-surface-container-low);padding-bottom:12px}.thread-top-row{justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:2px;display:flex}.thread-title-wrap{flex:1;align-items:center;gap:8px;min-width:0;display:flex}.thread-name{min-width:0;color:var(--color-text-primary);font-family:var(--font-body);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.9375rem;font-weight:500;overflow:hidden}.thread-name.unread{font-weight:700}.thread-status-badge{color:var(--color-primary-strong);letter-spacing:.045em;text-transform:uppercase;background:#e6eefc;border-radius:999px;flex-shrink:0;padding:4px 8px;font-size:.625rem;font-weight:800}.thread-time{color:#42475299;flex-shrink:0;font-size:.6875rem;font-weight:400}.thread-time.unread{color:var(--color-primary);font-weight:700}.thread-preview{color:var(--color-on-surface-variant);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.875rem;overflow:hidden}.thread-preview.unread{font-weight:600}.thread-preview.read{color:#424752b3;font-weight:400}.bottom-nav{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffffe6;border-top:1px solid #f1f5f9;grid-template-columns:repeat(4,minmax(0,1fr));align-items:end;width:100%;height:80px;padding:0 24px 16px;display:grid;position:fixed;bottom:0;left:0;box-shadow:0 -4px 20px #0000000a}.nav-item{color:#6b7280;border-radius:12px;justify-items:center;gap:4px;padding:6px 0;font-size:.6875rem;font-weight:500;display:grid}.nav-item.active{color:var(--color-primary-strong);background:#eff4ff;padding-left:12px;padding-right:12px}.brand-mark{background:var(--color-primary-strong);border-radius:11px;place-items:center;width:34px;height:34px;display:grid;position:relative;overflow:hidden;box-shadow:0 6px 20px #115cb92e}.brand-mark-image{object-fit:cover;background:#050818;display:block}.brand-mark-sheen{background:#ffffff29;border-radius:999px;width:30px;height:16px;position:absolute;top:-4px;left:-2px;transform:rotate(-18deg)}.brand-mark-dot{background:#8bd2ff;border:1px solid #ffffffb3;border-radius:999px;width:7px;height:7px;position:absolute;bottom:4px;right:4px}.brand-mark-glyph{color:#fff;letter-spacing:-.05em;margin-top:-1px;font-size:1.125rem;font-weight:800;position:relative}.brand-compact{gap:10px}.auth-shell{padding-top:96px;padding-bottom:120px}.auth-content{gap:18px;width:min(720px,100% - 32px);margin:0 auto;display:grid}.auth-hero{gap:10px;padding-top:8px;display:grid}.auth-eyebrow{color:var(--color-primary-strong);letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:.75rem;font-weight:800}.auth-title{color:var(--color-text-primary);font-family:var(--font-headline);letter-spacing:-.04em;margin:0;font-size:clamp(2rem,4vw,2.6rem);font-weight:800;line-height:1.05}.auth-body{color:var(--color-text-secondary);margin:0;font-size:.9375rem;line-height:1.5rem}.auth-card,.empty-card,.detail-card,.profile-hero,.modal-card{background:var(--color-surface-container-lowest);box-shadow:var(--shadow-card)}.auth-card{border-radius:20px;gap:16px;padding:18px;display:grid}.auth-tabs{background:#eef2ff;border-radius:12px;grid-template-columns:repeat(2,minmax(0,1fr));padding:4px;display:grid}.auth-tab{border-radius:9px;place-items:center;min-height:42px;display:grid}.auth-tab.active{background:#fff}.auth-tab-text{color:var(--color-text-muted);font-size:.8125rem;font-weight:700}.auth-tab-text.active{color:var(--color-primary-strong)}.field-group,.option-group{gap:8px;display:grid}.field-label{color:var(--color-text-muted);letter-spacing:.06em;text-transform:uppercase;margin:0;font-size:.75rem;font-weight:700}.text-input{background:var(--color-surface-container-low);width:100%;min-height:48px;color:var(--color-text-primary);border-radius:12px;padding:12px 14px;font-size:.9375rem}.text-input::placeholder,.thread-input::placeholder{color:#727784b3}.multiline-input{min-height:96px}.option-row{flex-wrap:wrap;gap:8px;display:flex}.option-chip{background:#fff;border:1px solid #d8dcef;border-radius:999px;justify-content:center;align-items:center;min-height:38px;padding:0 14px;display:inline-flex}.option-chip.active{border-color:var(--color-primary-strong);background:#eff4ff}.option-chip-text{color:var(--color-text-secondary);font-size:.8125rem;font-weight:700}.option-chip-text.active{color:var(--color-primary-strong)}.supporter-note{background:#f4f6fd;border-radius:14px;gap:6px;padding:14px;display:grid}.supporter-note-title,.empty-card-title,.result-name,.modal-title,.profile-name,.header-name{margin:0}.supporter-note-title{color:var(--color-text-primary);font-size:.875rem;font-weight:700}.supporter-note-body,.empty-card-body,.modal-state-text,.profile-body{color:var(--color-text-secondary);margin:0;font-size:.875rem;line-height:1.5rem}.feedback-text,.feedback-inline{color:var(--color-primary-strong);margin:0;font-size:.8125rem;line-height:1.5rem}.feedback-inline{margin-top:12px}.primary-action,.secondary-action{border-radius:14px;justify-content:center;align-items:center;gap:8px;min-height:50px;font-size:.9375rem;font-weight:700;display:inline-flex}.primary-action{background:var(--color-primary-strong);color:#fff}.primary-action:disabled,.secondary-action:disabled,.result-row:disabled,.send-button:disabled{opacity:.7;cursor:default}.secondary-action{color:var(--color-text-primary);border:1px solid #d8dcef}.empty-card{border-radius:16px;gap:8px;padding:20px;display:grid}.empty-card-title{color:var(--color-text-primary);font-size:1rem;font-weight:700}.modal-backdrop{z-index:70;background:#0f172a57;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.modal-backdrop-button{position:absolute;inset:0}.modal-card{border-radius:20px;gap:14px;width:min(560px,100% - 32px);max-height:min(72vh,640px);padding:18px;display:grid;position:relative;overflow:hidden}.modal-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.modal-title{color:var(--color-text-primary);font-size:1.125rem;font-weight:800}.modal-close-button,.icon-button,.media-button{place-items:center;display:grid}.modal-close-button,.icon-button{border-radius:999px;width:34px;height:34px}.modal-results{min-height:180px;max-height:360px;overflow:auto}.modal-state{place-items:center;min-height:160px;padding:0 16px;display:grid}.result-row{text-align:left;align-items:center;gap:12px;width:100%;padding:12px 0;display:flex}.result-avatar{border-radius:14px;place-items:center;width:42px;height:42px;display:grid}.result-avatar-text{font-size:1rem;font-weight:800}.result-copy{flex:1;min-width:0}.result-name{color:var(--color-text-primary);font-size:.9375rem;font-weight:700}.result-meta{color:var(--color-text-secondary);margin:2px 0 0;font-size:.75rem}.result-chevron{color:#94a3b8;font-size:1.375rem;line-height:1}.thread-page{min-height:100vh}.thread-topbar-shell{z-index:60;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffe0;border-bottom:1px solid #f1f5f9d9;position:sticky;top:0}.thread-topbar,.profile-shell{width:min(760px,100% - 32px);margin:0 auto}.thread-topbar{justify-content:space-between;align-items:center;gap:12px;min-height:70px;display:flex}.icon-button{color:var(--color-primary-strong)}.header-identity{flex:1;align-items:center;gap:12px;min-width:0;padding:0 6px;display:flex}.header-avatar{border:1px solid var(--color-surface-border);background:var(--color-surface-container-high);border-radius:999px;flex-shrink:0;place-items:center;width:40px;height:40px;display:grid;position:relative;overflow:hidden}.header-avatar-image{object-fit:cover;width:100%;height:100%}.header-avatar-text{letter-spacing:-.03em;font-size:.9375rem;font-weight:800}.header-presence-dot{border:1.5px solid var(--color-surface);border-radius:999px;width:8px;height:8px;position:absolute;bottom:1px;right:0}.header-copy{flex:1;min-width:0}.header-name{color:var(--color-text-primary);font-size:1rem;font-weight:700}.header-meta{color:#7d8493;letter-spacing:.04em;margin:2px 0 0;font-size:.6875rem;font-weight:700}.thread-main,.profile-main{padding:18px 0 32px}.thread-shell{width:min(760px,100% - 32px);margin:0 auto}.thread-scroll-panel{min-height:calc(100vh - 220px);max-height:calc(100vh - 220px);padding:18px 14px 126px;overflow:auto}.thread-messages{gap:10px;display:grid}.request-banner{background:#eef4ff;border:1px solid #d7e2ff;border-radius:16px;gap:8px;padding:14px 16px;display:grid}.request-banner-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.request-badge{color:var(--color-primary-strong);letter-spacing:.045em;text-transform:uppercase;background:#d7e2ff;border-radius:999px;padding:5px 10px;font-size:.6875rem;font-weight:800}.request-banner-title{color:var(--color-text-primary);margin:0;font-size:.9375rem;font-weight:700}.request-banner-body{color:var(--color-text-secondary);margin:0;font-size:.8125rem;line-height:1.55}.request-approve-button{background:var(--color-primary-strong);color:#fff;border-radius:10px;min-height:34px;padding:0 14px;font-size:.8125rem;font-weight:700}.message-block{gap:8px;display:grid}.day-pill-wrap{justify-items:center;margin-bottom:4px;display:grid}.day-pill{background:#eef0fa;border-radius:999px;padding:6px 14px}.day-pill-text{color:#959eb0;letter-spacing:.055em;font-size:.625rem;font-weight:700}.message-row{gap:6px;max-width:82%;display:grid}.message-bubble.incoming{background:var(--color-surface);box-shadow:var(--shadow-card)}.message-bubble.outgoing{background:var(--color-primary-strong)}.message-text{margin:0;font-size:.9375rem;line-height:1.5rem}.message-text.incoming{color:var(--color-text-primary);font-weight:500}.message-text.outgoing{color:#fff;font-weight:500}.message-meta-row{align-items:center;gap:4px;padding:0 2px;display:flex}.message-meta-row.outgoing{justify-content:flex-end}.message-meta-text,.message-meta-check{color:#7d8493;font-size:.75rem;font-weight:500}.thread-composer{background:var(--color-background);z-index:10;border-top:1px solid #c2c6d459;align-items:center;gap:10px;width:min(760px,100% - 32px);margin:-94px auto 0;padding:10px 14px 12px;display:flex;position:sticky;bottom:24px}.media-button{color:#7f89a1;border-radius:8px;width:32px;height:32px}.thread-input{min-height:46px;color:var(--color-text-primary);background:#f1f3fe;border-radius:8px;flex:1;padding:0 14px;font-size:.9375rem}.thread-input.disabled{color:var(--color-text-muted)}.send-button{color:#fff;background:var(--color-primary-strong);border-radius:8px;place-items:center;width:42px;height:42px;display:grid}.send-button.disabled{background:#7ea9e1}.profile-shell{gap:16px;display:grid}.shell-header-inner-wide{width:min(1440px,100% - 48px);height:80px}.desktop-header-nav{align-self:stretch;align-items:center;gap:34px;display:flex}.desktop-app-brand{align-items:center;min-width:172px;display:inline-flex}.desktop-app-brand-content{letter-spacing:-.05em;align-items:center;gap:10px;font-size:1.38rem;font-weight:900;display:inline-flex}.desktop-app-brand-content>span:last-child{background:linear-gradient(90deg,#4d8eff,#7d4dff);color:#0000;-webkit-background-clip:text;background-clip:text}.desktop-header-link{color:#6d7584;letter-spacing:-.01em;align-items:center;height:100%;padding-top:1px;font-size:.9rem;font-weight:600;transition:color .16s;display:inline-flex;position:relative}.desktop-header-link:hover{color:#111827}.desktop-header-link.active{color:#0056d2;font-weight:700}.desktop-header-link.active:after{content:"";background:#0056d2;border-radius:999px;height:3px;position:absolute;bottom:14px;left:0;right:0}.shell-header-actions{align-items:center;gap:10px;margin-left:auto;display:flex}.desktop-header-utility{align-items:center;gap:8px;display:flex}.desktop-header-icon-button{color:#4e5d78;background:#ffffffd1;border:1px solid #d3dae5c7;border-radius:10px;place-items:center;width:36px;height:36px;transition:background-color .16s,border-color .16s,color .16s,transform .16s;display:grid}.desktop-header-icon-button:hover{color:#172033;background:#fff;border-color:#bfc8d6f5;transform:translateY(-1px)}.desktop-header-profile-button{border-radius:12px;margin-left:2px;padding:0;transition:transform .16s}.desktop-header-profile-button:hover{transform:translateY(-1px)}.desktop-header-avatar-frame{background:linear-gradient(#1e4ea5 0%,#0f326f 100%);border:1px solid #d3dae5e0;border-radius:12px;place-items:center;width:38px;height:38px;display:grid;overflow:hidden;box-shadow:0 6px 16px #191c1e14}.desktop-header-avatar{object-fit:cover;width:100%;height:100%}.desktop-header-avatar-text{color:#fff;font-size:.875rem;font-weight:800}.desktop-user-chip{min-height:38px;color:var(--color-text-primary);background:#eff4fff2;border-radius:999px;align-items:center;gap:10px;padding:0 12px 0 8px;display:inline-flex}.desktop-user-avatar{background:var(--color-primary-strong);color:#fff;border-radius:999px;place-items:center;width:28px;height:28px;font-size:.8125rem;font-weight:800;display:grid;overflow:hidden}.desktop-user-avatar-image{object-fit:cover;width:100%;height:100%}.desktop-user-name{font-size:.8125rem;font-weight:700}.desktop-inbox-main{padding:72px 0 36px}.desktop-inbox-shell{background:0 0;grid-template-columns:320px minmax(0,1fr) 300px;gap:0;width:100%;min-height:calc(100vh - 72px);margin:0 auto;display:grid}.desktop-inbox-sidebar,.desktop-message-panel,.desktop-profile-panel{min-height:calc(100vh - 72px)}.desktop-inbox-sidebar{background:linear-gradient(#f1f4f8 0%,#f8fafc 100%);grid-template-rows:auto minmax(0,1fr);padding:20px 18px 16px;display:grid}.desktop-sidebar-header{gap:10px;display:grid}.desktop-sidebar-heading{gap:4px;display:grid}.desktop-sidebar-heading h1,.desktop-message-empty h2,.desktop-profile-empty h2,.desktop-form-review-title,.desktop-conversation-title,.desktop-profile-name,.desktop-sidebar-empty h2{margin:0}.desktop-sidebar-eyebrow{color:var(--color-primary-strong);letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:.75rem;font-weight:800}.desktop-sidebar-heading h1{color:#111827;font-family:var(--font-headline);letter-spacing:-.04em;font-size:3rem;font-weight:700}.desktop-sidebar-top-row{align-items:center;gap:8px;display:flex}.desktop-search-field{background:#e8ebef;border-bottom:2px solid #0000;border-radius:8px 8px 2px 2px;flex:1;height:46px;margin-bottom:0}.desktop-search-field:focus-within{border-bottom-color:#0056d2}.desktop-compose-icon-button{color:#fff;background:linear-gradient(135deg,#0040a1 0%,#0056d2 100%);border-radius:6px;place-items:center;width:42px;height:42px;display:grid;box-shadow:0 10px 20px #0056d233}.desktop-tab-row{border-bottom:0;align-items:flex-end;gap:22px;padding-bottom:0;display:flex;overflow-x:auto}.desktop-tab-button{color:#737b8b;white-space:nowrap;min-height:32px;padding:0 0 7px;font-size:.92rem;font-weight:600;position:relative}.desktop-tab-button.active{color:var(--color-primary-strong)}.desktop-tab-button.active:after{content:"";background:var(--color-primary-strong);border-radius:999px;height:2px;position:absolute;bottom:0;left:0;right:0}.desktop-thread-list{grid-auto-rows:max-content;align-content:start;gap:2px;min-height:0;padding-top:8px;display:grid;overflow:auto}.desktop-instagram-empty{gap:14px}.desktop-instagram-connect,.desktop-instagram-secondary{border-radius:12px;min-height:42px;padding:0 16px;font-size:.92rem;font-weight:700;transition:opacity .16s,transform .16s}.desktop-instagram-connect{color:#fff;background:linear-gradient(135deg,#cb2b7d 0%,#7c3aed 100%)}.desktop-instagram-secondary{color:#7c3aed;background:#f4efff}.desktop-instagram-connect:disabled,.desktop-instagram-secondary:disabled{opacity:.7}.desktop-instagram-debug{color:#5b6474;word-break:break-word;background:#f6f7fb;border-radius:10px;margin:0;padding:10px 12px;font-size:.78rem;line-height:1.45}.desktop-instagram-row{text-align:left;border-radius:8px;grid-template-columns:auto minmax(0,1fr);align-items:flex-start;gap:14px;width:100%;padding:12px 8px;transition:background-color .16s,transform .16s;display:grid}.desktop-instagram-avatar{background:linear-gradient(135deg,#ffd0ec 0%,#efe3ff 100%);border-radius:14px;place-items:center;width:52px;height:52px;display:grid;position:relative;overflow:hidden}.desktop-instagram-avatar-image{object-fit:cover;width:100%;height:100%}.desktop-instagram-avatar-text{color:#8b1452;font-size:.95rem;font-weight:800}.desktop-instagram-dot{background:#ec4899;border:2px solid #fff;border-radius:999px;width:10px;height:10px;position:absolute;top:2px;right:2px}.desktop-instagram-copy{gap:4px;min-width:0;display:grid}.desktop-instagram-top,.desktop-instagram-meta{justify-content:space-between;align-items:center;gap:10px;display:flex}.desktop-instagram-title-wrap{align-items:center;gap:8px;min-width:0;display:flex}.desktop-instagram-name{color:#111827;white-space:nowrap;text-overflow:ellipsis;min-width:0;margin:0;font-size:.98rem;font-weight:600;overflow:hidden}.desktop-instagram-name.unread,.desktop-instagram-preview.unread{font-weight:700}.desktop-instagram-status{color:#9d174d;letter-spacing:.02em;text-transform:capitalize;background:#fff1f7;border-radius:999px;flex-shrink:0;padding:3px 8px;font-size:.68rem;font-weight:800}.desktop-instagram-time,.desktop-instagram-meta{color:#7a8596;font-size:.78rem;font-weight:600}.desktop-instagram-preview{color:#4b5563;margin:0;font-size:.9rem;line-height:1.45}.desktop-instagram-unread{color:#9d174d;background:#ffe4f1;border-radius:999px;justify-content:center;align-items:center;min-width:22px;height:22px;padding:0 7px;font-size:.74rem;font-weight:800;display:inline-flex}.desktop-instagram-summary-card{background:#f6f7fb;border-radius:16px;gap:6px;padding:14px;display:grid}.desktop-instagram-summary-label{color:#7a8596;text-transform:uppercase;letter-spacing:.04em;font-size:.74rem;font-weight:700}.desktop-instagram-summary-value{color:#111827;font-size:1.1rem;font-weight:800}.desktop-instagram-profile-card{gap:10px}.desktop-instagram-profile-badge{color:#9d174d;text-transform:uppercase;letter-spacing:.04em;background:#fff1f7;border-radius:999px;align-self:center;padding:6px 10px;font-size:.72rem;font-weight:800;display:inline-flex}.desktop-thread-row,.desktop-form-row-main{text-align:left;border-radius:4px;grid-template-columns:auto minmax(0,1fr);align-items:flex-start;gap:14px;width:100%;padding:10px 8px;transition:background-color .16s,transform .16s,box-shadow .16s;display:grid}.desktop-thread-row:hover,.desktop-form-row-main:hover{background:#eceff4d1}.desktop-thread-row.selected,.desktop-form-row.selected .desktop-form-row-main{background:#fff;box-shadow:0 2px 8px #191c1e0a}.desktop-thread-avatar-wrap{width:52px;position:relative}.desktop-thread-avatar-frame{background:var(--color-surface-container-high);border-radius:8px;width:52px;height:52px;overflow:hidden}.desktop-thread-avatar,.desktop-profile-avatar{object-fit:cover;width:100%;height:100%}.desktop-thread-avatar-fallback{width:100%;height:100%;color:var(--color-text-primary);place-items:center;font-size:1rem;font-weight:800;display:grid}.desktop-thread-dot{background:#2563eb;border:2px solid #fff;border-radius:999px;width:11px;height:11px;position:absolute;top:-2px;right:-2px}.desktop-thread-copy{min-width:0}.desktop-thread-top{justify-content:space-between;align-items:baseline;gap:10px;margin-bottom:4px;display:flex}.desktop-thread-title-wrap{flex:1;align-items:center;gap:8px;min-width:0;display:flex}.desktop-thread-name{text-overflow:ellipsis;white-space:nowrap;color:#101828;min-width:0;margin:0;font-size:.98rem;font-weight:600;overflow:hidden}.desktop-thread-name.unread{font-weight:800}.desktop-thread-status{color:var(--color-primary-strong);letter-spacing:.05em;text-transform:uppercase;background:#e8efff;border-radius:999px;flex-shrink:0;padding:4px 8px;font-size:.625rem;font-weight:800}.desktop-thread-time{color:#8a93a5;flex-shrink:0;font-size:.7rem;font-weight:600}.desktop-thread-time.unread{color:var(--color-primary-strong)}.desktop-thread-preview{color:#697386;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.86rem;line-height:1.45;overflow:hidden}.desktop-thread-preview.unread{color:#394457;font-weight:600}.desktop-form-row{gap:8px;display:grid}.desktop-form-disclosure{color:#7d879a;justify-self:end;place-items:center;width:28px;height:28px;margin-right:8px;display:grid}.desktop-form-disclosure svg{width:16px;height:16px}.desktop-form-inline-preview{gap:8px;padding:0 14px 12px 78px;display:grid}.desktop-form-inline-answer{gap:2px;display:grid}.desktop-form-inline-label{color:var(--color-primary-strong);letter-spacing:.05em;text-transform:uppercase;font-size:.625rem;font-weight:800}.desktop-sidebar-empty,.desktop-message-empty,.desktop-profile-empty{text-align:center;align-content:center;gap:8px;min-height:280px;padding:20px;display:grid}.desktop-sidebar-empty p,.desktop-message-empty p,.desktop-profile-empty p{color:var(--color-text-secondary);margin:0;font-size:.9rem;line-height:1.55}.desktop-message-panel{z-index:1;background:#fff;grid-template-rows:auto minmax(0,1fr) auto;display:grid;box-shadow:0 20px 40px #191c1e0f}.desktop-message-panel.empty{place-items:center}.desktop-conversation-header{justify-content:space-between;align-items:center;gap:16px;min-height:82px;padding:0 28px;display:flex}.desktop-conversation-title-group{align-items:center;gap:10px;min-width:0;display:flex}.desktop-conversation-title{color:#111827;font-family:var(--font-headline);letter-spacing:-.02em;font-size:1.2rem;font-weight:700}.desktop-conversation-pill{color:#6d7686;background:#dbe7ff;border-radius:4px;padding:4px 8px;font-size:.7rem;font-weight:600}.desktop-conversation-actions{align-items:center;gap:10px;display:flex}.desktop-conversation-subtitle{color:#8a93a5;font-size:.8125rem;font-weight:700}.icon-button.subtle{color:#7d879a}.desktop-message-scroll{min-height:0;padding:24px 38px;overflow:auto}.desktop-message-stack{gap:10px;display:grid}.message-bubble.inquiry{box-shadow:none;background:0 0;padding:0}.desktop-thread-composer{align-items:center;gap:10px;padding:18px 28px 24px;display:flex}.web-inquiry-card{background:#eef4ff;border:1px solid #d7e2ff;border-radius:8px;gap:10px;min-width:min(100%,460px);padding:16px 18px;display:grid}.web-inquiry-card-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.web-inquiry-card-badge{color:var(--color-primary-strong);letter-spacing:.05em;text-transform:uppercase;background:#dce7ff;border-radius:999px;padding:5px 10px;font-size:.65rem;font-weight:800}.web-inquiry-card-meta{color:#6f7b91;font-size:.75rem;font-weight:600}.web-inquiry-card-title,.web-inquiry-answer-prompt,.web-inquiry-answer-value,.desktop-form-review-prompt,.desktop-form-review-value,.desktop-profile-section-body,.desktop-profile-role{margin:0}.web-inquiry-card-title{color:#101828;font-size:1rem;font-weight:800}.web-inquiry-answer-stack,.desktop-form-review-answers{gap:12px;display:grid}.web-inquiry-answer-row,.desktop-form-review-answer{gap:3px;display:grid}.web-inquiry-answer-label,.desktop-form-review-label,.desktop-form-review-kicker,.desktop-profile-section-label{color:var(--color-primary-strong);letter-spacing:.05em;text-transform:uppercase;font-size:.67rem;font-weight:800}.web-inquiry-answer-prompt,.desktop-form-review-prompt{color:#263142;font-size:.875rem;font-weight:700}.web-inquiry-answer-value,.desktop-form-review-value,.desktop-profile-section-body{color:#5d687a;font-size:.875rem;line-height:1.55}.desktop-form-review-body{align-content:start;gap:20px;padding:28px;display:grid}.desktop-form-review-card{background:linear-gradient(#fbfdff 0%,#f2f6ff 100%);border:1px solid #dde6f5;border-radius:10px;gap:14px;padding:22px;display:grid}.desktop-form-review-title{color:#101828;font-family:var(--font-headline);letter-spacing:-.04em;font-size:2rem;font-weight:800}.desktop-form-review-actions{justify-content:flex-start;display:flex}.desktop-primary-button{border-radius:12px;min-height:48px}.desktop-profile-panel{background:#f8fafc;border-left:1px solid #c3c6d633;align-content:start;gap:16px;padding:24px 22px;display:grid}.desktop-profile-card,.desktop-profile-section{box-shadow:none;background:0 0;border-radius:0;gap:10px;padding:18px 12px;display:grid}.desktop-profile-action-row{gap:10px;padding:0 12px;display:flex}.desktop-profile-cta{color:#fff;background:#1557d6;border-radius:10px;min-height:40px;padding:0 14px;font-size:.85rem;font-weight:700}.desktop-profile-cta.secondary{color:#1a2a42;background:#e8eef8}.desktop-profile-avatar-frame{color:#fff;background:linear-gradient(#142f59 0%,#0d223d 100%);border-radius:10px;place-items:center;width:116px;height:116px;margin:0 auto;display:grid;overflow:hidden;box-shadow:0 10px 20px #191c1e14}.desktop-profile-avatar-text{letter-spacing:-.04em;font-size:1.5rem;font-weight:800}.desktop-profile-name{color:#111827;font-family:var(--font-headline);letter-spacing:-.04em;text-align:center;font-size:1.85rem;font-weight:700}.desktop-profile-role{color:#667085;text-align:center;font-size:.9375rem;line-height:1.55}.desktop-profile-stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding-top:10px;display:grid}.desktop-profile-stat{text-align:center}.desktop-profile-stat-value{color:#111827;font-family:var(--font-headline);font-size:1.25rem;font-weight:700}.desktop-profile-stat-label{color:#8a93a5;letter-spacing:.12em;text-transform:uppercase;margin-top:4px;font-size:.75rem}.desktop-profile-section{border-top:1px solid #c3c6d62e;padding-top:24px}.desktop-profile-section-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.desktop-profile-link-button{color:#0056d2;font-size:.75rem;font-weight:600}.desktop-shared-media-card,.desktop-shared-media-wide{border-radius:6px;overflow:hidden}.desktop-shared-media-card{aspect-ratio:1}.desktop-shared-media-card.media-one{background:linear-gradient(#0e1e2bd1 0%,#0d1922f5 100%),linear-gradient(135deg,#162534 0%,#2e3e57 100%)}.desktop-shared-media-wide{color:#fff;background:linear-gradient(#2c38422e 0%,#171f269e 100%),linear-gradient(135deg,#aab6c2 0%,#d5dde4 50%,#8a9aa5 100%);grid-column:1/-1;align-items:flex-end;min-height:92px;padding:12px;font-size:.82rem;font-weight:600;display:flex}.center-stage.compact{min-height:auto}.profile-hero{border-radius:20px;justify-items:center;gap:8px;padding:24px;display:grid}.profile-avatar-frame{background:var(--color-primary-strong);border-radius:26px;place-items:center;width:78px;height:78px;display:grid;overflow:hidden}.profile-avatar-image{object-fit:cover;width:100%;height:100%}.profile-avatar-text{color:#fff;font-size:1.75rem;font-weight:800}.profile-name{color:var(--color-text-primary);font-size:1.5rem;font-weight:800}.profile-role-badge{color:var(--color-primary-strong);letter-spacing:.06em;text-transform:uppercase;margin:0;font-size:.8125rem;font-weight:700}.detail-card{border-radius:16px;gap:8px;padding:18px;display:grid}.detail-value{color:var(--color-text-primary);margin:0;font-size:1.0625rem;font-weight:700}.public-route-header-shell{z-index:60;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#f7f9fbe0;border-bottom:1px solid #d0d7e28f;position:sticky;top:0}.public-route-header,.public-profile-shell,.public-form-shell{width:min(1180px,100% - 48px);margin:0 auto}.public-route-header{justify-content:space-between;align-items:center;gap:18px;min-height:68px;display:flex}.public-route-header-left{align-items:center;gap:14px;display:flex}.public-route-link{color:#546277;font-size:.84rem;font-weight:700}.public-profile-main,.public-form-main{padding:86px 0 112px}.public-profile-shell{gap:18px;display:grid}.public-profile-hero{background:#fff;border-radius:22px;overflow:hidden;box-shadow:0 22px 48px #0f172a14}.public-profile-cover{background:linear-gradient(#1b1d25 0%,#111319 100%);height:220px;position:relative;overflow:hidden}.public-profile-cover-image{object-fit:cover;width:100%;height:100%}.public-profile-cover-placeholder{background:linear-gradient(#15171c 0%,#0f1115 100%);position:absolute;inset:0;overflow:hidden}.public-profile-cover-glow{aspect-ratio:1;filter:blur(8px);opacity:.95;background:radial-gradient(circle at 30% 30%,#ff849aeb 0%,#602730c7 45%,#10121800 74%);border-radius:999px;width:62%;position:absolute;inset:-18% -12% auto auto}.public-profile-cover-orb{aspect-ratio:1;filter:blur(6px);background:radial-gradient(circle at 32% 34%,#d2586cfa 0%,#622932eb 48%,#1214191a 78%);border-radius:999px;width:58%;position:absolute;top:16%;left:10%}.public-profile-cover-rim{aspect-ratio:1;opacity:.75;border:1px solid #ffdadf80;border-radius:999px;width:60%;position:absolute;inset:12% auto auto 8%}.public-profile-cover-band{filter:blur(10px);background:radial-gradient(circle,#15161d00 0%,#090a0eeb 68%);border-radius:999px;width:48%;height:14%;position:absolute;top:40%;left:10%}.public-profile-cover-fade{background:linear-gradient(#f7f9fb00 0%,#f7f9fbb8 70%,#fff 100%);height:48%;position:absolute;inset:auto 0 0}.public-profile-hero-body{gap:18px;margin-top:-42px;padding:0 28px 28px;display:grid;position:relative}.public-profile-avatar-row{justify-content:flex-start;display:flex}.public-profile-avatar-frame{background:#edf2f8;border:2px solid #ffffffeb;border-radius:14px;place-items:center;width:106px;height:106px;display:grid;overflow:hidden;box-shadow:0 14px 28px #0f172a1f}.public-profile-avatar-image{object-fit:cover;width:100%;height:100%}.public-profile-avatar-fallback{color:#18408f;font-family:var(--font-headline);font-size:2rem;font-weight:800}.public-profile-identity{gap:6px;display:grid}.public-profile-kicker,.public-form-kicker,.public-profile-section-label,.public-form-question-step{color:#1658d2;letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:.72rem;font-weight:800}.public-profile-identity h1,.public-form-sidebar h1,.public-form-success-card h1{color:#101828;font-family:var(--font-headline);letter-spacing:-.05em;margin:0;font-size:clamp(2.35rem,3vw,3.4rem);font-weight:800;line-height:.98}.public-profile-subtitle{color:#435268;margin:0;font-size:1rem;font-weight:600}.public-profile-bio,.public-form-intro,.public-form-question-header p,.public-form-summary-row p,.public-profile-section-body,.public-post-body,.public-profile-empty-posts p,.public-form-success-card p{color:#576579;margin:0;font-size:.95rem;line-height:1.65}.public-profile-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.public-profile-stat-card,.public-form-progress-card,.public-profile-detail-card,.public-form-question-card,.public-form-summary-card,.public-form-success-card,.public-post-card,.public-profile-empty-posts{background:#fff;box-shadow:0 18px 40px #0f172a0f}.public-profile-stat-card{background:linear-gradient(#f8fbff 0%,#fff 100%);border-radius:16px;gap:6px;padding:14px 16px;display:grid}.public-profile-stat-value{color:#0f1728;font-family:var(--font-headline);letter-spacing:-.03em;font-size:1.1rem;font-weight:800}.public-profile-stat-label{color:#6c788b;letter-spacing:.06em;text-transform:uppercase;font-size:.73rem;font-weight:700}.public-profile-action-row,.public-form-success-actions{flex-wrap:wrap;gap:12px;display:flex}.public-profile-primary-button,.public-profile-secondary-button{border-radius:12px;justify-content:center;align-items:center;gap:8px;min-height:46px;padding:0 18px;font-size:.9rem;font-weight:700;display:inline-flex}.public-profile-primary-button{color:#fff;background:linear-gradient(135deg,#0b4cc4 0%,#1e67eb 100%);box-shadow:0 14px 28px #0b4cc42e}.public-profile-primary-button:disabled{opacity:.76;cursor:default}.public-profile-secondary-button{color:#1b2d44;background:#edf3fb}.public-profile-feedback{margin-top:-4px}.public-profile-grid{grid-template-columns:320px minmax(0,1fr);gap:18px;display:grid}.public-profile-side-stack,.public-profile-posts,.public-profile-post-list{gap:16px;display:grid}.public-profile-detail-card,.public-profile-empty-posts{border-radius:18px;padding:18px}.public-profile-detail-list{gap:10px;display:grid}.public-profile-detail-list p{color:#223146;margin:0;font-size:.93rem;line-height:1.55}.public-profile-posts-header{gap:6px;display:grid}.public-profile-posts-header h2,.public-form-question-header h2,.public-form-summary-card h2{color:#0f1728;font-family:var(--font-headline);letter-spacing:-.04em;margin:0;font-size:1.55rem;font-weight:800}.public-post-card{border-radius:18px;gap:14px;padding:18px;display:grid}.public-post-header{align-items:center;gap:12px;display:flex}.public-post-avatar-frame{background:#edf2f8;border-radius:12px;place-items:center;width:42px;height:42px;display:grid;overflow:hidden}.public-post-avatar{object-fit:cover;width:100%;height:100%}.public-post-avatar-fallback{color:#173f8f;font-size:1rem;font-weight:800}.public-post-meta{gap:2px;display:grid}.public-post-meta h3{color:#111827;margin:0;font-size:.98rem;font-weight:800}.public-post-meta p{color:#7b8799;margin:0;font-size:.78rem}.public-post-image{object-fit:cover;border-radius:14px;width:100%;max-height:420px}.public-profile-empty-posts h3{color:#111827;margin:0 0 8px;font-size:1rem;font-weight:800}.public-form-shell{grid-template-columns:320px minmax(0,1fr);align-items:start;gap:20px;display:grid}.public-form-shell.success{grid-template-columns:minmax(0,1fr)}.public-form-sidebar{align-content:start;gap:16px;display:grid;position:sticky;top:94px}.public-form-creator-chip{background:linear-gradient(#f3f7fd 0%,#fff 100%);border-radius:16px;align-items:center;gap:12px;padding:14px;display:flex;box-shadow:0 14px 30px #0f172a0d}.public-form-creator-avatar{color:#174396;background:#e8eef8;border-radius:12px;place-items:center;width:44px;height:44px;font-weight:800;display:grid}.public-form-creator-copy{gap:2px;display:grid}.public-form-creator-copy strong{color:#101828;font-size:.92rem;font-weight:800}.public-form-creator-copy span,.public-form-progress-card p{color:#677489;font-size:.82rem}.public-form-progress-card{border-radius:18px;gap:12px;padding:16px;display:grid}.public-form-progress-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.public-form-progress-header span{color:#5a677b;letter-spacing:.06em;text-transform:uppercase;font-size:.82rem;font-weight:700}.public-form-progress-header strong{color:#0f1728;font-size:.98rem;font-weight:800}.public-form-progress-track{background:#e7edf5;border-radius:999px;height:10px;overflow:hidden}.public-form-progress-fill{border-radius:inherit;background:linear-gradient(90deg,#7ab7ff 0%,#1e67eb 100%);height:100%;transition:width .22s}.public-form-flow{gap:16px;display:grid}.public-form-question-card,.public-form-summary-card,.public-form-success-card{border-radius:20px;gap:16px;padding:20px;display:grid}.public-form-question-card{animation:.22s public-card-enter}.public-form-question-card.complete{box-shadow:0 18px 40px #0b4cc412}.public-form-question-header{gap:6px;display:grid}.public-form-options{gap:10px;display:grid}.public-form-option{color:#203047;text-align:left;background:#fdfefe;border:1px solid #d7e2f1;border-radius:14px;align-items:center;min-height:54px;padding:0 16px;transition:border-color .16s,transform .16s,background-color .16s;display:flex}.public-form-option:hover{border-color:#b6cae7;transform:translateY(-1px)}.public-form-option.selected{color:#0f3f98;background:#edf4ff;border-color:#6fa2ea}.public-form-input,.public-form-textarea{color:#152235;background:#fbfdff;border:1px solid #d8e1ee;border-radius:14px;width:100%;padding:14px 16px;font-size:.95rem;line-height:1.55}.public-form-input::placeholder,.public-form-textarea::placeholder{color:#98a3b3}.public-form-summary-list{gap:12px;display:grid}.public-form-summary-row{background:#f8fbff;border-radius:14px;gap:4px;padding:14px 16px;display:grid}.public-form-summary-row span{color:#728097;letter-spacing:.06em;text-transform:uppercase;font-size:.73rem;font-weight:800}.public-form-summary-row strong{color:#0f1728;font-size:.92rem;font-weight:800}.public-form-submit-row{justify-content:flex-start;display:flex}.public-form-success-card{justify-self:center;width:min(620px,100%);margin-top:24px}.web-settings-page{background:radial-gradient(circle at 100% 0,#5b85ff14,#0000 24%),radial-gradient(circle at 0 100%,#bcccff1f,#0000 22%),#f7f8fb;min-height:100vh}.settings-menu-header{z-index:60;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#f7f8fbe6;border-bottom:1px solid #dadfe8b8;position:sticky;top:0}.settings-menu-header-inner,.settings-menu-shell,.form-tools-shell,.form-builder-shell,.form-responses-shell{width:min(760px,100% - 32px);margin:0 auto}.settings-menu-header-inner{justify-content:space-between;align-items:center;gap:12px;min-height:62px;display:flex}.settings-menu-header-inner h1{color:var(--color-primary-strong);font-family:var(--font-headline);letter-spacing:-.03em;margin:0;font-size:1.375rem;font-weight:800}.settings-menu-spacer{width:28px}.settings-menu-main,.form-tools-main,.form-builder-main,.form-responses-main{padding:20px 0 120px}.settings-menu-shell,.form-tools-shell,.form-builder-shell,.form-responses-shell{gap:18px;display:grid}.settings-menu-brand{justify-self:center}.settings-menu-card{background:#fffffff5;border-radius:18px;padding:6px 0;box-shadow:0 18px 40px #1d293914}.settings-menu-row{text-align:left;align-items:center;gap:14px;width:100%;min-height:72px;padding:12px 16px;display:flex}.settings-menu-row:disabled{cursor:default}.settings-menu-row.active{background:#f6f8fd}.settings-menu-row-icon{color:#5c6472;background:#f1f2f5;border-radius:12px;place-items:center;width:38px;height:38px;display:grid}.settings-menu-row-icon.active{color:var(--color-primary-strong);background:#eaf1ff}.settings-menu-row-icon svg{width:20px;height:20px}.settings-menu-row-copy{flex:1;gap:2px;min-width:0;display:grid}.settings-menu-row-copy h2,.form-tools-card-copy h2,.form-response-copy h2{color:var(--color-text-primary);margin:0;font-size:.95rem;font-weight:700}.settings-menu-row-copy p,.form-tools-card-copy p,.form-response-copy p,.form-builder-intro-card p,.form-builder-question-meta p,.form-builder-add-card p{color:var(--color-text-secondary);margin:0;font-size:.82rem;line-height:1.45}.settings-menu-row-chevron,.form-tools-card-chevron{color:#8b93a3;font-size:1.2rem;line-height:1}.form-tools-header,.form-tools-header-inner{background:0 0}.form-tools-hero,.form-builder-intro-card,.form-builder-meta-card,.form-builder-question-card,.form-builder-add-card,.form-response-card{background:#fffffff0;border-radius:24px;box-shadow:0 18px 40px #191c1e0f}.form-tools-hero{gap:8px;padding:20px 18px;display:grid}.form-tools-hero h1,.form-builder-intro-card h1{color:var(--color-text-primary);font-family:var(--font-headline);letter-spacing:-.04em;margin:0;font-size:1.9rem;font-weight:800}.form-tools-hero p{color:var(--color-text-secondary);margin:0;font-size:.95rem;line-height:1.6}.form-tools-stack,.form-builder-stack,.form-responses-stack{gap:12px;display:grid}.form-tools-card{text-align:left;background:#fffffff0;border-radius:24px;align-items:center;gap:14px;width:100%;padding:18px 16px;display:flex;box-shadow:0 18px 40px #191c1e0d}.form-tools-card-icon{width:46px;height:46px;color:var(--color-primary-strong);background:#eef4ff;border-radius:16px;place-items:center;display:grid}.form-tools-card-icon svg{width:20px;height:20px}.form-tools-card-copy{flex:1;gap:3px;display:grid}.settings-link-chip{min-height:40px;color:var(--color-primary-strong);background:#eff4ff;border-radius:14px;padding:0 14px;font-size:.82rem;font-weight:800}.form-builder-shell{gap:16px}.form-builder-intro-card,.form-builder-meta-card,.form-builder-add-card{padding:18px}.form-builder-meta-card,.form-builder-question-card,.form-builder-field,.form-builder-question-meta,.form-builder-option-stack{gap:10px;display:grid}.form-builder-field span,.form-builder-question-meta span{color:var(--color-primary-strong);letter-spacing:.08em;text-transform:uppercase;font-size:.7rem;font-weight:800}.form-builder-input,.form-builder-prompt-input,.form-builder-textarea{width:100%;color:var(--color-text-primary);background:#f7faff;border:0;border-radius:16px;outline:0;padding:14px;font-size:.95rem}.form-builder-prompt-input{font-size:1rem;font-weight:700}.form-builder-textarea{resize:vertical;min-height:84px}.form-builder-textarea.intro{min-height:96px}.form-builder-question-card{padding:16px}.form-builder-question-header{align-items:flex-start;gap:12px;display:flex}.form-builder-question-meta{flex:1}.form-builder-icon-button{width:36px;height:36px;color:var(--color-on-surface-variant);background:#f3f6fb;border-radius:12px;place-items:center;display:grid}.form-builder-icon-button.disabled,.form-builder-add-option.disabled{opacity:.55;cursor:default}.form-builder-icon-button svg{width:16px;height:16px}.form-builder-type-row,.form-builder-add-row{flex-wrap:wrap;gap:8px;display:flex}.form-builder-type-chip,.form-builder-add-button,.form-builder-add-option{min-height:34px;color:var(--color-text-secondary);background:#f3f6fb;border-radius:999px;padding:0 12px;font-size:.78rem;font-weight:700}.form-builder-type-chip.active{color:var(--color-primary-strong);background:#e9f1ff}.form-builder-option-row{align-items:center;gap:10px;display:flex}.form-builder-add-card h2{color:var(--color-text-primary);margin:0 0 4px;font-size:1rem;font-weight:800}.form-builder-save-button{width:100%}.form-response-card{gap:16px;padding:18px;display:grid}.form-response-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.form-response-identity{align-items:center;gap:12px;display:flex}.form-response-avatar{width:42px;height:42px;color:var(--color-primary-strong);background:#edf2f8;border-radius:14px;place-items:center;font-weight:800;display:grid;overflow:hidden}.form-response-avatar-image{object-fit:cover;width:100%;height:100%}.form-response-badge{min-height:28px;color:var(--color-primary-strong);background:#edf4ff;border-radius:999px;align-items:center;padding:0 10px;font-size:.74rem;font-weight:800;display:inline-flex}.form-response-answer-stack{gap:10px;display:grid}.form-response-answer-row{background:#f8fbff;border-radius:14px;gap:4px;padding:14px 16px;display:grid}.form-response-answer-row span{color:#728097;letter-spacing:.06em;text-transform:uppercase;font-size:.73rem;font-weight:800}.form-response-answer-row strong{color:#0f1728;font-size:.92rem;font-weight:800}.form-response-answer-row p{color:#56657a;margin:0;font-size:.9rem;line-height:1.6}.form-response-button{justify-self:flex-start}.profile-studio-page{color:#121826;background:linear-gradient(90deg,#ebf1fad1 0%,#f9fbfef5 38%,#fff 100%),radial-gradient(circle at 12% 0,#1658d214,#0000 32%);min-height:100vh}.profile-studio-topbar{z-index:50;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#f8fafdeb;border-bottom:1px solid #d5dce8d6;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:16px;min-height:64px;padding:10px 24px;display:grid;position:sticky;top:0}.profile-studio-back,.profile-studio-ghost-button,.profile-studio-save-button,.profile-studio-signout,.profile-studio-link-button,.profile-studio-add-row button,.profile-studio-block-actions button,.profile-studio-add-inline{transition:transform .15s,background-color .15s,color .15s,border-color .15s}.profile-studio-back{color:#405068;background:#eef3fa;border-radius:10px;place-items:center;width:36px;height:36px;display:grid}.profile-studio-back svg{width:18px;height:18px}.profile-studio-title-copy{min-width:0}.profile-studio-title-copy p,.profile-studio-eyebrow{color:#1658d2;letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:.7rem;font-weight:800}.profile-studio-title-copy h1{color:#121826;font-family:var(--font-headline);letter-spacing:-.04em;margin:1px 0 0;font-size:1.3rem;font-weight:800}.profile-studio-topbar-actions{align-items:center;gap:10px;display:flex}.profile-studio-ghost-button,.profile-studio-save-button,.profile-studio-signout,.profile-studio-upload-button,.profile-studio-add-inline{border-radius:10px;justify-content:center;align-items:center;min-height:38px;padding:0 13px;font-size:.82rem;font-weight:800;display:inline-flex}.profile-studio-ghost-button{color:#21324a;background:#eef3fa}.profile-studio-save-button{color:#fff;background:#0b57d0;box-shadow:0 10px 22px #0b57d02e}.profile-studio-save-button:disabled{opacity:.72;cursor:default}.profile-studio-main{padding:22px}.profile-studio-layout{background:#ffffffc2;border:1px solid #d5dce8e6;grid-template-columns:minmax(260px,.78fr) minmax(420px,1.34fr) minmax(330px,.98fr);gap:0;width:min(1480px,100%);min-height:calc(100vh - 108px);margin:0 auto;display:grid;overflow:hidden}.profile-studio-rail{background:#f7fafeb8;align-content:start;gap:22px;min-width:0;padding:20px;display:grid}.profile-studio-left-rail{border-right:1px solid #d5dce8e6}.profile-studio-right-rail{border-left:1px solid #d5dce8e6;max-height:calc(100vh - 108px);overflow:auto}.profile-studio-rail-section{gap:12px;display:grid}.profile-studio-rail-heading,.profile-studio-block-header,.profile-studio-offer-editor-header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.profile-studio-field{gap:7px;display:grid}.profile-studio-field span{color:#68758a;letter-spacing:.06em;text-transform:uppercase;font-size:.72rem;font-weight:800}.profile-studio-field input,.profile-studio-field textarea,.profile-studio-field select{color:#142033;background:#ffffffd1;border:1px solid #dbe3ef;border-radius:10px;outline:0;width:100%;padding:11px 12px;font-size:.9rem}.profile-studio-field textarea{min-height:88px;line-height:1.5}.profile-studio-field.compact textarea{min-height:72px}.profile-studio-upload-row,.profile-studio-chip-row,.profile-studio-add-row,.profile-studio-block-actions{flex-wrap:wrap;gap:8px;display:flex}.profile-studio-upload-button{color:#0b57d0;background:#eaf2ff;position:relative;overflow:hidden}.profile-studio-upload-button input{opacity:0;cursor:pointer;position:absolute;inset:0}.profile-studio-chip,.profile-studio-add-row button,.profile-studio-block-actions button,.profile-studio-link-button{color:#536177;background:#eef3fa;border-radius:999px;min-height:32px;padding:0 10px;font-size:.76rem;font-weight:800}.profile-studio-chip.active{color:#0b57d0;background:#dfeeff}.profile-studio-muted,.profile-studio-feedback{color:#637188;margin:0;font-size:.86rem;line-height:1.5}.profile-studio-feedback{color:#0b57d0;font-weight:700}.profile-studio-signout{color:#9f1239;background:#fff1f2;justify-self:start}.profile-studio-canvas{background:linear-gradient(#fcfdfffa,#f5f9fff2),radial-gradient(circle at 82% 8%,#7ab7ff26,#0000 26%);min-width:0;padding:28px;overflow:auto}.profile-studio-preview-shell{gap:18px;width:min(780px,100%);margin:0 auto;display:grid}.profile-studio-cover-preview{background:radial-gradient(circle at 24% 20%,#0c2959e6,#0000 34%),radial-gradient(circle at 68% 28%,#1658d257,#0000 28%),linear-gradient(135deg,#102033,#dce8f7);height:clamp(190px,24vw,300px);position:relative;overflow:hidden}.profile-studio-cover-preview img,.profile-studio-avatar-preview img,.profile-studio-preview-video-media img,.public-profile-video-frame img,.public-profile-video-frame video,.public-profile-media-tile img{object-fit:cover;width:100%;height:100%}.profile-studio-cover-fade{background:linear-gradient(#0000,#f7fafefa);height:46%;position:absolute;inset:auto 0 0}.profile-studio-preview-identity{z-index:1;grid-template-columns:auto minmax(0,1fr);align-items:end;gap:18px;margin-top:-78px;padding:0 24px;display:grid;position:relative}.profile-studio-avatar-preview{background:#edf4ff;border:3px solid #fff;place-items:center;width:118px;height:118px;display:grid;overflow:hidden;box-shadow:0 16px 34px #0f172a21}.profile-studio-avatar-preview span{color:#0b57d0;font-family:var(--font-headline);font-size:2rem;font-weight:800}.profile-studio-preview-identity p,.profile-studio-preview-section span,.profile-studio-preview-video-media span,.public-profile-offer-item span{color:#1658d2;letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:.72rem;font-weight:800}.profile-studio-preview-identity h2{color:#101828;font-family:var(--font-headline);letter-spacing:-.06em;margin:2px 0 4px;font-size:clamp(2.15rem,4vw,3.7rem);font-weight:800;line-height:.96}.profile-studio-preview-identity span,.profile-studio-preview-bio,.profile-studio-preview-video p,.profile-studio-preview-section p,.profile-studio-preview-cta p,.profile-studio-preview-offers p{color:#59677b;font-size:.95rem;line-height:1.6}.profile-studio-preview-bio{margin:0;padding:0 24px}.profile-studio-preview-blocks,.profile-studio-block-stack,.profile-studio-block-fields,.profile-studio-offer-stack{gap:14px;display:grid}.profile-studio-preview-video,.profile-studio-preview-section,.profile-studio-preview-cta,.profile-studio-preview-empty{background:#ffffffad;border:1px solid #dde4efe6;gap:14px;padding:22px 24px;display:grid}.profile-studio-preview-video{grid-template-columns:minmax(180px,.62fr) minmax(0,1fr);align-items:center}.profile-studio-preview-video-media{background:linear-gradient(135deg,#101827,#1d4ed8);place-items:center;min-height:170px;display:grid;overflow:hidden}.profile-studio-preview-section h3,.profile-studio-preview-video h3,.profile-studio-preview-cta h3,.public-profile-block h2,.public-profile-offer-item h3{color:#101828;font-family:var(--font-headline);letter-spacing:-.04em;margin:0;font-weight:800}.profile-studio-preview-section h3,.profile-studio-preview-video h3,.profile-studio-preview-cta h3{font-size:1.35rem}.profile-studio-preview-video p,.profile-studio-preview-section p,.profile-studio-preview-cta p,.profile-studio-preview-offers p{margin:0}.profile-studio-preview-offers{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.profile-studio-preview-offers div,.profile-studio-preview-media-grid span{background:#f6f9fd;border:1px solid #e1e8f2;padding:14px}.profile-studio-preview-offers strong{color:#142033;margin-bottom:5px;font-size:.9rem;display:block}.profile-studio-preview-cta{color:#fff;background:linear-gradient(135deg,#0b57d0,#073b8c);border:0;grid-template-columns:minmax(0,1fr) auto;align-items:center}.profile-studio-preview-cta h3,.profile-studio-preview-cta p{color:#fff}.profile-studio-preview-cta span{color:#0b57d0;background:#fff;align-items:center;min-height:42px;padding:0 18px;font-size:.86rem;font-weight:800;display:inline-flex}.profile-studio-preview-media-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.profile-studio-preview-media-grid span{background:linear-gradient(135deg,#0b57d029,#0000),#f3f7fc;min-height:92px}.profile-studio-preview-empty strong{color:#101828}.profile-studio-block-editor{border-bottom:1px solid #dfe6f1;gap:14px;padding-bottom:18px;display:grid}.profile-studio-block-header span,.profile-studio-offer-editor-header span{color:#1658d2;letter-spacing:.08em;text-transform:uppercase;margin-bottom:3px;font-size:.68rem;font-weight:800;display:block}.profile-studio-block-header strong{color:#172033;font-size:.94rem;line-height:1.25}.profile-studio-block-actions button:disabled{opacity:.45;cursor:default}.profile-studio-offer-editor{background:#ffffffa8;border:1px solid #e0e7f2;gap:10px;padding:12px;display:grid}.profile-studio-offer-editor-header button{color:#9f1239;font-size:.74rem;font-weight:800}.profile-studio-add-inline{color:#0b57d0;background:#eaf2ff;justify-self:start}.public-profile-block-stack{gap:18px;display:grid}.public-profile-block{background:#ffffffc7;border:1px solid #dce3eee6;gap:18px;padding:24px;display:grid}.public-profile-block-copy{gap:8px;display:grid}.public-profile-block h2{font-size:clamp(1.8rem,3vw,2.55rem);line-height:1.02}.public-profile-block p,.public-profile-offer-item p,.public-profile-media-tile p{color:#59677b;margin:0;font-size:.95rem;line-height:1.6}.public-profile-video-block{grid-template-columns:minmax(260px,.7fr) minmax(0,1fr);align-items:center}.public-profile-video-frame{background:linear-gradient(135deg,#111827,#0b57d0);min-height:320px;overflow:hidden}.public-profile-video-frame video{display:block}.public-profile-video-placeholder{color:#fff;place-items:center;min-height:320px;font-weight:800;display:grid}.public-profile-offer-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.public-profile-offer-item{background:#f8fbff;border:1px solid #e0e8f3;gap:8px;padding:16px;display:grid}.public-profile-offer-item h3{font-size:1rem}.public-profile-cta-block{color:#fff;background:linear-gradient(135deg,#0b57d0,#0f2e67);border:0;grid-template-columns:minmax(0,1fr) auto;align-items:center}.public-profile-cta-block .public-profile-section-label,.public-profile-cta-block h2,.public-profile-cta-block p{color:#fff}.public-profile-cta-block .public-profile-primary-button{color:#0b57d0;box-shadow:none;background:#fff}.public-profile-media-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.public-profile-media-tile{background:#f1f6fd;border:1px solid #e0e8f3;align-content:end;min-height:180px;display:grid;overflow:hidden}.public-profile-media-tile img{min-height:150px}.public-profile-media-tile p{color:#1f2c40;background:#ffffffe0;padding:12px}.public-profile-media-empty{color:#68758a;background:#f8fbff;border:1px solid #e0e8f3;padding:18px;font-size:.9rem}@keyframes public-card-enter{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (max-width:540px){.shell-header-inner,.page-main{width:calc(100% - 32px)}.page-heading-row{flex-direction:column;align-items:flex-start}.compose-button{white-space:nowrap}.thread-topbar,.thread-shell,.profile-shell,.thread-composer,.public-route-header,.public-profile-shell,.public-form-shell,.settings-menu-header-inner,.settings-menu-shell,.form-tools-shell,.form-builder-shell,.form-responses-shell{width:calc(100% - 24px)}.thread-scroll-panel{min-height:calc(100vh - 208px);max-height:calc(100vh - 208px);padding-left:4px;padding-right:4px}.message-row{max-width:90%}}@media (min-width:901px){.bottom-nav{display:none}}@media (max-width:1200px){.desktop-inbox-shell{grid-template-columns:320px minmax(0,1fr)}.desktop-profile-panel{display:none}}@media (max-width:900px){.shell-header-inner-wide{width:calc(100% - 32px)}.desktop-user-chip{display:none}.desktop-inbox-main{padding:80px 16px 108px}.desktop-inbox-shell{grid-template-columns:minmax(0,1fr);min-height:auto}.desktop-inbox-sidebar,.desktop-message-panel,.desktop-profile-panel{min-height:auto}.desktop-inbox-sidebar{border-bottom:1px solid #e2e8f0e6;border-right:0}.desktop-message-panel{min-height:70vh}.desktop-conversation-header,.desktop-message-scroll,.desktop-thread-composer,.desktop-form-review-body{padding-left:18px;padding-right:18px}.desktop-conversation-title{font-size:1.35rem}.public-profile-main,.public-form-main{padding:88px 0 108px}.public-profile-grid,.public-form-shell{grid-template-columns:minmax(0,1fr)}.public-profile-hero-body{padding-left:18px;padding-right:18px}.public-profile-stats{grid-template-columns:minmax(0,1fr)}.public-form-sidebar{position:static}.settings-menu-main,.form-tools-main,.form-builder-main,.form-responses-main{padding-top:16px}.settings-menu-row,.form-tools-card{align-items:flex-start}}@media (max-width:1180px){.profile-studio-layout{grid-template-columns:minmax(260px,.82fr) minmax(0,1.18fr)}.profile-studio-right-rail{border-top:1px solid #d5dce8e6;border-left:0;grid-column:1/-1;max-height:none}.profile-studio-block-stack{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}}@media (max-width:860px){.profile-studio-topbar{grid-template-columns:auto minmax(0,1fr)}.profile-studio-topbar-actions{grid-column:1/-1;justify-content:stretch}.profile-studio-ghost-button,.profile-studio-save-button{flex:1}.profile-studio-main{padding:12px}.profile-studio-layout,.profile-studio-block-stack{grid-template-columns:minmax(0,1fr)}.profile-studio-left-rail,.profile-studio-right-rail{border-left:0;border-right:0}.profile-studio-canvas{padding:18px 14px}.profile-studio-preview-identity,.profile-studio-preview-video,.profile-studio-preview-cta,.public-profile-video-block,.public-profile-cta-block{grid-template-columns:minmax(0,1fr)}.profile-studio-preview-identity{align-items:start;margin-top:-58px;padding:0 16px}.profile-studio-avatar-preview{width:96px;height:96px}.profile-studio-preview-offers,.profile-studio-preview-media-grid,.public-profile-offer-grid,.public-profile-media-grid{grid-template-columns:minmax(0,1fr)}}.profile-studio-page{background:radial-gradient(circle at 86% 10%, #4d8eff1a, transparent 26%), radial-gradient(circle at 4% 84%, #571bc121, transparent 28%), linear-gradient(135deg, #060e20 0%, var(--color-background) 42%, #131b2e 100%);color:var(--color-text-primary)}.profile-studio-topbar,.public-route-header-shell{border-bottom:1px solid var(--color-outline-soft);background:#0b1326db;box-shadow:0 12px 28px #0509103d}.profile-studio-title-copy h1,.profile-studio-preview-identity h2,.profile-studio-preview-section h3,.profile-studio-preview-video h3,.profile-studio-preview-cta h3,.profile-studio-block-header strong,.public-profile-identity h1,.public-profile-block h2,.public-profile-offer-item h3,.public-profile-posts-header h2,.public-post-meta h3,.public-profile-empty-posts h3{color:var(--color-text-primary)}.profile-studio-title-copy p,.profile-studio-eyebrow,.profile-studio-preview-identity p,.profile-studio-preview-section span,.profile-studio-preview-video-media span,.public-profile-kicker,.public-profile-section-label,.public-profile-offer-item span{color:var(--color-primary-strong)}.profile-studio-back,.profile-studio-ghost-button,.profile-studio-chip,.profile-studio-add-row button,.profile-studio-block-actions button,.profile-studio-link-button,.public-profile-secondary-button{color:var(--color-text-secondary);background:var(--color-surface-container-high);border:1px solid var(--color-outline-soft)}.profile-studio-back:hover,.profile-studio-ghost-button:hover,.profile-studio-chip:hover,.profile-studio-add-row button:hover,.profile-studio-block-actions button:hover,.profile-studio-link-button:hover{color:var(--color-text-primary);background:var(--color-surface-container-highest)}.profile-studio-save-button,.profile-studio-add-inline,.public-profile-primary-button{color:var(--color-on-primary);background:linear-gradient(135deg, var(--color-primary-strong), var(--color-accent));box-shadow:0 12px 28px #0509103d}.profile-studio-layout{border-color:var(--color-outline-soft);background:var(--color-surface);box-shadow:0 22px 44px #05091033}.profile-studio-rail{background:var(--color-surface)}.profile-studio-left-rail,.profile-studio-right-rail{border-color:var(--color-outline-soft)}.profile-studio-canvas{background:radial-gradient(circle at 82% 8%, #4d8eff1a, transparent 28%), linear-gradient(180deg, var(--color-surface-container-low), var(--color-background))}.profile-studio-field span,.profile-studio-muted,.profile-studio-preview-identity span,.profile-studio-preview-bio,.profile-studio-preview-video p,.profile-studio-preview-section p,.profile-studio-preview-cta p,.profile-studio-preview-offers p,.public-profile-subtitle,.public-profile-bio,.public-profile-section-body,.public-post-body,.public-profile-empty-posts p,.public-profile-block p,.public-profile-offer-item p,.public-profile-media-tile p,.public-route-link{color:var(--color-text-secondary)}.profile-studio-field input,.profile-studio-field textarea,.profile-studio-field select{color:var(--color-text-primary);background:var(--color-surface-container-low);border-color:var(--color-outline-soft)}.profile-studio-field input:focus,.profile-studio-field textarea:focus,.profile-studio-field select:focus{border-color:#4d8eff9e;box-shadow:0 0 0 3px #4d8eff1f}.profile-studio-chip.active{color:var(--color-text-primary);background:var(--color-primary-soft);border-color:#4d8eff66}.profile-studio-signout{color:var(--color-danger);background:var(--color-surface-container-low);border:1px solid #ff9b9b29}.profile-studio-cover-preview,.public-profile-cover{background:radial-gradient(circle at 32% 14%, #4d8eff38, transparent 30%), radial-gradient(circle at 72% 38%, #571bc133, transparent 34%), linear-gradient(135deg, #060e20 0%, var(--color-surface-container-low) 48%, var(--color-surface-container-high) 100%)}.profile-studio-cover-fade{background:linear-gradient(180deg, transparent, var(--color-surface-container-low))}.profile-studio-avatar-preview,.public-profile-avatar-frame{border-color:var(--color-background);background:#0f1625;border-radius:16px;box-shadow:0 18px 32px #05091052}.profile-studio-avatar-preview span,.public-profile-avatar-fallback{color:var(--color-text-primary)}.profile-studio-preview-video,.profile-studio-preview-section,.profile-studio-preview-empty,.public-profile-block,.public-profile-hero,.public-profile-detail-card,.public-profile-empty-posts,.public-post-card{background:var(--color-surface-container-high);border:1px solid var(--color-outline-soft);box-shadow:0 18px 40px #05091029}.profile-studio-preview-video,.profile-studio-preview-section,.profile-studio-preview-cta,.profile-studio-preview-empty,.public-profile-block,.public-profile-detail-card,.public-profile-empty-posts,.public-post-card{border-radius:8px}.profile-studio-preview-video-media,.public-profile-video-frame,.public-profile-video-placeholder{background:radial-gradient(circle at 50% 42%,#4d8eff47,#0000 34%),linear-gradient(135deg,#060e20,#0b1326)}.profile-studio-preview-offers div,.profile-studio-preview-media-grid span,.profile-studio-offer-editor,.public-profile-offer-item,.public-profile-media-empty,.public-profile-media-tile{background:var(--color-surface-container-low);border-color:var(--color-outline-soft)}.profile-studio-preview-offers strong,.profile-studio-preview-empty strong,.public-profile-detail-list p,.public-profile-stat-value,.public-post-meta h3,.public-profile-media-tile p{color:var(--color-text-primary)}.profile-studio-preview-cta,.public-profile-cta-block{background:linear-gradient(135deg, var(--color-primary-strong), var(--color-accent));border:0}.profile-studio-preview-cta span,.public-profile-cta-block .public-profile-primary-button{color:var(--color-background);background:var(--color-text-primary)}.profile-studio-block-editor{border-bottom-color:var(--color-outline-soft)}.profile-studio-offer-editor-header button{color:var(--color-danger)}.public-profile-main{background:radial-gradient(circle at 86% 10%, #4d8eff1a, transparent 28%), radial-gradient(circle at 4% 88%, #571bc11f, transparent 28%), var(--color-background);min-height:100vh}.public-profile-hero{overflow:hidden}.public-profile-cover-placeholder{background:radial-gradient(circle at 42% 6%, #4d8eff38, transparent 28%), radial-gradient(circle at 66% 34%, #571bc138, transparent 34%), var(--color-surface-container-low)}.public-profile-cover-glow,.public-profile-cover-orb,.public-profile-cover-rim,.public-profile-cover-band{display:none}.public-profile-cover-fade{background:linear-gradient(180deg, #0b132600, #222a3de0 70%, var(--color-surface-container-high) 100%)}.public-profile-stat-card{background:var(--color-surface-container-low);border:1px solid var(--color-outline-soft);box-shadow:none;border-radius:8px}.public-profile-stat-label,.public-post-meta p,.public-profile-media-empty{color:var(--color-text-muted)}.public-profile-block h2,.public-profile-posts-header h2{font-family:Georgia,Times New Roman,serif;font-weight:700}.public-post-avatar-frame{background:#0f1625;border-radius:12px}.public-post-avatar-fallback{color:var(--color-text-primary)}.public-post-image{border-radius:6px}.public-profile-editorial-page{color:#191c1e;background:#f7f9fb;min-height:100vh}.public-profile-nav-shell{z-index:80;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffffc7;position:fixed;inset:0 0 auto;box-shadow:0 18px 36px #191c1e0e}.public-profile-nav{grid-template-columns:minmax(190px,1fr) auto minmax(190px,1fr);align-items:center;gap:24px;width:min(1200px,100% - 48px);min-height:72px;margin:0 auto;display:grid}.public-profile-nav-brand,.public-profile-nav-links,.public-profile-nav-actions{align-items:center;display:flex}.public-profile-nav-brand{color:#101421;font-family:var(--font-headline);letter-spacing:-.04em;justify-self:start;gap:10px;font-size:1.05rem;font-weight:900}.public-profile-nav-brand .brand-mark-image,.public-profile-footer .brand-mark-image{border-radius:8px;width:30px;height:30px}.public-profile-nav-links{justify-content:center;gap:34px}.public-profile-nav-links button{color:#657084;letter-spacing:.01em;min-height:36px;font-size:.9rem;font-weight:700;transition:color .16s;position:relative}.public-profile-nav-links button:after{content:"";opacity:0;background:linear-gradient(90deg,#4d8eff,#571bc1);border-radius:999px;height:2px;transition:opacity .16s,transform .16s;position:absolute;bottom:0;left:0;right:0;transform:translateY(4px)}.public-profile-nav-links button.active,.public-profile-nav-links button:hover{color:#1a4fd2}.public-profile-nav-links button.active:after{opacity:1;transform:translateY(0)}.public-profile-nav-actions{justify-self:end;gap:12px}.public-profile-nav-actions button,.public-profile-share-button{color:#202634;background:#ffffffc7;border:1px solid #c3c6d652;border-radius:8px;place-items:center;width:40px;height:40px;transition:color .16s,transform .16s,box-shadow .16s;display:grid;box-shadow:0 12px 24px #191c1e0b}.public-profile-nav-actions button:hover,.public-profile-share-button:hover{color:#4d8eff;transform:translateY(-1px);box-shadow:0 18px 32px #191c1e14}.public-profile-nav-actions svg,.public-profile-share-button svg{width:19px;height:19px}.public-profile-nav-avatar{color:#fff;width:34px;height:34px;font-family:var(--font-headline);background:linear-gradient(135deg,#0b1326,#222a3d);border:1px solid #c3c6d661;border-radius:8px;place-items:center;font-size:.78rem;font-weight:900;display:grid;overflow:hidden}.public-profile-nav-avatar img{object-fit:cover;width:100%;height:100%}.public-profile-editorial-main{background:radial-gradient(circle at 18% 4%,#4d8eff24,#0000 26%),radial-gradient(circle at 88% 16%,#571bc117,#0000 26%),#f7f9fb;min-height:auto;padding:104px 0 86px}.public-profile-editorial-shell{gap:0;width:min(1200px,100% - 48px);display:grid}.public-profile-editorial-hero{box-shadow:none;background:0 0;border:0;border-radius:0;overflow:visible}.public-profile-editorial-cover{background:linear-gradient(90deg,#ffffff8c,#ffffff24),radial-gradient(at 52% 130%,#c3c6d6c2,#0000 48%),linear-gradient(135deg,#e6e8ea 0%,#f7f9fb 50%,#c9ced8 100%);border:1px solid #c3c6d63d;border-radius:8px;height:clamp(260px,31vw,340px);overflow:hidden;box-shadow:0 28px 60px #191c1e14}.public-profile-editorial-cover .public-profile-cover-placeholder{background:radial-gradient(at 50% 112%,#ffffffd1 0 24%,#0000 25%),radial-gradient(at 50% 112%,#73778533 0 34%,#0000 35%),linear-gradient(90deg,#0000 18%,#191c1e24 19%,#0000 20% 80%,#191c1e24 81%,#0000 82%),linear-gradient(135deg,#eff1f3,#d8dadc)}.public-profile-editorial-intro{z-index:2;justify-content:space-between;align-items:flex-end;gap:32px;margin:-96px 32px 0;display:flex;position:relative}.public-profile-editorial-identity{align-items:flex-end;gap:24px;min-width:0;display:flex}.public-profile-editorial-avatar{background:#0b1326;border:4px solid #f7f9fb;border-radius:8px;flex:none;width:clamp(136px,15vw,190px);height:clamp(136px,15vw,190px);overflow:hidden;box-shadow:0 18px 44px #191c1e29}.public-profile-editorial-copy{max-width:680px;padding-bottom:9px}.public-profile-editorial-copy h1{color:#191c1e;letter-spacing:-.045em;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.15rem,4vw,3.6rem);font-weight:800;line-height:.98}.public-profile-role-label{margin:0 0 8px}.public-profile-handle{color:#1d5cff;letter-spacing:.075em;margin:5px 0 0;font-size:.82rem}.public-profile-editorial-copy .public-profile-subtitle{color:#3a485b;margin:8px 0 0;font-size:1rem;font-weight:700}.public-profile-editorial-bio{color:#424654;max-width:620px;margin-top:12px;font-size:clamp(1rem,1.6vw,1.13rem);line-height:1.62}.public-profile-editorial-actions{flex:none;justify-content:flex-end;align-items:center;gap:12px;padding-bottom:10px}.public-profile-editorial-actions .public-profile-primary-button,.public-profile-editorial-actions .public-profile-secondary-button{border-radius:8px;min-height:44px;font-size:.9rem;font-weight:900}.public-profile-editorial-actions .public-profile-primary-button{color:#fff;background:linear-gradient(135deg,#4d8eff,#571bc1);min-width:116px;box-shadow:0 18px 32px #4d8eff2e}.public-profile-editorial-actions .public-profile-secondary-button{color:#191c1e;background:#ffffffdb;border:1px solid #c3c6d666;box-shadow:0 12px 24px #191c1e0b}.public-profile-editorial-stats{border-bottom:1px solid #c3c6d652;grid-template-columns:none;gap:clamp(28px,6vw,76px);margin:28px 32px 0;padding:0 0 32px;display:flex}.public-profile-editorial-stats .public-profile-stat-card{min-width:0;box-shadow:none;background:0 0;border:0;border-radius:0;padding:0}.public-profile-editorial-stats .public-profile-stat-value{color:#191c1e;letter-spacing:-.05em;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.7rem,3vw,2.4rem);font-weight:800;line-height:1;display:block}.public-profile-editorial-stats .public-profile-stat-label{color:#424654;letter-spacing:.16em;text-transform:uppercase;margin-top:8px;font-size:.72rem;font-weight:900;display:block}.public-profile-feedback{margin:18px 32px 0}.public-profile-tabs{align-items:center;gap:34px;padding:30px 32px 26px;display:flex}.public-profile-tabs button{color:#424654;letter-spacing:.08em;text-transform:uppercase;min-height:34px;font-size:.82rem;font-weight:900;position:relative}.public-profile-tabs button:after{content:"";opacity:0;background:linear-gradient(90deg,#4d8eff,#571bc1);border-radius:999px;height:2px;position:absolute;bottom:0;left:0;right:0}.public-profile-tabs button.active{color:#191c1e}.public-profile-tabs button.active:after{opacity:1}.public-profile-editorial-blocks{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;padding:0 32px 18px;display:grid}.public-profile-editorial-blocks .public-profile-block{background:#ffffffeb;border:1px solid #c3c6d633;border-radius:8px;box-shadow:0 20px 44px #191c1e0e}.public-profile-editorial-blocks .public-profile-video-block{grid-column:1/-1;grid-template-columns:minmax(260px,.36fr) minmax(0,1fr);align-items:center;padding:24px}.public-profile-editorial-blocks .public-profile-video-frame{background:linear-gradient(135deg,#0b1326,#222a3d);border-radius:8px;min-height:clamp(340px,46vw,560px);box-shadow:inset 0 0 0 1px #ffffff14}.public-profile-editorial-blocks .public-profile-video-placeholder{color:#d6dcef;background:radial-gradient(circle at 50% 42%,#4d8eff42,#0000 34%),linear-gradient(135deg,#0b1326,#171f33);border-radius:8px;min-height:clamp(340px,46vw,560px)}.public-profile-editorial-blocks .public-profile-video-block h2,.public-profile-editorial-blocks .public-profile-block h2,.public-profile-posts-header h2{color:#191c1e;letter-spacing:-.04em;font-family:Georgia,Times New Roman,serif;font-weight:800}.public-profile-editorial-blocks .public-profile-block p,.public-profile-editorial-blocks .public-profile-offer-item p,.public-profile-editorial-blocks .public-profile-media-tile p{color:#424654}.public-profile-editorial-blocks .public-profile-offer-grid,.public-profile-editorial-blocks .public-profile-media-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.public-profile-editorial-blocks .public-profile-offer-item,.public-profile-editorial-blocks .public-profile-media-empty,.public-profile-editorial-blocks .public-profile-media-tile{background:#f2f4f6;border:1px solid #c3c6d638;border-radius:8px}.public-profile-editorial-blocks .public-profile-cta-block{color:#fff;background:radial-gradient(circle at 12% 18%,#4d8eff47,#0000 34%),linear-gradient(135deg,#0b1326,#171f33 50%,#571bc1);border:0;grid-column:span 3}.public-profile-editorial-blocks .public-profile-cta-block h2,.public-profile-editorial-blocks .public-profile-cta-block p,.public-profile-editorial-blocks .public-profile-cta-block .public-profile-section-label{color:#fff}.public-profile-editorial-posts{gap:18px;padding:0 32px;display:grid}.public-profile-posts-header{justify-content:space-between;align-items:end;gap:16px;display:flex}.public-profile-posts-header h2{margin:0;font-size:clamp(1.8rem,3vw,2.5rem)}.public-profile-post-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.public-post-editorial-card{background:#fffffff0;border:1px solid #c3c6d629;border-radius:8px;align-content:stretch;gap:0;min-height:360px;padding:0;display:grid;overflow:hidden;box-shadow:0 20px 44px #191c1e0e}.public-post-editorial-card.has-image{grid-template-rows:minmax(0,1fr) auto}.public-post-editorial-card.is-text{align-content:space-between;padding:28px}.public-post-image-frame{background:#e6e8ea;min-height:300px;overflow:hidden}.public-post-editorial-card .public-post-image{object-fit:cover;border-radius:0;width:100%;height:100%;min-height:300px;max-height:none;transition:transform .7s}.public-post-editorial-card:hover .public-post-image{transform:scale(1.035)}.public-post-editorial-copy{padding:18px}.public-post-editorial-copy .public-profile-section-label{margin:0 0 8px}.public-post-quote{color:#191c1e;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.3rem,2.1vw,1.85rem);font-style:italic;line-height:1.22}.public-post-editorial-card .public-post-body{color:#424654;line-height:1.5}.public-profile-empty-posts{background:#ffffffe0;border:1px solid #c3c6d633;border-radius:8px;padding:30px;box-shadow:0 20px 44px #191c1e0d}.public-profile-empty-posts h3{color:#191c1e}.public-profile-empty-posts p{color:#424654}.public-profile-footer{background:#eceef0;grid-template-columns:minmax(190px,1fr) auto minmax(190px,1fr);align-items:center;gap:24px;width:100%;padding:42px max(24px,50% - 600px);display:grid}.public-profile-footer>div{color:#191c1e;font-family:var(--font-headline);letter-spacing:-.03em;align-items:center;gap:10px;font-weight:900;display:flex}.public-profile-footer nav{color:#424654;letter-spacing:.12em;text-transform:uppercase;justify-content:center;gap:28px;font-size:.78rem;font-weight:900;display:flex}.public-profile-footer p{color:#6a7280;text-align:right;justify-self:end;font-size:.78rem}@media (max-width:920px){.public-profile-nav{grid-template-columns:1fr auto}.public-profile-nav-links{display:none}.public-profile-editorial-intro,.public-profile-editorial-identity{align-items:flex-start}.public-profile-editorial-intro{flex-direction:column;margin:-72px 20px 0}.public-profile-editorial-identity{flex-direction:column;gap:16px}.public-profile-editorial-actions{justify-content:flex-start;width:100%;padding-bottom:0}.public-profile-editorial-stats{margin-left:20px;margin-right:20px}.public-profile-tabs,.public-profile-editorial-blocks,.public-profile-editorial-posts{padding-left:20px;padding-right:20px}.public-profile-editorial-blocks,.public-profile-post-list{grid-template-columns:minmax(0,1fr)}.public-profile-editorial-blocks .public-profile-video-block,.public-profile-editorial-blocks .public-profile-cta-block{grid-column:1}.public-profile-editorial-blocks .public-profile-video-block{grid-template-columns:minmax(0,1fr)}.public-profile-footer{text-align:center;grid-template-columns:minmax(0,1fr);justify-items:center}.public-profile-footer>div,.public-profile-footer nav,.public-profile-footer p{text-align:center;justify-content:center;width:auto}}@media (max-width:640px){.public-profile-nav{width:min(100% - 28px,1200px);min-height:66px}.public-profile-nav-actions button:not(:last-of-type){display:none}.public-profile-editorial-main{padding-top:86px}.public-profile-editorial-shell{width:min(100% - 28px,1200px)}.public-profile-editorial-cover{height:220px}.public-profile-editorial-intro{margin-top:-58px}.public-profile-editorial-copy h1{font-size:clamp(2rem,12vw,3rem)}.public-profile-editorial-actions{flex-wrap:wrap}.public-profile-editorial-actions .public-profile-primary-button,.public-profile-editorial-actions .public-profile-secondary-button{flex:auto}.public-profile-editorial-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.public-profile-editorial-stats .public-profile-stat-value{font-size:1.42rem}.public-profile-editorial-stats .public-profile-stat-label{letter-spacing:.1em;font-size:.62rem}.public-profile-tabs{gap:22px;overflow-x:auto}}.atelier-reveal{opacity:0;animation:.8s forwards atelierFadeInUp}.atelier-delay-200{animation-delay:.2s}.atelier-delay-300{animation-delay:.3s}@keyframes atelierFadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.atelier-profile-header{width:100%;padding:0 0 36px}.atelier-cover{background:#e6e8ea;border:1px solid #c3c6d633;border-radius:12px;height:320px;position:relative;overflow:hidden;box-shadow:0 8px 24px #191c1e0a}.atelier-profile-info{z-index:2;justify-content:space-between;align-items:flex-end;gap:28px;margin:-88px 32px 0;display:flex;position:relative}.atelier-avatar{color:#fff;width:clamp(132px,15vw,192px);height:clamp(132px,15vw,192px);font-family:var(--font-headline);background:#0b1326;border:4px solid #f7f9fb;border-radius:12px;flex:none;place-items:center;font-size:2rem;font-weight:900;display:grid;overflow:hidden;box-shadow:0 12px 30px #191c1e1f}.atelier-handle{letter-spacing:.05em;margin-top:8px}.atelier-primary-button,.atelier-secondary-button,.atelier-share-button,.atelier-cta-card button{border-radius:10px;justify-content:center;align-items:center;min-height:46px;font-weight:900;transition:transform .16s,box-shadow .16s,background .16s;display:inline-flex}.atelier-primary-button:hover,.atelier-secondary-button:hover,.atelier-share-button:hover,.atelier-cta-card button:hover{transform:translateY(-1px);box-shadow:0 18px 36px #191c1e14}.atelier-secondary-button,.atelier-share-button{color:#191c1e;background:#ffffffeb;border:1px solid #c3c6d652;box-shadow:0 8px 24px #191c1e0a}.atelier-stats{border-bottom:1px solid #c3c6d652;flex-wrap:wrap;gap:clamp(34px,6vw,78px);margin:34px 32px 0;padding-bottom:36px;display:flex}.atelier-stats span{color:#191c1e;letter-spacing:-.035em;font-family:Noto Serif,Georgia,Times New Roman,serif;font-size:clamp(1.5rem,2.45vw,1.875rem);font-weight:800;line-height:1.08;display:block}.atelier-stats p{color:#2f3b4f;margin-top:12px}.atelier-feedback{margin:18px 32px 0}.atelier-video-placeholder{color:#d6dcef;background:radial-gradient(circle at 42% 40%,#4d8eff38,#0000 30%),linear-gradient(135deg,#0b1326,#171f33);place-items:center;width:100%;height:100%;min-height:320px;font-size:1.05rem;font-weight:900;display:grid}.atelier-quote-section{text-align:center;width:min(760px,100%);margin:0 auto;padding:0 32px 88px}.atelier-quote-section h2{color:#424654;margin:0;font-size:clamp(1.65rem,3vw,2.5rem);font-style:italic;font-weight:500;line-height:1.25}.atelier-quote-section div{background:#4d8eff3d;width:48px;height:2px;margin:26px auto 0}.atelier-section-heading p{color:#424654;letter-spacing:0;text-transform:none;margin-top:16px;font-size:1rem;font-weight:500;line-height:1.55}.atelier-offering-card{background:#ffffffe6;border:1px solid #c3c6d638;border-radius:12px;min-height:320px;padding:32px;transition:transform .18s,box-shadow .18s;box-shadow:0 8px 24px #191c1e0a}.atelier-offering-card:hover{transform:translateY(-4px);box-shadow:0 18px 40px #191c1e14}.atelier-offering-icon{color:#4d8eff;background:#4d8eff24;border-radius:10px;place-items:center;width:54px;height:54px;margin-bottom:32px;font-size:1rem;font-weight:900;display:grid}.atelier-offering-card h3{color:#191c1e;margin:0 0 16px;font-size:1.45rem;line-height:1.12}.atelier-offering-card p{color:#424654;margin:0 0 30px;line-height:1.62}.atelier-cta-card{color:#fff;background:radial-gradient(circle at 16% 20%,#4d8eff40,#0000 34%),linear-gradient(135deg,#0b1326,#571bc1);border-radius:16px;justify-content:space-between;align-items:center;gap:28px;padding:clamp(34px,6vw,72px);display:flex;position:relative;overflow:hidden}.atelier-posts-header h2{color:#191c1e;margin:0;font-size:clamp(1.8rem,3vw,2.55rem);line-height:1}.atelier-post-card,.atelier-empty-posts{background:#ffffffeb;border:1px solid #c3c6d638;border-radius:12px;gap:16px;padding:24px;display:flex;box-shadow:0 8px 24px #191c1e0a}@media (max-width:920px){.atelier-profile-main{width:min(100% - 32px,1200px);padding-top:20px}.atelier-profile-info,.atelier-profile-identity{align-items:flex-start}.atelier-profile-info{flex-direction:column;margin:-68px 18px 0}.atelier-profile-identity{flex-direction:column;gap:18px}.atelier-profile-actions{width:100%;padding-bottom:0}.atelier-primary-button,.atelier-secondary-button{flex:1}.atelier-stats,.atelier-video-section,.atelier-offerings-section,.atelier-cta-section{margin-left:18px;margin-right:18px;padding-left:0;padding-right:0}.atelier-video-frame{aspect-ratio:16/9}.atelier-offering-grid{grid-template-columns:minmax(0,1fr)}.atelier-cta-card{flex-direction:column;align-items:stretch}.atelier-cta-card button{width:100%}}@media (max-width:640px){.atelier-cover{height:192px}.atelier-profile-copy h1{font-size:1.875rem}.atelier-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.atelier-stats span{font-size:1.5rem}.atelier-stats p{letter-spacing:.1em;font-size:.62rem}.atelier-video-section{padding-bottom:70px}.atelier-quote-section,.atelier-posts-section{padding-left:8px;padding-right:8px}.atelier-post-card{padding:18px}}.atelier-profile-page{color:#dae2f9;min-height:100vh;font-family:"Inter", var(--font-body);background:radial-gradient(circle at 12% 10%,#4d8eff2e,#0000 31%),radial-gradient(circle at 92% 8%,#571bc133,#0000 34%),radial-gradient(circle at 50% 44%,#4d8eff0f,#0000 30%),#050e1d;overflow-x:hidden}.atelier-profile-main{width:min(1180px,100% - 48px);margin:0 auto;padding:44px 0 96px}.atelier-profile-page h1,.atelier-profile-page h2,.atelier-profile-page h3{font-family:var(--font-headline)}.atelier-profile-header{background:linear-gradient(#172030e0,#0b1326eb),#131c2b;border:1px solid #424753b3;border-radius:20px;width:100%;padding:0 0 28px;position:relative;overflow:hidden;box-shadow:0 34px 90px #00000047}.atelier-profile-header:before{content:"";pointer-events:none;background:linear-gradient(90deg,#ffffff0a,#0000 18% 82%,#ffffff08),radial-gradient(circle at 82% 12%,#d0bcff1f,#0000 28%);position:absolute;inset:0}.atelier-cover{height:292px;box-shadow:none;background:radial-gradient(circle at 24% 18%,#4d8eff52,#0000 26%),radial-gradient(circle at 74% 18%,#571bc157,#0000 29%),linear-gradient(135deg,#0b1326,#111b33 48%,#1a1130);border:0;border-radius:0;position:relative;overflow:hidden}.atelier-cover:after{content:"";background:linear-gradient(90deg,#0000,#adc6ff80,#0000);height:1px;position:absolute;inset:auto 34px 28px}.atelier-cover img,.atelier-video-frame img,.atelier-video-frame video{object-fit:cover;width:100%;height:100%}.atelier-cover img{opacity:.76;filter:saturate(1.18)contrast(1.02)}.atelier-cover .public-profile-cover-placeholder{background:radial-gradient(circle at 50% 34%,#4d8eff57,#0000 22%),radial-gradient(circle at 32% 64%,#d0bcff3d,#0000 20%),radial-gradient(circle at 70% 64%,#571bc152,#0000 24%),linear-gradient(135deg,#071126,#0d1730 52%,#160f2d);position:absolute;inset:0}.atelier-cover .public-profile-cover-glow,.atelier-cover .public-profile-cover-orb,.atelier-cover .public-profile-cover-rim,.atelier-cover .public-profile-cover-band{display:block}.atelier-cover .public-profile-cover-glow{filter:blur(80px);background:#4d8eff42;border-radius:999px;position:absolute;inset:18% 24%}.atelier-cover .public-profile-cover-orb{background:linear-gradient(#74d2ff,#165dff);border-radius:999px;width:112px;height:112px;position:absolute;top:58px;left:calc(50% - 56px);box-shadow:0 0 38px #4d8eff85}.atelier-cover .public-profile-cover-rim{filter:drop-shadow(0 0 34px #571bc173);background:linear-gradient(135deg,#d0bcfff2,#571bc1d6);border-radius:44px;width:144px;height:96px;position:absolute;top:150px;left:calc(50% - 72px)}.atelier-cover .public-profile-cover-band{background:linear-gradient(#0000,#050e1dc7);height:46px;position:absolute;inset:auto 0 0}.atelier-profile-info{z-index:2;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:28px;margin:-70px 28px 0;display:grid;position:relative}.atelier-profile-identity{align-items:end;gap:22px;min-width:0;display:flex}.atelier-avatar{color:#fff;width:142px;height:142px;font-family:var(--font-headline);letter-spacing:-.04em;background:radial-gradient(circle at 34% 24%,#4d8eff57,#0000 26%),#0b1326;border:3px solid #131c2b;border-radius:22px;flex:none;place-items:center;font-size:1.85rem;font-weight:900;display:grid;overflow:hidden;box-shadow:0 28px 58px #00000057}.atelier-avatar img{object-fit:cover;width:100%;height:100%}.atelier-profile-copy{max-width:680px;padding-bottom:6px}.atelier-kicker,.atelier-handle,.atelier-stats p,.atelier-section-heading p,.atelier-offering-card span,.atelier-cta-card span,.atelier-posts-header button{color:#4d8eff;letter-spacing:.12em;text-transform:uppercase;margin:0;font-size:.72rem;font-weight:900}.atelier-profile-copy h1{color:#f2f6ff;letter-spacing:-.055em;margin:8px 0 0;font-size:clamp(2rem,3.3vw,3rem);font-weight:900;line-height:.98}.atelier-handle{color:#adc6ff;letter-spacing:.06em;margin-top:8px}.atelier-subtitle{color:#dae2f9;margin:14px 0 0;font-size:1rem;font-weight:850;line-height:1.42}.atelier-bio{color:#c2c6d6;max-width:620px;margin:10px 0 0;font-size:.98rem;line-height:1.62}.atelier-profile-actions{flex:none;align-items:center;gap:12px;padding-bottom:8px;display:flex}.atelier-primary-button,.atelier-secondary-button,.atelier-share-button,.atelier-cta-card button{min-height:44px;font-family:var(--font-headline);border-radius:8px;justify-content:center;align-items:center;font-size:.84rem;font-weight:900;transition:transform .16s,box-shadow .16s,border-color .16s,background .16s;display:inline-flex}.atelier-primary-button{color:#fff;background:linear-gradient(90deg,#4d8eff,#571bc1);min-width:132px;padding:0 26px;box-shadow:0 0 30px #4d8eff47}.atelier-primary-button:hover,.atelier-secondary-button:hover,.atelier-share-button:hover,.atelier-cta-card button:hover{transform:translateY(-1px)}.atelier-secondary-button,.atelier-share-button{color:#f2f6ff;background:#172030db;border:1px solid #424753db}.atelier-secondary-button:hover,.atelier-share-button:hover{background:#212a3b;border-color:#adc6ff47}.atelier-secondary-button{padding:0 20px}.atelier-share-button{width:44px;padding:0}.atelier-share-button svg{width:19px;height:19px}.atelier-stats{border-bottom:0;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:28px 28px 0;padding:0;display:grid}.atelier-stats div{background:linear-gradient(#212a3bad,#172030c7),#172030;border:1px solid #4247539e;border-radius:12px;min-width:0;padding:16px}.atelier-stats span{color:#f2f6ff;font-family:var(--font-headline);letter-spacing:-.035em;text-overflow:ellipsis;white-space:nowrap;font-size:1.08rem;font-weight:900;line-height:1.1;display:block;overflow:hidden}.atelier-stats p{color:#8c909f;margin-top:8px;font-size:.66rem}.atelier-feedback{z-index:2;margin:18px 28px 0;position:relative}.atelier-video-section{width:100%;padding:36px 0 72px}.atelier-video-frame{aspect-ratio:21/9;background:radial-gradient(circle at 50% 42%,#4d8eff29,#0000 36%),#0b1326;border:1px solid #424753b3;border-radius:20px;position:relative;overflow:hidden;box-shadow:0 28px 80px #0000003d}.atelier-video-placeholder{color:#dae2f9;width:100%;height:100%;min-height:300px;font-family:var(--font-headline);background:radial-gradient(circle at 38% 24%,#4d8eff2e,#0000 28%),radial-gradient(circle at 72% 70%,#571bc142,#0000 30%),linear-gradient(135deg,#0b1326,#172030);place-items:center;font-size:1rem;font-weight:900;display:grid}.atelier-offerings-section{width:100%;padding:0 0 76px}.atelier-section-heading{text-align:center;max-width:720px;margin:0 auto 28px}.atelier-section-heading h2{color:#f2f6ff;letter-spacing:-.045em;margin:0;font-size:clamp(1.75rem,3vw,2.35rem);font-weight:900;line-height:1.08}.atelier-section-heading p{color:#c2c6d6;letter-spacing:0;text-transform:none;max-width:560px;margin:12px auto 0;font-size:.96rem;font-weight:500;line-height:1.58}.atelier-offering-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.atelier-offering-card{min-height:268px;box-shadow:none;background:linear-gradient(#212a3b9e,#172030c7),#172030;border:1px solid #4247539e;border-radius:16px;padding:24px;transition:transform .18s,border-color .18s,background .18s}.atelier-offering-card:hover{box-shadow:none;background:#172030;border-color:#4d8eff6b;transform:translateY(-3px)}.atelier-offering-icon{color:#adc6ff;background:#4d8eff1f;border:1px solid #4d8eff42;border-radius:10px;place-items:center;width:46px;height:46px;margin-bottom:28px;font-size:.9rem;font-weight:900;display:grid}.atelier-offering-card h3{color:#dae2f9;letter-spacing:-.03em;margin:0 0 12px;font-size:1.16rem;font-weight:900;line-height:1.2}.atelier-offering-card p{color:#c2c6d6;margin:0 0 24px;font-size:.92rem;line-height:1.62}.atelier-offering-card span{font-size:.68rem}.atelier-cta-section{padding:0 0 76px}.atelier-cta-card{color:#fff;background:radial-gradient(circle at 12% 22%,#4d8eff47,#0000 34%),linear-gradient(135deg,#132743,#571bc1);border:1px solid #adc6ff2e;border-radius:20px;justify-content:space-between;align-items:center;gap:26px;padding:clamp(30px,5vw,52px);display:flex;position:relative;overflow:hidden}.atelier-cta-card h2{color:#fff;letter-spacing:-.055em;max-width:760px;margin:8px 0 0;font-size:clamp(1.9rem,4vw,3.1rem);font-weight:900;line-height:1.02}.atelier-cta-card p{color:#ffffffe0;max-width:720px;margin:14px 0 0;font-size:.98rem;line-height:1.58}.atelier-cta-card span{color:#adc6ff}.atelier-cta-card button{color:#0b1326;background:#f2f6ff;flex:none;min-width:148px;padding:0 28px}.atelier-posts-section{width:min(820px,100%);margin:0 auto;padding:0}.atelier-posts-header{justify-content:space-between;align-items:center;gap:20px;margin-bottom:20px;display:flex}.atelier-posts-header h2{color:#f2f6ff;letter-spacing:-.045em;margin:0;font-size:clamp(1.55rem,3vw,2.15rem);font-weight:900;line-height:1}.atelier-post-list{gap:16px;display:grid}.atelier-post-card,.atelier-empty-posts{box-shadow:none;background:linear-gradient(#212a3b99,#172030d1),#172030;border:1px solid #4247539e;border-radius:16px;gap:16px;padding:22px;display:flex}.atelier-post-avatar{color:#fff;background:linear-gradient(135deg,#0b1326,#4d8eff);border-radius:10px;flex:none;place-items:center;width:44px;height:44px;font-weight:900;display:grid;overflow:hidden}.atelier-post-avatar img{object-fit:cover;width:100%;height:100%}.atelier-post-copy{flex:1;min-width:0}.atelier-post-meta{flex-wrap:wrap;align-items:baseline;gap:6px;margin-bottom:8px;display:flex}.atelier-post-meta strong{color:#f2f6ff;font-weight:900}.atelier-post-meta span{color:#8c909f;font-size:.84rem}.atelier-post-copy p,.atelier-empty-posts p{color:#c2c6d6;margin:0;line-height:1.58}.atelier-post-media{aspect-ratio:16/9;object-fit:cover;border:1px solid #424753ad;border-radius:12px;width:100%;margin-top:18px}.atelier-empty-posts{gap:8px;display:grid}.atelier-empty-posts h3{color:#f2f6ff;margin:0;font-size:1.25rem}@media (max-width:920px){.atelier-profile-main{width:min(100% - 32px,1180px);padding-top:28px}.atelier-cover{height:238px}.atelier-profile-info{grid-template-columns:minmax(0,1fr);align-items:start;margin:-58px 18px 0}.atelier-profile-identity{flex-direction:column;align-items:start;gap:16px}.atelier-avatar{border-radius:18px;width:116px;height:116px;font-size:1.45rem}.atelier-profile-actions{width:100%;padding-bottom:0}.atelier-primary-button,.atelier-secondary-button{flex:1}.atelier-stats{margin:22px 18px 0}.atelier-video-frame{aspect-ratio:16/9}.atelier-offering-grid{grid-template-columns:minmax(0,1fr)}.atelier-cta-card{flex-direction:column;align-items:stretch}.atelier-cta-card button{width:100%}}@media (max-width:640px){.atelier-profile-main{width:min(100% - 24px,1180px);padding:18px 0 76px}.atelier-profile-header,.atelier-video-frame,.atelier-cta-card{border-radius:16px}.atelier-cover{height:184px}.atelier-profile-info{margin-top:-46px}.atelier-profile-copy h1{font-size:1.85rem}.atelier-bio,.atelier-subtitle{font-size:.94rem}.atelier-profile-actions{flex-wrap:wrap}.atelier-share-button{flex:0 0 44px}.atelier-stats{grid-template-columns:minmax(0,1fr);gap:10px}.atelier-stats div{padding:14px}.atelier-video-section,.atelier-offerings-section,.atelier-cta-section{padding-bottom:56px}.atelier-video-placeholder{min-height:190px}.atelier-offering-card,.atelier-post-card,.atelier-empty-posts{padding:18px}}.nova-page{color:#dae2f9;min-height:100vh;font-family:"Inter", "Söhne", -apple-system, BlinkMacSystemFont, "Segoe UI", var(--font-body), system-ui, sans-serif;font-feature-settings:"ss01", "cv11";-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;background:#050e1d;flex-direction:column;display:flex}.nova-main{flex:1 0 auto;width:100%}.nova-icon{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;flex:none;width:1em;height:1em;display:block;overflow:visible}.nova-gradient-text{background:linear-gradient(90deg,#4d8eff 0%,#8f5bff 55%,#d0bcff 100%);color:#0000;-webkit-background-clip:text;background-clip:text}.nova-topbar{z-index:50;-webkit-backdrop-filter:blur(14px);background:#050e1db8;transition:background .2s,border-color .2s;position:sticky;top:0}.nova-topbar-scrolled{background:#050e1df0;border-bottom:1px solid #4d8eff1f}.nova-topbar-inner{justify-content:space-between;align-items:center;gap:16px;width:min(1120px,100%);margin:0 auto;padding:14px 24px;display:flex}.nova-brand{color:#f2f6ff;letter-spacing:-.01em;align-items:center;gap:10px;font-size:.95rem;font-weight:600;text-decoration:none;display:inline-flex}.nova-brand-logo{border-radius:6px;width:22px;height:22px}.nova-topbar-cta{color:#fff;letter-spacing:-.005em;background:linear-gradient(90deg,#4d8eff,#8f5bff);border-radius:999px;padding:8px 16px;font-size:.85rem;font-weight:600;text-decoration:none;transition:transform .16s,box-shadow .16s;box-shadow:0 6px 18px -6px #4d8eff8c}.nova-topbar-cta:hover{transform:translateY(-1px);box-shadow:0 10px 22px -8px #4d8effb3}.nova-hero{padding:48px 24px 32px;position:relative;overflow:hidden}.nova-hero-glow{pointer-events:none;filter:blur(80px);opacity:.55;border-radius:50%;position:absolute}.nova-hero-glow-blue{background:radial-gradient(circle,#4d8eff8c,#0000 65%);width:420px;height:420px;top:-160px;left:-120px}.nova-hero-glow-purple{background:radial-gradient(circle,#8f5bff73,#0000 65%);width:420px;height:420px;bottom:-180px;right:-120px}.nova-hero-inner{z-index:1;text-align:center;flex-direction:column;align-items:center;width:min(560px,100%);margin:0 auto;display:flex;position:relative}.nova-portrait{aspect-ratio:1;border-radius:50%;width:clamp(150px,34vw,200px);margin:0 0 20px;position:relative;overflow:hidden;box-shadow:0 24px 60px -24px #050e1de6,0 0 0 1px #4d8eff33}.nova-portrait img{object-fit:cover;width:100%;height:100%;display:block}.nova-portrait-ring{-webkit-mask-composite:xor;opacity:.85;pointer-events:none;background:conic-gradient(from 140deg,#4d8eff,#8f5bff,#d0bcff,#4d8eff);border-radius:50%;padding:3px;position:absolute;inset:-3px;-webkit-mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.nova-kicker{letter-spacing:.22em;text-transform:uppercase;color:#8c9dc5;margin:0 0 6px;font-size:.7rem;font-weight:600}.nova-hero-title{letter-spacing:-.025em;color:#f2f6ff;margin:0 0 10px;font-size:clamp(2.1rem,5.2vw,3.1rem);font-weight:700;line-height:1.05}.nova-hero-subtitle{color:#adc6ff;max-width:440px;margin:0 0 22px;font-size:clamp(.95rem,2vw,1.05rem);line-height:1.5}.nova-hero-actions{flex-wrap:wrap;justify-content:center;gap:10px;margin-bottom:18px;display:flex}.nova-primary-cta,.nova-secondary-cta{letter-spacing:-.005em;cursor:pointer;border:0;border-radius:999px;align-items:center;gap:8px;padding:11px 22px;font-size:.92rem;font-weight:600;text-decoration:none;transition:transform .16s,box-shadow .16s,background .16s;display:inline-flex}.nova-primary-cta{color:#fff;background:linear-gradient(90deg,#4d8eff,#8f5bff);box-shadow:0 10px 26px -10px #4d8effa6}.nova-primary-cta:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 14px 30px -10px #8f5bffb3}.nova-primary-cta:disabled{opacity:.7;cursor:wait}.nova-secondary-cta{color:#f2f6ff;background:#4d8eff14;border:1px solid #4d8eff40}.nova-secondary-cta:hover{background:#4d8eff24;border-color:#8f5bff73}.nova-meta-row{color:#8c9dc5;flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;font-size:.83rem;display:flex}.nova-meta-row em{color:#4a5778;font-style:normal}.nova-feedback{color:#d0bcff;background:#8f5bff1a;border:1px solid #8f5bff40;border-radius:12px;max-width:420px;margin:14px 0 0;padding:10px 14px;font-size:.85rem}.nova-section{padding:28px 20px}.nova-section-inner{width:min(1040px,100%);margin:0 auto}.nova-section-header{text-align:center;margin-bottom:18px}.nova-section-header h2{letter-spacing:-.02em;color:#f2f6ff;margin:0;font-size:clamp(1.35rem,3.2vw,1.7rem);font-weight:700}.nova-video-frame{aspect-ratio:16/9;cursor:pointer;background:#0b1326;border:1px solid #4d8eff2e;border-radius:20px;width:100%;padding:0;transition:transform .22s,border-color .22s;display:block;position:relative;overflow:hidden}.nova-video-frame:hover{border-color:#8f5bff66;transform:translateY(-2px)}.nova-video-frame img{object-fit:cover;opacity:.88;width:100%;height:100%;transition:transform .4s,opacity .3s;display:block}.nova-video-frame:hover img{opacity:1;transform:scale(1.03)}.nova-video-play{color:#fff;background:radial-gradient(circle,#050e1d8c,#0000 60%);justify-content:center;align-items:center;font-size:1.6rem;display:flex;position:absolute;inset:0}.nova-video-play .nova-icon{stroke:none;fill:#fff;background:linear-gradient(135deg,#4d8eff,#8f5bff);border-radius:50%;width:58px;height:58px;padding:16px;box-shadow:0 14px 32px -12px #4d8effb3}.nova-offerings-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:10px;display:grid}.nova-offering-card{text-align:left;color:inherit;font:inherit;cursor:pointer;background:#0b1326b3;border:1px solid #4d8eff1f;border-radius:14px;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;padding:14px 16px;transition:transform .16s,border-color .16s,background .16s;display:grid;position:relative;overflow:hidden}.nova-offering-card:hover{background:#0b1326f2;transform:translateY(-1px)}.nova-offering-blue:hover{border-color:#4d8eff80;box-shadow:0 12px 28px -16px #4d8effb3}.nova-offering-purple:hover{border-color:#8f5bff80;box-shadow:0 12px 28px -16px #8f5bffb3}.nova-offering-green:hover{border-color:#34d39973;box-shadow:0 12px 28px -16px #34d3998c}.nova-offering-icon{border-radius:10px;flex:none;place-items:center;width:38px;height:38px;display:grid}.nova-offering-blue .nova-offering-icon{color:#8eb5ff;background:#4d8eff24}.nova-offering-purple .nova-offering-icon{color:#c0a6ff;background:#8f5bff24}.nova-offering-green .nova-offering-icon{color:#6ee7b7;background:#34d39924}.nova-offering-icon .nova-icon{width:18px;height:18px}.nova-offering-body{min-width:0}.nova-offering-body h3{letter-spacing:-.01em;color:#f2f6ff;margin:0 0 2px;font-size:.98rem;font-weight:600;line-height:1.25}.nova-offering-body p{color:#8c9dc5;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.82rem;line-height:1.4;display:-webkit-box;overflow:hidden}.nova-offering-arrow{color:#6a7aa0;width:16px;height:16px;transition:transform .16s,color .16s}.nova-offering-card:hover .nova-offering-arrow{color:#d0bcff;transform:translate(3px)}.nova-pulse-list{flex-direction:column;gap:10px;display:flex}.nova-pulse-card{background:#0b1326b3;border:1px solid #4d8eff1a;border-radius:14px;padding:14px 16px}.nova-pulse-card header{align-items:baseline;gap:8px;margin-bottom:6px;display:flex}.nova-pulse-card header strong{color:#f2f6ff;font-size:.9rem;font-weight:600}.nova-pulse-meta{color:#6a7aa0;margin-left:auto;font-size:.75rem}.nova-pulse-text{color:#c2c6d6;margin:0 0 8px;font-size:.92rem;line-height:1.5}.nova-pulse-actions{color:#6a7aa0;gap:16px;font-size:.78rem;display:flex}.nova-pulse-actions span{align-items:center;gap:5px;display:inline-flex}.nova-pulse-actions em{font-style:normal}.nova-state-page{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:14px;padding:60px 24px;display:flex}.nova-state-page h1{letter-spacing:-.02em;color:#f2f6ff;margin:0;font-size:1.6rem;font-weight:700}.nova-state-page p{color:#8c9dc5;max-width:420px;margin:0;line-height:1.5}.nova-reveal{opacity:0;transition:opacity .5s,transform .5s;transform:translateY(14px)}.nova-reveal.active{opacity:1;transform:translateY(0)}@media (max-width:640px){.nova-topbar-inner{padding:12px 16px}.nova-hero{padding:32px 18px 20px}.nova-section{padding:22px 16px}.nova-primary-cta,.nova-secondary-cta{padding:10px 18px;font-size:.88rem}.nova-offerings-grid{grid-template-columns:1fr}}body.syncrolly-body{background:var(--color-background)}.shell-header{border-bottom:1px solid var(--color-outline-soft);background:#0b1326e6;box-shadow:0 12px 28px #05091042}.shell-header-inner-wide{grid-template-columns:minmax(180px,1fr) auto minmax(180px,1fr);align-items:center;gap:24px;width:min(1440px,100%);height:80px;padding:0 28px;display:grid}.desktop-app-brand .welcome-brand-mark{width:26px;height:26px}.desktop-app-brand .welcome-brand-mark i{width:6px;height:6px}.desktop-header-link{color:var(--color-text-muted);font-size:.95rem;font-weight:800}.desktop-header-link:hover,.desktop-header-link.active{color:var(--color-text-primary)}.desktop-header-link.active{color:var(--color-primary-strong)}.desktop-header-link.active:after{background:var(--color-primary-strong)}.desktop-header-icon-button{color:var(--color-text-secondary);background:var(--color-surface-container-high);border-color:var(--color-outline-soft)}.desktop-header-icon-button:hover{color:var(--color-text-primary);background:var(--color-surface-container-highest);border-color:#ffffff24}.desktop-header-avatar-frame,.desktop-user-chip{background:var(--color-surface-container-high);border:1px solid var(--color-outline-soft);box-shadow:0 10px 20px #05091038}.desktop-inbox-main{background:radial-gradient(circle at 86% 8%,#4d8eff14,#0000 28%),radial-gradient(circle at 8% 86%,#571bc11a,#0000 30%),#0a1323;min-height:100vh;padding-top:80px;padding-bottom:0}.desktop-inbox-shell{border-top:1px solid var(--color-outline-soft);background:#0a1323;grid-template-columns:340px minmax(0,1fr);min-height:calc(100vh - 80px)}.desktop-inbox-sidebar{border-right:1px solid var(--color-outline-soft);background:#131c2b;padding:28px 24px 16px}.desktop-profile-panel{display:none}.desktop-sidebar-header{gap:18px}.desktop-sidebar-title-row{justify-content:space-between;align-items:center;gap:16px;display:flex}.desktop-sidebar-title-row h1{color:var(--color-text-primary);letter-spacing:-.05em;margin:0;font-size:2rem;font-weight:900}.desktop-search-field{background:var(--color-surface-container-low);border:1px solid var(--color-outline-soft);border-bottom-color:var(--color-outline-soft);color:var(--color-text-secondary);border-radius:4px;height:54px}.desktop-search-field:focus-within{border-color:#4d8eff94;box-shadow:0 0 0 3px #4d8eff1a}.desktop-search-field input{color:var(--color-text-primary)}.desktop-compose-icon-button{width:36px;height:36px;color:var(--color-text-primary);background:linear-gradient(135deg, var(--color-primary-strong), var(--color-accent));border-radius:8px;box-shadow:0 12px 24px #05091047}.desktop-tab-row{border-bottom:1px solid var(--color-outline-soft);justify-content:flex-start;gap:10px;padding:0 0 12px;overflow:visible}.desktop-tab-button{min-width:0;min-height:34px;color:var(--color-text-muted);border:1px solid var(--color-outline-soft);border-radius:999px;padding:0 15px;font-size:.82rem}.desktop-tab-button.active{color:var(--color-on-primary);background:var(--color-primary-strong);border-color:#0000}.desktop-thread-row,.desktop-form-row-main,.desktop-instagram-row{border:1px solid #0000}.desktop-thread-row:hover,.desktop-form-row-main:hover,.desktop-instagram-row:hover{background:#172030}.desktop-thread-row.selected,.desktop-form-row.selected .desktop-form-row-main{border-color:#424753eb;border-left:4px solid var(--color-primary-strong);box-shadow:none;background:#212a3b}.desktop-thread-name,.desktop-instagram-name,.desktop-sidebar-empty h2,.desktop-message-empty h2,.desktop-profile-empty h2,.desktop-form-review-title,.desktop-conversation-title,.desktop-profile-name,.desktop-profile-stat-value,.desktop-instagram-summary-value{color:var(--color-text-primary)}.desktop-thread-preview,.desktop-instagram-preview,.desktop-thread-time,.desktop-instagram-time,.desktop-instagram-meta,.desktop-form-inline-answer p,.desktop-sidebar-empty p,.desktop-message-empty p,.desktop-profile-empty p,.desktop-form-review-body-copy,.web-inquiry-card-body,.web-inquiry-answer-value,.desktop-form-review-value,.desktop-profile-section-body,.desktop-profile-role{color:var(--color-text-secondary)}.desktop-thread-avatar-frame,.desktop-instagram-avatar,.desktop-profile-avatar-frame{border:1px solid var(--color-outline-soft);background:#0f1625}.desktop-thread-dot,.desktop-instagram-dot{border-color:var(--color-surface);background:var(--color-primary-strong)}.desktop-thread-status,.desktop-conversation-pill,.web-inquiry-card-badge,.desktop-instagram-status{color:var(--color-primary-strong);background:var(--color-primary-soft)}.desktop-message-panel{box-shadow:none;background:#0a1323}.desktop-conversation-header{border-bottom:1px solid var(--color-outline-soft);min-height:104px}.desktop-conversation-avatar-frame{width:58px;height:58px;color:var(--color-text-primary);border:1px solid var(--color-outline-soft);background:#0f1625;border-radius:12px;flex:none;place-items:center;font-size:1rem;font-weight:900;display:grid;overflow:hidden}.desktop-conversation-title-group{gap:5px;display:grid}.desktop-message-scroll{background:radial-gradient(circle at 74% 12%,#4d8eff0e,#0000 24%),#0a1323;padding:60px min(9vw,118px) 34px}.message-bubble.incoming{color:var(--color-text-primary);border:1px solid var(--color-outline-soft);background:#2c3546}.message-bubble.outgoing{color:#08101f;background:#5b93ff;border:1px solid #adc6ff33}.message-time{color:var(--color-text-muted)}.web-inquiry-card,.desktop-form-review-card,.desktop-instagram-summary-card{background:var(--color-surface-container-high);border:1px solid var(--color-outline-soft)}.web-inquiry-card-title,.web-inquiry-answer-prompt,.desktop-form-review-prompt{color:var(--color-text-primary)}.web-inquiry-card-meta,.desktop-profile-stat-label,.desktop-form-disclosure,.icon-button.subtle{color:var(--color-text-muted)}.desktop-thread-composer{border:1px solid var(--color-outline-soft);background:#131b2ee0;border-radius:8px;justify-self:center;gap:0;width:min(760px,100% - 48px);margin:0 0 28px;padding:0;display:grid;overflow:hidden;box-shadow:0 24px 50px #05091057}.desktop-composer-action-row{border-top:1px solid var(--color-outline-soft);justify-content:space-between;align-items:center;gap:16px;min-height:64px;padding:10px 16px 14px;display:flex}.desktop-composer-attachments,.desktop-composer-send-row{align-items:center;gap:10px;display:flex}.desktop-composer-send-row span{color:var(--color-text-muted);font-size:.82rem;font-weight:700}.thread-input{min-height:100px;color:var(--color-text-primary);background:0 0;border:0;border-radius:0;padding:24px 22px}.media-button{color:var(--color-text-secondary);background:0 0;border:0}.send-button{width:auto;min-width:112px;color:var(--color-on-primary);background:linear-gradient(135deg, var(--color-primary-strong), var(--color-accent));gap:8px;padding:0 18px}.desktop-thread-list{gap:0;padding-top:0}.desktop-thread-row,.desktop-form-row-main,.desktop-instagram-row{border-bottom:1px solid #4247536b;border-radius:0;min-height:102px;padding:18px 16px}.desktop-thread-avatar-frame{border-radius:12px}.desktop-thread-dot,.desktop-instagram-dot{width:13px;height:13px;top:auto;bottom:0;right:0}.desktop-thread-name{font-size:1rem;font-weight:800}.desktop-thread-preview{font-size:.92rem}.desktop-thread-time{color:#adc6ff;font-size:.78rem}.message-bubble{border-radius:14px;padding:20px 22px}.day-pill{background:#212a3b;border:1px solid #424753c7}.day-pill-text{color:#c2c6d6;font-size:.78rem}.desktop-conversation-title{font-size:1.55rem;font-weight:900}.desktop-conversation-subtitle{color:#8c909f;font-weight:600}.icon-button.subtle{border-radius:8px;place-items:center;width:38px;height:38px;display:grid}.icon-button.subtle:hover{color:var(--color-text-primary);background:var(--color-surface-container-high)}.thread-input{font-size:1.08rem}.desktop-composer-action-row{padding-bottom:16px}.send-button{border-radius:6px;min-height:46px;font-weight:900}@media (min-width:1500px){.desktop-inbox-shell{grid-template-columns:380px minmax(0,1fr)}}.desktop-profile-panel{background:linear-gradient(180deg, var(--color-surface) 0%, var(--color-background) 100%);border-left:1px solid var(--color-outline-soft)}.desktop-profile-card,.desktop-profile-section{background:0 0}.desktop-profile-section{border-top-color:var(--color-outline-soft)}.desktop-profile-cta{background:linear-gradient(135deg, var(--color-primary-strong), var(--color-accent))}.desktop-profile-cta.secondary{color:var(--color-text-secondary);background:var(--color-surface-container-high);border:1px solid var(--color-outline-soft)}.desktop-profile-link-button{color:var(--color-primary-strong)}.desktop-shared-media-wide{background:linear-gradient(180deg, #0b13261a 0%, #0b1326b8 100%), linear-gradient(135deg, var(--color-surface-container-highest), var(--color-outline))}.desktop-inbox-main{height:100dvh;min-height:0;padding-top:80px;overflow:hidden}.desktop-inbox-shell{grid-template-columns:380px minmax(0,1fr);width:100%;height:calc(100dvh - 80px);min-height:0;overflow:hidden}.desktop-inbox-shell *,.desktop-inbox-sidebar,.desktop-message-panel,.desktop-sidebar-header,.desktop-thread-copy,.desktop-conversation-title-group{min-width:0}.desktop-inbox-sidebar,.desktop-message-panel{height:100%;min-height:0;overflow:hidden}.desktop-inbox-sidebar{grid-template-rows:auto minmax(0,1fr);padding:24px 20px 0}.desktop-sidebar-title-row h1{font-size:clamp(1.55rem,1.6vw,2rem);line-height:1}.desktop-search-field{height:46px}.desktop-tab-row{scrollbar-width:none;gap:8px;width:100%;max-width:100%;overflow:auto hidden}.desktop-tab-button{flex:none;min-height:32px;padding:0 13px;font-size:.78rem}.desktop-thread-list{min-height:0;padding:0;overflow:hidden auto}.desktop-thread-row,.desktop-form-row-main,.desktop-instagram-row{min-height:88px;padding:14px}.desktop-thread-top{gap:10px}.desktop-thread-title-wrap,.desktop-thread-preview{min-width:0}.desktop-thread-time{flex:none}.desktop-message-panel{grid-template-rows:88px minmax(0,1fr) auto}.desktop-conversation-header{min-height:88px;padding:0 clamp(24px,3vw,44px)}.desktop-conversation-avatar-frame{width:52px;height:52px}.desktop-conversation-title{font-size:clamp(1.25rem,1.45vw,1.55rem)}.desktop-message-scroll{overscroll-behavior:contain;scrollbar-color:#4d8eff7a #0a1323a3;scrollbar-width:thin;min-height:0;padding:22px 18px 18px 24px;overflow:hidden auto}.desktop-message-stack{gap:18px;width:100%;margin:0}.message-row{max-width:min(54%,620px)}.message-row.incoming{justify-self:start}.message-row.outgoing{justify-self:end}.message-bubble{padding:16px 18px}.message-text{font-size:1rem;line-height:1.5}.web-inquiry-card{width:min(430px,100%);min-width:0}.desktop-thread-composer{border-radius:12px;grid-template-columns:minmax(0,1fr) auto;align-self:end;align-items:center;gap:12px;width:calc(100% - 42px);margin:0 18px 18px 24px;padding:10px}.desktop-message-scroll::-webkit-scrollbar{width:10px;height:10px}.desktop-thread-list::-webkit-scrollbar{width:10px;height:10px}.desktop-message-scroll::-webkit-scrollbar-track{background:#0a1323b8}.desktop-thread-list::-webkit-scrollbar-track{background:#0a1323b8}.desktop-message-scroll::-webkit-scrollbar-thumb{background:linear-gradient(#4d8effd6,#684ee0c7);border:3px solid #0a1323b8;border-radius:999px;min-height:54px}.desktop-thread-list::-webkit-scrollbar-thumb{background:linear-gradient(#4d8effd6,#684ee0c7);border:3px solid #0a1323b8;border-radius:999px;min-height:54px}.desktop-message-scroll::-webkit-scrollbar-thumb:hover{background:linear-gradient(#79abfff2,#7d5dece6)}.desktop-thread-list::-webkit-scrollbar-thumb:hover{background:linear-gradient(#79abfff2,#7d5dece6)}.desktop-message-scroll::-webkit-scrollbar-button{width:0;height:0;display:none}.desktop-thread-list::-webkit-scrollbar-button{width:0;height:0;display:none}.thread-input{min-height:46px;padding:0 14px;font-size:.96rem}.desktop-composer-action-row{border-top:0;min-height:46px;padding:0}.desktop-composer-send-row span{display:none}.media-button{width:38px;height:38px}.send-button{min-width:94px;min-height:42px;padding:0 15px}@media (min-width:1500px){.desktop-inbox-shell{grid-template-columns:420px minmax(0,1fr)}}@media (max-width:1100px){.desktop-inbox-shell{grid-template-columns:340px minmax(0,1fr)}.desktop-message-scroll{padding-left:20px;padding-right:14px}.desktop-thread-composer{width:calc(100% - 34px);margin-left:20px;margin-right:14px}}@media (max-width:900px){.desktop-inbox-main{height:auto;min-height:100dvh;padding:80px 16px 108px;overflow:visible}.desktop-inbox-shell{grid-template-columns:minmax(0,1fr);height:auto;min-height:auto;overflow:visible}.desktop-inbox-sidebar,.desktop-message-panel{height:auto;min-height:auto;overflow:visible}.desktop-message-panel{min-height:70vh}}.settings-desktop-page{background:radial-gradient(circle at 88% 4%, #4d8eff1a, transparent 26%), radial-gradient(circle at 8% 86%, #571bc124, transparent 28%), linear-gradient(135deg, #060e20 0%, var(--color-background) 48%, #131b2e 100%);min-height:100vh;color:var(--color-text-primary)}.settings-desktop-topbar{z-index:50;border-bottom:1px solid var(--color-outline-soft);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#0b1326e0;justify-content:space-between;align-items:center;gap:20px;min-height:64px;padding:0 28px;display:flex;position:sticky;top:0}.settings-desktop-back{min-height:38px;color:var(--color-text-secondary);background:var(--color-surface-container-high);border:1px solid var(--color-outline-soft);border-radius:8px;align-items:center;gap:8px;padding:0 12px;font-size:.84rem;font-weight:800;display:inline-flex}.settings-desktop-back svg,.settings-desktop-action-icon svg,.settings-desktop-list-icon svg{flex-shrink:0;width:18px;height:18px}.settings-desktop-topbar p{color:var(--color-text-muted);letter-spacing:.1em;text-transform:uppercase;margin:0;font-size:.72rem;font-weight:800}.settings-desktop-main{gap:34px;width:min(1180px,100% - 48px);margin:0 auto;padding:56px 0 96px;display:grid}.settings-desktop-hero{gap:10px;max-width:760px;display:grid}.settings-desktop-hero p,.settings-desktop-section-heading span{color:var(--color-primary-strong);letter-spacing:.1em;text-transform:uppercase;margin:0;font-size:.72rem;font-weight:800}.settings-desktop-hero h1{color:var(--color-text-primary);font-family:var(--font-headline);letter-spacing:-.07em;margin:0;font-size:clamp(2.4rem,5vw,4.8rem);font-weight:800;line-height:.95}.settings-desktop-hero>span,.settings-desktop-section-heading p,.settings-desktop-action-copy small,.settings-desktop-list-row small{color:var(--color-text-secondary);font-size:.95rem;line-height:1.55}.settings-desktop-layout{grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);align-items:start;gap:28px;display:grid}.settings-desktop-primary,.settings-desktop-secondary{gap:18px;display:grid}.settings-desktop-section-heading{gap:5px;display:grid}.settings-desktop-section-heading p{margin:0;font-size:.86rem}.settings-desktop-action-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.settings-desktop-action{text-align:left;background:var(--color-surface-container-high);border:1px solid var(--color-outline-soft);border-radius:8px;grid-template-rows:auto 1fr;grid-template-columns:auto minmax(0,1fr);gap:14px;min-height:138px;padding:18px;display:grid;box-shadow:0 18px 40px #05091029}.settings-desktop-action:hover{background:var(--color-surface-container-highest)}.settings-desktop-action-icon,.settings-desktop-list-icon{width:38px;height:38px;color:var(--color-primary-strong);background:var(--color-primary-soft);border-radius:8px;place-items:center;display:grid}.settings-desktop-action-copy,.settings-desktop-list-row span:last-child{gap:5px;min-width:0;display:grid}.settings-desktop-action-copy strong,.settings-desktop-list-row strong{color:var(--color-text-primary);font-family:var(--font-headline);letter-spacing:-.03em;font-size:1.12rem;font-weight:800}.settings-desktop-action-copy small,.settings-desktop-list-row small{font-size:.84rem}.settings-desktop-action-arrow{min-height:32px;color:var(--color-on-primary);background:linear-gradient(135deg, var(--color-primary-strong), var(--color-accent));border-radius:999px;grid-column:1/-1;place-self:end start;align-items:center;padding:0 11px;font-size:.74rem;font-weight:800;display:inline-flex}.settings-desktop-secondary{border:1px solid var(--color-outline-soft);background:#131b2eb8;border-radius:8px;padding:18px}.settings-desktop-list{display:grid}.settings-desktop-list-row{border-top:1px solid var(--color-outline-soft);grid-template-columns:auto minmax(0,1fr);gap:12px;min-height:74px;padding:12px 0;display:grid}.settings-desktop-list-row:first-child{border-top:0}.settings-desktop-list-icon{color:var(--color-text-muted);background:var(--color-surface-container-high)}.web-settings-page,.form-tools-main,.form-builder-main,.form-responses-main,.public-form-main{background:radial-gradient(circle at 86% 10%, #4d8eff1f, transparent 26%), radial-gradient(circle at 8% 86%, #571bc124, transparent 28%), linear-gradient(135deg, #08101f 0%, var(--color-background) 45%, #111a2f 100%);min-height:100vh}.settings-menu-header,.form-tools-header{border-bottom:1px solid var(--color-outline-soft);background:#0b1326e0;box-shadow:0 12px 28px #05091042}.settings-menu-header .icon-button,.form-tools-header .icon-button,.settings-link-chip{color:var(--color-text-secondary);background:var(--color-surface-container-high);border:1px solid var(--color-outline-soft)}.settings-menu-header .icon-button:hover,.form-tools-header .icon-button:hover,.settings-link-chip:hover{color:var(--color-text-primary);background:var(--color-surface-container-highest)}.settings-menu-brand{display:none}.form-tools-shell,.form-responses-shell{width:min(1080px,100% - 48px)}.form-builder-shell{width:min(1160px,100% - 48px)}.form-tools-main,.form-builder-main,.form-responses-main,.public-form-main{padding-top:36px}.form-tools-shell,.form-builder-shell,.form-responses-shell{gap:18px}.form-tools-hero,.form-builder-intro-card,.form-builder-meta-card,.form-builder-question-card,.form-builder-add-card,.form-response-card,.public-form-progress-card,.public-form-creator-chip,.public-form-question-card,.public-form-summary-card,.public-form-success-card{background:var(--color-surface-container-high);border:1px solid var(--color-outline-soft);border-radius:8px;box-shadow:0 18px 40px #0509102e}.form-tools-hero{padding:24px;position:relative;overflow:hidden}.form-tools-hero:after,.form-builder-intro-card:after{content:"";pointer-events:none;background:#4d8eff1f;border-radius:999px;width:210px;height:210px;position:absolute;top:-82px;right:-72px}.form-builder-intro-card{position:relative;overflow:hidden}.public-form-kicker,.form-builder-field span,.form-builder-question-meta span,.form-response-answer-row span,.form-response-badge,.public-form-question-step,.public-form-progress-header span,.public-form-summary-row span{color:var(--color-primary-strong)}.form-tools-hero h1,.form-builder-intro-card h1,.public-form-sidebar h1,.public-form-question-header h2,.public-form-summary-card h2,.public-form-success-card h1,.form-builder-add-card h2,.form-response-copy h2,.form-response-answer-row strong,.public-form-summary-row strong{color:var(--color-text-primary)}.form-tools-hero h1,.form-builder-intro-card h1,.public-form-sidebar h1{letter-spacing:-.07em;font-size:clamp(2.2rem,5vw,4.1rem);line-height:.96}.form-tools-hero p,.form-tools-card-copy p,.form-builder-intro-card p,.form-builder-question-meta p,.form-builder-add-card p,.form-response-copy p,.form-response-answer-row p,.public-form-intro,.public-form-question-header p,.public-form-progress-card p,.public-form-summary-row p,.public-form-success-card p{color:var(--color-text-secondary)}.form-tools-stack{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.form-tools-card{background:var(--color-surface-container-high);border:1px solid var(--color-outline-soft);border-radius:8px;align-items:flex-start;min-height:172px;padding:18px;box-shadow:0 18px 40px #05091029}.form-tools-card:hover{background:var(--color-surface-container-highest)}.form-tools-card-icon,.form-response-avatar{color:var(--color-primary-strong);background:var(--color-primary-soft);border-radius:8px}.form-tools-card-chevron{color:var(--color-text-muted)}.form-builder-meta-card{grid-template-columns:minmax(260px,.8fr) minmax(0,1.2fr)}.form-builder-input,.form-builder-prompt-input,.form-builder-textarea,.public-form-input,.public-form-textarea{color:var(--color-text-primary);background:var(--color-surface-container-low);border:1px solid var(--color-outline-soft);border-radius:8px}.form-builder-input:focus,.form-builder-prompt-input:focus,.form-builder-textarea:focus,.public-form-input:focus,.public-form-textarea:focus{border-color:#4d8eff94;box-shadow:0 0 0 3px #4d8eff1a}.form-builder-type-chip,.form-builder-add-button,.form-builder-add-option,.form-builder-icon-button{color:var(--color-text-secondary);background:var(--color-surface-container-low);border:1px solid var(--color-outline-soft)}.form-builder-type-chip.active{color:var(--color-primary-strong);background:var(--color-primary-soft);border-color:#4d8eff66}.form-builder-save-button,.public-form-submit-row .public-profile-primary-button,.form-response-button{background:linear-gradient(135deg, var(--color-primary-strong), var(--color-accent));color:var(--color-on-primary)}.public-form-shell{width:min(1180px,100% - 48px)}.public-form-sidebar{top:88px}.public-form-creator-avatar{color:var(--color-text-primary);background:#0f1625}.public-form-creator-copy strong,.public-form-progress-header strong{color:var(--color-text-primary)}.public-form-creator-copy span{color:var(--color-text-muted)}.public-form-progress-track{background:var(--color-surface-container-low)}.public-form-progress-fill{background:linear-gradient(90deg, #4d8effd1, var(--color-accent))}.public-form-option{color:var(--color-text-secondary);background:var(--color-surface-container-low);border-color:var(--color-outline-soft);border-radius:8px}.public-form-option:hover,.public-form-option.selected{color:var(--color-text-primary);background:var(--color-primary-soft);border-color:#4d8eff70}.public-form-summary-row,.form-response-answer-row{background:var(--color-surface-container-low);border:1px solid var(--color-outline-soft);border-radius:8px}.form-response-header{align-items:flex-start}.form-response-badge{background:var(--color-primary-soft);border-radius:999px}.public-profile-empty-posts{background:var(--color-surface-container-high);border:1px solid var(--color-outline-soft)}@media (max-width:900px){.form-tools-stack,.form-builder-meta-card{grid-template-columns:minmax(0,1fr)}.form-tools-shell,.form-builder-shell,.form-responses-shell,.public-form-shell{width:calc(100% - 24px)}}.quiz-page{color:#dae2f9;min-height:100vh;font-family:"Inter", var(--font-body);background:radial-gradient(circle at 50% 46%,#4d8eff14,#0000 28%),linear-gradient(#0b1326 0%,#08101f 100%);overflow-x:hidden}.quiz-topbar{z-index:80;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#0b1326eb;border-bottom:1px solid #424753;position:sticky;top:0;box-shadow:0 16px 34px #05091038}.quiz-topbar-inner{grid-template-columns:minmax(180px,1fr) auto minmax(180px,1fr);align-items:center;gap:24px;width:min(1440px,100%);min-height:80px;margin:0 auto;padding:0 40px;display:grid}.quiz-brand,.quiz-nav,.quiz-topbar-actions,.quiz-success-actions,.quiz-footer{align-items:center;display:flex}.quiz-brand{color:#f2f6ff;letter-spacing:-.05em;justify-self:start;gap:10px;font-size:1.26rem;font-weight:900}.quiz-nav{color:#f2f6ff94;align-self:stretch;gap:36px;font-size:1rem;font-weight:800}.quiz-nav button,.quiz-nav span{align-items:center;min-height:100%;display:inline-flex;position:relative}.quiz-nav button:hover{color:#f2f6ff}.quiz-nav .active{color:#4d8eff}.quiz-nav .active:after{content:"";background:#4d8eff;border-radius:999px;height:3px;position:absolute;bottom:14px;left:0;right:0}.quiz-topbar-actions{justify-self:end;gap:16px}.quiz-icon-button{color:#4d8eff;border-radius:8px;place-items:center;width:42px;height:42px;transition:color .16s,background .16s;display:grid}.quiz-icon-button svg{width:23px;height:23px}.quiz-icon-button:hover{color:#f2f6ff;background:#172030}.quiz-avatar{color:#f2f6ff;background:linear-gradient(#ffffff14,#0000 42%),#172030;border:1px solid #424753;border-radius:999px;place-items:center;width:36px;height:36px;font-size:.78rem;font-weight:900;display:grid}.quiz-main{place-items:center;min-height:calc(100vh - 80px);padding:72px 24px 108px;display:grid;position:relative;overflow:hidden}.quiz-glow{pointer-events:none;background:radial-gradient(circle,#4d8eff17,#0000 68%);border-radius:999px;width:640px;height:640px;position:absolute;top:48%;left:50%;transform:translate(-50%,-50%)}.quiz-stage{z-index:1;gap:34px;width:min(960px,100%);animation:.36s both quizEnter;display:grid;position:relative}.quiz-progress-header{gap:12px;display:grid}.quiz-progress-meta{color:#c2c6d6;letter-spacing:.14em;text-transform:uppercase;justify-content:space-between;align-items:center;gap:16px;font-size:.82rem;font-weight:900;display:flex}.quiz-progress-track{background:#2c3546;border-radius:999px;height:9px;overflow:hidden}.quiz-progress-fill{border-radius:inherit;background:linear-gradient(135deg,#4d8eff 0%,#571bc1 100%);height:100%;transition:width .26s}.quiz-question-panel,.quiz-summary-card,.quiz-success-card{gap:34px;display:grid}.quiz-question-panel{animation:.26s both quizEnter}.quiz-question-copy{gap:12px;display:grid}.quiz-kicker{color:#adc6ff;letter-spacing:.14em;text-transform:uppercase;font-size:.8rem;font-weight:900}.quiz-question-copy h1,.quiz-success-card h1{color:#dae2f9;letter-spacing:-.045em;max-width:980px;margin:0;font-size:clamp(2.25rem,4vw,3.35rem);font-weight:900;line-height:1.16}.quiz-question-copy p,.quiz-success-card p,.quiz-summary-row p{color:#c2c6d6;margin:0;font-size:1.1rem;line-height:1.6}.quiz-option-stack{gap:18px;display:grid}.quiz-option{color:#dae2f9;text-align:left;letter-spacing:-.03em;background:#131c2bb8;border:1px solid #424753;border-radius:8px;justify-content:space-between;align-items:center;gap:18px;min-height:82px;padding:0 28px;font-size:clamp(1.15rem,2.2vw,1.55rem);font-weight:900;transition:transform .17s,border-color .17s,background .17s,box-shadow .17s;display:flex}.quiz-option:hover{background:#212a3bd1;border-color:#4d8eff7a;transform:translateY(-1px)}.quiz-option.selected{background:linear-gradient(135deg,#39496df2,#3a3967f0) padding-box padding-box,linear-gradient(135deg,#4d8eff 0%,#571bc1 100%) border-box;border:2px solid #0000;box-shadow:0 0 28px #4d8eff2b}.quiz-option-check{background:linear-gradient(135deg,#4d8eff,#571bc1);border-radius:999px;flex:none;place-items:center;width:24px;height:24px;display:grid;position:relative}.quiz-option-check:after{content:"";border-bottom:2px solid #07101f;border-left:2px solid #07101f;width:8px;height:5px;transform:translateY(-1px)rotate(-45deg)}.quiz-input,.quiz-textarea{color:#dae2f9;background:#131c2bb8;border:1px solid #424753;border-radius:8px;width:100%;font-size:1.08rem;line-height:1.6;transition:border-color .17s,box-shadow .17s,background .17s}.quiz-input{min-height:76px;padding:0 24px}.quiz-textarea{resize:vertical;min-height:220px;padding:20px 24px}.quiz-input::placeholder,.quiz-textarea::placeholder{color:#8c909f}.quiz-input:focus,.quiz-textarea:focus{background:#212a3bd1;border-color:#4d8effb8;box-shadow:0 0 0 4px #4d8eff21}.quiz-summary-card,.quiz-success-card{background:#131c2bb8;border:1px solid #424753;border-radius:8px;padding:28px;box-shadow:0 24px 60px #0509103d}.quiz-summary-list{gap:12px;display:grid}.quiz-summary-row{background:#0b1326;border:1px solid #424753b8;border-radius:6px;gap:6px;padding:16px 18px;display:grid}.quiz-summary-row span{color:#4d8eff;letter-spacing:.12em;text-transform:uppercase;font-size:.76rem;font-weight:900}.quiz-summary-row strong{color:#f2f6ff;font-size:1rem;font-weight:900}.quiz-footer{border-top:1px solid #424753;justify-content:space-between;gap:18px;margin-top:6px;padding-top:30px}.quiz-previous-button,.quiz-continue-button,.quiz-secondary-button{border-radius:8px;justify-content:center;align-items:center;gap:10px;min-height:56px;font-size:1rem;font-weight:900;transition:transform .16s,opacity .16s,background .16s;display:inline-flex}.quiz-previous-button{color:#c2c6d6;padding:0 18px}.quiz-previous-button:hover:not(:disabled){color:#f2f6ff;background:#172030}.quiz-continue-button{color:#fff;background:linear-gradient(135deg,#4d8eff 0%,#571bc1 100%);min-width:190px;padding:0 28px;box-shadow:0 18px 36px #4d8eff2e}.quiz-secondary-button{color:#dae2f9;background:#172030;border:1px solid #424753;padding:0 22px}.quiz-secondary-button.compact{min-height:42px;padding:0 16px;font-size:.85rem}.quiz-previous-button:disabled,.quiz-continue-button:disabled{opacity:.45;cursor:default;box-shadow:none}.quiz-previous-button:active:not(:disabled),.quiz-continue-button:active:not(:disabled),.quiz-secondary-button:active{transform:scale(.98)}.quiz-success-card{width:min(720px,100%)}.quiz-success-actions{flex-wrap:wrap;gap:12px}.quiz-feedback{color:#ffb4ab}@keyframes quizEnter{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (max-width:760px){.quiz-topbar-inner{grid-template-columns:1fr auto;min-height:66px;padding:0 16px}.quiz-nav{display:none}.quiz-brand{font-size:1.08rem}.quiz-topbar-actions{gap:8px}.quiz-icon-button{width:36px;height:36px}.quiz-avatar{width:32px;height:32px}.quiz-main{place-items:start center;min-height:calc(100vh - 66px);padding:38px 16px 116px}.quiz-stage{gap:24px}.quiz-progress-meta{letter-spacing:.1em;font-size:.72rem}.quiz-question-panel,.quiz-summary-card,.quiz-success-card{gap:24px}.quiz-question-copy h1,.quiz-success-card h1{font-size:clamp(2rem,9vw,2.65rem)}.quiz-question-copy p,.quiz-success-card p,.quiz-summary-row p{font-size:.98rem}.quiz-option-stack{gap:12px}.quiz-option{min-height:64px;padding:0 18px;font-size:1.05rem}.quiz-input{min-height:64px}.quiz-textarea{min-height:180px}.quiz-summary-card,.quiz-success-card{padding:20px}.quiz-footer{align-items:stretch;padding-top:22px}.quiz-continue-button{flex:1;min-width:0}}.program-studio-page,.program-detail-page{min-height:100vh;color:var(--color-text-primary);background:radial-gradient(circle at 82% 8%, #4d8eff1f, transparent 28%), radial-gradient(circle at 6% 76%, #571bc121, transparent 32%), linear-gradient(135deg, #060e20 0%, var(--color-background) 42%, #131b2e 100%);padding:24px clamp(18px,4vw,56px) 56px;position:relative;overflow:hidden}.program-studio-orb{z-index:0;pointer-events:none;filter:blur(10px);opacity:.7;border-radius:999px;position:absolute}.program-studio-orb-one{background:#4d8eff1f;width:320px;height:320px;top:-150px;right:8%}.program-studio-orb-two{background:#571bc121;width:260px;height:260px;bottom:6%;left:-110px}.program-studio-topbar,.program-studio-hero,.program-studio-layout,.program-detail-hero,.program-detail-layout,.program-studio-empty,.program-studio-skeleton,.program-studio-notice{z-index:1;width:min(1440px,100%);margin-inline:auto;position:relative}.program-studio-topbar{justify-content:space-between;align-items:center;gap:16px;min-height:44px;margin-bottom:44px;display:flex}.program-studio-topbar-actions{align-items:center;gap:10px;display:flex}.program-studio-back,.program-studio-ghost-button,.program-studio-primary-button,.program-detail-complete-button{min-height:38px;font-family:var(--font-headline);letter-spacing:-.01em;border-radius:8px;justify-content:center;align-items:center;gap:8px;font-size:.86rem;font-weight:800;transition:transform .16s,border-color .16s,background .16s;display:inline-flex}.program-studio-back,.program-studio-ghost-button{color:var(--color-text-secondary);border:1px solid var(--color-outline-soft);background:#171f33c2}.program-studio-back{padding:0 14px 0 10px}.program-studio-back svg,.program-studio-primary-button svg{width:18px;height:18px}.program-studio-ghost-button{padding:0 16px}.program-studio-primary-button{color:var(--color-on-primary);background:linear-gradient(135deg, var(--color-primary-strong), var(--color-accent));padding:0 18px;box-shadow:0 16px 32px #245dc438}.program-studio-primary-button:disabled,.program-studio-ghost-button:disabled,.program-detail-complete-button:disabled{cursor:not-allowed;opacity:.58}.program-studio-back:hover,.program-studio-ghost-button:hover,.program-studio-primary-button:hover,.program-detail-complete-button:hover{transform:translateY(-1px)}.program-studio-hero{grid-template-columns:minmax(0,1fr) minmax(320px,.42fr);align-items:flex-end;gap:clamp(28px,5vw,72px);margin-bottom:28px;display:grid}.program-studio-hero p,.program-detail-hero-copy p,.program-studio-section-heading span,.program-studio-rail-block p,.program-detail-control-panel p,.program-detail-module-header span{color:var(--color-primary-strong);font-family:var(--font-headline);letter-spacing:.15em;text-transform:uppercase;margin:0;font-size:.74rem;font-weight:900}.program-studio-hero h1,.program-detail-hero-copy h1{max-width:920px;color:var(--color-text-primary);font-family:var(--font-headline);letter-spacing:-.075em;margin:12px 0 0;font-size:clamp(3.4rem,8vw,7.6rem);font-weight:900;line-height:.88}.program-studio-hero>div:first-child>span,.program-detail-hero-copy>span{max-width:720px;color:var(--color-text-secondary);margin-top:22px;font-size:clamp(1rem,1.5vw,1.22rem);line-height:1.62;display:block}.program-studio-metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.program-studio-metric-card,.program-detail-stat-pill,.program-detail-progress-card{border:1px solid var(--color-outline-soft);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#171f33b8;border-radius:8px}.program-studio-metric-card{min-height:116px;padding:18px}.program-studio-metric-card strong,.program-detail-stat-pill strong,.program-detail-progress-card strong{color:var(--color-text-primary);font-family:var(--font-headline);letter-spacing:-.06em;font-size:2rem;font-weight:900;line-height:1;display:block}.program-studio-metric-card span,.program-detail-stat-pill span,.program-detail-progress-card span,.program-detail-progress-card p,.program-studio-card-footer,.program-detail-muted{color:var(--color-text-muted);font-size:.82rem;line-height:1.45}.program-studio-metric-card span,.program-detail-stat-pill span{letter-spacing:.12em;text-transform:uppercase;margin-top:10px;font-weight:800;display:block}.program-studio-layout,.program-detail-layout{grid-template-columns:minmax(0,1fr) minmax(300px,.27fr);align-items:start;gap:18px;display:grid}.program-studio-main,.program-detail-main{min-width:0}.program-studio-section-heading{border-bottom:1px solid var(--color-outline-soft);justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:14px;padding-bottom:12px;display:flex}.program-studio-section-heading p{max-width:520px;color:var(--color-text-muted);margin:0;font-size:.9rem;line-height:1.5}.program-studio-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.program-studio-card{background:linear-gradient(180deg, #222a3db8, #131b2eeb), var(--color-surface-container-low);border:1px solid var(--color-outline-soft);border-radius:8px;flex-direction:column;width:100%;min-height:430px;transition:transform .18s,border-color .18s,box-shadow .18s;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 42px #04081238}.program-studio-card:hover{border-color:#4d8eff5c;transform:translateY(-3px);box-shadow:0 28px 52px #04081257}.program-studio-card-open{width:100%;min-height:inherit;color:inherit;text-align:left;flex-direction:column;flex:1;display:flex}.program-studio-card-delete{z-index:2;color:#ffd8df;min-height:32px;font-family:var(--font-headline);background:#ef444424;border:1px solid #ef444442;border-radius:7px;padding:0 11px;font-size:.75rem;font-weight:850;transition:transform .16s,background .16s,border-color .16s;position:absolute;top:12px;right:12px}.program-studio-card-delete:hover{background:#ef444438;border-color:#ef44446b;transform:translateY(-1px)}.program-studio-card-delete:disabled{cursor:not-allowed;opacity:.55;transform:none}.program-studio-card-art{border-bottom:1px solid var(--color-outline-soft);height:176px;overflow:hidden}.program-studio-card-art img,.program-detail-art img{object-fit:cover;width:100%;height:100%}.program-studio-card-gradient,.program-detail-gradient{place-items:center;width:100%;height:100%;display:grid;position:relative;overflow:hidden}.program-studio-card-gradient:after,.program-detail-gradient:after{content:"";background:radial-gradient(circle at 72% 18%,#ffffff3d,#0000 26%),linear-gradient(#0000 10%,#0408126b);position:absolute;inset:0}.program-studio-card-gradient span,.program-detail-gradient span{z-index:1;color:#fff;font-family:var(--font-headline);letter-spacing:-.07em;font-weight:900;position:relative}.program-studio-card-gradient span{font-size:3.5rem}.program-studio-card-copy{flex:1;padding:18px}.program-studio-card-meta{justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;display:flex}.program-studio-card-meta span{max-width:68%;color:var(--color-primary-strong);letter-spacing:.14em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;font-size:.7rem;font-weight:900;overflow:hidden}.program-studio-card-meta small{color:var(--color-text-muted);font-size:.74rem;font-weight:800}.program-studio-card h2{color:var(--color-text-primary);font-family:var(--font-headline);letter-spacing:-.06em;margin:0;font-size:clamp(1.65rem,3vw,2.45rem);font-weight:900;line-height:.96}.program-studio-card p{color:var(--color-text-secondary);margin:14px 0 0;line-height:1.58}.program-studio-card-footer{grid-template-columns:auto minmax(90px,1fr) auto;align-items:center;gap:10px;padding:0 18px 18px;font-weight:800;display:grid}.program-studio-progress{background:#ffffff14;border-radius:999px;height:7px;overflow:hidden}.program-studio-progress i{border-radius:inherit;background:linear-gradient(90deg, var(--color-primary-strong), var(--color-accent));height:100%;display:block}.program-studio-rail,.program-detail-rail{gap:12px;display:grid;position:sticky;top:24px}.program-studio-rail-block,.program-studio-rail-list,.program-detail-control-panel,.program-detail-progress-card{border:1px solid var(--color-outline-soft);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#171f33c7;border-radius:8px}.program-studio-rail-block,.program-detail-control-panel,.program-detail-progress-card{padding:18px}.program-studio-rail-block strong,.program-detail-control-panel>strong{color:var(--color-text-primary);font-family:var(--font-headline);letter-spacing:-.045em;margin-top:10px;font-size:1.35rem;font-weight:900;line-height:1.05;display:block}.program-studio-rail-block span,.program-detail-control-panel>span{color:var(--color-text-secondary);margin-top:12px;line-height:1.55;display:block}.program-studio-rail-list{gap:1px;display:grid;overflow:hidden}.program-studio-rail-list span{color:var(--color-text-secondary);background:#ffffff06;padding:14px 16px;font-weight:800}.program-studio-notice{border-radius:8px;margin-bottom:18px;padding:12px 14px;font-weight:800}.program-studio-notice.error{color:#ffd8df;background:#ef444429;border:1px solid #ef44443d}.program-studio-notice.success{color:#d7ffe4;background:#22c55e24;border:1px solid #22c55e38}.program-studio-empty,.program-studio-empty-panel{border:1px solid var(--color-outline-soft);background:#171f33b8;border-radius:8px;place-items:flex-start;gap:12px;max-width:720px;padding:34px;display:grid}.program-studio-empty{margin-top:10vh}.program-studio-empty p,.program-studio-empty-panel p{color:var(--color-primary-strong);font-family:var(--font-headline);letter-spacing:.14em;text-transform:uppercase;margin:0;font-size:.78rem;font-weight:900}.program-studio-empty h1{color:var(--color-text-primary);font-family:var(--font-headline);letter-spacing:-.075em;margin:0;font-size:clamp(2.6rem,5vw,5.4rem);font-weight:900;line-height:.92}.program-studio-empty span,.program-studio-empty-panel span{color:var(--color-text-secondary);line-height:1.55}.program-studio-skeleton{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding-top:120px;display:grid}.program-studio-skeleton div{background:linear-gradient(90deg, transparent, #ffffff0a, transparent), var(--color-surface-container-low);background-size:220% 100%;border-radius:8px;height:320px;animation:1.3s ease-in-out infinite programSkeleton}@keyframes programSkeleton{0%{background-position:120% 0}to{background-position:-120% 0}}.program-detail-page{padding-bottom:64px}.program-detail-hero{grid-template-columns:minmax(240px,.28fr) minmax(0,1fr) minmax(260px,.25fr);align-items:stretch;gap:18px;margin-bottom:20px;display:grid}.program-detail-art,.program-detail-gradient{border-radius:8px;min-height:360px}.program-detail-art{background:var(--color-surface-container-low);border:1px solid var(--color-outline-soft);overflow:hidden}.program-detail-gradient span{font-size:clamp(4rem,8vw,7rem)}.program-detail-hero-copy{background:linear-gradient(180deg, #2d34498a, #131b2ee0), var(--color-surface-container-low);border:1px solid var(--color-outline-soft);border-radius:8px;flex-direction:column;justify-content:flex-end;min-height:360px;padding:24px;display:flex}.program-detail-hero-copy h1{max-width:780px;font-size:clamp(3.2rem,7vw,7rem)}.program-detail-stat-row{flex-wrap:wrap;gap:10px;margin-top:26px;display:flex}.program-detail-stat-pill{min-width:118px;padding:14px}.program-detail-progress-card{flex-direction:column;justify-content:flex-end;min-height:360px;display:flex}.program-detail-progress-card strong{margin:12px 0 18px;font-size:4rem}.program-detail-progress-card p{margin:16px 0 0}.program-detail-module-list{gap:12px;display:grid}.program-detail-module{border:1px solid var(--color-outline-soft);background:#171f33c2;border-radius:8px;overflow:hidden}.program-detail-module-header{border-bottom:1px solid var(--color-outline-soft);background:linear-gradient(#2d344975,#171f3300);padding:18px}.program-detail-module-header strong{color:var(--color-text-primary);font-family:var(--font-headline);letter-spacing:-.055em;margin-top:8px;font-size:1.65rem;font-weight:900;display:block}.program-detail-module-header p{color:var(--color-text-secondary);margin:8px 0 0;line-height:1.55}.program-detail-lesson-list{display:grid}.program-detail-lesson{border-bottom:1px solid var(--color-outline-soft);grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:14px;padding:14px 18px;display:grid}.program-detail-lesson:last-child{border-bottom:0}.program-detail-lesson.completed{background:#4d8eff0f}.program-detail-lesson-index{width:34px;height:34px;color:var(--color-primary-strong);background:var(--color-primary-soft);font-family:var(--font-headline);border:1px solid #4d8eff47;border-radius:8px;place-items:center;font-size:.82rem;font-weight:900;display:grid}.program-detail-lesson-copy{min-width:0}.program-detail-lesson-copy strong{color:var(--color-text-primary);font-family:var(--font-headline);letter-spacing:-.02em;font-size:1rem;font-weight:900;display:block}.program-detail-lesson-copy span,.program-detail-lesson-copy small,.program-detail-empty-module{color:var(--color-text-secondary);margin-top:4px;line-height:1.45;display:block}.program-detail-lesson-copy small{color:var(--color-text-muted);letter-spacing:.1em;text-transform:uppercase;font-size:.74rem;font-weight:800}.program-detail-empty-module{padding:18px}.program-detail-complete-button{color:var(--color-primary-strong);background:var(--color-primary-soft);border:1px solid #4d8eff4d;padding:0 14px}.program-detail-control-panel{gap:12px;display:grid}.program-detail-control-panel label{color:var(--color-text-muted);letter-spacing:.12em;text-transform:uppercase;gap:7px;font-size:.74rem;font-weight:900;display:grid}.program-detail-control-panel input,.program-detail-control-panel textarea,.program-detail-control-panel select{width:100%;color:var(--color-text-primary);background:var(--color-surface-container-low);border:1px solid var(--color-outline-soft);border-radius:8px;outline:0}.program-detail-control-panel input,.program-detail-control-panel select{min-height:40px;padding:0 12px}.program-detail-control-panel textarea{resize:vertical;padding:11px 12px}.program-detail-control-panel input:focus,.program-detail-control-panel textarea:focus,.program-detail-control-panel select:focus{border-color:#4d8eff8f;box-shadow:0 0 0 3px #4d8eff1a}.program-detail-learner-list{gap:8px;display:grid}.program-detail-learner-row{background:var(--color-surface-container-low);border:1px solid var(--color-outline-soft);border-radius:8px;grid-template-columns:36px minmax(0,1fr);align-items:center;gap:10px;padding:10px;display:grid}.program-detail-learner-row>span{width:36px;height:36px;color:var(--color-text-primary);background:linear-gradient(135deg, var(--color-primary-strong), var(--color-accent));font-family:var(--font-headline);border-radius:8px;place-items:center;font-size:.82rem;font-weight:900;display:grid}.program-detail-learner-row strong,.program-detail-learner-row small{display:block}.program-detail-learner-row strong{color:var(--color-text-primary);text-overflow:ellipsis;white-space:nowrap;font-weight:900;overflow:hidden}.program-detail-learner-row small{color:var(--color-text-muted);margin-top:3px;font-size:.76rem;line-height:1.35}@media (max-width:1100px){.program-studio-hero,.program-studio-layout,.program-detail-hero,.program-detail-layout{grid-template-columns:minmax(0,1fr)}.program-studio-rail,.program-detail-rail{position:static}}@media (max-width:760px){.program-studio-page,.program-detail-page{padding:16px 12px 36px}.program-studio-topbar{margin-bottom:24px}.program-studio-topbar,.program-studio-topbar-actions{align-items:stretch}.program-studio-topbar-actions{flex:1;justify-content:flex-end}.program-studio-hero h1,.program-detail-hero-copy h1{font-size:clamp(2.8rem,15vw,4.7rem)}.program-studio-metrics,.program-studio-grid,.program-studio-skeleton{grid-template-columns:minmax(0,1fr)}.program-studio-card{min-height:380px}.program-detail-art,.program-detail-gradient,.program-detail-hero-copy,.program-detail-progress-card{min-height:250px}.program-detail-lesson{grid-template-columns:34px minmax(0,1fr)}.program-detail-complete-button{grid-column:2;justify-self:start}}.program-studio-page{padding-top:112px;overflow:hidden auto}.program-studio-shell-header{background:#0b1326eb}.program-studio-page .program-studio-hero,.program-studio-page .program-studio-layout,.program-studio-page .program-studio-notice{width:min(1280px,100%)}.program-studio-page .program-studio-hero{grid-template-columns:minmax(0,.72fr) minmax(320px,.32fr);align-items:end;gap:clamp(30px,5vw,86px);margin-bottom:46px}.program-studio-page .program-studio-hero h1{letter-spacing:-.07em;max-width:760px;font-size:clamp(3rem,5.8vw,5.65rem);line-height:.9}.program-studio-page .program-studio-hero>div:first-child>span{max-width:650px;margin-top:18px;font-size:clamp(1rem,1.25vw,1.12rem)}.program-studio-page .program-studio-metrics{align-self:end}.program-studio-page .program-studio-layout.clean{grid-template-columns:minmax(0,1fr)}.program-studio-page .program-studio-section-heading{align-items:center;margin-bottom:18px}.program-studio-page .program-studio-section-heading>div{gap:7px;display:grid}.program-studio-page .program-studio-section-heading p{max-width:none}.program-studio-page .program-studio-grid{grid-template-columns:repeat(auto-fill,minmax(320px,420px));align-items:stretch;gap:16px}.program-studio-page .program-studio-card{min-height:390px}.program-studio-page .program-studio-rail{display:none}@media (max-width:1100px){.program-studio-page .program-studio-hero{grid-template-columns:minmax(0,1fr)}.program-studio-page .program-studio-metrics{max-width:520px}}@media (max-width:760px){.program-studio-page{padding-top:96px}.program-studio-page .program-studio-hero h1{font-size:clamp(2.4rem,12vw,3.8rem)}.program-studio-page .program-studio-section-heading{align-items:stretch}.program-studio-page .program-studio-section-heading .program-studio-primary-button{width:100%}}.program-builder-page{color:#dae2f9;background:radial-gradient(circle at 82% 12%,#4d8eff17,#0000 27%),radial-gradient(circle at 28% 0,#6936dc14,#0000 30%),#0b1326;min-height:100vh;padding:30px clamp(18px,4vw,52px) 72px;overflow:hidden auto}.program-builder-page .program-studio-topbar,.program-builder-heading,.program-builder-grid,.program-builder-page .program-studio-notice{width:min(1180px,100%);margin-inline:auto}.program-builder-page .program-studio-topbar{margin-bottom:34px}.program-builder-heading{z-index:1;justify-content:space-between;align-items:flex-end;gap:18px;margin-bottom:36px;display:flex;position:relative}.program-builder-heading h1{color:#dae2f9;font-family:var(--font-headline);letter-spacing:-.055em;margin:0;font-size:clamp(2.4rem,4.5vw,3.8rem);font-weight:900;line-height:.98}.program-builder-heading p{color:#a6adbd;margin:10px 0 0;font-size:1.04rem;line-height:1.45}.program-builder-heading-actions,.program-builder-inline-actions,.program-builder-thumbnail-actions,.program-builder-module-actions,.program-builder-lesson-actions{align-items:center;gap:10px;display:flex}.program-builder-primary-button,.program-builder-secondary-button,.program-builder-add-module-button,.program-builder-thumbnail-actions button,.program-builder-module-actions button,.program-builder-lesson-actions button,.program-builder-add-lesson-row{min-height:42px;font-family:var(--font-headline);border-radius:7px;font-weight:850;transition:transform .16s,border-color .16s,background .16s,color .16s}.program-builder-primary-button{color:#fff;background:#4d8eff;border:1px solid #5d98ff;padding:0 20px;box-shadow:0 16px 32px #4d8eff29}.program-builder-secondary-button{color:#dae2f9;background:0 0;border:1px solid #424754;padding:0 20px}.program-builder-primary-button:hover,.program-builder-secondary-button:hover,.program-builder-add-module-button:hover,.program-builder-thumbnail-actions button:hover,.program-builder-module-actions button:hover,.program-builder-lesson-actions button:hover,.program-builder-add-lesson-row:hover{transform:translateY(-1px)}.program-builder-primary-button:disabled,.program-builder-secondary-button:disabled,.program-builder-add-module-button:disabled,.program-builder-thumbnail-actions button:disabled,.program-builder-module-actions button:disabled,.program-builder-lesson-actions button:disabled{cursor:not-allowed;opacity:.48;transform:none}.program-builder-grid{z-index:1;grid-template-columns:minmax(320px,374px) minmax(0,1fr);align-items:start;gap:30px;display:grid;position:relative}.program-builder-card{background:#131b2e;border:1px solid #424754;border-radius:8px;box-shadow:0 24px 54px #00000024}.program-builder-details-card{border-top:3px solid #4d8eff;gap:20px;padding:30px;display:grid}.program-builder-card-title{align-items:center;gap:14px;display:flex}.program-builder-card-title h2{color:#dae2f9;font-family:var(--font-headline);letter-spacing:-.045em;margin:0;font-size:clamp(1.65rem,2.5vw,2.15rem);font-weight:900}.program-builder-title-icon{color:#081122;width:28px;height:28px;font-family:var(--font-headline);background:#4d8eff;border-radius:999px;flex:none;place-items:center;font-size:.9rem;font-weight:900;display:grid}.program-builder-title-icon.grid{color:#4d8eff;background:#4d8eff21;border-radius:5px}.program-builder-file-input{display:none}.program-builder-thumbnail{gap:12px;display:grid}.program-builder-thumbnail-preview{background:#0a1323;border:1px solid #424754;border-radius:8px;height:162px;overflow:hidden}.program-builder-thumbnail-preview img,.program-builder-thumbnail-gradient{width:100%;height:100%}.program-builder-thumbnail-preview img{object-fit:cover}.program-builder-thumbnail-gradient{place-items:center;display:grid;position:relative;overflow:hidden}.program-builder-thumbnail-gradient:after{content:"";background:radial-gradient(circle at 76% 18%,#ffffff3d,#0000 24%),linear-gradient(#0000 4%,#04081261);position:absolute;inset:0}.program-builder-thumbnail-gradient span{z-index:1;color:#fff;font-family:var(--font-headline);letter-spacing:-.06em;font-size:3.8rem;font-weight:900;position:relative}.program-builder-thumbnail-actions{justify-content:space-between}.program-builder-thumbnail-actions button{color:#a6adbd;background:#0a1323;border:1px solid #424754;min-height:34px;padding:0 12px;font-size:.78rem}.program-builder-field{color:#a6adbd;gap:9px;font-size:.93rem;font-weight:700;display:grid}.program-builder-field.compact{margin-bottom:14px}.program-builder-field input,.program-builder-field textarea,.program-builder-field select{color:#f0f4ff;width:100%;font:inherit;background:#0a1323;border:1px solid #424754;border-radius:7px;outline:0;line-height:1.45}.program-builder-field input,.program-builder-field select{min-height:48px;padding:0 18px}.program-builder-field textarea{resize:vertical;padding:14px 18px}.program-builder-field input:disabled,.program-builder-field textarea:disabled{color:#dae2f9;opacity:1}.program-builder-field input:focus,.program-builder-field textarea:focus,.program-builder-field select:focus{border-color:#4d8eff;box-shadow:0 0 0 3px #4d8eff1f}.program-builder-detail-divider{background:#424754;height:1px}.program-builder-duration-row{color:#a6adbd;justify-content:space-between;align-items:flex-start;gap:16px;line-height:1.35;display:flex}.program-builder-duration-row span,.program-builder-progress-card span,.program-builder-learners>span{color:#a6adbd;font-size:.92rem;font-weight:750}.program-builder-duration-row strong{color:#dae2f9;text-align:right;max-width:190px;font-size:1rem;font-weight:900}.program-builder-progress-card{background:#0a1323;border:1px solid #424754;border-radius:8px;gap:10px;padding:14px;display:grid}.program-builder-progress-card strong{color:#dae2f9;font-family:var(--font-headline);letter-spacing:-.05em;font-size:2.1rem}.program-builder-curriculum-card{padding:30px}.program-builder-curriculum-header{justify-content:space-between;align-items:center;gap:18px;margin-bottom:28px;display:flex}.program-builder-add-module-button{color:#4d8eff;background:0 0;border:0;align-items:center;gap:9px;font-size:.95rem;display:inline-flex}.program-builder-add-module-button span{color:#081122;background:#4d8eff;border-radius:999px;place-items:center;width:18px;height:18px;font-weight:900;line-height:1;display:grid}.program-builder-add-module-panel,.program-builder-lesson-composer{background:#0a1323;border:1px solid #424754;border-radius:8px;gap:14px;margin-bottom:20px;padding:20px;display:grid}.program-builder-inline-actions{justify-content:flex-end}.program-builder-module-list{gap:20px;display:grid}.program-builder-module-card{background:#0a1323;border:1px solid #424754;border-radius:7px;overflow:hidden}.program-builder-module-header{background:#172030;border-bottom:1px solid #0000;grid-template-columns:24px 28px minmax(0,1fr) auto;align-items:center;gap:12px;min-height:76px;padding:0 20px;display:grid}.program-builder-module-card.expanded .program-builder-module-header{border-bottom-color:#424754}.program-builder-drag-handle,.program-builder-lesson-drag{color:#697083;letter-spacing:-.2em;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-weight:900}.program-builder-expand-button{color:#a6adbd;background:0 0;border:0;border-radius:5px;width:28px;height:28px;font-size:1.1rem;font-weight:900}.program-builder-expand-button:hover{color:#dae2f9;background:#ffffff0f}.program-builder-module-title{min-width:0}.program-builder-module-title-edit{grid-template-columns:auto minmax(0,1fr);align-items:center;gap:6px;display:grid}.program-builder-module-title-edit span{color:#dae2f9;font-family:var(--font-headline);letter-spacing:-.035em;font-size:1.34rem;font-weight:900}.program-builder-module-title input{color:#dae2f9;width:100%;min-height:40px;font-family:var(--font-headline);letter-spacing:-.035em;background:0 0;border:0;border-radius:6px;outline:0;font-size:1.34rem;font-weight:900}.program-builder-module-title input:focus{background:#ffffff0a;box-shadow:inset 0 0 0 1px #4d8eff57}.program-builder-module-title strong{color:#dae2f9;font-family:var(--font-headline);letter-spacing:-.035em;font-size:1.34rem;font-weight:900;display:block}.program-builder-module-title small{color:#a6adbd;margin-top:4px;font-weight:700;display:block}.program-builder-module-actions,.program-builder-lesson-actions{flex-wrap:wrap;justify-content:flex-end}.program-builder-module-actions button,.program-builder-lesson-actions button{color:#a6adbd;background:#ffffff08;border:1px solid #424754;min-height:30px;padding:0 9px;font-size:.72rem}.program-builder-module-actions button:hover,.program-builder-lesson-actions button:hover{color:#dae2f9;border-color:#4d8eff8c}.program-builder-module-body{padding:20px}.program-builder-module-summary{color:#a6adbd;margin:0 0 16px;line-height:1.55}.program-builder-lesson-list{gap:10px;display:grid}.program-builder-lesson-row{background:#131b2e;border:1px solid #424754;border-radius:7px;grid-template-columns:24px 40px minmax(0,1fr) auto;align-items:center;gap:14px;min-height:78px;padding:13px 16px;display:grid}.program-builder-lesson-row.completed{border-color:#4d8eff66}.program-builder-lesson-icon{color:#4d8eff;background:#4d8eff17;border:1px solid #424754;border-radius:4px;place-items:center;width:40px;height:40px;font-size:.84rem;font-weight:900;display:grid}.program-builder-lesson-icon.video:before{content:"";border-top:6px solid #0000;border-bottom:6px solid #0000;border-left:9px solid;width:0;height:0;margin-left:3px}.program-builder-lesson-icon.reading:before{content:"";border:2px solid;border-radius:2px;width:13px;height:16px;box-shadow:inset 0 -5px #4d8eff2e}.program-builder-lesson-copy{min-width:0}.program-builder-lesson-copy strong{color:#dae2f9;font-family:var(--font-headline);letter-spacing:-.02em;text-overflow:ellipsis;white-space:nowrap;font-size:1.02rem;font-weight:900;display:block;overflow:hidden}.program-builder-lesson-copy small{color:#a6adbd;margin-top:3px;font-weight:700;display:block}.program-builder-lesson-copy p{color:#a6adbd;margin:7px 0 0;line-height:1.45}.program-builder-add-lesson-row{color:#a6adbd;background:0 0;border:1px dashed #424754;width:100%;margin-top:10px;font-size:.98rem}.program-builder-add-lesson-row:hover{color:#dae2f9;background:#4d8eff0f;border-color:#4d8eff}.program-builder-two-fields{grid-template-columns:.46fr 1fr;gap:12px;display:grid}.program-builder-learners{border-top:1px solid #424754;gap:10px;margin-top:22px;padding-top:18px;display:grid}.program-builder-learner-row{background:#0a1323;border:1px solid #424754;border-radius:7px;gap:4px;padding:12px;display:grid}.program-builder-learner-row strong{color:#dae2f9;font-weight:850}.program-builder-learner-row small{color:#a6adbd}@media (max-width:1060px){.program-builder-grid{grid-template-columns:minmax(0,1fr)}}@media (max-width:720px){.program-builder-page{padding:18px 14px 42px}.program-builder-heading,.program-builder-curriculum-header{flex-direction:column;align-items:stretch}.program-builder-heading-actions,.program-builder-inline-actions{justify-content:stretch}.program-builder-heading-actions>*,.program-builder-inline-actions>*{flex:1}.program-builder-details-card,.program-builder-curriculum-card{padding:20px}.program-builder-module-header{grid-template-columns:18px 24px minmax(0,1fr);min-height:auto;padding:16px}.program-builder-module-actions{grid-column:1/-1;justify-content:flex-start}.program-builder-lesson-row{grid-template-columns:20px 36px minmax(0,1fr)}.program-builder-lesson-actions,.program-detail-complete-button{grid-column:3;justify-content:flex-start}.program-builder-two-fields{grid-template-columns:minmax(0,1fr)}}.welcome-page{color:#dae2f9;min-height:100vh;font-family:"Inter", var(--font-body);scroll-behavior:smooth;background:#050e1d}.welcome-nav{z-index:100;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#0b1326e6;border-bottom:1px solid #424754;position:fixed;inset:0 0 auto;box-shadow:0 18px 42px #0003}.welcome-nav-inner{justify-content:space-between;align-items:center;gap:24px;width:min(1440px,100%);height:80px;margin:0 auto;padding:0 24px;display:flex}.welcome-brand,.welcome-footer-brand{letter-spacing:-.04em;align-items:center;gap:10px;font-weight:900;display:inline-flex}.welcome-brand{background:linear-gradient(90deg,#4d8eff,#7d4dff);color:#0000;-webkit-background-clip:text;background-clip:text;font-size:1.55rem}.welcome-brand-logo{object-fit:cover;border-radius:10px;flex:none;width:34px;height:34px;box-shadow:0 0 22px #4d8eff3d}.welcome-brand-logo.mini{filter:saturate(1.1)brightness(1.06);border-radius:7px;width:24px;height:24px;box-shadow:0 0 14px #4d8eff2e}.desktop-app-brand .welcome-brand-logo{border-radius:9px;width:30px;height:30px}.welcome-brand-mark{flex:none;width:28px;height:28px;position:relative}.welcome-brand-mark i{background:#4d8eff;border-radius:999px;width:6px;height:6px;position:absolute;box-shadow:0 0 12px #4d8eff99}.welcome-brand-mark i:first-child{top:3px;left:11px}.welcome-brand-mark i:nth-child(2){top:11px;right:3px}.welcome-brand-mark i:nth-child(3){bottom:3px;left:11px}.welcome-brand-mark i:nth-child(4){top:11px;left:3px}.welcome-brand-mark i:nth-child(5){background:#d0bcff;top:11px;left:11px}.welcome-brand-mark.mini{filter:grayscale()brightness(2.2);width:22px;height:22px}.welcome-brand-mark.mini i{width:5px;height:5px}.welcome-nav-links,.welcome-nav-actions,.welcome-hero-actions,.welcome-footer-links{align-items:center;display:flex}.welcome-nav-links{gap:34px}.welcome-nav-links a,.welcome-footer-links a{color:#8c909f;font-size:.86rem;font-weight:600;transition:color .16s}.welcome-nav-links a:hover,.welcome-footer-links a:hover,.welcome-login-button:hover{color:#f2f6ff}.welcome-nav-actions{gap:14px}.welcome-login-button,.welcome-small-cta,.welcome-primary-cta,.welcome-secondary-cta{letter-spacing:.04em;border-radius:4px;justify-content:center;align-items:center;gap:10px;min-height:40px;font-size:.75rem;font-weight:900;transition:transform .16s,opacity .16s,border-color .16s,background .16s;display:inline-flex}.welcome-login-button{color:#f2f6ff}.welcome-small-cta,.welcome-primary-cta{color:#fff;background:linear-gradient(90deg,#4d8eff,#571bc1)}.welcome-small-cta{padding:0 22px}.welcome-login-button:active,.welcome-small-cta:active,.welcome-primary-cta:active,.welcome-secondary-cta:active{transform:scale(.97)}.welcome-main{padding-top:80px}.welcome-hero{background:radial-gradient(circle at 50% 44%,#4d8eff0f,#0000 28%),#050e1d;place-items:center;min-height:920px;display:grid;position:relative;overflow:hidden}.welcome-hero-glow{filter:blur(120px);mix-blend-mode:screen;pointer-events:none;border-radius:999px;position:absolute}.welcome-hero-glow-blue{background:#4d8eff33;width:390px;height:390px;top:24%;left:24%}.welcome-hero-glow-purple{filter:blur(150px);background:#571bc133;width:520px;height:520px;bottom:24%;right:22%}.welcome-hero-content{z-index:1;text-align:center;flex-direction:column;align-items:center;width:min(980px,100% - 48px);display:flex;position:relative}.welcome-badge{color:#c2c6d6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#17203080;border:1px solid #424753;border-radius:999px;align-items:center;gap:10px;min-height:28px;margin-bottom:34px;padding:0 16px;display:inline-flex}.welcome-badge span{background:#adc6ff;border-radius:999px;width:8px;height:8px;animation:1.4s ease-in-out infinite welcomePulse}.welcome-badge strong{letter-spacing:.06em;text-transform:uppercase;font-size:.75rem;font-weight:900}.welcome-hero h1{color:#dae2f9;letter-spacing:-.055em;max-width:1040px;margin:0;font-size:clamp(3.1rem,5vw,4.25rem);font-weight:900;line-height:1.06}.welcome-hero h1 span{background:linear-gradient(90deg,#4d8eff,#571bc1);color:#0000;-webkit-background-clip:text;background-clip:text}.welcome-hero p{color:#c2c6d6;max-width:720px;margin:24px 0 0;font-size:1.125rem;line-height:1.6}.welcome-hero-actions{gap:16px;margin-top:48px}.welcome-primary-cta,.welcome-secondary-cta{min-height:58px;padding:0 34px}.welcome-primary-cta{box-shadow:0 0 28px #4d8eff52}.welcome-primary-cta:hover{box-shadow:0 0 38px #4d8eff7a}.welcome-secondary-cta{color:#f2f6ff;border:1px solid #424753}.welcome-secondary-cta:hover{background:#172030}.welcome-capability-strip{border-top:1px solid #42475380;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;width:min(1200px,100%);margin-top:92px;padding-top:44px;display:grid}.welcome-capability-card{background:linear-gradient(#212a3b9e,#172030c7),#172030;border:1px solid #4247539e;border-radius:8px;align-content:start;justify-items:center;gap:14px;min-height:286px;padding:18px 12px 12px;display:grid;position:relative;overflow:hidden}.welcome-capability-card:after{content:"";background:#4d8eff1a;border-radius:999px;width:104px;height:104px;position:absolute;inset:auto -42px -52px auto}.welcome-capability-icon{z-index:1;color:#4d8eff;background:#4d8eff1f;border:1px solid #4d8eff42;border-radius:8px;place-items:center;width:46px;height:46px;display:grid;position:relative}.welcome-capability-icon svg{width:27px;height:27px;overflow:visible}.welcome-capability-icon svg path,.welcome-capability-icon svg rect,.welcome-capability-icon svg circle{fill:none;stroke:currentColor;stroke-width:1.9px;stroke-linecap:round;stroke-linejoin:round}.welcome-capability-icon.forms{color:#d0bcff;background:#571bc12b;border-color:#d0bcff38}.welcome-capability-icon.content{color:#adc6ff}.welcome-capability-icon.monetization{color:#34d399;background:#34d3991c;border-color:#34d39933}.welcome-capability-card strong,.welcome-section-heading h2,.welcome-pipeline-card h3,.welcome-auth-copy h2{color:#dae2f9}.welcome-capability-card strong{z-index:1;letter-spacing:.08em;text-transform:uppercase;max-width:178px;min-height:44px;font-size:.82rem;font-weight:900;line-height:1.35;position:relative}.welcome-capability-preview{z-index:1;background:radial-gradient(circle at 22% 12%,#4d8eff24,#0000 34%),#0b1326;border:1px solid #424753b8;border-radius:6px;gap:8px;width:100%;min-height:116px;padding:10px;display:grid;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff0a}.profile-preview{background:#0b1326;gap:0;padding:0}.mini-cover{background:radial-gradient(circle at 70% 20%,#adc6ffd9,#0000 22%),linear-gradient(135deg,#101b31,#4d8eff 52%,#d0bcff);height:40px}.mini-profile-row{grid-template-columns:34px minmax(0,1fr);align-items:end;gap:8px;margin-top:-11px;padding:0 10px 6px;display:grid}.mini-profile-row>span{background:linear-gradient(#ffffff2e,#0000 32%),#172030;border:2px solid #0b1326;border-radius:7px;width:34px;height:34px}.mini-profile-row i,.mini-profile-blocks span,.mini-inbox-row i,.mini-form-progress,.mini-form-option,.mini-lesson-row,.mini-paywall-row{background:#adc6ff2e;border-radius:999px;display:block}.mini-profile-row i:first-child{width:78%;height:7px;margin-bottom:5px}.mini-profile-row i:last-child{width:54%;height:5px}.mini-profile-blocks{grid-template-columns:repeat(3,minmax(0,1fr));gap:5px;padding:4px 10px 10px;display:grid}.mini-profile-blocks span{background:#4d8eff1f;border-radius:4px;height:24px}.messaging-preview{align-content:center}.mini-inbox-row{background:#f2f6ff14;border:1px solid #adc6ff24;border-radius:5px;grid-template-columns:28px minmax(0,1fr);align-items:center;gap:8px;padding:7px;display:grid}.mini-inbox-row>span{background:linear-gradient(135deg,#0b1326,#4d8eff);border-radius:5px;width:28px;height:28px}.mini-inbox-row i:first-child{width:68%;height:6px;margin-bottom:5px}.mini-inbox-row i:last-child{background:#c2c6d62e;width:88%;height:5px}.mini-chat-bubble{border-radius:6px;height:18px}.mini-chat-bubble.incoming{background:#dae2f924;width:72%}.mini-chat-bubble.outgoing{background:#4d8eff;justify-self:end;width:58%;box-shadow:0 8px 22px #4d8eff38}.forms-preview{background:linear-gradient(#4d8eff1f,#d0bcff14),#0b1326;align-content:center}.mini-form-progress{background:#adc6ff2e;height:5px;overflow:hidden}.mini-form-progress span{border-radius:inherit;background:#adc6ff;width:64%;height:100%;display:block}.forms-preview>i{background:#dae2f93d;border-radius:999px;height:7px;display:block}.forms-preview>i:first-of-type{width:92%}.forms-preview>i:nth-of-type(2){width:68%}.mini-form-option{background:#f2f6ff14;border:1px solid #adc6ff29;border-radius:5px;height:22px}.mini-form-option.selected{background:#4d8eff33;border-color:#adc6ff8c}.content-preview{align-content:center}.mini-video-card{background:radial-gradient(circle,#4d8eff6b,#0000 28%),linear-gradient(135deg,#0d2434,#172030);border:1px solid #adc6ff26;border-radius:5px;place-items:center;height:58px;display:grid}.mini-video-card span{background:linear-gradient(90deg,#0000 37%,#f2f6ff 37% 62%,#0000 62%),#f2f6ff2e;border-radius:999px;width:24px;height:24px;box-shadow:0 0 20px #4d8eff47}.mini-lesson-row{background:#f2f6ff14;border-radius:4px;height:16px}.mini-lesson-row.done{background:linear-gradient(90deg,#34d399 0 18%,#0000 18%),#34d3991f}.monetization-preview{text-align:left;background:radial-gradient(circle at 76% 18%,#34d3992e,#0000 34%),#0b1326;align-content:center}.mini-revenue{color:#34d399;letter-spacing:-.05em;font-size:1.5rem;font-weight:900}.mini-revenue-line{grid-template-columns:.7fr 1fr .46fr;align-items:end;gap:5px;min-height:38px;display:grid}.mini-revenue-line span{background:#34d39938;border-radius:4px 4px 0 0;display:block}.mini-revenue-line span:first-child{height:22px}.mini-revenue-line span:nth-child(2){background:#34d399;height:36px}.mini-revenue-line span:nth-child(3){height:16px}.mini-paywall-row{background:linear-gradient(90deg,#34d399 0 20%,#0000 20%),#f2f6ff14;border-radius:5px;height:18px}.welcome-footer,.welcome-footer-links a{color:#8c909f}.welcome-pipeline-section{background:#131c2b;border-block:1px solid #42475380;padding:72px 24px}.welcome-section-heading{text-align:center;width:min(900px,100%);margin:0 auto 64px}.welcome-section-heading h2,.welcome-auth-copy h2{letter-spacing:-.04em;margin:0;font-size:clamp(1.9rem,3vw,2.25rem);font-weight:900}.welcome-section-heading p,.welcome-auth-copy span{color:#c2c6d6;margin-top:16px;font-size:1rem;line-height:1.55;display:block}.welcome-pipeline-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;width:min(1440px,100%);margin:0 auto;display:grid}.welcome-pipeline-card{background:#172030;border:1px solid #424753b8;border-radius:8px;min-height:450px;padding:36px;transition:transform .18s,border-color .18s;position:relative;overflow:hidden}.welcome-pipeline-card:hover{transform:translateY(-3px)}.welcome-pipeline-card.blue:hover{border-color:#4d8eff8c}.welcome-pipeline-card.purple:hover{border-color:#571bc1b3}.welcome-pipeline-card.green:hover{border-color:#34d3998c}.welcome-card-corner{opacity:.34;border-bottom-left-radius:999px;width:128px;height:128px;transition:transform .18s;position:absolute;top:-64px;right:-64px}.welcome-pipeline-card:hover .welcome-card-corner{transform:scale(1.12)}.welcome-pipeline-card.blue .welcome-card-corner{background:#4d8eff}.welcome-pipeline-card.purple .welcome-card-corner{background:#571bc1}.welcome-pipeline-card.green .welcome-card-corner{background:#0f766e}.welcome-card-icon{color:#4d8eff;background:#212a3b;border:1px solid #424753b8;border-radius:4px;place-items:center;width:52px;height:52px;margin-bottom:28px;font-size:1.3rem;font-weight:900;display:grid}.welcome-pipeline-card.purple .welcome-card-icon{color:#8f5bff}.welcome-pipeline-card.green .welcome-card-icon,.welcome-money-visual strong{color:#34d399}.welcome-pipeline-card h3{letter-spacing:-.04em;margin:0 0 14px;font-size:1.55rem;font-weight:900}.welcome-pipeline-card p{color:#c2c6d6;margin:0 0 28px;font-size:.95rem;line-height:1.55}.welcome-card-visual{background:#2c3546;border:1px solid #4247538c;border-radius:4px;min-height:132px;overflow:hidden}.welcome-engage-visual{flex-direction:column;justify-content:flex-end;gap:9px;padding:18px;display:flex}.welcome-engage-visual span{background:#424753;border-radius:2px;height:12px}.welcome-engage-visual span:first-child{width:70%}.welcome-engage-visual span:nth-child(2){width:48%}.welcome-engage-visual span:nth-child(3){background:linear-gradient(90deg,#4d8eff 0 18%,#0000 18%),#4d8eff29;border:1px solid #4d8eff59;width:100%;height:28px}.welcome-schedule-visual{grid-template-columns:repeat(7,minmax(0,1fr));gap:6px;padding:18px;display:grid}.welcome-schedule-visual span{background:#424753b8;border-radius:3px}.welcome-schedule-visual span.active{background:#571bc194;border:1px solid #d0bcff8c}.welcome-money-visual{text-align:center;align-content:center;place-items:center;display:grid}.welcome-money-visual strong{letter-spacing:-.05em;font-size:2rem;font-weight:900}.welcome-money-visual span{color:#dae2f9;font-size:.82rem}.welcome-auth-section{grid-template-columns:minmax(0,.95fr) minmax(340px,.72fr);align-items:center;gap:64px;width:min(1180px,100% - 48px);margin:0 auto;padding:88px 0 96px;display:grid}.welcome-auth-copy p{color:#4d8eff;letter-spacing:.12em;text-transform:uppercase;margin:0 0 14px;font-size:.76rem;font-weight:900}.welcome-auth-copy h2{max-width:620px;font-size:clamp(2.25rem,5vw,4.5rem);line-height:.95}.welcome-auth-card.auth-card{background:#172030;border:1px solid #424753bd;border-radius:8px;padding:22px;box-shadow:0 24px 60px #00000047}.welcome-auth-card .auth-tabs{background:#131c2b;border-radius:6px}.welcome-auth-card .auth-tab{border-radius:4px}.welcome-auth-card .auth-tab.active{background:#212a3b}.welcome-auth-card .field-label{color:#c2c6d6}.welcome-auth-card .text-input{color:#f2f6ff;background:#131c2b;border:1px solid #424753;border-radius:4px}.welcome-auth-card .text-input:focus{border-color:#4d8eff;box-shadow:0 0 0 3px #4d8eff24}.welcome-auth-card .primary-action{background:linear-gradient(90deg,#4d8eff,#571bc1);border-radius:4px}.welcome-footer{background:#0b1326;border-top:1px solid #424753b8;justify-content:space-between;align-items:center;gap:24px;min-height:132px;padding:0 24px;display:flex}.welcome-footer-brand{color:#f2f6ff;font-size:1.05rem}.welcome-footer-links{gap:34px}.welcome-footer p{color:#667085;letter-spacing:.12em;text-transform:uppercase;margin:0;font-size:.74rem;font-weight:700}@keyframes welcomePulse{0%,to{opacity:.55;transform:scale(.82)}50%{opacity:1;transform:scale(1)}}@media (max-width:920px){.welcome-nav-links{display:none}.welcome-hero{place-items:start center;min-height:auto;padding:72px 0 88px}.welcome-pipeline-grid,.welcome-auth-section{grid-template-columns:minmax(0,1fr)}.welcome-capability-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.welcome-auth-section{gap:28px}.welcome-footer{text-align:center;flex-direction:column;justify-content:center;min-height:180px}}@media (max-width:620px){.welcome-nav-inner{height:72px;padding:0 16px}.welcome-brand{font-size:1.25rem}.welcome-login-button{display:none}.welcome-small-cta{padding:0 14px}.welcome-main{padding-top:72px}.welcome-hero-content{width:calc(100% - 28px)}.welcome-hero{padding:44px 0 72px}.welcome-hero h1{font-size:clamp(2.7rem,13vw,4rem)}.welcome-hero-actions{flex-direction:column;width:100%}.welcome-primary-cta,.welcome-secondary-cta{width:100%}.welcome-capability-strip{grid-template-columns:minmax(0,1fr);gap:14px;width:min(100%,328px);margin-top:48px;padding-top:32px}.welcome-capability-card{min-height:258px;padding:16px 12px 12px}.welcome-capability-preview{min-height:104px}.welcome-pipeline-section{padding:56px 14px}.welcome-pipeline-card{padding:24px}.welcome-auth-section{width:calc(100% - 28px)}.welcome-footer-links{flex-wrap:wrap;justify-content:center;gap:16px 24px}}.chat-page{color:#dae2f9;font-feature-settings:"ss01", "cv11";background:#050e1d;flex-direction:column;min-height:100vh;font-family:Inter,Söhne,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;display:flex;position:relative;overflow:hidden}.chat-glow{pointer-events:none;filter:blur(110px);opacity:.4;z-index:0;border-radius:50%;position:fixed}.chat-glow-blue{background:radial-gradient(circle,#4d8eff80,#0000 65%);width:440px;height:440px;top:-180px;left:-120px}.chat-glow-purple{background:radial-gradient(circle,#8f5bff66,#0000 65%);width:440px;height:440px;bottom:-200px;right:-140px}.chat-icon{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;flex:none;width:1.1em;height:1.1em;display:block;overflow:visible}.chat-topbar{z-index:10;-webkit-backdrop-filter:blur(14px);background:#050e1dd1;border-bottom:1px solid #4d8eff1a;align-items:center;gap:12px;padding:12px 16px;display:flex;position:sticky;top:0}.chat-icon-button{color:#c2c6d6;cursor:pointer;background:0 0;border:0;border-radius:10px;flex:none;place-items:center;width:38px;height:38px;transition:background .16s,color .16s;display:grid}.chat-icon-button:hover{color:#f2f6ff;background:#4d8eff1a}.chat-icon-button.ghost{color:#6a7aa0}.chat-identity{flex:1;align-items:center;gap:10px;min-width:0;display:flex}.chat-avatar{color:#adc6ff;background:#4d8eff24;border-radius:50%;flex:none;place-items:center;width:36px;height:36px;font-size:.78rem;font-weight:600;display:grid;position:relative;overflow:hidden;box-shadow:0 0 0 1px #4d8eff2e}.chat-avatar img{object-fit:cover;width:100%;height:100%}.chat-avatar-dot{background:#34d399;border-radius:50%;width:10px;height:10px;position:absolute;bottom:-1px;right:-1px;box-shadow:0 0 0 2px #050e1d}.chat-identity-copy{flex-direction:column;min-width:0;line-height:1.15;display:flex}.chat-identity-copy strong{color:#f2f6ff;letter-spacing:-.01em;white-space:nowrap;text-overflow:ellipsis;font-size:.95rem;font-weight:600;overflow:hidden}.chat-presence{color:#6a7aa0;margin-top:2px;font-size:.72rem}.chat-presence.online{color:#34d399}.chat-scroll{z-index:1;scrollbar-width:thin;scrollbar-color:#4d8eff40 transparent;flex:1;padding:20px 16px 12px;position:relative;overflow-y:auto}.chat-messages{flex-direction:column;width:min(720px,100%);margin:0 auto;display:flex}.chat-request{background:#8f5bff14;border:1px solid #8f5bff38;border-radius:14px;flex-direction:column;gap:6px;margin-bottom:18px;padding:14px 16px;display:flex}.chat-request-head{letter-spacing:.14em;text-transform:uppercase;color:#c0a6ff;align-items:center;gap:8px;font-size:.72rem;font-weight:600;display:flex}.chat-request-head .chat-icon{width:14px;height:14px}.chat-request-approve{letter-spacing:0;text-transform:none;color:#fff;cursor:pointer;background:linear-gradient(90deg,#4d8eff,#8f5bff);border:0;border-radius:999px;margin-left:auto;padding:6px 14px;font-size:.78rem;font-weight:600;transition:transform .16s;box-shadow:0 8px 20px -10px #8f5bff99}.chat-request-approve:hover:not(:disabled){transform:translateY(-1px)}.chat-request-approve:disabled{opacity:.7;cursor:wait}.chat-request strong{color:#f2f6ff;letter-spacing:-.01em;font-size:1rem;font-weight:600}.chat-request p{color:#adc6ff;margin:0;font-size:.88rem;line-height:1.5}.chat-feedback{color:#fca5a5;background:#ef444414;border:1px solid #ef44443d;border-radius:12px;margin:0 0 14px;padding:10px 14px;font-size:.85rem}.chat-day{justify-content:center;margin:14px 0 8px;display:flex}.chat-day span{letter-spacing:.16em;text-transform:uppercase;color:#6a7aa0;background:#0b1326b3;border:1px solid #4d8eff14;border-radius:999px;padding:4px 12px;font-size:.7rem}.chat-bubble-row{flex-direction:column;max-width:78%;margin-top:2px;display:flex}.chat-bubble-row.in{align-self:flex-start;align-items:flex-start}.chat-bubble-row.out{align-self:flex-end;align-items:flex-end}.chat-bubble-row.group-start{margin-top:10px}.chat-bubble{letter-spacing:-.005em;word-wrap:break-word;overflow-wrap:anywhere;border-radius:18px;padding:9px 14px;font-size:.95rem;line-height:1.45}.chat-bubble p{margin:0}.chat-bubble-row.in .chat-bubble{color:#eef2fb;background:#0b1326e6;border:1px solid #4d8eff24;border-bottom-left-radius:6px}.chat-bubble-row.in.group-start .chat-bubble{border-top-left-radius:18px}.chat-bubble-row.in:not(.group-end) .chat-bubble{border-bottom-left-radius:18px}.chat-bubble-row.out .chat-bubble{color:#fff;background:linear-gradient(135deg,#4d8eff 0%,#8f5bff 100%);border-bottom-right-radius:6px;box-shadow:0 10px 24px -14px #8f5bffb3}.chat-bubble-row.out.group-start .chat-bubble{border-top-right-radius:18px}.chat-bubble-row.out:not(.group-end) .chat-bubble{border-bottom-right-radius:18px}.chat-bubble-meta{color:#6a7aa0;align-items:center;gap:4px;margin-top:4px;padding:0 6px;font-size:.7rem;display:inline-flex}.chat-meta-check{color:#4d8eff;stroke-width:2.4px;width:12px;height:12px}.chat-composer{z-index:5;-webkit-backdrop-filter:blur(14px);background:#050e1deb;border-top:1px solid #4d8eff1a;align-items:center;gap:8px;padding:10px 14px 12px;display:flex;position:sticky;bottom:0}.chat-input-wrap{background:#0b1326e6;border:1px solid #4d8eff24;border-radius:999px;flex:1;min-width:0;transition:border-color .16s,box-shadow .16s;position:relative}.chat-input-wrap:focus-within{border-color:#8f5bff80;box-shadow:0 0 0 3px #8f5bff24}.chat-input{color:#f2f6ff;letter-spacing:-.005em;background:0 0;border:0;outline:none;width:100%;padding:11px 18px;font-family:inherit;font-size:.95rem}.chat-input::placeholder{color:#6a7aa0}.chat-input:disabled{color:#6a7aa0;cursor:not-allowed}.chat-send{color:#fff;cursor:pointer;background:linear-gradient(135deg,#4d8eff,#8f5bff);border:0;border-radius:50%;flex:none;place-items:center;width:42px;height:42px;transition:transform .16s,box-shadow .16s,opacity .16s;display:grid;box-shadow:0 10px 22px -10px #8f5bffb3}.chat-send:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 14px 26px -10px #4d8effcc}.chat-send:disabled{opacity:.45;cursor:not-allowed;box-shadow:none}.chat-send .chat-icon{width:18px;height:18px;transform:translate(1px)}.chat-state{z-index:1;text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:14px;padding:60px 24px;display:flex;position:relative}.chat-state h1{letter-spacing:-.02em;color:#f2f6ff;margin:0;font-size:1.4rem;font-weight:700}.chat-state p{color:#8c9dc5;max-width:420px;margin:0;line-height:1.5}@media (max-width:640px){.chat-topbar{padding:10px 12px}.chat-scroll{padding:16px 12px 10px}.chat-composer{padding:8px 10px 10px}.chat-bubble-row{max-width:86%}.chat-bubble{font-size:.92rem}}.syncrolly-page{color:#dae2f9;font-feature-settings:"ss01", "cv11";-webkit-font-smoothing:antialiased;background:#050e1d;font-family:Inter,Söhne,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif}.shell-header{-webkit-backdrop-filter:blur(14px);box-shadow:none!important;background:#050e1dd1!important;border-bottom:1px solid #4d8eff1a!important}.desktop-inbox-main{background:#050e1d;position:relative;overflow:hidden}.desktop-inbox-main:before,.desktop-inbox-main:after{content:"";pointer-events:none;filter:blur(120px);opacity:.28;z-index:0;border-radius:50%;position:absolute}.desktop-inbox-main:before{background:radial-gradient(circle,#4d8effa6,#0000 65%);width:520px;height:520px;top:-200px;left:-160px}.desktop-inbox-main:after{background:radial-gradient(circle,#8f5bff8c,#0000 65%);width:520px;height:520px;bottom:-240px;right:-160px}.desktop-inbox-shell{z-index:1;border-radius:20px;position:relative;background:0 0!important;border:0!important;grid-template-columns:320px minmax(0,1fr) 300px!important;gap:1px!important;width:min(1440px,100%)!important;margin:0 auto!important;padding:12px!important;display:grid!important}.desktop-inbox-sidebar,.desktop-message-panel,.desktop-profile-panel{-webkit-backdrop-filter:blur(14px);box-shadow:0 20px 60px -30px #050910e6;background:#0b1326b8!important;border:1px solid #4d8eff1a!important;border-radius:16px!important}.desktop-inbox-sidebar{flex-direction:column;min-height:0;display:flex;padding:14px 10px 12px!important}.desktop-sidebar-header{margin-bottom:8px;border-bottom:1px solid #4d8eff14!important;gap:10px!important;padding:0 6px 10px!important}.desktop-sidebar-title-row{justify-content:space-between;align-items:center;gap:10px;padding:2px 2px 10px;display:flex}.desktop-sidebar-title-row h1{letter-spacing:-.02em;color:#f2f6ff;margin:0;font-weight:700;font-size:1.2rem!important}.desktop-compose-icon-button{transition:transform .16s;box-shadow:0 8px 18px -8px #8f5bffb3;color:#fff!important;background:linear-gradient(135deg,#4d8eff,#8f5bff)!important;border:0!important;border-radius:10px!important;width:34px!important;height:34px!important}.desktop-compose-icon-button:hover{transform:translateY(-1px)}.desktop-compose-icon-button svg{width:16px;height:16px}.desktop-search-field,.search-field.desktop-search-field{transition:border-color .16s,box-shadow .16s;background:#050e1db3!important;border:1px solid #4d8eff24!important;border-radius:999px!important;gap:8px!important;padding:8px 14px!important}.desktop-search-field:focus-within,.search-field.desktop-search-field:focus-within{box-shadow:0 0 0 3px #8f5bff24;border-color:#8f5bff80!important}.desktop-search-field svg,.search-field svg{color:#6a7aa0;width:14px;height:14px}.desktop-search-field input,.search-field input{letter-spacing:-.005em;color:#f2f6ff!important;background:0 0!important;border:0!important;font-size:.85rem!important}.desktop-search-field input::placeholder{color:#6a7aa0!important}.desktop-tab-row{scrollbar-width:none;overflow-x:auto;background:#050e1d99!important;border:1px solid #4d8eff14!important;border-radius:12px!important;gap:4px!important;padding:4px!important;display:flex!important}.desktop-tab-row::-webkit-scrollbar{display:none}.desktop-tab-button{letter-spacing:-.005em;cursor:pointer;white-space:nowrap;flex:1;font-weight:500;transition:background .16s,color .16s;color:#8c9dc5!important;background:0 0!important;border:0!important;border-radius:8px!important;padding:7px 8px!important;font-size:.78rem!important}.desktop-tab-button:hover{color:#f2f6ff!important}.desktop-tab-button.active{font-weight:600;color:#f2f6ff!important;background:linear-gradient(135deg,#4d8eff47,#8f5bff47)!important}.desktop-tab-button.active:after{display:none!important}.desktop-thread-list{scrollbar-width:thin;scrollbar-color:#4d8eff33 transparent;flex:1;overflow-y:auto;padding:6px 2px!important}.desktop-thread-row{cursor:pointer;text-align:left;color:inherit;align-items:center;margin-bottom:2px;transition:background .16s;background:0 0!important;border:0!important;border-radius:12px!important;gap:10px!important;width:100%!important;padding:10px 12px!important;display:flex!important}.desktop-thread-row:hover{background:#4d8eff0f!important}.desktop-thread-row.selected{box-shadow:inset 0 0 0 1px #8f5bff4d;background:linear-gradient(135deg,#4d8eff2e,#8f5bff2e)!important}.desktop-thread-row.unread{background:#4d8eff0a!important}.desktop-thread-avatar-wrap{flex:none;position:relative}.desktop-thread-avatar-frame{place-items:center;display:grid;overflow:hidden;box-shadow:0 0 0 1px #4d8eff2e;background:#4d8eff24!important;border:0!important;border-radius:50%!important;width:40px!important;height:40px!important}.desktop-thread-avatar{object-fit:cover;width:100%;height:100%}.desktop-thread-avatar-fallback{color:#adc6ff;font-size:.85rem;font-weight:600}.desktop-thread-dot{border-radius:50%;width:10px;height:10px;position:absolute;bottom:-1px;right:-1px;box-shadow:0 0 0 2px #0b1326;background:#34d399!important}.desktop-thread-copy{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.desktop-thread-top{justify-content:space-between;align-items:baseline;gap:8px;display:flex}.desktop-thread-title-wrap{align-items:center;gap:6px;min-width:0;display:flex}.desktop-thread-name{letter-spacing:-.01em;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;color:#dae2f9!important;margin:0!important;font-size:.9rem!important;font-weight:500!important}.desktop-thread-name.unread{color:#f2f6ff!important;font-weight:600!important}.desktop-thread-status{letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;font-weight:600;color:#c0a6ff!important;background:#8f5bff24!important;border:1px solid #8f5bff47!important;border-radius:999px!important;padding:2px 7px!important;font-size:.65rem!important}.desktop-thread-time{flex:none;color:#6a7aa0!important;font-size:.7rem!important}.desktop-thread-time.unread{font-weight:600;color:#8eb5ff!important}.desktop-thread-preview{white-space:nowrap;text-overflow:ellipsis;line-height:1.4;overflow:hidden;color:#8c9dc5!important;margin:0!important;font-size:.8rem!important}.desktop-thread-preview.unread{color:#c2c6d6!important}.desktop-sidebar-empty{text-align:center;padding:40px 20px}.desktop-sidebar-empty h2{color:#f2f6ff;margin:0 0 6px;font-weight:600;font-size:.95rem!important}.desktop-sidebar-empty p{color:#6a7aa0;margin:0;font-size:.82rem;line-height:1.5}.desktop-message-panel{flex-direction:column;min-height:0;overflow:hidden;display:flex!important}.desktop-message-panel.empty{justify-content:center;align-items:center}.desktop-message-empty{text-align:center;padding:60px 24px}.desktop-message-empty h2{color:#f2f6ff;letter-spacing:-.01em;margin:0 0 6px;font-weight:600;font-size:1rem!important}.desktop-message-empty p{color:#6a7aa0;max-width:320px;margin:0;font-size:.85rem;line-height:1.5}.desktop-conversation-header{justify-content:space-between;align-items:center;gap:12px;background:0 0!important;border-bottom:1px solid #4d8eff14!important;padding:14px 18px!important;display:flex!important}.desktop-conversation-identity{align-items:center;gap:10px;min-width:0;display:flex}.desktop-conversation-avatar-frame{place-items:center;font-size:.85rem;font-weight:600;display:grid;overflow:hidden;box-shadow:0 0 0 1px #4d8eff2e;color:#adc6ff!important;background:#4d8eff24!important;border-radius:50%!important;width:38px!important;height:38px!important}.desktop-conversation-avatar{object-fit:cover;width:100%;height:100%}.desktop-conversation-title-group{flex-direction:column;min-width:0;display:flex}.desktop-conversation-name-row{align-items:center;gap:8px;min-width:0;display:flex}.desktop-conversation-title{letter-spacing:-.01em;white-space:nowrap;text-overflow:ellipsis;font-weight:600;overflow:hidden;color:#f2f6ff!important;margin:0!important;font-size:.95rem!important}.desktop-conversation-pill{letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;font-weight:600;color:#8eb5ff!important;background:#4d8eff24!important;border:1px solid #4d8eff47!important;border-radius:999px!important;padding:2px 8px!important;font-size:.66rem!important}.desktop-conversation-subtitle{margin-top:2px;color:#6a7aa0!important;font-size:.72rem!important}.desktop-conversation-actions{flex:none;gap:2px;display:flex}.desktop-conversation-actions .icon-button.subtle{color:#8c9dc5!important;background:0 0!important;border:0!important;border-radius:10px!important;width:34px!important;height:34px!important}.desktop-conversation-actions .icon-button.subtle:hover{color:#f2f6ff!important;background:#4d8eff1a!important}.desktop-conversation-actions .icon-button.subtle svg{width:16px;height:16px}.desktop-message-scroll{scrollbar-width:thin;scrollbar-color:#4d8eff33 transparent;flex:1;overflow-y:auto;padding:18px 20px!important}.desktop-message-stack{flex-direction:column;max-width:680px;margin:0 auto;gap:2px!important;display:flex!important}.day-pill-wrap{justify-content:center;display:flex;margin:12px 0 6px!important}.day-pill{background:#050e1db3!important;border:1px solid #4d8eff14!important;border-radius:999px!important;padding:3px 11px!important}.day-pill-text{letter-spacing:.14em;font-weight:600;color:#6a7aa0!important;font-size:.65rem!important}.message-block{flex-direction:column;display:flex}.message-row{flex-direction:column;max-width:72%;margin-top:2px;display:flex!important}.message-row.incoming{align-self:flex-start;align-items:flex-start}.message-row.outgoing{align-self:flex-end;align-items:flex-end}.message-bubble{letter-spacing:-.005em;word-wrap:break-word;overflow-wrap:anywhere;line-height:1.45;border-radius:18px!important;padding:9px 14px!important;font-size:.92rem!important}.message-bubble.incoming{color:#eef2fb!important;background:#050e1dd9!important;border:1px solid #4d8eff24!important;border-bottom-left-radius:6px!important}.message-bubble.outgoing{box-shadow:0 10px 22px -14px #8f5bffb3;color:#fff!important;background:linear-gradient(135deg,#4d8eff 0%,#8f5bff 100%)!important;border:0!important;border-bottom-right-radius:6px!important}.message-text.incoming,.message-text.outgoing{letter-spacing:-.005em;color:inherit!important;margin:0!important;font-size:.92rem!important;line-height:1.45!important}.message-meta-row{align-items:center;gap:5px;padding:0 6px;display:inline-flex;margin-top:3px!important}.message-meta-text,.message-meta-check{color:#6a7aa0!important;font-size:.68rem!important}.message-meta-check{font-weight:700;color:#4d8eff!important}.message-bubble.inquiry{color:#eef2fb!important;background:#8f5bff14!important;border:1px solid #8f5bff38!important;padding:14px 16px!important}.request-banner{margin-bottom:14px;background:#8f5bff14!important;border:1px solid #8f5bff38!important;border-radius:14px!important;padding:14px 16px!important}.request-banner-header{align-items:center;gap:8px;margin-bottom:6px;display:flex}.request-badge{letter-spacing:.14em;text-transform:uppercase;font-weight:600;color:#c0a6ff!important;background:0 0!important;border:0!important;padding:2px 0!important;font-size:.66rem!important}.request-approve-button{cursor:pointer;margin-left:auto;font-weight:600;transition:transform .16s;box-shadow:0 8px 20px -10px #8f5bff99;color:#fff!important;background:linear-gradient(90deg,#4d8eff,#8f5bff)!important;border:0!important;border-radius:999px!important;padding:6px 14px!important;font-size:.78rem!important}.request-approve-button:hover:not(:disabled){transform:translateY(-1px)}.request-banner-title{letter-spacing:-.01em;font-weight:600;color:#f2f6ff!important;margin:0 0 4px!important;font-size:.95rem!important}.request-banner-body{line-height:1.5;color:#adc6ff!important;margin:0!important;font-size:.82rem!important}.feedback-inline{color:#fca5a5!important;background:#ef444414!important;border:1px solid #ef444438!important;border-radius:10px!important;margin:6px 8px 10px!important;padding:9px 12px!important;font-size:.8rem!important}.desktop-thread-composer{flex-direction:column;gap:8px;background:0 0!important;border-top:1px solid #4d8eff14!important;padding:10px 14px 12px!important;display:flex!important}.thread-input{letter-spacing:-.005em;outline:none;width:100%;font-family:inherit;transition:border-color .16s,box-shadow .16s;color:#f2f6ff!important;background:#050e1db3!important;border:1px solid #4d8eff24!important;border-radius:18px!important;padding:11px 16px!important;font-size:.92rem!important}.thread-input:focus{box-shadow:0 0 0 3px #8f5bff24;border-color:#8f5bff80!important}.thread-input::placeholder{color:#6a7aa0!important}.thread-input.disabled,.thread-input:disabled{opacity:.6;cursor:not-allowed}.desktop-composer-action-row{justify-content:space-between;align-items:center;gap:10px;display:flex}.desktop-composer-attachments{gap:2px;display:flex}.media-button{cursor:pointer;place-items:center;transition:background .16s,color .16s;display:grid;color:#6a7aa0!important;background:0 0!important;border:0!important;border-radius:10px!important;width:32px!important;height:32px!important}.media-button:hover{color:#f2f6ff!important;background:#4d8eff1a!important}.media-button svg{width:16px;height:16px}.desktop-composer-send-row{color:#6a7aa0;align-items:center;gap:10px;font-size:.72rem;display:flex}.desktop-composer-send-row>span:first-child{letter-spacing:.03em}.send-button{letter-spacing:-.005em;cursor:pointer;align-items:center;gap:6px;font-weight:600;transition:transform .16s,box-shadow .16s,opacity .16s;display:inline-flex;box-shadow:0 8px 18px -10px #8f5bffb3;color:#fff!important;background:linear-gradient(135deg,#4d8eff,#8f5bff)!important;border:0!important;border-radius:999px!important;padding:8px 16px!important;font-size:.82rem!important}.send-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 12px 22px -10px #4d8effcc}.send-button:disabled,.send-button.disabled{opacity:.45;cursor:not-allowed;box-shadow:none}.send-button svg{width:14px;height:14px}.desktop-profile-panel{scrollbar-width:thin;scrollbar-color:#4d8eff33 transparent;flex-direction:column;gap:14px;overflow-y:auto;padding:18px 16px!important;display:flex!important}.desktop-profile-panel.empty{justify-content:center;align-items:center}.desktop-profile-empty h2,.desktop-profile-empty p{text-align:center}.desktop-profile-card{text-align:center;flex-direction:column;align-items:center;display:flex;background:#050e1d8c!important;border:1px solid #4d8eff1a!important;border-radius:14px!important;padding:16px 14px!important}.desktop-profile-avatar-frame{place-items:center;font-size:1.4rem;font-weight:600;display:grid;overflow:hidden;box-shadow:0 0 0 2px #4d8eff3d,0 10px 26px -12px #8f5bff80;color:#adc6ff!important;background:#4d8eff24!important;border-radius:50%!important;width:72px!important;height:72px!important;margin-bottom:10px!important}.desktop-profile-avatar{object-fit:cover;width:100%;height:100%}.desktop-profile-name{letter-spacing:-.01em;color:#f2f6ff!important;margin:0 0 3px!important;font-size:1rem!important;font-weight:600!important}.desktop-profile-role{line-height:1.4;color:#8c9dc5!important;margin:0!important;font-size:.78rem!important}.desktop-profile-stats{grid-template-columns:repeat(2,minmax(0,1fr));width:100%;gap:8px!important;margin-top:12px!important;display:grid!important}.desktop-profile-stat{text-align:center;background:#4d8eff0f!important;border:1px solid #4d8eff1a!important;border-radius:10px!important;padding:8px 10px!important}.desktop-profile-stat-value{letter-spacing:-.005em;font-weight:600;color:#f2f6ff!important;font-size:.85rem!important}.desktop-profile-stat-label{letter-spacing:.1em;text-transform:uppercase;margin-top:2px;font-weight:600;color:#6a7aa0!important;font-size:.66rem!important}.desktop-profile-section{padding:0 2px}.desktop-profile-section-header{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex}.desktop-profile-section-label{letter-spacing:.12em;text-transform:uppercase;font-weight:600;color:#6a7aa0!important;font-size:.66rem!important}.desktop-profile-section-body{line-height:1.5;color:#c2c6d6!important;margin:6px 0 0!important;font-size:.82rem!important}.desktop-profile-link-button{color:#8eb5ff;letter-spacing:-.005em;cursor:pointer;background:0 0;border:0;padding:0;font-size:.72rem;font-weight:600}.desktop-profile-link-button:hover{color:#c0a6ff}.desktop-profile-action-row{grid-template-columns:1fr;gap:6px;display:grid}.desktop-profile-cta{letter-spacing:-.005em;cursor:pointer;width:100%;font-weight:600;transition:transform .16s;box-shadow:0 8px 18px -10px #8f5bffb3;color:#fff!important;background:linear-gradient(135deg,#4d8eff,#8f5bff)!important;border:0!important;border-radius:12px!important;padding:9px 14px!important;font-size:.82rem!important}.desktop-profile-cta:hover:not(:disabled){transform:translateY(-1px)}.desktop-profile-cta.secondary{box-shadow:none;background:#4d8eff14!important;border:1px solid #4d8eff40!important}.desktop-profile-cta.secondary:hover:not(:disabled){background:#4d8eff24!important;border-color:#8f5bff73!important}.desktop-shared-media-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;display:grid}.desktop-shared-media-card{aspect-ratio:1;background:linear-gradient(135deg,#4d8eff33,#8f5bff33);border:1px solid #4d8eff1f;border-radius:10px}.desktop-shared-media-card.media-two{background:linear-gradient(135deg,#8f5bff38,#34d3992e)}.desktop-shared-media-wide{color:#adc6ff;background:#4d8eff0f;border:1px solid #4d8eff1f;border-radius:10px;grid-column:span 2;padding:10px 12px;font-size:.78rem}.desktop-form-row{margin-bottom:2px;background:0 0!important;border:0!important;border-radius:12px!important;padding:4px!important}.desktop-form-row.selected{background:linear-gradient(135deg,#4d8eff2e,#8f5bff2e)!important}.desktop-form-row-main{background:0 0!important;border:0!important;padding:8px 10px!important}.desktop-form-inline-preview{background:#050e1d80;border-radius:10px;margin-top:4px;padding:10px 12px}.desktop-form-inline-answer{border-bottom:1px solid #4d8eff0f;flex-direction:column;gap:2px;padding:6px 0;display:flex}.desktop-form-inline-answer:last-child{border-bottom:0}.desktop-form-inline-label{letter-spacing:.1em;color:#6a7aa0;text-transform:uppercase;font-size:.66rem;font-weight:600}.desktop-form-inline-answer p{color:#c2c6d6;margin:0;font-size:.82rem;line-height:1.4}.desktop-form-review-body{flex:1;padding:18px 20px;overflow-y:auto}.desktop-form-review-card{background:#050e1d8c;border:1px solid #4d8eff1a;border-radius:14px;padding:18px}.desktop-form-review-kicker{letter-spacing:.14em;text-transform:uppercase;color:#8eb5ff;margin-bottom:6px;font-size:.66rem;font-weight:600}.desktop-form-review-title{color:#f2f6ff;letter-spacing:-.01em;font-weight:600;margin:0 0 6px!important;font-size:1.05rem!important}.desktop-form-review-body-copy{color:#adc6ff;margin:0 0 14px;font-size:.85rem;line-height:1.5}.desktop-form-review-answers{flex-direction:column;gap:10px;display:flex}.desktop-form-review-answer{background:#4d8eff0d;border:1px solid #4d8eff1a;border-radius:10px;padding:10px 12px}.desktop-form-review-label{letter-spacing:.12em;color:#6a7aa0;text-transform:uppercase;font-size:.66rem;font-weight:600}.desktop-form-review-prompt{font-weight:500;color:#f2f6ff!important;margin:4px 0 2px!important;font-size:.85rem!important}.desktop-form-review-value{line-height:1.5;color:#c2c6d6!important;margin:0!important;font-size:.85rem!important}.desktop-form-review-actions{justify-content:flex-end;margin-top:16px;display:flex}.desktop-instagram-row{margin-bottom:2px;background:0 0!important;border:0!important;border-radius:12px!important;gap:10px!important;padding:10px 12px!important}.desktop-instagram-row:hover{background:#4d8eff0f!important}.desktop-instagram-avatar{box-shadow:0 0 0 1px #4d8eff2e;background:#4d8eff24!important;border-radius:50%!important;width:40px!important;height:40px!important}.desktop-instagram-dot{box-shadow:0 0 0 2px #0b1326;background:#34d399!important}.desktop-instagram-name{color:#dae2f9!important;font-size:.9rem!important;font-weight:500!important}.desktop-instagram-name.unread{color:#f2f6ff!important;font-weight:600!important}.desktop-instagram-preview{color:#8c9dc5!important;font-size:.8rem!important}.desktop-instagram-status{text-transform:uppercase;letter-spacing:.06em;font-weight:600;color:#c0a6ff!important;background:#8f5bff24!important;border:1px solid #8f5bff47!important;border-radius:999px!important;padding:2px 7px!important;font-size:.65rem!important}.desktop-instagram-time{color:#6a7aa0!important;font-size:.7rem!important}.desktop-instagram-unread{font-weight:700;color:#fff!important;background:linear-gradient(135deg,#4d8eff,#8f5bff)!important;border-radius:999px!important;padding:1px 7px!important;font-size:.7rem!important}.desktop-instagram-connect,.desktop-instagram-secondary{cursor:pointer;letter-spacing:-.005em!important;border:0!important;border-radius:999px!important;padding:9px 16px!important;font-size:.82rem!important;font-weight:600!important}.desktop-instagram-connect{box-shadow:0 8px 18px -10px #8f5bffb3;color:#fff!important;background:linear-gradient(135deg,#4d8eff,#8f5bff)!important}.desktop-instagram-secondary{color:#f2f6ff!important;background:#4d8eff14!important;border:1px solid #4d8eff40!important}.desktop-instagram-debug{color:#6a7aa0;margin-top:8px;font-family:JetBrains Mono,Menlo,monospace;font-size:.72rem}.desktop-instagram-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:12px;display:grid}.desktop-instagram-summary-card{background:#4d8eff0f;border:1px solid #4d8eff1f;border-radius:10px;padding:10px}.desktop-instagram-summary-label{letter-spacing:.1em;color:#6a7aa0;text-transform:uppercase;font-size:.66rem;font-weight:600}.desktop-instagram-summary-value{color:#f2f6ff;letter-spacing:-.01em;margin-top:2px;font-size:.95rem;font-weight:600;display:block}.desktop-instagram-profile-card{background:#050e1d8c!important;border:1px solid #4d8eff1a!important}.desktop-instagram-profile-badge{letter-spacing:.12em;color:#c0a6ff;text-transform:uppercase;margin-bottom:6px;font-size:.66rem;font-weight:600}.web-inquiry-card{padding:2px 0}.web-inquiry-card-header{justify-content:space-between;align-items:center;gap:10px;margin-bottom:6px;display:flex}.web-inquiry-card-badge{color:#d0bcff;letter-spacing:.08em;text-transform:uppercase;background:#8f5bff33;border:1px solid #8f5bff59;border-radius:999px;padding:2px 8px;font-size:.66rem;font-weight:600}.web-inquiry-card-meta{color:#8c9dc5;font-size:.7rem}.web-inquiry-card-title{color:#f2f6ff;letter-spacing:-.01em;margin:0 0 3px;font-size:.95rem;font-weight:600}.web-inquiry-card-body{color:#adc6ff;margin:0 0 10px;font-size:.82rem;line-height:1.5}.web-inquiry-answer-stack{flex-direction:column;gap:6px;display:flex}.web-inquiry-answer-row{background:#050e1d80;border:1px solid #4d8eff1a;border-radius:10px;padding:8px 10px}.web-inquiry-answer-label{letter-spacing:.12em;color:#6a7aa0;text-transform:uppercase;font-size:.64rem;font-weight:600}.web-inquiry-answer-prompt{font-weight:500;color:#f2f6ff!important;margin:3px 0 1px!important;font-size:.82rem!important}.web-inquiry-answer-value{line-height:1.45;color:#c2c6d6!important;margin:0!important;font-size:.82rem!important}.desktop-thread-list::-webkit-scrollbar{width:6px}.desktop-message-scroll::-webkit-scrollbar{width:6px}.desktop-profile-panel::-webkit-scrollbar{width:6px}.desktop-thread-list::-webkit-scrollbar-thumb{background:#4d8eff2e;border-radius:999px}.desktop-message-scroll::-webkit-scrollbar-thumb{background:#4d8eff2e;border-radius:999px}.desktop-profile-panel::-webkit-scrollbar-thumb{background:#4d8eff2e;border-radius:999px}@media (max-width:1200px){.desktop-inbox-shell{grid-template-columns:280px minmax(0,1fr)!important}.desktop-profile-panel{display:none!important}}@media (max-width:860px){.desktop-inbox-shell{grid-template-columns:minmax(0,1fr)!important;padding:8px!important}.desktop-inbox-sidebar{max-height:46vh}.message-row{max-width:86%}}
