:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}*{margin:0;padding:0}html,body{overscroll-behavior:none;height:100%;overflow:hidden}body{background:var(--bg,#fafafa);color:var(--text,#1a1a1a);margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}#root{height:100%}*{box-sizing:border-box}.app-shell{height:var(--app-height,100%);overscroll-behavior:contain;background:var(--bg);color:var(--text);flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex}.login-screen{height:var(--app-height,100%);background:var(--bg);padding:24px;padding-bottom:env(safe-area-inset-bottom);justify-content:center;align-items:center;display:flex}.pin-panel{flex-direction:column;align-items:center;width:100%;max-width:320px;display:flex}.pin-logo{width:72px;height:72px;margin-bottom:12px}.pin-title{color:var(--text);margin-bottom:6px;font-size:22px;font-weight:700}.pin-hint{color:var(--text-tertiary);min-height:18px;margin-bottom:20px;font-size:13px}.pin-hint-error{color:#b00020}.pin-dots{gap:20px;margin-bottom:10px;display:flex}.pin-dot{border:1px solid #1a1a1a66;border-radius:50%;width:14px;height:14px}.pin-dot-filled{background:#1a1a1a;border-color:#1a1a1a}.pin-shake{animation:.45s ease-in-out pin-shake}@keyframes pin-shake{0%,to{transform:translate(0)}20%{transform:translate(-9px)}40%{transform:translate(8px)}60%{transform:translate(-6px)}80%{transform:translate(4px)}}.pin-progress{color:var(--text-tertiary);min-height:18px;margin-bottom:18px;font-size:13px}.pin-keypad{grid-template-columns:repeat(3,76px);justify-items:center;gap:18px 28px;display:grid}.pin-key{width:76px;height:76px;color:var(--text);cursor:pointer;-webkit-tap-highlight-color:transparent;background:#78788024;border:none;border-radius:50%;font-family:inherit;font-size:30px;font-weight:400}.pin-key:active{background:#78788052}.pin-key:disabled{opacity:.4}.app-header{height:56px;padding:0 12px;padding-top:env(safe-area-inset-top);border-bottom:1px solid var(--border);flex-shrink:0;justify-content:space-between;align-items:center;display:flex}.app-title{font-size:16px;font-weight:600}.icon-button{width:44px;height:44px;color:var(--text-secondary);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex}.icon-button:active{background:var(--surface-muted)}.app-main{flex-direction:column;flex:1;padding:16px 16px 8px;display:flex;overflow-y:auto}.empty-state{height:100%;color:var(--text-tertiary);justify-content:center;align-items:center;font-size:15px;display:flex}.result-area{flex-direction:column;gap:16px;display:flex}.audio-player{width:100%}.transcript-details summary{color:var(--text-secondary);cursor:pointer;font-size:14px}.transcript-details p{color:var(--text);margin-top:8px;font-size:15px;line-height:1.5}.button-dock{flex-direction:column;flex-shrink:0;align-items:center;gap:8px;padding:8px 0 6px;display:flex}.record-button{background:#ff3b30;border:none;border-radius:50%;justify-content:center;align-items:center;transition:width .2s,height .2s,background .2s,transform .15s;display:flex;box-shadow:0 2px 10px #ff3b3059}.record-button:active{transform:scale(.95)}.record-button--recording{animation:1.5s infinite pulse-ring}.record-button--result{opacity:.85;background:#ff3b30}@keyframes pulse-ring{0%{box-shadow:0 0 #863bff80}70%{box-shadow:0 0 0 14px #863bff00}to{box-shadow:0 0 #863bff00}}.spinner{border:3px solid #fff6;border-top-color:#fff;border-radius:50%;width:24px;height:24px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.timer{font-variant-numeric:tabular-nums;font-size:28px;font-weight:600}.status-text{color:var(--text-secondary);font-size:14px}.processing-steps{color:var(--text-tertiary);align-items:center;gap:8px;font-size:13px;display:flex}.processing-step{align-items:center;gap:6px;transition:color .2s;display:flex}.processing-step--active{color:#ff3b30;font-weight:600}.processing-step--done{color:#34a853}.processing-step__dot{border:2px solid;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;font-size:10px;display:flex}.processing-step--active .processing-step__dot{animation:1s ease-in-out infinite pulse-dot}.processing-step--done .processing-step__dot{border-style:solid}@keyframes pulse-dot{0%,to{box-shadow:0 0 #863bff66}50%{box-shadow:0 0 0 5px #863bff00}}.processing-step__line{background:#ddd;width:24px;height:2px}.waveform{align-items:center;gap:4px;height:32px;display:flex}.waveform__bar{background:#ff3b30;border-radius:2px;width:4px;height:8px;animation:.9s ease-in-out infinite wave}@keyframes wave{0%,to{height:8px}50%{height:28px}}.error-banner{color:#b00020;background:#fff3f2;border:1px solid #ffd4d1;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;padding:10px 12px;font-size:14px;display:flex}.error-banner__actions{flex-shrink:0;gap:8px;display:flex}.link-button{color:#b00020;background:0 0;border:none;padding:4px 6px;font-size:14px;font-weight:600}.error-banner--info{color:#2a4ba0;background:#f4f7ff;border-color:#cdd9ff}.error-banner--info .link-button{color:#2a4ba0}.summary-view h2{margin:0 0 6px;font-size:19px;font-weight:600}.summary-view>p{color:var(--text-secondary);margin:0 0 16px;font-size:15px}.summary-view h3{text-transform:uppercase;letter-spacing:.04em;color:#ff3b30;margin:20px 0 6px;font-size:13px;font-weight:600}.summary-view ul{margin:0;padding-left:20px}.summary-view li{margin-bottom:6px;font-size:15.5px;line-height:1.5}.summary-view li:has(input[type=checkbox]){background:#f4f7ff;border-radius:8px;margin-left:-20px;padding:8px 12px;list-style:none}.summary-fallback{color:var(--text-tertiary);text-align:center;margin-top:40px;font-style:italic}.drawer-overlay{background:#0006;position:fixed;inset:0}.drawer-content{background:var(--surface);height:85%;padding-bottom:env(safe-area-inset-bottom);border-radius:16px 16px 0 0;flex-direction:column;margin-top:auto;display:flex;position:fixed;bottom:0;left:0;right:0}.drawer-handle{background:#ddd;border-radius:2px;width:40px;height:4px;margin:10px auto}.drawer-title{padding:0 16px 8px;font-size:16px;font-weight:600}.drawer-list{padding:0 8px 16px;overflow-y:auto}.drawer-empty{color:var(--text-tertiary);text-align:center;margin-top:40px;font-size:14px}.history-row{border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;gap:8px;padding:12px 8px;display:flex}.history-row__main{flex:1;min-width:0}.history-row__date{color:var(--text-tertiary);font-size:13px}.history-row__excerpt{white-space:nowrap;text-overflow:ellipsis;font-size:15px;overflow:hidden}.history-row__delete{width:32px;height:32px;color:var(--text-tertiary);background:0 0;border:none;flex-shrink:0}:root{--brand:#863bff;--brand2:#3b82ff;--brand-grad:linear-gradient(135deg, #863bff, #3b82ff);--bg:#fafafa;--surface:#fff;--surface-translucent:#ffffffeb;--surface-muted:#f2f2f2;--text:#1a1a1a;--text-secondary:#6b6b70;--text-tertiary:#8e8e93;--border:#e5e5ea}[data-theme=dark]{--bg:#17171a;--surface:#232326;--surface-translucent:#232326d9;--surface-muted:#2c2c30;--text:#f0f0f2;--text-secondary:#b3b3b8;--text-tertiary:#8e8e96;--border:#38383d;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}.record-button,.record-button--result{background:var(--brand-grad);box-shadow:0 4px 14px #863bff66}.record-button--processing{box-shadow:none;background:#b39ddb}.waveform__bar{background:var(--brand)}.processing-step--active,.summary-view h3{color:var(--brand)}.tab-bar{background:var(--surface-translucent);-webkit-backdrop-filter:blur(20px);border-radius:26px;flex-shrink:0;justify-content:space-around;margin:0 14px 10px;padding:8px 4px;display:flex;box-shadow:0 6px 24px #00000024,0 0 0 .5px #0000000a}.tab-item{color:var(--text-tertiary);-webkit-tap-highlight-color:transparent;background:0 0;border:none;border-radius:18px;flex-direction:column;align-items:center;gap:2px;padding:6px 14px;font-size:10px;font-weight:500;display:flex}.tab-item--active{color:var(--brand);background:#863bff1a}.tab-page{padding:16px;padding-top:calc(12px + env(safe-area-inset-top));flex-direction:column;gap:12px;display:flex;overflow-y:auto}.tab-title{margin:0 0 4px;font-size:22px;font-weight:700}.card{background:var(--surface);border-radius:16px;padding:16px;box-shadow:0 1px 6px #0000000d}.card-title{margin:0 0 10px;font-size:15px;font-weight:600}.back-button{color:var(--brand);background:0 0;border:none;align-self:flex-start;padding:0;font-size:16px;font-weight:500}.record-page{flex:1}.record-empty{text-align:center;flex-direction:column;gap:8px;padding:0 24px}.record-empty__title{color:var(--text);margin:0;font-size:17px;font-weight:600}.record-hint{color:var(--text-tertiary)}.history-search{gap:8px;margin-bottom:4px;display:flex}.history-search__input{background:var(--surface);min-width:0;color:var(--text);border:none;border-radius:12px;flex:1;padding:10px 14px;font-family:inherit;font-size:15px;box-shadow:0 1px 6px #0000000d}.history-search__input:focus{outline:2px solid var(--brand)}.history-list{flex-direction:column;gap:8px;display:flex}.history-card{background:var(--surface);text-align:left;border:none;border-radius:14px;align-items:center;gap:12px;padding:12px 14px;font-family:inherit;display:flex;box-shadow:0 1px 6px #0000000d}.history-card__icon{width:40px;height:40px;color:var(--brand);background:#863bff1f;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.history-card__main{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.history-card__title{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:15px;font-weight:600;overflow:hidden}.history-card__meta{color:var(--text-tertiary);font-size:12px}.history-card__err{color:#b00020;font-size:12px}.history-detail__meta{color:var(--text-tertiary);margin:-6px 0 4px;font-size:13px}.history-card__duration{font-variant-numeric:tabular-nums;color:var(--brand);background:#863bff1f;border-radius:999px;padding:4px 8px;font-size:12px;font-weight:600}.speaker-row{width:100%;color:var(--text);border:none;border-bottom:1px solid var(--border);background:0 0;justify-content:space-between;padding:10px 0;font-family:inherit;font-size:15px;display:flex}.speaker-row:last-child{border-bottom:none}.speaker-rename{color:var(--brand);font-size:13px}.retry-button,.delete-button,.logout-button{border:none;border-radius:14px;padding:14px;font-family:inherit;font-size:16px;font-weight:600}.retry-button{background:var(--brand-grad);color:#fff}.delete-button,.logout-button{background:var(--surface);color:#e0303c;box-shadow:0 1px 6px #0000000d}.todo-input input{background:var(--surface);width:100%;color:var(--text);border:none;border-radius:14px;padding:12px 16px;font-size:16px;box-shadow:0 1px 6px #0000000d}.todo-input input:focus{outline:2px solid var(--brand)}.todo-input__options{flex-direction:column;gap:8px;margin-top:8px;display:flex}.todo-input__category,.todo-input__date{width:100%;min-width:0;height:40px;color:var(--text-secondary);background:var(--surface);border:none;border-radius:10px;padding:9px 10px;font-family:inherit;font-size:13px;line-height:20px;box-shadow:0 1px 6px #0000000d}.todo-input__category{flex:1}.todo-input__category:focus,.todo-input__date:focus{outline:2px solid var(--brand)}.todo-input__date-wrap{flex:1;min-width:0;position:relative}.todo-input__date-wrap .todo-input__date,.todo-input__date-wrap .todo-edit-date{padding-right:26px}.todo-input__date-clear{background:var(--surface-muted);width:18px;height:18px;color:var(--text-tertiary);-webkit-tap-highlight-color:transparent;border:none;border-radius:50%;justify-content:center;align-items:center;padding:0;font-size:10px;line-height:1;display:flex;position:absolute;top:50%;right:6px;transform:translateY(-50%)}.todo-repeat-select{width:100%;margin-top:8px}.todo-input__submit{background:var(--brand-grad);color:#fff;-webkit-tap-highlight-color:transparent;border:none;border-radius:12px;width:100%;margin-top:8px;padding:11px;font-family:inherit;font-size:15px;font-weight:600}.todo-input__submit:disabled{opacity:.45}.todo-list{flex-direction:column;gap:6px;display:flex}.todo-card{background:var(--surface);border-radius:12px;box-shadow:0 1px 6px #0000000d}.todo-row{align-items:center;gap:12px;padding:10px 12px;display:flex}.todo-check{color:#fff;background:0 0;border:2px solid #c7c7cc;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;font-size:14px;display:flex}.todo-check--done{background:var(--brand);border-color:var(--brand)}.todo-text-button{text-align:left;background:0 0;border:none;flex:1;justify-content:space-between;align-items:center;gap:8px;min-width:0;padding:0;font-family:inherit;display:flex}.todo-text{white-space:normal;word-break:break-word;flex:1;min-width:0;font-size:15px}.todo-text--done{color:var(--text-tertiary);text-decoration:line-through}.todo-due{color:var(--brand);background:#863bff1f;border-radius:999px;flex-shrink:0;padding:3px 8px;font-size:11.5px;font-weight:600}.todo-repeat-badge{color:var(--text-tertiary);flex-shrink:0;font-size:13px}.todo-due--overdue{color:#b00020;background:#b000201a}.todo-priority-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.todo-priority-dot--low{background:#8e8e93}.todo-priority-dot--medium{background:#ff9500}.todo-priority-dot--high{background:#e0303c}.todo-category-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.todo-summary{background:var(--surface);border-radius:16px;flex-direction:column;gap:10px;padding:14px 16px;display:flex;box-shadow:0 1px 6px #0000000d}.todo-summary__stats{gap:20px;display:flex}.todo-summary__stat{flex-direction:column;display:flex}.todo-summary__stat-value{color:var(--text);letter-spacing:-.01em;font-size:24px;font-weight:800;line-height:1.1}.todo-summary__stat--overdue .todo-summary__stat-value{color:#b00020}.todo-summary__stat-label{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.02em;font-size:11.5px;font-weight:600}.todo-summary__breakdown{border-top:1px solid var(--border);flex-direction:column;gap:8px;padding-top:10px;display:flex}.todo-summary__bar{background:var(--surface-muted);border-radius:999px;width:100%;height:7px;display:flex;overflow:hidden}.todo-summary__bar-seg{min-width:3px;height:100%}.todo-summary__bar-seg+.todo-summary__bar-seg{margin-left:1.5px}.todo-summary__legend{flex-wrap:wrap;gap:4px 14px;display:flex}.todo-summary__legend-item{color:var(--text-secondary);white-space:nowrap;align-items:center;gap:5px;font-size:12px;display:inline-flex}.todo-summary__legend-item b{color:var(--text);font-weight:700}.todo-summary__legend-dot{border-radius:50%;flex-shrink:0;width:7px;height:7px}.todo-section{flex-direction:column;gap:6px;display:flex}.todo-section__header{align-items:center;gap:8px;padding:4px 2px;display:flex}.todo-section__icon{border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;font-size:12px;display:flex}.todo-section__label{color:var(--text);font-size:13px;font-weight:700}.todo-section__count{color:var(--text-tertiary);font-size:12px;font-weight:600}.todo-section__items{flex-direction:column;gap:6px;display:flex}.todo-section--completed{margin-top:4px}.todo-section__header--summary{cursor:pointer;justify-content:space-between;list-style:none}.todo-section__header--summary::-webkit-details-marker{display:none}.todo-section--completed .todo-section__items{margin-top:6px}.todo-category-picker{flex-wrap:wrap;gap:8px;display:flex}.todo-category-chip{border:1px solid var(--border);background:var(--surface);color:var(--text-tertiary);border-radius:8px;padding:7px 10px;font-family:inherit;font-size:13px;font-weight:600}.todo-expand{border-top:1px solid var(--border);flex-direction:column;gap:10px;padding:10px 12px 12px;display:flex}.todo-source{color:var(--text-tertiary);margin:0;font-size:12.5px}.todo-source strong{color:var(--text);font-weight:600}.todo-priority-picker{gap:8px;display:flex}.todo-priority-chip{border:1px solid var(--border);background:var(--surface);color:var(--text-tertiary);border-radius:8px;flex:1;padding:7px 0;font-family:inherit;font-size:13px;font-weight:600}.todo-priority-chip--selected.todo-priority-chip--low{color:#48484a;background:#8e8e9326;border-color:#8e8e93}.todo-priority-chip--selected.todo-priority-chip--medium{color:#ff9500;background:#ff950024;border-color:#ff9500}.todo-priority-chip--selected.todo-priority-chip--high{color:#e0303c;background:#e0303c1f;border-color:#e0303c}.todo-edit-title{border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:8px;padding:8px 10px;font-family:inherit;font-size:15px}.todo-edit-actions{flex-direction:column;gap:8px;display:flex}.todo-edit-actions__buttons{justify-content:flex-end;gap:8px;display:flex}.todo-edit-date{border:1px solid var(--border);background:var(--surface);width:100%;height:36px;color:var(--text);border-radius:8px;padding:7px 8px;font-family:inherit;font-size:13px;line-height:20px}.todo-edit-cancel,.todo-edit-save{border:none;border-radius:8px;padding:8px 12px;font-family:inherit;font-size:13px;font-weight:600}.todo-edit-cancel{color:var(--text-tertiary);background:0 0}.todo-edit-save{background:var(--brand-grad);color:#fff}.todo-delete{color:#c7c7cc;background:0 0;border:none;padding:4px;font-size:14px}.settings-header{align-items:center;gap:14px;display:flex}.settings-name{font-size:16px;font-weight:600}.settings-sub{color:var(--text-tertiary);font-size:13px}.settings-row{border-bottom:1px solid var(--border);width:100%;color:var(--text);background:0 0;border-top:none;border-left:none;border-right:none;justify-content:space-between;align-items:center;padding:11px 0;font-family:inherit;font-size:15px;display:flex}.settings-row:last-child{border-bottom:none}.settings-row--stack{flex-direction:column;align-items:flex-start;gap:10px}.theme-picker{background:var(--surface-muted);border-radius:10px;gap:6px;width:100%;padding:3px;display:flex}.theme-picker__option{color:var(--text-secondary);-webkit-tap-highlight-color:transparent;background:0 0;border:none;border-radius:8px;flex:1;padding:7px 0;font-family:inherit;font-size:13px;font-weight:600}.theme-picker__option--selected{background:var(--surface);color:var(--text);box-shadow:0 1px 3px #0000001f}.settings-value{color:var(--text-tertiary);text-overflow:ellipsis;white-space:nowrap;max-width:60%;font-size:14px;overflow:hidden}.settings-link{cursor:pointer}.changelog{padding-top:8px}.changelog-entry{margin-bottom:14px}.changelog-head{color:var(--brand);justify-content:space-between;margin-bottom:4px;font-size:13px;font-weight:600;display:flex}.changelog-entry ul{color:var(--text-secondary);margin:0;padding-left:18px;font-size:13.5px}.changelog-entry li{margin-bottom:3px}.app-main{background:var(--surface-muted)}.todo-sync-note{color:#2e7d32;margin:12px 0 0;font-size:13px;font-weight:600}.action-items{border-top:1px solid var(--border);margin-top:14px;padding-top:12px}.action-items__label{text-transform:uppercase;letter-spacing:.04em;color:var(--text-tertiary);margin:0 0 8px;font-size:11px;font-weight:700}.action-items__list{flex-direction:column;gap:8px;margin:0 0 10px;padding:0;list-style:none;display:flex}.action-items__row{align-items:flex-start;gap:10px;display:flex}.action-items__check{border:2px solid var(--border);color:#fff;-webkit-tap-highlight-color:transparent;background:0 0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;margin-top:1px;font-size:12px;display:flex}.action-items__check--on{background:var(--brand);border-color:var(--brand)}.action-items__check:disabled{opacity:.6}.action-items__text{color:var(--text);flex:1;font-size:14px;line-height:1.4}.action-items__text--added{color:var(--text-tertiary)}.action-items__added-tag{color:#2e7d32;flex-shrink:0;padding-top:2px;font-size:10.5px;font-weight:700}.action-items__add-button{background:var(--brand-grad);color:#fff;-webkit-tap-highlight-color:transparent;border:none;border-radius:10px;width:100%;padding:10px;font-family:inherit;font-size:14px;font-weight:600}.action-items__add-button:disabled{opacity:.45}.regen-button{border:1px solid var(--border);width:100%;color:var(--text-tertiary);background:0 0;border-radius:12px;margin-top:12px;padding:11px;font-family:inherit;font-size:14px;font-weight:600;display:block}.regen-button:disabled{opacity:.5}.guidance-box{width:100%;max-width:320px;margin-top:10px}.guidance-box--detail{max-width:none;margin-top:12px}.guidance-add-link{color:var(--brand);background:0 0;border:none;padding:4px 0;font-family:inherit;font-size:13px;font-weight:600}.guidance-chip{text-align:left;background:#863bff14;border:1px solid #863bff40;border-radius:12px;align-items:center;gap:8px;width:100%;padding:8px 12px;font-family:inherit;display:flex}.guidance-chip__label{text-transform:uppercase;letter-spacing:.02em;color:var(--brand);flex-shrink:0;font-size:11px;font-weight:700}.guidance-chip__text{color:var(--text);text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-size:13px;overflow:hidden}.guidance-chip__clear{color:var(--text-tertiary);flex-shrink:0;padding:2px 4px;font-size:16px;line-height:1}.guidance-editor{flex-direction:column;gap:8px;display:flex}.guidance-editor__input{border:1px solid var(--border);resize:none;background:var(--surface);color:var(--text);border-radius:10px;padding:9px 10px;font-family:inherit;font-size:14px}.guidance-editor__input:focus{outline:2px solid var(--brand)}.guidance-editor__actions{justify-content:flex-end;gap:8px;display:flex}.status-hero{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:6px;padding:0 28px;display:flex}.status-hero__graphic{justify-content:center;align-items:center;width:96px;height:96px;margin-bottom:14px;display:flex;position:relative}.status-hero__title{color:var(--text);margin:0;font-size:20px;font-weight:700}.status-hero__badge{color:var(--brand);letter-spacing:.01em;background:#863bff17;border-radius:999px;align-items:center;gap:5px;margin:6px 0 0;padding:5px 12px;font-size:12.5px;font-weight:600;display:inline-flex}.hero-recording{background:var(--brand-grad);border-radius:50%;justify-content:center;align-items:center;width:76px;height:76px;display:flex;position:relative;box-shadow:0 4px 16px #863bff59}.hero-recording__icon{z-index:1;position:relative}.hero-recording__ring{border:2px solid #863bff73;border-radius:50%;animation:2.2s ease-out infinite hero-ring-pulse;position:absolute;inset:0}.hero-recording__ring--2{animation-delay:1.1s}@keyframes hero-ring-pulse{0%{opacity:.8;transform:scale(1)}to{opacity:0;transform:scale(1.7)}}.hero-transcribing{justify-content:center;align-items:center;gap:6px;width:96px;height:76px;display:flex}.hero-transcribing__wave{background:var(--brand-grad);border-radius:12px;align-items:center;gap:3px;height:40px;padding:0 8px;display:flex}.hero-transcribing__bar{background:var(--surface);border-radius:2px;width:3px;height:10px;animation:1s ease-in-out infinite hero-wave-bounce}@keyframes hero-wave-bounce{0%,to{height:8px}50%{height:22px}}.hero-transcribing__arrow{opacity:.6;flex-shrink:0}.hero-transcribing__lines{flex-direction:column;gap:5px;width:44px;display:flex}.hero-transcribing__line{background:#863bff40;border-radius:3px;height:6px;animation:1.8s ease-in-out infinite hero-line-fade}@keyframes hero-line-fade{0%,to{opacity:.3}50%{opacity:1}}.hero-summarizing{background:var(--brand-grad);border-radius:50%;justify-content:center;align-items:center;width:76px;height:76px;display:flex;position:relative;box-shadow:0 4px 16px #863bff59}.hero-summarizing__spark{position:absolute}.hero-summarizing__spark--main{animation:1.6s ease-in-out infinite hero-spark-twinkle}.hero-summarizing__spark--a{animation:1.6s ease-in-out .4s infinite hero-spark-twinkle;top:10px;right:8px}.hero-summarizing__spark--b{animation:1.6s ease-in-out .9s infinite hero-spark-twinkle;bottom:12px;left:10px}.hero-assurance{background:var(--brand-grad);border-radius:50%;justify-content:center;align-items:center;width:76px;height:76px;display:flex;position:relative;box-shadow:0 4px 16px #863bff59}.hero-assurance__icon{z-index:1;position:relative}.hero-assurance__ring{border:2px solid #863bff73;border-radius:50%;animation:2.2s ease-out infinite hero-ring-pulse;position:absolute;inset:0}.hero-assurance__ring--2{animation-delay:1.1s}.dashboard{flex-direction:column;gap:20px;width:100%;margin:0 auto;padding:20px clamp(20px,4vw,56px) 40px;display:flex}.dashboard__header{align-items:baseline;gap:12px;display:flex}.dashboard__title{color:var(--text);margin:0;font-size:22px;font-weight:700}.dashboard__subtitle{color:var(--text-secondary);margin:0;font-size:13.5px}.dashboard__stats{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px;display:grid}.dashboard__empty{color:var(--text-tertiary);margin:0;font-size:14px}.dash-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;box-shadow:0 1px 3px #0000000a}.dash-card__header{border-bottom:1px solid var(--border);align-items:center;gap:8px;padding:13px 18px;display:flex}.dash-card__title{text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary);flex:1;font-size:12.5px;font-weight:700}.dash-card__body{padding:18px}.dash-stat{background:var(--surface);border:1px solid var(--border);border-left:3px solid;border-radius:10px;flex-direction:column;gap:3px;padding:14px 16px;display:flex;box-shadow:0 1px 3px #0000000a}.dash-stat__value{color:var(--text);font-variant-numeric:tabular-nums;font-size:26px;font-weight:700;line-height:1.15}.dash-stat__label{color:var(--text-tertiary);font-size:12px;font-weight:600}.expiring-days{grid-template-columns:repeat(6,minmax(0,1fr));gap:12px;display:grid}.expiring-day{background:var(--surface-muted);border:1px solid var(--border);border-radius:10px;min-height:90px;padding:10px}.expiring-day__header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:baseline;gap:6px;margin-bottom:8px;padding-bottom:8px;display:flex}.expiring-day__label{color:var(--text);font-size:12.5px;font-weight:700}.expiring-day__date{color:var(--text-tertiary);font-size:10.5px;font-weight:600}.expiring-day__empty{color:#b0b0b5;margin:0;font-size:12px}.expiring-day .category-column__row{flex-wrap:wrap;padding:4px 2px}.expiring-day .category-column__title{white-space:normal;word-break:break-word;flex-basis:100%;order:2}.expiring-day .category-column__dot,.expiring-day .category-column__priority,.expiring-day .category-column__tag{order:0}.expiring-day .category-column__tag{margin-right:auto}.expiring-day .category-column__due,.expiring-day .category-column__action{order:1}@media (width<=1280px){.expiring-days{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=640px){.expiring-days{grid-template-columns:repeat(2,minmax(0,1fr))}}.category-cards{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));align-items:start;gap:16px;display:grid}.category-card .dash-card__body{padding:10px 12px}.category-column__dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.category-column__tag{white-space:nowrap;border-radius:999px;flex-shrink:0;padding:2px 8px;font-size:10.5px;font-weight:700}.category-column__count{color:var(--text-tertiary);background:var(--surface-muted);border-radius:999px;padding:1px 7px;font-size:11px;font-weight:700}.category-column__list{flex-direction:column;gap:4px;margin:0;padding:0;list-style:none;display:flex}.category-column__row{border-radius:6px;align-items:center;gap:7px;padding:5px 4px;font-size:13.5px;display:flex}.category-column__row:hover{background:var(--surface-muted)}.category-column__priority{border-radius:50%;flex-shrink:0;width:6px;height:6px}.category-column__priority--low{background:#8e8e93}.category-column__priority--medium{background:#ff9500}.category-column__priority--high{background:#e5484d}.category-column__title{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--text);flex:1;overflow:hidden}.category-column__due{color:var(--text-tertiary);flex-shrink:0;font-size:11.5px;font-weight:600}.category-column__due--overdue{color:#e5484d}.dash-pagination{border-top:1px solid var(--border);justify-content:center;align-items:center;gap:10px;margin-top:10px;padding-top:8px;display:flex}.dash-pagination__btn{background:var(--surface-muted);width:22px;height:22px;color:var(--text-secondary);-webkit-tap-highlight-color:transparent;border:none;border-radius:6px;justify-content:center;align-items:center;font-size:13px;line-height:1;display:flex}.dash-pagination__btn:disabled{opacity:.35}.dash-pagination__btn:not(:disabled):hover{background:var(--surface-muted)}.dash-pagination__label{color:var(--text-tertiary);font-variant-numeric:tabular-nums;font-size:11.5px;font-weight:600}.category-column__action{-webkit-tap-highlight-color:transparent;background:#0000000a;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;display:flex}.category-column__action--finish{color:#30a46c}.category-column__action--dismiss{color:#e5484d}.category-column__action--finish:hover{background:#30a46c29}.category-column__action--dismiss:hover{background:#e5484d29}@keyframes hero-spark-twinkle{0%,to{opacity:.35;transform:scale(.8)}50%{opacity:1;transform:scale(1.15)}}
