:root{font-family:-apple-system,BlinkMacSystemFont,PingFang SC,Microsoft YaHei,sans-serif;color:#24262b;background:#dfeaf6;font-synthesis:none;--ink: #24262b;--muted: #717780;--paper: #fffefb;--rule: #e0e2e5;--coral: #ff624c;--blue: #2878ef;--yellow: #f9bf15;--green: #35b968;--violet: #7458e8;--pale-blue: #eaf3ff;--pale-coral: #fff0ec;--mobile-nav-height: 58px;--codex-dock-height: 64px}*{box-sizing:border-box}html{scroll-padding-bottom:104px}body{margin:0;min-width:320px;min-height:100vh;background:#dfeaf6}html.codex-open{height:100%;overflow:hidden;overscroll-behavior:none}html.codex-open body{position:fixed;inset:0;width:100%;height:100dvh;overflow:hidden;overscroll-behavior:none}html.codex-open #app{height:100%;overflow:hidden}button,input,select,textarea{font:inherit}button{color:inherit}button:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid rgba(40,120,239,.3);outline-offset:2px}svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.shell{width:min(100%,430px);min-height:100vh;margin:0 auto;padding-bottom:calc(var(--mobile-nav-height) + env(safe-area-inset-bottom));background:var(--paper);box-shadow:0 18px 54px #3754762e}.rail{display:none}main{width:100%;padding:18px 17px 112px}.retry-btn{min-width:54px;min-height:42px;padding:0 13px;border:0;border-radius:12px;background:var(--blue);color:#fff;font-weight:700;cursor:pointer}.notice{margin:10px 0 0;padding:10px 12px;border:1px solid #ffd5cc;border-radius:10px;background:var(--pale-coral);color:#813b31;font-size:12px;line-height:1.5}.topbar{display:flex;justify-content:space-between;align-items:flex-start;min-height:118px;padding:2px 2px 14px;border-bottom:1px dashed #cfd2d7}.date-lockup{display:flex;align-items:flex-end;gap:12px}.hero-day{color:var(--coral);font-size:86px;font-weight:800;line-height:.84;letter-spacing:-.04em}.today-label{margin:0 0 5px;color:var(--muted);font-size:13px;white-space:nowrap}h1{margin:0;font-size:20px;line-height:1.1;font-weight:750}.header-actions{display:flex;gap:8px}.quiet-btn{width:44px;height:44px;padding:0;border:0;border-radius:50%;background:var(--pale-blue);color:var(--blue);display:grid;place-content:center;font-size:14px;font-weight:800;cursor:pointer}.quiet-btn:active{transform:scale(.96)}.primary-btn{width:48px;height:48px;padding:0;border:0;border-radius:50%;background:var(--coral);color:#fff;font-size:0;display:grid;place-content:center;cursor:pointer;box-shadow:0 8px 18px #ff624c40}.primary-btn:active{transform:scale(.96)}.workspace{display:grid;grid-template-columns:1fr}.day-panel{order:1;padding:24px 2px 0}.ephemeris{order:2}.calendar-panel{order:3}.day-panel-head{display:flex;justify-content:space-between;align-items:center;padding:0 0 12px;border-bottom:2px solid var(--coral)}.day-panel-head p{margin:0 0 3px;color:var(--muted);font-size:11px}.day-panel h2{margin:0;color:var(--coral);font-size:22px;font-weight:800}.completion{min-width:auto;height:auto;border:0;color:var(--coral);font-size:15px;font-weight:700}.completion:before{content:"完成 ";color:var(--muted);font-size:12px;font-weight:500}.agenda-list{display:grid}.agenda-item{position:relative;display:grid;grid-template-columns:46px 58px 1fr 7px;gap:6px;align-items:start;min-height:112px;padding:15px 0 11px;border-bottom:1px solid var(--rule)}.agenda-item:before{content:"";position:absolute;left:22px;top:57px;bottom:-1px;width:1px;background:var(--rule)}.check-button{position:relative;z-index:1;width:44px;height:44px;padding:0;border:0;background:transparent;display:grid;place-content:center;cursor:pointer}.check-button:before{content:"";position:absolute;inset:10px;border:2px solid var(--coral);border-radius:50%;background:var(--paper)}.check-button svg{position:relative;z-index:1;width:14px;color:var(--coral)}.agenda-item:nth-child(2) .check-button:before{border-color:var(--blue)}.agenda-item:nth-child(3) .check-button:before{border-color:var(--yellow)}.agenda-item time{margin-top:6px;padding:5px 6px;border-radius:8px;background:var(--pale-blue);color:var(--blue);font-size:13px;font-weight:700;text-align:center}.agenda-item:first-child time{color:#fff;background:var(--coral)}.agenda-item:nth-child(3) time{color:#5d4700;background:#fff2bb}.agenda-item h3{margin:3px 0 0;font-size:16px;line-height:1.45;font-weight:750}.agenda-item p{margin:4px 0 0;color:var(--muted);font-size:12px}.level-mark{width:7px;height:38px;margin-top:2px;border-radius:7px;background:var(--blue)}.level-mark.important{background:var(--coral)}.level-mark.memo{background:var(--yellow)}.agenda-item.is-done{opacity:.55}.agenda-item.is-done h3{text-decoration:line-through}.item-actions{display:flex;gap:4px;margin-top:3px}.item-actions button{min-width:48px;min-height:44px;padding:0;border:0;background:transparent;color:#546272;font-size:13px;text-align:left;text-decoration:underline;text-underline-offset:3px;cursor:pointer}.item-actions button:last-child{color:#a94637}.inline-add{width:100%;min-height:50px;margin-top:18px;border:1px dashed #85a1be;border-radius:12px;background:transparent;color:var(--blue);display:flex;align-items:center;justify-content:center;gap:7px;cursor:pointer}.empty-state{padding:44px 20px;text-align:center;color:var(--muted)}.empty-state svg{color:var(--yellow)}.empty-state strong{display:block;color:var(--ink)}.empty-state p{font-size:12px}.ephemeris{position:relative;display:grid;grid-template-columns:38px .8fr 1.9fr .65fr;align-items:center;min-height:76px;margin:22px -5px 0;padding:10px 9px;background:#fffdf7;border-top:1px solid #e1ddd1;border-bottom:1px solid #e1ddd1;box-shadow:0 7px 16px #594a2814}.ephemeris:before{content:"";position:absolute;left:0;right:0;bottom:-5px;height:5px;background:radial-gradient(circle at 5px 0,transparent 4px,#fffdf7 4.5px) 0 0 / 10px 5px repeat-x}.lunar-stamp{width:30px;height:30px;border:2px solid var(--coral);border-radius:50%;color:var(--coral);display:grid;place-content:center;font-weight:700}.reading{min-width:0;padding:0 7px;border-left:1px solid #e1ddd1}.reading span{display:block;margin-bottom:3px;color:var(--muted);font-size:10px}.reading strong{display:block;overflow:hidden;color:var(--ink);font-size:12px;font-weight:650;line-height:1.45;text-overflow:ellipsis;white-space:nowrap}.reading.accent{text-align:right}.reading.accent strong{color:var(--violet)}.calendar-panel{position:relative;margin-top:32px;padding:18px 0 0}.calendar-panel:before{content:"";position:absolute;left:0;right:0;top:0;height:8px;background:radial-gradient(circle,#d7d9dc 3px,transparent 3.5px) 0 0 / 26px 8px repeat-x}.month-head{display:grid;grid-template-columns:44px 1fr 44px;align-items:center;margin:12px 0 17px;text-align:center}.month-head h2{margin:0;color:var(--blue);font-size:21px;font-weight:800}.month-head p{display:none}.icon-btn{width:44px;height:44px;padding:0;border:0;border-radius:12px;background:var(--pale-blue);color:var(--blue);display:grid;place-content:center;cursor:pointer}.icon-btn.previous svg{transform:rotate(180deg)}.weekdays,.month-grid{display:grid;grid-template-columns:repeat(7,1fr)}.weekdays{color:var(--muted);text-align:center;font-size:12px}.weekdays span:first-child,.weekdays span:last-child{color:var(--coral)}.day{position:relative;min-height:66px;padding:8px 4px;border:0;border-bottom:1px solid var(--rule);background:transparent;text-align:left;cursor:pointer}.day-number{display:block;color:var(--ink);font-size:15px;font-weight:700}.day:nth-child(7n+1) .day-number,.day:nth-child(7n) .day-number{color:var(--coral)}.lunar-label{display:block;margin-top:4px;overflow:hidden;color:#79808a;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.day.outside{opacity:.32}.day.past:not(.selected) .day-number,.day.past:not(.selected) .lunar-label{color:#b3b7bc}.day.past:not(.selected) .holiday-badge,.day.past:not(.selected) .work-badge,.day.past:not(.selected) .event-dots{filter:grayscale(1);opacity:.48}.day.past.selected{background:#f1f2f3;box-shadow:none}.day.past.selected .day-number{color:#51565d}.day.past.selected .lunar-label{color:var(--muted)}.day.past.selected .event-dots i{background:#91969d}.day.selected{border-radius:12px;background:var(--coral);box-shadow:0 7px 14px #ff624c33}.day.selected .day-number,.day.selected .lunar-label{color:#fff}.holiday-badge,.work-badge{position:absolute;right:3px;top:7px;width:16px;height:16px;border-radius:50%;display:grid;place-content:center;font-size:8px}.holiday-badge{color:#8a2600;background:#ffd8ce}.work-badge{color:#164f37;background:#c8f0d8}.event-dots{position:absolute;left:5px;bottom:5px;display:flex;gap:3px}.event-dots i{width:5px;height:5px;border-radius:50%;background:var(--blue)}.event-dots i.important{background:var(--coral)}.event-dots i.memo{background:var(--yellow)}.day.selected .event-dots i{background:#fff}.legend{display:flex;gap:12px;padding-top:15px;color:var(--muted);font-size:12px}.legend span{display:flex;align-items:center;gap:5px}.legend i{width:7px;height:7px;border-radius:50%}.important-key{background:var(--coral)}.holiday-key{background:var(--yellow)}.work-key{background:var(--green)}.mobile-nav{position:fixed;left:50%;bottom:0;z-index:8;width:min(100%,430px);height:calc(var(--mobile-nav-height) + env(safe-area-inset-bottom));padding:3px 8px env(safe-area-inset-bottom);transform:translate(-50%);display:grid;grid-template-columns:repeat(3,minmax(0,1fr));background:#fffefbf7;border-top:1px solid var(--rule)}.nav-button{min-height:50px;border:0;border-radius:11px;background:transparent;color:#747b84;display:grid;justify-items:center;align-content:center;gap:2px;font-size:11px;cursor:pointer}.nav-button.active{color:var(--blue);background:var(--pale-blue)}.nav-button.assistant-nav{color:var(--violet)}.nav-button.assistant-nav:active{background:#f0edff}.nav-button:disabled{opacity:.4;cursor:not-allowed}.assistant-view{display:flex;min-height:calc(100svh - 130px);flex-direction:column}.assistant-head{padding:8px 2px 18px;border-bottom:2px solid var(--violet)}.assistant-head p{margin:0 0 4px;color:var(--violet);font-size:12px;font-weight:700}.assistant-head h1{font-size:30px}.assistant-head span{display:block;margin-top:7px;color:var(--muted);font-size:12px}.assistant-thread{display:grid;flex:1;align-content:start;gap:10px;padding:20px 0}.assistant-empty{padding:58px 20px;color:var(--muted);text-align:center}.assistant-empty svg{color:var(--violet)}.assistant-empty strong{display:block;margin-top:12px;color:var(--ink);font-size:17px}.assistant-empty p{margin:8px 0 0;font-size:13px;line-height:1.7}.assistant-message{max-width:88%;padding:12px 14px;border-radius:14px;background:var(--pale-blue)}.assistant-message.user{justify-self:end;background:var(--pale-coral)}.assistant-message.reply{background:#f0edff}.assistant-message.error{background:#fff0ec;color:#813b31}.assistant-message span{display:block;margin-bottom:4px;color:var(--muted);font-size:11px;font-weight:700}.assistant-message p{margin:0;font-size:14px;line-height:1.65;white-space:pre-wrap}.assistant-composer{position:sticky;bottom:76px;display:grid;grid-template-columns:1fr auto;gap:9px;padding:10px 0 4px;background:var(--paper);border-top:1px solid var(--rule)}.assistant-composer textarea{min-height:58px;resize:none}.assistant-composer button{min-width:58px;height:58px;align-self:end;border:0;border-radius:12px;background:var(--violet);color:#fff;font-weight:750}.quick-add-sheet{position:fixed;inset:0;z-index:20;background:#1d222a00;transition:background .18s ease-out}.quick-add-sheet.open{background:#1d222a61}.quick-add-sheet form{position:absolute;left:50%;bottom:0;width:min(100%,430px);max-height:88vh;padding:12px 20px calc(24px + env(safe-area-inset-bottom));overflow:auto;transform:translate(-50%,18px);opacity:.92;border-radius:18px 18px 0 0;background:var(--paper);box-shadow:0 -18px 42px #21324629;transition:transform .2s cubic-bezier(.22,1,.36,1),opacity .18s ease-out}.quick-add-sheet.open form{transform:translate(-50%);opacity:1}.sheet-handle{width:42px;height:4px;margin:0 auto 20px;border-radius:4px;background:#c7cbd0}.form-head{display:flex;justify-content:space-between;margin-bottom:24px}.form-head p{margin:0;color:var(--coral);font-size:12px}.form-head h2{margin:4px 0 0;font-size:24px}.close-btn{width:44px;height:44px;border:0;border-radius:50%;background:var(--pale-coral);color:var(--coral);font-size:24px;cursor:pointer}form>label,.field-row label{display:grid;gap:8px;margin-bottom:18px;color:var(--muted);font-size:12px}input,select,textarea{font-size:16px}input,select{width:100%;min-height:48px;padding:0 13px;border:1px solid #c8ccd2;border-radius:10px;background:#fff;color:var(--ink)}.field-row{display:grid;grid-template-columns:1.2fr 1fr;gap:12px}fieldset{margin:0 0 22px;padding:0;border:0;display:flex;gap:15px}legend{margin-bottom:9px;color:var(--muted);font-size:12px}fieldset label{display:flex;align-items:center;gap:4px;font-size:13px}fieldset input{min-height:auto;width:auto}.primary-btn.submit{width:100%;height:50px;border-radius:12px;font-size:14px}.form-note{color:var(--muted);text-align:center;font-size:11px}.form-note.is-error{color:#a23d30;font-weight:600}.gate-shell{display:grid;place-content:center;padding:24px}.gate-card{width:min(100%,340px);padding:34px 28px;border:1px solid #d8e0ea;border-radius:18px;background:#fff;text-align:center;box-shadow:0 18px 44px #3754761f}.gate-mark{width:54px;height:54px;margin:0 auto 18px;border-radius:50%;background:var(--pale-blue);color:var(--blue);display:grid;place-content:center}.gate-card p{margin:0 0 5px;color:var(--coral);font-size:12px}.gate-card h1{margin:0 0 9px;font-size:23px}.gate-card div{color:var(--muted);font-size:13px;line-height:1.7}.retry-btn{margin-top:22px;min-width:112px}.loading-line{display:block;width:100%;height:3px;margin-top:24px;overflow:hidden;border-radius:3px;background:#e6eef8}.loading-line:after{content:"";display:block;width:42%;height:100%;background:var(--blue);animation:loading 1.1s ease-in-out infinite alternate}@keyframes loading{to{transform:translate(140%)}}@media(max-width:350px){.hero-day{font-size:72px}.topbar{min-height:105px}.agenda-item{grid-template-columns:44px 52px 1fr 7px}.reading.ganzhi strong{font-size:11px}}@media(max-width:430px){.shell{box-shadow:none}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition:none!important}}.codex-view{height:calc(100dvh - var(--codex-dock-height) - env(safe-area-inset-bottom));min-height:0;margin:-18px -17px 0;display:flex;flex-direction:column}.app-shell.codex{height:100dvh;min-height:0;overflow:hidden;padding-bottom:0}.app-shell.codex main{height:100%;padding-bottom:0}.app-header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:3px 2px 16px;border-bottom:1px dashed #cfd2d7}.app-header p,.app-header span{margin:0;color:var(--muted);font-size:12px}.app-header p{color:var(--blue);font-weight:750}.app-header h1{margin:4px 0 5px;font-size:26px}.header-icon{width:42px;height:42px;flex:0 0 auto;border:0;border-radius:12px;background:var(--pale-blue);color:var(--blue);display:grid;place-items:center}.header-icon svg,.project-row svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8}.project-picker{margin:0 -17px;padding:0 17px 14px;border-bottom:1px solid var(--rule)}.section-title{display:flex;align-items:center;justify-content:space-between;margin:16px 0 8px}.section-title h2{margin:0;font-size:14px}.section-title span{color:var(--muted);font-size:11px}.project-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;max-height:176px;overflow:auto}.project-group-title{grid-column:1/-1;margin:5px 0 1px;color:var(--muted);font-size:11px;font-weight:750}.project-row{min-height:52px;padding:8px;border:1px solid transparent;border-radius:10px;background:#fff;color:var(--ink);display:grid;grid-template-columns:8px 1fr 15px;gap:6px;align-items:center;text-align:left}.project-row.selected{border-color:#bcd5ff;background:var(--pale-blue)}.project-row strong,.project-row small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-row strong{font-size:12px}.project-row small{margin-top:2px;color:var(--muted);font-size:10px}.project-row i{display:grid;place-items:center;color:var(--muted)}.project-status{width:6px;height:6px;border-radius:50%;background:#aeb5be}.project-status.working{background:var(--blue)}.project-status.completed{background:var(--green)}.codex-workspace{display:grid;grid-template-columns:25% minmax(0,1fr);gap:0;height:0;flex:1;min-height:0;margin:0;overflow:hidden;border-top:0}.codex-workspace .project-picker{min-width:0;min-height:0;margin:0;padding:7px 8px 14px;overflow:hidden;border:0;border-right:1px solid var(--rule);background:#fbfbf8;display:flex;flex-direction:column}.codex-workspace .section-title{flex:0 0 24px;margin:0 3px 4px}.codex-workspace .section-title h2{color:var(--muted);font-size:11px;font-weight:700}.codex-workspace .section-title span{display:none}.workspace-refresh{width:24px;height:24px;padding:0;border:0;border-radius:50%;background:transparent;color:var(--blue);display:grid;place-items:center}.workspace-refresh svg{width:15px;height:15px}.codex-workspace .project-list{grid-template-columns:1fr;align-content:start;gap:5px;min-height:0;max-height:none;overflow:auto;flex:1;padding:0 1px 12px}.codex-workspace .project-group-title{margin:8px 5px 2px;font-size:10px}.codex-workspace .project-row{min-height:44px;height:max-content;padding:7px 5px;display:flex;align-items:center;gap:5px;border-radius:9px}.codex-workspace .project-row>span:nth-child(2){min-width:0;flex:1;display:flex;align-items:center}.codex-workspace .project-row i,.codex-workspace .project-row small{display:none}.codex-workspace .project-row strong{display:block;width:100%;white-space:normal;overflow:visible;text-overflow:clip;overflow-wrap:anywhere;font-size:11px;line-height:1.4}.codex-workspace .project-status{width:5px;height:5px;flex:0 0 5px;margin-top:0}.codex-workspace .conversation{min-width:0;min-height:0;height:100%;overflow:hidden;padding:5px 10px 7px;display:grid;grid-template-rows:auto minmax(0,1fr)}.codex-workspace .conversation-head{min-width:0;min-height:32px;padding:0 1px 3px;border-bottom:1px solid var(--rule);display:flex;align-items:center}.codex-workspace .conversation-head strong{min-width:0;overflow:hidden;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.codex-workspace .connection-dot{display:none}.codex-workspace .conversation-thread{min-height:0;max-height:none;overflow-x:hidden;overflow-y:scroll;padding:9px 2px 14px 0;touch-action:pan-y;overscroll-behavior-y:contain;scrollbar-width:thin;scrollbar-color:#c7ccd3 transparent}.codex-workspace .conversation-message{max-width:96%;padding:9px 10px;border-color:#e2e4e7;border-radius:11px 11px 11px 3px;background:#ffffffe6;box-shadow:0 3px 8px #24262b09}.codex-workspace .conversation-message.user{border-color:#ffc8bc;border-radius:11px 11px 3px;background:var(--pale-coral)}.codex-workspace .conversation-message p{font-size:12px;line-height:1.55}.history-more{min-height:44px;flex:0 0 auto;padding:0 3px;border:0;border-radius:0;background:transparent;color:var(--blue);font-size:11px;font-weight:750;text-decoration:underline;text-underline-offset:4px}.workspace-empty,.conversation-empty,.conversation-loading{padding:22px 14px;color:var(--muted);font-size:13px;text-align:center}.workspace-empty strong,.conversation-empty strong{display:block;color:var(--ink);margin-bottom:6px}.workspace-empty p,.conversation-empty p{margin:0;line-height:1.65}.workspace-empty button{margin-top:10px;border:0;border-radius:10px;padding:8px 12px;background:var(--pale-blue);color:var(--blue)}.conversation{display:flex;min-height:400px;flex-direction:column;padding-top:16px}.conversation-head{display:flex;align-items:center;justify-content:space-between;gap:8px;padding-bottom:10px}.conversation-head strong,.conversation-head span{display:block}.conversation-head strong{font-size:16px}.conversation-head span{margin-top:3px;color:var(--muted);font-size:11px}.connection-dot{padding:4px 7px;border-radius:99px;background:#e8f8ee;color:#21794f!important;font-weight:700}.conversation-thread{display:grid;flex:1;align-content:start;gap:9px;min-height:220px;padding:4px 0 14px}.conversation-message{max-width:90%;padding:10px 12px;border:1px solid var(--rule);border-radius:13px 13px 13px 4px;background:#fff}.conversation-message.user{justify-self:end;border-color:#c8dcff;border-radius:13px 13px 4px;background:var(--pale-blue)}.conversation-message.notice{background:#f5f6f8;color:var(--muted)}.conversation-message span{display:block;margin-bottom:3px;color:var(--muted);font-size:10px;font-weight:750}.conversation-message p{margin:0;white-space:pre-wrap;overflow-wrap:anywhere;font-size:13px;line-height:1.6}.codex-composer{position:fixed;z-index:7;left:50%;bottom:calc(var(--mobile-nav-height) + env(safe-area-inset-bottom));width:min(100%,430px);height:var(--codex-composer-height);margin:0;padding:7px 10px;transform:translate(-50%);display:grid;grid-template-columns:minmax(0,1fr) 104px;grid-template-rows:16px minmax(0,1fr);gap:4px 8px;border-top:1px solid var(--rule);background:var(--paper);box-shadow:0 -8px 22px #594a2817}.composer-project{grid-column:1/-1;overflow:hidden;color:var(--muted);font-size:10px;font-weight:700;line-height:16px;text-overflow:ellipsis;white-space:nowrap}.codex-composer textarea{width:100%;height:100%;min-height:0;padding:8px 10px;resize:none;border:0;border-radius:0;border-top:1px solid var(--rule);border-bottom:1px solid var(--rule);background:transparent;color:var(--ink);font-size:16px;line-height:1.35}.composer-actions{width:104px;display:grid;grid-template-columns:repeat(2,48px);grid-template-rows:48px;align-self:center;justify-content:end;gap:8px}.codex-composer button{appearance:none;display:grid;place-items:center;width:48px;min-width:48px;max-width:48px;height:48px;min-height:48px;max-height:48px;aspect-ratio:1;padding:0;border:0;border-radius:50%;background:var(--blue);color:#fff;box-shadow:0 5px 10px #2878ef2e}.codex-composer .dictate-button{background:var(--pale-blue);color:var(--blue);border:1px solid #c8dcff;box-shadow:none;touch-action:manipulation}.codex-composer .dictate-button.is-recording{background:var(--coral);color:#fff;border-color:var(--coral);box-shadow:0 0 0 5px #ff624c29;transform:scale(.96)}.codex-composer .dictate-button.is-transcribing{background:var(--yellow);color:#4c3a00;border-color:var(--yellow);animation:pulse-dictation .9s ease-in-out infinite alternate}.codex-composer button:disabled{opacity:.45}@keyframes pulse-dictation{to{transform:scale(.92)}}.calendar-context-nav{position:fixed;left:50%;bottom:calc(var(--mobile-nav-height) + env(safe-area-inset-bottom));z-index:7;width:min(100%,430px);padding:7px 17px 8px;transform:translate(-50%);border-top:1px dashed #cfd2d7;background:var(--paper);box-shadow:0 -8px 20px #594a2814}.calendar-context-nav .calendar-tabs{margin:0;padding:0;border-radius:0;background:transparent;gap:4px}.calendar-context-nav .calendar-tabs button{min-height:40px;border-radius:10px;border:1px solid transparent;color:var(--muted);font-size:12px}.calendar-context-nav .calendar-tabs button.active{color:var(--blue);background:var(--pale-blue);border-color:#c8dcff;box-shadow:none}.app-shell.calendar main{padding-bottom:154px}.mobile-nav{grid-template-columns:repeat(3,minmax(0,1fr))}.app-shell.systems{--system-ink:#202227;--system-muted:#68707c;--system-rule:#e7e9ed;--system-soft:#f4f7f9;--system-accent:#d43d2c;background:#fff;color:var(--system-ink)}.app-shell.systems main{min-height:100dvh;padding:18px 17px calc(86px + env(safe-area-inset-bottom));background:#fff}.systems-view{display:grid;gap:18px}.systems-head{min-height:58px;display:flex;align-items:flex-start;justify-content:space-between;gap:16px;border-bottom:1px solid var(--system-rule)}.systems-head h1{margin:0;font-size:24px;line-height:1.15;letter-spacing:-.025em}.systems-head p{margin:5px 0 14px;color:var(--system-muted);font-size:12px}.systems-head button{width:44px;height:44px;padding:0;border:0;border-radius:50%;background:var(--system-soft);color:var(--system-accent);display:grid;place-items:center}.systems-head button:disabled{opacity:.45}.systems-head button svg{width:17px;height:17px}.systems-pulse{min-height:42px;padding:0 12px;display:flex;align-items:center;gap:8px;border-radius:12px;background:var(--system-soft);color:var(--system-muted);font-size:11px}.systems-pulse strong{margin-right:auto;color:var(--system-ink);font-size:12px}.pulse-dot{width:8px;height:8px;flex:0 0 8px;border-radius:50%;background:#29a967;box-shadow:0 0 0 4px #29a9671f}.systems-list{display:grid;gap:0}.system-row{position:relative;padding:18px 1px;border-bottom:1px solid var(--system-rule)}.system-row header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.system-row h2{margin:0;font-size:17px;letter-spacing:-.02em}.system-row header p{margin:3px 0 0;color:var(--system-muted);font-size:11px}.system-status{flex:0 0 auto;padding:4px 8px;border-radius:99px;background:#e8f6ee;color:#21794f;font-size:10px;font-weight:750}.system-status.warning{background:#fff3d2;color:#73580a}.system-status.standby{background:#eef1f5;color:#586170}.system-status.offline{background:#f1f2f4;color:#69717c}.system-summary{margin:13px 0 0;color:var(--system-muted);font-size:12px;line-height:1.6}.system-metrics{margin-top:15px;display:flex;align-items:stretch}.system-metrics span{min-width:0;flex:1;display:grid;gap:3px;padding:0 10px;border-left:1px solid var(--system-rule)}.system-metrics span:first-child{padding-left:0;border-left:0}.system-metrics small{color:var(--system-muted);font-size:9px}.system-metrics strong{font-size:17px;font-variant-numeric:tabular-nums}.system-controls{margin:15px 0 0;padding:10px 0 0;border-top:1px solid var(--system-rule);list-style:none;display:grid;gap:8px}.system-controls li{display:flex;justify-content:space-between;gap:12px;color:var(--system-muted);font-size:11px}.system-controls strong{color:var(--system-ink);font-size:11px}.system-controls strong.on{color:#21794f}.system-controls strong.standby{color:#8a6810}.system-action{width:max-content;min-height:44px;margin-top:9px;padding:0;border:0;background:transparent;color:var(--system-accent);display:inline-flex;align-items:center;gap:3px;font-size:12px;font-weight:750;text-decoration:none}.system-action svg{width:15px;height:15px}.system-row.featured{margin-bottom:4px;padding:17px 16px;border:0;border-radius:14px;background:var(--system-ink);color:#fff}.system-row.featured header p,.system-row.featured .system-summary,.system-row.featured .system-metrics small,.system-row.featured .system-controls li{color:#bfc4cb}.system-row.featured .system-status{background:#ffffff1f;color:#fff}.system-row.featured .system-metrics span,.system-row.featured .system-controls{border-color:#ffffff24}.system-row.featured .system-controls strong{color:#fff}.system-row.featured .system-controls strong.on{color:#75d9a7}.system-row.featured .system-controls strong.standby{color:#f0cd6a}.system-row.featured .system-action{color:#ff8b7c}.systems-empty{min-height:180px;display:grid;place-content:center;justify-items:center;gap:8px;color:var(--system-muted);text-align:center}.systems-empty p{margin:0;font-size:12px}.systems-empty button{min-height:44px;padding:0 14px;border:0;border-radius:10px;background:var(--system-soft);color:var(--system-accent);font-weight:700}.systems-footnote{margin:0;color:var(--system-muted);font-size:10px;line-height:1.6}.app-shell.systems .mobile-nav{border-top-color:var(--system-rule);background:#fffffffa}.app-shell.systems .nav-button.active{color:var(--system-accent);background:transparent}.app-shell.codex{--codex-surface:#fff;--codex-side:#fbfbfc;--codex-rule:#e7e9ed;--codex-soft:#f4f7f9;--codex-ink:#202227;--codex-accent:#d43d2c;--codex-muted:#68707c;background:var(--codex-surface)}.app-shell.codex main{background:var(--codex-surface)}.history-more{position:absolute;right:0;top:0;min-height:44px;margin:0;padding:0 2px 0 8px;border:0;background:transparent;color:var(--codex-accent);font-size:11px;font-weight:700;text-decoration:none;display:inline-flex;align-items:center;gap:7px}.history-more:after{content:"";width:5px;height:5px;border-top:1.5px solid currentColor;border-right:1.5px solid currentColor;transform:rotate(45deg)}.codex-workspace .project-picker{border-right-color:var(--codex-rule);background:var(--codex-side)}.codex-workspace .section-title{position:relative;flex:0 0 32px;display:grid;grid-template-columns:minmax(0,1fr) 24px;align-items:center;gap:2px;border-bottom:0}.codex-workspace .section-title h2{color:var(--codex-ink);font-size:12px;font-weight:750}.codex-workspace .codex-token{min-width:0;display:grid;align-content:center;gap:0;line-height:1;white-space:nowrap;letter-spacing:-.02em}.codex-workspace .codex-token small{color:var(--codex-muted);font-size:7px;font-weight:650;line-height:1}.codex-workspace .codex-token strong{margin-top:2px;font-size:11px;font-weight:780;line-height:1;font-variant-numeric:tabular-nums}.codex-workspace .workspace-refresh{position:static;right:auto;top:auto;width:24px;height:24px;transform:none;border:0;background:transparent;color:var(--codex-accent)}.codex-workspace .workspace-refresh svg{width:14px;height:14px}.codex-workspace .project-list{gap:2px}.codex-workspace .project-list,.codex-workspace .conversation-thread{scrollbar-width:none}.codex-workspace .project-list::-webkit-scrollbar,.codex-workspace .conversation-thread::-webkit-scrollbar{display:none}.codex-workspace .project-group-title{margin-top:8px;color:var(--codex-muted);font-weight:650}.codex-workspace .project-row{border:0;border-radius:8px;background:transparent;color:var(--codex-ink)}.codex-workspace .project-status{background:#c1c5cb}.codex-workspace .project-status.unread{width:7px;height:7px;flex-basis:7px;background:#0a84ff}.codex-workspace .project-status.working{width:11px;height:11px;flex-basis:11px;border:1.5px solid #e1b8b2;border-top-color:var(--codex-accent);background:transparent;animation:codex-spin .8s linear infinite}.codex-workspace .project-row.selected{border:0;border-radius:8px;background:var(--codex-accent);color:#fff;box-shadow:0 4px 12px #bf36272e}.codex-workspace .project-row.selected .project-status{background:#d9dde3;box-shadow:none}.codex-workspace .project-row.selected .project-status.unread{background:#0a84ff;box-shadow:0 0 0 2px #ffffffd1}.codex-workspace .project-row.selected .project-status.working{border-color:#ffffff73;border-top-color:#fff;background:transparent}.codex-workspace .conversation{background:var(--codex-surface)}.codex-workspace .conversation-head{position:relative;min-height:44px;padding-right:72px;border-bottom-color:var(--codex-rule);background:var(--codex-surface);color:var(--codex-ink)}.codex-workspace .conversation-head strong{letter-spacing:-.015em}.codex-workspace .conversation-thread{grid-template-columns:minmax(0,1fr);gap:10px;grid-auto-rows:max-content}.codex-workspace .conversation-message{width:100%;max-width:100%;height:auto;min-width:0;min-block-size:max-content;padding:10px 11px;overflow:visible;box-sizing:border-box;border:0;border-radius:12px 12px 12px 4px;background:var(--codex-soft);box-shadow:none}.codex-workspace .conversation-message.assistant{background:var(--codex-soft)}.codex-workspace .conversation-message.user{width:max-content;max-width:94%;border:1px solid #ffd8d1;border-radius:12px 12px 4px;background:#fff7f5}.codex-workspace .conversation-message p{width:100%;min-width:0;max-width:100%;overflow:visible;overflow-wrap:anywhere;word-break:break-word;font-size:13px;line-height:1.65}.codex-workspace .conversation-message span{color:var(--codex-muted);font-weight:650}.codex-workspace .conversation-message.user span{color:#a84a3d}.message-media{width:100%;margin:8px 0 0;display:grid;gap:5px}.message-media img,.message-media video{width:100%;max-height:52dvh;display:block;object-fit:contain;border-radius:9px;background:#fff}.message-media audio{width:100%;min-width:0;height:38px}.message-media figcaption{min-width:0;overflow-wrap:anywhere;color:var(--codex-muted);font-size:10px;line-height:1.4}.message-file{min-width:0;margin-top:8px;padding:9px;display:flex;align-items:center;gap:7px;border:1px solid var(--codex-rule);border-radius:9px;color:var(--codex-ink);text-decoration:none}.message-file svg{width:17px;height:17px;flex:0 0 17px;color:var(--codex-accent)}.message-file span{min-width:0;margin:0;overflow-wrap:anywhere;color:inherit}.conversation-progress{width:100%;height:max-content;min-height:50px;min-block-size:max-content;padding:9px 10px;display:block;align-self:start;justify-self:stretch;box-sizing:border-box;border:1px solid var(--codex-rule);border-radius:10px;background:var(--codex-soft);color:var(--codex-muted)}.conversation-progress-head{display:flex;align-items:center;gap:7px;color:var(--codex-ink)}.conversation-progress-head strong{font-size:11px}.conversation-progress p{min-width:0;max-width:100%;margin:6px 0 0;overflow:visible;color:inherit;font-size:12px;line-height:1.6;overflow-wrap:anywhere;word-break:break-word;white-space:pre-wrap}.running-spinner{width:13px;height:13px;margin-top:2px;flex:0 0 13px;border:1.5px solid #e1b8b2;border-top-color:var(--codex-accent);border-radius:50%;animation:codex-spin .8s linear infinite}@keyframes codex-spin{to{transform:rotate(360deg)}}.codex-composer{grid-template-columns:minmax(0,1fr) 104px;gap:5px 8px;border-top:1px solid var(--codex-rule);border-radius:20px 20px 0 0;background:#fffffffa;box-shadow:0 -8px 24px #181b2014}.codex-composer textarea{border:1px solid var(--codex-rule);border-radius:14px;background:#fff}.codex-composer textarea::placeholder{color:#68707c}.codex-composer button[type=submit]{border:1px solid var(--codex-rule);background:#fff;color:var(--codex-accent);box-shadow:0 4px 12px #181b2017}.codex-composer .dictate-button{position:relative;background:var(--codex-accent);color:#fff;border:0;box-shadow:0 7px 15px #bf362733;touch-action:manipulation;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.codex-composer .dictate-button *{pointer-events:none;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.codex-composer .dictate-button svg{display:none}.codex-composer .dictate-button:before{content:"";width:11px;height:19px;margin:auto;border:2px solid currentColor;border-radius:8px}.codex-composer .dictate-button:after{content:"";position:absolute;left:50%;top:50%;width:21px;height:12px;transform:translate(-50%,-19%);border:2px solid currentColor;border-top:0;border-radius:0 0 13px 13px}.codex-composer button:active{transform:scale(.96)}.app-shell.codex button:focus-visible,.app-shell.codex textarea:focus-visible{outline:3px solid rgba(212,61,44,.34);outline-offset:2px}.app-shell.codex .mobile-nav{border-top-color:var(--codex-rule);background:#fffffffa}.app-shell.codex .nav-button{color:var(--codex-muted)}.app-shell.codex .nav-button.active{color:var(--codex-accent);background:transparent}.app-shell.codex .nav-button.active svg{color:var(--codex-accent)}.codex-dock{position:fixed;z-index:8;left:50%;bottom:0;width:min(100%,430px);height:calc(var(--codex-dock-height) + env(safe-area-inset-bottom));padding-bottom:env(safe-area-inset-bottom);transform:translate(-50%);display:grid;grid-template-columns:clamp(108px,30vw,126px) minmax(0,1fr);border-top:1px solid var(--codex-rule);background:#fffffffa;box-shadow:0 -6px 20px #181b2012}.codex-dock .mobile-nav{position:static;width:auto;height:var(--codex-dock-height);padding:4px 2px;transform:none;grid-template-columns:repeat(3,minmax(0,1fr));border:0;background:transparent}.codex-dock .nav-button{min-width:0;min-height:56px;padding:2px 0;gap:1px;border-radius:8px;font-size:8px}.codex-dock .nav-button svg{width:17px;height:17px}.codex-dock .codex-composer{position:static;width:auto;height:var(--codex-dock-height);padding:6px 6px 6px 4px;transform:none;grid-template-columns:minmax(0,1fr) 44px 44px 44px;grid-template-rows:52px;gap:4px;border:0;border-radius:0;background:transparent;box-shadow:none}.composer-field{min-width:0;height:52px;overflow:hidden;border:1px solid var(--codex-rule);border-radius:12px;background:#fff}.codex-dock .composer-field textarea{width:111.1112%;height:57.78px;padding:7px 10px;transform:scale(.9);transform-origin:top left;border:0;border-radius:0;background:transparent;font-size:16px;line-height:1.25}.codex-dock .composer-field:focus-within{outline:3px solid rgba(212,61,44,.34);outline-offset:2px}.codex-dock .composer-field textarea:focus-visible{outline:0}.codex-dock .composer-actions{display:contents}.codex-dock .codex-composer button,.codex-dock .attachment-button{width:44px;min-width:44px;max-width:44px;height:44px;min-height:44px;max-height:44px;align-self:center}.attachment-button{position:relative;display:grid;place-items:center;overflow:hidden;border:1px solid var(--codex-rule);border-radius:50%;background:#fff;color:var(--codex-muted);box-shadow:0 4px 12px #181b2012;cursor:pointer}.attachment-button input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.attachment-button svg{width:20px;height:20px}.attachment-button:active{transform:scale(.96)}.attachment-button:focus-within{outline:3px solid rgba(212,61,44,.34);outline-offset:2px}.attachment-button:has(input:disabled){opacity:.45;pointer-events:none}.voice-review{position:fixed;inset:0;z-index:20;padding:16px 12px calc(74px + env(safe-area-inset-bottom));background:#14171c47;display:grid;align-items:end}.voice-review form{width:min(100%,406px);margin:0 auto;padding:18px;border-radius:18px;background:#fff;box-shadow:0 22px 54px #11141933}.voice-review-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.voice-review-head span{color:var(--codex-accent);font-size:11px;font-weight:750}.voice-review-head h2{margin:3px 0 0;color:var(--codex-ink);font-size:19px;letter-spacing:-.02em}.voice-review-head>button{width:44px;height:44px;padding:0;border:0;border-radius:50%;background:var(--codex-soft);color:var(--codex-muted);font-size:22px}.voice-review textarea{width:100%;min-height:154px;margin-top:16px;padding:13px 14px;resize:none;border:1px solid var(--codex-rule);border-radius:12px;background:#fff;color:var(--codex-ink);font-size:16px;line-height:1.55}.voice-review p{margin:8px 2px 14px;color:var(--codex-muted);font-size:11px}.voice-review-actions{display:grid;grid-template-columns:92px minmax(0,1fr);gap:10px}.voice-review-actions button{min-height:46px;border:0;border-radius:12px;background:var(--codex-soft);color:var(--codex-ink);font-size:14px;font-weight:750}.voice-review-actions button[type=submit]{background:var(--codex-accent);color:#fff}.attachment-card{min-width:0;margin-top:16px;padding:12px;display:flex;align-items:center;gap:11px;border:1px solid var(--codex-rule);border-radius:12px;background:var(--codex-soft)}.attachment-card>svg{width:22px;height:22px;flex:0 0 22px;color:var(--codex-accent)}.attachment-card div{min-width:0;display:grid;gap:3px}.attachment-card strong{overflow:hidden;color:var(--codex-ink);font-size:13px;text-overflow:ellipsis;white-space:nowrap}.attachment-card small{color:var(--codex-muted);font-size:11px}.attachment-review textarea{min-height:92px;margin-top:10px}.conversation-message.pending,.conversation-message.queued,.conversation-message.unknown{border-style:dashed}.conversation-message.queued{border-color:#b8c7dc;background:#f4f7fb}.conversation-message.unknown{border-color:#e2c46d;background:#fff9df}.conversation-message.failed{border-color:#ff9f8e;background:#fff0ec}.conversation-message.failed span{color:#9b3f32}@media(prefers-reduced-motion:reduce){.project-status.working,.running-spinner{animation:none}}
