:root{--ink:#18181b;--ink-soft:#52525b;--surface:#ffffff;--surface-muted:#f5f5f7;--surface-elevated:#fcfcfd;--card:rgba(255,255,255,0.96);--line:#d4d4d8;--line-strong:#a1a1aa;--primary:#ea580c;--primary-strong:#c2410c;--primary-soft:rgba(234,88,12,0.12);--muted:#71717a;--shadow-soft:0 20px 50px rgba(24,24,27,0.08)}*{box-sizing:border-box}body,html{margin:0;padding:0;min-height:100%;font-family:system-ui,-apple-system,sans-serif;color:var(--ink);background:var(--surface)}body{line-height:1.5}a{color:inherit}.shell{max-width:1100px;margin:0 auto;padding:2rem 1.25rem 3rem}.premium-surface{background:linear-gradient(180deg,var(--card),var(--surface-elevated));border:1px solid var(--line);border-radius:28px;box-shadow:var(--shadow-soft)}.section-shell{padding-top:2rem}.shell-intro{margin-bottom:1.5rem}.shell-kicker{margin:0 0 .35rem;color:var(--primary);font-size:.8rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.shell-heading{margin:0;font-size:clamp(2rem,5vw,3rem);line-height:1;letter-spacing:-.04em}.shell-subheading{max-width:42rem;margin:.6rem 0 0;color:var(--ink-soft);font-size:1rem}.home-shell{padding-top:4rem}.home-hero{padding:3rem}.home-kicker{margin:0 0 1rem;color:var(--primary);font-size:.8rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.home-title{margin:0;font-size:clamp(3rem,8vw,5.25rem);line-height:.92;letter-spacing:-.06em}.home-subtitle{max-width:42rem;margin:1.25rem 0 0;font-size:1.05rem;color:var(--ink-soft)}.nav-chrome{position:-webkit-sticky;position:sticky;top:0;z-index:20;gap:1rem;padding:1rem 1.25rem;border-bottom:1px solid var(--line);background:rgba(255,255,255,.94);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.nav-chrome,.nav-chrome-auth,.nav-chrome-main{display:flex;align-items:center;flex-wrap:wrap}.nav-chrome-auth,.nav-chrome-main{gap:.85rem}.nav-chrome-main{flex:1 1 auto}.nav-chrome-auth{margin-left:auto;justify-content:flex-end}.nav-brand{font-size:1.1rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.nav-divider{color:var(--line-strong)}.nav-account-label{font-size:.875rem;color:var(--muted)}.nav-logout{padding:0;border:0;background:none;color:var(--primary);font:inherit;font-weight:600;cursor:pointer}.nav-logout:hover{color:var(--primary-strong)}.action-group{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--line)}.home-actions-note{margin:0;color:var(--muted);font-size:.95rem}.button-link{display:inline-flex;align-items:center;justify-content:center;min-height:2.875rem;padding:.75rem 1rem;border:1px solid var(--line);border-radius:999px;text-decoration:none;font-weight:600;transition:transform .12s ease,border-color .12s ease,background-color .12s ease,color .12s ease}.button-link:hover{transform:translateY(-1px)}.button-link-primary{border-color:var(--primary);background:var(--primary);color:#fff}.button-link-primary:hover{border-color:var(--primary-strong);background:var(--primary-strong)}.button-link-secondary{background:var(--surface);color:var(--ink)}.button-link-secondary:hover{border-color:var(--line-strong)}.auth-submit:focus-visible,.button-link:focus-visible,.nav-link:focus-visible,.nav-logout:focus-visible{outline:none;box-shadow:0 0 0 4px var(--primary-soft)}.nav-link{color:var(--ink);text-decoration:none;font-weight:500}.nav-link:hover{color:var(--primary)}.auth-shell{max-width:32rem;margin:0 auto}.auth-card{padding:2rem}.auth-back-link{display:inline-flex;align-items:center;gap:.35rem;margin-bottom:1rem;color:var(--muted)}.auth-heading{margin:0;font-size:2rem;line-height:1;letter-spacing:-.04em}.auth-subcopy{margin:.6rem 0 0;color:var(--ink-soft);font-size:.95rem}.auth-tablist{display:flex;gap:0;margin:1.5rem 0 1rem;border:1px solid var(--line);border-radius:18px;overflow:hidden;background:var(--surface-muted)}.auth-tab{flex:1 1;padding:.8rem 1rem;border:none;background:transparent;color:var(--ink);font:inherit;font-weight:600;cursor:pointer}.auth-tab-active{background:var(--primary);color:#fff}.auth-mode-toggle{display:flex;gap:0;margin-top:4px;border:1px solid var(--line);border-radius:14px;overflow:hidden}.auth-mode-button{flex:1 1;padding:.65rem .8rem;border:none;background:var(--surface);color:var(--muted);font:inherit;font-weight:500;cursor:pointer}.auth-mode-button+.auth-mode-button{border-left:1px solid var(--line)}.auth-mode-button-active{background:var(--surface-muted);color:var(--ink);font-weight:600}.auth-field{margin-bottom:1rem}.auth-label{display:block;font-size:.875rem;font-weight:600;margin-bottom:4px;color:var(--ink)}.auth-input{display:block;width:100%;padding:.8rem .95rem;border:1px solid var(--line);border-radius:14px;font-size:1rem;background:var(--surface)}.auth-input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 4px var(--primary-soft)}.auth-submit{width:100%;padding:.75rem 1rem;font-size:1rem;font-weight:600;color:#fff;background:var(--primary);border:none;border-radius:999px;cursor:pointer}.auth-submit:hover:not(:disabled){background:var(--primary-strong)}.auth-submit:disabled{opacity:.6;cursor:not-allowed}.auth-help{margin:.35rem 0 0;color:var(--muted);font-size:.8rem}.auth-checkbox-row{display:flex;align-items:center;gap:.5rem;margin-top:.5rem;color:var(--ink-soft);font-size:.875rem}.auth-alert{margin-bottom:1rem;padding:.9rem 1rem;border:1px solid rgba(194,65,12,.18);border-radius:16px;background:rgba(234,88,12,.06)}.auth-alert p{margin:0}.auth-alert .auth-help{margin-top:.45rem}.auth-alert-dismiss{margin-top:.75rem;padding:0;border:none;background:none;color:var(--primary);font:inherit;font-weight:600;cursor:pointer}.content-card{border:1px solid var(--line);border-radius:24px;background:linear-gradient(180deg,var(--card),var(--surface-elevated));box-shadow:var(--shadow-soft)}.feed-shell{display:grid;grid-gap:1.25rem;gap:1.25rem}.feed-toolbar{display:flex;align-items:center;justify-content:space-between;gap:1rem}.feed-refresh{padding:.7rem 1rem;border:1px solid var(--line);border-radius:999px;background:var(--surface);color:var(--ink);font:inherit;font-size:.875rem;cursor:pointer}.feed-refresh:disabled{color:var(--muted);cursor:not-allowed}.composer-card{padding:1.2rem}.composer-label{display:block;margin-bottom:.55rem;font-weight:600}.composer-textarea{width:100%;min-height:110px;padding:.95rem 1rem;border:1px solid var(--line);border-radius:18px;background:var(--surface);font:inherit;font-size:1rem;resize:vertical}.composer-textarea:focus-visible{outline:none;border-color:var(--primary);box-shadow:0 0 0 4px var(--primary-soft)}.inline-alert{margin-bottom:.75rem;padding:.75rem .9rem;border:1px solid rgba(194,65,12,.14);border-radius:14px;background:rgba(234,88,12,.05);color:var(--ink);font-size:.875rem}.composer-footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:.85rem}.composer-count{color:var(--muted);font-size:.875rem}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.composer-card-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.75rem}.composer-card-title{margin:0;font-size:1.1rem;font-weight:700}.composer-badge-swipe{padding:.25rem .65rem;border-radius:999px;border:1px solid rgba(234,88,12,.35);background:rgba(234,88,12,.1);color:var(--primary);font-size:.72rem;font-weight:700;letter-spacing:.02em}.composer-attach-row{margin-top:.65rem}.composer-attach-row .ghost-button{padding:.45rem .75rem;border:1px solid var(--line);border-radius:12px;background:var(--surface);color:var(--ink-soft)}.composer-attach-row .ghost-button:disabled{cursor:not-allowed;opacity:.65}.feed-command-bar{display:grid;grid-gap:.5rem;gap:.5rem}.feed-command-row{display:flex;align-items:stretch;gap:.65rem}.feed-search-wrap{position:relative;display:flex;flex:1 1;align-items:center;gap:.5rem;min-height:46px;padding:0 .65rem 0 .75rem;border:1px solid var(--line);border-radius:14px;background:var(--surface-muted)}.feed-search-icon{flex-shrink:0;color:var(--muted)}.feed-search-input{flex:1 1;min-width:0;padding:.65rem 0;border:none;background:transparent;font:inherit;font-size:.95rem;color:var(--ink)}.feed-search-input:focus{outline:none}.feed-search-clear{flex-shrink:0;width:28px;height:28px;padding:0;border:none;border-radius:999px;background:transparent;color:var(--muted);font:inherit;font-size:1.1rem;line-height:1;cursor:pointer}.feed-search-clear:hover{color:var(--ink)}.feed-search-meta{margin:0;padding-left:.15rem;color:var(--muted);font-size:.72rem}.feed-create-wrap{position:relative;flex-shrink:0}.feed-create-trigger{width:42px;height:42px;padding:0;border:1px solid rgba(234,88,12,.44);border-radius:999px;background:rgba(234,88,12,.16);color:var(--primary);font-size:1.35rem;font-weight:700;line-height:1;cursor:pointer}.feed-create-trigger:hover{background:rgba(234,88,12,.22)}.feed-create-panel{position:absolute;top:calc(100% + 6px);right:0;z-index:20;min-width:200px;padding:.35rem;border:1px solid var(--line);border-radius:14px;background:var(--surface);box-shadow:var(--shadow-soft)}.feed-create-item{display:block;width:100%;padding:.55rem .65rem;border:none;border-radius:10px;background:transparent;color:var(--ink);font:inherit;font-size:.9rem;font-weight:600;text-align:left;cursor:pointer}.feed-create-item:hover:not(:disabled){background:var(--surface-muted)}.feed-create-item-app-only{color:var(--muted);cursor:not-allowed}.feed-create-hint{font-weight:500;font-size:.8rem}.discovery-card{padding:1.2rem}.discovery-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.75rem}.discovery-title{margin:0;font-size:1.1rem;font-weight:700}.discovery-header-actions{display:flex;align-items:center;gap:.5rem}.feed-refresh-inline{padding:.45rem .85rem;font-size:.8rem}.discovery-count-pill{display:inline-flex;align-items:center;gap:.35rem;padding:.25rem .55rem;border-radius:999px;border:1px solid rgba(234,88,12,.35);background:rgba(234,88,12,.08);color:var(--primary);font-size:.72rem;font-weight:700}.discovery-stack-icon{flex-shrink:0}.discovery-spinner{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px}.discovery-spinner-dot{width:14px;height:14px;border:2px solid rgba(234,88,12,.35);border-top:2px solid var(--primary);border-radius:999px;animation:feed-spin .7s linear infinite}@keyframes feed-spin{to{transform:rotate(1turn)}}.discovery-filter-scroll{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.85rem}.filter-chip{padding:.45rem .75rem;border:none;border-radius:999px;background:var(--surface-muted);color:var(--ink);font:inherit;font-size:.8rem;font-weight:600;cursor:pointer}.filter-chip:hover{background:rgba(228,228,231,.95)}.filter-chip-active{background:rgba(234,88,12,.22);color:var(--primary)}.discovery-hints{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:.5rem}.discovery-hint-primary{margin:0;color:var(--muted);font-size:.82rem}.discovery-hint-secondary{margin:0;color:var(--muted);font-size:.72rem}.empty-state-multiline{margin:0;white-space:pre-line;text-align:center}.feed-loading-line{margin:0;color:var(--muted);font-size:.95rem}.card-stack{display:grid;grid-gap:1rem;gap:1rem}.post-card{padding:1.2rem}.post-header{display:flex;align-items:center;gap:.85rem;margin-bottom:.9rem}.post-avatar{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border:1px solid var(--line);border-radius:999px;background:var(--surface-muted);color:var(--ink);font-weight:700;font-size:.85rem}.post-meta{display:flex;flex-direction:column;gap:.15rem}.post-author{font-weight:600;font-size:.95rem}.post-time{color:var(--muted);font-size:.8rem}.post-content{margin-bottom:.9rem}.post-content p{margin:0;white-space:pre-wrap}.link-button{margin-top:.5rem;padding:0;border:none;background:none;color:var(--primary);font:inherit;font-size:.875rem;font-weight:600;cursor:pointer}.post-media-list{display:grid;grid-gap:.5rem;gap:.5rem;margin-bottom:.9rem}.post-media-chip{gap:.5rem;padding:.65rem .8rem;border:1px solid var(--line);border-radius:14px;background:var(--surface-muted);font-size:.875rem}.post-actions,.post-media-chip{display:flex;align-items:center}.post-actions{gap:.75rem;padding-top:.75rem;border-top:1px solid var(--line)}.ghost-button{display:inline-flex;align-items:center;gap:.35rem;padding:0;border:none;background:none;color:var(--muted);font:inherit;font-size:.875rem;cursor:pointer}.ghost-button-active{color:var(--primary)}.post-id{margin-left:auto;color:var(--muted);font-size:.82rem}.dm-shell{display:grid;grid-gap:1rem;gap:1rem}.message-shell{display:grid;overflow:hidden;min-height:520px;border:1px solid var(--line);border-radius:24px;background:linear-gradient(180deg,var(--card),var(--surface-elevated));box-shadow:var(--shadow-soft)}.message-shell-split{grid-template-columns:320px 1fr}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.thread-list{height:100%;border-right:1px solid var(--line);background:rgba(255,255,255,.9)}.dm-inbox{display:flex;flex-direction:column;min-height:0;height:100%}.dm-inbox-header{flex-shrink:0}.dm-inbox-header-row{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.dm-inbox-toolbar{display:flex;align-items:center;gap:.35rem;flex-shrink:0}.dm-icon-button{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:10px;border:1px solid var(--line);background:rgba(255,255,255,.9);color:var(--foreground);font-size:1rem;line-height:1;cursor:pointer}.dm-icon-button:hover{background:var(--surface-muted)}.dm-filter-menu{position:relative}.dm-filter-menu-trigger{list-style:none;cursor:pointer;padding:.35rem .6rem;border-radius:10px;border:1px solid var(--line);background:rgba(255,255,255,.9);font-size:.78rem;font-weight:600;color:var(--muted)}.dm-filter-menu>summary::-webkit-details-marker{display:none}.dm-filter-menu-panel{position:absolute;right:0;z-index:20;margin-top:.35rem;min-width:11rem;padding:.35rem;border-radius:12px;border:1px solid var(--line);background:var(--card);box-shadow:var(--shadow-soft)}.dm-filter-menu-item{display:block;width:100%;text-align:left;padding:.45rem .55rem;border:none;border-radius:8px;background:transparent;font-size:.85rem;cursor:pointer}.dm-filter-menu-item:hover{background:var(--surface-muted)}.dm-filter-menu-item.is-active{font-weight:600}.dm-search-field{display:block;margin-top:.75rem}.dm-search-field input{width:100%;padding:.55rem .75rem;border-radius:12px;border:1px solid var(--line);font-size:.88rem;background:rgba(255,255,255,.95)}.dm-account-row{display:flex;align-items:center;gap:.5rem;flex-shrink:0;padding:.65rem 1rem;border-bottom:1px solid var(--line);font-size:.88rem}.dm-account-label{color:var(--muted)}.dm-account-number{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-weight:600;letter-spacing:.02em}.dm-copy-button{margin-left:auto;font-size:.8rem}.dm-section-label{padding:.45rem 1rem .4rem;font-size:.65rem;font-weight:800;letter-spacing:.14em;color:rgba(120,120,130,.75);flex-shrink:0}.dm-inbox-scroll{flex:1 1;min-height:0;overflow:auto}.dm-welcome-card{margin:.25rem .75rem .75rem;padding:.95rem 1rem;border-radius:16px;border:1px solid rgba(234,88,12,.2);background:rgba(234,88,12,.06)}.dm-welcome-card-head{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.dm-welcome-icon{font-size:1.25rem}.dm-welcome-brand{font-weight:800;font-size:1rem;letter-spacing:.04em}.dm-welcome-hint,.dm-welcome-lead{margin:0 0 .5rem;color:var(--muted);font-size:.88rem;line-height:1.45}.dm-welcome-hint{font-size:.78rem}.dm-welcome-cta{margin-top:.35rem}.dm-welcome-error{margin:.25rem 0 .5rem;font-size:.82rem}.dm-thread-row{display:block;width:100%;text-align:left;border:none;border-bottom:1px solid var(--line);cursor:pointer;background:transparent;font:inherit}.dm-thread-row:hover{background:rgba(245,245,247,.85)}.dm-thread-row-inner{display:flex;align-items:flex-start;gap:.65rem;padding:.85rem 1rem}.dm-thread-avatar{flex-shrink:0;width:2.25rem;height:2.25rem;border-radius:999px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.95rem;background:rgba(234,88,12,.12);color:var(--primary);border:1px solid rgba(234,88,12,.25)}.dm-thread-main{flex:1 1;min-width:0}.dm-thread-time{flex-shrink:0;font-size:.72rem}.dm-thread-chevron{flex-shrink:0;color:var(--muted);font-size:1.1rem;line-height:1.5rem}.dm-inbox-empty{padding:1.5rem 1rem}.dm-trash-footnote{margin-top:.35rem;font-size:.78rem}.dm-empty-trash-wrap{padding:.75rem 1rem 1.25rem}.dm-empty-trash{font-weight:600;color:#b91c1c}.dm-modal-backdrop{position:fixed;inset:0;z-index:100;display:flex;align-items:center;justify-content:center;padding:1rem;background:rgba(15,15,20,.45)}.dm-modal{width:min(420px,100%);padding:1.25rem;border-radius:18px;border:1px solid var(--line);background:var(--card);box-shadow:var(--shadow-soft)}.dm-modal-title{margin:0 0 .35rem;font-size:1.05rem}.dm-modal-input{width:100%;margin-top:.65rem;padding:.6rem .75rem;border-radius:12px;border:1px solid var(--line);font-size:.92rem}.dm-modal-actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1rem}.secret-pin-gate{display:flex;align-items:center;justify-content:center;min-height:42vh;padding:1.5rem 1rem 3rem}.secret-pin-card{width:min(400px,100%);padding:1.5rem 1.35rem;border-radius:20px;border:1px solid var(--line);background:linear-gradient(180deg,var(--card),var(--surface-elevated));box-shadow:var(--shadow-soft)}.secret-pin-title{margin:0 0 .35rem;font-size:1.2rem;font-weight:700}.secret-pin-lead{margin:0 0 1rem;color:var(--muted);font-size:.9rem;line-height:1.45}.secret-pin-form{display:flex;flex-direction:column;gap:.65rem}.secret-pin-input{padding:.75rem .9rem;border-radius:14px;border:1px solid var(--line);font-size:1rem;letter-spacing:.08em;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.secret-pin-submit{align-self:flex-start}.secret-pin-error{margin:0}.secret-pin-footnote{margin:1rem 0 0;font-size:.78rem;color:var(--muted);line-height:1.4}.snoop-pin-prompt{margin-bottom:1.5rem}.snoop-pin-card{padding:1.25rem 1.1rem;border-radius:16px;border:1px solid var(--line);background:rgba(234,88,12,.06)}.snoop-pin-title{margin:0 0 .35rem;font-size:1.05rem;font-weight:700}.snoop-pin-lead{margin:0 0 .85rem;color:var(--muted);font-size:.88rem;line-height:1.45}.location-share-root{max-width:960px}.location-share-toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:1.25rem}.location-share-refresh-note{margin:0;font-size:.82rem}.location-share-grid{display:grid;grid-gap:1.5rem;gap:1.5rem}@media (min-width:768px){.location-share-grid{grid-template-columns:1fr 1fr;align-items:start}}.location-share-section-title{margin:0 0 .65rem;font-size:.72rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:rgba(120,120,130,.85)}.location-share-list{display:flex;flex-direction:column;gap:.85rem}.location-share-card{padding:1rem 1.05rem;border-radius:16px;border:1px solid var(--line);background:rgba(255,255,255,.85)}.location-share-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem}.location-share-title{margin:0;font-size:1rem;font-weight:700}.location-share-badge{flex-shrink:0;padding:.2rem .5rem;border-radius:999px;font-size:.68rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;background:var(--surface-muted);color:var(--muted)}.location-share-badge.is-live{background:rgba(34,197,94,.15);color:#15803d}.location-share-meta{margin:.35rem 0 0;font-size:.78rem}.location-share-body{margin-top:.75rem}.location-share-updated{margin:0 0 .35rem;font-size:.84rem}.location-share-coords{margin:0 0 .65rem;font-size:.82rem}.location-share-map-link{font-size:.88rem}.location-share-pending{margin:.75rem 0 0;font-size:.86rem}.location-share-empty{padding:2rem 1rem;border-radius:16px;border:1px dashed var(--line);text-align:center}.location-share-hint{margin-top:.75rem;font-size:.86rem;max-width:42rem;margin-left:auto;margin-right:auto}.thread-list-header{padding:1rem 1.1rem;border-bottom:1px solid var(--line)}.thread-list-title{margin:0;font-size:1.05rem;font-weight:700}.thread-list-subtitle{margin:.25rem 0 0;color:var(--muted);font-size:.78rem}.thread-row{padding:.9rem 1rem;border-bottom:1px solid var(--line);cursor:pointer;background:transparent}.thread-row-selected{background:var(--surface-muted)}.thread-row:hover{background:rgba(245,245,247,.85)}.thread-row-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;margin-bottom:.3rem}.thread-row-title{font-weight:600;font-size:.92rem}.unread-badge{min-width:1.35rem;padding:.15rem .45rem;border-radius:999px;background:var(--primary);color:#fff;font-size:.75rem;text-align:center}.thread-helper,.thread-preview,.thread-time{color:var(--muted)}.thread-preview{margin-bottom:.3rem;overflow:hidden;font-size:.875rem;text-overflow:ellipsis;white-space:nowrap}.thread-time{font-size:.76rem}.message-panel{display:flex;flex-direction:column;min-height:520px}.message-header{padding:1rem 1.15rem;border-bottom:1px solid var(--line);background:rgba(255,255,255,.85)}.message-header-title{margin:0;font-size:1.05rem;font-weight:700}.message-header-subtitle{margin:.25rem 0 0;color:var(--muted);font-size:.82rem}.message-scroll{flex:1 1;overflow:auto;padding:1rem}.message-list{display:flex;flex-direction:column;gap:.9rem}.message-bubble{max-width:72%;padding:.85rem .95rem;border:1px solid var(--line);border-radius:18px;background:var(--surface-muted)}.message-bubble-self{align-self:flex-end;background:rgba(234,88,12,.08)}.message-meta{display:flex;justify-content:space-between;gap:1rem;margin-bottom:.45rem;color:var(--muted);font-size:.75rem}.message-text{white-space:pre-wrap}.message-attachments{display:grid;grid-gap:.4rem;gap:.4rem;margin-top:.55rem}.message-attachment{display:flex;align-items:center;gap:.45rem;padding:.55rem .7rem;border:1px solid var(--line);border-radius:12px;background:rgba(255,255,255,.65);font-size:.85rem}.message-compose{padding:1rem;border-top:1px solid var(--line);background:rgba(255,255,255,.85)}.message-compose-form{display:flex;gap:.75rem}.message-textarea{flex:1 1;min-height:72px;padding:.85rem .95rem;border:1px solid var(--line);border-radius:16px;background:var(--surface);font:inherit;font-size:1rem;resize:vertical}.message-textarea:focus-visible{outline:none;border-color:var(--primary);box-shadow:0 0 0 4px var(--primary-soft)}.message-compose-help{margin-top:.5rem;color:var(--muted);font-size:.76rem}.empty-state{display:flex;align-items:center;justify-content:center;min-height:220px;padding:2rem;color:var(--muted);text-align:center}.empty-state-card{max-width:22rem}.empty-state-symbol{margin-bottom:.75rem;font-size:1.6rem}.secret-surface{background-color:#27272a;background-image:linear-gradient(180deg,#3f3f46,#27272a);border-color:#52525b;color:#f4f4f5}.secret-muted{color:#d4d4d8}.secret-compose,.secret-header,.secret-thread-list{background:rgba(39,39,42,.92)}.secret-thread-list{border-right-color:#52525b}.secret-row{border-bottom-color:#52525b}.secret-row.thread-row-selected,.secret-row:hover{background:rgba(82,82,91,.5)}.secret-bubble{border-color:#71717a;background:rgba(82,82,91,.45);color:#fafafa}.secret-bubble-self{background:rgba(234,88,12,.18)}.secret-notice{padding:1rem 1.1rem;border:1px solid #52525b;border-radius:18px;background:linear-gradient(180deg,rgba(63,63,70,.96),rgba(39,39,42,.96));color:#f4f4f5}.secret-mono{font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.watch-page-shell{padding-top:2rem}.watch-client{display:grid;grid-gap:1rem;gap:1rem}.watch-segmented{display:flex;flex-wrap:wrap;gap:.5rem;padding:.65rem .75rem;border-radius:14px;border:1px solid var(--line);background:rgba(245,245,247,.85)}.watch-segment{flex:1 1 90px;padding:.5rem .75rem;border:none;border-radius:10px;background:transparent;font:inherit;font-size:.88rem;font-weight:700;cursor:pointer;color:var(--ink-soft)}.watch-segment-active{background:rgba(234,88,12,.2);color:var(--primary)}.watch-fallback-hint{margin:0;padding:.55rem .75rem;border-radius:12px;border:1px solid rgba(234,88,12,.2);background:rgba(234,88,12,.06);font-size:.82rem;color:var(--ink-soft)}.watch-toolbar{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.watch-toolbar-meta{margin:0;font-size:.82rem;color:var(--muted)}.watch-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:1.25rem;gap:1.25rem}.watch-post-card{padding:0;overflow:hidden;display:flex;flex-direction:column}.watch-post-media{position:relative;display:flex;flex-direction:column;gap:.5rem;padding:.75rem;background:var(--surface-muted);border-bottom:1px solid var(--line)}.watch-post-media-inner{min-height:140px;border-radius:14px;border:1px dashed var(--line);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.35rem;background:var(--surface)}.watch-play-glyph{font-size:2rem;opacity:.45}.watch-post-media-id{font-size:.72rem;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;color:var(--muted)}.watch-post-badges{display:flex;gap:.35rem;flex-wrap:wrap}.watch-badge{padding:.2rem .5rem;border-radius:999px;font-size:.65rem;font-weight:800;letter-spacing:.04em}.watch-badge-video{background:var(--ink);color:var(--surface)}.watch-badge-flux{background:rgba(234,88,12,.18);color:var(--primary)}.watch-badge-surge{background:rgba(220,38,38,.15);color:#b91c1c}.watch-post-body{padding:1rem;display:flex;flex-direction:column;gap:.65rem}.watch-post-head{gap:.65rem}.watch-avatar,.watch-post-head{display:flex;align-items:center}.watch-avatar{width:36px;height:36px;border-radius:999px;background:rgba(234,88,12,.16);color:var(--primary);justify-content:center;font-size:.75rem;font-weight:800}.watch-post-author{font-weight:700;font-size:.92rem}.watch-post-time{font-size:.75rem;color:var(--muted)}.watch-post-text{margin:0;font-size:.9rem;line-height:1.45;white-space:pre-wrap}.watch-post-stats{display:flex;gap:.75rem;font-size:.8rem;color:var(--muted);padding-top:.35rem;border-top:1px solid var(--line)}.watch-post-id{margin-left:auto;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.72rem}.watch-empty{text-align:center;padding:2.5rem 1rem;border:1px solid var(--line);border-radius:22px;background:rgba(255,255,255,.9)}.watch-empty-icon{font-size:2.5rem;margin-bottom:.75rem;opacity:.35}.watch-empty-title{margin:0 0 .35rem;font-size:1.1rem;font-weight:700}.watch-muted{margin:0;color:var(--muted);font-size:.92rem}.watch-echos-title{margin:0 0 .5rem;font-weight:800;font-size:1.05rem}.watch-echos-card,.watch-error,.watch-gate{padding:1.2rem}.watch-refresh{margin-top:1rem}.profile-page-shell{padding-top:2rem}.profile-client{display:grid;grid-gap:1.25rem;gap:1.25rem}.profile-gate-text,.profile-loading{margin:0;color:var(--muted)}.profile-gate{padding:1.5rem}.profile-error-card{padding:1.25rem}.profile-clean-card{padding:1rem .85rem 1.25rem;border-radius:22px}.profile-banner{height:136px;margin:-.25rem -.5rem .75rem;border-radius:16px;background-size:cover;background-position:50%;background-color:var(--surface-muted)}.profile-orbit-row{display:flex;align-items:flex-start;justify-content:center;gap:.85rem;margin-bottom:.75rem}.profile-orbit-btn{display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:0;border:none;background:none;cursor:pointer;color:inherit;min-width:72px}.profile-orbit-circle{width:72px;height:72px;border-radius:999px;display:flex;align-items:center;justify-content:center;background:var(--surface-muted);border:2.5px solid var(--line)}.profile-orbit-flux{border-color:rgba(234,88,12,.55)}.profile-orbit-surge{border-color:rgba(220,38,38,.55)}.profile-orbit-glyph{font-size:1.1rem;opacity:.65}.profile-orbit-label{font-size:.65rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--muted)}.profile-avatar-wrap{width:84px;height:84px;flex-shrink:0}.profile-avatar-fallback,.profile-avatar-img{width:84px;height:84px;border-radius:999px;border:2.5px solid rgba(255,255,255,.92);box-shadow:0 5px 10px rgba(0,0,0,.12);object-fit:cover}.profile-avatar-fallback{display:flex;align-items:center;justify-content:center;background:var(--surface-muted);font-weight:800;font-size:1.35rem}.profile-identity-block{text-align:center;margin-bottom:.85rem}.profile-display-name{margin:0;font-size:1.35rem;font-weight:800;letter-spacing:-.03em}.profile-handle{margin:.2rem 0 0;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.9rem;font-weight:600;color:var(--muted)}.profile-badge-row{display:flex;flex-wrap:wrap;justify-content:center;gap:.4rem;margin-top:.5rem}.profile-verify-pill{font-weight:700;background:rgba(234,88,12,.12);color:var(--primary)}.profile-badge-pill,.profile-verify-pill{padding:.2rem .55rem;border-radius:999px;font-size:.68rem}.profile-badge-pill{font-weight:600;color:var(--ink-soft);background:rgba(228,228,231,.85)}.profile-meta-line{margin:.5rem 0 0;font-size:.8rem;color:var(--muted);line-height:1.35}.profile-descriptor-block{margin-top:.65rem;text-align:center}.profile-descriptor{margin:0;font-size:.95rem;font-weight:700}.profile-positioning{margin:.25rem 0 0;font-size:.88rem;color:var(--ink-soft)}.profile-action-bar{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.5rem}.profile-action-primary{flex:1 1 120px;text-align:center;padding:.55rem .85rem;border-radius:12px}.profile-action-secondary{flex:1 1 100px;text-align:center;padding:.5rem .75rem;border-radius:12px;border:1px solid var(--line);font-size:.88rem;font-weight:600;text-decoration:none;color:var(--ink);background:var(--surface)}.profile-create-circle{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:1px solid rgba(234,88,12,.44);background:rgba(234,88,12,.16);color:var(--primary);font-size:1.2rem;font-weight:700;text-decoration:none;margin-left:auto}.profile-hint{margin:0 0 .5rem;font-size:.8rem;color:var(--muted)}.profile-info-triplet{display:grid;grid-template-columns:1fr 1.2fr 1fr;grid-gap:.5rem;gap:.5rem;margin-bottom:.85rem}.profile-info-card{padding:.55rem .65rem;border-radius:10px;background:rgba(228,228,231,.45);text-align:left}.profile-info-title{margin:0;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--muted)}.profile-info-title-spaced{margin-top:.45rem}.profile-info-value{margin:.15rem 0 0;font-size:.78rem;line-height:1.3;word-break:break-word}.profile-info-center{text-align:center}.profile-info-center-name{font-size:1.05rem}.profile-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:.4rem;gap:.4rem;margin-bottom:1rem}.profile-metric{padding:.55rem .35rem;border-radius:12px;border:1px solid var(--line);text-align:center;background:var(--surface)}.profile-metric-value{display:block;font-size:1.05rem;font-weight:800;letter-spacing:-.02em}.profile-metric-tier{font-size:.82rem;font-weight:700;line-height:1.2}.profile-metric-label{display:block;margin-top:.15rem;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--muted)}.profile-featured{margin-bottom:.85rem}.profile-featured-title{margin:0 0 .4rem;font-size:.85rem;font-weight:700}.profile-featured-row{display:flex;gap:.5rem;overflow-x:auto;padding-bottom:.25rem}.profile-featured-card{min-width:180px;padding:.65rem .75rem;border-radius:14px;border:1px solid var(--line);background:var(--surface-muted)}.profile-featured-kind{margin:0;font-size:.65rem;font-weight:700;color:var(--muted)}.profile-featured-item-title{margin:.25rem 0 0;font-size:.88rem;font-weight:600}.profile-featured-link{display:inline-block;margin-top:.35rem;font-size:.8rem;font-weight:600}.profile-tab-scroll{display:flex;flex-wrap:wrap;gap:.45rem;margin-bottom:.65rem}.profile-tab-chip{padding:.45rem .85rem;border:none;border-radius:999px;background:var(--surface-muted);font:inherit;font-size:.82rem;font-weight:600;cursor:pointer;color:var(--ink)}.profile-tab-chip-active{background:rgba(234,88,12,.24);color:var(--primary)}.profile-tab-panel{min-height:120px;padding-top:.25rem}.profile-tab-empty{margin:0;color:var(--muted);font-size:.92rem}.profile-media-list,.profile-mention-list,.profile-post-list{list-style:none;margin:0;padding:0;display:grid;grid-gap:.5rem;gap:.5rem}.profile-media-row,.profile-mention-row,.profile-post-row{padding:.65rem .75rem;border:1px solid var(--line);border-radius:12px;background:var(--surface-muted)}.profile-media-kind{font-size:.65rem;font-weight:700;color:var(--muted)}.profile-media-title{margin:.2rem 0 0;font-size:.88rem}.profile-media-time{font-size:.72rem;color:var(--muted)}.profile-post-body{margin:0;font-size:.9rem;white-space:pre-wrap}.profile-post-meta{display:block;margin-top:.35rem;font-size:.72rem;color:var(--muted)}.profile-about-dl{margin:0}.profile-about-row{display:grid;grid-template-columns:120px 1fr;grid-gap:.5rem;gap:.5rem;padding:.45rem 0;border-bottom:1px solid var(--line);font-size:.88rem}.profile-about-row dt{margin:0;font-weight:700;color:var(--muted)}.profile-about-row dd{margin:0}.profile-mention-from{display:block;font-size:.78rem;font-weight:700;color:var(--primary)}.profile-mention-body{margin:.25rem 0 0;font-size:.88rem;white-space:pre-wrap}.profile-mention-time{font-size:.72rem;color:var(--muted)}.profile-editor-card{padding:1.2rem}.profile-card-title{margin:0 0 .75rem;font-size:1.1rem}.profile-field-label{display:block;margin:.5rem 0 .25rem;font-size:.82rem;font-weight:600}.profile-input{width:100%;padding:.65rem .75rem;border:1px solid var(--line);border-radius:12px;font:inherit;font-size:.95rem}.profile-editor-actions{display:flex;justify-content:flex-end;gap:.5rem;margin-top:1rem}.profile-account-details{padding:.75rem 1rem;border:1px solid var(--line);border-radius:16px;background:var(--surface-muted);font-size:.88rem}.profile-account-details summary{cursor:pointer;font-weight:700}.profile-account-grid{display:grid;grid-gap:.75rem;gap:.75rem;margin-top:.75rem}.profile-muted{display:block;font-size:.75rem;color:var(--muted)}@media (max-width:720px){.shell{padding:1.25rem 1rem 2rem}.home-shell{padding-top:2rem}.home-hero{padding:1.5rem}.nav-chrome{gap:.75rem;padding:.9rem 1rem}.nav-chrome-auth,.nav-chrome-main{width:100%}.nav-chrome-auth{margin-left:0;justify-content:flex-start}.auth-card,.composer-card,.post-card{padding:1.1rem}.message-shell,.message-shell-split{grid-template-columns:1fr}.thread-list{border-right:none;border-bottom:1px solid var(--line)}.message-bubble{max-width:100%}.message-compose-form{flex-direction:column}.profile-info-triplet{grid-template-columns:1fr}.profile-info-center{order:-1}.profile-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-action-bar{flex-direction:column;align-items:stretch}.profile-create-circle{margin-left:0;align-self:center}}