:root{--bg:#ffffff;--sidebar-bg:#ffffff;--border:#ececec;--border-strong:#e2e4e8;--label:#9aa0a6;--nav-text:#4b5563;--nav-active-bg:#f1f2f4;--nav-active-text:#1f2937;--text:#1f2430;--text-muted:#8a9099;--accent:#2d7ff9;--accent-strong:#2563eb;--accent-soft:#e8f1ff;--chip-border:#e6e8ec;--panel-bg:#fafafa;--title-gradient:linear-gradient(95deg,#5b25e0,#3a5cf0 38%,#2479d6 62%,#18a79c);--radius-lg:16px;--radius-md:10px;--radius-sm:8px;--shadow-card:0 1px 2px rgba(16,24,40,.04),0 1px 3px rgba(16,24,40,.05);--shadow-pop:0 8px 30px rgba(16,24,40,.10);--ds-primary:#2680EB;--ds-primary-hover:#2675EB;--ds-card:#FFFFFF;--ds-foreground:#1E1E1E;--ds-muted:#F8F8F8;--ds-muted-fg:#A7A7A7;--ds-border:#EAECF0;--ds-radius:10px;--ds-destructive:#CC0000;--ds-blue-500:#2680EB;--ds-purple-500:#7F00FF}html.dark{--bg:#15171c;--sidebar-bg:#1a1d23;--border:#2a2e37;--border-strong:#343a45;--label:#7d8590;--nav-text:#c4c9d2;--nav-active-bg:#2a2e37;--nav-active-text:#ffffff;--text:#e9ebef;--text-muted:#8b929c;--accent-soft:#1d2c44;--chip-border:#2c313b;--panel-bg:#1a1d23;--shadow-card:0 1px 2px rgba(0,0,0,.3),0 1px 3px rgba(0,0,0,.4);--shadow-pop:0 12px 34px rgba(0,0,0,.55);--ds-card:#1e2128;--ds-foreground:#f0f1f4;--ds-muted:#2a2e37;--ds-muted-fg:#8b929c;--ds-border:#2c313b}html.dark body{background:var(--bg);color:var(--text)}.ds-main,.main,.menu,.sb-item,.sidebar,body{transition:background-color .25s ease,color .25s ease,border-color .25s ease}.app .icon{width:20px;height:20px}.app .icon,.app .icon-sm{stroke-width:1.9;flex:none}.app .icon-sm{width:17px;height:17px}.app .icon-lg{width:22px;height:22px;stroke-width:1.9;flex:none}.app{display:grid;grid-template-columns:280px 1fr;height:100vh;overflow:hidden;transition:grid-template-columns .32s cubic-bezier(.4,0,.2,1)}.app.collapsed{grid-template-columns:60px 1fr}@media (prefers-reduced-motion:reduce){.app{transition:none}}.ds-main{height:100vh;overflow-y:auto;overflow-x:hidden}.sidebar{background:var(--ds-card);border-right:1px solid var(--ds-border);display:flex;flex-direction:column;height:100vh;overflow:visible}.sb-nav{flex:1;overflow-y:auto;overflow-x:hidden;padding:12px 8px 8px;display:flex;flex-direction:column;gap:8px;transition:padding .32s cubic-bezier(.4,0,.2,1)}.app.collapsed .sb-nav{padding:12px 4px 8px;gap:6px}.sb-iconrow{display:flex;flex-wrap:wrap;align-items:center;gap:8px;padding:0 8px;transition:padding .32s cubic-bezier(.4,0,.2,1)}.app.collapsed .sb-iconrow{justify-content:center;padding:0;gap:6px}.sb-toggle{width:32px;height:32px;border-radius:var(--ds-radius);display:grid;place-items:center;background:transparent;border:0;color:var(--ds-foreground);cursor:pointer;flex-shrink:0}.sb-toggle:hover{background:var(--ds-muted)}.sb-toggle svg{width:16px;height:16px}.sb-avatar{width:24px;height:24px;border-radius:9999px;background:linear-gradient(135deg,var(--ds-blue-500),var(--ds-purple-500));background-size:cover;background-position:50%;color:#fff;display:grid;place-items:center;font-size:11px;font-weight:600;cursor:pointer;flex-shrink:0;border:0;transition:filter .15s ease,box-shadow .15s ease}.sb-avatar:hover{filter:brightness(.88)}.sb-icon-btn{width:32px;height:32px;border-radius:var(--ds-radius);display:grid;place-items:center;background:transparent;border:0;color:var(--ds-foreground);cursor:pointer;position:relative;flex-shrink:0}.sb-icon-btn:hover{background:var(--ds-muted)}.sb-icon-btn svg{width:16px;height:16px}.sb-icon-btn .dot{position:absolute;top:6px;right:6px;width:8px;height:8px;border-radius:50%;background:var(--ds-destructive);box-shadow:0 0 0 2px var(--ds-card)}.sb-section{display:flex;flex-direction:column;gap:2px}.sb-section-title{padding:4px 8px;font-size:10px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--ds-muted-fg);white-space:nowrap;overflow:hidden;max-height:22px;transition:opacity .16s ease,max-height .3s cubic-bezier(.4,0,.2,1),padding .3s cubic-bezier(.4,0,.2,1)}.app.collapsed .sb-section-title{opacity:0;max-height:0;padding-top:0;padding-bottom:0}.app.collapsed .sb-section{gap:6px}.sb-item{width:100%;display:flex;align-items:center;gap:12px;padding:7px 8px;border-radius:var(--ds-radius);background:transparent;border:0;cursor:pointer;text-align:left;font-family:inherit;font-size:14px;color:var(--ds-muted-fg);text-decoration:none;overflow:hidden;white-space:nowrap;transition:background .15s,color .15s,width .3s cubic-bezier(.4,0,.2,1),padding .3s cubic-bezier(.4,0,.2,1),gap .3s cubic-bezier(.4,0,.2,1)}.sb-item.sel,.sb-item:hover{background:var(--ds-muted);color:var(--ds-foreground)}.sb-item .ic{width:16px;height:16px;flex-shrink:0;display:grid;place-items:center}.sb-item .ic svg{width:16px;height:16px}.sb-item .lbl{flex:1;white-space:nowrap;overflow:hidden;transition:opacity .16s ease .1s}.app.collapsed .sb-item{width:32px;height:32px;padding:0;gap:0;justify-content:center;margin:0 auto}.app.collapsed .sb-item .lbl{opacity:0;max-width:0;flex:0 0 auto;padding:0;margin:0;transition:opacity .1s ease}.app.collapsed .sb-item{color:var(--ds-muted-fg)}.app.collapsed .sb-item.sel,.app.collapsed .sb-item:hover,.app.collapsed .sb-parent.on{color:var(--ds-foreground)}.sb-group{display:flex;flex-direction:column;gap:2px}.sb-parent{position:relative}.sb-chev{margin-left:auto;flex-shrink:0;transition:transform .2s ease}.app.collapsed .sb-chev{display:none}.sb-children{display:flex;flex-direction:column;gap:2px;padding-left:28px}.app.collapsed .sb-children{display:none}.sb-subitem{display:block;padding:6px 8px;border-radius:var(--ds-radius);font-size:13px;color:var(--ds-muted-fg);text-decoration:none;white-space:nowrap;overflow:hidden;transition:background .15s,color .15s}.sb-subitem.sel,.sb-subitem:hover{background:var(--ds-muted);color:var(--ds-foreground)}.sb-soon{margin-left:auto;font-size:10px;font-weight:600;letter-spacing:.03em;text-transform:uppercase;padding:2px 6px;border-radius:6px;background:var(--ds-muted);color:var(--ds-muted-fg)}.app.collapsed .sb-soon{display:none}.sb-footer{padding:12px 12px 14px}.app.collapsed .sb-footer{padding:10px 0 12px;display:flex;justify-content:center}.sb-onboarding{display:inline-flex;align-items:center;gap:8px;height:36px;padding:0 14px;border-radius:9999px;background:var(--ds-primary);color:#fff;border:0;font-family:inherit;font-size:12px;font-weight:500;cursor:pointer;width:100%;justify-content:center;overflow:hidden;white-space:nowrap;box-shadow:0 4px 10px -2px rgba(38,128,235,.35);transition:background .15s,width .3s cubic-bezier(.4,0,.2,1),padding .3s cubic-bezier(.4,0,.2,1),border-radius .3s ease}.sb-onboarding:hover{background:var(--ds-primary-hover)}.sb-onb-ic{display:grid;place-items:center}.sb-onb-ic svg{width:14px;height:14px}.app.collapsed .sb-onboarding{width:32px;height:32px;padding:0;gap:0;border-radius:9999px}.sb-onb-lbl{white-space:nowrap;overflow:hidden;max-width:160px;transition:opacity .18s ease,max-width .3s cubic-bezier(.4,0,.2,1)}.app.collapsed .sb-onb-lbl{opacity:0;max-width:0}.sb-avatar.active{box-shadow:0 0 0 2px var(--ds-card),0 0 0 4px var(--ds-primary)}.sb-icon-btn.active{background:var(--ds-muted)}.sb-icon-btn.gear-on{background:var(--ds-primary);color:#fff}.sb-icon-btn.gear-on:hover{background:var(--ds-primary-hover)}.sb-back{width:100%;display:flex;align-items:center;gap:12px;padding:7px 8px;margin:2px 0 4px;border:0;background:transparent;border-radius:var(--ds-radius);font:inherit;font-size:14px;font-weight:500;color:var(--ds-muted-fg);cursor:pointer;text-align:left;transition:background .15s ease,color .15s ease,width .3s cubic-bezier(.4,0,.2,1),padding .3s cubic-bezier(.4,0,.2,1),gap .3s cubic-bezier(.4,0,.2,1)}.sb-back:hover{background:var(--ds-muted);color:var(--ds-foreground)}.sb-back .ic{width:16px;height:16px;flex-shrink:0;display:grid;place-items:center}.sb-back .ic svg{width:16px;height:16px}.sb-back .lbl{flex:1;white-space:nowrap;overflow:hidden;max-width:240px;transition:opacity .18s ease,max-width .3s cubic-bezier(.4,0,.2,1)}.app.collapsed .sb-back{width:32px;height:32px;padding:0;gap:0;justify-content:center;margin:2px auto 4px}.app.collapsed .sb-back .lbl{opacity:0;max-width:0;flex:0 0 auto;padding:0;margin:0}.menu-scrim{inset:0;z-index:200}.menu-anchor,.menu-scrim{position:fixed}.app .menu{background:var(--ds-card);border:1px solid var(--ds-border);border-radius:14px;box-shadow:0 12px 34px rgba(16,24,40,.14),0 2px 6px rgba(16,24,40,.06);overflow:hidden;transform-origin:top left;animation:menu-pop .16s cubic-bezier(.4,0,.2,1)}@keyframes menu-pop{0%{opacity:0;transform:scale(.96) translateY(-4px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.app .menu{animation:none}}.menu-sep{height:1px;background:var(--ds-border);margin:6px 0}.menu-profile{width:312px;padding:12px}.pm-head{display:flex;align-items:center;gap:14px;padding:8px 8px 14px}.pm-avatar{position:relative;width:46px;height:46px;border-radius:9999px;flex-shrink:0;background:linear-gradient(135deg,var(--ds-blue-500),var(--ds-purple-500));background-size:cover;background-position:50%;color:#fff;display:grid;place-items:center;font-size:15px;font-weight:600;border:0;cursor:pointer;overflow:hidden}.pm-cam{position:absolute;inset:0;display:grid;place-items:center;background:rgba(0,0,0,.45);color:#fff;opacity:0;transition:opacity .16s ease}.pm-avatar:hover .pm-cam{opacity:1}.pm-id{display:flex;flex-direction:column;min-width:0}.pm-name{color:var(--ds-foreground)}.pm-email,.pm-name{font-size:12px;font-weight:400}.pm-email{color:var(--ds-muted-fg);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pm-editlink{font-size:12px;font-weight:500;color:var(--ds-primary);text-decoration:none;white-space:nowrap;width:-moz-max-content;width:max-content}.pm-editlink:hover{text-decoration:underline}.menu-row{display:flex;align-items:center;gap:12px;width:100%;padding:10px;border:0;background:transparent;border-radius:9px;font-size:12px;font-weight:400;color:var(--ds-foreground);text-align:left;transition:background .14s}.menu-row:hover{background:var(--ds-muted)}.menu-row-ic{display:grid;place-items:center;color:var(--ds-muted-fg);flex-shrink:0}.menu-row-lbl{flex:1}.menu-row.danger,.menu-row.danger .menu-row-ic{color:var(--ds-destructive)}.menu-row.danger:hover{background:rgba(204,0,0,.07)}.app .switch{width:38px;height:22px;border-radius:9999px;background:#d8dadf;position:relative;flex-shrink:0;transition:background .2s}.app .switch.on{background:var(--ds-primary)}.app .switch .knob{position:absolute;top:2px;left:2px;width:18px;height:18px;border-radius:9999px;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.25);transition:transform .2s cubic-bezier(.4,0,.2,1)}.app .switch.on .knob{transform:translateX(16px)}.menu-notif{width:424px;display:flex;flex-direction:column;max-height:min(560px,80vh)}.nm-tabs{display:flex;gap:4px;padding:10px 10px 0;border-bottom:1px solid var(--ds-border)}.nm-tab{display:flex;align-items:center;gap:7px;padding:8px 12px 11px;border:0;background:transparent;font-size:12px;font-weight:600;color:var(--ds-muted-fg);position:relative;border-radius:8px 8px 0 0}.nm-tab.on,.nm-tab:hover{color:var(--ds-foreground)}.nm-tab.on:after{content:"";position:absolute;left:8px;right:8px;bottom:-1px;height:2px;background:var(--ds-primary);border-radius:2px}.nm-count{font-size:11px;font-weight:600;min-width:18px;height:18px;padding:0 5px;border-radius:9999px;background:var(--ds-muted);color:var(--ds-muted-fg);display:inline-grid;place-items:center}.nm-tab.on .nm-count{background:var(--accent-soft);color:var(--ds-primary)}.nm-list{overflow-y:auto;padding:4px 8px 8px;flex:1;min-height:0}.nm-list::-webkit-scrollbar{width:10px}.nm-list::-webkit-scrollbar-track{background:transparent}.nm-list::-webkit-scrollbar-thumb{background:var(--ds-border);border-radius:8px;border:3px solid var(--ds-card);background-clip:padding-box}.nm-list::-webkit-scrollbar-thumb:hover{background:var(--ds-muted-fg);background-clip:padding-box;border:3px solid var(--ds-card)}.nm-group{position:sticky;top:0;z-index:2;margin:0 -8px;padding:9px 14px 6px;font-size:11px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--ds-muted-fg);background:var(--ds-card)}.nm-group+.nm-item{border-top:0}.nm-item{display:flex;gap:13px;padding:18px 14px;border-radius:10px;transition:background .14s}.nm-item:hover{background:var(--ds-muted)}.nm-item+.nm-item{border-top:1px solid var(--ds-border);border-radius:0}.nm-item+.nm-item:hover{border-radius:10px}.nm-avatar{width:36px;height:36px;border-radius:9999px;flex-shrink:0;color:#fff;display:grid;place-items:center;font-size:13px;font-weight:600}.nm-avatar.tone-a{background:linear-gradient(135deg,#2680EB,#7F00FF)}.nm-avatar.tone-b{background:linear-gradient(135deg,#0EA371,#18A79c)}.nm-avatar.tone-c{background:linear-gradient(135deg,#F2683C,#EB2680)}.nm-body{flex:1;min-width:0}.nm-head{display:flex;align-items:flex-start;gap:12px}.nm-head .nm-text{flex:1}.nm-head .nm-time{margin-top:0;margin-left:auto;flex-shrink:0;white-space:nowrap}.nm-head .nm-tag{margin-bottom:0}.nm-item.alert .nm-head{margin-bottom:7px}.nm-text{margin:0;font-size:12px;font-weight:400;line-height:1.5;color:var(--nav-text)}.nm-text strong{color:var(--ds-foreground);font-weight:600}.nm-time{display:block;margin-top:5px;font-size:12px;font-weight:400;color:var(--ds-muted-fg)}.nm-cta{gap:8px}.nm-cta,.nm-status{display:flex;margin-top:10px}.nm-status{align-items:center;gap:6px;font-size:12px;font-weight:600}.nm-status .icon-sm{width:15px;height:15px}.nm-status.accepted{color:#0EA371}.nm-status.declined{color:var(--ds-muted-fg)}.nm-item.resolved{opacity:.62}.nm-meta{display:flex;align-items:center;gap:7px;margin-left:auto;flex-shrink:0}.nm-udot{width:7px;height:7px;border-radius:50%;background:var(--ds-primary);flex-shrink:0}.nm-item.alert{cursor:pointer}.nm-item.exiting{overflow:hidden;pointer-events:none}.nm-item.exiting.exit-fade{animation:nm-exit-fade .42s cubic-bezier(.4,0,.2,1) forwards}.nm-item.exiting.exit-slide{animation:nm-exit-slide .42s cubic-bezier(.4,0,.2,1) forwards}@keyframes nm-exit-fade{0%{opacity:1;max-height:220px}55%{opacity:0;max-height:220px}to{opacity:0;max-height:0;padding-top:0;padding-bottom:0}}@keyframes nm-exit-slide{0%{opacity:1;transform:translateX(0);max-height:220px}45%{opacity:0;transform:translateX(60px);max-height:220px}to{opacity:0;transform:translateX(60px);max-height:0;padding-top:0;padding-bottom:0}}@media (prefers-reduced-motion:reduce){.nm-item.exiting.exit-fade,.nm-item.exiting.exit-slide{animation-duration:.01s}}.nm-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:48px 24px;text-align:center;color:var(--ds-muted-fg)}.nm-empty .icon{width:36px;height:36px;padding:9px;border-radius:9999px;background:var(--ds-muted);color:#0EA371}.nm-empty p{margin:0;font-size:13px;font-weight:500}.nm-btn{padding:6px 14px;border-radius:8px;font-size:12px;font-weight:600;border:1px solid transparent;transition:background .14s,border-color .14s}.nm-btn.accept{background:var(--ds-primary);color:#fff}.nm-btn.accept:hover{background:var(--ds-primary-hover)}.nm-btn.decline{background:transparent;color:var(--nav-text);border-color:var(--ds-border)}.nm-btn.decline:hover{background:var(--ds-muted)}.nm-item.alert.unread{background:linear-gradient(90deg,rgba(38,128,235,.05),transparent 60%)}.nm-emaze{width:36px;height:36px;border-radius:10px;flex-shrink:0;display:grid;place-items:center;color:#fff}.nm-emaze.kind-feature{background:linear-gradient(135deg,var(--ds-blue-500),var(--ds-purple-500))}.nm-emaze.kind-system{background:#3a4150}.nm-emaze.kind-billing{background:linear-gradient(135deg,#F2683C,#EB9D26)}.nm-tag{display:inline-block;font-size:10px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;padding:2px 7px;border-radius:5px;margin-bottom:4px}.nm-tag.kind-feature{background:var(--accent-soft);color:var(--ds-primary)}.nm-tag.kind-system{background:#eceef1;color:#3a4150}.nm-tag.kind-billing{background:#fdeee4;color:#c4621f}.nm-title{margin:0 0 3px;font-weight:600;color:var(--ds-foreground)}.nm-item.alert .nm-text,.nm-title{font-size:12px}.nm-foot{border-top:1px solid var(--ds-border);padding:8px}.nm-foot.two{display:flex;gap:8px}.nm-readall{width:100%;padding:8px;border:0;background:transparent;border-radius:8px;font-size:12px;font-weight:600;color:var(--ds-primary);transition:background .14s;display:block;text-align:center;text-decoration:none}.nm-readall:hover{background:var(--accent-soft)}.nm-readall.ghost{color:var(--nav-text)}.nm-readall.ghost:hover{background:var(--ds-muted)}.nc-overlay{position:fixed;inset:0;z-index:300;background:rgba(16,24,40,.45);display:flex;align-items:center;justify-content:center;padding:32px;animation:nc-fade .16s ease}@keyframes nc-fade{0%{opacity:0}to{opacity:1}}.nc-modal{width:min(1180px,100%);height:min(800px,90vh);background:var(--ds-card);border-radius:16px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 24px 60px rgba(16,24,40,.3);animation:nc-pop .2s cubic-bezier(.4,0,.2,1)}@keyframes nc-pop{0%{opacity:0;transform:scale(.97) translateY(8px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.nc-modal,.nc-overlay{animation:none}}.nc-head{display:flex;align-items:center;justify-content:space-between;padding:22px 28px;border-bottom:1px solid var(--ds-border);flex-shrink:0}.nc-title{margin:0;font-size:24px;font-weight:700;color:var(--ds-foreground);letter-spacing:-.01em}.nc-close{width:36px;height:36px;border-radius:9px;border:0;background:transparent;display:grid;place-items:center;color:var(--ds-muted-fg);transition:background .14s,color .14s}.nc-close:hover{background:var(--ds-muted);color:var(--ds-foreground)}.nc-close svg{width:20px;height:20px}.nc-body{min-height:0}.nc-body,.nc-main{flex:1;display:flex}.nc-main{min-width:0;flex-direction:column}.nc-tabs{display:flex;gap:8px;padding:16px 28px 0;border-bottom:1px solid var(--ds-border);flex-shrink:0}.nc-tab{position:relative;border:0;background:transparent;padding:8px 6px 14px;font-size:14px;font-weight:600;color:var(--ds-muted-fg);transition:color .14s}.nc-tab:hover{color:var(--ds-foreground)}.nc-tab.on{color:var(--ds-primary)}.nc-tab.on:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;background:var(--ds-primary);border-radius:2px}.nc-count{padding:16px 28px 4px;font-size:12px;color:var(--ds-muted-fg);flex-shrink:0}.nc-list{flex:1;min-height:0;overflow-y:auto;padding:8px 28px 28px;gap:16px}.nc-card,.nc-list{display:flex;flex-direction:column}.nc-card{flex-shrink:0;border:1px solid var(--ds-border);border-radius:14px;overflow:hidden;transition:box-shadow .16s,border-color .16s}.nc-card.open,.nc-card:hover{box-shadow:var(--shadow-pop);border-color:transparent}.nc-card-head{display:flex;gap:16px;align-items:flex-start;width:100%;text-align:left;background:transparent;border:0;font-family:inherit;padding:20px 22px;cursor:pointer}.nc-card-head.static{cursor:default}.nc-ico{width:40px;height:40px;border-radius:11px;flex-shrink:0;display:grid;place-items:center;color:#fff;margin-top:1px}.nc-ico svg{width:19px;height:19px}.nc-ico.kind-feature,.nc-ico.kind-release{background:linear-gradient(135deg,var(--ds-blue-500),var(--ds-purple-500))}.nc-ico.kind-system,.nc-ico.kind-update{background:#3a4150}.nc-ico.kind-billing{background:linear-gradient(135deg,#F2683C,#EB9D26)}.nc-ico.kind-beta{background:linear-gradient(135deg,#7c4dff,#6b3df0)}.nc-card-body{flex:1;min-width:0}.nc-card-meta{display:flex;align-items:center;gap:12px;margin-bottom:10px}.nc-badge{font-size:10px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;padding:3px 8px;border-radius:5px}.nc-badge.kind-release{background:#e2f6ec;color:#0e8f5d}.nc-badge.kind-beta{background:#ede7ff;color:#6b3df0}.nc-badge.kind-update{background:#eef0f3;color:#3a4150}.nc-badge.kind-feature{background:var(--accent-soft);color:var(--ds-primary)}.nc-badge.kind-system{background:#eef0f3;color:#3a4150}.nc-badge.kind-billing{background:#fdeee4;color:#c4621f}.nc-date{font-size:12.5px;color:var(--ds-muted-fg)}.nc-card-title{margin:0 0 6px;font-size:16px;font-weight:600;color:var(--ds-foreground)}.nc-card-text{margin:0 0 12px;font-size:13.5px;line-height:1.55;color:var(--nav-text);max-width:640px}.nc-card-chips{display:flex;flex-wrap:wrap;gap:7px}.nc-chip{font-size:11.5px;font-weight:500;color:var(--text-muted);border:1px solid var(--ds-border);border-radius:9999px;padding:4px 11px}.nc-chev{flex-shrink:0;width:28px;height:28px;border-radius:8px;margin-top:6px;display:grid;place-items:center;color:var(--ds-muted-fg);transition:transform .2s ease,background .14s,color .14s}.nc-card-head:hover .nc-chev{background:var(--ds-muted);color:var(--ds-foreground)}.nc-card.open .nc-chev{transform:rotate(180deg)}.nc-chev svg{width:17px;height:17px}.nc-detail{padding:4px 22px 22px 78px;display:flex;flex-direction:column;gap:16px;animation:nc-detail-in .2s cubic-bezier(.4,0,.2,1)}@keyframes nc-detail-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.nc-detail{animation:none}}.nc-detail-body{margin:0;font-size:13.5px;line-height:1.6;color:var(--nav-text);max-width:640px}.nc-points{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:9px}.nc-points li{display:flex;align-items:flex-start;gap:10px;font-size:13px;color:var(--nav-text)}.nc-points li svg{width:16px;height:16px;color:#0EA371;flex-shrink:0;margin-top:1px}.nc-usage{background:var(--ds-muted);border-radius:11px;padding:14px 16px;max-width:480px}.nc-usage-head{display:flex;justify-content:space-between;font-size:12.5px;color:var(--ds-foreground);margin-bottom:9px}.nc-usage-pct{font-weight:700;color:#c4621f}.nc-usage-bar{height:8px;border-radius:9999px;background:var(--ds-border);overflow:hidden}.nc-usage-bar span{display:block;height:100%;border-radius:9999px;background:linear-gradient(90deg,#F2683C,#EB9D26)}.nc-plans{display:flex;flex-direction:column;border:1px solid var(--ds-border);border-radius:11px;overflow:hidden;max-width:480px}.nc-plan{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:16px;padding:12px 16px;font-size:13px;color:var(--nav-text)}.nc-plan+.nc-plan{border-top:1px solid var(--ds-border)}.nc-plan.current{background:var(--ds-muted)}.nc-plan-name{display:flex;align-items:center;gap:8px;font-weight:600;color:var(--ds-foreground)}.nc-plan-tag{font-size:10px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;padding:2px 7px;border-radius:5px;background:var(--accent-soft);color:var(--ds-primary)}.nc-plan-store{color:var(--ds-muted-fg)}.nc-plan-price{font-weight:600;color:var(--ds-foreground);min-width:92px;text-align:right}.nc-cta{align-self:flex-start;display:inline-flex;align-items:center;gap:4px;height:38px;padding:0 16px;border-radius:9px;background:var(--ds-primary);color:#fff;font-size:13px;font-weight:600;text-decoration:none;transition:filter .14s}.nc-cta:hover{filter:brightness(.93)}.nc-cta svg{width:16px;height:16px}.nc-pager{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 28px;border-top:1px solid var(--ds-border);flex-shrink:0}.nc-pager-info{font-size:12.5px;color:var(--ds-muted-fg)}.nc-pager-ctrls{display:flex;align-items:center;gap:4px}.nc-pg{min-width:32px;height:32px;padding:0 8px;border:1px solid var(--ds-border);background:var(--ds-card);border-radius:8px;font-size:13px;font-weight:500;color:var(--nav-text);display:inline-grid;place-items:center;cursor:pointer;transition:background .14s,color .14s,border-color .14s}.nc-pg:hover:not(:disabled){background:var(--ds-muted)}.nc-pg:disabled{opacity:.4;cursor:default}.nc-pg.num{width:32px}.nc-pg.num.on{background:var(--ds-primary);border-color:var(--ds-primary);color:#fff}.nc-pg svg{width:15px;height:15px}.app.collapsed .sb-item[data-tip]{position:relative}.app.collapsed .sb-item[data-tip]:hover:after{content:attr(data-tip);position:absolute;left:calc(100% + 10px);top:50%;transform:translateY(-50%);background:#1f2430;color:#fff;font-size:12px;font-weight:500;padding:5px 9px;border-radius:7px;white-space:nowrap;z-index:300;box-shadow:0 6px 18px rgba(16,24,40,.25);pointer-events:none}html.dark .bg-primary-light,html.dark .bg-white{background-color:var(--ds-card)}html.dark .bg-\[\#FAFAFA\],html.dark .bg-\[\#fafafa\]{background-color:var(--bg)}html.dark .bg-\[\#F8F8F8\],html.dark .bg-\[\#f8f8f8\],html.dark .bg-active-item,html.dark .bg-gray-100,html.dark .bg-gray-50,html.dark .bg-topbar-light{background-color:var(--ds-muted)}html.dark .bg-gray-200{background-color:#343a45}html.dark .hover\:bg-\[\#F8F8F8\]:hover,html.dark .hover\:bg-\[\#f0f0f0\]:hover,html.dark .hover\:bg-active-item:hover,html.dark .hover\:bg-gray-100:hover,html.dark .hover\:bg-gray-50:hover{background-color:var(--ds-muted)}html.dark .text-\[\#1E1E1E\],html.dark .text-\[\#1e1e1e\],html.dark .text-gray-800,html.dark .text-gray-900{color:var(--ds-foreground)}html.dark .text-gray-600,html.dark .text-gray-700{color:var(--nav-text)}html.dark .text-\[\#5F6165\],html.dark .text-gray-400,html.dark .text-gray-500{color:var(--ds-muted-fg)}html.dark .border-\[\#EAECF0\],html.dark .border-\[\#eaecf0\],html.dark .border-border-light,html.dark .border-gray-200,html.dark .border-gray-300{border-color:var(--ds-border)}html.dark{color-scheme:dark}html.dark .text-font-primary{color:var(--ds-foreground)}html.dark .text-font-light,html.dark .text-placeholder-light{color:var(--ds-muted-fg)}html.dark .hover\:text-font-primary:hover{color:var(--ds-foreground)}html.dark .bg-font-primary{background-color:#343a45}html.dark .hover\:bg-font-primary:hover{background-color:#3d4450}html.dark input::-moz-placeholder,html.dark textarea::-moz-placeholder{color:var(--ds-muted-fg)}html.dark input::placeholder,html.dark textarea::placeholder{color:var(--ds-muted-fg)}html.dark .bg-primary-light\/80{background-color:color-mix(in srgb,var(--ds-card) 85%,transparent)}html.dark .hover\:bg-primary-light:hover{background-color:var(--ds-muted)}html.dark .prompt{background:#23262e;border-color:#3a3f4b}html.dark .prompt:focus-within{border-color:#4a5160;box-shadow:0 4px 18px rgba(0,0,0,.35)}html.dark .prompt textarea{color:#e7eaf0}html.dark .prompt textarea::-moz-placeholder{color:#8b93a1}html.dark .prompt textarea::placeholder{color:#8b93a1}html.dark .pill-select{background:#2a2e37;border-color:#3a3f4b;color:#c6ccd6}html.dark .pill-select:hover{background:#313640}html.dark .home-wrap .menu{background:#23262e;border-color:#3a3f4b}html.dark .home-wrap .menu-row-lbl,html.dark .home-wrap .opt-title{color:#e7eaf0}html.dark .home-wrap .opt-sub{color:#8b93a1}html.dark .chip{background:#2a2e37;border-color:#3a3f4b;color:#c6ccd6}html.dark .chip:hover{background:#313640}html.dark .icon-ghost{color:#8b93a1}html.dark .overlay{background:rgba(10,12,16,.72)}