:root{color-scheme:light dark;--bg: #fbf8f9;--surface: #ffffff;--surface-2: #f3eff1;--surface-3: #ebe4e7;--line: #e0d8dc;--text: #1d191b;--text-dim: #6a6064;--text-faint: #756b6f;--accent: #ff8bc7;--accent-ink: #442033;--accent-strong: #b14581;--accent-hover: #ef7db9;--accent-soft: #ffedf5;--danger: #ad332c;--danger-ink: #fff6f4;--danger-soft: #ffebe8;--ok: #0a7e3a;--warn: #9b6800;--miss: #756b6f;--radius: 14px;--radius-sm: 9px;--radius-pill: 999px;--radius-item: 7px;--font: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--mono: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;--leading: 1.55;--shadow-sm: 0 1px 2px rgba(28, 26, 23, .05);--shadow: 0 2px 6px rgba(28, 26, 23, .06), 0 12px 32px rgba(28, 26, 23, .08)}@media(prefers-color-scheme:dark){:root{--bg: #181516;--surface: #211e1f;--surface-2: #2b2729;--surface-3: #353133;--line: #3e393b;--text: #f0e9ec;--text-dim: #a3999d;--text-faint: #978c91;--accent-strong: #ff8bc7;--accent-hover: #ffaed5;--accent-soft: #2d1923;--danger: #f17265;--danger-ink: #330f0c;--danger-soft: #341b18;--ok: #54b66e;--warn: #e8aa4e;--miss: #978c91;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .3);--shadow: 0 2px 6px rgba(0, 0, 0, .3), 0 12px 32px rgba(0, 0, 0, .4)}}:root[data-theme=light]{color-scheme:light;--bg: #fbf8f9;--surface: #ffffff;--surface-2: #f3eff1;--surface-3: #ebe4e7;--line: #e0d8dc;--text: #1d191b;--text-dim: #6a6064;--text-faint: #756b6f;--accent-strong: #b14581;--accent-hover: #ef7db9;--accent-soft: #ffedf5;--danger: #ad332c;--danger-ink: #fff6f4;--danger-soft: #ffebe8;--ok: #0a7e3a;--warn: #9b6800;--miss: #756b6f;--shadow-sm: 0 1px 2px rgba(28, 26, 23, .05);--shadow: 0 2px 6px rgba(28, 26, 23, .06), 0 12px 32px rgba(28, 26, 23, .08)}:root[data-theme=dark]{color-scheme:dark;--bg: #181516;--surface: #211e1f;--surface-2: #2b2729;--surface-3: #353133;--line: #3e393b;--text: #f0e9ec;--text-dim: #a3999d;--text-faint: #978c91;--accent-strong: #ff8bc7;--accent-hover: #ffaed5;--accent-soft: #2d1923;--danger: #f17265;--danger-ink: #330f0c;--danger-soft: #341b18;--ok: #54b66e;--warn: #e8aa4e;--miss: #978c91;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .3);--shadow: 0 2px 6px rgba(0, 0, 0, .3), 0 12px 32px rgba(0, 0, 0, .4)}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.btn{display:inline-flex;align-items:center;gap:7px;white-space:nowrap;font:inherit;font-size:14px;font-weight:600;border-radius:var(--radius-sm);padding:9px 16px;border:1px solid var(--line);background:var(--surface-2);color:var(--text);cursor:pointer}.btn:hover:not(:disabled){background:var(--surface-3)}.btn:disabled{opacity:.4;cursor:default}.btn.primary{background:var(--accent);color:var(--accent-ink);border-color:transparent}.btn.primary:hover:not(:disabled){background:var(--accent-hover)}.btn.quiet{background:transparent;border-color:transparent;color:var(--text-dim)}.btn.quiet:hover:not(:disabled){background:var(--surface-2);color:var(--text)}.btn.destructive{background:transparent;border-color:transparent;color:var(--danger)}.btn.destructive:hover:not(:disabled){background:var(--danger-soft)}.btn.destructive.filled{background:var(--danger);color:var(--danger-ink);border-color:transparent}.btn.destructive.filled:hover:not(:disabled){background:var(--danger)}.btn.icon{border-radius:var(--radius-pill);padding:8px 11px;line-height:1}.btn.sm{padding:5px 11px;font-size:13.5px}.btn[hidden],.toast[hidden]{display:none}.field{font:inherit;font-size:15px;width:100%;background:var(--surface-2);color:var(--text);border:1px solid transparent;border-radius:var(--radius-sm);padding:10px 13px}.field::placeholder{color:var(--text-faint)}.field:focus{background:var(--surface);border-color:var(--accent)}.lbl{display:block;font-size:13px;color:var(--text-dim);margin-bottom:7px}.chip{font:inherit;font-size:13px;cursor:pointer;background:transparent;color:var(--text-dim);border:1px solid transparent;border-radius:var(--radius-pill);padding:6px 13px}.chip:hover{background:var(--surface-2);color:var(--text)}.chip .n{font-variant-numeric:tabular-nums;margin-left:5px}.chip[aria-pressed=true]{background:var(--accent-soft);color:var(--accent-strong);font-weight:600}.menu{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-sm);box-shadow:var(--shadow);padding:6px;min-width:196px}.menu button{display:block;width:100%;text-align:left;white-space:nowrap;font:inherit;font-size:14px;cursor:pointer;background:none;border:none;color:var(--text);border-radius:var(--radius-item);padding:8px 11px}.menu button:hover:not(:disabled){background:var(--surface-2)}.menu button:disabled{opacity:.4;cursor:default}.menu hr{border:none;border-top:1px solid var(--line);margin:5px 0}.menu button.danger{color:var(--danger)}.menu button.danger:hover:not(:disabled){background:var(--danger-soft)}.menu button[role=menuitemradio]{position:relative;padding-right:30px}.menu button[aria-checked=true]{color:var(--accent-strong);font-weight:650}.menu button[aria-checked=true]:after{content:"✓";position:absolute;right:11px}.menu-anchor{position:relative;display:inline-flex;flex:none}.menu-anchor .menu{position:absolute;right:0;top:calc(100% + 6px);z-index:30}.menu-anchor.start>.menu{left:0;right:auto}.dropdown{--chevron: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='7'%3E%3Cpath d='M1 1l4 4 4-4' fill='none' stroke='%23000' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.dropdown:after{content:"";width:10px;height:7px;flex:none;background:currentColor;-webkit-mask:var(--chevron) no-repeat center/10px 7px;mask:var(--chevron) no-repeat center/10px 7px}.dropdown[aria-expanded=true]{background:var(--surface-2);color:var(--text)}.sheet{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:22px;max-width:600px;min-width:0}.sheet>.head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}.sheet>.head :is(h2,h3,h4){margin:0;font-size:17px;font-weight:650;letter-spacing:-.01em}.sheet>.body{color:var(--text-dim);font-size:14px}.sheet>.body>p{margin:0}.sheet>.body>p+p{margin-top:10px}.sheet>.foot{display:flex;align-items:center;gap:9px;justify-content:flex-end;border-top:1px solid var(--line);margin-top:18px;padding-top:14px}.empty{text-align:center;padding:34px 20px;border:1px dashed var(--line);border-radius:var(--radius-sm);color:var(--text-dim)}.empty b{display:block;color:var(--text);font-size:15px;margin-bottom:5px}.empty small{font-size:13px;color:var(--text-faint)}.notice{border-radius:var(--radius-sm);padding:11px 14px;font-size:14px;background:var(--accent-soft);color:var(--accent-strong)}.notice.bad{background:var(--danger-soft);color:var(--danger)}.toast{display:inline-block;background:var(--text);color:var(--bg);border-radius:var(--radius-pill);padding:9px 17px;font-size:14px;box-shadow:var(--shadow)}.toast:empty{background:none;box-shadow:none;padding:0}.title-input{flex:1;min-width:0;margin:0;font:inherit;font-size:17px;font-weight:650;padding:4px 8px;border:1px solid transparent;border-radius:var(--radius-sm);background:none;color:var(--text)}.title-input:hover{border-color:var(--line)}.title-input:focus{outline:none;border-color:var(--accent);background:var(--surface)}.title-input::placeholder{color:var(--text-dim);font-weight:400}.title-input:disabled{color:var(--text-dim)}.standing{display:flex;align-items:baseline;gap:8px;font-size:13px;line-height:1.45;color:var(--text-dim)}.standing .dot{flex:none;width:8px;height:8px;border-radius:var(--radius-pill);background:var(--text-faint);transform:translateY(-1px)}.standing[data-state=idle] .dot,.standing[data-state=saving] .dot{background:var(--accent-strong)}.standing[data-state=needs-permission],.standing[data-state=failed]{color:var(--danger)}.standing[data-state=needs-permission] .dot,.standing[data-state=failed] .dot{background:var(--danger)}.standing .age{color:inherit;font-variant-numeric:tabular-nums}.segmented{display:flex;gap:2px;padding:3px;background:var(--bg);border:1px solid var(--line);border-radius:var(--radius-pill)}.segmented button{flex:1;padding:6px 10px;border:none;border-radius:var(--radius-pill);background:transparent;color:var(--text-dim);font:inherit;font-size:13.5px;cursor:pointer;transition:background .13s ease,color .13s ease}.segmented button:hover{color:var(--text)}.segmented button[aria-pressed=true]{background:var(--surface);color:var(--text);font-weight:600;box-shadow:var(--shadow-sm)}@media(max-width:560px){.segmented{flex-wrap:wrap;border-radius:var(--radius)}.segmented button{flex:1 1 45%}}@media(prefers-reduced-motion:reduce){.segmented button{transition:none}}.panel{border-top:1px solid var(--line)}.panel:last-of-type{border-bottom:1px solid var(--line)}.panel>summary{display:flex;align-items:baseline;gap:10px;padding:14px 16px;cursor:pointer;list-style:none}.panel>summary::-webkit-details-marker{display:none}.panel>summary:hover{background:var(--surface-2)}.panel>summary .section{flex:none;font-size:14px;font-weight:600}.panel>summary .state{flex:1 1 auto;min-width:0;color:var(--text-dim);font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.panel>summary:after{content:"";flex:none;width:7px;height:7px;margin-left:auto;border-right:1.6px solid var(--text-dim);border-bottom:1.6px solid var(--text-dim);transform:translateY(-2px) rotate(45deg);transition:transform .12s ease}.panel[open]>summary:after{transform:translateY(1px) rotate(-135deg)}.panel>summary[aria-current=true]{background:var(--accent-soft)}.panel>summary[aria-current=true] .section{color:var(--accent-strong)}.panel>.body{padding:10px 16px 22px}@media(max-width:560px){.panel>summary{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:2px 10px;align-items:center}.panel>summary .state{grid-column:1;white-space:normal;overflow:visible;text-overflow:clip}.panel>summary:after{grid-column:2;grid-row:1 / -1;margin-left:0}}@media(prefers-reduced-motion:reduce){.panel>summary:after{transition:none}}.footer{text-align:center;padding:14px 16px 20px;font-size:11.5px;line-height:1.5;color:var(--text-faint)}.footer a{color:var(--text-dim)}.linklike{padding:0;border:none;background:none;font:inherit;color:var(--text-dim);text-decoration:underline;cursor:pointer}.linklike:hover{color:var(--text)}.collections{display:flex;flex-direction:column;gap:1px}.collections__item{display:flex;align-items:center;gap:8px;width:100%;text-align:left;padding:8px 10px;border:0;border-radius:var(--radius-sm);background:none;color:var(--text-dim);font:inherit;cursor:pointer}.collections__item:hover{background:var(--surface-2);color:var(--text)}.collections__item--active{background:var(--accent-soft);color:var(--accent-strong);font-weight:600}.collections__name{flex:1;min-width:0;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.collections__count{flex:none;font-size:12px;font-variant-numeric:tabular-nums}.btn,.chip,.menu button,.linklike,.collections__item{transition:background .13s ease,color .13s ease}.field{transition:background .13s ease,border-color .13s ease}@media(prefers-reduced-motion:reduce){.btn,.chip,.menu button,.linklike,.field,.collections__item{transition:none}}:root{--sidebar-w:268px;--page-pad:clamp(20px,5vw,64px);--compose-l:20px;--compose-r:16px}*{box-sizing:border-box}.rail{position:fixed;inset:0 auto 0 0;width:var(--sidebar-w);z-index:20;background:var(--surface);border-right:1px solid var(--line);display:flex;flex-direction:column;gap:20px;padding:16px 14px;overflow:hidden auto}.rail__brand{display:flex;align-items:center;gap:9px;padding:2px 4px}.rail__brand h1{flex:1;font-size:18px;font-weight:650;margin:0;display:flex;align-items:center;gap:9px;letter-spacing:-.02em}.rail__brand .logo{width:26px;height:26px}.rail__brand .btn.icon{margin-left:auto}.rail__part{padding:0 4px}.rail__part h2{font-size:11.5px;text-transform:uppercase;letter-spacing:.07em;color:var(--text-faint);margin:0 6px 8px;font-weight:600}.rail__grow{flex:1;min-height:0;overflow:auto}.rail__foot{margin-top:auto;display:flex;gap:6px;align-items:center;flex-wrap:wrap;padding:0 4px}.rail input[type=search]{width:100%}.item .line{cursor:text;border-radius:var(--radius-sm);padding:1px 5px;margin:-1px -5px;border:1px solid transparent}.item .line:hover{background:var(--surface-2)}.item .line:focus{border-color:transparent;background:var(--surface);box-shadow:0 0 0 2px var(--accent);outline:none;cursor:text}.sheet>.head h2{flex:1}.hint{margin:6px 0 0;font-size:13.5px;line-height:1.5;color:var(--text-faint)}.probe:empty{margin:0}.panel .row{margin-top:12px}.panel>.body>:first-child{margin-top:0}.notice.warn{margin:8px 0;font-size:13.5px}.flat{background:transparent;border:0;color:var(--text-dim);font:inherit;font-size:13.5px;padding:5px 11px;border-radius:var(--radius-pill);cursor:pointer}.flat:hover{background:var(--surface-2);color:var(--text)}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}.rail{transition:none}.status.working:before,.item.recording .dot{animation:none!important}}.workhead{display:flex;align-items:center;gap:14px;margin:26px 0 10px}.title-input{letter-spacing:-.02em}.workhead .count{margin-left:auto;font-size:13.5px;color:var(--text-faint)}.danger__title{margin:24px 0 6px;font-size:13px}.danger__body{margin:0 0 10px}#export+.hint{margin-top:8px}.compose{display:flex;align-items:flex-end;gap:12px;padding:16px var(--compose-r) 16px var(--compose-l);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow-sm);outline:1px solid var(--line)}.compose textarea{flex:1;min-height:calc(3 * 1.4em);max-height:190px;padding:0;border:0;background:transparent;outline:none;resize:none;font-size:22px;line-height:1.4}.send{flex:none;width:44px;height:44px;border-radius:var(--radius-pill);border:0;background:var(--accent);color:var(--accent-ink);font-size:19px;cursor:pointer;display:flex;align-items:center;justify-content:center}.send:hover{background:var(--accent-hover)}.chint{display:flex;align-items:baseline;gap:12px;flex-wrap:nowrap;margin:7px 0 0;font-size:12.5px;color:var(--text-faint)}.chint>span{flex:none}.chint>.right{flex:0 1 auto;min-width:0}.chint .right{margin-left:auto}kbd{font-family:var(--mono);font-size:11px;background:var(--surface-2);color:var(--text-dim);border-radius:4px;padding:1px 5px}.into--none{color:var(--text-faint)}.rail{transition:transform .18s ease}.reveal{position:fixed;top:14px;left:14px;z-index:21;display:flex;align-items:center;gap:8px}.reveal__logo{width:22px;height:22px}.reveal[hidden]{display:none}.topbar{display:none;position:sticky;top:0;z-index:15;align-items:center;gap:10px;padding:8px 12px;background:var(--surface);border-bottom:1px solid var(--line)}.topbar h1{font-size:19px;margin:0;display:flex;align-items:center;gap:8px;letter-spacing:-.03em}.scrim{position:fixed;inset:0;z-index:19;background:#00000073}@media(max-width:820px){.rail{transform:translate(-100%);box-shadow:var(--shadow);width:min(280px,84vw)}.rail.open{transform:none;visibility:visible}.topbar{display:flex;margin:calc(var(--page-pad) * -1) calc(var(--page-pad) * -1) 16px}.topbar .logo{width:28px;height:28px}#railhide,.reveal{display:none}}@media(min-width:821px){.scrim,.topbar,#railclose{display:none}}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--font);font-size:15px;line-height:var(--leading);padding:var(--page-pad);padding-bottom:0;-webkit-font-smoothing:antialiased}body{min-height:100vh;display:flex;flex-direction:column}main{max-width:720px;margin:0 auto;padding-left:0;width:100%;flex:1;display:flex;flex-direction:column}@media(min-width:821px){body{padding-left:calc(var(--sidebar-w) + var(--page-pad));transition:padding-left .18s ease}body.railed{padding-left:var(--page-pad)}body.railed .rail{transform:translate(-100%);visibility:hidden}}h1{font-size:clamp(30px,6vw,46px);font-weight:800;letter-spacing:-.035em;margin:0;display:flex;align-items:center;gap:12px}.logo{width:clamp(34px,7vw,52px);height:auto;flex:none}.sub{color:var(--text-dim);margin:6px 0 36px;font-size:15px}label{display:block;font-size:13px;color:var(--text-dim);margin-bottom:10px}textarea::placeholder,input::placeholder{color:var(--text-faint)}.compose:focus-within{outline:2px solid var(--accent);outline-offset:2px}.row{display:flex;gap:10px;flex-wrap:wrap;align-items:center;margin-top:14px}button,input,select,textarea{font:inherit;color:inherit}.flat,.dots,.linklike,.item .collection{transition:background .13s ease,color .13s ease}.status{color:var(--text-dim);font-size:14px;margin:12px 2px 0}.status.working{color:var(--text)}.status.working:before{content:"";display:inline-block;width:11px;height:11px;margin-right:8px;vertical-align:-1px;border-radius:50%;border:2px solid var(--accent);border-right-color:transparent;animation:turning .8s linear infinite}@keyframes turning{to{transform:rotate(1turn)}}.status:empty{margin:0}.bar{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin:40px 2px 4px;padding-bottom:14px;border-bottom:1px solid var(--line)}.bar .count{font-weight:650;font-size:15px}.sheet{width:calc(100% - 40px)}.sheet::backdrop{background:#16141161;backdrop-filter:blur(3px)}.sheet .sub{margin:0 0 14px}.chips{display:flex;gap:8px;flex-wrap:wrap;margin:12px 0 4px}#list{display:flex;flex-direction:column;gap:10px}.item{display:flex;flex-wrap:wrap;gap:8px 14px;align-items:flex-start;padding:12px 16px;border-radius:var(--radius);background:var(--surface);outline:1px solid var(--line)}.item .txt{order:1}.item .menu-anchor{order:2}.item input[type=checkbox]{margin-top:6px}.item .st{display:inline-flex;align-items:center;gap:6px}.item .dot{width:8px;height:8px;border-radius:50%;flex:none;background:var(--miss)}.item.ok .dot{background:var(--ok)}.item.stale .dot{background:var(--warn)}.item.busy .dot{background:var(--accent)}.item.recording .dot{animation:breathing 1.2s ease-in-out infinite}.item.queued .dot{opacity:.45}.item.busy .state{color:var(--accent-strong)}.item.recording{outline-color:var(--accent)}@keyframes breathing{50%{transform:scale(.55);opacity:.4}}.item .txt{flex:1;min-width:0}.item .line{font-size:18px;letter-spacing:-.01em}.item .meta{display:flex;gap:8px;flex-wrap:wrap;align-items:center;margin-top:4px}.item .state{font-size:12px;color:var(--text-dim)}.item.stale .state{color:var(--warn)}.item .collection{font:inherit;font-size:12px;font-weight:500;color:var(--text-dim);background:var(--surface-2);border:1px solid var(--line);border-radius:999px;padding:2px 10px;cursor:pointer}.item .collection:hover{background:var(--surface-3);color:var(--text)}.item audio{order:3;flex:1 1 100%;width:100%;height:34px;opacity:.85}@media(prefers-color-scheme:dark){.item audio{filter:invert(.92) hue-rotate(180deg)}}:root[data-theme=light] .item audio{filter:none}:root[data-theme=dark] .item audio{filter:invert(.92) hue-rotate(180deg)}.voices{display:flex;flex-direction:column;gap:2px;margin-top:10px;max-height:min(46vh,340px);overflow:auto;padding:2px}.voice{display:block;width:100%;text-align:left;border:1px solid transparent;background:none;color:var(--text);font:inherit;cursor:pointer;padding:8px 11px;border-radius:var(--radius-item)}.voice:hover{background:var(--surface-2)}.voice[aria-checked=true]{background:var(--accent-soft);border-color:transparent}.voice[aria-checked=true] .voice__name{color:var(--accent-strong);font-weight:650}.voice__name{font-size:14.5px}.voice__facts{display:block;font-size:12px;color:var(--text-faint)}.voice__hint{display:block;margin-top:3px;font-size:12px;color:var(--text-faint);white-space:normal;text-wrap:pretty}.panel .field{width:100%}.voicenow{display:flex;align-items:center;gap:6px;min-width:0}.voicenow__what,.voicenow b{flex:none;white-space:nowrap}.voicenow__what:after{content:":"}.voicenow b{color:var(--text-dim);font-weight:650}.voicenow__from{flex:0 1 auto;min-width:0;color:var(--text-faint);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.voicenow .btn{flex:none;margin-right:-11px}.dots{background:transparent;border:1px solid transparent;border-radius:9px;padding:6px 10px;font-size:18px;line-height:1.2;color:var(--text-dim);cursor:pointer}.dots:hover,.dots[aria-expanded=true]{background:var(--surface-3);color:var(--text)}.footer{margin-top:auto;display:flex;justify-content:center;gap:4px 14px;flex-wrap:wrap}.more{width:100%;margin-top:18px;color:var(--text-dim);font-size:14px}@media(max-width:820px){.workhead{flex-wrap:wrap;gap:8px 10px;margin:20px 0 10px}.title-input{flex:1 0 100%;font-size:22px}.workhead .count{margin-left:0;order:3;flex:1 0 100%}.workhead .menu-anchor{order:4;margin-left:0}.chint{flex-wrap:wrap}.chint>.right{margin-left:0;flex:1 0 100%}.voicenow .btn{margin-left:-11px}:root{--compose-l:16px;--compose-r:14px}.compose textarea{font-size:19px}}@media(max-width:560px){.hero{padding:16px 16px 12px}textarea{font-size:17px;min-height:112px}.item .line{font-size:17px}.bar,.tools{gap:8px}.tools input[type=search]{flex:1 1 100%;min-width:0}.tools button{flex:1}}.folderbox{margin:14px 0 18px}.folderbox[hidden]{display:none}.folderbox .row{margin-top:10px}
