:root{color:#20201f;font-synthesis:none;--orange:#f5a400;--orange-dark:#d77800;--cream:#fff7e7;--line:#e9e5df;--muted:#77736e;--green:#4fbd68;background:#fbfaf8;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{min-width:320px;margin:0}button,input,textarea,select{font:inherit}button{color:inherit;cursor:pointer}button:disabled{cursor:not-allowed;opacity:.5}.workspace{background:#fcfbf9;grid-template-columns:244px minmax(420px,1fr);min-height:100vh;display:grid}.workspace:has(.detail){grid-template-columns:244px minmax(420px, 1fr) min(var(--detail-width,440px), calc(100vw - 664px))}.icon{color:currentColor;stroke-width:2px;flex:none;width:1em;height:1em}.spinning{animation:.8s linear infinite icon-spin}@keyframes icon-spin{to{transform:rotate(360deg)}}.sidebar{border-right:1px solid var(--line);z-index:5;background:#ffffffed;flex-direction:column;height:100vh;padding:24px 18px 18px;display:flex;position:sticky;top:0}.sidebar-close,.sidebar-backdrop,.menu-button{display:none}.brand{letter-spacing:-1.5px;align-items:center;gap:10px;padding:0 10px 30px;font-size:27px;font-weight:700;display:flex}.brand-button{width:100%;color:inherit;text-align:left;background:0 0;border:0}.brand-button:hover,.brand-button:focus-visible{color:#ad5e00}.brand img{border-radius:14px;width:44px;height:44px;box-shadow:0 6px 16px #6c450021}.brand>span>span{color:var(--orange)}.nav{flex-direction:column;gap:5px;display:flex}.nav button{text-align:left;background:0 0;border:0;border-radius:12px;align-items:center;gap:11px;min-width:0;padding:11px 13px;font-weight:600;display:flex}.nav button>span,.nav button>.icon{color:#9b948b;text-align:center;width:18px;font-size:19px}.nav button small{color:#a39d95;margin-left:auto;font-weight:500}.nav-skeleton{padding:5px 13px}.nav-skeleton .skeleton-line{height:14px}.nav button:hover,.nav button.active{color:#ad5e00;background:var(--cream)}.nav button.active>span,.nav button.active>.icon{color:var(--orange-dark)}.logout-button{width:100%;color:var(--muted);text-align:left;background:0 0;border:0;border-radius:10px;align-items:center;gap:9px;margin-top:8px;padding:9px 13px;font-weight:600;display:flex}.logout-button:hover,.logout-button:focus-visible{background:var(--cream);color:#ad5e00}.sidebar-footer{flex:none;margin-top:auto}.channel-row{border-radius:12px;align-items:center;min-width:0;display:flex;position:relative}.channel-row:hover,.channel-row:focus-within,.channel-row.active{background:var(--cream)}.channel-row.active .channel-link{color:#ad5e00}.channel-row.active .channel-link>span,.channel-row.active .channel-link>.icon{color:var(--orange-dark)}.channel-row.dragging{opacity:.45}.channel-row.drop-before:before,.channel-row.drop-after:after{content:"";z-index:1;background:var(--orange-dark);pointer-events:none;border-radius:999px;height:3px;position:absolute;left:8px;right:8px}.channel-row.drop-before:before{top:-2px}.channel-row.drop-after:after{bottom:-2px}.nav .channel-link{flex:1}.nav .channel-pin{width:22px;height:30px;color:var(--muted);border-radius:7px;flex:none;justify-content:center;padding:0;font-size:12px}.nav .channel-pin:hover,.nav .channel-pin:focus-visible{color:#ad5e00;background:0 0}.nav-heading{color:#a49e95;letter-spacing:.1em;text-transform:uppercase;justify-content:space-between;align-items:center;margin:24px 12px 8px;font-size:11px;font-weight:700;display:flex}.nav-heading button{justify-content:center;width:24px;height:24px;padding:0;font-size:19px}.profile{border-top:1px solid var(--line);align-items:center;gap:10px;margin-top:auto;padding:18px 5px 0;display:flex}.profile>span:nth-child(2){flex-direction:column;flex:1;min-width:0;display:flex}.profile strong,.profile small{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.profile small{color:var(--muted);margin-top:2px}.avatar{color:#6e3c00;background:linear-gradient(145deg,#ffe5b1,#f3a41b);border:2px solid #fff;border-radius:50%;flex:none;place-items:center;width:38px;height:38px;font-size:12px;font-weight:700;display:inline-grid;box-shadow:0 1px 5px #d9cdbc}.avatar.large{width:42px;height:42px}.avatar.small{width:29px;height:29px;font-size:10px}.main{min-width:0;padding:0 clamp(22px,3vw,48px) 50px}.settings-page{max-width:1040px;margin:0 auto;padding-bottom:48px}.settings-summary,.settings-card{border:1px solid var(--line);background:#fff;border-radius:18px}.settings-summary{justify-content:space-between;align-items:center;gap:28px;margin-bottom:18px;padding:24px 26px;display:flex}.settings-summary h2,.settings-card h3{margin:0}.settings-summary .eyebrow{margin:0 0 5px}.settings-identifier,.settings-card header p,.settings-note{color:var(--muted)}.settings-identifier{margin:5px 0 0;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:13px}.settings-summary dl{gap:clamp(20px,4vw,48px);margin:0;display:flex}.settings-summary dt{color:var(--muted);font-size:12px}.settings-summary dd{text-transform:capitalize;margin:4px 0 0;font-weight:700}.settings-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-bottom:18px;display:grid}.settings-card{min-width:0;padding:24px}.settings-card header{margin-bottom:20px}.settings-card header p{margin:5px 0 0;font-size:13px}.settings-card label{color:#514e49;gap:7px;margin-top:14px;font-size:13px;font-weight:650;display:grid}.settings-card input,.settings-card select{color:#292724;background:#fff;border:1px solid #dcd7cf;border-radius:10px;width:100%;min-width:0;height:43px;padding:0 12px}.settings-card input:read-only{color:var(--muted);background:#f7f5f2}.settings-action{margin-top:18px}.settings-list-card{margin-bottom:18px}.settings-list{display:grid}.settings-list article{border-top:1px solid #f0ede8;align-items:center;gap:18px;min-width:0;padding:15px 0;display:flex}.settings-list article:first-child{border-top:0}.settings-list-primary{align-items:center;gap:9px;min-width:220px;display:flex}.settings-list-primary strong{text-overflow:ellipsis;overflow:hidden}.settings-list-meta{color:var(--muted);flex-wrap:wrap;flex:1;gap:5px 18px;font-size:12px;display:flex}.status-pill{color:#625e58;text-transform:capitalize;background:#f1efeb;border-radius:999px;flex:none;padding:4px 8px;font-size:11px;font-weight:700}.status-pill.pending{color:#8c5700;background:#fff1cf}.status-pill.accepted{color:#28723a;background:#e5f7e9}.danger-link{color:#a33b2c;background:0 0;border:0;font-size:13px;font-weight:650}.secondary-link{color:#9b5700;background:0 0;border:0;font-size:13px;font-weight:650}.settings-row-actions{align-items:center;gap:12px;display:flex}.settings-member{flex:1;align-items:center;gap:11px;min-width:0;display:flex}.settings-member div{min-width:0;display:grid}.settings-member span{color:var(--muted);text-overflow:ellipsis;font-size:12px;overflow:hidden}.settings-skeleton{gap:14px;display:grid}.topbar{align-items:center;gap:18px;min-height:112px;display:flex}.topbar>div:first-of-type{margin-right:auto}.eyebrow{color:var(--orange-dark);text-transform:uppercase;letter-spacing:.12em;margin:0 0 4px;font-size:10px;font-weight:700}h1{letter-spacing:-.7px;margin:0;font-size:27px;line-height:1.15}.topbar h1,.channel-tag{align-items:center;display:inline-flex}.topbar h1{gap:5px}.search{border:1px solid var(--line);background:#fff;border-radius:24px;align-items:center;gap:10px;width:min(380px,35vw);height:48px;padding:0 14px;display:flex;box-shadow:0 4px 14px #31261708}.search:focus-within{border-color:var(--orange);box-shadow:0 0 0 3px #f5a40033,0 4px 14px #31261708}.search input{background:0 0;border:0;outline:0;flex:1;min-width:0}.search kbd{color:#96918b;background:#f6f4f1;border-radius:8px;padding:5px 7px;font-size:11px}.icon-button{background:0 0;border:0;font-size:24px;position:relative}.icon-button i,.activity i{background:var(--orange);border-radius:50%;width:8px;height:8px;display:inline-block}.icon-button i{color:#fff;text-align:center;border:2px solid #fff;min-width:19px;height:19px;padding:0 4px;font-size:10px;font-style:normal;line-height:15px;position:absolute;top:-7px;right:-7px}.notifications-panel{z-index:20;border:1px solid var(--line);background:#fff;border-radius:20px;width:min(390px,100vw - 32px);max-height:100vh;position:fixed;top:0;right:0;overflow:auto;box-shadow:0 22px 60px #2b201133}.notifications-panel>header{z-index:1;border-bottom:1px solid var(--line);background:#fffffff5;justify-content:space-between;align-items:center;padding:20px;display:flex;position:sticky;top:0}.notifications-panel h2,.notifications-panel h3{margin:0}.panel-close{background:#f5f2ed;border:0;border-radius:50%;width:36px;height:36px;font-size:23px}.notifications-actions{color:var(--muted);justify-content:space-between;padding:12px 20px;font-size:12px;display:flex}.notifications-actions button{color:var(--orange-dark);background:0 0;border:0;font-weight:700}.notification-list{border-block:1px solid var(--line)}.notification-item{text-align:left;background:#fff;border:0;border-bottom:1px solid #f2efeb;gap:10px;width:100%;padding:15px 20px;display:flex}.notification-item:hover,.notification-item.unread{background:#fffaf0}.notification-item>span:last-child{flex-direction:column;gap:4px;min-width:0;display:flex}.notification-item small,.notification-item time{color:var(--muted)}.notification-item time{font-size:10px}.notification-dot{border-radius:50%;flex:none;width:7px;height:7px;margin-top:6px}.notification-item.unread .notification-dot{background:var(--orange)}.notification-loading,.panel-message{color:var(--muted);margin:0;padding:22px 20px}.notification-settings{padding:18px 20px 22px}.notification-settings h3{margin-bottom:12px;font-size:14px}.preference-toggle{justify-content:space-between;align-items:center;gap:16px;min-height:38px;font-size:13px;display:flex}.preference-toggle input{width:34px;height:19px;accent-color:var(--orange-dark)}.preference-field{min-height:38px;color:var(--muted);justify-content:space-between;align-items:center;gap:16px;padding-left:12px;font-size:12px;display:flex}.preference-field select{border:1px solid var(--line);max-width:145px;min-height:32px;color:var(--ink);background:#fff;border-radius:9px}.saving{color:var(--muted)}.preference-error{color:#a33a2b}.feed-heading{justify-content:space-between;align-items:center;gap:16px;margin:5px 0 18px;display:flex}.feed-heading p{color:var(--muted);align-items:center;gap:6px;margin:0;font-size:13px;display:flex}.feed-heading p span,.feed-heading p .icon,.channel-tag{color:var(--orange-dark)}.primary,.secondary{border:1px solid #0000;border-radius:11px;min-height:42px;padding:0 17px;font-weight:700}.primary{color:#fff;background:linear-gradient(135deg,#ffb500,#f39300);justify-content:center;align-items:center;gap:7px;display:inline-flex;box-shadow:0 7px 15px #ef97002b}.primary:hover{background:var(--orange-dark)}.secondary{border-color:var(--line);background:#fff}.full{width:100%}.feed{flex-direction:column;gap:14px;display:flex}.new-post-card{border:1px solid var(--line);background:#fff;border-radius:18px;padding:18px;box-shadow:0 7px 25px #2c201009}.new-post-fields{flex-direction:column;display:flex}.new-post-fields input,.new-post-fields textarea{width:100%;box-shadow:none;border:0;border-radius:0}.new-post-fields input:focus,.new-post-fields input:focus-visible,.new-post-fields textarea:focus,.new-post-fields textarea:focus-visible{box-shadow:none;background:0 0;border:0;outline:0}.new-post-fields input{padding:3px 4px 10px;font-size:17px;font-weight:700}.new-post-fields textarea{resize:none;min-height:62px;padding:7px 4px 12px;line-height:1.5}.new-post-actions{border-top:1px solid #f1eeea;justify-content:space-between;align-items:flex-end;gap:12px;padding-top:12px;display:flex}.new-post-actions details{color:var(--muted);font-size:12px;position:relative}.new-post-actions summary{cursor:pointer;font-weight:700}.new-post-actions fieldset{z-index:4;border:1px solid var(--line);background:#fff;border-radius:12px;width:min(280px,100vw - 64px);max-height:260px;margin:0;padding:12px;position:absolute;top:calc(100% + 8px);left:0;overflow-y:auto;box-shadow:0 12px 30px #2c201024}.new-post-actions legend{color:#33302c;padding:0 4px;font-weight:700}.new-post-actions .primary{min-height:36px}.skeleton-list{flex-direction:column;gap:14px;display:flex}.skeleton-card{cursor:default}.skeleton{background:linear-gradient(90deg,#f1eee9 25%,#faf8f5 50%,#f1eee9 75%) 0 0/200% 100%;border-radius:8px;animation:1.4s ease-in-out infinite skeleton-shimmer;display:block}.skeleton-avatar{border-radius:50%;flex:none;width:38px;height:38px}.skeleton-label{width:72px;height:11px;margin-bottom:9px}.skeleton-label.short{width:48px}.profile-skeleton{flex-direction:column;flex:1;gap:2px;display:flex}.topbar-avatar-skeleton{width:42px;height:42px}.skeleton-title{width:min(360px,72%);height:20px;margin-bottom:17px}.skeleton-line{width:100%;height:12px;margin:9px 0}.skeleton-line.short{width:62%}.detail-skeleton{padding:28px 25px}.detail-error{color:var(--muted);padding:28px 25px}.detail-error h3{color:#20201f;margin:0 0 8px}.detail-error p{margin:0}@keyframes skeleton-shimmer{to{background-position-x:-200%}}@media (prefers-reduced-motion:reduce){.skeleton{animation:none}}.post-card{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:18px;gap:16px;padding:21px;transition:border-color .15s,transform .15s,box-shadow .15s;display:flex;box-shadow:0 7px 25px #2c201009}.post-card:hover,.post-card.selected{border-color:#f1b23a;transform:translateY(-1px);box-shadow:0 10px 28px #b06f0014}.post-content{flex:1;min-width:0}.post-title{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.channel-tag{text-transform:uppercase;gap:3px;font-size:11px;font-weight:700}.post-title h2{letter-spacing:-.2px;margin:5px 0 0;font-size:17px}.activity{color:var(--muted);white-space:nowrap;align-items:center;gap:8px;font-size:12px;display:flex}.post-content>p{color:#5f5b56;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:12px 0 18px;font-size:14px;line-height:1.55;display:-webkit-box;overflow:hidden}.post-meta{color:var(--muted);flex-wrap:wrap;align-items:center;gap:9px 18px;font-size:12px;display:flex}.post-meta>span,.post-meta button{align-items:center;gap:5px;display:inline-flex}.post-meta .required{color:#238d3c;font-weight:700}.post-meta button{color:#5d554d;background:0 0;border:0;margin-left:auto;font-weight:700}.detail{border-left:1px solid var(--line);z-index:7;background:#fff;flex-direction:column;min-width:0;height:100vh;display:flex;position:sticky;top:0;box-shadow:-8px 0 30px #392c1b09}.detail-resizer{display:none}@media (width>=1121px){.detail-resizer{z-index:2;cursor:col-resize;touch-action:none;width:10px;display:block;position:absolute;inset:0 auto 0 -5px}.detail-resizer:after{content:"";background:#d6d0c8;border-radius:2px;width:3px;height:48px;transition:width .12s,background .12s;position:absolute;top:50%;left:4px;transform:translateY(-50%)}.detail-resizer:hover:after,.detail-resizer:focus-visible:after{background:var(--orange);width:4px}.detail-resizer:focus-visible{outline:2px solid var(--orange);outline-offset:-2px}}.detail-head{align-items:flex-start;gap:14px;padding:28px 25px 19px;display:flex}.detail-head>div{flex:1;min-width:0}.detail-head h2{overflow-wrap:anywhere;margin:0;font-size:20px;line-height:1.25}.detail-summary{overflow-wrap:anywhere;margin:13px 0 0;font-size:13px;line-height:1.55}.detail-head>button,.modal-head>button{color:#918b84;background:0 0;border:0;font-size:28px;line-height:1}.tabs{border-bottom:1px solid var(--line);gap:22px;padding:0 25px;display:flex}.tabs button{color:var(--muted);background:0 0;border:0;border-bottom:2px solid #0000;padding:0 0 13px;font-size:12px}.tabs button.active{color:#252321;border-color:var(--orange);font-weight:700}.detail-body{flex:1;min-height:0;padding:8px 25px 34px;overflow-y:auto}.detail-body:has(.messages-panel){padding-bottom:0;overflow:hidden}.detail-body section{border-bottom:1px solid #f1eeea;padding:19px 0}.detail-body section:last-child{border:0}.detail-body h3{color:var(--orange-dark);margin:0 0 11px;font-size:12px}.detail-body h3 span{color:var(--muted)}.detail-body p{font-size:13px;line-height:1.55}.byline,.hint,.muted{color:var(--muted)}.status-box{background:#fbf9f5;border-radius:12px;align-items:center;gap:11px;margin-bottom:11px;padding:13px;display:flex}.status-box>span:last-child{flex-direction:column;font-size:13px;display:flex}.status-box small{color:var(--muted);margin-top:3px}.check,.muted-check{background:var(--green);color:#fff;border-radius:7px;place-items:center;width:23px;height:23px;font-weight:700;display:grid}.muted-check{background:#d9d5cf}.people-list>div{align-items:center;gap:8px;margin:8px 0;font-size:12px;display:flex}.people-list>div button{color:var(--muted);background:0 0;border:0;margin-left:auto;font-size:11px}.people-list>div small{color:var(--muted);margin-left:auto}.inline-form{gap:8px;margin-top:12px;display:flex}select,input,textarea{border:1px solid var(--line);background:#fff;border-radius:10px;outline:none}select:focus,input:focus,textarea:focus{border-color:var(--orange);box-shadow:0 0 0 3px #f5a4001a}.inline-form select{flex:1;min-width:0;padding:0 10px}.comments{flex-direction:column;gap:13px;display:flex}.messages-panel{flex-direction:column;height:100%;min-height:0;display:flex;padding-bottom:0!important}.messages-scroll{flex:1;min-height:0;padding-bottom:18px;overflow-y:auto}.comment{gap:9px;display:flex}.comment strong{font-size:12px}.comment p{white-space:pre-wrap;margin:3px 0 0}.comment-form{border:1px solid var(--line);background:#fff;border-radius:13px 13px 0 0;flex:none;margin:0 -1px;padding:10px 44px 10px 12px;position:sticky;bottom:0;box-shadow:0 -8px 24px #2c20100f}.comment-editor{outline:none;min-height:24px;max-height:180px;font-size:13px;line-height:1.45;overflow-y:auto}.comment-editor p{white-space:pre-wrap;margin:0}.comment-editor p.is-editor-empty:first-child:before,.comment-editor p:first-child:last-child:empty:before{float:left;color:#9a958e;content:"Add context or ask a question…";pointer-events:none;height:0}.mention{background:var(--cream);color:#9b5700;border-radius:5px;padding:1px 3px;font-weight:700}.comment-send{background:var(--orange);color:#fff;border:0;border-radius:9px;place-items:center;width:30px;height:30px;padding:0;font-size:13px;display:grid;position:absolute;bottom:7px;right:7px}.mention-suggestions{z-index:60;border:1px solid var(--line);background:#fff;border-radius:11px;min-width:min(220px,100vw - 16px);max-width:calc(100vw - 16px);padding:5px;position:fixed;overflow:hidden;box-shadow:0 12px 32px #2c20102b}.mention-suggestions button{text-align:left;background:0 0;border:0;border-radius:7px;width:100%;padding:8px 10px;font-size:13px}.mention-suggestions button:hover,.mention-suggestions button.selected{background:var(--cream)}.mention-suggestions-empty{color:var(--muted);padding:8px 10px;font-size:13px}.empty{text-align:center;color:var(--muted);background:#ffffffa6;border:1px dashed #ddd5ca;border-radius:18px;padding:65px 20px}.empty-icon{width:40px;height:40px;color:var(--orange-dark);stroke-width:1.7px}.empty h2{color:#33302c;margin:10px 0 4px}.offline{color:#825005;background:#fff8e9;border:1px solid #f4d291;border-radius:11px;width:100%;margin-bottom:14px;padding:11px 14px;font-size:12px}.toast{z-index:40;color:#754a09;background:#fff8e9;border:1px solid #e7c57e;border-radius:12px;justify-content:space-between;align-items:center;gap:14px;width:min(360px,100vw - 32px);padding:13px 15px;font-size:13px;display:flex;position:fixed;bottom:18px;right:18px;box-shadow:0 12px 35px #3625112e}.toast button{background:0 0;border:0;font-size:20px}.modal-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:20;background:#271f1640;place-items:center;min-height:100dvh;padding:20px;display:grid;position:fixed;inset:0;overflow-y:auto}.modal{border:1px solid var(--line);background:#fff;border-radius:20px;width:min(520px,100%);max-height:calc(100dvh - 40px);padding:24px;overflow-y:auto;box-shadow:0 25px 70px #36251133}.modal-head{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:20px;display:flex}.modal-head>div,.modal-head h2{min-width:0}.modal-head h2{margin:0 0 5px;font-size:21px}.modal-head p{color:var(--muted);margin:0;font-size:13px}.modal>label{flex-direction:column;gap:7px;margin:15px 0;font-size:12px;font-weight:700;display:flex}.modal input,.modal textarea{resize:vertical;width:100%;padding:11px 12px;font-weight:400}.modal fieldset{border:0;margin:18px 0;padding:0}.modal legend{margin-bottom:8px;font-size:12px;font-weight:700}.check-label{align-items:center;gap:9px;padding:7px 0;font-size:13px;display:flex}.check-label input{width:16px}.form-actions{justify-content:flex-end;gap:8px;margin-top:22px;display:flex}.auth-screen{background:var(--cream);place-items:center;min-height:100vh;padding:24px;display:grid}.auth-card{border:1px solid var(--line);background:#fff;border-radius:22px;flex-direction:column;gap:14px;width:min(430px,100%);padding:32px;display:flex;box-shadow:0 24px 70px #3625111f}.auth-brand{margin-bottom:10px;display:flex}.auth-card h1,.auth-card p{margin:0}.auth-card>p{color:var(--muted);margin-bottom:8px}.auth-card label{flex-direction:column;gap:7px;font-size:12px;font-weight:700;display:flex}.auth-card input{width:100%;padding:12px}.auth-error{color:#9d2c1d;font-size:13px}.preview-logins{border:1px solid var(--line);background:var(--cream);border-radius:12px;padding:14px}.preview-logins p{margin:5px 0 8px;font-size:12px}.preview-logins ul{gap:4px;margin:0;padding:0;list-style:none;display:grid}.preview-logins button{width:100%;color:inherit;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;padding:3px 0}.preview-logins button:hover{text-decoration:underline}.auth-switch{color:var(--muted);background:0 0;border:0;padding:6px}@media (width<=1120px){.workspace:has(.detail){grid-template-columns:210px minmax(400px,1fr)}.workspace:has(.detail) .detail{width:min(440px,100vw - 210px);position:fixed;right:0;box-shadow:-18px 0 45px #2a1f1129}.workspace{grid-template-columns:210px minmax(0,1fr)}.sidebar{padding-inline:13px}.search{width:min(300px,32vw)}}@media (width<=760px){:is(.workspace,.workspace:has(.detail)){display:block}.sidebar{width:90vw;height:100dvh;padding:max(16px, env(safe-area-inset-top)) 16px max(14px, env(safe-area-inset-bottom));border:0;border-right:1px solid var(--line);z-index:31;visibility:hidden;transition:transform .18s,visibility .18s;position:fixed;inset:0 auto 0 0;overflow:hidden;transform:translate(-105%);box-shadow:18px 0 45px #2a1f112e}.sidebar.open{visibility:visible;transform:translate(0)}.sidebar-backdrop{z-index:30;background:#20201f61;border:0;width:100%;height:100dvh;padding:0;display:block;position:fixed;inset:0}.sidebar-close{top:max(18px, env(safe-area-inset-top));width:36px;height:36px;color:var(--muted);background:0 0;border:0;border-radius:10px;place-items:center;font-size:25px;display:grid;position:absolute;right:14px}.sidebar-close:hover,.sidebar-close:focus-visible{background:var(--cream);color:#ad5e00}.brand{flex:none;min-height:52px;padding-bottom:18px;padding-left:8px;padding-right:38px}.nav{overscroll-behavior:contain;scrollbar-gutter:stable;flex:auto;min-height:0;padding:2px 2px 12px;overflow-y:auto}.sidebar-footer{border-top:1px solid var(--line);margin-top:0;padding-top:10px}.invite-button{background:var(--cream);color:#925000;border:1px solid #f0d9af;border-radius:10px;width:100%;min-height:42px;font-weight:700}.invite-button:hover,.invite-button:focus-visible{border-color:var(--orange);background:#fff2d6}.profile{background:#ffffffed;border-top:0;margin-top:8px;padding:10px 5px 4px}.logout-button{min-height:42px;margin-top:2px}.menu-button{border:1px solid var(--line);background:#fff;border-radius:12px;flex:none;place-items:center;width:42px;height:42px;padding:0;font-size:20px;display:grid}.menu-button:hover,.menu-button:focus-visible{border-color:var(--orange);color:#ad5e00}.main{padding:0 16px 30px}.settings-summary{padding:20px;display:block}.settings-summary dl{justify-content:space-between;margin-top:20px}.settings-grid{grid-template-columns:1fr}.settings-card{padding:20px}.settings-list article{flex-wrap:wrap;align-items:flex-start}.settings-list-primary,.settings-list-meta{width:100%;min-width:0}.settings-list .danger-link{padding:4px 0}.topbar{gap:10px;min-height:80px}.topbar>div:first-of-type{min-width:0}.topbar h1{text-overflow:ellipsis;white-space:nowrap;font-size:22px;overflow:hidden}.search{flex:1;width:auto;min-width:0;height:42px}.search kbd{display:none}.icon-button{font-size:21px}.notifications-panel{width:auto;max-height:none;inset:8px}.toast{bottom:12px;right:12px}.topbar .avatar.large,.topbar-avatar-skeleton{display:none}.feed-heading{margin-top:7px}.feed-heading .primary{min-width:44px;padding-inline:12px}.post-card{border-radius:15px;gap:11px;padding:16px}.post-card>.avatar{width:33px;height:33px}.post-title{display:block}.post-meta button{text-align:left;border-top:1px solid #f3f0eb;width:100%;margin:5px 0 0;padding:8px 0 0}.detail{border:0;width:100%;height:auto;position:fixed;inset:0}.workspace:has(.detail) .detail{border:0;width:100%;height:auto;position:fixed;inset:0}.detail-head{padding:19px 18px 14px}.tabs,.detail-body{padding-inline:18px}.comment-form{padding-left:10px}}@media (width<=480px){.auth-screen{padding:12px}.auth-card{padding:24px 20px}.topbar h1{font-size:19px}.search{padding-inline:10px}.feed-heading p{max-width:190px}.post-card>.avatar{display:none}.post-meta{gap:8px 12px}.modal-backdrop{place-items:center;padding:16px}.modal{border-radius:20px;max-height:calc(100dvh - 32px);padding:20px}}
