:root{--bg: #0b0d1a;--surface: rgba(20, 23, 42, .72);--surface-high: #161a2e;--stroke: rgba(236, 228, 216, .13);--separator: rgba(236, 228, 216, .2);--accent-blue: #e94f2e;--accent-green: #3ecf8e;--accent-orange: #f2a541;--accent-pink: #ff5a5f;--text-primary: #f4efe9;--text-secondary: #9a9aa8;--text-tertiary: #5f5f70;color-scheme:dark}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;background:radial-gradient(120% 80% at 50% -10%,#16193a 0%,transparent 60%),var(--bg);background-attachment:fixed;color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,Roboto,sans-serif;-webkit-font-smoothing:antialiased}h1,h2,h3{margin:0}.display{font-family:Hiragino Mincho ProN,Yu Mincho,YuMincho,Shippori Mincho,Songti SC,Georgia,serif;font-size:2.2rem;font-weight:600;line-height:1.12;letter-spacing:-.01em}.title{font-size:1.25rem;font-weight:600;line-height:1.25;letter-spacing:-.01em}.body{font-size:1rem;line-height:1.4;letter-spacing:0}.label{font-size:.75rem;font-weight:500;line-height:1.2;letter-spacing:.02em;color:var(--text-secondary)}a{color:inherit}button{font-family:inherit}.app-shell{display:flex;height:100%}.sidebar{width:220px;flex-shrink:0;padding:24px 16px;border-right:1px solid var(--separator);display:flex;flex-direction:column;gap:4px}.sidebar-brand{font-size:1.375rem;font-weight:700;letter-spacing:-.02em;padding:0 12px 20px}.nav-link{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:12px;color:var(--text-secondary);text-decoration:none;font-size:.95rem;transition:background-color .15s ease,color .15s ease}.nav-link:hover{background:var(--surface-high);color:var(--text-primary)}.nav-link.active{background:var(--surface-high);color:var(--text-primary);font-weight:600}.content{flex:1;overflow-y:auto;padding:32px 40px;max-width:880px}.glass-card{background:var(--surface);border:1px solid var(--stroke);border-radius:22px;padding:20px 22px;box-shadow:0 8px 24px #00000059;transition:transform .12s cubic-bezier(.2,0,0,1)}.glass-card.clickable{cursor:pointer}.glass-card.clickable:active{transform:scale(.98)}.card-header{display:flex;align-items:center;justify-content:space-between}.card-header-left{display:flex;align-items:center;gap:10px}.stack{display:flex;flex-direction:column;gap:16px}.row{display:flex;align-items:center;gap:10px}.row-between{display:flex;align-items:center;justify-content:space-between}input,textarea{background:var(--surface-high);border:1px solid var(--stroke);border-radius:12px;color:var(--text-primary);padding:10px 14px;font-size:.95rem;outline:none}input:focus,textarea:focus{border-color:var(--accent-blue)}button.primary,button.secondary{border-radius:12px;padding:10px 18px;font-size:.9rem;font-weight:600;border:1px solid transparent;cursor:pointer;transition:transform .12s cubic-bezier(.2,0,0,1),opacity .12s ease}button.primary{background:var(--accent-blue);color:#fff}button.secondary{background:transparent;border-color:var(--stroke);color:var(--text-primary)}button.primary:active,button.secondary:active{transform:scale(.97)}button:disabled{opacity:.5;cursor:default}.connect-prompt{display:flex;flex-direction:column;align-items:center;gap:16px;padding-top:48px;text-align:center}.chat-bubble-tool{font-size:.75rem;color:var(--text-tertiary);padding-left:4px}.chat-page{position:relative;display:flex;flex-direction:column;gap:14px;height:calc(100vh - 150px);min-height:420px}.chat-aurora{position:absolute;top:-10%;right:-15%;bottom:30%;left:-15%;pointer-events:none;z-index:0;filter:blur(90px);opacity:.35;overflow:hidden;animation:aurora-hue 90s linear infinite}@keyframes aurora-hue{0%{filter:blur(90px) hue-rotate(0deg)}to{filter:blur(90px) hue-rotate(360deg)}}.chat-aurora i{position:absolute;display:block;width:46%;height:70%;border-radius:50%}.chat-aurora i:nth-child(1){left:2%;background:#6a4fe0;animation:aurora-a 34s ease-in-out infinite alternate}.chat-aurora i:nth-child(2){right:6%;background:#e94f2e;animation:aurora-b 44s ease-in-out infinite alternate}.chat-aurora i:nth-child(3){left:38%;background:#ff375f;opacity:.55;animation:aurora-c 52s ease-in-out infinite alternate}@keyframes aurora-a{to{transform:translate3d(18%,12%,0) scale(1.25)}}@keyframes aurora-b{to{transform:translate3d(-22%,18%,0) scale(1.15)}}@keyframes aurora-c{to{transform:translate3d(-10%,-14%,0) scale(.85)}}.chat-head{position:relative;z-index:1;display:flex;align-items:center;gap:12px}.chat-status{display:inline-flex;align-items:center;gap:6px;margin-top:3px}.chat-status .pip{width:6px;height:6px;border-radius:50%;background:var(--accent-green);box-shadow:0 0 8px var(--accent-green);animation:pip 2.4s ease-in-out infinite}@keyframes pip{50%{opacity:.35}}.chat-scroll{position:relative;z-index:1;flex:1;min-height:0;overflow-y:auto;overscroll-behavior:contain;display:flex;flex-direction:column;gap:14px;padding:4px 2px 8px;scrollbar-width:thin;scrollbar-color:var(--stroke) transparent}.chat-scroll::-webkit-scrollbar{width:8px}.chat-scroll::-webkit-scrollbar-thumb{background:var(--stroke);border-radius:999px}.msg-row{display:flex;align-items:flex-end;gap:10px;animation:msg-in .44s cubic-bezier(.22,1,.36,1) both}.msg-row.is-user{flex-direction:row-reverse}@keyframes msg-in{0%{opacity:0;transform:translateY(14px) scale(.97)}}.bubble{max-width:min(76%,560px);padding:12px 16px;border-radius:20px;font-size:.975rem;line-height:1.45;letter-spacing:0;white-space:pre-wrap;overflow-wrap:anywhere}.bubble.is-assistant{background:var(--surface);border:1px solid var(--stroke);border-bottom-left-radius:7px;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.bubble.is-user{background:linear-gradient(135deg,#f2683f,#d93a1c);color:#fff;border-bottom-right-radius:7px;box-shadow:0 6px 22px #e94f2e47}.bubble.is-error{background:#ff375f1a;border:1px solid rgba(255,55,95,.35);color:#ff8fa5;border-bottom-left-radius:7px}.orb{position:relative;width:30px;height:30px;flex-shrink:0;border-radius:50%;background:conic-gradient(from 0deg,#e94f2e,#f2a541,#6a4fe0,#e94f2e);animation:orb-spin 14s linear infinite}.orb:after{content:"";position:absolute;top:3px;right:3px;bottom:3px;left:3px;border-radius:50%;background:var(--bg)}.orb.is-busy{animation-duration:1.4s;box-shadow:0 0 18px #e94f2e8c}.orb.is-lg{width:54px;height:54px}.orb.is-lg:after{top:5px;right:5px;bottom:5px;left:5px}@keyframes orb-spin{to{transform:rotate(360deg)}}.thinking{display:flex;align-items:center;gap:10px;animation:msg-in .44s cubic-bezier(.22,1,.36,1) both}.shimmer{font-size:.9rem;font-weight:500;background:linear-gradient(90deg,var(--text-tertiary) 0%,var(--text-primary) 18%,var(--text-tertiary) 36%);background-size:220% 100%;-webkit-background-clip:text;background-clip:text;color:transparent;animation:shimmer 2s linear infinite}@keyframes shimmer{to{background-position:-220% 0}}.dots{display:inline-flex;gap:3px;align-items:center}.dots i{width:4px;height:4px;border-radius:50%;background:var(--text-tertiary);animation:dot 1.3s ease-in-out infinite}.dots i:nth-child(2){animation-delay:.16s}.dots i:nth-child(3){animation-delay:.32s}@keyframes dot{30%{transform:translateY(-4px);background:var(--text-primary)}}.tool-chip{align-self:flex-start;display:inline-flex;align-items:center;gap:7px;margin-left:40px;padding:5px 12px;border-radius:999px;font-size:.72rem;font-weight:500;letter-spacing:.03em;color:#7fbaff;background:#e94f2e1a;border:1px solid rgba(233,79,46,.28);animation:msg-in .44s cubic-bezier(.22,1,.36,1) both}.tool-chip .tick{width:5px;height:5px;border-radius:50%;background:var(--accent-blue);box-shadow:0 0 7px var(--accent-blue)}.chat-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;text-align:center;animation:msg-in .6s cubic-bezier(.22,1,.36,1) both}.chat-suggestions{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;max-width:480px;margin-top:4px}.suggestion{padding:8px 14px;border-radius:999px;font-size:.85rem;font-family:inherit;color:var(--text-secondary);background:var(--surface);border:1px solid var(--stroke);cursor:pointer;transition:transform .14s cubic-bezier(.2,0,0,1),color .16s ease,border-color .16s ease}.suggestion:hover{color:var(--text-primary);border-color:#e94f2e80}.suggestion:active{transform:scale(.96)}.composer{position:relative;z-index:1;display:flex;flex-direction:column;gap:6px;padding:12px 12px 10px;border-radius:26px;background:var(--surface);border:1px solid var(--stroke);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);transition:border-color .22s ease,box-shadow .22s ease}.composer-bar{display:flex;align-items:center;gap:8px}.composer-bar .send-btn{margin-left:auto}.composer:focus-within{border-color:#e94f2e8c;box-shadow:0 0 0 4px #e94f2e1a,0 0 30px #e94f2e24}.composer textarea{width:100%;background:transparent;border:none;border-radius:0;padding:4px 4px 0;resize:none;max-height:140px;font-size:.975rem;line-height:1.45;color:var(--text-primary)}.composer textarea:focus{border-color:transparent;outline:none}.composer textarea::placeholder{color:var(--text-tertiary)}.send-btn{width:38px;height:38px;flex-shrink:0;border:none;border-radius:50%;display:grid;place-items:center;color:#fff;background:linear-gradient(135deg,#f2683f,#d93a1c);cursor:pointer;transition:transform .15s cubic-bezier(.2,0,0,1),opacity .15s ease}.send-btn:disabled{opacity:.3;cursor:default}.send-btn:not(:disabled):hover{transform:scale(1.06)}.send-btn:not(:disabled):active{transform:scale(.9)}.chat-foot{position:relative;z-index:1;text-align:center}@media (prefers-reduced-motion: reduce){.chat-aurora i,.orb,.shimmer,.dots i,.chat-status .pip{animation:none}.msg-row,.tool-chip,.thinking,.chat-empty{animation-duration:1ms}}.nudge{align-self:center;display:flex;align-items:center;gap:10px;max-width:90%;padding:8px 14px;border-radius:12px;font-size:.8rem;line-height:1.35;text-align:center;animation:msg-in .44s cubic-bezier(.22,1,.36,1) both}.nudge.lvl-1{color:var(--text-tertiary);background:#ffffff08;border:1px solid var(--stroke)}.nudge.lvl-2{color:#ffcf70;background:#ff9f0a17;border:1px solid rgba(255,159,10,.3)}.nudge.lvl-3{color:#ffb066;font-weight:500;background:#ff9f0a26;border:1px solid rgba(255,159,10,.55);animation:msg-in .44s cubic-bezier(.22,1,.36,1) both,nudge-pulse 2.6s ease-in-out .44s infinite}.nudge.lvl-4{color:#ff8fa5;font-weight:600;background:#ff375f29;border:1px solid rgba(255,55,95,.6);animation:nudge-shake .62s cubic-bezier(.36,.07,.19,.97) both,nudge-pulse 1.6s ease-in-out .62s infinite}@keyframes nudge-pulse{50%{box-shadow:0 0 0 4px #ff9f0a1a}}@keyframes nudge-shake{0%{opacity:0;transform:translateY(10px)}40%{opacity:1;transform:translate(-5px)}55%{transform:translate(5px)}70%{transform:translate(-3px)}85%{transform:translate(3px)}to{transform:translate(0)}}.nudge-link{flex-shrink:0;padding:4px 10px;border-radius:999px;font-weight:600;text-decoration:none;color:inherit;border:1px solid currentColor;opacity:.9;transition:opacity .15s ease}.nudge-link:hover{opacity:1}@media (prefers-reduced-motion: reduce){.nudge.lvl-3,.nudge.lvl-4{animation:none}}.model-picker{position:relative}.model-trigger{display:inline-flex;align-items:center;gap:5px;padding:4px 9px;border-radius:10px;border:1px solid var(--stroke);background:var(--surface);color:var(--text-secondary);font:inherit;font-size:.8rem;cursor:pointer;transition:color .15s ease,border-color .15s ease,background .15s ease}.model-trigger:hover:not(:disabled){color:var(--text-primary);border-color:#e94f2e80}.model-trigger:disabled{opacity:.5;cursor:default}.model-trigger-dish{font-weight:500}.model-trigger svg{opacity:.55}.model-menu{position:absolute;bottom:calc(100% + 8px);left:0;min-width:224px;padding:6px;border-radius:16px;border:1px solid var(--stroke);background:var(--surface-high);box-shadow:0 16px 44px #0000008c;z-index:30;animation:model-menu-in .16s cubic-bezier(.22,1,.36,1) both}@keyframes model-menu-in{0%{opacity:0;transform:translateY(6px) scale(.98)}}.model-group+.model-group{margin-top:4px;padding-top:6px;border-top:1px solid rgba(255,255,255,.06)}.model-group-label{display:block;padding:4px 10px 3px;font-size:.68rem;text-transform:uppercase;letter-spacing:.07em;color:var(--text-secondary)}.model-option{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;padding:7px 10px;border:none;border-radius:10px;background:none;color:var(--text-primary);font:inherit;text-align:left;cursor:pointer;transition:background .13s ease}.model-option:hover{background:#ffffff12}.model-option.is-active{background:#ffffff1a}.model-option-text{display:flex;flex-direction:column;gap:1px;min-width:0}.model-option-dish{font-size:.9rem;font-weight:500}.model-option-name{font-size:.72rem;color:var(--text-secondary)}.model-option svg{color:var(--accent-orange);flex-shrink:0}.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}.usage-meter{margin-left:auto;display:inline-flex;align-items:center;gap:8px;--usage-color: var(--accent-green)}.usage-meter.is-warn{--usage-color: var(--accent-orange)}.usage-meter.is-critical{--usage-color: var(--accent-pink)}.usage-bar{display:block;width:54px;height:5px;border-radius:999px;background:#ffffff1a;overflow:hidden}.usage-fill{display:block;height:100%;border-radius:999px;background:var(--usage-color);box-shadow:0 0 8px var(--usage-color);transition:width .5s cubic-bezier(.22,1,.36,1),background-color .3s ease}.usage-meter .label{color:var(--usage-color);font-variant-numeric:tabular-nums;min-width:30px}.usage-warning{position:relative;z-index:1;display:flex;align-items:center;gap:12px;padding:9px 10px 9px 15px;border-radius:14px;font-size:.82rem;color:#ffb066;background:#ff9f0a21;border:1px solid rgba(255,159,10,.45);animation:msg-in .44s cubic-bezier(.22,1,.36,1) both}.usage-switch{margin-left:auto;flex-shrink:0;padding:6px 15px;border-radius:999px;font-family:inherit;font-size:.78rem;font-weight:600;color:#0b0b0d;background:var(--accent-orange);border:none;cursor:pointer;transition:transform .14s cubic-bezier(.2,0,0,1)}.usage-switch:active{transform:scale(.94)}.chat-notice{align-self:center;max-width:90%;padding:6px 13px;border-radius:999px;font-size:.75rem;text-align:center;color:var(--text-tertiary);background:#ffffff0a;border:1px solid var(--stroke);animation:msg-in .44s cubic-bezier(.22,1,.36,1) both}.greeting{display:flex;align-items:center;justify-content:center;gap:14px;margin:0;font-weight:500;letter-spacing:-.02em}.greeting .orb{width:34px;height:34px}.greeting .orb:after{top:4px;right:4px;bottom:4px;left:4px}.greeting-roll{position:relative;display:inline-block;height:1.3em;overflow:hidden;white-space:nowrap;transition-property:width;transition-timing-function:cubic-bezier(.22,1,.36,1)}.greeting-measure{position:absolute;visibility:hidden;pointer-events:none;white-space:nowrap}.greeting-line{position:absolute;top:0;left:0;line-height:1.3em}.greeting-line.is-entering{animation:greeting-roll-in .62s cubic-bezier(.22,1,.36,1) both}.greeting-line.is-leaving{animation:greeting-roll-out .62s cubic-bezier(.22,1,.36,1) both}@keyframes greeting-roll-in{0%{transform:translateY(100%);opacity:0}}@keyframes greeting-roll-out{to{transform:translateY(-100%);opacity:0}}@media (prefers-reduced-motion: reduce){.greeting-line.is-entering,.greeting-line.is-leaving{animation:none}}.dashboard{gap:22px}.hero{position:relative;display:flex;flex-direction:column;gap:14px;padding:20px 22px;border-radius:22px;background:var(--surface);border:1px solid var(--stroke);box-shadow:0 8px 24px #00000059;overflow:hidden}.hero:before{content:"";position:absolute;top:-60%;right:40%;bottom:40%;left:-20%;background:radial-gradient(circle,rgba(106,79,224,.22),transparent 70%);pointer-events:none}.hero>*{position:relative}.hero-head{display:flex;align-items:center;gap:12px}.hero-head .label{margin:2px 0 0}.hero-composer{padding:6px 6px 6px 16px}.hero-composer input{flex:1;background:transparent;border:none;border-radius:0;padding:9px 0;font-size:.95rem;color:var(--text-primary)}.hero-composer input:focus{border-color:transparent;outline:none}.hero-composer input::placeholder{color:var(--text-tertiary)}.hero-quick{display:flex;flex-wrap:wrap;gap:8px}.tile-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px}.tile-list{margin:10px 0 0;padding-left:18px;display:flex;flex-direction:column;gap:4px}.tile-metrics{display:flex;flex-direction:column;gap:12px;margin-top:12px}.metric-bar{display:block;margin-top:6px;height:6px;border-radius:999px;background:#ffffff1a;overflow:hidden}.metric-fill{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#f2683f,#d93a1c);transition:width .6s cubic-bezier(.22,1,.36,1)}.attach-btn{width:34px;height:34px;flex-shrink:0;margin-bottom:2px;border:none;border-radius:50%;display:grid;place-items:center;color:var(--text-tertiary);background:transparent;cursor:pointer;transition:color .15s ease,background-color .15s ease,transform .14s cubic-bezier(.2,0,0,1)}.attach-btn:hover:not(:disabled){color:var(--text-primary);background:#ffffff0f}.attach-btn:not(:disabled):active{transform:scale(.9)}.attach-btn:disabled{opacity:.35;cursor:default}.composer:has(.attach-btn){padding-left:7px}.attachment{position:relative;z-index:1;display:flex;align-items:center;gap:12px;padding:8px 10px 8px 8px;border-radius:16px;background:var(--surface);border:1px solid var(--stroke);animation:msg-in .44s cubic-bezier(.22,1,.36,1) both}.attachment img{width:44px;height:44px;border-radius:10px;object-fit:cover;flex-shrink:0}.attachment-remove{margin-left:auto;width:26px;height:26px;flex-shrink:0;border:none;border-radius:50%;font-size:1.1rem;line-height:1;color:var(--text-secondary);background:#ffffff12;cursor:pointer;transition:color .15s ease,background-color .15s ease}.attachment-remove:hover{color:var(--text-primary);background:#ff375f40}.bubble-image{display:block;width:100%;max-width:260px;margin-bottom:8px;border-radius:12px}.login-page{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:24px}.login-card{display:flex;flex-direction:column;gap:12px;width:100%;max-width:360px;padding:28px;border-radius:22px;background:var(--surface);border:1px solid var(--stroke);box-shadow:0 8px 40px #00000080}.login-card .greeting{font-size:1.6rem}.login-lede{margin:0 0 4px;color:var(--text-secondary)}.login-card input{width:100%}.login-error{color:var(--accent-pink);margin:0}.task-add{padding:5px 5px 5px 16px}.task-add input{flex:1;background:transparent;border:none;border-radius:0;padding:9px 0;font-size:.95rem;color:var(--text-primary)}.task-add input:focus{border-color:transparent;outline:none}.send-btn.is-stop{background:#ffffff24;color:var(--text-primary)}.send-btn.is-stop:hover{background:#ffffff38}.task-add .send-btn{font-size:1.25rem;line-height:1}.task-section{display:flex;flex-direction:column;gap:2px}.task-section-head{display:flex;align-items:center;gap:8px;padding:14px 4px 6px}.task-section-head .title{font-size:1rem}.task-section-head .is-overdue{color:var(--accent-pink)}.task-list{display:flex;flex-direction:column}.task-row{display:flex;align-items:flex-start;gap:12px;padding:11px 14px;border-bottom:1px solid rgba(255,255,255,.06);transition:background-color .14s ease}.task-row:last-child{border-bottom:none}.task-row:hover{background:#ffffff08}.task-check{flex-shrink:0;width:18px;height:18px;margin-top:1px;border-radius:5px;background:transparent;border:1.5px solid var(--text-tertiary);cursor:pointer;transition:background-color .14s ease,border-color .14s ease,transform .12s cubic-bezier(.2,0,0,1)}.task-check:hover{background:currentColor}.task-check:active{transform:scale(.86)}.task-check.prio-high{border-color:var(--accent-pink);color:var(--accent-pink)}.task-check.prio-medium{border-color:var(--accent-orange);color:var(--accent-orange)}.task-check.prio-low{border-color:var(--accent-blue);color:var(--accent-blue)}.task-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:3px}.task-title{font-size:.95rem;line-height:1.3;overflow-wrap:anywhere}.task-meta{display:flex;flex-wrap:wrap;align-items:center;gap:8px;font-size:.72rem;color:var(--text-tertiary)}.task-project{color:var(--text-secondary)}.task-tag{padding:1px 7px;border-radius:999px;background:#ffffff0f}.task-due{flex-shrink:0;font-size:.72rem;color:var(--text-secondary);font-variant-numeric:tabular-nums;padding-top:2px}.task-due.is-overdue{color:var(--accent-pink)}.task-open{border:none;background:none;padding:0;color:inherit;font:inherit;text-align:left;cursor:pointer}.task-project{display:inline-flex;align-items:center;gap:5px}.task-column{padding:1px 7px;border-radius:5px;background:#ffffff0d}.project-filter{display:flex;flex-wrap:wrap;gap:7px}.project-chip{display:inline-flex;align-items:center;gap:6px;padding:5px 11px;border-radius:999px;border:1px solid var(--glass-stroke);background:#ffffff08;color:var(--text-secondary);font:inherit;font-size:.8rem;cursor:pointer;transition:background .16s ease,color .16s ease}.project-chip:hover{color:var(--text-primary);background:#ffffff14}.project-chip.is-active{background:#ffffff1f;color:var(--text-primary);border-color:#fff3}.project-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.project-count{font-variant-numeric:tabular-nums;opacity:.6}.task-detail{max-width:520px;max-height:82vh;overflow-y:auto}.task-detail-project{display:inline-flex;align-items:center;gap:7px;font-size:.8rem;color:var(--text-secondary)}.task-detail-title{margin:10px 0 0;font-size:1.3rem;font-weight:600;line-height:1.25;overflow-wrap:anywhere}.task-detail-notes{margin:10px 0 0;padding:10px 12px;border-radius:10px;background:#ffffff0a;font-size:.88rem;line-height:1.5;white-space:pre-wrap;overflow-wrap:anywhere}.task-detail-block{margin-top:14px}.subtask-list{list-style:none;margin:6px 0 0;padding:0;display:flex;flex-direction:column;gap:4px;font-size:.88rem}.subtask-list .is-done{color:var(--text-tertiary);text-decoration:line-through}.task-detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:10px 16px;margin:16px 0 0}.task-detail-grid dd{margin:2px 0 0;font-size:.88rem}.disconnected{display:flex;flex-direction:column;gap:8px;padding:12px 16px;border-radius:14px;border:1px solid rgba(255,159,10,.35);background:#ff9f0a14}.disconnected-row{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.services{display:grid;grid-template-columns:repeat(auto-fit,minmax(108px,1fr));gap:10px}.service{display:flex;flex-direction:column;align-items:center;gap:3px;padding:16px 10px 13px;border-radius:18px;border:1px solid var(--glass-stroke);background:#ffffff08;text-decoration:none;color:var(--text-primary);transition:background .18s ease,transform .18s cubic-bezier(.22,1,.36,1)}.service:hover{background:#ffffff14;transform:translateY(-2px)}.service:active{transform:translateY(0)}.service-icon{width:46px;height:46px;margin-bottom:8px;border-radius:13px;background:#fff;object-fit:contain}.service-name{font-size:.9rem;font-weight:500}.day-bar{position:relative;height:26px;margin-top:14px;border-radius:8px;background:#ffffff0d;overflow:hidden}.day-block{position:absolute;top:0;bottom:0;border-radius:5px;background:var(--accent-blue)}.day-block.is-past{background:#e94f2e52}.day-now{position:absolute;top:-2px;bottom:-2px;width:2px;background:var(--accent-pink);box-shadow:0 0 8px var(--accent-pink)}.day-scale{display:flex;justify-content:space-between;margin-top:4px;font-variant-numeric:tabular-nums}.day-line{margin:12px 0 2px;font-size:.92rem}.quick-list{display:flex;flex-direction:column;margin-top:8px}.quick-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:10px;padding:8px 0;border-bottom:1px solid rgba(255,255,255,.05)}.quick-row:last-child{border-bottom:none}.quick-title{font-size:.92rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.quick-flag{font-size:.7rem;color:var(--accent-pink);white-space:nowrap}.kpi-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(112px,1fr));gap:10px}.kpi{display:flex;flex-direction:column;align-items:flex-start;gap:1px;padding:13px 15px;border-radius:16px;border:1px solid var(--glass-stroke);background:#ffffff08;color:inherit;font:inherit;text-align:left;cursor:pointer;transition:background .16s ease,border-color .16s ease}.kpi:hover{background:#ffffff12}.kpi.is-active{background:#ffffff1c;border-color:#ffffff38}.kpi-value{font-size:1.6rem;font-weight:700;letter-spacing:-.02em;font-variant-numeric:tabular-nums;line-height:1.1}.kpi.is-alarm .kpi-value{color:var(--accent-pink)}.week-load{display:grid;grid-template-columns:repeat(7,1fr);align-items:end;gap:6px;height:108px;margin-top:14px}.load-day{display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:5px;height:100%}.load-count{font-size:.72rem;color:var(--text-secondary);font-variant-numeric:tabular-nums;min-height:1em}.load-bar{width:100%;min-height:3px;border-radius:5px 5px 2px 2px;background:linear-gradient(180deg,var(--accent-blue),rgba(233,79,46,.35))}.load-bar[data-empty]{background:#ffffff0f;height:3px!important}.project-health{display:flex;flex-direction:column;margin-top:8px}.health-row{display:grid;grid-template-columns:8px minmax(64px,88px) minmax(40px,1fr) auto 30px;align-items:center;gap:10px;padding:9px 6px;border:none;border-radius:9px;background:none;color:inherit;font:inherit;text-align:left;cursor:pointer;transition:background .14s ease}.health-row:hover,.health-row.is-active{background:#ffffff0f}.health-name{font-size:.88rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.health-bar{height:5px;border-radius:3px;background:#ffffff12;overflow:hidden}.health-fill{display:block;height:100%;border-radius:3px;background:var(--accent-pink)}.health-note{white-space:nowrap}.health-note b{color:var(--accent-pink);font-weight:500}.health-total{text-align:right;font-size:.82rem;color:var(--text-secondary);font-variant-numeric:tabular-nums}.mini-list{list-style:none;margin:10px 0 0;padding:0;display:flex;flex-direction:column;gap:7px}.mini-list li{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:baseline;gap:4px 10px}.mini-title{font-size:.88rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mini-list .label{grid-column:1;font-size:.72rem}.mini-flag{grid-row:1 / span 2;grid-column:2;align-self:center;font-size:.75rem;color:var(--accent-orange);font-variant-numeric:tabular-nums;white-space:nowrap}@media (max-width: 640px){.health-row{grid-template-columns:8px minmax(58px,1fr) auto 26px}.health-bar{display:none}}.sleep-bar{display:flex;height:10px;margin-top:12px;border-radius:999px;overflow:hidden;background:#ffffff0f}.sleep-stage{display:block;height:100%;transition:width .5s cubic-bezier(.22,1,.36,1)}.sleep-legend{display:flex;flex-wrap:wrap;gap:12px;margin-top:10px}.sleep-legend .label{display:inline-flex;align-items:center;gap:6px}.sleep-legend i{width:8px;height:8px;border-radius:2px}.settings-notice{padding:10px 14px;border-radius:12px;color:var(--accent-orange);background:#ff9f0a1f;border:1px solid rgba(255,159,10,.4);margin:0}.conn-list{display:flex;flex-direction:column;margin-top:14px}.conn-row{display:flex;align-items:center;gap:13px;padding:13px 0;border-bottom:1px solid rgba(255,255,255,.06)}.conn-row:last-child{border-bottom:none}.conn-status{flex-shrink:0;width:24px;height:24px;border-radius:50%;display:grid;place-items:center;color:var(--text-tertiary);background:#ffffff0d;transition:background-color .2s ease,color .2s ease}.conn-status.is-on{color:#0b0b0d;background:var(--accent-green);box-shadow:0 0 12px #30d15873}.conn-dot{width:7px;height:7px;border-radius:50%;background:currentColor}.conn-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.conn-name{font-size:.95rem;font-weight:500}.conn-actions{display:flex;align-items:center;gap:6px;flex-shrink:0}.conn-link{padding:5px 10px;border-radius:8px;font-family:inherit;font-size:.78rem;color:var(--text-secondary);background:transparent;border:none;cursor:pointer;transition:color .15s ease,background-color .15s ease}.conn-link:hover{color:var(--text-primary);background:#ffffff0f}.conn-link.is-danger:hover{color:var(--accent-pink);background:#ff375f1a}.conn-connect{padding:7px 16px;font-size:.82rem}.gauge-row{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:8px}.gauge-side{display:flex;flex-direction:column;align-items:center;gap:1px;text-align:center}.gauge-side-value{font-size:1.25rem;font-weight:600;font-variant-numeric:tabular-nums}.calorie-gauge{position:relative;display:grid;place-items:center;width:150px;height:150px}.calorie-gauge svg{position:absolute;top:0;right:0;bottom:0;left:0}.gauge-track,.gauge-fill{fill:none;stroke-width:10;stroke-linecap:round}.gauge-track{stroke:#ffffff12}.gauge-fill{stroke:var(--accent-blue);transition:stroke-dasharray .6s cubic-bezier(.22,1,.36,1),stroke .3s ease}.gauge-fill.is-over{stroke:var(--accent-orange)}.gauge-centre{position:relative;display:flex;flex-direction:column;align-items:center;gap:0;text-align:center}.gauge-value{font-size:2.1rem;font-weight:700;letter-spacing:-.03em;line-height:1.05;font-variant-numeric:tabular-nums}.gauge-value.is-over{color:var(--accent-orange)}.gauge-goal{margin-top:3px;font-size:.7rem}@media (max-width: 520px){.calorie-gauge{width:124px;height:124px}.calorie-gauge svg{width:124px;height:124px}.gauge-value{font-size:1.7rem}}.macro-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.macro-card{display:flex;flex-direction:column;gap:4px;padding:12px 14px;border-radius:16px;border:1px solid var(--glass-stroke);background:#ffffff08}.macro-value{font-size:1.05rem;font-weight:600;font-variant-numeric:tabular-nums}.macro-value .label{font-weight:400}.macro-dot{padding:1px 6px;border-radius:5px;font-size:.7rem}.macro-dot.is-carbs{background:#6a4fe038}.macro-dot.is-protein{background:#e94f2e38}.macro-dot.is-fat{background:#ff9f0a38}.day-pager{display:flex;align-items:center;justify-content:center;gap:14px}.day-pager-label{min-width:148px;text-align:center;font-weight:500;text-transform:uppercase;letter-spacing:.06em;font-size:.82rem;color:var(--text-secondary)}.meal-add{width:26px;height:26px;border-radius:50%;border:1px solid var(--glass-stroke);background:#ffffff0f;color:var(--text-primary);font-size:1rem;line-height:1;cursor:pointer;transition:background .16s ease}.meal-add:hover{background:#ffffff24}.goal-field{display:flex;align-items:center;justify-content:space-between;gap:12px}.goal-field input{max-width:130px;text-align:right}.water-glasses{display:flex;flex-wrap:wrap;gap:6px;margin-top:12px}.glass{width:16px;height:22px;border-radius:3px 3px 6px 6px;border:1.5px solid var(--stroke);background:transparent;transition:background-color .25s ease,border-color .25s ease}.glass.is-full{background:var(--accent-blue);border-color:var(--accent-blue);box-shadow:0 0 8px #e94f2e66}.sparkline{width:100%;height:56px;overflow:visible}.sparkline path{fill:none;stroke:var(--accent-green);stroke-width:2;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}.meal-list{display:flex;flex-direction:column;margin-top:10px}.meal-row{display:flex;align-items:center;gap:12px;padding:11px 0;border-bottom:1px solid rgba(255,255,255,.06)}.meal-row:last-child{border-bottom:none}.meal-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:3px}.meal-name{font-size:.95rem;overflow-wrap:anywhere}.meal-kcal{flex-shrink:0;font-size:.9rem;font-weight:600;font-variant-numeric:tabular-nums}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:flex;align-items:center;justify-content:center;padding:20px;background:#000000a6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:msg-in .22s ease both}.modal-card{width:100%;max-width:380px}.allday-row{display:flex;flex-wrap:wrap;gap:8px}.allday-chip{padding:6px 13px;border-radius:999px;font-size:.82rem;color:#7fbaff;background:#e94f2e1f;border:1px solid rgba(233,79,46,.3)}.day-grid{display:flex;gap:10px}.day-hours{flex-shrink:0;width:46px}.day-hour{height:var(--hour-height);transform:translateY(-6px);font-variant-numeric:tabular-nums}.day-track{position:relative;flex:1;min-width:0}.day-line{height:var(--hour-height);border-top:1px solid rgba(255,255,255,.06)}.day-event{position:absolute;left:0;right:4px;overflow:hidden;display:flex;flex-direction:column;gap:1px;padding:5px 10px;border-radius:9px;border-left:3px solid var(--accent-blue);background:#e94f2e29;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.day-event-time{font-size:.68rem;color:#7fbaff;font-variant-numeric:tabular-nums}.day-event-title{font-size:.85rem;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.day-task{position:absolute;left:0;right:4px;display:flex;align-items:center;gap:6px;padding:2px 7px;border-radius:7px;border:1px dashed rgba(255,159,10,.55);background:#ff9f0a1a;font-size:.72rem;white-space:nowrap;overflow:hidden}.day-task-time{color:var(--accent-orange);font-variant-numeric:tabular-nums;flex-shrink:0}.allday-chip.is-task,.month-event.is-task{background:#ff9f0a29;color:var(--text-primary)}.now-line{position:absolute;left:-4px;right:0;height:2px;background:var(--accent-pink);box-shadow:0 0 10px var(--accent-pink);pointer-events:none}.now-line:before{content:"";position:absolute;left:0;top:-3px;width:8px;height:8px;border-radius:50%;background:var(--accent-pink)}.view-switch{display:inline-flex;gap:2px;padding:3px;border-radius:12px;background:#ffffff0d;border:1px solid var(--glass-stroke);align-self:flex-start}.view-tab{padding:6px 16px;border:none;border-radius:9px;background:transparent;color:var(--text-secondary);font:inherit;font-size:.86rem;cursor:pointer;transition:background .16s ease,color .16s ease}.view-tab:hover{color:var(--text-primary)}.view-tab.is-active{background:#ffffff1a;color:var(--text-primary)}.week-scroll{overflow-x:auto;margin:0 -4px;padding:0 4px}.week-grid{display:grid;grid-template-columns:46px repeat(7,minmax(92px,1fr));gap:0 8px;min-width:640px}.week-head{display:flex;flex-direction:column;align-items:center;gap:1px;padding-bottom:8px}.week-daynum{font-size:1.05rem;font-variant-numeric:tabular-nums}.week-head.is-today .week-daynum{display:grid;place-items:center;width:27px;height:27px;border-radius:50%;background:var(--accent-blue);color:#fff}.week-allday-label{padding-bottom:6px;text-align:right}.week-allday-cell{display:flex;flex-direction:column;gap:3px;padding-bottom:6px}.month-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:4px}.month-weekday{text-align:center;padding-bottom:2px}.month-cell{display:flex;flex-direction:column;gap:2px;min-height:92px;padding:6px;border:1px solid var(--glass-stroke);border-radius:10px;background:#ffffff05;color:inherit;font:inherit;text-align:left;cursor:pointer;overflow:hidden;transition:background .16s ease}.month-cell:hover{background:#ffffff0f}.month-cell.is-outside{opacity:.4}.month-daynum{font-size:.82rem;font-variant-numeric:tabular-nums;color:var(--text-secondary)}.month-cell.is-today .month-daynum{display:grid;place-items:center;width:21px;height:21px;border-radius:50%;background:var(--accent-blue);color:#fff}.month-event{font-size:.72rem;line-height:1.25;padding:1px 4px;border-radius:4px;background:#e94f2e38;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.month-more{font-size:.68rem}@media (max-width: 640px){.month-cell{min-height:62px}.month-event{font-size:.62rem}}.app-shell{display:block;height:auto;min-height:100%}.topbar{position:sticky;top:0;z-index:20;border-bottom:1px solid var(--separator);background:#000000b8;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px)}.topbar-inner{display:flex;align-items:center;gap:26px;max-width:1080px;margin:0 auto;padding:12px 24px}.topbar-brand{font-size:1.15rem;font-weight:700;letter-spacing:-.02em;flex-shrink:0}.topnav{display:flex;align-items:center;gap:4px;overflow-x:auto;scrollbar-width:none}.topnav::-webkit-scrollbar{display:none}.topnav .nav-link{padding:7px 13px;white-space:nowrap}.content{flex:none;max-width:none;overflow-y:visible;padding:28px 24px 64px}.content-inner{max-width:1080px;margin:0 auto}.dash-hero{display:flex;flex-direction:column;align-items:center;gap:18px;padding:40px 0 8px;text-align:center}.dash-hero .greeting{justify-content:center}.hero.is-centred{width:100%;max-width:640px;margin:40px auto 0;gap:18px;padding:28px 24px 24px}.hero.is-centred .greeting{font-size:1.75rem}.hero.is-centred .hero-head{justify-content:center;text-align:left}.hero.is-centred .hero-quick{justify-content:center}@media (max-width: 720px){.topbar-inner{flex-direction:column;align-items:flex-start;gap:8px}.topnav{width:100%}.dash-hero{padding-top:20px}}.fuel-score{display:inline-flex;align-items:baseline;gap:6px;padding:4px 11px;border-radius:999px;font-size:.78rem;font-weight:500;background:#ffffff12;text-transform:uppercase;letter-spacing:.05em}.fuel-score em{font-style:normal;font-weight:400;text-transform:none;letter-spacing:0;opacity:.75}.fuel-score.is-good{background:#30d1582e;color:var(--accent-green, #30d158)}.fuel-score.is-warn{background:#ff9f0a2e;color:var(--accent-orange)}.fuel-score.is-muted{color:var(--text-secondary)}.fuel-hero{display:flex;flex-direction:column;gap:2px;margin:14px 0 10px}.fuel-total{font-size:2.4rem;font-weight:700;letter-spacing:-.03em;line-height:1;font-variant-numeric:tabular-nums}.fuel-where{margin:0 0 2px;font-size:.95rem}.fuel-closed{color:var(--accent-pink)}.fuel-cheap{color:var(--accent-green, #30d158)}.fuel-dear{color:var(--accent-orange)}.fuel-note{margin-top:10px}.fuel-chart{width:100%;height:90px;margin-top:12px;overflow:visible}.fuel-chart-line{fill:none;stroke:var(--accent-blue);stroke-width:2;vector-effect:non-scaling-stroke;stroke-linejoin:round}.fuel-chart-fill{fill:#e94f2e24;stroke:none}.fuel-list{display:flex;flex-direction:column;margin-top:8px}.fuel-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:9px 8px;border-radius:9px;border-bottom:1px solid rgba(255,255,255,.05)}.fuel-row:last-child{border-bottom:none}.fuel-row.is-best{background:#30d15817}.fuel-row.is-closed{opacity:.45}.fuel-row-price{font-variant-numeric:tabular-nums;font-size:.9rem}.fuel-row-body{display:flex;flex-direction:column;gap:2px;min-width:0}.fuel-row-name{font-size:.9rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fuel-row-total{font-variant-numeric:tabular-nums;font-weight:500;white-space:nowrap}.fuel-credit{text-align:center;font-size:.7rem;opacity:.6}.litre{font-variant-numeric:tabular-nums;white-space:nowrap}.litre sup{font-size:.62em;vertical-align:super;line-height:0;margin-left:.5px}.chef{flex-shrink:0;overflow:visible}.chef-hat{fill:#ffffffe6}.chef-counter{fill:#ffffff29}.maki{transform-origin:center bottom;animation:maki-drop 1.35s cubic-bezier(.34,1.4,.5,1) infinite}.maki .nori{fill:#1f3a2e}.maki .rice{fill:#f3efe6}.maki .fill{fill:var(--accent-pink)}@keyframes maki-drop{0%,60%,to{transform:translateY(0) scaleY(1)}15%{transform:translateY(-9px) scaleY(1.05)}30%{transform:translateY(0) scaleY(.86)}42%{transform:translateY(0) scaleY(1)}}@media (prefers-reduced-motion: reduce){.maki{animation:none}}.home{max-width:620px;margin:0 auto;gap:34px}.os{margin-top:8px}.os-eyebrow{display:flex;align-items:center;gap:8px;margin-bottom:16px}.os-dot{width:7px;height:7px;border-radius:50%;background:var(--accent-blue);box-shadow:0 0 9px #e94f2eb3}.os-name{font-size:.7rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--text-secondary)}.os-read{font-family:Hiragino Mincho ProN,Yu Mincho,YuMincho,Shippori Mincho,Songti SC,Georgia,serif;font-size:1.45rem;font-weight:500;line-height:1.5;letter-spacing:-.005em;color:var(--text-primary);margin:0;white-space:pre-line;text-wrap:pretty}.os-read.is-muted{color:var(--text-secondary)}.os-read.is-thinking{color:var(--text-secondary);animation:os-pulse 1.4s ease-in-out infinite}@keyframes os-pulse{0%,to{opacity:.5}50%{opacity:1}}.os-empty{display:flex;flex-direction:column;align-items:flex-start;gap:14px}.os-again,.plan-again{background:none;border:none;padding:0;cursor:pointer;font-size:.82rem;font-weight:500;letter-spacing:.01em}.os-again{color:var(--accent-blue);align-self:flex-start;margin-top:14px}.plan-again{color:var(--text-tertiary)}.plan-head{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:14px}.plan-label{font-size:.7rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--text-tertiary)}.plan-text{margin:0;white-space:pre-line;font-size:1rem;line-height:1.65;color:var(--text-primary)}.plan-text.is-muted{color:var(--text-secondary)}.params{display:flex;flex-wrap:wrap;gap:16px 40px;padding-top:22px;border-top:1px solid var(--stroke)}.param{display:flex;flex-direction:column;gap:5px}.param-k{font-size:.64rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--text-tertiary)}.param-v{font-size:.98rem;font-weight:500;color:var(--text-primary)}.param-v .sub{color:var(--text-secondary);font-weight:400}.ask-bar{display:flex;align-items:center;gap:10px;background:var(--surface-high);border:1px solid var(--stroke);border-radius:999px;padding:8px 8px 8px 20px}.ask-bar input{flex:1;background:none;border:none;outline:none;color:var(--text-primary);font-size:.98rem;font-family:inherit}.ask-bar input::placeholder{color:var(--text-tertiary)}.ask-send{width:36px;height:36px;border-radius:50%;border:none;flex-shrink:0;background:linear-gradient(180deg,#f2683f,#d93a1c);color:#fff;display:grid;place-items:center;cursor:pointer}.notices{display:flex;flex-direction:column;gap:8px}.notice{display:flex;align-items:center;gap:12px;background:#e94f2e14;border:1px solid rgba(233,79,46,.22);border-radius:14px;padding:12px 14px}.notice .os-dot{flex-shrink:0}.notice-text{flex:1;font-size:.95rem;line-height:1.4;color:var(--text-primary)}.notice-x{flex-shrink:0;background:none;border:none;cursor:pointer;color:var(--text-tertiary);display:grid;place-items:center;padding:4px}.notice-x:hover{color:var(--text-secondary)}.quickies{display:flex;flex-direction:column;gap:14px;padding:20px;background:var(--surface-high);border:1px solid var(--stroke);border-radius:16px}.quickies-head{display:flex;align-items:center;gap:8px}.quickies-label{font-size:.7rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--text-secondary)}.quickie{display:flex;flex-direction:column;gap:9px}.quickie+.quickie{padding-top:14px;border-top:1px solid var(--stroke)}.quickie-q{margin:0;font-size:.98rem;line-height:1.45;color:var(--text-primary)}.quickie-task{color:var(--text-tertiary)}.quickie-answer{display:flex;align-items:center;gap:8px;border:1px solid var(--stroke);border-radius:999px;padding:5px 5px 5px 16px}.quickie-answer input{flex:1;min-width:0;background:none;border:none;outline:none;color:var(--text-primary);font-size:.95rem;font-family:inherit}.quickie-answer input::placeholder{color:var(--text-tertiary)}.quickie-send{width:30px;height:30px;border-radius:50%;border:none;flex-shrink:0;background:linear-gradient(180deg,#f2683f,#d93a1c);color:#fff;display:grid;place-items:center;cursor:pointer}.danger{margin-top:26px;padding-top:22px;border-top:1px solid rgba(233,79,46,.28)}.danger-toggle{display:flex;align-items:center;gap:10px;background:none;border:none;padding:0;cursor:pointer}.danger-title{font-size:.72rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:#e9573a}.danger-caret{color:var(--text-tertiary);font-size:.8rem}.danger-hint{margin:6px 0 0;font-size:.82rem;color:var(--text-tertiary)}.danger-body{margin-top:18px;display:flex;flex-direction:column;gap:18px}.danger-group{display:flex;flex-direction:column;gap:6px}.danger-group-title{margin:0 0 4px;font-size:.64rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--text-tertiary)}.danger-row{display:flex;align-items:center;gap:9px;font-family:ui-monospace,SF Mono,JetBrains Mono,Menlo,monospace;font-size:.86rem}.danger-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0}.danger-dot.ok{background:var(--accent-green, #5bc47f)}.danger-dot.bad{background:#e9573a}.danger-k{color:var(--text-secondary);min-width:130px}.danger-v{color:var(--text-primary)}.danger-chain{margin:2px 0 0 16px;font-family:ui-monospace,SF Mono,Menlo,monospace;font-size:.76rem;color:var(--text-tertiary)}.danger-actions{display:flex;gap:10px;margin-top:4px}.danger-ran{margin:4px 0 0;white-space:pre-line;font-size:.86rem;color:var(--text-secondary)}.home{max-width:1040px;margin:0 auto;display:flex;flex-direction:column;gap:0}.topbar{display:flex;align-items:center;justify-content:space-between;padding:4px 0 8px}.topbar-brand{display:flex;align-items:center;gap:9px}.topbar-date{font-size:.82rem;color:var(--text-tertiary)}.os-dot.sm{width:6px;height:6px}.hero{max-width:720px;margin:0 auto;padding:52px 0 8px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:0}.pill{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;margin-bottom:26px;border-radius:999px;border:1px solid rgba(233,79,46,.22);background:#e94f2e14;color:var(--text-secondary);font-size:.82rem;cursor:pointer}.pill.is-quiet{border-color:var(--stroke);background:var(--surface-high);color:var(--text-tertiary);cursor:default}.brief{font-size:1.7rem;line-height:1.42;font-weight:550;letter-spacing:-.01em;color:var(--text-primary);margin:0 0 30px;text-wrap:pretty}.brief.is-muted,.brief.is-thinking{color:var(--text-secondary);font-weight:500}.brief.is-thinking{animation:os-pulse 1.4s ease-in-out infinite}.hero-empty{display:flex;flex-direction:column;align-items:center;gap:14px}.hero-again{background:none;border:none;padding:0;cursor:pointer;color:var(--accent-blue);font-size:.9rem;margin-bottom:24px}.hero-empty .hero-again{margin-bottom:24px}.home .ask-bar{width:100%;max-width:620px;display:flex;align-items:center;gap:11px;background:var(--surface-high);border:1px solid var(--stroke);border-radius:15px;padding:11px 11px 11px 16px;box-shadow:0 8px 34px #00000047}.home .ask-bar:focus-within{border-color:#e94f2e66}.ask-search{color:var(--text-tertiary);flex-shrink:0}.home .ask-bar input{flex:1;min-width:0;background:none;border:none;outline:none;color:var(--text-primary);font-size:1rem;font-family:inherit}.home .ask-bar input::placeholder{color:var(--text-tertiary)}.ask-kbd{font-size:.72rem;color:var(--text-tertiary);border:1px solid var(--stroke);border-radius:7px;padding:3px 7px}.ask-send{width:36px;height:36px;border-radius:10px;border:none;flex-shrink:0;background:linear-gradient(180deg,#f2683f,#d93a1c);color:#fff;display:grid;place-items:center;cursor:pointer}.board{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:40px;margin-top:64px}@media (max-width: 820px){.board{grid-template-columns:1fr;gap:34px}.brief{font-size:1.4rem}.hero{padding-top:36px}}.col-head{display:flex;align-items:baseline;justify-content:space-between;padding-bottom:14px;margin-bottom:4px;border-bottom:1px solid var(--stroke)}.col-label{font-size:.66rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--text-tertiary)}.col-act{background:none;border:none;padding:0;cursor:pointer;font-size:.78rem;color:var(--text-tertiary)}.col-act:hover{color:var(--text-secondary)}.col-text{margin:8px 0 0;white-space:pre-line;font-size:.98rem;line-height:1.6;color:var(--text-primary)}.col-text.is-muted{color:var(--text-secondary)}.col-empty{display:flex;flex-direction:column;align-items:flex-start;gap:12px;padding-top:8px}.col-cta{background:none;border:none;padding:0;cursor:pointer;color:var(--accent-blue);font-size:.9rem}.param-row{display:flex;align-items:baseline;justify-content:space-between;gap:14px;padding:12px 0;border-bottom:1px solid var(--stroke)}.param-row:last-child{border-bottom:none}.param-k{font-size:.82rem;color:var(--text-tertiary)}.param-v{font-size:.94rem;color:var(--text-primary);text-align:right}.param-v .sub{color:var(--text-tertiary)}.param-v .q{color:var(--accent-green)}.foot{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:60px;flex-wrap:wrap}.fuel{display:flex;align-items:baseline;gap:8px;font-size:.86rem;color:var(--text-secondary)}.fuel-title{color:var(--text-tertiary)}.fuel-score{color:var(--text-primary);font-weight:500}.fuel-score.q{color:var(--accent-green)}.fuel-sub{color:var(--text-tertiary)}.home .services{display:flex;gap:8px}.home .service{display:flex;align-items:center;gap:8px;padding:8px 14px;border:1px solid var(--stroke);border-radius:12px;text-decoration:none;color:var(--text-secondary);font-size:.84rem}.home .service-icon{border-radius:7px;background:#fff}.appbar{position:sticky;top:0;z-index:20;border-bottom:1px solid var(--stroke);background:#0a0a0cb8;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px)}.appbar-inner{display:flex;align-items:center;justify-content:space-between;gap:20px;max-width:1080px;margin:0 auto;padding:12px 24px}.appbar-brand{display:flex;align-items:center;gap:9px;font-size:1.02rem;font-weight:650;letter-spacing:-.01em;color:var(--text-primary);flex-shrink:0}.appnav{display:flex;align-items:center;gap:2px;overflow-x:auto;scrollbar-width:none}.appnav::-webkit-scrollbar{display:none}.appnav-link{position:relative;padding:8px 13px;border-radius:9px;font-size:.9rem;color:var(--text-secondary);text-decoration:none;white-space:nowrap}.appnav-link:hover{color:var(--text-primary);background:var(--surface-high)}.appnav-link.active{color:var(--text-primary)}.appnav-link.active:after{content:"";position:absolute;left:13px;right:13px;bottom:2px;height:2px;border-radius:2px;background:var(--accent-blue)}.appbar-right{display:flex;align-items:center;gap:14px;flex-shrink:0}.appbar-date{font-size:.82rem;color:var(--text-tertiary)}.appbar-avatar{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;font-size:.76rem;font-weight:600;text-decoration:none;color:var(--text-secondary);background:linear-gradient(180deg,#2a2a2e,#151517);border:1px solid var(--stroke)}@media (max-width: 640px){.appbar-date{display:none}.appbar-inner{gap:12px;padding:10px 16px}}
