:root{--bg:#f8f7f2;--surface:#fff;--text:#0f172a;--muted:#556276;--brand:#0ea5a4;--brand-600:#0f766e;--accent:#f59e0b;--danger:#e74c3c;--danger-700:#c0392b;--line:#0f172a1f;--shadow:0 16px 40px #0f172a1f;--action-bg:#0f172a0f;--action-border:#0f172a1f;--action-text:#0f172ad9;--action-shadow:0 10px 22px #0f172a1a;--action-hover-bg:#0f172a1f;--action-active-bg:linear-gradient(135deg, #14b8a6, #2563eb);--action-active-text:#f8fafc;--action-active-shadow:0 10px 24px #14b8a659;--action-count-bg:#0f172a14;--action-count-text:#0f172abf;--radius-lg:18px;--radius:12px;--radius-sm:8px;--font-head:"Space Grotesk", sans-serif;--font-body:"Sora", sans-serif;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}:root[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f8f7f2;--surface:#fff;--text:#0f172a;--muted:#556276;--brand:#0ea5a4;--brand-600:#0f766e;--accent:#f59e0b;--danger:#e74c3c;--danger-700:#c0392b;--line:#0f172a1f;--shadow:0 16px 40px #0f172a1f;--action-bg:#0f172a0f;--action-border:#0f172a1f;--action-text:#0f172ad9;--action-shadow:0 10px 22px #0f172a1a;--action-hover-bg:#0f172a1f;--action-active-bg:linear-gradient(135deg, #14b8a6, #2563eb);--action-active-text:#f8fafc;--action-active-shadow:0 10px 24px #14b8a659;--action-count-bg:#0f172a14;--action-count-text:#0f172abf}@media (prefers-color-scheme:dark){:root:not([data-theme]){--bg:#0b1018;--surface:#111827;--text:#e5e7eb;--muted:#9aa3b2;--brand:#20c6b7;--brand-600:#12a59a;--accent:#fbbf24;--line:#ffffff14;--shadow:0 18px 45px #00000073;--action-bg:#0f172a8c;--action-border:#94a3b840;--action-text:#e2e8f0e6;--action-shadow:0 12px 26px #00000059;--action-hover-bg:#1e293bbf;--action-active-bg:linear-gradient(135deg, #14b8a6, #2563eb);--action-active-text:#f8fafc;--action-active-shadow:0 12px 28px #14b8a666;--action-count-bg:#ffffff24;--action-count-text:#e2e8f0f2}}:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#0b1018;--surface:#111827;--text:#e5e7eb;--muted:#9aa3b2;--brand:#20c6b7;--brand-600:#12a59a;--accent:#fbbf24;--line:#ffffff14;--shadow:0 18px 45px #00000073;--action-bg:#0f172a8c;--action-border:#94a3b840;--action-text:#e2e8f0e6;--action-shadow:0 12px 26px #00000059;--action-hover-bg:#1e293bbf;--action-active-bg:linear-gradient(135deg, #14b8a6, #2563eb);--action-active-text:#f8fafc;--action-active-shadow:0 12px 28px #14b8a666;--action-count-bg:#ffffff24;--action-count-text:#e2e8f0f2}*{box-sizing:border-box}html,body{background:var(--bg);color:var(--text);font-family:var(--font-body);margin:0;padding:0}body{background-image:radial-gradient(1200px 400px at 10% -10%,#0ea5a433,#0000),radial-gradient(900px 420px at 85% -5%,#f59e0b2e,#0000)}img,picture,video,canvas,svg{max-width:100%;height:auto}body{overflow-x:hidden}@keyframes rise{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}a{color:inherit;text-decoration:none}a:hover{color:var(--brand)}.container{max-width:1140px;margin:0 auto;padding:0 20px}.muted{color:var(--muted)}.badge{letter-spacing:.08em;text-transform:uppercase;color:var(--brand-600);background:#0ea5a426;border-radius:999px;align-items:center;padding:4px 10px;font-size:11px;display:inline-flex}.badge-featured{color:#b45309;background:#f59e0b2e}.page-container{max-width:1140px;margin:32px auto;padding:0 20px}.btn-primary{background:var(--brand);color:#fff;border-radius:var(--radius);border:1px solid var(--line);cursor:pointer;text-align:center;justify-content:center;align-items:center;gap:8px;padding:10px 16px;transition:background .2s;display:inline-flex}.btn-primary:hover{background:var(--brand-600)}.btn-primary:focus-visible{outline:2px solid var(--brand);outline-offset:2px}.btn-secondary{color:var(--brand);border-radius:var(--radius);border:1px solid var(--brand);cursor:pointer;background:0 0;align-items:center;gap:8px;padding:10px 16px;display:inline-flex}.btn-secondary:hover{background:#0ea5a414}.btn-secondary:focus-visible{outline:2px solid var(--brand);outline-offset:2px}.btn-ghost{background:var(--surface);color:var(--text);border-radius:var(--radius);border:1px solid var(--line);cursor:pointer;align-items:center;gap:8px;padding:8px 14px;display:inline-flex}.error-message{color:var(--danger);margin:8px 0}.status-message{color:var(--muted);margin:8px 0;font-size:14px}.status-message.status-success{color:#15803d}.status-message.status-fail{color:#b45309}.auth-container{place-items:center;min-height:calc(100vh - 64px);padding:24px;display:grid}.auth-box{background:var(--surface);width:100%;max-width:440px;box-shadow:var(--shadow);border-radius:var(--radius-lg);padding:28px;animation:.5s both rise}.auth-box h2{font-size:26px;font-family:var(--font-head);margin:0 0 12px}.auth-form{gap:12px;display:grid}.auth-form label{gap:6px;min-width:0;font-size:14px;display:grid}.auth-form .form-action-center{justify-self:center}.auth-form input,.auth-form select,.auth-form textarea{border:1px solid var(--line);background:var(--surface);color:var(--text);border-radius:var(--radius);font-family:var(--font-body);width:100%;min-width:0;max-width:100%;padding:2px 4px;display:block}.auth-form input,.auth-form textarea{appearance:none;box-shadow:none}.auth-form select{width:100%;max-width:100%}.password-field{grid-template-columns:1fr auto;align-items:center;gap:8px;display:grid}.auth-form textarea{resize:vertical;min-height:120px}.auth-form input:focus,.auth-form select:focus,.auth-form textarea:focus{outline:2px solid var(--brand);outline-offset:2px}.auth-alt{justify-content:center;gap:8px;margin-top:12px;display:flex}.auth-meta{opacity:.9;text-align:center;margin-top:12px;font-size:14px}.auth-alt a,.auth-meta a,.highlight-link{color:var(--brand);font-weight:600}.form-card{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:var(--radius-lg);max-width:680px;margin:0 auto;padding:28px}.form-card h2{font-family:var(--font-head);margin:8px 0}.form-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));align-items:start;gap:12px;display:grid}.form-grid+.form-grid{margin-top:16px}.form-card label{gap:6px;min-width:0;font-size:14px;display:grid}.form-card input,.form-card textarea,.form-card select{border:1px solid var(--line);background:var(--surface);color:var(--text);border-radius:var(--radius);font-family:var(--font-body);width:100%;min-width:0;max-width:100%;padding:2px 4px;display:block}.form-card input,.form-card textarea{appearance:none;box-shadow:none}.form-card select{width:100%;max-width:100%}.form-card input[type=file]{background:var(--surface);cursor:pointer;border-style:dashed;padding:8px}.form-card input[type=file]::file-selector-button{border:1px solid var(--line);background:var(--surface);color:var(--text);font-family:var(--font-body);border-radius:999px;margin-right:10px;padding:6px 12px}.form-card textarea{resize:vertical;min-height:120px}.form-card input:focus,.form-card textarea:focus,.form-card select:focus{outline:2px solid var(--brand);outline-offset:2px}.profile-page{max-width:1260px;margin-top:28px}.profile-grid{grid-template-columns:repeat(12,minmax(0,1fr));grid-auto-flow:dense;align-items:start;gap:18px;display:grid}.profile-page .profile-card{background:radial-gradient(120% 120% at 100% 0%, color-mix(in oklab, var(--brand) 12%, transparent), transparent 48%), linear-gradient(180deg, color-mix(in oklab, var(--surface) 92%, #fff 8%), var(--surface));border:1px solid color-mix(in oklab, var(--line) 84%, transparent);border-radius:20px;grid-column:span 4;align-self:start;padding:20px;position:relative;overflow:hidden;box-shadow:0 20px 44px #0a101e24}.profile-page .profile-card:after{content:"";border-radius:inherit;pointer-events:none;border:1px solid #ffffff61;position:absolute;inset:0}.profile-page .profile-card:hover{border-color:color-mix(in oklab, var(--brand) 36%, var(--line));box-shadow:0 24px 50px #0a101e2e}.profile-card-primary{grid-column:span 8}.profile-edit{grid-column:1/-1}.profile-page .profile-card h1,.profile-page .profile-card h2{font-family:var(--font-head);letter-spacing:-.02em;margin:0 0 12px}.profile-card-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.profile-card-head h1,.profile-card-head h2{margin:0}.profile-card-head-actions{align-items:center;gap:8px;display:inline-flex}.profile-card-toggle{border:1px solid color-mix(in oklab, var(--line) 82%, transparent);background:color-mix(in oklab, var(--surface) 90%, #fff 10%);width:32px;height:32px;color:var(--muted);cursor:pointer;border-radius:999px;justify-content:center;align-items:center;transition:transform .2s,border-color .2s,background .2s,color .2s;display:inline-flex}.profile-card-toggle svg{width:16px;height:16px;transition:transform .2s}.profile-card-toggle.open svg{transform:rotate(180deg)}.profile-card-toggle:hover{color:color-mix(in oklab, var(--brand-600) 80%, var(--text));border-color:color-mix(in oklab, var(--brand) 42%, var(--line));background:color-mix(in oklab, var(--surface) 78%, #13b9a3 22%)}.profile-card.collapsed{padding-top:16px;padding-bottom:16px}.profile-card.collapsed .profile-card-head{margin-bottom:0}.profile-card-badge{border:1px solid color-mix(in oklab, var(--brand) 48%, var(--line));background:color-mix(in oklab, var(--brand) 14%, transparent);color:color-mix(in oklab, var(--brand-600) 82%, var(--text));letter-spacing:.08em;text-transform:uppercase;border-radius:999px;justify-content:center;align-items:center;padding:6px 12px;font-size:11px;font-weight:700;display:inline-flex}.profile-hero{border:1px solid color-mix(in oklab, var(--line) 80%, transparent);background:radial-gradient(120% 120% at 100% 0%, color-mix(in oklab, var(--accent) 10%, transparent), transparent 52%), color-mix(in oklab, var(--surface) 86%, #fff 14%);border-radius:16px;grid-template-columns:auto 1fr;align-items:center;gap:16px;margin-bottom:14px;padding:14px;display:grid}.profile-avatar-wrap-lg .profile-avatar,.profile-avatar-wrap-lg .profile-avatar-fallback{border-radius:20px;width:84px;height:84px}.profile-avatar-fallback{border:1px solid color-mix(in oklab, var(--line) 82%, transparent);background:linear-gradient(140deg, color-mix(in oklab, var(--brand) 34%, transparent), color-mix(in oklab, var(--accent) 24%, transparent));color:var(--text);justify-content:center;align-items:center;font-size:1.28rem;font-weight:700;display:inline-flex}.profile-hero-copy h2{margin:0;font-size:clamp(1.15rem,2.1vw,1.5rem)}.profile-hero-copy p{color:var(--muted);margin:4px 0 0;font-size:.9rem;line-height:1.45}.profile-hero-copy{min-width:0}.profile-hero-meta{flex-wrap:wrap;gap:8px;margin-top:10px;display:flex}.profile-chip{letter-spacing:.05em;text-transform:uppercase;color:color-mix(in oklab, var(--text) 82%, var(--brand));border:1px solid color-mix(in oklab, var(--line) 84%, transparent);background:color-mix(in oklab, var(--surface) 80%, #13b9a3 20%);border-radius:999px;justify-content:center;align-items:center;padding:5px 10px;font-size:11px;font-weight:700;display:inline-flex}.profile-list{gap:10px;display:grid}.profile-content-tabs{flex-wrap:wrap;gap:8px;margin-bottom:12px;display:flex}.profile-content-tab{border:1px solid color-mix(in oklab, var(--line) 84%, transparent);background:color-mix(in oklab, var(--surface) 90%, #fff 10%);color:var(--text);letter-spacing:.06em;text-transform:uppercase;cursor:pointer;border-radius:999px;align-items:center;gap:7px;padding:7px 12px;font-size:12px;font-weight:700;transition:border-color .2s,background .2s,color .2s;display:inline-flex}.profile-content-tab:hover{border-color:color-mix(in oklab, var(--brand) 40%, var(--line))}.profile-content-tab.active{border-color:color-mix(in oklab, var(--brand) 48%, var(--line));background:color-mix(in oklab, var(--brand) 18%, var(--surface));color:color-mix(in oklab, var(--brand-600) 84%, var(--text))}.profile-tab-count{background:color-mix(in oklab, var(--surface) 80%, #13b9a3 20%);border:1px solid color-mix(in oklab, var(--line) 82%, transparent);letter-spacing:normal;text-transform:none;border-radius:999px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 6px;font-size:11px;display:inline-flex}.profile-tab-panel{gap:10px;display:grid}.profile-posts-grid{gap:16px;display:grid}.profile-posts-grid .feed-card.feed-post{background:color-mix(in oklab, var(--surface) 94%, #fff 6%);border:1px solid color-mix(in oklab, var(--line) 86%, transparent);box-shadow:var(--shadow);border-radius:16px;padding:14px}.profile-posts-grid .feed-post-header{margin-bottom:12px}.profile-posts-grid .feed-body{gap:12px}.profile-posts-grid .feed-post-copy{width:100%}.profile-posts-grid .feed-media-shell{border-radius:14px}.profile-posts-grid .feed-media-slide{min-height:220px}.profile-posts-grid .feed-media,.profile-posts-grid .feed-media-video{object-fit:cover;width:100%;max-height:480px}.profile-posts-grid .feed-actions{flex-wrap:wrap;justify-content:flex-start}.profile-overview-grid{gap:10px;display:grid}.profile-overview-card{border:1px solid color-mix(in oklab, var(--line) 84%, transparent);background:color-mix(in oklab, var(--surface) 90%, #fff 10%);border-radius:14px;gap:10px;padding:12px 14px;display:grid}.profile-overview-title{letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin:0;font-size:12px;font-weight:700}.profile-overview-rows{gap:8px;display:grid}.profile-overview-row{justify-content:space-between;align-items:flex-start;gap:12px;font-size:13px;display:flex}.profile-overview-row span{color:var(--muted)}.profile-overview-row strong{color:var(--text);text-align:right;font-weight:600}.profile-overview-text{color:var(--text);margin:0;font-size:14px;line-height:1.5}.profile-item{border:1px solid color-mix(in oklab, var(--line) 84%, transparent);background:color-mix(in oklab, var(--surface) 90%, #fff 10%);border-radius:14px;padding:12px 14px}.profile-label{color:var(--muted);text-transform:uppercase;letter-spacing:.12em;font-size:11px;font-weight:700}.profile-value{word-break:break-word;margin-top:5px;font-size:14px;line-height:1.5}.profile-contact{gap:6px;display:grid}.profile-inline-link{color:color-mix(in oklab, var(--brand-600) 78%, var(--text));font-weight:700}.profile-links{grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:8px;margin-top:8px;display:grid}.profile-link{border:1px solid color-mix(in oklab, var(--line) 82%, transparent);background:color-mix(in oklab, var(--surface) 90%, #fff 10%);color:var(--text);border-radius:14px;flex-direction:column;gap:3px;padding:10px 12px;text-decoration:none;transition:border-color .2s,box-shadow .2s,transform .2s;display:flex}.profile-link:hover{border-color:color-mix(in oklab, var(--brand) 46%, var(--line));transform:translateY(-1px);box-shadow:0 14px 26px #0a101e1f}.profile-link-label{text-transform:uppercase;letter-spacing:.08em;opacity:.7;font-size:11px}.profile-link-meta{word-break:break-word;font-size:14px;font-weight:600}.profile-avatar-wrap{justify-content:flex-start;display:flex}.profile-avatar{object-fit:cover;border:1px solid color-mix(in oklab, var(--line) 84%, transparent);background:#0f172a14;border-radius:18px;width:72px;height:72px}.tag{color:var(--brand-600);background:#0ea5a429;border-radius:999px;align-items:center;padding:4px 10px;font-size:12px;display:inline-flex}.setting-row{border-bottom:1px solid color-mix(in oklab, var(--line) 86%, transparent);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:12px 0;display:flex}.setting-row:last-child{border-bottom:none}.profile-actions{flex-wrap:wrap;align-items:center;gap:10px;margin:10px 0 14px;display:flex}.profile-actions-menu{margin-left:auto;position:relative}.profile-actions-menu-trigger{justify-content:center;align-items:center;width:42px;min-width:42px;height:42px;padding:0;display:inline-flex}.profile-actions-menu-trigger svg{width:18px;height:18px}.profile-actions-dropdown{border:1px solid color-mix(in oklab, var(--line) 80%, transparent);background:color-mix(in oklab, var(--surface) 96%, #fff 4%);z-index:20;border-radius:12px;gap:4px;min-width:180px;padding:8px;display:grid;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 16px 32px #090f1f33}.profile-actions-menu-item{border:1px solid color-mix(in oklab, var(--line) 82%, transparent);background:color-mix(in oklab, var(--surface) 94%, #fff 6%);color:var(--text);text-align:left;cursor:pointer;border-radius:10px;min-height:38px;padding:8px 10px;font-size:.86rem;font-weight:600}.profile-actions-menu-item:hover:not(:disabled){border-color:color-mix(in oklab, var(--brand) 42%, var(--line))}.profile-actions-menu-item.danger{color:color-mix(in oklab, var(--danger) 78%, var(--text) 22%)}.profile-actions-menu-item:disabled{opacity:.55;cursor:not-allowed}.profile-activity{grid-column:span 4}.profile-activity-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.profile-activity-grid h3{margin:0 0 10px;font-size:15px}.profile-activity-list{gap:10px;display:grid}.profile-activity-item{border:1px solid color-mix(in oklab, var(--line) 82%, transparent);background:color-mix(in oklab, var(--surface) 90%, #fff 10%);color:var(--text);border-radius:12px;gap:4px;padding:11px 12px;text-decoration:none;transition:transform .2s,box-shadow .2s,border-color .2s;display:grid}.profile-activity-item strong{font-size:14px}.profile-activity-item span{opacity:.8;font-size:12px}.profile-activity-item:hover{border-color:color-mix(in oklab, var(--brand) 44%, var(--line));transform:translateY(-1px);box-shadow:0 12px 26px #0a101e1f}.profile-connect-item{grid-template-columns:auto 1fr;align-items:center;gap:12px}.profile-connect-avatar{border:1px solid color-mix(in oklab, var(--line) 82%, transparent);background:color-mix(in oklab, var(--surface) 82%, #13b9a3 18%);width:42px;height:42px;color:color-mix(in oklab, var(--brand-600) 82%, var(--text));border-radius:12px;justify-content:center;align-items:center;font-size:.88rem;font-weight:700;display:inline-flex;overflow:hidden}.profile-connect-avatar img{object-fit:cover;width:100%;height:100%}.profile-connect-meta{gap:3px;display:grid}.profile-connect-meta strong{font-size:14px}.profile-connect-meta span{color:var(--muted);font-size:12px}.report-label{gap:6px;margin-bottom:10px;font-size:14px;display:grid}.report-label textarea{border:1px solid color-mix(in oklab, var(--line) 82%, transparent);border-radius:var(--radius);background:var(--surface);min-height:90px;color:var(--text);padding:10px 12px}.btn-logout{background:var(--danger);color:#fff;border:1px solid var(--line);border-radius:var(--radius);cursor:pointer;padding:8px 16px}.btn-logout:hover{background:var(--danger-700)}.btn-danger{background:var(--danger);color:#fff;border:1px solid var(--line);border-radius:var(--radius);cursor:pointer;padding:8px 16px}.btn-danger:hover{background:var(--danger-700)}.btn-danger:disabled{opacity:.65;cursor:not-allowed}.danger-zone{border-color:#e74c3c57}.danger-actions{gap:12px;display:grid}.danger-actions label{gap:6px;font-size:14px;display:grid}.danger-actions input{border:1px solid color-mix(in oklab, var(--line) 82%, transparent);background:var(--surface);color:var(--text);border-radius:var(--radius);font-family:var(--font-body);padding:10px 12px}@media (max-width:1200px){.profile-card-primary{grid-column:span 7}.profile-activity,.profile-page .profile-card{grid-column:span 5}.profile-edit{grid-column:1/-1}}@media (max-width:980px){.profile-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-page .profile-card,.profile-card-primary,.profile-activity{grid-column:span 1}.profile-edit{grid-column:1/-1}}@media (max-width:760px){.profile-page{margin-top:20px}.profile-grid{grid-template-columns:1fr;gap:14px}.profile-page .profile-card,.profile-card-primary,.profile-activity,.profile-edit{grid-column:1/-1}.profile-page .profile-card{border-radius:16px;padding:16px}.profile-hero{text-align:left;grid-template-columns:1fr}.profile-avatar-wrap.profile-avatar-wrap-lg .profile-avatar,.profile-avatar-wrap.profile-avatar-wrap-lg .profile-avatar-fallback{width:72px;height:72px}}.messages-page{margin-top:32px}.messages-grid{grid-template-columns:minmax(240px,320px) minmax(0,1fr);gap:16px;display:grid}.panel-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.conversation-list{gap:10px;display:grid}.conversation-item{border-radius:var(--radius);background:var(--surface);cursor:pointer;text-align:left;border:1px solid #0000;grid-template-columns:44px 1fr;align-items:center;gap:12px;padding:12px;display:grid}.conversation-item:hover{border-color:var(--line)}.conversation-item.active{background:#0ea5a414;border-color:#0ea5a466}.conversation-avatar{width:44px;height:44px;color:var(--brand-600);background:#0ea5a429;border-radius:14px;place-items:center;font-weight:700;display:grid;overflow:hidden}.conversation-avatar img{object-fit:contain;flex:1;width:100%;height:100%}.conversation-body{gap:4px;display:grid}.conversation-row{justify-content:space-between;align-items:baseline;gap:8px;display:flex}.conversation-meta{align-items:center;gap:8px;display:inline-flex}.conversation-preview{color:var(--muted);font-size:13px}.unread-badge{background:var(--brand);color:#fff;border-radius:999px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 6px;font-size:11px;display:inline-flex}.panel-actions{flex-wrap:wrap;gap:8px;display:inline-flex}.report-box{border:1px solid var(--line);border-radius:var(--radius);background:#0f172a05;gap:10px;margin-bottom:12px;padding:12px;display:grid}.report-box label{gap:6px;font-size:14px;display:grid}.report-box textarea{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);min-height:90px;color:var(--text);padding:2px 4px}.message-thread{gap:12px;display:grid}.message-list{place-items:start;gap:12px;height:auto;min-height:320px;max-height:520px;padding-right:6px;display:grid;overflow-y:auto}.message-bubble{overflow-wrap:anywhere;word-break:break-word;border-radius:14px;gap:6px;width:fit-content;min-width:0;max-width:min(70%,520px);padding:2px 4px;font-size:14px;display:grid}.message-bubble p{white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word;margin:0}.message-bubble.sent{background:var(--brand);color:#fff;justify-self:end;margin-left:auto}.message-bubble.received{border:1px solid var(--line);color:var(--text);background:#0f172a0f}.message-time{opacity:.75;font-size:11px}.message-input{align-items:center;gap:10px;display:flex}.message-input input{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);color:var(--text);flex:1;padding:2px 4px}.notifications-page{margin-top:32px}.notification-list{gap:10px;display:grid}.notification-item{border-radius:var(--radius);border:1px solid var(--line);background:var(--surface);cursor:pointer;text-align:left;justify-content:space-between;align-items:center;gap:12px;padding:12px;display:flex}.notification-item.unread{background:#0ea5a414;border-color:#0ea5a466}.notification-body{gap:4px;display:grid}.notification-body p{color:var(--muted);margin:0;font-size:13px}.moderation-page{margin-top:32px}.moderation-list{gap:14px;display:grid}.moderation-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);gap:10px;padding:16px;display:grid}.moderation-meta{justify-content:space-between;align-items:center;gap:12px;display:flex}.moderation-reason{margin:0}.moderation-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;display:grid}.moderation-actions{flex-wrap:wrap;gap:10px;display:flex}.jobs-page{min-height:100vh}.jobs-hero{padding:64px 0 40px;animation:.6s both rise}.jobs-hero .container{max-width:1140px;margin:0 auto;padding:0 20px}.eyebrow{letter-spacing:.2em;text-transform:uppercase;color:var(--muted);font-size:12px}.jobs-hero h1{font-size:clamp(32px,4vw,54px);font-family:var(--font-head);margin:12px 0 10px}.jobs-hero p{max-width:620px;color:var(--muted)}.filter-card{box-shadow:var(--shadow);border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(#fffffff5,#ffffffe6);border:1px solid #0ea5a41f;grid-template-columns:2fr 2fr 1.4fr auto;align-items:center;gap:12px;margin-top:22px;padding:18px;display:grid}:root[data-theme=dark] .filter-card{background:linear-gradient(#111827f5,#111827db);border-color:#ffffff14}@media (prefers-color-scheme:dark){:root:not([data-theme]) .filter-card{background:linear-gradient(#111827f5,#111827db);border-color:#ffffff14}}.filter-card input,.filter-card select{border:1px solid var(--line);width:100%;color:var(--text);border-radius:var(--radius);background:#0f172a05;padding:12px 14px;font-size:14px;transition:border .2s,box-shadow .2s,background .2s}:root[data-theme=dark] .filter-card input,:root[data-theme=dark] .filter-card select{background:#0f172a40}@media (prefers-color-scheme:dark){:root:not([data-theme]) .filter-card input,:root:not([data-theme]) .filter-card select{background:#0f172a59}}.filter-card input:focus,.filter-card select:focus{border-color:var(--brand);background:var(--surface);outline:none;box-shadow:0 0 0 3px #0ea5a42e}.auth-form select,.auth-form select option,.filter-card select option{background:var(--surface);color:var(--text)}.results-head{justify-content:space-between;align-items:baseline;margin:22px 0 12px;display:flex}.results-actions{flex-wrap:wrap;align-items:center;gap:10px;display:inline-flex}.suggestions-reasons{flex-wrap:wrap;gap:8px;margin-top:6px;display:flex}.suggestion-chip{letter-spacing:.04em;text-transform:uppercase;color:var(--brand-600);background:#0ea5a41f;border-radius:999px;align-items:center;padding:4px 10px;font-size:11px;display:inline-flex}.results-head h2{font-family:var(--font-head);margin:0}.jobs-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));align-items:stretch;gap:20px;display:grid}.job-card{box-shadow:var(--shadow);border-radius:calc(var(--radius-lg) + 2px);background:linear-gradient(#fffffffa,#ffffffeb);border:1px solid #0f172a14;gap:10px;padding:20px;transition:transform .2s,box-shadow .2s,border-color .2s;animation:.45s both rise;display:grid;position:relative;overflow:hidden}:root[data-theme=dark] .job-card{background:linear-gradient(#111827f5,#111827db);border-color:#ffffff14}@media (prefers-color-scheme:dark){:root:not([data-theme]) .job-card{background:linear-gradient(#111827f5,#111827db);border-color:#ffffff14}}.job-card:hover{border-color:#0ea5a466;transform:translateY(-4px);box-shadow:0 26px 60px #0f172a33}.job-card:nth-child(2){animation-delay:40ms}.job-card:nth-child(3){animation-delay:80ms}.job-card:nth-child(4){animation-delay:.12s}.job-card:nth-child(5){animation-delay:.16s}.job-card:nth-child(6){animation-delay:.2s}.job-title{font-family:var(--font-head);margin:0;font-size:19px;font-weight:600}.job-meta{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;flex-wrap:wrap;gap:8px;font-size:12px;display:flex}.pill{color:var(--brand-600);letter-spacing:.03em;background:#0ea5a424;border-radius:999px;padding:4px 10px;font-size:11px}.job-desc{color:var(--muted);margin:0;font-size:14px}.job-actions{justify-content:space-between;align-items:center;gap:12px;display:flex}.job-actions a,.job-actions .job-link{color:#fff;background:var(--brand);border-radius:999px;align-items:center;gap:6px;padding:8px 14px;font-weight:600;transition:transform .2s,box-shadow .2s,background .2s;display:inline-flex;box-shadow:0 12px 24px #02848440}.job-actions a:hover,.job-actions .job-link:hover{background:var(--brand-600);transform:translateY(-1px);box-shadow:0 16px 30px #02848447}.empty-state{border:1px dashed var(--line);border-radius:var(--radius-lg);background:#0ea5a40f;margin:24px 0;padding:24px}.loading{color:var(--muted)}.pagination{justify-content:center;gap:8px;padding:16px 0;display:flex}.job-card-top{align-items:center;gap:14px;display:flex}.job-logo{color:#fff;border-radius:14px;place-items:center;width:48px;height:48px;font-size:14px;font-weight:700;display:grid;overflow:hidden;box-shadow:0 10px 24px #0f172a33}.job-logo img{object-fit:contain;flex:1;width:100%;height:100%}.job-card-head{flex:1;gap:6px;display:grid}.job-card-actions{align-items:center;gap:6px;margin-left:auto;display:inline-flex}.job-share-button{border:1px solid var(--line);background:var(--surface);color:var(--muted);cursor:pointer;border-radius:999px;justify-content:center;align-items:center;width:32px;height:32px;padding:6px;transition:border .2s,color .2s,background .2s;display:inline-flex}.job-share-button svg{width:16px;height:16px;display:block}.job-share-button:hover{border-color:var(--brand);color:var(--brand-600);background:#0ea5a414}.job-save-button{border:1px solid var(--line);background:var(--surface);color:var(--muted);cursor:pointer;border-radius:999px;align-items:center;gap:6px;padding:4px 10px;font-size:12px;transition:border .2s,color .2s,background .2s;display:inline-flex}.job-save-button svg{width:16px;height:16px;display:block}.job-save-button.saved{border-color:var(--brand);color:var(--brand-600);background:#0ea5a41f}.job-save-button:disabled{opacity:.5;cursor:not-allowed}.job-title-row{justify-content:space-between;align-items:center;gap:10px;display:flex}.job-title-row .badge{flex-shrink:0}.dot{opacity:.6}.job-tags{flex-wrap:wrap;gap:8px;display:flex}.job-actions .muted{text-transform:uppercase;letter-spacing:.14em;opacity:.7;font-size:11px}.applications-header{justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px;display:flex}.applications-header h1{font-family:var(--font-head);margin:0 0 6px}.applications-grid{gap:16px;display:grid}.application-card{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:var(--radius-lg);gap:10px;padding:18px;display:grid}.application-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.application-head h3{font-family:var(--font-head);margin:0 0 6px}.application-meta{color:var(--muted);flex-wrap:wrap;gap:8px;font-size:13px;display:flex}.status-pill{text-transform:capitalize;border-radius:999px;padding:6px 12px;font-size:12px;font-weight:600}.status-pending{color:#b45309;background:#f59e0b24}.status-reviewed{color:var(--brand-600);background:#0ea5a41f}.status-accepted{color:#15803d;background:#22c55e29}.status-rejected{color:var(--danger-700);background:#e74c3c29}.application-actions{justify-content:flex-end;gap:12px;display:flex}.application-actions a{color:var(--brand);font-weight:600}.application-actions select{border:1px solid var(--line);background:var(--surface);color:var(--text);border-radius:var(--radius);font-family:var(--font-body);padding:7px 12px}.contact-row{color:var(--muted);flex-wrap:wrap;gap:12px;font-size:13px;display:flex}.contact-row a{color:var(--brand);font-weight:600}.status-open{color:#15803d;background:#22c55e29}.status-closed{color:#374151;background:#6b728029}.status-hidden{color:#475569;background:#94a3b833}.dashboard-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:18px;margin-bottom:20px;display:flex}.dashboard-head h1{font-family:var(--font-head);margin:6px 0 8px}.dashboard-stats{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px;margin-bottom:24px;display:grid}.stat-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow);gap:8px;padding:18px;display:grid}.stat-value{font-size:26px;font-weight:700;font-family:var(--font-head)}.dashboard-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:18px;display:grid}.dashboard-section-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.dashboard-section-head h2{font-family:var(--font-head);margin:0;font-size:20px}.dashboard-list{gap:12px;display:grid}.dashboard-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.dashboard-title{font-weight:600}.dashboard-meta{justify-items:end;gap:6px;display:grid}.dashboard-actions{align-items:center;gap:10px;margin-top:6px;display:flex}.talent-page{gap:18px;display:grid}.talent-hero{border-radius:var(--radius-lg);border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow);padding:28px;position:relative;overflow:hidden}.talent-hero:before{content:"";opacity:.85;background:radial-gradient(circle,#0ea5a452,#0ea5a400);height:220px;position:absolute;inset:-80px 45% auto -80px}.talent-hero:after{content:"";pointer-events:none;background:linear-gradient(120deg,#0ea5a41f,#0000 55%);position:absolute;inset:0}.talent-hero-content{z-index:1;gap:10px;max-width:720px;display:grid;position:relative}.talent-hero h1{font-family:var(--font-head);margin:8px 0 6px;font-size:clamp(30px,3.2vw,44px)}.talent-hero .muted{font-size:15px}.talent-hero-meta{flex-wrap:wrap;gap:10px;display:flex}.talent-hero-chip{border:1px solid var(--line);letter-spacing:.12em;text-transform:uppercase;color:var(--muted);background:#0ea5a414;border-radius:999px;padding:7px 12px;font-size:11px}:root[data-theme=dark] .talent-hero-chip{background:#0ea5a429}@media (prefers-color-scheme:dark){:root:not([data-theme]) .talent-hero-chip{background:#0ea5a429}}.talent-filters{grid-template-columns:1.6fr 1.1fr 1.2fr 1fr .8fr .8fr auto;align-items:end;margin-top:0}.talent-filters .filter-field{gap:6px;display:grid}.talent-filters .filter-label{letter-spacing:.12em;text-transform:uppercase;color:var(--muted);font-size:11px}.talent-search-button{white-space:nowrap;height:44px;padding:0 20px}@media (max-width:1024px){.talent-filters{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.talent-search-button{grid-column:1/-1}}.talent-grid{grid-template-columns:repeat(auto-fit,minmax(295px,1fr));gap:20px;margin-top:6px;display:grid}.talent-card{background:radial-gradient(120% 120% at 100% 0%, color-mix(in oklab, var(--accent) 14%, transparent), transparent 54%), linear-gradient(180deg, #fffffff5, #ffffffe6);border:1px solid var(--line);border-radius:var(--radius-lg);gap:14px;padding:20px;transition:transform .2s,box-shadow .2s,border-color .2s;display:grid;position:relative;overflow:hidden;box-shadow:0 20px 42px #0f172a24}.talent-card:after{content:"";border-radius:inherit;pointer-events:none;border:1px solid #ffffff5c;position:absolute;inset:0}:root[data-theme=dark] .talent-card{background:radial-gradient(120% 120% at 100% 0%, color-mix(in oklab, var(--accent) 18%, transparent), transparent 56%), linear-gradient(180deg, #111827f0, #111827e0)}@media (prefers-color-scheme:dark){:root:not([data-theme]) .talent-card{background:radial-gradient(120% 120% at 100% 0%, color-mix(in oklab, var(--accent) 18%, transparent), transparent 56%), linear-gradient(180deg, #111827f0, #111827e0)}}.talent-card:hover{border-color:color-mix(in oklab, var(--accent) 44%, var(--line));transform:translateY(-3px);box-shadow:0 24px 46px #0f172a33}.talent-card-head{align-items:flex-start;gap:15px;display:flex}.talent-card-head-body{flex-direction:column;flex:1;gap:6px;min-width:0;display:flex}.talent-card-title{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.talent-card-title h3{font-family:var(--font-head);margin:0;font-size:18px}.talent-card-subtitle{color:var(--muted);margin:0;font-size:14px}.talent-status{letter-spacing:.08em;text-transform:uppercase;background:color-mix(in oklab, var(--surface) 72%, #13b9a3 28%);color:var(--brand-600);border:1px solid #0ea5a44d;border-radius:999px;padding:5px 10px;font-size:10px;font-weight:700}.talent-status.status-immediate{background:color-mix(in oklab, var(--surface) 72%, #22c55e 28%);color:#15803d;border-color:#22c55e66}.talent-status.status-soon{background:color-mix(in oklab, var(--surface) 72%, #f97316 28%);color:#c2410c;border-color:#f9731666}.talent-status.status-later{background:color-mix(in oklab, var(--surface) 72%, #3b82f6 28%);color:#1d4ed8;border-color:#3b82f666}.talent-save-button{border:1px solid var(--line);background:color-mix(in oklab, var(--surface) 90%, #fff 10%);color:var(--muted);cursor:pointer;border-radius:999px;align-items:center;gap:6px;padding:5px 10px;font-size:12px;font-weight:700;transition:border .2s,background .2s,color .2s;display:inline-flex}.talent-save-button svg{width:16px;height:16px;display:block}.talent-save-button.saved{background:color-mix(in oklab, var(--surface) 70%, #13b9a3 30%);border-color:color-mix(in oklab, var(--accent) 44%, var(--line));color:var(--brand-600)}.talent-save-button:disabled{opacity:.5;cursor:not-allowed}.talent-avatar{background:color-mix(in oklab, var(--surface) 78%, #13b9a3 22%);width:70px;height:70px;color:var(--brand-600);border:1px solid #0ea5a447;border-radius:20px;place-items:center;font-weight:750;display:grid;overflow:hidden;box-shadow:0 12px 26px #0f172a2e}.talent-avatar img{object-fit:cover;width:100%;height:100%}.talent-meta{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;flex-wrap:wrap;align-items:center;gap:8px;font-size:11px;font-weight:650;display:flex}.talent-summary{-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;margin:0;font-size:14px;line-height:1.55;display:-webkit-box;overflow:hidden}.talent-actions{justify-content:flex-end;align-items:center;gap:12px;display:flex}.talent-view{border-color:color-mix(in oklab, var(--accent) 46%, var(--line));color:color-mix(in oklab, var(--brand-600) 88%, var(--text));font-weight:700}.checkbox-row{align-items:center;gap:10px;font-size:14px;display:flex}.checkbox-row input{width:16px;height:16px}.profile-photo{object-fit:contain;border:1px solid var(--line);background:#0f172a14;border-radius:16px;width:84px;height:84px;margin-top:10px}.logo-preview{object-fit:contain;border:1px solid var(--line);background:#0f172a14;border-radius:16px;width:72px;height:72px}.logo-preview-wrap{width:72px;height:72px;position:relative}.logo-preview-wrap .logo-preview{width:100%;height:100%}.logo-remove{border:1px solid var(--line);color:#fff;background:#0f172acc;width:28px;height:28px;font-size:14px;position:absolute;top:-8px;right:-8px}.profile-photo-row{flex-wrap:wrap;align-items:center;gap:12px;margin-top:10px;display:flex}.upload-hint{color:var(--muted);margin-top:6px;font-size:13px;display:inline-flex}.icon-button{z-index:2;border:1px solid var(--line);width:32px;height:32px;color:var(--text);cursor:pointer;background:#0f172a0f;border-radius:999px;justify-content:center;align-items:center;font-size:18px;line-height:1;display:inline-flex;position:absolute;top:10px;right:10px}.icon-button:hover{background:#0f172a1f}.error-page{padding-top:40px;padding-bottom:60px}.error-card{text-align:center;max-width:520px;margin:0 auto}.error-actions{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:18px;display:flex}.skeleton-card{position:relative;overflow:hidden}.skeleton{background:linear-gradient(90deg,#0f172a14 0%,#0f172a29 40%,#0f172a14 80%) 0 0/200% 100%;border-radius:999px;animation:1.4s infinite shimmer}.skeleton-line{border-radius:8px;width:100%;height:12px}.skeleton-line.short{width:60%}.skeleton-logo{border-radius:14px;width:44px;height:44px}.skeleton-pill{border-radius:999px;width:92px;height:22px}.skeleton-pill.wide{width:140px}.skeleton-block{flex:1;gap:10px;display:grid}.skeleton-group{flex-wrap:wrap;gap:10px;display:flex}@keyframes shimmer{0%{background-position:0%}to{background-position:200%}}.job-detail{max-width:900px;margin:32px auto;padding:0 20px}.job-detail h1{font-family:var(--font-head);letter-spacing:-.01em;word-break:break-word;-webkit-hyphens:auto;hyphens:auto;margin-bottom:8px;font-size:clamp(20px,2.1vw + 12px,34px);line-height:1.2}.job-detail .job-desc{line-clamp:unset;-webkit-line-clamp:unset;-webkit-box-orient:initial;min-height:0;display:block;overflow:visible}.detail-grid{gap:10px;margin:16px 0;display:grid}.detail-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);padding:16px}.apply-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow);padding:18px}.apply-card h3{font-family:var(--font-head);margin:0 0 6px}.apply-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.upload-inline{cursor:pointer;color:var(--brand-600);align-items:center;gap:8px;font-size:14px;display:inline-flex}.upload-inline input{display:none}.resume-row{align-items:center;gap:10px;margin-top:8px;display:flex}.resume-text{white-space:pre-wrap;color:var(--muted);margin:6px 0 0;font-size:14px}.job-image-grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:10px;margin-top:10px;display:grid}.job-image-thumb{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);position:relative;overflow:hidden}.job-image-thumb img{object-fit:contain;width:100%;height:110px;display:block}.job-image-remove{border:1px solid var(--line);color:#fff;background:#0f172ab8;position:absolute;top:6px;right:6px}.job-gallery{margin-top:10px}.job-gallery-grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:10px;display:grid}.job-gallery-thumb{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);cursor:pointer;padding:0;overflow:hidden}.job-gallery-thumb img{object-fit:contain;width:100%;height:140px;display:block}.job-gallery-thumb:focus-visible{outline:2px solid var(--brand);outline-offset:2px}.job-gallery-modal{z-index:200;place-items:center;display:grid;position:fixed;inset:0}.job-gallery-backdrop{border:1px solid var(--line);background:#0f172ab8;position:absolute;inset:0}.job-gallery-modal-content{background:var(--surface);border-radius:var(--radius-lg);max-width:min(92vw,900px);max-height:90vh;box-shadow:var(--shadow);z-index:1;gap:12px;padding:16px;display:grid;position:relative}.job-gallery-modal-content img{object-fit:contain;border-radius:var(--radius);border:1px solid var(--line);background:var(--surface);width:100%;height:auto;max-height:70vh}.job-gallery-close{position:absolute;top:12px;right:12px}.job-gallery-open{color:var(--brand);justify-self:end;font-weight:600}.landing-hero{padding:84px 0 64px}.hero-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));align-items:center;gap:36px;display:grid}.hero-copy h1{font-size:clamp(34px,4vw,56px);font-family:var(--font-head);margin:12px 0}.hero-copy p{max-width:560px;color:var(--muted);font-size:16px}.hero-actions{flex-wrap:wrap;gap:12px;margin-top:18px;display:flex}.hero-metrics{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:14px;margin-top:24px;display:grid}.metric{font-size:20px;font-weight:700;font-family:var(--font-head)}.hero-panel{gap:16px;display:grid}.hero-card{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:var(--radius-lg);gap:12px;padding:18px;display:grid}.hero-card.accent{border-color:#0ea5a440}.hero-card-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.hero-card-title{font-weight:600}.hero-card-body{gap:10px;display:grid}.hero-avatar{background:var(--brand);color:#fff;border-radius:14px;flex-shrink:0;place-items:center;width:42px;height:42px;font-weight:700;display:grid}.logo-cloud{padding:24px 0 16px}.logo-row{opacity:.65;flex-wrap:wrap;gap:28px;margin-top:10px;font-weight:600;display:flex}.landing-section{padding:48px 0}.landing-section.soft{background:#0ea5a414}.section-head{gap:8px;margin-bottom:24px;display:grid}.section-head h2{font-family:var(--font-head);margin:0;font-size:clamp(26px,3vw,38px)}.feature-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px;display:grid}.feature-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow);padding:18px}.steps{gap:28px;display:grid}.step-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px;display:grid}.step-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);padding:18px}.step-num{letter-spacing:.2em;color:var(--muted);font-size:12px}.landing-cta{padding:52px 0 84px}.cta-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;padding:26px;display:flex}@media (max-width:900px){.filter-card{grid-template-columns:1fr}.hero-card-head,.job-title-row{flex-direction:column;align-items:flex-start}.profile-edit,.profile-activity{grid-column:auto}.profile-activity-grid,.messages-grid{grid-template-columns:1fr}.message-list{max-height:420px}}@media (max-width:720px){.landing-hero{padding:64px 0 48px}.hero-grid{gap:24px}.hero-copy h1{font-size:clamp(30px,7vw,44px)}.hero-actions a{flex:160px;justify-content:center}.logo-row{text-align:center;justify-content:center}.cta-card{flex-direction:column;align-items:flex-start}}@media (max-width:520px){.container{padding:0 16px}.landing-hero{padding:52px 0 36px}.hero-actions{gap:10px}.hero-actions a{width:100%}.hero-metrics{grid-template-columns:1fr}.hero-card{padding:16px}.hero-avatar{border-radius:10px;width:36px;height:36px}.logo-row{gap:14px;font-size:13px}.landing-section{padding:36px 0}.landing-cta{padding:44px 0 64px}.cta-card{padding:20px}}.paichat-launcher{--paichat-gap:24px;--paichat-fab-size:56px;right:max(var(--paichat-gap), env(safe-area-inset-right));bottom:max(var(--paichat-gap), env(safe-area-inset-bottom));z-index:1000;position:fixed}.paichat-fab{right:max(var(--paichat-gap), env(safe-area-inset-right));bottom:max(var(--paichat-gap), env(safe-area-inset-bottom));width:var(--paichat-fab-size);height:var(--paichat-fab-size);border:1px solid var(--line);background:linear-gradient(135deg, var(--brand), var(--brand-600));color:#fff;cursor:pointer;border-radius:50%;place-items:center;padding:0;transition:transform .2s,box-shadow .2s;display:grid;position:fixed;box-shadow:0 16px 40px #02848447}.paichat-fab:hover{transform:translateY(-2px);box-shadow:0 18px 45px #02848459}.paichat-fab:focus-visible{outline:2px solid var(--brand);outline-offset:4px}.paichat-fab-icon{justify-content:center;align-items:center;width:24px;height:24px;display:inline-flex}.paichat-fab-icon svg{stroke:#fff;width:24px;height:24px}.paichat-panel{right:max(var(--paichat-gap), env(safe-area-inset-right));bottom:calc(max(var(--paichat-gap), env(safe-area-inset-bottom)) + var(--paichat-fab-size) + 12px);width:min(420px, calc(100vw - (var(--paichat-gap) * 2)));height:min(560px, calc(100vh - (var(--paichat-gap) * 2) - var(--paichat-fab-size) - 32px));background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow);opacity:0;transform-origin:100% 100%;pointer-events:none;border-radius:18px;flex-direction:column;transition:all .2s;display:flex;position:fixed;overflow:hidden;transform:translateY(12px)scale(.98)}.paichat-panel:after{content:"";pointer-events:none;background:linear-gradient(#0f172a05,#0f172a00);height:48px;position:absolute;inset:0 0 auto}.paichat-launcher.open .paichat-panel{opacity:1;pointer-events:auto;transform:translateY(0)scale(1)}.paichat-panel-head{border-bottom:1px solid var(--line);background:0 0;justify-content:space-between;align-items:center;gap:12px;padding:16px 16px 8px;display:flex}.paichat-title{font-family:var(--font-head);letter-spacing:.01em;font-size:15px}.paichat-subtitle{color:var(--muted);font-size:12px}.paichat-status{color:var(--muted);border:1px solid var(--line);background:var(--surface);border-radius:12px 12px 0 0;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin:8px 14px;padding:2px 4px;font-size:12px;display:flex}.paichat-status>button{flex-shrink:0}.paichat-cta{border:1px solid var(--line);background:var(--brand);color:#fff;cursor:pointer;border-radius:999px;padding:6px 12px;font-size:12px}.paichat-ghost{border:1px solid var(--line);color:var(--text);cursor:pointer;background:0 0;border-radius:999px;padding:7px 12px;font-size:12px}.paichat-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.paichat-consent{color:var(--muted);border:1px solid var(--line);background:#0f172a05;border-radius:12px 12px 0 0;gap:10px;margin:8px 14px;padding:12px;font-size:12px;display:grid}.paichat-consent p{margin:0;line-height:1.4}.paichat-consent a{color:var(--brand);font-weight:600}.paichat-consent-actions{flex-wrap:wrap;gap:8px;display:flex}.paichat-stage{border-radius:12px 12px 0 0;flex:1;display:flex;position:relative;overflow:hidden}.paichat-placeholder{border:1px dashed var(--line);color:var(--muted);text-align:center;background:#0f172a0a;border-radius:12px 12px 0 0;flex:1;justify-content:center;align-items:center;margin:8px 14px 14px;padding:16px;font-size:12px;display:flex}.paichat-cover{color:var(--muted);background:var(--surface);z-index:2;border-radius:12px 12px 0 0;justify-content:center;align-items:center;font-size:12px;display:flex;position:absolute;inset:0}.paichat-frame{background:0 0;border:none;flex:1;width:100%;height:100%;display:block}@media (max-width:720px){.paichat-launcher{--paichat-gap:16px;--paichat-fab-size:52px}.paichat-panel{border-radius:16px}}@media (max-width:520px){.paichat-launcher{--paichat-gap:12px;--paichat-fab-size:50px}.paichat-panel{right:var(--paichat-gap);left:var(--paichat-gap);border-radius:14px;width:auto}}@media (max-width:420px),(max-height:700px){.paichat-launcher{--paichat-gap:10px;--paichat-fab-size:48px}.paichat-panel{height:calc(100vh - (var(--paichat-gap) * 2) - var(--paichat-fab-size) - 16px)}}.job-links{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:10px;margin-top:8px;display:grid}.job-link{border:1px solid var(--line);background:var(--surface);color:var(--text);border-radius:14px;flex-direction:column;gap:4px;padding:12px;text-decoration:none;transition:border-color .2s,box-shadow .2s;display:flex}.job-link:hover{border-color:var(--brand);box-shadow:var(--shadow)}.job-link-label{text-transform:uppercase;letter-spacing:.08em;opacity:.7;font-size:11px}.job-link-meta{word-break:break-word;font-size:14px;font-weight:600}.knowledge-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.knowledge-url-input{min-height:96px}.knowledge-list{gap:12px;margin-top:12px;display:grid}.knowledge-row{border-radius:var(--radius);border:1px solid var(--line);background:#ffffff05;grid-template-columns:1fr auto;gap:12px 16px;padding:14px;display:grid}.knowledge-title{margin-bottom:4px;font-weight:600}.knowledge-url{color:var(--brand);word-break:break-all;font-size:13px}.knowledge-meta{opacity:.7;margin-top:6px;font-size:12px}.knowledge-status{border:1px solid var(--line);text-transform:uppercase;letter-spacing:.04em;border-radius:999px;align-self:start;padding:6px 12px;font-size:12px;font-weight:600}.knowledge-status.success{color:#28c081;background:#28c0811f;border-color:#28c08173}.knowledge-status.failed{color:#ff8b8b;background:#ff8b8b1f;border-color:#ff8b8b73}.knowledge-error{color:#ff9a9a;grid-column:1/-1;font-size:12px}.job-link-primary{background:var(--brand);color:#fff;border-color:#0000}.job-link-primary:hover{background:var(--brand-600);border-color:#0000}.job-link-primary .job-link-label{color:#fffc;opacity:1}.job-link-primary .job-link-meta{color:#fff}@media (max-width:900px){.applications-header,.application-head{flex-direction:column;align-items:flex-start}}@media (max-width:600px){.panel-head{flex-direction:column;align-items:flex-start}.hero-actions{width:100%}.hero-actions a,.hero-actions button{justify-content:center;width:100%}}.job-card-link{color:inherit;text-decoration:none}.job-card{border-radius:calc(var(--radius-lg) + 2px);flex-direction:column;gap:12px;min-height:280px;padding:20px;display:flex}.job-card-top{align-items:flex-start}.job-title{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;line-height:1.25;display:-webkit-box;overflow:hidden}.job-desc{-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;min-height:4.35em;margin:0;line-height:1.45;display:-webkit-box;overflow:hidden}.job-actions{margin-top:auto;padding-top:6px}.password-field .icon-button{border:1px solid var(--line);width:36px;height:36px;color:var(--text);cursor:pointer;background:#0f172a0f;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex;position:static}.admin-page{--admin-shell-bg:radial-gradient(120% 160% at 100% -20%, #0ea5a429, transparent 56%), linear-gradient(180deg, #ffffffe6, #f8fbffe0);--admin-shell-border:color-mix(in oklab, var(--line) 84%, #0ea5a442);--admin-card-bg:linear-gradient(180deg, #fffffff0, #f9fcffeb);--admin-card-border:color-mix(in oklab, var(--line) 88%, #2563eb29);--admin-card-shadow:0 18px 36px #0a101e1c;--admin-input-bg:color-mix(in oklab, var(--surface) 91%, #ffffff17);--admin-subtle-bg:color-mix(in oklab, var(--surface) 88%, #2563eb0f);--admin-chip-bg:color-mix(in oklab, var(--surface) 90%, #0ea5a414);--admin-chip-border:color-mix(in oklab, var(--line) 84%, #0ea5a43d);--admin-chip-active-bg:linear-gradient(135deg, color-mix(in oklab, var(--brand) 76%, #fff 24%), color-mix(in oklab, var(--brand-600) 86%, #0f172a 14%));--admin-chip-active-border:color-mix(in oklab, var(--brand) 72%, var(--line));--admin-chip-active-text:#f8fafc;--admin-scroll-thumb:color-mix(in oklab, var(--brand) 46%, transparent);gap:18px;max-width:1220px;margin-top:22px;padding-bottom:28px;display:grid;position:relative}.admin-page:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(60% 95% at 8% 5%,#2563eb24,#0000 78%),radial-gradient(54% 80% at 95% 15%,#0ea5a424,#0000 78%);border-radius:28px;height:220px;position:absolute;inset:-18px -6px auto}.admin-page>*{z-index:1;position:relative}:root[data-theme=dark] .admin-page{--admin-shell-bg:radial-gradient(120% 160% at 100% -20%, #0ea5a42e, transparent 56%), linear-gradient(180deg, #0e1421eb, #0c121ee0);--admin-shell-border:color-mix(in oklab, var(--line) 90%, #0ea5a447);--admin-card-bg:linear-gradient(180deg, #101928e6, #0c1423d6);--admin-card-border:color-mix(in oklab, var(--line) 92%, #0ea5a452);--admin-card-shadow:0 22px 40px #0000006b;--admin-input-bg:color-mix(in oklab, var(--surface) 83%, #0ea5a417);--admin-subtle-bg:color-mix(in oklab, var(--surface) 84%, #14b8a617);--admin-chip-bg:color-mix(in oklab, var(--surface) 82%, #14b8a61a);--admin-chip-border:color-mix(in oklab, var(--line) 88%, #14b8a657);--admin-chip-active-bg:linear-gradient(135deg, #14b8a6, #0f766e);--admin-chip-active-border:#14b8a6a8;--admin-chip-active-text:#f0fdfa;--admin-scroll-thumb:#14b8a68a}@media (prefers-color-scheme:dark){:root:not([data-theme]) .admin-page{--admin-shell-bg:radial-gradient(120% 160% at 100% -20%, #0ea5a42e, transparent 56%), linear-gradient(180deg, #0e1421eb, #0c121ee0);--admin-shell-border:color-mix(in oklab, var(--line) 90%, #0ea5a447);--admin-card-bg:linear-gradient(180deg, #101928e6, #0c1423d6);--admin-card-border:color-mix(in oklab, var(--line) 92%, #0ea5a452);--admin-card-shadow:0 22px 40px #0000006b;--admin-input-bg:color-mix(in oklab, var(--surface) 83%, #0ea5a417);--admin-subtle-bg:color-mix(in oklab, var(--surface) 84%, #14b8a617);--admin-chip-bg:color-mix(in oklab, var(--surface) 82%, #14b8a61a);--admin-chip-border:color-mix(in oklab, var(--line) 88%, #14b8a657);--admin-chip-active-bg:linear-gradient(135deg, #14b8a6, #0f766e);--admin-chip-active-border:#14b8a6a8;--admin-chip-active-text:#f0fdfa;--admin-scroll-thumb:#14b8a68a}}.admin-page .applications-header{border:1px solid var(--admin-shell-border);background:var(--admin-shell-bg);box-shadow:var(--admin-card-shadow);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:24px;align-items:flex-end;gap:16px 18px;padding:22px 24px}.admin-page .applications-header h1{margin:8px 0 6px;font-size:clamp(28px,3.2vw,38px)}.admin-page .applications-header .muted{max-width:68ch}.admin-page .hero-actions{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.admin-page .hero-actions .btn-secondary,.admin-page .hero-actions .btn-ghost{border-radius:12px;min-height:42px}.admin-page .hero-actions .btn-ghost{border-color:var(--admin-card-border);background:var(--admin-input-bg)}.admin-page .hero-actions .btn-ghost:hover{border-color:color-mix(in oklab, var(--brand) 50%, var(--admin-card-border))}.admin-page .form-card{border:1px solid var(--admin-card-border);background:var(--admin-card-bg);max-width:none;box-shadow:var(--admin-card-shadow);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:22px;margin:0;padding:22px 24px}.admin-page .form-card h2{margin:0 0 4px;font-size:20px}.admin-page .form-grid{grid-template-columns:repeat(auto-fit,minmax(230px,1fr));align-items:start;gap:14px 16px}.admin-page .admin-broadcast-form{grid-template-columns:repeat(12,minmax(0,1fr));align-items:start}.admin-page .admin-broadcast-field{grid-column:span 6;min-width:0}.admin-page .admin-broadcast-field-title,.admin-page .admin-broadcast-field-link{grid-column:span 7}.admin-page .admin-broadcast-field-message{grid-column:1/-1}.admin-page .form-grid label{color:color-mix(in oklab, var(--text) 86%, var(--muted));gap:7px;font-size:13px}.admin-page .form-grid input,.admin-page .form-grid textarea,.admin-page .form-grid select{border-color:var(--admin-card-border);background:var(--admin-input-bg);border-radius:12px;min-height:44px;padding:10px 12px;transition:border-color .2s,box-shadow .2s,background .2s}.admin-page .form-grid textarea{min-height:112px}.admin-page .form-grid input:focus,.admin-page .form-grid textarea:focus,.admin-page .form-grid select:focus{border-color:color-mix(in oklab, var(--brand) 62%, var(--admin-card-border));box-shadow:0 0 0 3px color-mix(in oklab, var(--brand) 22%, transparent);outline:none}.admin-page .status-message,.admin-page .error-message{border:1px solid var(--admin-card-border);background:var(--admin-subtle-bg);border-radius:12px;margin:10px 0 0;padding:10px 12px}.admin-page .error-message{border-color:color-mix(in oklab, var(--danger) 54%, var(--admin-card-border));background:color-mix(in oklab, var(--danger) 12%, var(--admin-subtle-bg))}.admin-page .action-row{flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:12px;margin-top:2px;display:flex}.admin-page .action-row .btn-primary{border-radius:12px;min-height:42px;padding-inline:18px}.admin-page .knowledge-header{margin-bottom:2px}.admin-page .knowledge-list{margin-top:14px}.admin-page .knowledge-row{border-color:var(--admin-card-border);background:var(--admin-input-bg);border-radius:16px;padding:16px}.admin-page .knowledge-title{font-size:14px;font-weight:700}.admin-page .knowledge-url:hover{text-decoration:underline}.admin-page .knowledge-meta{color:var(--muted);font-size:11px}.admin-page .knowledge-status{border-color:color-mix(in oklab, var(--line) 76%, var(--admin-card-border));background:color-mix(in oklab, var(--admin-input-bg) 88%, transparent)}.admin-page .broadcast-checkbox{border:1px solid var(--admin-card-border);background:var(--admin-input-bg);border-radius:12px;grid-column:span 5;place-self:end start;align-items:center;gap:10px;width:fit-content;min-height:44px;padding:10px 12px;display:inline-flex}.admin-page .broadcast-checkbox input{width:18px;height:18px}.admin-page .broadcast-target{grid-column:1/-1;gap:8px;margin-top:2px;display:grid}.admin-page .broadcast-target>span{color:var(--muted);font-size:13px}.admin-page .broadcast-mode-row{flex-wrap:wrap;gap:8px;display:flex}.admin-page .broadcast-mode-chip{border:1px solid var(--admin-chip-border);background:var(--admin-chip-bg);min-height:40px;color:var(--text);cursor:pointer;border-radius:999px;align-items:center;gap:8px;padding:8px 12px;transition:border-color .2s,background .2s,box-shadow .2s,color .2s;display:inline-flex}.admin-page .broadcast-mode-chip:hover{border-color:color-mix(in oklab, var(--brand) 48%, var(--admin-chip-border))}.admin-page .broadcast-mode-chip:has(input:checked){border-color:var(--admin-chip-active-border);background:var(--admin-chip-active-bg);color:var(--admin-chip-active-text);box-shadow:0 10px 22px color-mix(in oklab, var(--brand) 26%, transparent)}.admin-page .broadcast-mode-chip input{width:18px;height:18px}.admin-page .broadcast-mode-chip span{font-size:13px;font-weight:600}.admin-page .broadcast-role-grid{flex-wrap:wrap;grid-column:1/-1;gap:8px;display:flex}.admin-page .broadcast-users-panel{border:1px solid var(--admin-card-border);background:color-mix(in oklab, var(--admin-input-bg) 78%, transparent);border-radius:14px;grid-column:1/-1;gap:12px;padding:14px 14px 12px;display:grid}.admin-page .broadcast-user-filters{grid-template-columns:minmax(0,1.5fr) minmax(150px,220px) auto;align-items:stretch;gap:10px;display:grid}.admin-page .broadcast-user-filters .btn-secondary{justify-content:center;min-height:44px}.admin-page .broadcast-selected-row{color:var(--muted);justify-content:space-between;align-items:center;gap:10px;font-size:13px;display:flex}.admin-page .broadcast-user-list{scrollbar-width:thin;scrollbar-color:var(--admin-scroll-thumb) transparent;gap:8px;max-height:300px;padding-right:4px;display:grid;overflow:auto}.admin-page .broadcast-user-list::-webkit-scrollbar{width:8px}.admin-page .broadcast-user-list::-webkit-scrollbar-thumb{background:var(--admin-scroll-thumb);border-radius:999px}.admin-page .broadcast-user-row{border:1px solid var(--admin-card-border);background:var(--admin-input-bg);border-radius:12px;align-items:center;gap:10px;min-width:0;padding:10px 12px;transition:border-color .2s,background .2s;display:flex}.admin-page .broadcast-user-row:has(input:checked){border-color:var(--admin-chip-active-border);background:color-mix(in oklab, var(--brand) 16%, var(--admin-input-bg))}.admin-page .broadcast-user-row input{width:18px;height:18px}.admin-page .broadcast-checkbox input,.admin-page .broadcast-mode-chip input,.admin-page .broadcast-user-row input{appearance:none;border:1.5px solid color-mix(in oklab, var(--line) 68%, var(--admin-chip-border));background:color-mix(in oklab, var(--surface) 92%, transparent);cursor:pointer;flex-shrink:0;place-content:center;margin:0;transition:border-color .2s,background .2s,box-shadow .2s,transform .15s;display:inline-grid}.admin-page .broadcast-checkbox input:hover,.admin-page .broadcast-mode-chip input:hover,.admin-page .broadcast-user-row input:hover{border-color:color-mix(in oklab, var(--brand) 52%, var(--admin-chip-border))}.admin-page .broadcast-checkbox input:focus-visible,.admin-page .broadcast-mode-chip input:focus-visible,.admin-page .broadcast-user-row input:focus-visible{box-shadow:0 0 0 3px color-mix(in oklab, var(--brand) 22%, transparent);outline:none}.admin-page .broadcast-checkbox input:before,.admin-page .broadcast-mode-chip input:before,.admin-page .broadcast-user-row input:before{content:"";transition:transform .16s;transform:scale(0)}.admin-page .broadcast-checkbox input[type=checkbox],.admin-page .broadcast-mode-chip input[type=checkbox],.admin-page .broadcast-user-row input[type=checkbox]{border-radius:5px}.admin-page .broadcast-checkbox input[type=checkbox]:before,.admin-page .broadcast-mode-chip input[type=checkbox]:before,.admin-page .broadcast-user-row input[type=checkbox]:before{clip-path:polygon(15% 45%,0 62%,43% 100%,100% 19%,82% 3%,41% 66%);background:#f8fafc;width:11px;height:11px}.admin-page .broadcast-checkbox input[type=checkbox]:checked,.admin-page .broadcast-mode-chip input[type=checkbox]:checked,.admin-page .broadcast-user-row input[type=checkbox]:checked{border-color:color-mix(in oklab, var(--brand) 68%, var(--admin-chip-border));background:linear-gradient(135deg, var(--brand), var(--brand-600))}.admin-page .broadcast-checkbox input[type=checkbox]:checked:before,.admin-page .broadcast-mode-chip input[type=checkbox]:checked:before,.admin-page .broadcast-user-row input[type=checkbox]:checked:before{transform:scale(1)}.admin-page .broadcast-mode-chip input[type=radio]{border-radius:999px}.admin-page .broadcast-mode-chip input[type=radio]:before{background:var(--brand);border-radius:999px;width:8px;height:8px}.admin-page .broadcast-mode-chip input[type=radio]:checked{border-color:color-mix(in oklab, var(--brand) 68%, var(--admin-chip-border));background:color-mix(in oklab, var(--brand) 24%, var(--surface))}.admin-page .broadcast-mode-chip input[type=radio]:checked:before{transform:scale(1)}.admin-page .broadcast-mode-chip:has(input[type=radio]:checked) input[type=radio]{border-color:color-mix(in oklab, var(--admin-chip-active-text) 58%, transparent);background:color-mix(in oklab, var(--admin-chip-active-text) 16%, transparent)}.admin-page .broadcast-mode-chip:has(input[type=radio]:checked) input[type=radio]:before{background:var(--admin-chip-active-text)}.admin-page .broadcast-user-name{font-size:14px;font-weight:600}.admin-page .broadcast-user-meta{color:var(--muted);overflow-wrap:anywhere;font-size:12px}@media (max-width:980px){.admin-page{gap:14px}.admin-page .applications-header{border-radius:20px;padding:18px}.admin-page .form-card{border-radius:18px;padding:18px}.admin-page .admin-broadcast-form{grid-template-columns:1fr}.admin-page .admin-broadcast-field,.admin-page .admin-broadcast-field-title,.admin-page .admin-broadcast-field-link,.admin-page .admin-broadcast-field-message,.admin-page .broadcast-checkbox{grid-column:1/-1}.admin-page .broadcast-checkbox{justify-content:flex-start;align-self:auto;width:100%}.admin-page .broadcast-user-filters{grid-template-columns:1fr}}@media (max-width:700px){.admin-page{margin-top:16px;padding-bottom:20px}.admin-page .applications-header{align-items:flex-start;padding:16px}.admin-page .hero-actions{width:100%}.admin-page .hero-actions a,.admin-page .hero-actions button{justify-content:center;width:100%}.admin-page .form-card{padding:16px}}.site-footer{border-top:1px solid var(--line);background:#0f172a08;margin-top:64px;padding:40px 0 60px}:root[data-theme=dark] .site-footer{background:#0f172a38}@media (prefers-color-scheme:dark){:root:not([data-theme]) .site-footer{background:#0f172a38}}.footer-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;max-width:860px;margin-inline:auto;display:flex}.footer-brand{gap:6px;display:grid}.footer-logo{font-family:var(--font-head);letter-spacing:.02em;font-size:20px;font-weight:600}.footer-tagline{color:var(--muted);max-width:360px;margin:0;font-size:14px}.footer-social{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.social-link{border:1px solid var(--line);background:var(--surface);width:40px;height:40px;color:var(--text);border-radius:12px 12px 0 0;justify-content:center;align-items:center;transition:transform .2s,box-shadow .2s,border-color .2s,color .2s;display:inline-flex}.social-link svg{width:20px;height:20px}.social-link:hover{border-color:var(--brand);color:var(--brand-600);box-shadow:var(--shadow);transform:translateY(-1px)}@media (max-width:700px){.site-footer{padding:18px 0 calc(env(safe-area-inset-bottom,0px) + 10px);margin-top:24px}.footer-inner{gap:14px}.footer-logo{font-size:18px}.footer-tagline{font-size:13px}.social-link{width:36px;height:36px}}.form-section{gap:12px;margin-top:20px;display:grid}.form-section-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.form-section-head h3{font-family:var(--font-head);margin:0 0 4px}.social-links-grid{gap:12px;display:grid}.social-link-row{border:1px solid var(--line);background:var(--surface);border-radius:14px;grid-template-columns:1.1fr 2fr 1fr auto;align-items:end;gap:12px;padding:12px;display:grid}:root[data-theme=dark] .social-link-row{background:#0f172a4d}@media (prefers-color-scheme:dark){:root:not([data-theme]) .social-link-row{background:#0f172a4d}}.social-link-row button{min-height:42px}@media (max-width:900px){.social-link-row{grid-template-columns:1fr}}.bottom-nav{--bottom-nav-count:5;grid-template-columns:repeat(var(--bottom-nav-count), minmax(0, 1fr));color:#e5e7eb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:50;background:#111827eb;border:1px solid #ffffff14;border-radius:16px;gap:6px;padding:8px 10px;display:none;position:fixed;bottom:12px;left:16px;right:16px;box-shadow:0 12px 32px #00000059}.bottom-nav__link{color:inherit;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:2px;min-width:0;min-height:38px;padding:4px 2px;font-size:10px;transition:background .2s,color .2s;display:flex}.bottom-nav__link.active{color:#7ce7df;background:#20c6b72e}.bottom-nav__icon{justify-content:center;align-items:center;width:22px;height:22px;display:inline-flex;position:relative}.bottom-nav__icon svg{width:22px;height:22px}.bottom-nav__badge{color:#fff;z-index:2;pointer-events:none;background:#ef4444;border:1px solid #0f172a8c;border-radius:999px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 5px;font-size:10px;font-weight:800;line-height:1;display:inline-flex;position:absolute;top:-6px;right:-9px;box-shadow:0 4px 10px #ef444473}.bottom-nav__label{letter-spacing:.02em;white-space:nowrap;font-weight:600}@media (max-width:860px){.bottom-nav{display:grid}body.messages-chat-open .bottom-nav{display:none!important}body{padding-bottom:78px}body.messages-chat-open{padding-bottom:0!important}.feed-page.feed-single{height:calc(100vh - 78px)}}@media (max-width:460px){.bottom-nav{gap:4px;padding:7px 8px;left:10px;right:10px}.bottom-nav__link{min-height:36px;padding:3px 1px}.bottom-nav__label{font-size:9px}}.feed-page{padding:48px 0 120px}.feed-header{justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:24px;display:flex}.feed-header-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:12px;display:flex}.feed-mode-toggle{border:1px solid var(--line);color:var(--text);background:#0ea5a414;border-radius:999px;padding:8px 14px;font-weight:600;transition:transform .2s,background .2s}.feed-mode-toggle:hover{transform:translateY(-1px)}.feed-mode-toggle.active{background:var(--brand-600);color:#fff;border-color:#0000}.feed-autoplay-toggle{color:#e2e8f0;text-transform:uppercase;letter-spacing:.08em;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0f172a8c;border:1px solid #ffffff40;border-radius:999px;padding:6px 12px;font-size:.8rem;font-weight:600}.feed-autoplay-toggle.active{color:#fff;background:#0ea5a4b3;border-color:#fff6}.feed-list{flex-direction:column;display:flex}.feed-view-toggle{z-index:30;pointer-events:none;justify-content:center;margin:12px 0 24px;display:flex;position:sticky;top:12px}.feed-focus-pill{pointer-events:auto;color:#e2e8f0;letter-spacing:.18em;text-transform:uppercase;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0c1220bf;border:1px solid #fff3;border-radius:999px;padding:8px 18px;font-size:.78rem;font-weight:700;transition:transform .2s,box-shadow .2s,background .2s}@media (max-width:1023px){.feed-page.feed-standard .feed-view-toggle{top:calc(env(safe-area-inset-top,0px) + 77px);z-index:40;margin:0;position:fixed;left:0;right:0}.feed-page.feed-standard .feed-list{padding-top:72px}.feed-page.feed-standard{padding-bottom:88px}}.feed-focus-pill:hover{transform:translateY(-1px)}.feed-focus-pill.active{color:#fff;background:linear-gradient(120deg,#14b8a6,#2563eb);border-color:#0000;box-shadow:0 12px 24px #14b8a659}:root[data-theme=light] .feed-focus-pill{border-color:var(--line);color:var(--text);background:#0f172a14}:root[data-theme=light] .feed-focus-pill.active{color:#fff}.feed-page.feed-standard{padding:32px 0 140px}.feed-page.feed-standard .feed-list{gap:24px}.feed-page .feed-card{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:4px;padding:20px}:root[data-theme=dark] .feed-page .feed-card{background:linear-gradient(145deg,#121c2ef5,#080c16f5)}.feed-page .feed-card.feed-empty{text-align:center;font-weight:600}.feed-page .feed-card.feed-hidden{opacity:.55}.feed-post-header{align-items:flex-start;gap:12px;margin-bottom:16px;display:flex}.feed-avatar{background:var(--brand);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:.95rem;font-weight:700;display:inline-flex;overflow:hidden}.feed-avatar img{object-fit:contain;width:100%;height:100%}.feed-meta{flex-direction:column;flex:1;gap:6px;display:flex}.feed-meta-main{justify-content:space-between;align-items:center;gap:12px;display:flex}.feed-meta-left{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.feed-pill{border:1px solid var(--line);text-transform:uppercase;letter-spacing:.08em;border-radius:999px;padding:2px 10px;font-size:.65rem}.feed-time{color:var(--muted);font-size:.78rem}.feed-meta-actions{gap:8px;display:flex}.feed-body{flex-direction:column;gap:16px;display:flex;position:relative}.feed-body.feed-body-text{border-radius:inherit;background:linear-gradient(140deg,#14b8a629,#080c16d9);justify-content:center;min-height:220px;padding:24px}.feed-text{margin:0;font-size:1.05rem;font-weight:600;line-height:1.55}.feed-media-shell{border-radius:inherit;background:#0b111d;border:1px solid #ffffff14;position:relative;overflow:hidden}.feed-media,.feed-media-video{object-fit:cover;background:#0b111d}.feed-media-fullscreen{color:#fff;cursor:pointer;z-index:2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0f172a8c;border:1px solid #fff3;border-radius:999px;justify-content:center;align-items:center;width:36px;height:36px;transition:transform .2s,box-shadow .2s,background .2s;display:inline-flex;position:absolute;top:12px;right:12px}.feed-media-fullscreen:hover{background:#0f172ab3;transform:translateY(-1px);box-shadow:0 10px 20px #02061759}:root[data-theme=light] .feed-media-fullscreen{color:#0f172a;background:#ffffffbf;border-color:#0f172a1f}.feed-media-shell:fullscreen{background:#000;border:0;border-radius:0;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex}.feed-media-shell:fullscreen .feed-media-carousel{width:100%;height:100%}.feed-media-shell:fullscreen .feed-media-slide{height:100%;min-height:0}.feed-media-shell:fullscreen .feed-media,.feed-media-shell:fullscreen .feed-media-video{object-fit:contain}.feed-media-carousel{scroll-snap-type:x mandatory;scrollbar-width:none;grid-auto-columns:100%;grid-auto-flow:column;display:grid;overflow-x:auto}.feed-media-carousel::-webkit-scrollbar{display:none}.feed-media-slide{scroll-snap-align:start;justify-content:center;align-items:center;min-height:240px;display:flex;position:relative}.feed-media{object-fit:cover;width:100%;height:100%;display:block}.feed-media-video{background:#000}.feed-media-tools{opacity:0;pointer-events:none;gap:8px;transition:opacity .2s;display:flex;position:absolute;top:12px;right:12px}.feed-media-slide:hover .feed-media-tools{opacity:1;pointer-events:auto}.feed-media-tool{color:#fff;background:#0f172a99;border:1px solid #fff3;border-radius:999px;padding:7px 12px;font-size:.75rem;font-weight:600}.feed-media-indicator{color:#fff;background:#0f172a99;border-radius:999px;align-items:center;gap:8px;padding:7px 12px;font-size:.75rem;font-weight:600;display:inline-flex;position:absolute;bottom:12px;right:12px}.feed-media-count{font-variant-numeric:tabular-nums}.feed-media-dots{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2;pointer-events:none;background:#0f172a73;border:1px solid #ffffff2e;border-radius:999px;align-items:center;gap:6px;padding:6px 10px;display:inline-flex;position:absolute;bottom:12px;left:50%;transform:translate(-50%)}.feed-media-dot{background:#ffffff8c;border-radius:999px;width:6px;height:6px;transition:transform .2s,background .2s}.feed-media-dot.active{background:#fff;transform:scale(1.35);box-shadow:0 0 0 2px #ffffff2e}.feed-media-thumbs{z-index:2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0f172a8c;border:1px solid #fff3;border-radius:999px;gap:6px;padding:6px;display:inline-flex;position:absolute;bottom:12px;left:12px}.feed-media-thumb,.feed-media-thumb-more{color:#fff;background:#0f172a99;border:1px solid #fff3;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;padding:0;display:inline-flex}.feed-media-thumb{cursor:pointer;overflow:hidden}.feed-media-thumb img{object-fit:contain;width:100%;height:100%;display:block}.feed-media-thumb.active{border-color:#14b8a6d9;box-shadow:0 0 0 2px #14b8a640}.feed-media-thumb-icon{font-size:.72rem;line-height:1}.feed-media-thumb-more{font-size:.72rem;font-weight:700}:root[data-theme=light] .feed-media-thumbs{background:#ffffffbf;border-color:#0f172a1f}:root[data-theme=light] .feed-media-thumb,:root[data-theme=light] .feed-media-thumb-more{color:#0f172a;background:#f8fafce6;border-color:#0f172a1f}@media (max-width:600px){.feed-media-thumb,.feed-media-thumb-more{width:28px;height:28px}.feed-media-thumbs{padding:5px}}:root[data-theme=light] .feed-media-indicator{color:#0f172a;background:#ffffffa6;border:1px solid #0f172a1f}:root[data-theme=light] .feed-media-dot{background:#0f172a59}:root[data-theme=light] .feed-media-dot.active{background:#0f172a;box-shadow:0 0 0 3px #0f172a26}.feed-media-placeholder{border-radius:inherit;background:#0f172a26;border:1px dashed #94a3b866;min-height:220px}.feed-actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.feed-action-button{border:1px solid var(--action-border);background:var(--action-bg);color:var(--action-text);cursor:pointer;box-shadow:var(--action-shadow);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);white-space:nowrap;border-radius:999px;align-items:center;gap:8px;padding:8px 12px;font-weight:600;transition:transform .2s,box-shadow .2s,background .2s,color .2s,border-color .2s;display:inline-flex}.feed-action-button.feed-action-static{cursor:default;pointer-events:none;opacity:.9}.feed-action-button:hover{color:var(--brand);background:var(--action-hover-bg);border-color:#14b8a680;transform:translateY(-1px);box-shadow:0 12px 24px #14b8a633}.feed-action-button:active{box-shadow:var(--action-shadow);transform:translateY(0)}.feed-action-button.active,.feed-action-button.copied{color:var(--action-active-text);background:var(--action-active-bg);box-shadow:var(--action-active-shadow);border-color:#0000}.feed-action-count{color:var(--action-count-text);background:var(--action-count-bg);border-radius:999px;padding:2px 8px;font-size:.82rem;font-weight:700}.feed-action-button.active .feed-action-count,.feed-action-button.copied .feed-action-count{color:#f8fafc;background:#ffffff2e}.feed-cta-button{color:#fff;letter-spacing:.08em;text-transform:uppercase;background:linear-gradient(120deg,#14b8a6,#2563eb);border:none;border-radius:999px;justify-content:center;align-items:center;width:100%;max-width:360px;padding:12px 24px;font-weight:700;display:inline-flex}.feed-comments{border-top:1px solid var(--line);flex-direction:column;gap:12px;margin-top:16px;padding-top:16px;display:flex}.feed-comments-list{flex-direction:column;gap:12px;height:auto;max-height:260px;padding-right:6px;display:flex;overflow:hidden auto}.feed-comment,.feed-reply{border:1px solid var(--line);background:#0f172a0f;border-radius:16px;gap:12px;padding:12px;display:flex}:root[data-theme=dark] .feed-comment,:root[data-theme=dark] .feed-reply{background:#0f172a99}.feed-comment-avatar{background:var(--brand);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:.8rem;font-weight:700;display:inline-flex;overflow:hidden}.feed-comment-avatar img{object-fit:contain;width:100%;height:100%}.feed-reply-avatar{width:30px;height:30px;font-size:.72rem}.feed-comment-body{flex-direction:column;flex:1;gap:8px;display:flex}.feed-comment-head{color:var(--muted);flex-wrap:wrap;align-items:center;gap:8px;font-size:.85rem;display:flex}.feed-comment-head strong{color:var(--text);font-size:.9rem}.feed-comment-actions{align-items:center;gap:8px;margin-left:auto;display:flex}.feed-icon-button{color:var(--muted);cursor:pointer;background:0 0;border:none}.feed-icon-button:hover{color:var(--brand)}.feed-comment-edit input,.feed-reply-form input,.feed-comment-form input{border:1px solid var(--line);width:100%;color:inherit;background:0 0;border-radius:999px;padding:10px 14px}.feed-comment-edit-actions{gap:8px;display:flex}.feed-replies{flex-direction:column;gap:10px;display:flex}.feed-reply-form{align-items:center;gap:10px;display:flex}.feed-comments-more{justify-content:center;display:flex}.feed-comment-form{align-items:center;gap:10px;display:flex}.feed-comment-row{align-items:center;gap:10px;width:100%;display:flex}.feed-comment-row input{flex:1}.feed-comment-send{color:#fff;cursor:pointer;background:linear-gradient(120deg,#14b8a6,#2563eb);border:none;border-radius:999px;justify-content:center;align-items:center;width:44px;height:44px;display:inline-flex}.feed-comment-send:disabled{opacity:.6;cursor:not-allowed}.feed-comment-send svg{width:20px;height:20px}.feed-comment-form .btn-secondary{min-width:110px}.feed-footer{justify-content:center;margin-top:24px;display:flex}.feed-page.feed-placeholder{align-items:center;min-height:70vh;display:flex}.feed-holding{justify-content:center;width:100%;display:flex}.feed-holding-card{border:1px solid var(--line);background:var(--surface);width:100%;max-width:560px;box-shadow:var(--shadow);text-align:center;border-radius:24px;padding:32px}:root[data-theme=dark] .feed-holding-card{background:linear-gradient(160deg,#0f172ae6,#080c16f2)}.feed-holding-badge{color:var(--brand);letter-spacing:.08em;text-transform:uppercase;background:#14b8a626;border-radius:999px;padding:6px 12px;font-size:.7rem;font-weight:700;display:inline-flex}.feed-holding-title{margin:16px 0 8px;font-size:1.6rem;font-weight:700}.feed-holding-text{color:var(--muted);margin:0 0 20px;line-height:1.6}.feed-holding-actions{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.feed-holding-actions a{border-radius:999px;padding:10px 18px;font-weight:600;text-decoration:none}.feed-holding-primary{color:#fff;background:linear-gradient(120deg,#14b8a6,#2563eb)}.feed-holding-secondary{border:1px solid var(--line);color:var(--text);background:0 0}.feed-page.feed-focus .feed-view-toggle{margin:0;position:fixed;top:7px;left:0;right:0}.feed-page.feed-focus .feed-view-toggle .feed-page.feed-focus{height:100dvh;min-height:100dvh;padding:0;overflow:hidden}.feed-page.feed-focus .feed-list{scroll-snap-type:y mandatory;-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain;scroll-behavior:smooth;gap:24px;height:auto;max-height:100dvh;padding-right:4px;overflow:hidden auto}.feed-page.feed-focus .feed-card.feed-post{scroll-snap-align:start;background:#0b111d;border:none;border-radius:4px 4px 0 0;flex-direction:column;min-height:82vh;padding:0;display:flex;position:relative;overflow:hidden;box-shadow:0 24px 50px #040a188c}.feed-page.feed-focus .feed-post-header{display:none}.feed-page.feed-focus .feed-avatar{border:2px solid #ffffff73;width:48px;height:48px;box-shadow:0 4px 14px #00000073}.feed-page.feed-focus .feed-avatar img{border-radius:50%}.feed-page.feed-focus .feed-meta{color:#eef2ff}.feed-page.feed-focus .feed-meta-main{align-items:center}.feed-page.feed-focus .feed-meta-actions .btn-ghost{color:#e2e8f0}.feed-page.feed-focus .feed-body{flex:1;min-height:100%;padding:0;position:relative}.feed-page.feed-focus .feed-media-shell{z-index:0;touch-action:pan-y;margin:0;position:absolute;inset:0}.feed-page.feed-focus .feed-media-carousel{touch-action:pan-y;background:#000;border:none;border-radius:4px;height:100%}.feed-page.feed-focus .feed-media-slide{aspect-ratio:auto;height:100%;max-height:none}.feed-page.feed-focus .feed-media{pointer-events:auto;object-fit:cover;width:100%;height:100%}.feed-page.feed-focus .feed-media-tools,.feed-page.feed-focus .feed-media-indicator{display:none}.feed-page.feed-focus .container{max-width:none;height:100%;padding:0 12px}.feed-page.feed-focus .feed-list{gap:0;height:100%;max-height:100%;padding:0}.feed-page.feed-focus .feed-card.feed-post{height:100dvh;min-height:100dvh}.feed-page.feed-focus .feed-cta.feed-cta-focus .feed-cta-button{letter-spacing:.08em;border-radius:999px;width:100%;height:52px;font-size:.95rem}@media (min-width:1024px){.feed-page.feed-standard{padding:48px 0 140px}.feed-page.feed-standard .container{max-width:1200px;padding:0 28px}.feed-page.feed-standard .feed-view-toggle{display:none}.feed-page.feed-standard .feed-list{gap:32px}.feed-page.feed-standard .feed-card.feed-post{background:linear-gradient(140deg,#0f172ae6,#030814f2);border:1px solid #94a3b82e;border-radius:4px;padding:0;overflow:hidden;box-shadow:0 30px 70px #080c1859}:root[data-theme=light] .feed-page.feed-standard .feed-card.feed-post{background:#fff;border:1px solid #94a3b840;box-shadow:0 24px 60px #0f172a1f}.feed-page.feed-standard .feed-post-header{border-bottom:1px solid #94a3b826;padding:22px 28px 18px}.feed-page.feed-standard .feed-body{gap:18px;padding:0 28px 26px}.feed-page.feed-standard .feed-body .feed-media-shell{border-radius:4px;order:-1;margin-top:0}.feed-page.feed-standard .feed-media-slide{height:clamp(320px,45vh,440px);min-height:320px;max-height:440px}.feed-page.feed-standard .feed-text{font-size:1.1rem;line-height:1.6}.feed-page.feed-standard .feed-actions{gap:20px;padding-top:4px}.feed-page.feed-standard .feed-action-button{border:1px solid var(--action-border);background:var(--action-bg);color:var(--action-text);box-shadow:var(--action-shadow);border-radius:999px;padding:8px 14px}.feed-page.feed-standard .feed-cta{justify-content:flex-end}.feed-page.feed-standard .feed-cta-button{max-width:260px}.feed-page.feed-standard .feed-body.feed-body-text{border-radius:inherit;border-radius:24px;min-height:220px}.feed-page.feed-standard .feed-comments-list{max-height:320px}.feed-page.feed-standard .feed-comment-form{gap:12px}.feed-page.feed-standard .feed-comment-send{width:48px;height:48px}.manage-tabs{-webkit-backdrop-filter:blur(18px);scrollbar-width:none;background:#080e18c7;border:1px solid #94a3b833;border-radius:999px;align-items:center;gap:10px;padding:2px 4px;display:flex;overflow-x:auto;box-shadow:0 16px 40px #03081473,inset 0 1px #ffffff0a}}.manage-tabs::-webkit-scrollbar{display:none}.manage-tabs{-webkit-overflow-scrolling:touch;flex-wrap:nowrap;gap:12px;scroll-padding-inline:10px;display:flex;overflow-x:auto}.manage-tabs:after{content:"";flex:0 0 8px}.manage-tab{letter-spacing:.06em;text-transform:uppercase;color:#e2e8f0cc;white-space:nowrap;background:#0f172a33;border:1px solid #0000;border-radius:999px;flex:none;justify-content:center;align-items:center;padding:8px 16px;font-size:.78rem;font-weight:600;transition:transform .2s,color .2s,border-color .2s,background .2s,box-shadow .2s;display:inline-flex}.manage-tab:hover{color:#f8fafc;background:#1e40af33;border-color:#38bdf866;transform:translateY(-1px);box-shadow:0 8px 22px #1e40af59}.manage-tab:focus-visible{outline:none;box-shadow:0 0 0 3px #38bdf866}.manage-tab.active{color:#f8fafc;background:linear-gradient(135deg,#0ea5e9d9,#2563ebe6);border-color:#38bdf8a6;box-shadow:0 12px 28px #2563eb73,inset 0 1px #ffffff29}:root[data-theme=light] .manage-tabs{background:#ffffffe6;border-color:#94a3b859;box-shadow:0 18px 30px #0f172a14}:root[data-theme=light] .manage-tab{color:#1e293bbf;background:#e2e8f08c}:root[data-theme=light] .manage-tab:hover{color:#0f172a;background:#e2e8f0e6;border-color:#38bdf859}:root[data-theme=light] .manage-tab.active{color:#fff;background:linear-gradient(135deg,#0ea5e9f2,#2563ebf2)}@media (max-width:640px){.manage-tabs{border-radius:20px;gap:10px;padding:8px 10px}.manage-tab{padding:8px 12px;font-size:.7rem}}.feed-media-toolbar{justify-content:space-between;align-items:center;gap:12px;margin-top:12px;display:flex}.feed-media-toolbar-actions{flex-wrap:wrap;gap:8px;display:flex}.feed-media-chip{color:#f8fafc;letter-spacing:.04em;white-space:nowrap;background:#0f172a8c;border:1px solid #94a3b847;border-radius:999px;padding:6px 12px;font-size:.75rem;font-weight:600;transition:transform .2s,border-color .2s,box-shadow .2s}.feed-media-chip:hover{border-color:#38bdf88c;transform:translateY(-1px);box-shadow:0 8px 20px #0ea5e940}.feed-media-indicator{color:#e2e8f0;background:#0f172a8c;border:1px solid #94a3b838;border-radius:999px;padding:7px 12px;font-size:.72rem;font-weight:600;position:static}.feed-page.feed-focus .feed-media-toolbar{display:none}.feed-page.feed-standard .feed-actions{scrollbar-width:none;flex-wrap:nowrap;gap:10px;padding:6px 0;overflow-x:auto}.feed-page.feed-standard .feed-actions::-webkit-scrollbar{display:none}.feed-page.feed-standard .feed-action-button{border:1px solid var(--action-border);background:var(--action-bg);color:var(--action-text);white-space:nowrap;box-shadow:var(--action-shadow);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:999px;gap:6px;padding:6px 12px;font-size:.78rem;font-weight:600}.feed-page.feed-standard .feed-action-button:hover{color:var(--brand);border-color:#14b8a673}.feed-page.feed-standard .feed-action-button.active{color:var(--action-active-text);background:var(--action-active-bg);box-shadow:var(--action-active-shadow);border-color:#0000}@media (max-width:480px){.feed-page.feed-standard .feed-action-button{padding:7px 12px;font-size:.72rem}}body.home-focus-mode .header,body.home-focus-mode .site-footer{display:none}.feed-page.feed-focus .container{padding:0}.feed-page.feed-focus .feed-card.feed-post{box-shadow:none;border-radius:4px;margin:0}.feed-page.feed-focus .feed-body,.feed-page.feed-focus .feed-media-shell,.feed-page.feed-focus .feed-media-carousel,.feed-page.feed-focus .feed-media-slide,.feed-page.feed-focus .feed-media{border-radius:4px}.feed-page.feed-focus .feed-body:before,.feed-page.feed-focus .feed-body:after{content:"";z-index:1;pointer-events:none;height:22%;position:absolute;left:0;right:0}.feed-page.feed-focus .feed-body:before{background:linear-gradient(#0206178c,#02061700);top:0}.feed-page.feed-focus .feed-body:after{background:linear-gradient(#02061700,#020617a6);bottom:0}.feed-page.feed-focus .feed-comments{left:12px;right:12px;bottom:calc(78px + 16px + env(safe-area-inset-bottom,0px));-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);z-index:3;background:#080e18c7;border:1px solid #94a3b833;border-radius:18px;margin:0;padding:12px 14px 14px;position:absolute;box-shadow:0 18px 40px #02061773}.feed-page.feed-focus .feed-comments-list{max-height:200px;padding-right:8px}.feed-page.feed-focus .feed-comment-form{margin-top:8px}@media (min-width:861px){.feed-page.feed-focus .feed-comments{bottom:24px;left:24px;right:96px}.feed-page.feed-focus .feed-comments-list{max-height:240px}}html{-webkit-text-size-adjust:100%}@media (max-width:860px){input,textarea,select{font-size:16px}}.feed-page.feed-focus .feed-focus-pill{color:#fff;text-shadow:0 2px 10px #00000080;mix-blend-mode:difference;background:#ffffff38;border-color:#ffffff80}.feed-page.feed-focus .feed-focus-pill.active{mix-blend-mode:normal}.feed-action-button:active{transform:scale(.96)}.feed-action-count.has-count{color:inherit}.feed-comments-header{color:#f8fafc;justify-content:space-between;align-items:center;gap:12px;font-weight:700;display:flex}.feed-comments-header .feed-icon-button{color:#e2e8f0;background:#0f172a66;border:1px solid #94a3b840;border-radius:999px;width:32px;height:32px}.feed-comments-header .feed-icon-button:hover{color:#fff;border-color:#38bdf873}.feed-page.feed-standard .feed-card.feed-post{background:linear-gradient(150deg,#0c1220fa,#060a14fa);border:1px solid #94a3b82e;border-radius:4px;width:min(100%,820px);margin:0 auto;padding:0;overflow:hidden;box-shadow:0 28px 70px #02061759}:root[data-theme=light] .feed-page.feed-standard .feed-card.feed-post{background:#fff;border:1px solid #94a3b838;box-shadow:0 20px 50px #0f172a1f}@media (min-width:1024px){.feed-page.feed-standard .feed-card.feed-post{max-width:960px}}.feed-page.feed-standard .feed-body{gap:12px;padding:18px 18px 22px}.feed-page.feed-standard .feed-body .feed-media-shell{order:1}.feed-page.feed-standard .feed-body .feed-post-panel{flex-direction:column;order:2;gap:12px;display:flex}.feed-page.feed-standard .feed-body .feed-post-copy{order:2}.feed-page.feed-standard .feed-body .feed-cta{order:3}.feed-page.feed-standard .feed-body .feed-actions{order:4}.feed-page.feed-standard .feed-body .feed-comments{order:3}.feed-page.feed-standard .feed-body:not(.feed-body-empty) .feed-media-shell{background:#05070f;border:none;border-radius:4px;margin:-18px -18px 10px}.feed-page.feed-standard .feed-media-shell:after{content:"";pointer-events:none;background:linear-gradient(#02061700 55%,#020617b3 100%);position:absolute;inset:0}.feed-page.feed-standard .feed-media-slide{height:clamp(320px,50vh,480px);min-height:320px;max-height:480px}.feed-page.feed-standard .feed-media,.feed-page.feed-standard .feed-media-video{object-fit:cover}.feed-page.feed-standard .feed-media-toolbar{display:flex}.feed-page.feed-standard .feed-text{color:#f8fafc;letter-spacing:.01em;font-size:1.08rem;font-weight:700;line-height:1.45}:root[data-theme=light] .feed-page.feed-standard .feed-text{color:#0f172a}.feed-page.feed-standard .feed-body.feed-body-text{border-radius:inherit;text-align:center;justify-content:center;align-items:center}.feed-page.feed-standard .feed-body.feed-body-text .feed-text{text-align:center;max-width:28ch;font-size:1.2rem;line-height:1.6}.feed-page.feed-standard .feed-actions{gap:14px}.feed-page.feed-standard .feed-action-button{border:1px solid var(--action-border);background:var(--action-bg);color:var(--action-text);box-shadow:var(--action-shadow);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:999px;padding:6px 10px}.feed-page.feed-standard .feed-action-count{color:var(--action-count-text);background:var(--action-count-bg);border-radius:999px;padding:2px 8px;font-size:.82rem;font-weight:700}.feed-page.feed-standard .feed-cta{margin-top:4px}.feed-page.feed-standard .feed-cta-button{letter-spacing:.12em;border-radius:999px;width:100%;max-width:none;height:52px;font-size:.95rem}@media (min-width:768px){.feed-page.feed-standard .feed-media-slide{height:clamp(360px,55vh,540px);min-height:360px;max-height:540px}}@media (min-width:1024px){.feed-page.feed-standard .feed-media-slide{height:clamp(480px,60vh,720px);min-height:480px;max-height:720px}.feed-page.feed-standard .feed-body{padding:22px 24px 28px}.feed-page.feed-standard .feed-body:not(.feed-body-empty) .feed-media-shell{margin:-22px -24px 14px}}.feed-post-copy{flex-direction:column;gap:8px;display:flex}.feed-post-title{color:#f8fafc;margin:0;font-size:1.35rem;font-weight:700}:root[data-theme=light] .feed-post-title{color:#0f172a}.feed-post-meta{color:#e2e8f0b3;flex-wrap:wrap;align-items:center;gap:8px;font-size:.92rem;display:flex}:root[data-theme=light] .feed-post-meta{color:#0f172aa6}.feed-post-meta .dot{opacity:.55}.feed-post-copy-centered{text-align:center;align-items:center}.feed-post-copy-centered .feed-post-meta{justify-content:center}.feed-page.feed-focus .feed-focus-meta{color:#e2e8f0bf;text-shadow:0 2px 10px #0009;flex-wrap:wrap;align-items:center;gap:8px;font-size:.95rem;display:flex}.feed-page.feed-focus .feed-focus-meta .dot{opacity:.6}.feed-page.feed-focus .feed-cta.feed-cta-focus .feed-cta-button{letter-spacing:.12em;border-radius:999px;height:54px;font-size:.95rem;box-shadow:0 18px 40px #0f172a66}.feed-page.feed-focus{--focus-nav-height:78px;--focus-action-width:60px;--focus-action-gap:12px;--focus-action-offset:6px;--focus-safe-top:calc(env(safe-area-inset-top,0px) + 12px);--focus-safe-bottom:calc(var(--focus-nav-height) + env(safe-area-inset-bottom,0px) + 14px);--focus-cta-height:54px;--focus-title-offset:calc(var(--focus-safe-bottom) + var(--focus-cta-height) + 36px)}.feed-page.feed-focus .feed-actions.feed-actions-focus{right:var(--focus-action-offset)!important;gap:var(--focus-action-gap)!important;z-index:6!important;flex-direction:column!important;position:fixed!important;top:50%!important;bottom:auto!important;transform:translateY(-50%)!important}.feed-page.feed-focus .feed-actions.feed-actions-focus .feed-action-button{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 12px 24px #02061773;width:var(--focus-action-width)!important;height:var(--focus-action-width)!important;background:#0f172a59!important;border:1px solid #94a3b840!important;border-radius:999px!important}.feed-page.feed-focus .feed-actions.feed-actions-focus .feed-action-button span:not(.feed-action-count){display:none}.feed-page.feed-focus .feed-actions.feed-actions-focus .feed-action-count{color:#e2e8f0e6;font-size:.78rem;font-weight:600}.feed-page.feed-focus .feed-cta.feed-cta-focus{left:16px!important;right:var(--focus-action-offset)!important;bottom:var(--focus-safe-bottom)!important;z-index:5!important;position:absolute!important}.feed-page.feed-focus .feed-post-panel-focus{flex-direction:column;gap:12px;display:flex;left:16px!important;right:calc(var(--focus-action-width) + 32px)!important;bottom:var(--focus-title-offset)!important;z-index:5!important;position:absolute!important}.feed-page.feed-focus .feed-comments{left:12px!important;right:12px!important;bottom:calc(var(--focus-safe-bottom) + var(--focus-cta-height) + 10px)!important;z-index:7!important;position:fixed!important}.feed-page.feed-focus .feed-comments-list{max-height:min(40vh,300px)!important}@media (min-width:861px){.feed-page.feed-focus{--focus-nav-height:0px;--focus-safe-bottom:24px;--focus-action-offset:12px;--focus-title-offset:calc(var(--focus-safe-bottom) + var(--focus-cta-height) + 36px)}.feed-page.feed-focus .feed-actions.feed-actions-focus{right:var(--focus-action-offset)!important}.feed-page.feed-focus .feed-cta.feed-cta-focus{left:24px!important;right:24px!important}.feed-page.feed-focus .feed-post-panel-focus{left:24px!important;right:calc(var(--focus-action-width) + 44px)!important}.feed-page.feed-focus .feed-comments{left:24px!important;right:calc(var(--focus-action-width) + 44px)!important;bottom:calc(var(--focus-safe-bottom) + var(--focus-cta-height) + 16px)!important}}.feed-page.feed-standard .feed-comments{background:#0f172a8c;border:1px solid #94a3b833;border-radius:20px;margin-top:16px;padding:16px;position:static;box-shadow:0 16px 32px #02061759}:root[data-theme=light] .feed-page.feed-standard .feed-comments{background:#f8fafcf2}.feed-page.feed-standard .feed-comments-header{border-bottom:1px solid #94a3b833;padding:0 0 8px}.feed-page.feed-standard .feed-comments-list{max-height:280px;padding-right:6px}.feed-page.feed-standard .feed-comment-form{margin-top:12px}.feed-page.feed-standard .feed-comment-form input{background:#02061759}:root[data-theme=light] .feed-page.feed-standard .feed-comment-form input{background:#0f172a0f}.feed-page.feed-standard .feed-icon-button{background:#0f172a4d;border-radius:999px;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex}:root[data-theme=light] .feed-page.feed-standard .feed-icon-button{background:#0f172a14}.feed-page.feed-focus .feed-post-copy-focus{color:#f8fafc;text-shadow:0 2px 12px #0009;flex-direction:column;gap:8px;display:flex}.feed-page.feed-focus .feed-post-copy-focus .feed-post-title{color:#f8fafc;font-size:1.28rem;font-weight:700}.feed-page.feed-focus .feed-post-copy-focus .feed-post-meta{color:#e2e8f0c7;font-size:.95rem}.feed-page.feed-focus .feed-body.feed-body-text .feed-post-copy-focus{text-align:center;align-items:center}.feed-page.feed-focus .feed-body.feed-body-text .feed-focus-profile{justify-content:center}.feed-page.feed-focus .feed-body.feed-body-text .feed-focus-desc{align-items:center}.feed-page.feed-focus .feed-focus-desc.expanded{scrollbar-width:thin;height:auto;max-height:min(45vh,360px);padding-right:6px;overflow-y:auto}.feed-page.feed-focus .feed-focus-profile{color:#e2e8f0e6;align-items:center;gap:10px;font-size:.95rem;display:flex}.feed-page.feed-standard .feed-focus-profile{color:#e2e8f0d9;align-items:center;gap:10px;font-size:.9rem;display:flex}.feed-page.feed-standard .feed-focus-avatar{color:#f8fafc;background:#0f172a8c;border-radius:999px;justify-content:center;align-items:center;width:32px;height:32px;font-weight:600;display:inline-flex;overflow:hidden}.feed-page.feed-standard .feed-focus-avatar img{object-fit:contain;width:100%;height:100%}.feed-page.feed-standard .feed-focus-name{font-weight:600}:root[data-theme=light] .feed-page.feed-standard .feed-focus-profile{color:#0f172ad9}:root[data-theme=light] .feed-page.feed-standard .feed-focus-avatar{color:#0f172a;background:#94a3b84d}.feed-page.feed-focus .feed-focus-avatar{color:#f8fafc;background:#0f172a73;border-radius:999px;justify-content:center;align-items:center;width:36px;height:36px;font-weight:600;display:inline-flex;overflow:hidden}.feed-page.feed-focus .feed-focus-avatar img{object-fit:contain;width:100%;height:100%}.feed-page.feed-focus .feed-focus-name{font-weight:600}.feed-page.feed-focus .feed-focus-desc{flex-direction:column;gap:6px;display:flex}.feed-page.feed-focus .feed-focus-more{color:#38bdf8f2;letter-spacing:.02em;cursor:pointer;background:0 0;border:none;align-self:flex-start;padding:0;font-size:.85rem;font-weight:600}.feed-page.feed-focus .feed-focus-more:hover{color:#7dd3fc}.feed-page.feed-focus .feed-focus-more:focus-visible{outline-offset:2px;outline:2px solid #38bdf899}.feed-page.feed-focus .feed-cta.feed-cta-focus{left:16px!important;right:16px!important}.feed-page.feed-focus .feed-post-panel-focus{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(160deg,#080c18eb,#090e1cb8);border:1px solid #7ce7df38;border-radius:26px;padding:16px 16px 14px;box-shadow:0 20px 60px #02061799;left:16px!important;right:16px!important}.feed-page.feed-focus .feed-post-panel-focus:after{content:"";border-radius:inherit;pointer-events:none;position:absolute;inset:0;box-shadow:inset 0 0 0 1px #38bdf82e}.feed-page.feed-focus .feed-actions-inline{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.feed-page.feed-focus .feed-actions-inline .feed-action-button{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f172a59;border:1px solid #94a3b840;border-radius:999px;height:40px;padding:0 14px;box-shadow:0 10px 24px #02061759}.feed-page.feed-focus .feed-actions-inline .feed-action-button span:not(.feed-action-count){display:none}.feed-page.feed-focus .feed-actions-inline .feed-action-count{color:#e2e8f0e6;font-size:.8rem;font-weight:700}.feed-page.feed-focus .feed-comments{left:16px!important;right:16px!important}@media (min-width:861px){.feed-page.feed-focus .feed-cta.feed-cta-focus,.feed-page.feed-focus .feed-post-panel-focus,.feed-page.feed-focus .feed-comments{left:24px!important;right:24px!important}}.feed-post-panel{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(160deg,#080c18eb,#090e1cb8);border:1px solid #7ce7df38;border-radius:26px;padding:16px 16px 14px;position:relative;box-shadow:0 20px 60px #02061799}.feed-post-panel:after{content:"";border-radius:inherit;pointer-events:none;position:absolute;inset:0;box-shadow:inset 0 0 0 1px #38bdf82e}.feed-page.feed-focus .feed-post-panel-focus{bottom:var(--focus-panel-bottom)!important}.feed-page.feed-focus .feed-cta.feed-cta-focus{margin-top:12px;position:static!important}.feed-page.feed-focus .feed-actions-inline{margin-top:4px}.feed-page.feed-focus .feed-media-shell:after{content:"";pointer-events:none;background:linear-gradient(#02061740 0%,#02061700 32%,#02061773 68%,#020617d9 100%);position:absolute;inset:0}@media (min-width:861px){.feed-page.feed-focus{--focus-panel-bottom:16px}}.feed-post-panel:before{content:"";border-radius:inherit;opacity:.55;filter:blur(14px);z-index:0;background:linear-gradient(140deg,#38bdf873,#14b8a614,#0ea5e952);position:absolute;inset:-1px}.feed-post-panel:after{content:"";border-radius:inherit;pointer-events:none;z-index:0;background:linear-gradient(#ffffff1a 0%,#fff0 34%,#02061799 100%);position:absolute;inset:0;box-shadow:inset 0 1px #ffffff1a,inset 0 -1px #02061780}.feed-post-panel>*{z-index:1;position:relative}.feed-page.feed-focus .feed-post-panel-focus{-webkit-backdrop-filter:blur(30px)saturate(150%);background:linear-gradient(160deg,#060a16a6,#070c1a61);border:none;box-shadow:0 26px 70px #0206178c,0 0 34px #38bdf82e}.feed-page.feed-focus .feed-post-panel-focus:after{background:linear-gradient(#ffffff1a 0%,#fff0 34%,#02061799 100%);box-shadow:inset 0 1px #ffffff1a,inset 0 -1px #02061780}.feed-post-panel,.feed-page.feed-focus .feed-post-panel-focus{background:linear-gradient(#070c1a2e 0%,#070c1a8c 55%,#060a16c7 100%)}.feed-post-panel:after{background:linear-gradient(#ffffff0f 0%,#fff0 40%,#02061759 100%)}.feed-post-panel{background:0 0}.feed-post-panel:after{box-shadow:none;background:0 0}.feed-page.feed-focus .feed-post-panel-focus{background:0 0}.feed-action-button svg{width:20px;height:20px}.feed-post-panel{box-shadow:none!important;-webkit-backdrop-filter:none!important;background:0 0!important;border:none!important}.feed-post-panel:before,.feed-post-panel:after{box-shadow:none!important;background:0 0!important;display:none!important}.feed-page.feed-focus .feed-post-panel-focus{box-shadow:none!important;-webkit-backdrop-filter:none!important;background:0 0!important;border:none!important}.feed-text-wrap{flex-direction:column;gap:6px;display:flex}.feed-text-expanded{-webkit-overflow-scrolling:touch;height:auto;max-height:40vh;padding-right:6px;overflow-y:auto}.feed-text-toggle{color:#38bdf8;background:0 0;border:none;align-self:flex-start;padding:0;font-size:.9rem;font-weight:600}:root[data-theme=light] .feed-text-toggle{color:#2563eb}.feed-text{text-shadow:none!important}.feed-text-wrap{background:#00000040;border-radius:14px;padding:2px 4px}.feed-text-wrap{-webkit-backdrop-filter:blur(6px);background:linear-gradient(#00000047 0%,#0000002e 100%);border:1px solid #ffffff14;border-radius:16px;padding:2px}:root[data-theme=light] .feed-text-wrap{background:linear-gradient(#ffffffb8 0%,#ffffff8c 100%)}.feed-post-panel .feed-post-copy{margin-bottom:6px}.feed-post-panel .feed-cta{margin-top:8px}.feed-post-panel .feed-actions-inline{gap:14px;margin-top:8px}.feed-actions-inline .feed-action-button{color:#e2e8f0f2;background:#0f172a2e;border:1px solid #ffffff14;border-radius:999px;padding:8px 12px;box-shadow:0 8px 16px #02061759}.feed-actions-inline .feed-action-button:hover{background:#0f172a47}:root[data-theme=light] .feed-actions-inline .feed-action-button{color:#0f172a;background:#0f172a0f;border-color:#0f172a14;box-shadow:0 6px 12px #0f172a1f}.feed-actions-inline .feed-action-count{font-weight:700}:root[data-theme=light] .feed-actions-inline .feed-action-button{color:#0f172a!important;background:#0f172a14!important;border-color:#0f172a1f!important}:root[data-theme=light] .feed-actions-inline .feed-action-button svg,:root[data-theme=light] .feed-actions-inline .feed-action-count{color:#0f172a!important}.feed-comments{-webkit-backdrop-filter:blur(18px)!important;background:#080c16e0!important;border:1px solid #94a3b840!important;box-shadow:0 24px 60px #02061780!important}:root[data-theme=light] .feed-comments{background:#ffffffe6!important;border-color:#0f172a1f!important;box-shadow:0 18px 40px #0f172a2e!important}.feed-comments-header{color:inherit}.feed-text-wrap{width:100%!important;max-width:100%!important}.feed-page.feed-standard .feed-body.feed-body-text .feed-text{max-width:100%!important}.feed-comment-actions .feed-icon-button{color:#e2e8f0e6;background:#0f172a2e;border:1px solid #94a3b84d;border-radius:999px;justify-content:center;align-items:center;width:30px;height:30px;display:inline-flex}.feed-comment-actions .feed-icon-button:hover{color:#fff;background:#0f172a52;border-color:#38bdf899}:root[data-theme=light] .feed-comment-actions .feed-icon-button{color:#0f172a;background:#0f172a0f;border-color:#0f172a2e}:root[data-theme=light] .feed-comment-actions .feed-icon-button:hover{color:#0f172a;background:#0f172a1f;border-color:#0f172a3d}.feed-page.feed-focus .feed-post-panel{position:relative}.feed-page.feed-focus .feed-post-panel:before{content:"";z-index:0;pointer-events:none;background:linear-gradient(#02061700 0%,#02061773 55%,#020617bf 100%);height:55%;position:absolute;bottom:0;left:0;right:0}.feed-page.feed-focus .feed-post-panel>*{z-index:1;position:relative}.feed-page.feed-focus .feed-actions-inline .feed-action-button{background:#02061773;border-color:#ffffff29;box-shadow:0 10px 20px #02061759}.feed-page.feed-focus .feed-actions-inline .feed-action-button:hover{background:#02061799}.feed-page.feed-focus .feed-post-panel .feed-post-copy{margin-bottom:8px}.feed-page.feed-focus .feed-post-panel .feed-actions-inline{margin-top:10px}.feed-page.feed-focus .feed-post-panel .feed-cta{margin-top:12px}.feed-focus-pill{background:#0f172ad9;box-shadow:0 6px 16px #02061759}.feed-focus-pill.active{box-shadow:0 8px 20px #02061773}.feed-cta-button{box-shadow:inset 0 1px #ffffff2e,0 10px 24px #02061759}:root[data-theme=light] .feed-action-count{color:#0f172a!important;opacity:1!important}:root[data-theme=light] .feed-actions-inline .feed-action-button{color:#0f172a!important}:root[data-theme=light] .feed-page .feed-card,:root[data-theme=light] .feed-post-panel{box-shadow:none!important}.feed-post-copy .feed-text-wrap{margin-left:-6px;margin-right:-6px;padding-left:6px;padding-right:6px}.feed-page.feed-focus .feed-text-wrap{background:linear-gradient(#0000008c 0%,#00000047 100%)}.feed-page.feed-focus .feed-post-copy,.feed-page.feed-focus .feed-post-copy .feed-text{color:#f8fafc}.feed-page.feed-standard .feed-post-copy,.feed-page.feed-focus .feed-post-copy{width:100%}.feed-text-wrap{border-radius:14px;width:100%;max-width:100%;margin:0;padding:4px 6px}.feed-page.feed-standard .feed-text-wrap{background:#0000001f}:root[data-theme=light] .feed-page.feed-standard .feed-text-wrap{background:#0f172a14}.feed-page.feed-focus .feed-text-wrap{-webkit-backdrop-filter:blur(8px);background:#0009}.feed-page.feed-standard .feed-media-shell:after{background:linear-gradient(#0000 75%,#0000001f 100%)!important}:root[data-theme=light] .feed-page.feed-standard .feed-media-shell:after{background:linear-gradient(#fff0 75%,#ffffff2e 100%)!important}.feed-actions-inline{gap:12px}.feed-actions-inline .feed-action-button{color:#0f172a;background:#0f172a1f;border:1px solid #0f172a29;border-radius:999px;align-items:center;gap:6px;padding:7px 12px;font-weight:600;display:inline-flex}.feed-actions-inline .feed-action-button .feed-action-count{color:inherit;opacity:.9;font-weight:700}.feed-actions-inline .feed-action-button svg{width:20px;height:20px}.feed-actions-inline .feed-action-button:hover{background:#0f172a2e;border-color:#0f172a38}:root[data-theme=dark] .feed-actions-inline .feed-action-button{color:#e2e8f0f2;background:#0f172a47;border-color:#ffffff1f}:root[data-theme=dark] .feed-actions-inline .feed-action-button:hover{background:#0f172a66}.feed-cta-button{letter-spacing:.08em;text-transform:uppercase;color:#0b1120;background:linear-gradient(90deg,#22d3ee 0%,#3b82f6 100%);border:none;border-radius:999px;padding:14px 24px;font-size:.95rem;font-weight:700;box-shadow:0 12px 24px #02061740,inset 0 1px #ffffff59}.feed-cta-button:hover{transform:translateY(-1px);box-shadow:0 16px 30px #0206174d,inset 0 1px #fff6}.feed-cta-button:active{transform:translateY(0)}:root[data-theme=dark] .feed-cta-button{color:#f8fafc}.feed-cta{justify-content:flex-end;display:flex}.feed-page.feed-focus .feed-actions-fold{flex-direction:column;align-items:center;gap:8px;display:flex}.feed-page.feed-focus .feed-actions-toggle{color:#e2e8f0e6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;background:#0f172a59;border:1px solid #94a3b84d;border-radius:999px;justify-content:center;align-items:center;width:42px;height:22px;transition:transform .2s,background .2s;display:inline-flex;box-shadow:0 10px 24px #02061759}.feed-page.feed-focus .feed-actions-toggle svg{transition:transform .2s}.feed-page.feed-focus .feed-actions-fold.open .feed-actions-toggle svg{transform:rotate(180deg)}.feed-page.feed-focus .feed-actions-panel{width:100%;display:none}.feed-page.feed-focus .feed-actions-fold.open .feed-actions-panel{display:block}.feed-page.feed-focus .feed-actions-inline{justify-content:center}.feed-action-count.active{color:inherit;opacity:1}.feed-page.feed-standard .feed-actions,.feed-page.feed-focus .feed-actions-inline{gap:8px}.feed-page.feed-standard .feed-action-button,.feed-page.feed-focus .feed-actions-inline .feed-action-button{gap:6px;padding:5px 8px;font-size:.74rem}.feed-page.feed-standard .feed-action-button svg,.feed-page.feed-focus .feed-actions-inline .feed-action-button svg{width:16px;height:16px}.feed-page.feed-standard .feed-action-count,.feed-page.feed-focus .feed-actions-inline .feed-action-count{padding:2px 6px;font-size:.7rem}@media (max-width:600px){.feed-page.feed-standard .feed-action-button span:not(.feed-action-count),.feed-page.feed-focus .feed-actions-inline .feed-action-button span:not(.feed-action-count){display:none}.feed-page.feed-standard .feed-card.feed-post{border-radius:4px}.feed-page.feed-focus .feed-card.feed-post{border-radius:4px;min-height:76vh}.feed-page.feed-standard .feed-media-shell,.feed-page.feed-focus .feed-media-shell{height:clamp(260px,42vh,380px);min-height:260px;max-height:380px}.feed-post-panel{border-radius:inherit;padding:12px 12px 10px}.feed-post-copy{gap:6px}.feed-post-title{font-size:1.2rem}.feed-post-meta{font-size:.85rem}.feed-post-panel .feed-post-copy{margin-bottom:4px}.feed-post-panel .feed-cta{margin-top:6px}.feed-post-panel .feed-actions-inline{gap:12px;margin-top:6px}.feed-page.feed-focus .feed-post-panel .feed-cta{margin-top:8px}.feed-page.feed-focus .feed-post-panel .feed-actions-inline{margin-top:6px}}.feed-post-panel .feed-text{letter-spacing:.01em;color:var(--text);font-size:1rem;font-weight:500;line-height:1.65}.feed-page.feed-focus .feed-post-copy-focus .feed-text{color:#f8fafc}:root[data-theme=light] .feed-page.feed-focus .feed-post-copy-focus .feed-text{color:#0f172a}.feed-post-panel .feed-text-toggle,.feed-post-panel .feed-focus-more{color:var(--brand);letter-spacing:.02em;font-size:.9rem;font-weight:600}.feed-text{white-space:normal;overflow-wrap:anywhere;word-break:break-word}.my-posts-page .feed-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:20px;padding:8px 0 18px;display:flex}.my-posts-page .feed-header h1{font-family:var(--font-head);margin:0 0 6px;font-size:clamp(1.6rem,2.2vw,2.1rem)}.my-posts-page .feed-header .muted{margin:0;font-size:.95rem}.my-posts-page .feed-toggle{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:16px;flex-wrap:wrap;align-items:center;gap:10px 14px;padding:10px 14px;display:flex}.my-posts-page .feed-toggle span{letter-spacing:.12em;text-transform:uppercase;color:var(--muted);font-size:.7rem}.my-posts-page .feed-toggle select{appearance:none;border:1px solid var(--line);color:var(--text);background:#0f172a0a;border-radius:999px;padding:8px 12px;font-weight:600}:root[data-theme=dark] .my-posts-page .feed-toggle{background:#0f172a99;border-color:#94a3b833}:root[data-theme=dark] .my-posts-page .feed-toggle select{color:#e2e8f0;background:#0f172a80;border-color:#94a3b833}.my-posts-grid{gap:20px;margin-top:20px;display:grid}@media (min-width:1024px){.my-posts-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}}.my-posts-page .feed-card.feed-post{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow)}.my-posts-page .feed-actions{justify-content:flex-start}.my-posts-page .feed-action-button{cursor:default}.my-posts-page .feed-action-button:hover{color:var(--action-text);border-color:var(--action-border);background:var(--action-bg);box-shadow:var(--action-shadow);transform:none}@media (max-width:720px){.my-posts-page .feed-header{flex-direction:column;align-items:flex-start}.my-posts-page .feed-toggle{width:100%}}.post-create-page .feed-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:18px;padding:10px 0 18px;display:flex}.post-create-page .feed-header h1{font-family:var(--font-head);margin:0 0 6px;font-size:clamp(1.6rem,2.4vw,2.2rem)}.post-create-page .feed-header .muted{margin:0;font-size:.95rem}.post-create-page .post-create-header-main{align-items:center;gap:12px;display:flex}.post-create-page .post-create-back{border:1px solid var(--line);background:var(--surface);width:40px;height:40px;color:var(--text);box-shadow:var(--shadow);cursor:pointer;border-radius:12px;justify-content:center;align-items:center;transition:transform .18s,border-color .18s,box-shadow .18s;display:inline-flex}.post-create-page .post-create-back svg{width:20px;height:20px}.post-create-page .post-create-back:hover{border-color:var(--accent);box-shadow:var(--shadow);transform:translateY(-1px)}.post-create-page .post-create-back:focus-visible{outline:2px solid color-mix(in oklab, var(--accent) 70%, white);outline-offset:2px}.post-create-page .feed-composer{border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow);border-radius:24px;margin-top:20px;padding:22px 22px 20px}:root[data-theme=dark] .post-create-page .feed-composer{background:linear-gradient(160deg,#0f172af2,#080c16fa);border-color:#94a3b82e}.post-create-page .feed-composer-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;display:flex}.post-create-page .feed-composer-head h2{margin:0;font-size:1.35rem;font-weight:700}.post-create-page .feed-count{background:var(--action-count-bg);min-width:54px;color:var(--action-count-text);border-radius:999px;justify-content:center;align-items:center;padding:4px 10px;font-size:.78rem;font-weight:700;display:inline-flex}.post-create-page .feed-count.warn{color:var(--danger);background:#e74c3c29}.post-create-page textarea{resize:vertical;border:1px solid var(--line);width:100%;min-height:140px;color:var(--text);background:#0f172a0a;border-radius:16px;padding:14px 16px;font-size:1rem;line-height:1.6}:root[data-theme=dark] .post-create-page textarea{color:#e2e8f0;background:#0f172a80;border-color:#94a3b833}.post-create-page .feed-input-field{flex-direction:column;gap:6px;margin-top:14px;display:flex}.post-create-page .feed-input-field label{letter-spacing:.12em;text-transform:uppercase;color:var(--muted);font-size:.7rem}.post-create-page .feed-input{border:1px solid var(--line);width:100%;color:var(--text);background:#0f172a0a;border-radius:999px;padding:10px 14px;font-size:.95rem}:root[data-theme=dark] .post-create-page .feed-input{color:#e2e8f0;background:#0f172a80;border-color:#94a3b833}.post-create-page .feed-composer-actions{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-top:18px;display:flex}.post-create-page .feed-input-row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}@media (max-width:720px){.post-create-page .feed-header{flex-direction:column;align-items:flex-start}.post-create-page .feed-composer{padding:18px 18px 16px}.post-create-page .feed-composer-actions{flex-direction:column;align-items:stretch}.post-create-page .feed-input-row{justify-content:space-between;width:100%}.post-create-page .btn-primary,.post-create-page .btn-secondary{width:100%}}.feed-page.feed-standard .feed-text,.feed-page.feed-focus .feed-text{-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.feed-page.feed-standard .feed-text.feed-text-expanded,.feed-page.feed-focus .feed-text.feed-text-expanded,.feed-page.feed-focus .feed-focus-desc.expanded .feed-text{-webkit-line-clamp:unset;line-clamp:unset;display:block;overflow:visible}.feed-page.feed-standard .feed-text.feed-text-expanded{-webkit-overflow-scrolling:touch;max-height:40vh;padding-right:6px;overflow-y:auto}.feed-media-viewer{z-index:1200;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.feed-media-viewer-backdrop{background:#020617d9;border:0;position:absolute;inset:0}:root[data-theme=light] .feed-media-viewer-backdrop{background:#0f172aa6}.feed-media-viewer-body{background:#0b111d;border-radius:18px;justify-content:center;align-items:center;width:min(94vw,1200px);height:min(92vh,760px);display:flex;position:relative;overflow:hidden;box-shadow:0 30px 80px #0206178c}:root[data-theme=light] .feed-media-viewer-body{background:#0f172a}.feed-media-viewer-media{object-fit:contain;background:#000;width:100%;height:100%}.feed-media-viewer-close{color:#fff;cursor:pointer;z-index:2;background:#0f172a8c;border:1px solid #ffffff40;border-radius:999px;justify-content:center;align-items:center;width:36px;height:36px;display:inline-flex;position:absolute;top:12px;right:12px}:root[data-theme=light] .feed-media-viewer-close{color:#0f172a;background:#fffc;border-color:#0f172a2e}.feed-media-viewer-nav{color:#fff;cursor:pointer;background:#0f172a8c;border:1px solid #ffffff40;border-radius:999px;justify-content:center;align-items:center;width:40px;height:40px;display:inline-flex;position:absolute;top:50%;transform:translateY(-50%)}.feed-media-viewer-nav.prev{left:14px}.feed-media-viewer-nav.next{right:14px}.feed-media-viewer-count{color:#e2e8f0;background:#0f172a8c;border:1px solid #ffffff26;border-radius:999px;padding:4px 8px;font-size:12px;position:absolute;bottom:12px;right:16px}:root[data-theme=light] .feed-media-viewer-nav,:root[data-theme=light] .feed-media-viewer-count{color:#0f172a;background:#ffffffbf;border-color:#0f172a2e}@media (max-width:640px){.feed-media-viewer-body{border-radius:16px;width:96vw;height:88vh}}.feed-page .feed-card,.feed-page .feed-card.feed-post,.feed-page.feed-standard .feed-card.feed-post,.feed-page.feed-focus .feed-card.feed-post,.feed-media-shell,.feed-post-panel,.feed-post-panel .feed-post-copy,.feed-post-panel .feed-text-wrap,.feed-post-panel .feed-focus-desc,.feed-comments{border-radius:4px}.feed-view-toggle{top:calc(env(safe-area-inset-top,0px) + 60px)}.feed-page.feed-standard .feed-card.feed-post,.feed-page.feed-standard .feed-media-shell,.feed-page.feed-standard .feed-body:not(.feed-body-empty) .feed-media-shell{border-radius:8px 8px 0 0}.feed-page.feed-standard .feed-media-shell:after{z-index:1}.feed-page.feed-standard .feed-media-toolbar{z-index:2;position:relative}:root[data-theme=light] .feed-media-chip,:root[data-theme=light] .feed-media-indicator{color:#0f172a;background:#ffffffd9;border-color:#0f172a2e}.feed-page.feed-focus{--focus-panel-bottom:calc(var(--focus-nav-height) + env(safe-area-inset-bottom,0px) + 8px)}@media (min-width:861px){.feed-page.feed-focus{--focus-panel-bottom:16px}}.feed-page.feed-focus .feed-actions-inline .feed-action-button{color:#f8fafc;background:#ffffff1f;border:1px solid #ffffff2e;box-shadow:0 8px 22px #02061766}.feed-page.feed-focus .feed-actions-inline .feed-action-count{color:currentColor}.feed-page.feed-focus .feed-focus-profile{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#f8fafc;background:#060a168c;border-radius:999px;gap:8px;padding:6px 12px;position:absolute;top:14px;left:14px;box-shadow:0 12px 30px #02061773}:root[data-theme=light] .feed-page.feed-focus .feed-focus-profile{color:#0f172a;background:#ffffffd1;box-shadow:0 12px 30px #0f172a2e}.feed-page.feed-focus .feed-focus-profile .feed-focus-avatar{box-shadow:none}.feed-page.feed-focus .feed-post-panel-focus{flex-direction:column;display:flex}.feed-page.feed-focus .feed-post-copy-focus{order:1}.feed-page.feed-focus .feed-focus-desc{order:2}.feed-page.feed-focus .feed-actions-fold,.feed-page.feed-focus .feed-actions-inline{order:3}.feed-page.feed-focus .feed-cta.feed-cta-focus{order:4}.feed-page.feed-focus .feed-actions-inline{gap:8px;margin-top:8px}.feed-page.feed-focus .feed-actions-inline .feed-action-button{color:#f8fafc;background:#ffffff29;border:1px solid #fff3}.feed-page.feed-focus .feed-post-panel-focus{gap:10px;width:100%;margin-top:8px;padding:0 16px 12px;position:static!important;bottom:auto!important;left:auto!important;right:auto!important}.feed-page.feed-focus{overflow-x:hidden}.feed-page.feed-focus .feed-media-shell,.feed-page.feed-focus .feed-post-panel-focus{border-radius:14px}.feed-page.feed-focus .feed-post-panel-focus{gap:10px;width:100%;margin:12px 0 6px;padding:0 16px 12px;position:static!important}.feed-page.feed-focus .feed-actions-inline{justify-content:center;gap:8px;margin-top:6px}.feed-page.feed-focus .feed-post-panel-focus{gap:10px;max-height:46vh;padding:0 16px 10px;overflow:auto}.feed-page.feed-focus .feed-actions-inline{justify-content:center;gap:8px}.feed-page.feed-focus .feed-actions-inline .feed-action-button{color:#f8fafc;background:#ffffff29;border:1px solid #ffffff38;padding:8px 12px}:root[data-theme=light] .feed-page.feed-focus .feed-actions-inline .feed-action-button{color:#0f172a;background:#0f172a14;border-color:#0f172a29}.feed-page.feed-focus .feed-actions-inline .feed-action-button svg{opacity:.92;width:18px;height:18px}.feed-page.feed-focus{max-width:100vw;overflow-x:hidden}.feed-page.feed-focus .feed-media-shell,.feed-page.feed-focus .feed-media,.feed-page.feed-focus .feed-media-video,.feed-page.feed-focus .feed-post-panel-focus{border-radius:14px!important}.feed-page.feed-focus .feed-post-panel-focus{background:#070c1a8c;border:1px solid #ffffff14;width:100%;max-height:46vh;overflow:auto;box-shadow:0 12px 30px #02061766;gap:10px!important;margin:10px 0 6px!important;padding:0 16px 10px!important;position:static!important}.feed-page.feed-focus .feed-focus-profile{top:10px!important;left:10px!important}.feed-page.feed-focus .feed-post-copy-focus .feed-text{margin-top:8px;line-height:1.6}.feed-page.feed-focus .feed-actions-inline,.feed-page.feed-focus .feed-actions-fold .feed-actions-panel{justify-content:center;gap:8px}.feed-page.feed-focus .feed-action-button{padding:8px 12px;box-shadow:0 8px 22px #02061759;color:#f8fafc!important;background:#ffffff29!important;border:1px solid #ffffff38!important}.feed-media-fullscreen,.feed-media-tools .feed-media-tool{transform:scale(.9)}.filter-card .filter-input{position:relative}.filter-card .filter-input input{padding-right:34px}.filter-card .clear-input{color:var(--muted);cursor:pointer;background:0 0;border:none;padding:4px;line-height:1;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.filter-card .clear-input:hover{color:var(--text)}@media (max-width:860px){.feed-page.feed-focus .feed-list{padding-bottom:calc(env(safe-area-inset-bottom,0px) + var(--bottom-nav-height,74px) + 220px)}.feed-page.feed-focus .feed-cta.feed-cta-focus{margin-top:10px!important;position:static!important;bottom:auto!important;left:auto!important;right:auto!important}.feed-page.feed-focus .feed-post-panel-focus{-webkit-backdrop-filter:blur(14px);left:12px!important;right:12px!important;bottom:calc(env(safe-area-inset-bottom,0px) + var(--bottom-nav-height,74px) + 8px)!important;z-index:20!important;background:#ffffffe0!important;border:1px solid #0f172a1a!important;border-radius:14px!important;flex-direction:column!important;gap:10px!important;padding:12px 14px 14px!important;display:flex!important;position:fixed!important;box-shadow:0 18px 40px #00000024!important}:root[data-theme=dark] .feed-page.feed-focus .feed-post-panel-focus{background:#0206178c!important;border-color:#ffffff1f!important;box-shadow:0 20px 50px #00000059!important}.feed-page.feed-focus .feed-post-panel-focus .feed-post-copy-focus{flex-direction:column;align-items:flex-start;gap:6px;margin:0;display:flex}.feed-page.feed-focus .feed-post-panel-focus .feed-focus-profile{margin:0;position:static!important;inset:auto!important}.feed-page.feed-focus .feed-actions-inline{overscroll-behavior-x:contain;scrollbar-width:none;-webkit-overflow-scrolling:touch;flex-wrap:nowrap;justify-content:center;align-items:center;gap:10px;padding-bottom:2px;display:flex;overflow-x:auto}.feed-page.feed-focus .feed-actions-inline::-webkit-scrollbar{display:none}.feed-page.feed-focus .feed-actions-inline .feed-action-button{flex:none}.feed-page.feed-focus .feed-actions-inline .feed-action-button svg{opacity:.95;display:block}@media (max-width:420px){.feed-page.feed-focus .feed-actions-inline{justify-content:flex-start}.feed-page.feed-focus .feed-actions-inline .feed-action-button span:not(.feed-action-count){display:none}}}@media (min-width:861px){.feed-page.feed-focus .feed-post-panel-focus{box-shadow:none!important;-webkit-backdrop-filter:none!important;background:0 0!important;border:none!important;position:static!important;bottom:auto!important;left:auto!important;right:auto!important}}.feed-page.feed-focus{--focus-radius:16px;--focus-panel-bg:#080c18b8;--focus-panel-border:#ffffff29;--focus-panel-shadow:0 24px 60px #02061773;--focus-panel-pad:12px 14px 14px;--focus-gap:10px;--focus-safe-bottom:calc(env(safe-area-inset-bottom,0px) + var(--bottom-nav-height,74px));max-width:100vw;overflow-x:hidden}:root[data-theme=light] .feed-page.feed-focus{--focus-panel-bg:#fffffff0;--focus-panel-border:#0f172a1f;--focus-panel-shadow:0 22px 50px #0f172a2e}.feed-page.feed-focus .feed-media-shell,.feed-page.feed-focus .feed-media,.feed-page.feed-focus .feed-media-video{border-radius:var(--focus-radius);overflow:hidden}.feed-page.feed-focus .feed-media-shell:after{background:linear-gradient(#02061714 0%,#0206172e 55%,#02061752 100%)}.feed-page.feed-focus .feed-post-panel-focus{left:12px;right:12px;bottom:calc(var(--focus-safe-bottom) + 8px);z-index:20;gap:var(--focus-gap);padding:var(--focus-panel-pad);border-radius:var(--focus-radius);background:var(--focus-panel-bg);border:1px solid var(--focus-panel-border);box-shadow:var(--focus-panel-shadow);-webkit-backdrop-filter:blur(16px);flex-direction:column;max-height:38vh;display:flex;position:fixed;overflow:hidden}.feed-page.feed-focus .feed-post-panel-focus .feed-post-copy-focus{flex-direction:column;gap:6px;margin:0;display:flex}.feed-page.feed-focus .feed-post-panel-focus .feed-focus-profile{align-items:center;gap:8px;margin:0;display:flex;position:static;inset:auto}.feed-page.feed-focus .feed-focus-desc,.feed-page.feed-focus .feed-post-copy-focus .feed-text{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin:0;line-height:1.5;display:-webkit-box;overflow:hidden}.feed-page.feed-focus .feed-actions-inline{scrollbar-width:none;-webkit-overflow-scrolling:touch;flex-wrap:nowrap;align-items:center;gap:8px;display:flex;overflow-x:auto}.feed-page.feed-focus .feed-actions-inline::-webkit-scrollbar{display:none}.feed-page.feed-focus .feed-action-button{color:#f8fafc;background:#ffffff24;border:1px solid #fff3;border-radius:999px;padding:6px 10px;box-shadow:0 10px 26px #02061759}:root[data-theme=light] .feed-page.feed-focus .feed-action-button{color:#0f172a;background:#0f172a0f;border-color:#0f172a24;box-shadow:0 10px 24px #0f172a1f}.feed-page.feed-focus .feed-action-button svg{opacity:.95;width:18px;height:18px}.feed-page.feed-focus .feed-cta.feed-cta-focus{align-self:stretch;margin-top:2px}.feed-page.feed-focus .feed-cta-button{padding:10px 16px}@media (max-width:420px){.feed-page.feed-focus .feed-actions-inline{justify-content:flex-start}.feed-page.feed-focus .feed-action-button span:not(.feed-action-count){display:none}}@media (min-width:861px){.feed-page.feed-focus .feed-post-panel-focus{-webkit-backdrop-filter:none;max-width:720px;max-height:none;margin:12px auto 8px;position:static;bottom:auto;left:auto;right:auto;overflow:visible}.feed-page.feed-focus .feed-list{padding-bottom:32px}}.feed-page.feed-focus .feed-list{padding-bottom:32px!important}.feed-page.feed-focus .feed-card.feed-post{background:linear-gradient(140deg,#060a16fa,#030812f2);border:1px solid #94a3b81f;min-height:72vh;box-shadow:0 26px 60px #02061773;border-radius:18px!important;height:auto!important;padding:16px!important}:root[data-theme=light] .feed-page.feed-focus .feed-card.feed-post{background:#fff;border:1px solid #94a3b833;box-shadow:0 22px 52px #0f172a1f}.feed-page.feed-focus .feed-body{grid-template-columns:minmax(0,1.2fr) minmax(0,360px);align-items:stretch;gap:16px;min-height:60vh;height:auto!important;display:grid!important}.feed-page.feed-focus .feed-media-shell{width:100%;height:100%;overflow:hidden;border-radius:16px!important;position:relative!important;inset:auto!important}.feed-page.feed-focus .feed-media-carousel{border-radius:16px;height:100%}.feed-page.feed-focus .feed-media-slide{height:100%}.feed-page.feed-focus .feed-post-panel-focus .feed-focus-profile{margin:0;position:static;inset:auto}.feed-page.feed-focus .feed-cta.feed-cta-focus{margin-top:auto!important}@media (max-width:960px){.feed-page.feed-focus .feed-body{grid-template-columns:1fr;min-height:auto}.feed-page.feed-focus .feed-post-panel-focus{max-height:none}}.feed-page.feed-focus .feed-focus-desc{padding-right:48px;position:relative}.feed-page.feed-focus .feed-focus-desc .feed-text{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.feed-page.feed-focus .feed-focus-desc.expanded{max-height:none;padding-right:0;overflow:visible}.feed-page.feed-focus .feed-focus-desc.expanded .feed-text{-webkit-line-clamp:unset;line-clamp:unset;display:block;overflow:visible}.feed-page.feed-focus .feed-focus-more{color:#e2e8f0;background:linear-gradient(90deg,#080c1800 0%,#080c18d9 40%);border-radius:999px;padding:2px 8px;position:absolute;bottom:0;right:0}:root[data-theme=light] .feed-page.feed-focus .feed-focus-more{color:#0f172a;background:linear-gradient(90deg,#fff0 0%,#ffffffe6 40%)}.feed-page.feed-focus .feed-focus-desc.expanded .feed-focus-more{background:0 0;margin-top:6px;padding:0;position:static}.feed-page.feed-focus .feed-focus-desc .feed-focus-more{z-index:2;pointer-events:auto;opacity:1}.feed-page.feed-focus .feed-focus-desc.expanded{scrollbar-width:thin;max-height:30vh;padding-right:6px;overflow-y:auto}.feed-page.feed-focus .feed-focus-desc.expanded::-webkit-scrollbar{width:6px}.feed-page.feed-focus .feed-focus-desc.expanded::-webkit-scrollbar-thumb{background:#94a3b859;border-radius:999px}@media (min-width:861px){.feed-page.feed-focus .feed-focus-desc.expanded{max-height:240px}}.feed-page.feed-focus .feed-post-panel-focus{position:relative}.feed-page.feed-focus .feed-focus-desc.expanded{background:var(--focus-panel-bg,#080c18eb);border:1px solid var(--focus-panel-border,#ffffff29);z-index:3;border-radius:14px;max-height:none;padding:12px 12px 44px;position:absolute;inset:10px;overflow-y:auto;box-shadow:0 16px 36px #02061759}.feed-page.feed-focus .feed-focus-desc.expanded .feed-focus-more{color:#e2e8f0;background:#080c18d9;border-radius:999px;margin-top:12px;padding:6px 10px;position:sticky;bottom:0}:root[data-theme=light] .feed-page.feed-focus .feed-focus-desc.expanded{background:var(--focus-panel-bg,#fffffff5);border-color:var(--focus-panel-border,#0f172a1f);box-shadow:0 14px 32px #0f172a1f}:root[data-theme=light] .feed-page.feed-focus .feed-focus-desc.expanded .feed-focus-more{color:#0f172a;background:#fffffff2}.feed-page.feed-focus .feed-post-panel-focus{overflow:visible!important}.feed-page.feed-focus .feed-focus-desc.expanded{left:16px;right:16px;bottom:calc(env(safe-area-inset-bottom,0px) + var(--bottom-nav-height,74px) + 12px);z-index:1200;max-height:45vh;position:fixed;top:auto}@media (min-width:861px){.feed-page.feed-focus .feed-focus-desc.expanded{width:min(640px,92vw);max-height:min(50vh,420px);bottom:24px;left:50%;right:auto;transform:translate(-50%)}}.feed-page.feed-focus .feed-focus-desc.expanded{border-radius:18px;max-height:60vh;padding:18px 18px 56px;left:12px;right:12px}.feed-page.feed-focus .feed-focus-desc.expanded .feed-text{letter-spacing:.01em;font-size:1rem;line-height:1.65}@media (min-width:861px){.feed-page.feed-focus .feed-focus-desc.expanded{width:min(860px,94vw);max-height:min(60vh,520px)}}.feed-page.feed-focus .feed-actions-inline{gap:6px}.feed-page.feed-focus .feed-action-button{min-height:32px;padding:5px 8px;font-size:.85rem}.feed-page.feed-focus .feed-action-button svg{width:16px;height:16px}.feed-page.feed-focus .feed-cta.feed-cta-focus .feed-cta-button{letter-spacing:.04em;height:44px;padding:8px 14px;font-size:.9rem}.feed-page.feed-focus .feed-body{position:relative}.feed-page.feed-focus .feed-focus-desc.expanded{z-index:1300;max-height:70vh;position:fixed;inset:10vh 16px auto}@media (min-width:861px){.feed-page.feed-focus .feed-focus-desc.expanded{width:min(900px,92vw);max-height:min(70vh,600px);top:12vh;left:50%;right:auto;transform:translate(-50%)}}.feed-page.feed-focus .feed-post-panel-focus{z-index:10}@media (min-width:861px){.feed-page.feed-focus .feed-focus-desc.expanded{width:min(900px,92vw);inset:10vh auto 140px 50%;transform:translate(-50%)}}.feed-page.feed-focus{height:auto;min-height:100dvh;padding:24px 0 48px;overflow:visible}.feed-page.feed-focus .container{max-width:1200px;height:auto;margin:0 auto;padding:0 16px}.feed-page.feed-focus .feed-list{scroll-snap-type:none;gap:24px;height:auto;max-height:none;padding:0;overflow:visible}.feed-page.feed-focus .feed-card.feed-post{min-height:unset;background:linear-gradient(140deg,#060a16fa,#030812f5);border:1px solid #94a3b826;border-radius:20px;padding:18px;overflow:hidden;box-shadow:0 28px 70px #02061773;height:auto!important}:root[data-theme=light] .feed-page.feed-focus .feed-card.feed-post{background:#fff;border-color:#94a3b838;box-shadow:0 22px 52px #0f172a1f}.feed-page.feed-focus .feed-body{grid-template-columns:minmax(0,1.35fr) minmax(0,.65fr);align-items:stretch;gap:18px;height:auto;display:grid;position:relative}.feed-page.feed-focus .feed-media-shell{background:#0b111d;border-radius:16px;height:clamp(320px,70vh,680px);overflow:hidden;position:relative!important;inset:auto!important}.feed-page.feed-focus .feed-media-carousel,.feed-page.feed-focus .feed-media-slide,.feed-page.feed-focus .feed-media{height:100%}.feed-page.feed-focus .feed-post-panel-focus{background:#080c18c7;border:1px solid #ffffff29;border-radius:16px;flex-direction:column;gap:10px;max-height:none;padding:16px;display:flex;overflow:visible;box-shadow:0 18px 40px #02061766;position:static!important;bottom:auto!important;left:auto!important;right:auto!important}:root[data-theme=light] .feed-page.feed-focus .feed-post-panel-focus{background:#fffffff5;border-color:#0f172a1f;box-shadow:0 18px 40px #0f172a24}.feed-page.feed-focus .feed-focus-desc.expanded{max-height:220px;overflow-y:auto;position:relative!important;inset:auto!important}.feed-page.feed-focus .feed-actions-inline{flex-wrap:wrap;justify-content:flex-start;overflow:visible}@media (max-width:960px){.feed-page.feed-focus{padding:12px 0 32px}.feed-page.feed-focus .feed-body{grid-template-columns:1fr}.feed-page.feed-focus .feed-media-shell{height:clamp(260px,48vh,420px)}}.feed-page.feed-focus .feed-post-panel-focus{max-height:none!important;position:static!important;overflow:visible!important}.feed-page.feed-focus .feed-focus-desc{position:relative}.feed-page.feed-focus .feed-focus-desc.expanded{top:4vh;left:16px;right:16px;bottom:calc(env(safe-area-inset-bottom,0px) + var(--bottom-nav-height,74px) + 140px);z-index:1200;max-height:none!important;position:fixed!important}@media (min-width:861px){.feed-page.feed-focus .feed-focus-desc.expanded{width:min(860px,92vw);inset:6vh auto 140px 50%;transform:translate(-50%)}}.feed-page.feed-focus .feed-post-copy-focus{position:relative}.feed-page.feed-focus .feed-focus-desc.expanded{z-index:1400;pointer-events:auto}.feed-page.feed-focus .feed-focus-profile{z-index:10;position:relative}.feed-page.feed-focus .feed-media-shell{position:relative}.feed-page.feed-focus .feed-focus-desc-overlay{z-index:6;pointer-events:auto;background:linear-gradient(140deg,#060a16bf,#03081299);border:1px solid #ffffff26;border-radius:14px;padding:12px 12px 40px;position:absolute;bottom:28px;left:16px;right:16px;box-shadow:0 16px 40px #02061773}:root[data-theme=light] .feed-page.feed-focus .feed-focus-desc-overlay{background:linear-gradient(140deg,#fffffff5,#f1f5f9eb);border-color:#0f172a1f;box-shadow:0 12px 32px #0f172a2e}.feed-page.feed-focus .feed-focus-desc-overlay .feed-text{color:#f8fafc;text-shadow:0 2px 10px #00000073}:root[data-theme=light] .feed-page.feed-focus .feed-focus-desc-overlay .feed-text{color:#0f172a;text-shadow:none}.feed-page.feed-focus .feed-focus-desc.expanded{z-index:1400;inset:6vh 12px 12vh;max-height:none!important;position:fixed!important}@media (min-width:861px){.feed-page.feed-focus .feed-focus-desc.expanded{width:min(900px,94vw);inset:6vh auto 10vh 50%;transform:translate(-50%)}}.feed-page.feed-focus .feed-focus-desc-overlay.expanded{overflow-y:auto;height:50%!important;max-height:50%!important;position:absolute!important;bottom:12px!important;left:12px!important;right:12px!important}.feed-page.feed-focus .feed-action-button{color:#f8fafc!important;background:#0f172a73!important;border-color:#ffffff2e!important}.feed-page.feed-focus .feed-action-button svg,.feed-page.feed-focus .feed-action-button span{opacity:1!important}:root[data-theme=light] .feed-page.feed-focus .feed-action-button{color:#0f172a!important;background:#ffffffe6!important;border-color:#0f172a2e!important}.feed-page.feed-focus{height:100dvh;min-height:100dvh;overflow:hidden}.feed-page.feed-focus .feed-list{scroll-snap-type:y mandatory;overscroll-behavior-y:contain;gap:0;height:100dvh;max-height:100dvh;padding:0;scroll-padding:0;overflow:hidden auto}.feed-page.feed-focus .feed-card.feed-post{scroll-snap-align:start;scroll-snap-stop:always;height:100dvh;min-height:100dvh;margin:0}.feed-page.feed-focus .feed-body{height:100%}.feed-page.feed-focus{padding:0}:root[data-theme=light] .feed-page.feed-standard .feed-card.feed-post,:root[data-theme=light] .feed-page.feed-focus .feed-card.feed-post{color:#0f172a!important;background:#fff!important;border-color:#94a3b838!important}:root:not([data-theme=light]) .feed-page.feed-standard .feed-card.feed-post,:root:not([data-theme=light]) .feed-page.feed-focus .feed-card.feed-post{color:#e2e8f0!important;background:linear-gradient(150deg,#0c1220fa,#060a14fa)!important;border-color:#94a3b82e!important}.profile-enterprise.profile-page{width:100%;max-width:none;margin-top:16px;padding-left:clamp(14px,2.2vw,30px);padding-right:clamp(14px,2.2vw,30px)}.profile-enterprise .profile-grid{grid-template-columns:1fr;gap:22px}.profile-enterprise .profile-card,.profile-enterprise .profile-card-primary,.profile-enterprise .profile-activity,.profile-enterprise .profile-edit{grid-column:1/-1}.profile-enterprise .profile-card{border:1px solid color-mix(in oklab, var(--line) 82%, transparent);background:radial-gradient(160% 120% at 100% -10%, color-mix(in oklab, var(--brand) 18%, transparent), transparent 48%), linear-gradient(185deg, color-mix(in oklab, var(--surface) 92%, #fff 8%), var(--surface));border-radius:22px;padding:22px;box-shadow:0 22px 56px #090f1f24,inset 0 1px #ffffff42}.profile-enterprise .profile-card:after{border-color:#ffffff3d}.profile-enterprise .profile-card-head{margin-bottom:16px}.profile-enterprise .profile-card-head-title{gap:4px;display:grid}.profile-enterprise .profile-card-subtitle{letter-spacing:.04em;text-transform:uppercase;color:var(--muted);margin:0;font-size:12px;font-weight:700;line-height:1.4}.profile-enterprise .profile-card-badge{box-shadow:inset 0 1px #fff3}.profile-enterprise .profile-actions{border:1px solid color-mix(in oklab, var(--line) 78%, transparent);background:color-mix(in oklab, var(--surface) 86%, #13b9a3 14%);border-radius:14px;margin-top:0;margin-bottom:16px;padding:12px}.profile-enterprise .profile-hero{border:1px solid color-mix(in oklab, var(--line) 78%, transparent);background:radial-gradient(130% 110% at 100% -10%, color-mix(in oklab, var(--accent) 16%, transparent), transparent 52%), linear-gradient(180deg, color-mix(in oklab, var(--surface) 88%, #fff 12%), color-mix(in oklab, var(--surface) 92%, #fff 8%));border-radius:20px;padding:18px}.profile-enterprise .profile-avatar-wrap-lg .profile-avatar,.profile-enterprise .profile-avatar-wrap-lg .profile-avatar-fallback{border-radius:24px;width:96px;height:96px}.profile-enterprise .profile-hero-copy h2{font-size:clamp(1.24rem,2.4vw,1.9rem)}.profile-enterprise .profile-hero-copy p{margin-top:6px;font-size:.95rem}.profile-enterprise .profile-kpi-grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:10px;margin-top:12px;display:grid}.profile-enterprise .profile-kpi-card{border:1px solid color-mix(in oklab, var(--line) 80%, transparent);background:color-mix(in oklab, var(--surface) 88%, #13b9a3 12%);border-radius:12px;gap:4px;padding:10px 12px;display:grid}.profile-enterprise .profile-kpi-card span{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);font-size:11px;font-weight:700}.profile-enterprise .profile-kpi-card strong{font-size:1.1rem;line-height:1.1}.profile-enterprise .profile-content-shell{border:1px solid color-mix(in oklab, var(--line) 82%, transparent);background:color-mix(in oklab, var(--surface) 92%, #fff 8%);border-radius:18px;margin-top:14px;padding:12px}.profile-enterprise .profile-content-tabs{scrollbar-width:none;flex-wrap:nowrap;gap:10px;margin:0 0 14px;padding-bottom:2px;overflow-x:auto}.profile-enterprise .profile-content-tabs::-webkit-scrollbar{display:none}.profile-enterprise .profile-content-tab{white-space:nowrap;border-radius:999px;min-height:38px;padding:8px 14px}.profile-enterprise .profile-content-tab.active{box-shadow:0 10px 20px #0f172a1f}.profile-enterprise .profile-tab-panel{gap:14px}.profile-enterprise .profile-overview-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.profile-enterprise .profile-overview-card{border-color:color-mix(in oklab, var(--line) 80%, transparent);background:linear-gradient(180deg, color-mix(in oklab, var(--surface) 92%, #fff 8%), color-mix(in oklab, var(--surface) 88%, #fff 12%));border-radius:16px;padding:14px 16px}.profile-enterprise .profile-overview-row{border-bottom:1px dashed color-mix(in oklab, var(--line) 76%, transparent);padding:7px 0}.profile-enterprise .profile-overview-row:last-child{border-bottom:none}.profile-enterprise .profile-overview-row strong{max-width:62%}.profile-enterprise .profile-activity-list{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));align-items:stretch;gap:12px}.profile-enterprise .profile-activity-item{border-radius:14px;height:100%;padding:13px 14px}.profile-enterprise .profile-connect-avatar{border-radius:14px;width:48px;height:48px}.profile-enterprise .profile-posts-grid .feed-card.feed-post{border-radius:18px;height:100%;padding:16px}.profile-enterprise .profile-posts-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));align-items:start}.profile-enterprise .profile-posts-grid .feed-actions{gap:10px}.profile-enterprise .profile-posts-grid .feed-action-button{border-radius:999px;padding:8px 12px}.profile-enterprise .jobs-grid,.profile-enterprise .applications-grid{gap:14px}.profile-enterprise .job-card,.profile-enterprise .application-card{border:1px solid color-mix(in oklab, var(--line) 80%, transparent);border-radius:16px;box-shadow:0 14px 30px #090f1f1a}.profile-enterprise .profile-edit .auth-form{gap:14px}.profile-enterprise .profile-edit .profile-edit-form-pro{gap:16px}.profile-enterprise .profile-edit .profile-edit-section{border:1px solid color-mix(in oklab, var(--line) 78%, transparent);background:color-mix(in oklab, var(--surface) 94%, #fff 6%);border-radius:14px;gap:12px;padding:14px;display:grid}.profile-enterprise .profile-edit .profile-edit-section-head h3{letter-spacing:.01em;margin:0;font-size:.96rem}.profile-enterprise .profile-edit .profile-edit-section-head p{color:var(--muted);margin:4px 0 0;font-size:.84rem}.profile-enterprise .profile-edit .profile-edit-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.profile-enterprise .profile-edit .profile-edit-grid label{margin:0}.profile-enterprise .profile-edit .profile-edit-field-full{grid-column:1/-1}.profile-enterprise .profile-edit .profile-upload-field{gap:8px;display:grid}.profile-enterprise .profile-edit .profile-edit-checkbox{border:1px dashed color-mix(in oklab, var(--line) 78%, transparent);background:color-mix(in oklab, var(--surface) 92%, #13b9a3 8%);border-radius:10px;min-height:42px;padding:10px 12px}.profile-enterprise .profile-edit .profile-edit-footer{justify-content:flex-end;padding-top:4px;display:flex}.profile-enterprise .profile-edit .auth-form label{border:1px solid color-mix(in oklab, var(--line) 78%, transparent);background:color-mix(in oklab, var(--surface) 92%, #fff 8%);border-radius:12px;padding:10px}.profile-enterprise .profile-edit .auth-form .checkbox-row{border-style:dashed}.profile-enterprise .profile-edit .auth-form .form-action-center{margin-top:4px}.profile-enterprise .profile-edit .profile-photo-row .btn-ghost{border-radius:999px;padding:8px 12px}@media (max-width:1140px){.profile-enterprise .profile-overview-grid{grid-template-columns:1fr}}@media (max-width:760px){.profile-enterprise .profile-card{border-radius:18px;padding:16px}.profile-enterprise .profile-content-shell{border-radius:14px;padding:10px}.profile-enterprise .profile-avatar-wrap-lg .profile-avatar,.profile-enterprise .profile-avatar-wrap-lg .profile-avatar-fallback{border-radius:18px;width:78px;height:78px}.profile-enterprise .profile-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-enterprise .profile-posts-grid,.profile-enterprise .profile-activity-list,.profile-enterprise .profile-edit .profile-edit-grid{grid-template-columns:1fr}}.account-workspace{gap:18px;max-width:1340px;margin-top:16px;display:grid}.account-workspace__header{border:1px solid color-mix(in oklab, var(--line) 80%, transparent);background:radial-gradient(120% 120% at 100% -10%, color-mix(in oklab, var(--brand) 20%, transparent), transparent 56%), linear-gradient(180deg, color-mix(in oklab, var(--surface) 94%, #fff 6%), color-mix(in oklab, var(--surface) 88%, #fff 12%));border-radius:20px;justify-content:space-between;align-items:flex-start;gap:16px;padding:22px;display:flex;box-shadow:0 18px 44px #090f1f24}.account-workspace__header h1{letter-spacing:.01em;margin:0;font-size:clamp(1.2rem,2.1vw,1.8rem)}.account-workspace__header p{color:var(--muted);max-width:720px;margin:6px 0 0}.account-workspace__rail{scrollbar-width:none;flex-wrap:nowrap;gap:10px;padding-bottom:2px;display:flex;overflow-x:auto}.account-workspace__rail::-webkit-scrollbar{display:none}.account-workspace__pill{appearance:none;font:inherit;cursor:pointer;white-space:nowrap;border:1px solid color-mix(in oklab, var(--line) 78%, transparent);background:color-mix(in oklab, var(--surface) 90%, #13b9a3 10%);letter-spacing:.06em;text-transform:uppercase;min-height:38px;color:var(--text);border-radius:999px;justify-content:center;align-items:center;gap:7px;padding:0 14px;font-size:12px;font-weight:700;text-decoration:none;transition:border-color .2s,transform .2s;display:inline-flex}.account-workspace__pill-icon{opacity:.92;justify-content:center;align-items:center;display:inline-flex}.account-workspace__pill-icon svg{width:13px;height:13px}.account-workspace__pill:hover{border-color:color-mix(in oklab, var(--brand) 40%, var(--line));color:var(--text);transform:translateY(-1px)}.account-workspace__pill.is-active{border-color:color-mix(in oklab, var(--brand) 42%, var(--line));background:color-mix(in oklab, var(--brand) 18%, var(--surface) 82%);color:color-mix(in oklab, var(--brand-600) 85%, var(--text));box-shadow:inset 0 0 0 1px color-mix(in oklab, var(--brand) 24%, transparent)}.account-workspace__grid{gap:16px;display:grid}.account-card{border:1px solid color-mix(in oklab, var(--line) 80%, transparent);background:radial-gradient(120% 120% at 100% -20%, color-mix(in oklab, var(--accent) 10%, transparent), transparent 56%), linear-gradient(182deg, color-mix(in oklab, var(--surface) 94%, #fff 6%), color-mix(in oklab, var(--surface) 90%, #fff 10%));border-radius:20px;padding:18px;box-shadow:0 16px 40px #090f1f1f}.account-card__head{justify-content:space-between;align-items:center;gap:10px;margin-bottom:14px;display:flex}.account-card__head h2{margin:0;font-size:1.06rem}.account-card--hero{padding:20px}.account-hero{grid-template-columns:auto 1fr;align-items:center;gap:16px;display:grid}.account-hero__avatar{border:1px solid color-mix(in oklab, var(--line) 80%, transparent);background:color-mix(in oklab, var(--surface) 86%, #13b9a3 14%);border-radius:20px;place-items:center;width:82px;height:82px;font-size:1.3rem;font-weight:800;display:grid}.account-hero__avatar img{border-radius:inherit;object-fit:cover;width:100%;height:100%}.account-hero__copy h3{margin:0;font-size:clamp(1.08rem,1.8vw,1.45rem)}.account-hero__copy p{color:var(--muted);margin:6px 0 0}.account-hero__chips{flex-wrap:wrap;gap:8px;margin-top:10px;display:flex}.account-chip{border:1px solid color-mix(in oklab, var(--line) 80%, transparent);background:color-mix(in oklab, var(--surface) 88%, #13b9a3 12%);min-height:28px;color:color-mix(in oklab, var(--text) 84%, var(--muted));border-radius:999px;align-items:center;padding:0 10px;font-size:12px;display:inline-flex}.account-metrics{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:10px;margin-top:14px;display:grid}.account-metric{border:1px solid color-mix(in oklab, var(--line) 80%, transparent);background:color-mix(in oklab, var(--surface) 88%, #fff 12%);border-radius:12px;gap:4px;padding:10px 12px;display:grid}.account-metric span{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);font-size:11px;font-weight:700}.account-metric strong{font-size:1.08rem;line-height:1.1}.account-activity-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.account-activity-col{border:1px solid color-mix(in oklab, var(--line) 78%, transparent);background:color-mix(in oklab, var(--surface) 90%, #fff 10%);border-radius:14px;padding:12px}.account-activity-col h3{margin:0 0 10px;font-size:.96rem}.account-list{gap:8px;display:grid}.account-list-item{border:1px solid color-mix(in oklab, var(--line) 74%, transparent);background:color-mix(in oklab, var(--surface) 94%, #fff 6%);border-radius:12px;gap:4px;padding:10px 11px;transition:border-color .2s,transform .2s;display:grid}.account-list-item:hover{border-color:color-mix(in oklab, var(--brand) 34%, var(--line));transform:translateY(-1px)}.account-list-item strong{font-size:.93rem}.account-list-item span{color:var(--muted);font-size:.84rem}.account-settings-grid{gap:10px;display:grid}.account-setting-row{border:1px solid color-mix(in oklab, var(--line) 78%, transparent);background:color-mix(in oklab, var(--surface) 92%, #fff 8%);border-radius:12px;justify-content:space-between;align-items:center;gap:14px;padding:12px;display:flex}.account-setting-row strong{display:block}.account-setting-row p{color:var(--muted);margin:4px 0 0;font-size:.86rem}.account-switch{align-items:center;gap:8px;font-size:.84rem;font-weight:700;display:inline-flex}.account-switch input{width:16px;height:16px}.account-actions{justify-content:flex-end;margin-top:12px;display:flex}.account-card--danger{border-color:color-mix(in oklab, var(--danger) 34%, var(--line));background:radial-gradient(120% 120% at 100% -10%, #ef444424, transparent 55%), linear-gradient(182deg, color-mix(in oklab, var(--surface) 94%, #fff 6%), color-mix(in oklab, var(--surface) 90%, #fff 10%))}.account-danger-grid{gap:10px;display:grid}.account-danger-confirm{gap:6px;display:grid}.account-danger-confirm span{color:var(--muted);font-size:12px}.account-danger-confirm input{border:1px solid color-mix(in oklab, var(--line) 80%, transparent);background:var(--surface);min-height:40px;color:var(--text);border-radius:10px;padding:0 12px}.account-card--edit{scroll-margin-top:90px}.account-edit-intro{color:var(--muted);margin:0 0 14px;font-size:.92rem;line-height:1.55}.account-edit-form{grid-template-columns:1fr;gap:14px;display:grid}.account-edit-group{border:1px solid color-mix(in oklab, var(--line) 76%, transparent);background:color-mix(in oklab, var(--surface) 93%, #fff 7%);border-radius:14px;gap:10px;padding:12px;display:grid}.account-edit-group__head h3{letter-spacing:.01em;margin:0;font-size:.96rem}.account-edit-group__head p{color:var(--muted);margin:4px 0 0;font-size:.83rem}.account-edit-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.account-avatar-editor{border:1px solid color-mix(in oklab, var(--line) 74%, transparent);background:color-mix(in oklab, var(--surface) 90%, #fff 10%);border-radius:12px;grid-template-columns:auto 1fr;align-items:center;gap:12px;padding:12px;display:grid}.account-avatar-editor__preview{border:1px solid color-mix(in oklab, var(--line) 76%, transparent);background:color-mix(in oklab, var(--surface) 84%, #13b9a3 16%);border-radius:16px;place-items:center;width:78px;height:78px;font-size:1.22rem;font-weight:800;display:grid}.account-avatar-editor__preview img{border-radius:inherit;object-fit:cover;width:100%;height:100%}.account-avatar-editor__body{gap:6px;display:grid}.account-avatar-editor__body strong{font-size:.95rem}.account-avatar-editor__body p{color:var(--muted);margin:0;font-size:.82rem}.account-avatar-editor__actions{flex-wrap:wrap;gap:8px;display:flex}.account-edit-form label{border:1px solid color-mix(in oklab, var(--line) 78%, transparent);background:color-mix(in oklab, var(--surface) 92%, #fff 8%);border-radius:12px;gap:6px;padding:10px;display:grid}.account-edit-form label span{letter-spacing:.04em;text-transform:uppercase;color:var(--muted);font-size:12px;font-weight:700}.account-edit-form input,.account-edit-form textarea,.account-edit-form select{border:1px solid color-mix(in oklab, var(--line) 80%, transparent);background:var(--surface);width:100%;min-height:40px;color:var(--text);font:inherit;border-radius:10px;padding:8px 10px}.account-edit-form textarea{resize:vertical;min-height:96px}.account-edit-form--full{grid-column:1/-1}.account-edit-actions{justify-content:flex-end;display:flex}@media (max-width:960px){.account-activity-grid{grid-template-columns:1fr}}@media (max-width:760px){.account-workspace{gap:14px;margin-top:8px}.account-workspace__header{border-radius:16px;gap:12px;padding:16px;display:grid}.account-card{border-radius:16px;padding:14px}.account-hero{grid-template-columns:1fr;gap:12px}.account-hero__avatar{border-radius:16px;width:74px;height:74px}.account-edit-form,.account-edit-grid,.account-avatar-editor{grid-template-columns:1fr}.account-setting-row{flex-direction:column;align-items:flex-start}.profile-hero{overflow:hidden}.profile-hero-meta{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;gap:10px;max-width:100%;padding:0 10px 2px 2px;scroll-padding-inline:10px;overflow:auto hidden}.profile-hero-meta::-webkit-scrollbar{display:none}.profile-hero-meta:after{content:"";flex:0 0 8px}.profile-chip{white-space:nowrap;flex:none}.profile-content-tabs{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;gap:10px;padding:0 10px 2px 0;scroll-padding-inline:10px;overflow-x:auto}.profile-content-tabs::-webkit-scrollbar{display:none}.profile-content-tabs:after{content:"";flex:0 0 8px}.profile-content-tab{white-space:nowrap;flex:none}}
