.user-list{padding:8px 20px 30px}.user-row{min-height:116px;padding:20px 14px;display:grid;grid-template-columns:10px minmax(0,1fr) 36px;align-items:start;grid-gap:14px;gap:14px;border-bottom:1px solid var(--line)}.user-row .user-dot{margin-top:8px}.user-row h2{margin:0;font-size:17px;letter-spacing:-.02em}.user-row p{margin:3px 0 8px;color:var(--muted);font-size:13px}.user-row div>span{color:var(--text-soft);font-size:14px;line-height:1.45}.user-row .static-tags{margin-top:10px}.following-page .user-list{padding:0 14px 30px;display:grid;grid-gap:12px;gap:12px}.following-page .user-row{min-height:78px;padding:18px;align-items:center;border:1px solid rgba(49,67,75,.9);border-radius:12px;background:linear-gradient(145deg,rgba(15,31,35,.92),rgba(9,17,20,.94));box-shadow:inset 0 1px rgba(255,255,255,.025),0 12px 28px rgba(0,0,0,.12)}.following-page .feed-section>.empty-state{min-height:170px;padding:36px 24px;border-bottom:0}.following-page .following-tag-list{padding:0 14px 30px;display:grid;grid-gap:12px;gap:12px}.following-page .following-tag-row{min-height:66px;padding:14px 18px;display:flex;align-items:center;justify-content:space-between;gap:14px;border:1px solid rgba(49,67,75,.9);border-radius:12px;background:linear-gradient(145deg,rgba(15,31,35,.92),rgba(9,17,20,.94));box-shadow:inset 0 1px rgba(255,255,255,.025),0 12px 28px rgba(0,0,0,.12)}.following-tag-link{min-width:0;padding:0;display:inline-flex;align-items:center;gap:10px;border:0;color:var(--text);background:transparent;cursor:pointer;font-size:15px;font-weight:700}.following-tag-link svg,.following-tag-link:hover{color:var(--accent)}.profile-page{min-height:calc(100vh - var(--topbar))}.profile-hero{padding:24px 34px 18px;display:flex;align-items:center;gap:16px}.profile-hero h1{margin:0;font-size:25px;letter-spacing:-.035em}.profile-identity{min-width:0;flex:1 1}.profile-identity>.tag-list{margin-top:12px;gap:8px}.profile-name-row{display:flex;align-items:center;gap:12px}.profile-name-row h1{min-width:0}.profile-name-row h1,.profile-tab-identity strong{display:inline-flex;align-items:center;gap:7px}.profile-edit-button{min-height:30px;padding:0 10px;border:1px solid var(--line-strong);border-radius:7px;color:var(--text-soft);background:transparent;cursor:pointer;font-size:12px;font-weight:700}.profile-edit-button:hover{color:var(--accent);border-color:rgba(39,197,226,.48);background:var(--accent-soft)}.profile-identity-actions{display:flex;align-items:center;gap:8px}.profile-report-button{min-height:30px;display:inline-flex;align-items:center;gap:6px;padding:0 10px;border:1px solid var(--line-strong);border-radius:7px;color:var(--text-soft);background:transparent;cursor:pointer;font-size:12px;font-weight:700}.profile-report-button:hover{color:var(--danger);border-color:rgba(210,77,67,.45);background:rgba(210,77,67,.08)}.profile-handle{display:block;margin-top:4px;color:var(--muted);font-size:13px}.profile-handle-prominent{display:block;margin-top:5px;color:var(--accent);font-size:16px;letter-spacing:-.01em}.profile-bio{margin-top:9px;color:var(--text-soft);font-size:14px;line-height:1.5}.profile-bio.rich-body div,.profile-bio.rich-body p{margin-bottom:6px}.profile-tabs{position:-webkit-sticky;position:sticky;top:var(--topbar);z-index:25;height:50px;margin-bottom:12px;padding:0 34px;display:flex;align-items:stretch;gap:28px;background:rgba(8,12,14,.78);-webkit-backdrop-filter:blur(18px) saturate(125%);backdrop-filter:blur(18px) saturate(125%)}.profile-tab-identity{width:0;min-width:0;padding:0;display:none;align-content:center;overflow:hidden;color:var(--text);opacity:0;pointer-events:none;transform:translateX(-10px);transition:width .24s cubic-bezier(.22,1,.36,1),padding .24s cubic-bezier(.22,1,.36,1),opacity .16s ease,transform .24s cubic-bezier(.22,1,.36,1);white-space:nowrap}.profile-tab-identity strong{overflow:hidden;font-size:13px;line-height:1.1;text-overflow:ellipsis}.profile-tab-identity small{margin-top:2px;color:var(--muted);font-size:11px;line-height:1.1}.profile-tabs.is-compact{gap:24px}.profile-tabs.is-compact .profile-tab-identity{width:144px;padding-right:18px;display:grid;opacity:1;pointer-events:auto;transform:translateX(0)}.profile-tabs button{position:relative;height:50px;padding:0;border:0;color:var(--muted);background:transparent;cursor:pointer;font-size:14px;font-weight:700}.profile-tabs button.active{color:var(--text)}.profile-tabs button.active:after{content:"";position:absolute;right:0;bottom:0;left:0;height:2px;border-radius:2px;background:var(--accent);box-shadow:0 2px 8px rgba(39,197,226,.35)}.profile-comments{padding:8px 34px 30px}.profile-page>.empty-state{min-height:360px;border-bottom:0}.profile-comments article{padding:18px 0;border-bottom:1px solid var(--line)}.profile-comments article>div{display:flex;align-items:center;gap:9px;color:var(--muted);font-size:13px}.profile-comments strong{color:var(--text)}.profile-comments button{padding:0;border:0;color:var(--accent);background:transparent;cursor:pointer;font-size:inherit;font-weight:700}.profile-comments p{max-width:66ch;margin:11px 0 0 18px;color:var(--text-soft);font-size:14px;line-height:1.58}.profile-comments>.empty-state{min-height:360px;margin:0 -34px;border-bottom:0}.profile-setup-form{padding:22px 24px 26px;display:grid;grid-gap:14px;gap:14px;overflow-y:auto}.profile-onboarding-sheet .profile-setup-form{padding-top:20px;padding-bottom:max(28px,env(safe-area-inset-bottom))}.profile-edit-form{min-height:0;flex:1 1 auto;padding:0;display:flex;flex-direction:column;gap:0;overflow:hidden}.profile-form-scroll{min-height:0;flex:1 1 auto;padding:22px 24px 26px;display:grid;align-content:start;grid-gap:14px;gap:14px;overflow-y:auto}.profile-form-footer{flex:0 0 auto;padding:12px 24px max(14px,env(safe-area-inset-bottom));border-top:1px solid rgba(78,103,112,.5);background:#091114}.profile-form-footer .publish-record{width:100%}.profile-bio-editor,.profile-form-scroll>label,.profile-setup-form>label{display:grid;grid-gap:7px;gap:7px;color:var(--text-soft);font-size:12px;font-weight:700}.handle-field{min-width:0}.handle-input{min-width:0;height:42px;padding:0 11px;display:flex;align-items:center;gap:2px;border:1px solid var(--line-strong);border-radius:8px;color:var(--text);background:var(--surface)}.handle-input:focus-within{border-color:rgba(39,197,226,.65);box-shadow:0 0 0 2px rgba(39,197,226,.1)}.handle-input>span{color:var(--accent);font-size:17px;font-weight:700}.handle-input input{min-width:0;flex:1 1;height:100%!important;padding:0 0 0 2px!important;border:0!important;background:transparent!important}.profile-setup-form input,.profile-setup-form textarea{width:100%;border:1px solid var(--line-strong);border-radius:8px;color:var(--text);background:var(--surface);outline:0}.profile-setup-form input{height:42px;padding:0 11px}.profile-setup-form textarea{min-height:120px;padding:11px;resize:vertical;line-height:1.5}.profile-setup-form input:focus,.profile-setup-form textarea:focus{border-color:rgba(39,197,226,.65)}.profile-setup-form button:disabled{opacity:.62;cursor:wait}.onboarding-signout{justify-self:center;padding:2px 8px;border:0;color:var(--muted);background:transparent;cursor:pointer;font-size:12px;font-weight:700}.onboarding-signout:hover{color:var(--text-soft);text-decoration:underline;text-underline-offset:3px}.field-hint{margin:-5px 0 0;line-height:1.4}.field-hint,.handle-format-hint{color:var(--muted);font-size:11px;font-weight:500}.handle-format-hint{line-height:1.25}.handle-status{margin:-1px 0 0;color:var(--muted);font-size:12px;font-weight:600;line-height:1.3}.handle-status.is-available{color:var(--accent)}.handle-status.is-error{color:var(--danger)}.profile-bio-editor-header{display:flex;align-items:center;justify-content:space-between;gap:10px}.profile-bio-editor .rich-editor{border:1px solid var(--line-strong);border-radius:8px;overflow:hidden}.profile-bio-editor .editor-toolbar{border-top:0}.profile-bio-editor .rich-editor-surface{min-height:120px}.profile-bio-editor .editor-mode-toggle{font-weight:400}.interest-picker{padding:14px;display:grid;grid-gap:10px;gap:10px;border:1px solid var(--line);border-radius:9px;background:rgba(13,20,23,.48)}.interest-picker>div:first-child{display:grid;grid-gap:2px;gap:2px}.interest-picker strong{color:var(--text-soft);font-size:12px}.interest-picker span{color:var(--muted);font-size:11px}.interest-search{height:38px;padding:0 9px;display:flex;align-items:center;gap:7px;border:1px solid var(--line-strong);border-radius:7px;color:var(--muted);background:var(--surface)}.interest-search input{height:auto!important;padding:0!important;border:0!important;background:transparent!important}.interest-options{max-height:150px;display:flex;flex-wrap:wrap;gap:7px;overflow-y:auto}.interest-options button{min-height:28px;padding:4px 9px;border:1px solid var(--line-strong);border-radius:999px;color:var(--text-soft);background:transparent;cursor:pointer;font-size:12px;font-weight:700}.interest-options button.selected{border-color:rgba(39,197,226,.55);color:var(--accent);background:var(--accent-soft)}.profile-visibility{padding:10px 12px;display:grid;grid-gap:9px;gap:9px;border:1px solid var(--line);border-radius:9px;background:rgba(13,20,23,.48)}.profile-visibility-heading{width:100%;min-height:22px;padding:0;display:flex;align-items:center;justify-content:space-between;gap:8px;border:0;color:inherit;background:transparent;cursor:pointer;text-align:left}.profile-visibility-heading strong{min-width:0;flex:1 1;color:var(--text-soft);font-size:12px}.profile-visibility-heading span{color:var(--muted);font-size:11px;font-weight:500;text-align:right}.profile-visibility-heading svg{flex:0 0 auto;color:var(--muted)}.profile-visibility-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:6px;gap:6px}.profile-visibility-options button{min-height:34px;border:1px solid var(--line-strong);border-radius:7px;color:var(--muted);background:transparent;cursor:pointer;font-size:12px;font-weight:750}.profile-visibility-options button:hover{border-color:rgba(39,197,226,.48);color:var(--text-soft);background:var(--surface-hover)}.profile-visibility-options button.selected{border-color:rgba(39,197,226,.62);color:var(--accent);background:var(--accent-soft)}.danger-zone{margin-top:8px;padding:16px;display:grid;grid-gap:12px;gap:12px;border:1px solid rgba(244,115,105,.35);border-radius:9px;background:rgba(116,34,30,.12)}.danger-zone strong{color:#ffb2a9;font-size:13px}.danger-zone p{margin:4px 0 0;color:var(--text-soft);font-size:12px;line-height:1.45}.danger-button,.danger-confirm button:first-of-type{min-height:36px;padding:0 11px;border:1px solid rgba(244,115,105,.65);border-radius:7px;color:#ffc3bd;background:rgba(150,46,40,.22);cursor:pointer;font-size:12px;font-weight:800}.danger-confirm{display:flex;flex-wrap:wrap;align-items:center;gap:8px;color:#ffb2a9;font-size:12px;font-weight:700}.danger-confirm span{width:100%;color:#ffb2a9;font-size:12px}.danger-confirm button:last-child{min-height:36px;padding:0 10px;border:0;color:var(--text-soft);background:transparent;cursor:pointer;font-size:12px;font-weight:700}.delete-control,.detail-delete-record,.profile-comment-delete,.timeline-delete{color:var(--danger)!important}.timeline-item{position:relative}.timeline-item>button:first-child{width:100%}.record-more.delete-control{border:1px solid var(--danger-line);background:var(--danger-soft)}.record-more.delete-control:hover{border-color:rgba(255,157,148,.72);color:#ffd0cb!important;background:rgba(244,115,105,.18)}.timeline-list .timeline-delete{position:absolute;z-index:2;top:9px;right:7px;width:28px;height:28px;min-width:28px;padding:0;display:grid;place-items:center;border:0;border-radius:6px;color:var(--danger);background:transparent;cursor:pointer}.timeline-list .timeline-delete:hover{color:#ffd0cb!important;background:rgba(244,115,105,.18)}.detail-delete-record{min-height:28px;margin-top:10px;padding:5px 7px 5px 3px;display:inline-flex;align-items:center;gap:6px;border:0;border-radius:6px;background:transparent;cursor:pointer;font-size:11px;font-weight:800}.detail-delete-record:hover{color:#ffd0cb!important;background:rgba(244,115,105,.12)}.profile-comment-delete{margin-left:8px!important;vertical-align:middle}.terms-page{min-height:100dvh;color:var(--text);background:radial-gradient(circle at 75% 0,rgba(39,197,226,.08),transparent 34rem),var(--bg)}.terms-header{width:min(1080px,calc(100% - 48px));min-height:74px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid var(--line)}.terms-wordmark{display:inline-flex;align-items:center;gap:9px;color:var(--text);font-size:15px;letter-spacing:.07em;text-decoration:none}.terms-mark,.terms-wordmark{font-family:Sora,sans-serif;font-weight:700}.terms-mark{width:30px;height:30px;display:grid;place-items:center;border:1px solid rgba(255,216,104,.78);border-radius:10px 10px 6px 10px;color:#1b1308;background:linear-gradient(145deg,var(--brand-gold) 0,var(--brand-gold-mid) 56%,var(--brand-gold-dark) 100%);box-shadow:inset 0 1px 0 rgba(255,255,255,.28),0 6px 18px rgba(143,103,39,.18);font-size:16px}.terms-mark-small{width:22px;height:22px;border-radius:7px 7px 4px 7px;font-size:12px}.terms-back{color:var(--text-soft);font-size:12px;font-weight:700;text-decoration:none}.terms-back:hover{color:var(--accent)}.terms-content{width:min(760px,calc(100% - 48px));margin:0 auto;padding:84px 0 76px}.terms-kicker{margin:0 0 14px;color:var(--accent);font-size:10px;font-weight:800;letter-spacing:.14em}.terms-content h1{margin:0;font-family:Sora,sans-serif;font-size:clamp(38px,6vw,64px);letter-spacing:-.07em;line-height:1}.terms-lede{max-width:620px;margin:24px 0 12px;color:var(--text-soft);font-size:17px;line-height:1.65}.terms-updated{margin:0 0 62px;color:var(--muted);font-size:11px}.terms-content section{padding:25px 0;border-top:1px solid var(--line)}.terms-content h2{margin:0 0 9px;font-family:Sora,sans-serif;font-size:17px;letter-spacing:-.035em}.terms-content section p{max-width:680px;margin:0;color:var(--text-soft);font-size:14px;line-height:1.7}.terms-footer{width:min(760px,calc(100% - 48px));margin:0 auto;padding:20px 0 28px;display:flex;align-items:center;gap:10px;border-top:1px solid var(--line);color:var(--muted);font-size:11px}.terms-footer .wyzfeed-mark{color:var(--brand-gold)}.contact-content{padding-bottom:42px}.contact-form{max-width:620px;margin-top:42px;display:grid;grid-gap:19px;gap:19px}.contact-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px}.contact-form label{display:grid;grid-gap:7px;gap:7px;color:var(--text-soft);font-size:12px;font-weight:750}.contact-form input,.contact-form textarea{width:100%;box-sizing:border-box;border:1px solid var(--line);border-radius:8px;outline:none;color:var(--text);background:rgba(255,255,255,.035);padding:11px 12px;font:inherit;font-weight:500;resize:vertical}.contact-form input{min-height:43px}.contact-form textarea{min-height:148px;line-height:1.55}.contact-form input:focus,.contact-form textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px rgba(39,197,226,.13)}.contact-submit{width:-moz-fit-content;width:fit-content;min-height:43px;border:1px solid rgba(39,197,226,.7);border-radius:8px;color:#041114;background:var(--accent);padding:0 17px;font:inherit;font-size:12px;font-weight:800;cursor:pointer}.contact-submit:hover:not(:disabled){background:#63ddec}.contact-submit:disabled{cursor:wait;opacity:.65}.contact-status{margin:-3px 0 0;font-size:12px;font-weight:650}.contact-status.is-success{color:var(--accent)}.contact-status.is-error{color:#ff9a9a}@media (max-width:560px){.contact-form-grid{grid-template-columns:1fr}}.sheet-backdrop{position:fixed;inset:0;z-index:120;padding:18px 24px 0;display:flex;align-items:flex-end;justify-content:center;background:rgba(0,4,6,.72);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:overlay-in .18s ease-out both}.sheet-backdrop.is-closing{animation:overlay-out .24s ease-in both}.sheet-backdrop.is-closing>section{animation:sheet-down .24s cubic-bezier(.4,0,1,1) both}.compose-sheet,.record-sheet{width:min(1040px,calc(100% - 48px));height:calc(100dvh - 18px);max-height:calc(100dvh - 18px);display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--line-strong);border-bottom:0;border-radius:16px 16px 0 0;background:#0a1215;box-shadow:0 -20px 70px rgba(0,0,0,.46);animation:sheet-up .38s cubic-bezier(.22,1,.36,1)}.record-page{width:100%;min-height:calc(100vh - var(--topbar));height:auto;max-height:none;overflow:visible;border:0;border-radius:0;background:var(--bg);box-shadow:none;animation:none}.record-page.stream{border:0}.record-page .sheet-layout{min-height:calc(100dvh - var(--topbar));overflow:visible}.record-page .record-detail{overflow:visible}.record-page .post-timeline{position:-webkit-sticky;position:sticky;top:var(--topbar);align-self:stretch;min-height:calc(100dvh - var(--topbar));max-height:none;border-right:0;background:transparent}.record-page .record-sheet-header{min-height:0;margin:-22px -14px 8px;padding:16px 14px 8px;display:block;border-bottom:0;background:transparent}.record-page .selected-post{margin:14px;padding:30px;border:1px solid rgba(49,67,75,.9);border-radius:12px;background:linear-gradient(145deg,rgba(15,31,35,.92),rgba(9,17,20,.94));box-shadow:inset 0 1px rgba(255,255,255,.025),0 12px 28px rgba(0,0,0,.12)}.compose-sheet{width:min(1060px,calc(100% - 48px))}.profile-setup-sheet{width:min(680px,calc(100% - 48px));max-height:calc(100dvh - 42px);display:flex;flex-direction:column;overflow:hidden;border:1px solid rgba(78,103,112,.8);border-bottom:0;border-radius:20px 20px 0 0;background:linear-gradient(180deg,#101a1e,#0a1215 34%,#091114);box-shadow:0 -24px 70px rgba(0,0,0,.52),inset 0 0 0 1px rgba(255,255,255,.015);animation:sheet-up .38s cubic-bezier(.22,1,.36,1)}.profile-setup-sheet .sheet-header{min-height:0;padding:16px 24px 18px;border-bottom-color:rgba(78,103,112,.42);background:linear-gradient(180deg,rgba(23,35,40,.96),rgba(13,23,27,.92))}.profile-setup-sheet .sheet-header-copy{min-width:0}.profile-setup-sheet .profile-setup-form{background:transparent}.profile-onboarding-sheet{width:min(620px,calc(100% - 48px))}.sheet-handle{width:34px;height:3px;margin:9px auto 0;flex:0 0 auto;border-radius:999px;background:#4b636c}.sheet-header{min-height:112px;padding:14px 24px 16px;flex:0 0 auto;display:flex;align-items:flex-start;justify-content:space-between;gap:20px;border-bottom:1px solid var(--line);background:rgba(10,18,21,.96)}.compose-header{min-height:62px;padding-block:10px;align-items:center}.compose-header h2{margin:0;font-size:20px}.workflow-heading{min-width:0;display:flex;align-items:baseline;gap:10px}.post-composer-form{min-height:0;padding:18px 28px max(96px,calc(16px + env(safe-area-inset-bottom)));flex:1 1;display:flex;flex-direction:column;gap:14px;overflow-y:auto;overscroll-behavior:contain;scroll-padding-bottom:96px}.writer-step{width:min(100%,780px);max-height:100%;margin-inline:auto}.post-composer-form>label{display:grid;grid-gap:6px;gap:6px;color:var(--text-soft);font-size:14px;font-weight:700}.post-composer-form>label input{height:44px;padding:0 12px;border-radius:9px}.take-required-alert{padding:8px 10px;border:1px solid rgba(255,154,145,.42);border-radius:8px;color:#ffb0a8;background:rgba(255,154,145,.08);font-size:12px;font-weight:600;line-height:1.35}@media (max-width:1180px){:root{--sidebar-open:72px}.app-shell.sidebar-pending,:root{--sidebar:var(--sidebar-open)}.sidebar-pending .sidebar{opacity:1;pointer-events:auto;transform:none}.public-home-intro{max-width:690px}.public-home-intro h1{max-width:640px}.sidebar{padding-inline:12px}.primary-nav button{width:48px;padding:0;justify-content:center}.primary-nav button span{display:none}.page-grid,.sidebar-collapsed .page-grid,.sidebar-pending .page-grid{width:100%;margin:0;grid-template-columns:minmax(0,1fr) 300px}.site-rail{padding:26px 24px 22px;border-right:0;border-left:1px solid var(--line)}.public-home-mobile-trends{margin-top:30px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:1px;gap:1px;border:1px solid var(--line);background:var(--line)}.public-home-mobile-trends button{min-height:64px;padding:10px 12px;display:grid;grid-template-columns:23px 1fr;grid-gap:3px 8px;gap:3px 8px;border:0;color:var(--text);background:var(--surface);cursor:pointer;text-align:left}.public-home-mobile-trends button>span{grid-row:1/3;color:var(--muted);font-size:10px}.public-home-mobile-trends strong{font-size:12px}.public-home-mobile-trends small{color:var(--muted);font-size:9px}}@media (max-width:960px){.page-grid,.sidebar-collapsed .page-grid,.sidebar-pending .page-grid{grid-template-columns:minmax(0,1fr)}.profile-page,.site-rail{min-height:0}.site-rail{position:relative;top:auto;height:auto;padding:0 26px 28px;display:flex;border-left:0;background:transparent}.site-rail>section{display:none}.site-rail .site-footer{width:100%;margin-top:0}}@media (max-width:720px){:root{--sidebar:0px;--topbar:58px}.app-shell.sidebar-pending{--sidebar:0px}body{padding-bottom:0}.app-shell,body{overflow-x:hidden}.app-shell{padding-bottom:calc(62px + env(safe-area-inset-bottom))}.auth-page{min-height:100dvh;padding:84px 17px 34px;display:block}.auth-brand{top:22px;left:17px}.auth-intro{display:none}.wyzfeed-auth-root{width:100%}.wyzfeed-auth-card-inner{padding:30px 22px 24px}.wyzfeed-auth-footer{padding:18px 22px 22px}.sidebar{display:none}.app-main{margin-left:0}.topbar{padding:0 12px;gap:10px}.public-home{padding:38px 17px 0;border-inline:0}.public-home-intro{padding-bottom:26px}.public-home-intro h1{font-size:35px}.public-home-intro p{font-size:14px}.home-signal-deck{margin-top:24px}.home-prediction-strip{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin-inline:0;padding:1px 0 2px;grid-gap:8px;gap:8px;overflow:visible}.home-prediction-card{min-width:0;min-height:128px;padding:12px}.home-section-heading>div:first-child{display:block}.home-section-heading span{display:block;margin-top:3px}.home-distribution>header{display:block}.home-distribution>header button{margin-top:14px}.home-distribution-grid{max-height:640px;grid-template-columns:1fr}.home-distribution-option{grid-template-columns:76px minmax(0,1fr) 31px}.home-trending .record-list{margin-inline:-17px}.record-pagination{padding-inline:18px}.public-home-mobile-trends{grid-template-columns:1fr}.brand-wordmark,.topbar-menu{display:none}.topbar.is-signed-in .top-actions{display:flex;gap:4px}.topbar.is-signed-in .create-button{display:none}.topbar.is-signed-in .user-trigger{max-width:112px;height:34px;padding-inline:7px;overflow:hidden;font-size:12px;text-overflow:ellipsis}.topbar.is-signed-out .top-actions{display:flex;gap:4px}.topbar.is-signed-out .topbar-auth-actions{gap:4px}.topbar.is-signed-out .topbar-auth-actions button{min-height:30px;padding:0 8px;font-size:10px}.brand-mark{width:34px;height:34px}.search-wrap{min-width:0;max-width:none;margin-left:0}.search-box{height:38px;padding-inline:10px}.search-box input{font-size:16px}.search-popover{position:fixed;top:calc(var(--topbar) + 8px);right:10px;left:10px;width:auto;max-height:calc(100dvh - var(--topbar) - 78px)}.page-grid,.sidebar-collapsed .page-grid,.sidebar-pending .page-grid{width:100%;min-height:calc(100vh - var(--topbar));padding-inline:0;display:block}.home-stream{padding-bottom:0}.site-rail,.site-rail.is-public-home{padding:20px 18px 0}.site-rail .site-footer{padding:14px 0 16px}.profile-page,.sidebar-collapsed .profile-page,.sidebar-collapsed .stream,.stream{border-inline:0}.page-heading{top:var(--topbar);min-height:70px;padding:15px 18px}.page-heading h1{font-size:21px}.feed-section-header{min-height:58px;padding:0 18px}.explore-stream .feed-section-header{top:calc(var(--topbar) + 70px)}.feed-section-header h2,.tag-heading{font-size:15px}.activity-list{padding:6px 8px 12px}.activity-list>button{min-height:64px;padding-inline:10px}.record-byline .user-link-handle{max-width:112px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.record-card{margin:0 12px 12px;padding:24px 18px 22px}.record-content{padding:0}.record-content h2{margin:13px 0 10px;font-size:20px}.record-content .post-body{font-size:14px;line-height:1.58}.record-content .tag-list{margin-top:15px;gap:10px}.prediction-set{margin-top:14px;padding:0;gap:7px}.take-pill{font-size:11.5px}.take-pill span,.take-pill strong{padding-block:8px}.take-more{min-height:32px;padding-inline:10px;font-size:13px}.source-card{padding:0}.record-actions{min-height:40px;margin-top:18px;padding:0;display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"actions utilities";align-items:center;grid-gap:8px;gap:8px;border:0}.record-byline{width:100%;gap:6px;overflow:hidden}.record-byline .user-link{flex:1 1 auto;overflow:hidden}.record-byline .user-link-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.record-byline time{flex:0 0 auto}.post-actions{grid-area:actions;width:100%;min-height:40px;justify-content:flex-start;gap:4px;padding:0;border:0}.post-actions button{min-width:40px;min-height:40px;padding:0;gap:3px}.post-actions button,.post-actions>.share-menu-wrap{flex:1 1;justify-content:center}.share-trigger{min-width:40px;min-height:40px;justify-content:center}.record-utilities{grid-area:utilities;margin-left:0;gap:2px}.record-utilities .follow-record,.record-utilities .record-more{width:42px;height:42px}.mobile-nav{position:fixed;inset:auto 0 0;z-index:55;height:calc(62px + env(safe-area-inset-bottom));padding:5px 6px env(safe-area-inset-bottom);display:grid;grid-template-columns:repeat(5,1fr);border-top:1px solid rgba(49,67,75,.8);background:rgba(8,13,15,.95);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.mobile-nav button{min-width:0;display:grid;justify-items:center;align-content:center;grid-gap:3px;gap:3px;border:0;color:var(--muted);background:transparent;cursor:pointer;font-size:11px;font-weight:650}.mobile-nav .mobile-create,.mobile-nav button.active{color:var(--accent)}.mobile-nav svg{width:18px;height:18px}.user-list{padding:4px 8px 20px}.user-row{min-height:108px;padding:18px 10px}.profile-hero{padding:20px 18px 15px}.profile-hero h1{font-size:21px}.profile-tabs{padding:0 18px}.profile-tabs.is-compact{gap:20px}.profile-tabs.is-compact .profile-tab-identity{width:122px;padding-right:12px}.profile-comments{padding-inline:18px}.profile-comments p{margin-left:0}.sheet-backdrop{padding:8px 0 0}.compose-sheet,.record-sheet{width:100%;height:calc(100dvh - 8px);max-height:calc(100dvh - 8px);border-inline:0;border-radius:15px 15px 0 0}.profile-onboarding-sheet,.profile-setup-sheet{max-height:calc(100dvh - 8px)}.confirmation-sheet,.profile-onboarding-sheet,.profile-setup-sheet{width:100%;border-inline:0;border-radius:18px 18px 0 0}.confirmation-sheet-header{padding:18px 18px 10px}.confirmation-sheet-actions{padding:14px 18px max(18px,env(safe-area-inset-bottom))}.confirmation-sheet-actions button{flex:1 1}.profile-setup-sheet .sheet-header{padding:14px 18px 16px}.profile-setup-form{padding:18px 18px max(24px,env(safe-area-inset-bottom))}.profile-edit-form{padding:0}.profile-form-scroll{padding:18px 18px 24px}.profile-form-footer{padding-inline:18px}.record-page{width:100%;min-height:calc(100vh - var(--topbar));height:auto;max-height:none;border:0;border-radius:0}.record-page.stream{border-inline:0}.record-page .sheet-layout{min-height:0;overflow:visible}.record-page .post-timeline{min-height:0;max-height:none}.sheet-header{min-height:98px;padding:13px 16px 14px}.record-sheet-header{position:relative;display:block}.post-timeline .record-sheet-header{margin:-13px -18px 8px;padding:17px 18px 10px}.record-sheet-header .sheet-header-copy{min-width:0}.record-sheet-header .sheet-header-actions{position:absolute;top:13px;right:16px}.record-sheet-header .record-header-kicker{min-height:36px;padding-right:132px}.record-sheet-header .record-author-block{padding-right:52px}.record-history-nav{margin-bottom:11px;padding-right:102px}.record-history-nav-label{padding-top:2px;font-size:11px}.record-sheet-header .static-tags{display:flex;flex-wrap:wrap;gap:6px}.record-author-link .user-link-name{font-size:16px}.record-topic-section{align-items:flex-start;gap:7px}.compose-header{min-height:62px;padding-block:10px}.sheet-header h2{margin-top:6px;font-size:17px}.sheet-header-meta .static-tags{display:none}.sheet-layout{display:block;overflow-y:auto}.post-timeline{position:static;z-index:auto;padding:13px 18px 11px;display:block;overflow:visible;border-right:0;border-bottom:1px solid var(--line);background:rgba(9,16,19,.97);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.record-page .post-timeline{position:static;top:auto}.timeline-list{display:flex;gap:7px;padding-bottom:8px;overflow-x:auto;overflow-y:hidden;scrollbar-width:thin;scrollbar-color:var(--line-strong) transparent}.timeline-list button:before,.timeline-list:before{display:none}.timeline-list button{flex:0 0 188px;min-height:88px;padding:10px 12px}.timeline-list button strong{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;text-overflow:ellipsis}.record-detail{overflow:visible}.selected-post{padding:20px 18px 22px}.record-page .selected-post{margin:12px;padding:22px 18px}.selected-post-title{margin-bottom:16px;font-size:22px;line-height:1.15}.selected-post-engagement{min-height:36px;gap:5px;padding:2px 6px}.selected-post-reactions .post-actions{width:auto;gap:4px;padding-top:0;border-top:0}.selected-post-reactions .post-actions button{min-width:32px;min-height:32px;flex:0 1 auto}.selected-post-report{min-width:36px;min-height:36px;padding:4px 8px}.selected-post-time{padding-left:10px;font-size:11px}.post-discussion{padding:0 18px 30px}.comment p{margin-left:0}.comment-footer{margin-left:0;gap:14px}.comment-composer textarea,.compose-sheet input,.compose-sheet select,.compose-sheet textarea,.profile-setup-sheet input,.profile-setup-sheet textarea{font-size:16px}.post-composer-form{padding:18px 18px 14px;gap:11px}.writer-step{width:100%}.workflow-body{padding:16px 18px}.take-chooser{height:min(66dvh,590px);min-height:0;grid-template-columns:1fr;grid-template-rows:minmax(0,1fr) minmax(0,1fr)}.take-catalog{max-height:none;border-right:0;border-bottom:1px solid var(--line)}.take-search-row select{width:124px}.selected-takes{padding:14px}.selected-take-row{grid-template-columns:minmax(0,1fr) minmax(104px,.8fr) 28px}.workflow-footer{padding-inline:18px}.pick-set-group{display:grid;grid-gap:6px;gap:6px}.pick-set-group>strong{width:auto}.pick-set-selections label{grid-template-columns:1fr;gap:5px}.rich-editor-surface{min-height:146px;font-size:16px}.editor-mode-toggle button{font-size:12px}.report-form{padding:18px 18px 14px;gap:11px}.composer-footer{padding:12px 18px calc(18px + env(safe-area-inset-bottom))}.toast{right:14px;bottom:76px;left:14px}}@media (max-width:420px){.record-byline .user-link-handle{display:none}.post-actions{gap:0}}@media (prefers-reduced-motion:reduce){*,:after,:before{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}