:root{--bg:#f0f2f5;--surface:#fff;--surface-soft:#f7f8fa;--surface-hover:#f2f3f5;--border:#dfe1e6;--border-strong:#ccd0d5;--text:#1c1e21;--muted:#65676b;--primary:#1877f2;--primary-strong:#166fe5;--success:#31a24c;--error:#d93025;--info:#1877f2;--shadow:0 1px 2px #00000014;--shadow-lg:0 8px 24px #00000014;--radius:12px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{min-height:100vh;color:var(--text);background:var(--bg);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}img{max-width:100%;display:block}.app-shell{width:min(1320px,100vw - 24px);margin:0 auto;padding:16px 0 28px}.topbar{z-index:50;border:1px solid var(--border);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffeb;border-radius:16px;justify-content:space-between;align-items:center;gap:24px;margin-bottom:24px;padding:12px 16px;display:flex;position:sticky;top:16px;box-shadow:0 10px 30px #0f172a0f}.brand-wrap{align-items:center;gap:12px;min-width:0;display:flex}.brand-badge{color:#fff;background:linear-gradient(135deg, var(--primary), #7c3aed);border-radius:12px;flex:0 0 42px;place-items:center;width:42px;height:42px;font-size:.95rem;font-weight:800;display:grid}.brand-link{letter-spacing:-.02em;color:var(--text);font-size:1.05rem;font-weight:800;display:inline-flex}.brand-link:hover{color:var(--primary)}.brand-subtitle{max-width:360px;color:var(--muted);margin:2px 0 0;font-size:.84rem;line-height:1.35}.public-nav{border:1px solid var(--border);background:var(--surface-soft);border-radius:999px;align-items:center;gap:4px;padding:4px;display:flex}.public-nav a{min-height:38px;color:var(--muted);border-radius:999px;justify-content:center;align-items:center;padding:0 14px;font-size:.9rem;font-weight:700;transition:background .18s,color .18s,box-shadow .18s;display:inline-flex}.public-nav a:hover{color:var(--text);background:var(--surface);box-shadow:var(--shadow)}.public-nav a:last-child{color:#fff;background:var(--primary)}.public-nav a:last-child:hover{color:#fff;background:var(--primary-strong)}@media (max-width:1100px){.topbar{border-radius:14px;flex-direction:column;align-items:stretch;top:8px}.brand-subtitle{max-width:none}.public-nav{width:100%;overflow-x:auto}.public-nav a{white-space:nowrap;flex:1}}.panel,.glass-card,.subtle-card{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow)}.glass-card{padding:18px}.subtle-card{background:var(--surface-soft);box-shadow:none;padding:16px}.hero-panel{grid-template-columns:1.45fr 1fr;align-items:stretch;gap:20px;min-height:360px;display:grid}.hero-copy,.hero-stats,.stack{flex-direction:column;display:flex}.hero-copy{justify-content:center}.hero-copy h1{max-width:11ch;color:var(--text);margin:8px 0 12px;font-size:clamp(2.2rem,4.2vw,4rem);line-height:1.02}.lead{color:var(--muted);max-width:62ch;font-size:1rem;line-height:1.65}.hero-actions,.pill-row,.button-stack{flex-wrap:wrap;gap:12px;display:flex}.hero-stats{justify-content:center;gap:14px}.stat-card span,.eyebrow{color:var(--primary);text-transform:uppercase;letter-spacing:.08em;font-size:.74rem;font-weight:700}.stat-card strong{color:var(--text);font-size:1rem}.feature-grid,.pricing-grid,.card-grid{gap:16px;margin-top:20px;display:grid}.feature-grid,.pricing-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.feature-card h3,.pricing-card h2,.section-header h1,.panel h2{color:var(--text);margin:0 0 8px}.primary-button,.secondary-button,.ghost-button,.ghost-link{border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;padding:10px 16px;font-weight:700;transition:background .2s,transform .15s,border-color .2s;display:inline-flex}.primary-button{background:var(--primary);color:#fff}.primary-button:hover{background:var(--primary-strong)}.secondary-button{color:var(--primary);background:#e7f3ff;border-color:#d0e3ff}.secondary-button:hover{background:#dbeeff}.ghost-button,.ghost-link{background:var(--surface-soft);border-color:var(--border);color:var(--text)}.ghost-button:hover,.ghost-link:hover{background:var(--surface-hover)}.full-width{width:100%}.auth-page{place-items:center;min-height:calc(100vh - 100px);padding:20px 0;display:grid}.auth-card{flex-direction:column;gap:14px;width:min(520px,100%);display:flex}label{color:var(--muted);flex-direction:column;gap:8px;font-size:.95rem;font-weight:600;display:flex}input,select,textarea{border:1px solid var(--border-strong);width:100%;color:var(--text);background:#fff;border-radius:10px;outline:none;padding:12px 14px}input::placeholder,textarea::placeholder{color:#8d949e}input:focus,select:focus,textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px #1877f226}textarea{resize:vertical;min-height:120px}.section-header,.spread-row,.section-title-row{justify-content:space-between;align-items:center;gap:16px;display:flex}.section-header{margin-bottom:20px}.section-subtitle{max-width:60ch;color:var(--muted)}.app-grid{grid-template-columns:280px minmax(0,1fr);align-items:start;gap:20px;display:grid}.sidebar{flex-direction:column;gap:16px;height:fit-content;display:flex;position:sticky;top:84px}.sidebar-nav{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow);flex-direction:column;gap:6px;padding:8px;display:flex}.sidebar-nav a{color:var(--text);border-radius:10px;padding:11px 12px;font-weight:600}.sidebar-nav a.active,.sidebar-nav a:hover{color:var(--primary);background:#e7f3ff}.content-area{min-width:0}.dashboard-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.metric-card strong{color:var(--text);margin-top:4px;font-size:2.1rem;display:block}.metric-label{color:var(--muted);font-size:.92rem;font-weight:600}.dashboard-lower,.grid{margin-top:20px}.grid{gap:16px;display:grid}.two-col{grid-template-columns:repeat(2,minmax(0,1fr))}.three-col{grid-template-columns:repeat(3,minmax(0,1fr))}.align-start{align-items:start}.gap-8{gap:8px}.gap-12{gap:12px}.gap-16{gap:16px}.timeline-list{flex-direction:column;gap:14px;display:flex}.profile-card{grid-template-columns:auto 1fr auto;align-items:center;gap:16px;display:grid}.avatar-large{color:#fff;background:linear-gradient(135deg,#1877f2,#42a5f5);border-radius:999px;place-items:center;width:64px;height:64px;font-weight:700;display:grid}.pill{color:var(--primary);background:#e7f3ff;border:1px solid #d0e3ff;border-radius:999px;align-items:center;gap:6px;padding:7px 11px;font-size:.84rem;font-weight:700;display:inline-flex}.pill.subtle{background:var(--surface-soft);color:var(--muted);border-color:var(--border)}.filter-bar{grid-template-columns:1fr 1fr auto;gap:14px;margin-bottom:18px;display:grid}.table-wrap{overflow-x:auto}.data-table{border-collapse:collapse;background:#fff;width:100%}.data-table th,.data-table td{text-align:left;color:var(--text);border-bottom:1px solid #eef0f3;padding:14px 12px}.data-table th{color:var(--muted);font-size:.92rem;font-weight:700}.empty-cell,.empty-state{text-align:center;color:var(--muted);padding:24px}.error-banner,.success-banner,.info-banner{border-radius:10px;margin-top:10px;padding:13px 14px;font-weight:600}.error-banner{color:#b3261e;background:#fdecea;border:1px solid #f6c7c2}.success-banner{color:#1e7e34;background:#edf7ed;border:1px solid #cce7d0}.info-banner{color:#185abc;background:#e7f3ff;border:1px solid #d0e3ff}.upload-box{background:#fafbfc;border:2px dashed #ccd0d5;border-radius:12px;place-items:center;min-height:180px;display:grid;position:relative;overflow:hidden}.upload-box:hover{background:#f5f6f7}.upload-box input{opacity:0;cursor:pointer;position:absolute;inset:0}.divider{background:#eef0f3;height:1px}.conversation-link{justify-content:space-between;align-items:center;gap:12px;display:flex}.chat-panel{flex-direction:column;gap:16px;min-height:72vh;display:flex}.message-list{flex-direction:column;flex:1;gap:12px;min-height:420px;max-height:62vh;padding:8px 4px 8px 0;display:flex;overflow-y:auto}.message-bubble{word-break:break-word;border-radius:18px;flex-direction:column;gap:6px;max-width:72%;padding:10px 14px;line-height:1.45;display:inline-flex}.message-bubble.mine{background:var(--primary);color:#fff;border-bottom-right-radius:6px;align-self:flex-end}.message-bubble.theirs{color:var(--text);background:#e4e6eb;border-bottom-left-radius:6px;align-self:flex-start}.message-bubble span{opacity:.75;font-size:.75rem}.chat-composer{border-top:1px solid #eef0f3;grid-template-columns:1fr auto;align-items:end;gap:12px;padding-top:8px;display:grid}.price-row{color:var(--text);margin:14px 0;font-size:2.4rem;font-weight:800}.detail-list{color:var(--muted);gap:8px;margin:0 0 16px;padding-left:18px;display:grid}.small-text{color:var(--muted);font-size:.9rem}.skeleton-panel{min-height:180px;color:var(--muted);place-items:center;display:grid}.nav-logout-btn{color:inherit;font:inherit;cursor:pointer;background:0 0;border:0;padding:0}.nav-logout-btn:hover{color:#ec4899}@media (max-width:1100px){.hero-panel,.feature-grid,.pricing-grid,.card-grid,.dashboard-grid,.two-col,.three-col,.app-grid,.filter-bar,.chat-composer{grid-template-columns:1fr}.topbar,.section-header,.profile-card,.conversation-link{flex-direction:column;align-items:flex-start}.public-nav{display:none}.sidebar{position:static}.message-bubble{max-width:90%}}.app-shell{width:100%;max-width:none;margin:0;padding:0}body{background:#f0f2f5}.fb-topbar{background:#fffffff5;border-width:0 0 1px;border-radius:0;height:64px;margin:0;padding:0 18px;top:0;box-shadow:0 1px 2px #00000014}.fb-topbar .brand-badge{color:#fff;background:var(--primary);border-radius:999px;flex:0 0 42px;place-items:center;width:42px;height:42px;font-weight:900;display:grid}.fb-topbar .brand-subtitle{max-width:none;font-size:.78rem}.fb-top-nav{background:0 0;border:0;gap:6px}.fb-top-nav a{border-radius:10px;min-width:92px;min-height:44px}.fb-top-nav a:last-child{color:var(--muted);background:0 0}.fb-top-nav a:hover,.fb-top-nav a:last-child:hover{color:var(--primary);box-shadow:none;background:#e7f3ff}.fb-app-layout{grid-template-columns:minmax(220px,280px) minmax(0,1fr) minmax(220px,300px);gap:18px;width:100%;min-height:calc(100vh - 64px);padding:18px;display:grid}.fb-sidebar{height:calc(100vh - 100px);position:sticky;top:82px;overflow-y:auto}.fb-sidebar-nav{flex-direction:column;gap:4px;display:flex}.fb-sidebar-nav a,.fb-sidebar-nav button{width:100%;min-height:48px;color:var(--text);text-align:left;cursor:pointer;font-weight:750;font:inherit;background:0 0;border:0;border-radius:12px;align-items:center;gap:12px;padding:0 12px;transition:background .16s,color .16s,transform .16s;display:flex}.fb-sidebar-nav a:hover,.fb-sidebar-nav button:hover,.fb-sidebar-nav a.active{color:var(--primary);background:#e7f3ff}.fb-nav-icon{width:34px;height:34px;color:var(--text);background:#e4e6eb;border-radius:999px;flex:0 0 34px;place-items:center;font-size:.95rem;font-weight:900;display:grid}.fb-sidebar-nav a.active .fb-nav-icon,.fb-sidebar-nav a:hover .fb-nav-icon,.fb-sidebar-nav button:hover .fb-nav-icon{background:var(--primary);color:#fff}.fb-feed-area{width:100%;min-width:0}.fb-right-rail{height:fit-content;position:sticky;top:82px}.fb-sticky-card{padding:18px}.fb-sticky-card h3{margin:4px 0 8px}.section-header{padding:4px 2px 0}.section-header h1{letter-spacing:-.03em;font-size:clamp(1.8rem,2.2vw,2.6rem)}.panel,.glass-card,.subtle-card{border-color:#dddfe2;border-radius:14px;box-shadow:0 1px 2px #00000014}.panel{padding:22px}.dashboard-grid{grid-template-columns:repeat(3,minmax(220px,1fr))}.pricing-grid{grid-template-columns:repeat(3,minmax(240px,1fr))}.card-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}.filter-bar{grid-template-columns:minmax(220px,1fr) minmax(220px,1fr) auto;align-items:end}.chat-panel{min-height:calc(100vh - 150px)}.message-list{max-height:calc(100vh - 310px)}.table-wrap{width:100%}.data-table th,.data-table td{padding:16px 14px}@media (max-width:1280px){.fb-app-layout{grid-template-columns:88px minmax(0,1fr)}.fb-right-rail{display:none}.fb-sidebar-nav a,.fb-sidebar-nav button{justify-content:center;padding:0}.fb-sidebar-nav a span:last-child,.fb-sidebar-nav button span:last-child{display:none}}@media (max-width:820px){.fb-topbar{align-items:stretch;height:auto;min-height:64px;padding:10px 12px}.fb-top-nav{display:none}.fb-app-layout{padding:12px;display:block}.fb-sidebar{z-index:40;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);background:#f0f2f5f5;height:auto;margin:-12px -12px 14px;padding:8px 12px;position:sticky;top:64px;overflow-x:auto}.fb-sidebar-nav{flex-direction:row;min-width:max-content}.fb-sidebar-nav a,.fb-sidebar-nav button{width:auto;min-width:48px;min-height:44px;padding:0 10px}.fb-sidebar-nav a span:last-child,.fb-sidebar-nav button span:last-child{display:none}.dashboard-grid,.pricing-grid,.card-grid,.filter-bar,.two-col,.three-col{grid-template-columns:1fr}.panel{padding:18px}}.x-profile-page{background:#fff;border-left:1px solid #eff3f4;border-right:1px solid #eff3f4;max-width:760px;min-height:calc(100vh - 64px);margin:0 auto}.x-profile-header{z-index:20;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffe0;border-bottom:1px solid #eff3f4;align-items:center;height:56px;padding:0 18px;display:flex;position:sticky;top:64px}.x-profile-header h1{color:#0f1419;margin:0;font-size:1.25rem;font-weight:900}.x-profile-header p{color:#536471;margin:2px 0 0;font-size:.8rem}.x-cover{background:radial-gradient(circle at 20% 30%,#ffffff59,#0000 28%),linear-gradient(135deg,#1d9bf0,#8b5cf6 48%,#ec4899);height:220px}.x-profile-summary{border-bottom:1px solid #eff3f4;padding:76px 18px 20px;position:relative}.x-avatar{color:#fff;background:#0f1419;border:4px solid #fff;border-radius:999px;place-items:center;width:136px;height:136px;font-size:3.4rem;font-weight:950;display:grid;position:absolute;top:-68px;left:18px;box-shadow:0 4px 18px #0f14192e}.x-edit-photo{color:#0f1419;cursor:pointer;background:#fff;border:1px solid #cfd9de;border-radius:999px;justify-content:center;align-items:center;min-height:38px;padding:0 18px;font-weight:850;display:inline-flex;position:absolute;top:14px;right:18px}.x-edit-photo input{display:none}.x-edit-photo:hover{background:#f7f9f9}.x-profile-name-block h2{color:#0f1419;letter-spacing:-.03em;margin:0;font-size:1.55rem;font-weight:950}.x-profile-name-block p{color:#536471;margin:2px 0 12px}.x-bio{color:#0f1419;margin:0 0 12px;line-height:1.5}.x-meta-row{color:#536471;flex-wrap:wrap;gap:10px 16px;font-size:.95rem;display:flex}.x-profile-form{background:#fff}.x-card{border-bottom:1px solid #eff3f4;padding:22px 18px}.x-card:hover{background:#fbfdff}.x-card h3{color:#0f1419;margin:0 0 18px;font-size:1.12rem;font-weight:950}.x-card label span{color:#536471}.x-card input,.x-card textarea{background:#fff;border:1px solid #cfd9de;border-radius:12px}.x-card input:focus,.x-card textarea:focus{border-color:#1d9bf0;box-shadow:0 0 0 3px #1d9bf01f}.x-save-bar{z-index:25;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffffeb;border-top:1px solid #eff3f4;justify-content:flex-end;padding:14px 18px;display:flex;position:sticky;bottom:0}.x-save-bar .primary-button{background:#0f1419;border-radius:999px;width:auto;min-width:150px}.x-loading{padding:16px 18px}@media (max-width:820px){.x-profile-page{border-left:0;border-right:0;max-width:none}.x-profile-header{top:64px}.x-cover{height:170px}.x-avatar{width:108px;height:108px;font-size:2.6rem;top:-54px}.x-profile-summary{padding-top:62px}.x-card .two-col,.x-card .three-col{grid-template-columns:1fr}}.x-discover-page{background:0 0;border-left:1px solid #eff3f4;border-right:1px solid #eff3f4;max-width:760px;min-height:auto;margin:0 auto}.x-discover-header,.x-discover-search,.x-feed,.x-profile-post,.x-empty-post{background:#fff}.x-discover-header{z-index:25;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffe0;border-bottom:1px solid #eff3f4;align-items:center;height:58px;padding:0 18px;display:flex;position:sticky;top:64px}.x-discover-header h1{color:#0f1419;margin:0;font-size:1.25rem;font-weight:950}.x-discover-header p{color:#536471;margin:2px 0 0;font-size:.82rem}.x-discover-search{border-bottom:1px solid #eff3f4;padding:18px}.x-search-title{justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:16px;display:flex}.x-search-title h2{color:#0f1419;margin:0;font-size:1.12rem;font-weight:950}.x-search-title p{color:#536471;margin:4px 0 0;font-size:.92rem}.x-filter-row{grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto;align-items:end;gap:12px;display:grid}.x-filter-row label{gap:6px;display:grid}.x-filter-row label span{color:#536471;font-size:.82rem;font-weight:800}.x-filter-row input{color:#0f1419;background:#fff;border:1px solid #cfd9de;border-radius:999px;outline:none;height:46px;padding:0 16px}.x-filter-row input:focus{border-color:#1d9bf0;box-shadow:0 0 0 3px #1d9bf01f}.x-primary-pill,.x-ghost-btn{cursor:pointer;border:0;border-radius:999px;min-height:44px;padding:0 18px;font-weight:900;transition:background .16s,opacity .16s,transform .16s}.x-primary-pill{color:#fff;background:#0f1419}.x-primary-pill:hover{background:#272c30}.x-primary-pill:disabled{opacity:.55;cursor:not-allowed}.x-ghost-btn{color:#0f1419;background:#fff;border:1px solid #cfd9de}.x-ghost-btn:hover{background:#f7f9f9}.x-profile-post{border-bottom:1px solid #eff3f4;padding:16px 18px;transition:background .16s}.x-profile-post:hover{background:#f7f9f9}.x-profile-post .profile-card,.x-profile-post .panel,.x-profile-post .glass-card,.x-profile-post .subtle-card{box-shadow:none;background:0 0;border:0;padding:0}.x-profile-post .primary-button{border-radius:999px}.x-error-post{color:#be123c;background:#fff1f2;border-bottom:1px solid #eff3f4;margin:0;padding:14px 18px;font-weight:800}.x-empty-post{text-align:center;border-bottom:1px solid #eff3f4;align-content:center;place-items:center;gap:10px;min-height:360px;padding:40px 24px;display:grid}.x-empty-icon{color:#1d9bf0;background:#e7f3ff;border-radius:999px;place-items:center;width:74px;height:74px;font-size:2rem;font-weight:950;display:grid}.x-empty-post h2{color:#0f1419;margin:0;font-size:1.35rem;font-weight:950}.x-empty-post p{color:#536471;margin:0 0 8px}.x-profile-skeleton{background:linear-gradient(90deg,#0000,#0f14190d,#0000) 0 0/220px 100%,radial-gradient(circle at 42px 42px,#eff3f4 0 28px,#0000 29px),linear-gradient(#eff3f4 0 0) 86px 30px/190px 18px no-repeat,linear-gradient(#eff3f4 0 0) 86px 60px/280px 14px no-repeat,linear-gradient(#eff3f4 0 0) 18px 112px/88% 14px no-repeat,#fff;border-bottom:1px solid #eff3f4;height:178px;animation:1.15s linear infinite x-shimmer}@keyframes x-shimmer{0%{background-position:-220px 0,0 0,86px 30px,86px 60px,18px 112px,0 0}to{background-position:760px 0,0 0,86px 30px,86px 60px,18px 112px,0 0}}@media (max-width:820px){.x-discover-page{border-left:0;border-right:0;max-width:none}.x-filter-row{grid-template-columns:1fr}.x-primary-pill,.x-ghost-btn{width:100%}.x-search-title{flex-direction:column;align-items:stretch}}.x-link{color:#1d9bf0;margin-left:6px;font-weight:700;text-decoration:none}.x-link:hover{text-decoration:underline}
