.capture-app{--cap-bg:#eaf1f8;--cap-text:#1a3b56;--cap-muted:#6a8196;--cap-label:#3a5c78;--cap-surface:#fff;--cap-top:var(--primary);--cap-action:var(--primary);--cap-category:var(--record);--cap-type:var(--primary);--cap-record:var(--record);--cap-photo:var(--success);--cap-gap:8px;--cap-pad:10px;--cap-border:0;--cap-radius:0;--cap-radius-sm:0;--cap-shadow:none;--cap-edge:#c5d4e2;--cap-top-h:5.4dvh;--cap-action-h:6.5dvh;--cap-tag-h:104px;--cap-input-h:9dvh;--cap-photo-h:9dvh;background:var(--cap-bg);min-height:100dvh;color:var(--cap-text)}[data-theme=dark] .capture-app{--cap-bg:var(--bg);--cap-text:var(--fg);--cap-muted:var(--muted);--cap-label:var(--quiet);--cap-surface:var(--card);--cap-shadow:0 8px 20px #00000059;--cap-edge:#ffffff1a}.capture-chrome{background:var(--header-band);color:#f4f8fc;border-radius:0;overflow:hidden}.capture-build{color:#d6e5f1;justify-content:space-between;align-items:center;gap:10px;padding:4px 10px 0;font-size:12px;font-weight:800;display:flex}.capture-save-status{color:#e8f2f8;place-items:center;width:28px;height:28px;display:grid}.capture-save-status.is-done{color:#8ec9a6}.capture-save-status.is-error{color:var(--record)}.capture-save-status .spin{animation:.8s linear infinite capture-spin}.capture-save-status .pop{animation:.42s capture-save-pop}@keyframes capture-spin{to{transform:rotate(360deg)}}@keyframes capture-save-pop{0%{transform:scale(.86)}65%{transform:scale(1.08)}to{transform:scale(1)}}.capture-top{height:var(--cap-top-h);grid-template-columns:1fr auto;align-items:center;gap:8px;min-height:52px;padding:6px 12px 10px;display:grid}.capture-top.has-discard{grid-template-columns:1fr auto auto}.capture-brand{color:#f7fbff;letter-spacing:.01em;align-items:center;min-width:0;padding:0 2px;font-size:1.35rem;font-weight:800;line-height:1.1;display:flex}.capture-top button{color:#f7fbff;border:1.5px solid #fffc;border-radius:0;justify-content:center;align-items:center;gap:0;width:46px;min-width:46px;height:36px;min-height:36px;padding:0;font-size:1rem;font-weight:780;display:flex}.capture-top-label{display:none}.capture-top .capture-secondary{background:#ffffff1a}.capture-top button:disabled{opacity:.4}.capture-app .spin{animation:.8s linear infinite capture-spin}.capture-save-btn.is-saving{color:#f7fbff;opacity:1;background:#ffffff38;border-color:#ffffffbf}.capture-save-btn.is-done{color:#d8f3e4;opacity:1;background:#3e6c586b;border-color:#8ec9a6}.capture-main{flex:1;justify-content:center;width:100%;min-height:0;display:flex;overflow:hidden}.capture-body{min-width:0;min-height:0;padding:var(--cap-pad);gap:var(--cap-gap);flex-direction:column;flex:1;width:100%;max-width:26.5rem;display:flex;overflow-y:auto}.capture-col-actions,.capture-col-note{gap:var(--cap-gap);flex-direction:column;min-width:0;display:flex}.capture-primary{flex:none;grid-template-columns:1fr 1fr;gap:8px;height:auto;min-height:0;max-height:none;display:grid}.capture-primary.mode-grow.recording{grid-template-columns:1fr}.capture-primary.mode-grow.recording .capture-ask{display:none}.capture-record,.capture-ask{aspect-ratio:1.12;border:1.5px solid var(--cap-edge);background:var(--cap-surface);width:100%;height:auto;min-height:0;color:var(--cap-text);box-shadow:none;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:6px;display:flex;position:relative;overflow:hidden;container-type:size}.capture-record .cap-icon,.capture-ask .cap-icon{color:var(--primary)}.capture-face,.face-icon{object-fit:contain;pointer-events:none;display:block}.capture-face{width:min(54%,108px);height:auto;max-height:108px}.capture-tile-word{color:var(--tile-word);text-overflow:ellipsis;white-space:nowrap;max-width:100%;padding:0 6px;font-size:clamp(14px,18cqh,26px);font-weight:700;line-height:1;display:block;overflow:hidden}.capture-record.is-live{background:var(--cap-surface)}.capture-record.is-live .cap-icon{color:var(--primary)}.capture-record.is-live .capture-tile-word{color:var(--tile-word);font-weight:650}.capture-primary.mode-grow.recording .capture-record{background:var(--cap-surface);border-color:var(--line);min-height:280px;color:var(--cap-text)}.capture-wave{justify-content:center;align-items:flex-end;gap:3px;width:min(78%,12rem);height:40px;display:none}.capture-record.is-live .capture-wave,.capture-focus .capture-wave{display:flex}.capture-wave span{background:var(--primary);transform-origin:bottom;border-radius:999px;flex:1 1 0;min-width:3px;max-width:6px;height:100%;animation:.7s ease-in-out infinite alternate capture-wave;transform:scaleY(.22)}.capture-focus .capture-wave span{background:currentColor}.capture-wave span:first-child{animation-delay:0s}.capture-wave span:nth-child(2){animation-delay:70ms}.capture-wave span:nth-child(3){animation-delay:.14s}.capture-wave span:nth-child(4){animation-delay:.21s}.capture-wave span:nth-child(5){animation-delay:.1s}.capture-wave span:nth-child(6){animation-delay:.28s}.capture-wave span:nth-child(7){animation-delay:.17s}.capture-wave span:nth-child(8){animation-delay:.35s}.capture-wave span:nth-child(9){animation-delay:80ms}.capture-wave span:nth-child(10){animation-delay:.25s}.capture-wave span:nth-child(11){animation-delay:.15s}.capture-wave span:nth-child(12){animation-delay:.32s}.capture-wave span:nth-child(13){animation-delay:.19s}.capture-wave span:nth-child(14){animation-delay:.27s}.capture-wave span:nth-child(15){animation-delay:.12s}@keyframes capture-wave{0%{opacity:.55;transform:scaleY(.18)}to{opacity:1;transform:scaleY(1)}}@keyframes capture-mic-rock{0%,to{transform:scale(1)}50%{transform:scale(1.08)}}.capture-key-stack{flex-direction:column;flex:none;gap:8px;width:100%;display:flex}.capture-key-stack .qil-button{justify-content:center;gap:8px;min-height:118px;padding:14px 6px 16px}.capture-key-stack .qil-button .qil-glyph{--qil-icon:52px}.capture-key-stack .qil-button .label{white-space:normal;max-width:96%;text-overflow:unset;color:#004674;font-size:15px;font-weight:800;line-height:1.15;display:block;overflow:visible}.capture-key-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;width:100%;display:grid}.capture-key-grid.is-two{grid-template-columns:repeat(2,minmax(0,1fr))}.capture-key-grid.is-four{grid-template-columns:repeat(4,minmax(0,1fr))}.capture-key-grid.is-four .qil-button{min-height:88px;padding:10px 4px 12px}.capture-key-grid.is-four .qil-button .qil-glyph{--qil-icon:36px}.capture-key-grid.is-four .qil-button .label{white-space:normal;font-size:12px;font-weight:750;line-height:1.15;overflow:visible}.capture-folders{margin-top:2px}.capture-folders-label{color:var(--cap-muted,#5a7388);margin:0 0 2px;font-size:.78rem;font-weight:650}.capture-folder-list{gap:0;margin:0;padding:0;list-style:none;display:grid}.capture-folder-row{appearance:none;width:100%;min-height:42px;color:var(--cap-ink,#0f2740);text-align:left;cursor:pointer;background:0 0;border:0;border-bottom:1px solid #00467414;border-radius:0;align-items:center;gap:10px;padding:4px 2px;display:flex}.capture-folder-row:last-child{border-bottom:0}.capture-folder-icon{color:#2f7bb5;flex:none}.capture-folder-name{word-break:break-word;flex:1;min-width:0;font-size:.92rem;font-weight:500;line-height:1.25}.capture-folder-row.is-on .capture-folder-name{color:#004674;font-weight:650}.capture-folder-mark{background:0 0;border:1.5px solid #9bb0c1;border-radius:50%;flex:none;width:.72rem;height:.72rem}.capture-folder-row.is-on .capture-folder-mark{background:#004674;border-color:#004674}[data-theme=dark] .capture-folder-row{color:var(--fg);border-bottom-color:#ffffff14}[data-theme=dark] .capture-folder-icon{color:#7eb6e0}[data-theme=dark] .capture-folder-row.is-on .capture-folder-name{color:var(--fg)}[data-theme=dark] .capture-folder-row.is-on .capture-folder-mark{background:#7eb6e0;border-color:#7eb6e0}.qil-button{appearance:none;color:#004674;cursor:pointer;-webkit-tap-highlight-color:transparent;background:linear-gradient(#fffffffc,#f9fcfefc);border:1px solid #c8d4de;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:4px;width:100%;height:auto;min-height:74px;padding:10px 8px 8px;transition:transform 80ms,box-shadow 80ms,background .12s,border-color .12s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px #0046741f,0 8px 14px #0046741a,inset 0 1px #fff;container:qil-key/size}.qil-button:before{content:"";pointer-events:none;background:linear-gradient(#ffffffb8,#fff0);border-radius:8px 8px 40% 40%;height:34%;position:absolute;inset:2px 2px auto}.qil-button .qil-glyph{--qil-icon:clamp(16px, 32cqh, 28px);min-width:var(--qil-icon);min-height:var(--qil-icon);font-size:var(--qil-icon);z-index:1;color:#1173ba;filter:drop-shadow(0 2px 1px #00467417);flex-shrink:0;line-height:1;position:relative;width:var(--qil-icon)!important;height:var(--qil-icon)!important}.qil-button .label{z-index:1;text-align:center;color:#004674;text-overflow:ellipsis;white-space:nowrap;max-width:100%;padding:0 2px;font-size:clamp(10px,16cqh,13px);font-weight:760;line-height:1.05;position:relative;overflow:hidden}.qil-button .state-text{display:none}.qil-button:active,.qil-button.is-physically-pressed{background:linear-gradient(#eef4f8,#e2ebf2);border-color:#9fb6c8;transform:translateY(3px);box-shadow:0 1px #00467414,0 3px 6px #00467412,inset 0 4px 8px #00467429,inset 0 -1px #ffffffbf}.qil-button:active:before,.qil-button.is-physically-pressed:before{opacity:.28}.qil-button.toggle.is-on,.qil-button.toggle[aria-pressed=true]{background:linear-gradient(#e8f0f6,#dce8f1);border-color:#8ba9bf;transform:translateY(3px);box-shadow:0 1px #0046741a,0 4px 8px #00467414,inset 0 4px 10px #0046742b,inset 0 0 0 1px #1173ba14}.status-light{z-index:2;background:#d5dde4;border:1px solid #aab8c3;border-radius:50%;width:11px;height:11px;position:absolute;top:10px;right:10px;box-shadow:inset 0 1px 2px #0000002e,0 1px #ffffffd9}.qil-button.toggle.is-on .status-light,.qil-button.toggle[aria-pressed=true] .status-light{background:radial-gradient(circle at 32% 28%,#fff8bf 0 18%,#ffd95d 30%,#f4c542 54%,#ef8a1f 80%,#d86a18 100%);border-color:#d86a18;box-shadow:0 0 0 2px #f4c54233,0 0 10px 2px #f4c54294,inset 0 1px 1px #ffffffd1}.qil-button.camera .qil-glyph,.qil-button.photos .qil-glyph,.qil-button.reader .qil-glyph,.qil-button.action .qil-glyph,.qil-button.reminder .qil-glyph,.qil-button.list .qil-glyph{color:#1173ba}.qil-button.analyze .qil-glyph,.qil-button.cleanup .qil-glyph,.qil-button.audio .qil-glyph,.qil-button.private .qil-glyph,.qil-button.personal .qil-glyph,.qil-button.work .qil-glyph{color:#004674}.qil-button.is-running{animation:1.1s ease-in-out infinite capture-analyze-pulse}.capture-app.is-key-bars .capture-tags{gap:8px}.capture-app.is-key-bars .capture-tags .qil-button{flex-direction:row;justify-content:flex-start;align-items:center;gap:8px;height:50px;min-height:50px;max-height:50px;padding:4px 14px 4px 8px;overflow:hidden}.capture-app.is-key-bars .capture-tags .qil-button:before{height:55%}.capture-app.is-key-bars .capture-tags .qil-glyph{--qil-icon:22px;flex:0 0 22px;order:1}.capture-app.is-key-bars .capture-tags .label{text-align:left;white-space:nowrap;text-overflow:ellipsis;flex:auto;order:2;min-width:0;font-size:13px;overflow:hidden}.capture-app.is-key-bars .capture-tags .status-light{flex:0 0 10px;order:3;width:10px;height:10px;margin-left:auto;margin-right:2px;position:static}.capture-actions{gap:var(--cap-gap);flex:none;grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.capture-actions-media:not(:has(>:nth-child(3))){grid-template-columns:repeat(2,minmax(0,1fr))}.capture-actions-opts{min-height:0}.capture-photo-info-panel{border:1.7px solid var(--line-strong);border-radius:var(--cap-radius);background:var(--cap-surface);color:var(--cap-text);flex-direction:column;gap:8px;margin:0;padding:12px 14px;font-size:.95rem;font-weight:520;line-height:1.35;display:flex}.capture-photo-info-panel p{margin:0}.capture-analyze-prompt,.capture-intent{border:2px solid var(--line-strong);border-radius:var(--cap-radius);background:var(--cap-surface);flex-direction:column;gap:10px;padding:12px;display:flex}.capture-analyze-prompt p,.capture-intent p{margin:0;font-size:1rem;line-height:1.35}.capture-analyze-prompt-actions,.capture-intent-chips{flex-wrap:wrap;gap:8px;display:flex}.capture-intent-chips .capture-kind{min-height:42px;color:var(--cap-text);box-shadow:none;border-radius:0;padding:0 14px;font-size:.95rem;font-weight:760}.capture-intent-chips .capture-kind.is-on{background:color-mix(in srgb, var(--cap-type) 16%, var(--cap-surface));border-color:var(--cap-type);color:var(--cap-type);box-shadow:inset 0 0 0 1px var(--cap-type);background:color-mix(in srgb, var(--cap-type) 16%, var(--cap-surface));border-color:var(--cap-type);box-shadow:inset 0 0 0 1px var(--cap-type)}.capture-intent-ok{align-self:flex-start;min-width:5.5rem}.capture-ask-save{background:var(--cap-surface)!important}.capture-ask-save:not(:disabled){animation:1.4s ease-in-out infinite capture-save-breathe}.capture-ask-save:not(:disabled) .cap-icon{animation:1.4s ease-in-out infinite capture-save-icon-pulse}.capture-ask-save:disabled{opacity:.45;animation:none}@keyframes capture-save-breathe{0%,to{box-shadow:var(--cap-shadow);border-color:#0000}50%{border-color:var(--primary);box-shadow:var(--cap-shadow), 0 0 0 4px color-mix(in srgb, var(--primary) 28%, transparent)}}@keyframes capture-save-icon-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.65;transform:scale(1.08)}}.capture-ask-again{flex-direction:column;gap:4px;display:flex}.capture-ask-select{border:1.5px solid var(--cap-edge);border-radius:var(--cap-radius);background:var(--cap-surface);width:100%;min-height:48px;box-shadow:none;color:var(--cap-text);padding:10px 14px;font-size:1.05rem;font-weight:600}.rich-box{border:1.5px solid var(--cap-edge);border-radius:var(--cap-radius);background:var(--cap-surface);box-shadow:none;flex-direction:column;display:flex;overflow:hidden}.rich-view ul,.rich-editor ul{margin:.35em 0;padding-left:1.2em}.capture-tags{flex:none;grid-template-columns:repeat(3,minmax(0,1fr));place-items:stretch stretch;gap:8px;height:auto;min-height:0;display:grid}.capture-actions button{border-radius:var(--cap-radius-sm);background:var(--cap-surface);min-width:0;font-weight:760}.capture-tags .qil-button{min-width:0;font-size:inherit}.capture-actions button{border:var(--cap-border) solid var(--line);color:var(--cap-text);flex-direction:column;justify-content:center;align-items:center;gap:4px;min-height:64px;padding:8px 4px;font-size:.88rem;font-weight:760;display:flex}.capture-actions-opts button{flex-direction:row;gap:6px;min-height:40px;padding:4px 8px;font-size:.78rem}.capture-actions button .cap-icon{color:var(--primary)}.capture-analyze.is-on{color:#0d3d5c;background:#9ec4dc;border:2.5px solid #114e76;box-shadow:inset 0 3px 8px #11304873}.capture-analyze.is-running{animation:1.1s ease-in-out infinite capture-analyze-pulse}.capture-analyze.is-running .cap-icon{animation:1s ease-in-out infinite capture-mic-rock}@keyframes capture-analyze-pulse{0%,to{box-shadow:0 0 0 0 color-mix(in srgb, var(--primary) 35%, transparent)}50%{box-shadow:0 0 0 6px color-mix(in srgb, var(--primary) 0%, transparent)}}.capture-label{letter-spacing:.08em;text-transform:uppercase;height:auto;color:var(--cap-label);margin:0;font-size:11px;font-weight:800;line-height:1.2}.capture-category{color:var(--cap-text)}.capture-kind{color:var(--cap-text);font-size:.92rem}.capture-key-row{grid-template-columns:44px minmax(0,1fr) 44px;align-items:stretch;gap:8px;display:grid}.capture-key-icon{border:1.5px solid var(--cap-edge);border-radius:var(--cap-radius-sm);background:var(--cap-surface);width:44px;min-width:44px;height:44px;min-height:44px;box-shadow:none;color:var(--primary);justify-content:center;align-items:center;padding:0;display:flex}.capture-key-icon.is-open{border-color:var(--primary)}.capture-key-save-icon:disabled{opacity:.4}.capture-key-save-icon.is-saving,.capture-key-save-icon.is-done{color:var(--cap-text)}.capture-key{border:var(--cap-border) solid var(--line);border-radius:var(--cap-radius);background:var(--cap-surface);width:100%;min-width:0;min-height:48px;color:var(--cap-text);flex:auto;padding:10px 14px;font-size:1.05rem}.capture-title-preview{border:1.5px solid var(--cap-edge);border-radius:var(--cap-radius);background:var(--cap-surface);min-width:0;min-height:44px;box-shadow:none;color:var(--cap-text);white-space:nowrap;text-overflow:ellipsis;align-items:center;padding:8px 12px;font-size:.95rem;font-weight:550;display:flex;overflow:hidden}.capture-title-preview.is-empty{color:var(--cap-muted);font-weight:550}.capture-top .capture-discard{background:#ffc4b038;border-color:#ffdcd0c7}.capture-key-save,.capture-save-low{border:var(--cap-border) solid var(--line);border-radius:var(--cap-radius);background:var(--surface-3);min-width:7.4rem;min-height:48px;color:var(--cap-text);flex:none;justify-content:center;align-items:center;gap:6px;padding:0 14px;font-size:1rem;font-weight:780;display:flex}.capture-save-low{align-self:flex-start;width:auto}.capture-save-low.is-saving{color:var(--cap-text);border-color:var(--line);background:var(--surface-3)}.capture-save-low.is-done{color:var(--success);border-color:var(--success);background:var(--success-soft)}.capture-key-save:disabled{opacity:.4}.capture-key::placeholder{color:var(--cap-muted)}.capture-note{width:100%;min-height:var(--cap-input-h);border:1.5px solid var(--cap-edge);border-radius:var(--cap-radius);background:var(--cap-surface);max-height:42dvh;box-shadow:none;color:var(--cap-text);resize:none;flex:none;padding:12px 14px;font-size:1.15rem;line-height:1.35}.capture-note-rich{flex:none;width:100%}.capture-note-rich .rich-editor{min-height:var(--cap-input-h);max-height:42dvh;overflow:auto}.large-field.has-copy .capture-note,.large-field.has-copy .capture-note-rich .rich-editor{min-height:132px;padding-right:52px}.capture-note::placeholder{color:var(--cap-muted)}.capture-photos{grid-template-columns:repeat(var(--cap-photo-cols,3), minmax(0, 1fr));flex:none;gap:4px;height:auto;min-height:0;display:grid}.capture-slot{aspect-ratio:1;border-radius:var(--cap-radius);min-height:0;box-shadow:none;background:0 0;border:1.8px dashed #b0c0d0;overflow:hidden}.capture-photos[data-count="0"] .capture-slot,.capture-photos[data-count="1"] .capture-slot,.capture-photos[data-count="2"] .capture-slot,.capture-photos[data-count="3"] .capture-slot{aspect-ratio:1.28;min-height:72px}.capture-slot:not(.is-empty){background:var(--cap-surface);border-style:solid;border-color:var(--cap-edge)}.capture-slot img{object-fit:cover;width:100%;height:100%}.capture-slot.is-empty{color:#8aa0b4;background:0 0;flex-direction:column;justify-content:center;align-items:center;gap:4px;padding:4px;font-size:clamp(.65rem,2.8vw,.78rem);font-weight:650;display:flex}.capture-slot.is-add-more{border-style:dashed;min-height:0}[data-theme=dark] .capture-slot{border-color:var(--line-strong)}[data-theme=dark] .capture-slot.is-empty{color:var(--cap-muted)}.capture-file-list{gap:6px;margin:8px 0 0;padding:0;list-style:none;display:grid}.capture-file-row{border:1.5px solid var(--cap-edge);border-radius:var(--cap-radius);background:var(--cap-panel);min-height:44px;color:var(--cap-ink);word-break:break-word;align-items:center;gap:8px;padding:8px 10px;font-size:.95rem;font-weight:700;display:flex}.capture-menu{right:10px;top:calc(var(--cap-top-h) + 2.4rem);z-index:30;border:1.5px solid var(--cap-edge);border-radius:var(--cap-radius);background:var(--cap-surface);width:min(18rem,100vw - 20px);box-shadow:none;position:absolute;overflow:hidden}.capture-menu button{border:0;border-bottom:1px solid var(--line);background:var(--cap-surface);width:100%;min-height:3.25rem;color:var(--cap-text);text-align:left;padding:0 .9rem;font-size:1.125rem;font-weight:760;display:block}.capture-menu button:last-child{border-bottom:0}.capture-status{background:var(--surface-3);color:var(--primary);padding:.45rem .75rem;font-weight:700}.capture-app.is-full-live .capture-chrome,.capture-app.is-full-live .capture-main{display:none}.capture-focus{min-height:66dvh;margin:var(--cap-pad);background:var(--cap-surface);border:1.5px solid var(--line);text-align:center;border-radius:22px;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:26px 18px;display:none}.capture-app.is-full-live .capture-focus{display:flex}.capture-focus-label{letter-spacing:.14em;color:var(--cap-record);margin-bottom:20px;font-size:15px;font-weight:900}.capture-pulse{place-items:center;width:250px;height:250px;margin-bottom:18px;display:grid;position:relative}.capture-pulse-ring{border:3px solid color-mix(in srgb, var(--cap-record) 70%, transparent);border-radius:50%;animation:2.25s ease-out infinite capture-ring;position:absolute}.capture-pulse-ring.r1{width:120px;height:120px}.capture-pulse-ring.r2{width:170px;height:170px;animation-delay:.45s}.capture-pulse-ring.r3{width:220px;height:220px;animation-delay:.9s}@keyframes capture-ring{0%{opacity:.75;transform:scale(.65)}70%{opacity:.24}to{opacity:0;transform:scale(1.08)}}.capture-stop-main{background:var(--cap-record);color:#fff;z-index:3;border:0;border-radius:50%;place-items:center;width:112px;height:112px;animation:1.25s ease-in-out infinite capture-breath;display:grid}@keyframes capture-breath{0%,to{transform:scale(1)}50%{transform:scale(1.08)}}.capture-focus-timer{font-variant-numeric:tabular-nums;margin:5px 0 8px;font-size:48px;font-weight:800}.capture-focus-note{color:var(--cap-muted);margin-bottom:24px;font-size:15px}.capture-focus .capture-wave{gap:7px;height:68px;margin-bottom:26px}.capture-focus .capture-wave span{background:var(--cap-record);width:7px}.capture-overlay{z-index:40;background:color-mix(in srgb, var(--bg) 92%, #000 8%);justify-content:center;align-items:center;padding:20px;display:none;position:absolute;inset:0}.capture-app.is-overlay-live .capture-overlay{display:flex}.capture-overlay-card{background:var(--cap-surface);border:1px solid var(--line);text-align:center;border-radius:22px;flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:min(760px,100dvh - 40px);padding:28px;display:flex;box-shadow:0 24px 60px #0000002e}.capture-live-badge{background:var(--record-soft);color:var(--cap-record);letter-spacing:.08em;border-radius:10px;align-items:center;gap:8px;margin-bottom:24px;padding:8px 12px;font-size:12px;font-weight:900;display:inline-flex}.capture-live-badge .dot{background:var(--cap-record);border-radius:50%;width:9px;height:9px;animation:1.05s ease-out infinite capture-dot}@keyframes capture-dot{0%{box-shadow:0 0 0 0 color-mix(in srgb, var(--cap-record) 55%, transparent)}to{box-shadow:0 0 0 12px #0000}}.capture-orb{background:color-mix(in srgb, var(--cap-record) 12%, var(--cap-surface));border-radius:50%;place-items:center;width:240px;height:240px;margin-bottom:22px;display:grid;position:relative}.capture-orb:before,.capture-orb:after{content:"";border:2px solid color-mix(in srgb, var(--cap-record) 50%, transparent);border-radius:50%;animation:2.2s ease-out infinite capture-orb;position:absolute}.capture-orb:before{inset:24px}.capture-orb:after{animation-delay:.8s;inset:4px}@keyframes capture-orb{0%{opacity:.9;transform:scale(.78)}to{opacity:0;transform:scale(1.28)}}.capture-orb button{background:var(--cap-record);color:#fff;z-index:2;border:0;border-radius:50%;place-items:center;width:102px;height:102px;animation:1.2s ease-in-out infinite capture-breath;display:grid}.capture-overlay-title{margin-bottom:8px;font-size:34px;font-weight:900}.capture-overlay-sub{color:var(--cap-muted);margin-bottom:20px;font-size:15px}.capture-overlay-timer{font-variant-numeric:tabular-nums;margin-bottom:24px;font-size:46px;font-weight:900}.capture-overlay-stop{border:1.5px solid var(--line);background:var(--surface-2);min-width:140px;min-height:46px;color:var(--cap-text);border-radius:16px;justify-content:center;align-items:center;gap:8px;font-weight:800;display:inline-flex}@media (width>=640px){.capture-main{max-width:min(100%,72rem);margin-inline:auto;padding:12px 16px 28px}.capture-body{grid-template-columns:minmax(16rem,22rem) minmax(0,1fr);align-content:start;gap:14px 20px;max-width:none;padding:0;display:grid}.capture-col-actions,.capture-col-note{gap:10px}.capture-key-stack .qil-button{gap:6px;min-height:84px;padding:10px 6px 12px}.capture-key-stack .qil-button .qil-glyph{--qil-icon:40px}.capture-key-stack .qil-button .label{white-space:normal;font-size:13px;font-weight:750;line-height:1.15;overflow:visible}.capture-key-grid.is-four .qil-button{min-height:78px}.capture-key-grid.is-four .qil-button .qil-glyph{--qil-icon:32px}.capture-key-grid.is-four .qil-button .label{font-size:12px}.capture-primary{gap:12px}.capture-record,.capture-ask{aspect-ratio:1.05;max-height:16rem}.capture-note-rich .rich-editor{min-height:12rem;max-height:50dvh}.capture-photos{grid-template-columns:repeat(auto-fill,minmax(7.5rem,1fr))}}@media (width>=900px){.capture-main{max-width:min(100%,84rem);padding-inline:24px}.capture-body{grid-template-columns:minmax(18rem,24rem) minmax(0,1fr);gap:16px 28px}}@media (width>=1200px){.capture-main{max-width:min(100%,96rem);padding-inline:32px}.capture-body{grid-template-columns:minmax(20rem,26rem) minmax(0,1fr);gap:20px 36px}}@media (width<=767px){.capture-tags{display:grid}.capture-tags button{min-width:0;font-size:.82rem}.capture-app{--cap-top-h:56px}.capture-top{grid-template-columns:1fr auto;gap:6px;height:56px;min-height:56px;padding:4px 12px 10px}.capture-top.has-discard{grid-template-columns:1fr auto auto}.capture-top button{border-radius:0;gap:0;width:46px;height:36px;padding:0}.capture-top button svg{width:24px;height:24px}.capture-top-label:not(.is-status){display:none}.capture-brand{font-size:1.28rem}}@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-space-y-reverse:0;--tw-border-style:solid;--tw-font-weight:initial;--tw-tracking:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-outline-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial;--tw-backdrop-blur:initial;--tw-backdrop-brightness:initial;--tw-backdrop-contrast:initial;--tw-backdrop-grayscale:initial;--tw-backdrop-hue-rotate:initial;--tw-backdrop-invert:initial;--tw-backdrop-opacity:initial;--tw-backdrop-saturate:initial;--tw-backdrop-sepia:initial}}}@layer theme{:root,:host{--font-sans:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--color-black:#000;--color-white:#fff;--spacing:.25rem;--text-xs:.75rem;--text-xs--line-height:calc(1 / .75);--text-sm:.875rem;--text-sm--line-height:calc(1.25 / .875);--text-base:1rem;--text-base--line-height:calc(1.5 / 1);--text-lg:1.125rem;--text-lg--line-height:calc(1.75 / 1.125);--text-3xl:1.875rem;--text-3xl--line-height:calc(2.25 / 1.875);--font-weight-semibold:600;--font-weight-bold:700;--font-weight-extrabold:800;--tracking-wide:.025em;--radius-md:.375rem;--radius-lg:.5rem;--radius-xl:.75rem;--radius-2xl:1rem;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4, 0, .2, 1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring:where(:not(iframe)){outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.pointer-events-none{pointer-events:none}.collapse{visibility:collapse}.invisible{visibility:hidden}.visible{visibility:visible}.sr-only{clip-path:inset(50%);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.sticky{position:sticky}.inset-0{inset:0}.inset-x-0{inset-inline:0}.top-0{top:0}.top-2{top:calc(var(--spacing) * 2)}.right-0{right:0}.right-2{right:calc(var(--spacing) * 2)}.bottom-0{bottom:0}.left-2{left:calc(var(--spacing) * 2)}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.container{width:100%}@media (width>=40rem){.container{max-width:40rem}}@media (width>=48rem){.container{max-width:48rem}}@media (width>=64rem){.container{max-width:64rem}}@media (width>=80rem){.container{max-width:80rem}}@media (width>=96rem){.container{max-width:96rem}}.m-0{margin:0}.mx-\[14px\]{margin-inline:14px}.mx-auto{margin-inline:auto}.mt-1{margin-top:var(--spacing)}.mt-2{margin-top:calc(var(--spacing) * 2)}.mt-3{margin-top:calc(var(--spacing) * 3)}.mt-4{margin-top:calc(var(--spacing) * 4)}.mt-5{margin-top:calc(var(--spacing) * 5)}.mb-3{margin-bottom:calc(var(--spacing) * 3)}.mb-4{margin-bottom:calc(var(--spacing) * 4)}.mb-5{margin-bottom:calc(var(--spacing) * 5)}.mb-6{margin-bottom:calc(var(--spacing) * 6)}.line-clamp-2{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.block{display:block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.list-item{display:list-item}.table{display:table}.aspect-\[4\/3\]{aspect-ratio:4/3}.aspect-square{aspect-ratio:1}.h-4{height:calc(var(--spacing) * 4)}.h-6{height:calc(var(--spacing) * 6)}.h-12{height:calc(var(--spacing) * 12)}.h-14{height:calc(var(--spacing) * 14)}.h-auto{height:auto}.h-full{height:100%}.max-h-\[70vh\]{max-height:70vh}.min-h-0{min-height:0}.min-h-dvh{min-height:100dvh}.min-h-full{min-height:100%}.w-4{width:calc(var(--spacing) * 4)}.w-6{width:calc(var(--spacing) * 6)}.w-12{width:calc(var(--spacing) * 12)}.w-14{width:calc(var(--spacing) * 14)}.w-36{width:calc(var(--spacing) * 36)}.w-44{width:calc(var(--spacing) * 44)}.w-64{width:calc(var(--spacing) * 64)}.w-\[22rem\]{width:22rem}.w-full{width:100%}.min-w-0{min-width:0}.flex-1{flex:1}.flex-shrink,.shrink{flex-shrink:1}.shrink-0{flex-shrink:0}.grow{flex-grow:1}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.cursor-pointer{cursor:pointer}.resize{resize:both}.list-none{list-style-type:none}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-\[1fr_1fr_auto\]{grid-template-columns:1fr 1fr auto}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-start{justify-content:flex-start}.gap-1{gap:var(--spacing)}.gap-2{gap:calc(var(--spacing) * 2)}.gap-3{gap:calc(var(--spacing) * 3)}.gap-4{gap:calc(var(--spacing) * 4)}:where(.space-y-1>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(var(--spacing) * var(--tw-space-y-reverse));margin-block-end:calc(var(--spacing) * calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-2>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)))}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-x-hidden{overflow-x:hidden}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:var(--radius-2xl)}.rounded-\[14px\]{border-radius:14px}.rounded-full{border-radius:2147483647px}.rounded-lg{border-radius:var(--radius-lg)}.rounded-md{border-radius:var(--radius-md)}.rounded-xl{border-radius:var(--radius-xl)}.border{border-style:var(--tw-border-style);border-width:1px}.border-2{border-style:var(--tw-border-style);border-width:2px}.border-t{border-top-style:var(--tw-border-style);border-top-width:1px}.border-\[var\(--line\)\]{border-color:var(--line)}.border-\[var\(--primary\)\]{border-color:var(--primary)}.border-transparent{border-color:#0000}.bg-\[rgb\(49_84_111_\/_20\%\)\]{background-color:#31546f33}.bg-\[var\(--line\)\]{background-color:var(--line)}.bg-\[var\(--primary\)\]{background-color:var(--primary)}.bg-\[var\(--surface-3\)\]{background-color:var(--surface-3)}.bg-black{background-color:var(--color-black)}.bg-black\/65{background-color:#000000a6}@supports (color:color-mix(in lab, red, red)){.bg-black\/65{background-color:color-mix(in oklab, var(--color-black) 65%, transparent)}}.bg-white\/90{background-color:#ffffffe6}@supports (color:color-mix(in lab, red, red)){.bg-white\/90{background-color:color-mix(in oklab, var(--color-white) 90%, transparent)}}.object-contain{object-fit:contain}.object-cover{object-fit:cover}.p-0{padding:0}.p-2{padding:calc(var(--spacing) * 2)}.p-3{padding:calc(var(--spacing) * 3)}.px-3{padding-inline:calc(var(--spacing) * 3)}.px-\[14px\]{padding-inline:14px}.py-1\.5{padding-block:calc(var(--spacing) * 1.5)}.py-2{padding-block:calc(var(--spacing) * 2)}.py-3{padding-block:calc(var(--spacing) * 3)}.pt-3{padding-top:calc(var(--spacing) * 3)}.pb-2{padding-bottom:calc(var(--spacing) * 2)}.text-center{text-align:center}.text-left{text-align:left}.font-mono{font-family:var(--font-mono)}.text-3xl{font-size:var(--text-3xl);line-height:var(--tw-leading,var(--text-3xl--line-height))}.text-base{font-size:var(--text-base);line-height:var(--tw-leading,var(--text-base--line-height))}.text-lg{font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height))}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.text-xs{font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}.font-bold{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}.font-extrabold{--tw-font-weight:var(--font-weight-extrabold);font-weight:var(--font-weight-extrabold)}.font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.tracking-wide{--tw-tracking:var(--tracking-wide);letter-spacing:var(--tracking-wide)}.text-\[var\(--fg\)\]{color:var(--fg)}.text-\[var\(--muted\)\]{color:var(--muted)}.text-\[var\(--primary\)\]{color:var(--primary)}.text-\[var\(--quiet\)\]{color:var(--quiet)}.text-white{color:var(--color-white)}.lowercase{text-transform:lowercase}.uppercase{text-transform:uppercase}.italic{font-style:italic}.line-through{text-decoration-line:line-through}.underline{text-decoration-line:underline}.opacity-50{opacity:.5}.shadow{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a), 0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.blur{--tw-blur:blur(8px);filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.filter{filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.backdrop-filter{-webkit-backdrop-filter:var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.disabled\:opacity-40:disabled{opacity:.4}@media (width>=40rem){.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width>=64rem){.lg\:flex{display:flex}.lg\:gap-4{gap:calc(var(--spacing) * 4)}}}:root,[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#eaf1f8;--fg:#1a3b56;--muted:#6a8196;--quiet:#6a8196;--record:#9f3f43;--record-live:#9f3f43;--record-text:#fff;--record-soft:#f3e5e6;--ok:#31546f;--warn:#9f3f43;--card:#fff;--line:#c5d4e2;--line-strong:#8ba9bf;--primary:#31546f;--primary-2:#114e76;--header-rule:#114e76;--header-band:#114e76;--tile-word:#d7652f;--surface-2:#f4f8fc;--surface-3:#e4edf5;--success:#3e6c58;--success-soft:#e6efe9}[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#131920;--fg:#f3f6f8;--muted:#a7b1ba;--quiet:#a7b1ba;--record:#bd5b60;--record-live:#bd5b60;--record-text:#fff;--record-soft:#3b2528;--ok:#78a9cc;--warn:#bd5b60;--card:#1c242d;--line:#44515d;--line-strong:#74818d;--primary:#78a9cc;--primary-2:#9cc8e6;--header-rule:#114e76;--header-band:#114e76;--tile-word:#d7652f;--surface-2:#232d37;--surface-3:#2a3641;--success:#73a889;--success-soft:#20342a}:root{--text-scale:1}html[data-text-size=smaller]{--text-scale:.85}html[data-text-size=small]{--text-scale:1}html[data-text-size=default]{--text-scale:1.15}html[data-text-size=large]{--text-scale:1.3}html[data-text-size=larger]{--text-scale:1.5}html,body,#root{min-height:100dvh}html{font-size:calc(16px * var(--text-scale))}body{background:var(--bg);color:var(--fg);margin:0;font-family:ui-sans-serif,system-ui,Segoe UI,sans-serif;font-size:1.375rem;line-height:1.35}@media (width>=1024px){body{font-size:1.125rem}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.capture-motion,.capture-motion *,.capture-motion:before,.capture-motion:after{animation-duration:revert-layer!important;transition-duration:revert-layer!important;animation-iteration-count:infinite!important}.capture-wave span{animation:.7s ease-in-out infinite alternate capture-wave!important}.capture-wave span:first-child{animation-delay:0s!important}.capture-wave span:nth-child(2){animation-delay:70ms!important}.capture-wave span:nth-child(3){animation-delay:.14s!important}.capture-wave span:nth-child(4){animation-delay:.21s!important}.capture-wave span:nth-child(5){animation-delay:.1s!important}.capture-wave span:nth-child(6){animation-delay:.28s!important}.capture-wave span:nth-child(7){animation-delay:.17s!important}.capture-wave span:nth-child(8){animation-delay:.35s!important}.capture-wave span:nth-child(9){animation-delay:80ms!important}.capture-wave span:nth-child(10){animation-delay:.25s!important}.capture-wave span:nth-child(11){animation-delay:.15s!important}.capture-wave span:nth-child(12){animation-delay:.32s!important}.capture-ask-save:not(:disabled){animation:1.4s ease-in-out infinite capture-save-breathe!important}.capture-ask-save:not(:disabled) .cap-icon{animation:1.4s ease-in-out infinite capture-save-icon-pulse!important}}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-space-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-tracking{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@property --tw-backdrop-blur{syntax:"*";inherits:false}@property --tw-backdrop-brightness{syntax:"*";inherits:false}@property --tw-backdrop-contrast{syntax:"*";inherits:false}@property --tw-backdrop-grayscale{syntax:"*";inherits:false}@property --tw-backdrop-hue-rotate{syntax:"*";inherits:false}@property --tw-backdrop-invert{syntax:"*";inherits:false}@property --tw-backdrop-opacity{syntax:"*";inherits:false}@property --tw-backdrop-saturate{syntax:"*";inherits:false}@property --tw-backdrop-sepia{syntax:"*";inherits:false}.screen-app{background:var(--bg);min-height:100dvh;color:var(--fg);flex-direction:column;font-size:1.05rem;line-height:1.35;display:flex}.screen-header{width:100%;max-width:min(100%,26.5rem);margin-inline:auto;padding:8px 10px 12px}.screen-title{color:var(--fg);margin:0;font-size:1.25rem;font-weight:800;line-height:1.2}.screen-lede{color:var(--muted);margin:4px 0 0;font-size:.92rem;font-weight:500}.screen-main{flex:1;width:100%;max-width:min(100%,26.5rem);min-height:0;margin-inline:auto;padding:4px 10px 28px;overflow:auto}@media (width>=640px){.screen-header,.screen-main{max-width:min(100%,72rem);padding-inline:16px}}@media (width>=1100px){.screen-header,.screen-main{max-width:min(100%,90rem);padding-inline:24px}}.screen-h2{background:var(--card);border:1px solid var(--line);letter-spacing:.04em;text-transform:uppercase;color:var(--fg);border-radius:10px 10px 0 0;margin:16px 0 0;padding:10px 12px 8px;font-size:1.05rem;font-weight:780}.screen-card{background:var(--card);border:1px solid var(--line);border-radius:10px;box-shadow:0 2px #0046740f,0 4px 10px #0046740d}.screen-card-pad{padding:12px 14px}.screen-list{background:0 0;border:0;border-radius:0;flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex;overflow:visible}.screen-row{width:100%;min-height:48px;color:var(--fg);text-align:left;background:linear-gradient(#fff,#f9fcfe);border:1px solid #c8d4de;border-radius:10px;align-items:center;gap:10px;padding:10px 12px;display:flex;box-shadow:0 2px #00467414,0 5px 10px #0046740f,inset 0 1px #fff}.screen-list>li{border-bottom:0}.screen-row-body{min-width:0;color:inherit;text-align:left;background:0 0;border:0;flex:1;padding:0}.screen-row-title{text-overflow:ellipsis;white-space:nowrap;color:#004674;font-size:1rem;font-weight:650;display:block;overflow:hidden}.screen-row-title.is-open,.screen-row-meta.is-open{text-overflow:unset;white-space:normal;overflow:visible}.screen-row-edit{color:#004674;background:#eef4f8;border:1.5px solid #c8d4de;border-radius:8px;width:36px;height:36px}.screen-row-meta{color:var(--muted);margin-top:1px;font-size:.82rem;font-weight:500;display:block}.screen-check{border:1.5px solid var(--line-strong);background:var(--card);width:20px;height:20px;color:var(--primary);border-radius:5px;flex-shrink:0;place-items:center;padding:0;display:grid}.screen-check[aria-checked=true],.screen-check[data-checked=true],.screen-check.is-checked{background:var(--primary);border-color:var(--primary);color:#fff}.screen-btn{color:#004674;white-space:nowrap;text-overflow:ellipsis;-webkit-tap-highlight-color:transparent;background:linear-gradient(#fffffffc,#f9fcfefc);border:1px solid #c8d4de;border-radius:10px;justify-content:center;align-items:center;gap:6px;max-width:100%;min-height:40px;padding:0 12px;font-size:13px;font-weight:760;line-height:1.15;transition:transform 80ms,box-shadow 80ms,background .12s;display:inline-flex;overflow:hidden;box-shadow:0 3px #0046741a,0 6px 12px #00467414,inset 0 1px #fff}.screen-btn>svg{flex-shrink:0;width:16px;height:16px}.screen-btn:active:not(:disabled){background:linear-gradient(#eef4f8,#e2ebf2);border-color:#9fb6c8;transform:translateY(2px);box-shadow:0 1px #00467414,0 2px 5px #00467412,inset 0 3px 6px #00467424}.screen-btn:disabled{opacity:.4}.screen-btn[aria-pressed=true],.screen-btn.is-on{color:#004674;background:linear-gradient(#e8f0f6,#dce8f1);border-color:#8ba9bf;transform:translateY(2px);box-shadow:0 1px #0046741a,0 3px 6px #00467414,inset 0 3px 8px #00467424}.screen-btn-primary{color:#fff;background:linear-gradient(#3d6f90,#31546f);border-color:#274859;box-shadow:0 3px #114e7659,0 6px 12px #114e762e,inset 0 1px #ffffff38}.screen-btn-primary:active:not(:disabled){background:linear-gradient(#2c4f68,#274859);box-shadow:0 1px #114e764d,inset 0 3px 6px #001e3247}.screen-btn-quiet{background:linear-gradient(#f7fafc,#eef3f7)}.screen-btn-danger{color:var(--record);background:linear-gradient(#fff8f8,#f8ecec);border-color:#e0b8ba}.screen-btn-link{color:#1173ba;min-height:40px;box-shadow:none;background:0 0;border:0;align-items:center;gap:6px;padding:0;font-size:.92rem;font-weight:760;text-decoration:none;display:inline-flex}.screen-btn-link:active{box-shadow:none;transform:none}.screen-talk{width:100%;max-width:100%;min-height:44px;color:var(--record);white-space:nowrap;text-overflow:ellipsis;background:linear-gradient(#fff8f8,#f8ecec);border:1px solid #e0b8ba;border-radius:10px;justify-content:center;align-items:center;gap:8px;font-size:13px;font-weight:760;display:inline-flex;overflow:hidden;box-shadow:0 3px #9f3f431f,0 6px 12px #9f3f4314}.screen-talk>svg{flex-shrink:0;width:18px;height:18px}.screen-talk.is-live{background:var(--record-soft);border-color:var(--record)}.screen-talk:disabled{opacity:.5}.screen-inline{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.screen-inline .screen-input{flex:8rem;width:auto}.screen-input{border:1px solid var(--line);background:var(--card);width:100%;min-height:44px;color:var(--fg);border-radius:10px;padding:8px 12px;font-size:1rem;box-shadow:inset 0 1px 2px #0046740a}.screen-input::placeholder{color:var(--muted)}.screen-select{border:1px solid var(--line);background:var(--card);width:100%;min-height:40px;color:var(--fg);border-radius:10px;padding:6px 10px;font-size:.88rem;font-weight:500}.screen-note{color:var(--muted);background:0 0;border:0;margin:8px 0 0;padding:0;font-size:.88rem;line-height:1.4}.screen-alert{background:var(--card);color:var(--record);border:1px solid #e0b8ba;border-radius:10px;margin:8px 0 0;padding:8px 12px;font-size:.95rem;font-weight:680}.screen-status{background:var(--card);border:1px solid var(--line);border-radius:10px;flex-wrap:wrap;align-items:center;gap:8px;padding:10px 12px;font-size:.95rem;display:flex;box-shadow:0 2px #0046740f,0 4px 10px #0046740d}.screen-chip{background:var(--surface-3);color:#004674;border-radius:8px;align-items:center;padding:3px 8px;font-size:.72rem;font-weight:720;display:inline-flex}.screen-toolbar{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.screen-empty{background:var(--card);border:1px solid var(--line);color:var(--muted);border-radius:10px;margin:8px 0;padding:8px 12px;font-size:.95rem}.screen-empty-card{background:var(--card);border:1px solid var(--line);color:var(--muted);border-radius:10px;margin:0;padding:10px 12px;font-size:.95rem;box-shadow:0 2px #0046740f,0 4px 10px #0046740d}.screen-field{background:var(--card);border:1px solid var(--line);border-radius:10px;padding:10px 12px;box-shadow:0 2px #0046740f,0 4px 10px #0046740d}.screen-field dt{color:var(--quiet);font-size:.78rem;font-weight:720}.screen-field dd{margin:2px 0 0;font-size:1.05rem;font-weight:680}.screen-section{background:var(--card);flex-direction:column;gap:10px;padding:8px 12px 12px;display:flex}.settings-main{padding-top:0}.settings-list{background:0 0;border:0;flex-direction:column;gap:10px;display:flex}.settings-testing-door{justify-content:flex-end;padding:28px 4px 12px;display:flex}.settings-testing-t{width:48px;min-width:48px;height:48px;min-height:48px;color:var(--quiet);letter-spacing:.02em;opacity:.45;cursor:pointer;background:0 0;border:0;border-radius:8px;font-size:1.35rem;font-weight:800;line-height:1}.settings-testing-t:hover,.settings-testing-t:focus-visible{opacity:.85;outline:none}.settings-fold-hit{width:100%;color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;justify-content:space-between;align-items:flex-start;gap:10px;margin:0;padding:2px 0;display:flex}.settings-fold-text{flex-direction:column;gap:2px;min-width:0;display:flex}.settings-fold-hit .settings-h{margin:0}.settings-fold-summary{color:var(--muted);font-size:.92rem;font-weight:550;line-height:1.3}.settings-fold-caret{color:var(--quiet);flex:none;margin-top:2px;transition:transform .15s;transform:rotate(-90deg)}.settings-fold-caret.is-open{transform:rotate(0)}.settings-fold-body{border-top:1px solid var(--line);flex-direction:column;gap:8px;margin-top:8px;padding-top:8px;display:flex}.settings-sync-ok{width:100%;margin:0}.settings-block{border:1px solid var(--line);background:var(--card);border-radius:10px;flex-direction:column;gap:6px;padding:10px 12px;display:flex;box-shadow:0 2px #0046740f,0 4px 10px #0046740d}.settings-dropbox-status{color:var(--fg);margin:0 0 8px;font-size:.95rem;font-weight:550;line-height:1.35}.settings-choice-row{flex-wrap:wrap;gap:8px;margin-top:4px;display:flex}.settings-existing-list{gap:2px;margin:10px 0 0;padding:0;list-style:none;display:grid}.settings-existing-item{min-height:44px;color:var(--fg);box-shadow:none;background:0 0;border:0;border-bottom:1px solid #00467414;border-radius:0;align-items:center;gap:12px;padding:6px 2px;display:flex}.settings-existing-item:last-child{border-bottom:0}.settings-existing-item.is-fixed{padding-right:2px}.settings-existing-icon{color:#2f7bb5;flex:none;place-items:center;display:grid}.settings-existing-name{word-break:break-word;flex:1;min-width:0;font-size:.95rem;font-weight:500;line-height:1.25}.settings-existing-remove{appearance:none;color:#004674;cursor:pointer;background:#f0f5f9;border:0;border-radius:999px;align-items:center;gap:4px;min-height:32px;padding:0 10px;font-size:.78rem;font-weight:600;display:inline-flex}.settings-shared-block{background:0 0;border:0;flex-direction:column;align-items:stretch;gap:8px;margin:0 0 12px;padding:0;list-style:none;display:flex}[data-theme=dark] .settings-existing-item{color:var(--fg);background:0 0;border-bottom-color:#ffffff14}[data-theme=dark] .settings-existing-icon{color:#7eb6e0}[data-theme=dark] .settings-existing-remove{color:var(--fg);background:#101c28b3}.settings-dropbox-actions{flex-wrap:wrap;gap:8px;display:flex}.settings-dropbox-actions .screen-btn{min-height:44px;padding:.65rem 1rem;font-size:1rem;font-weight:650}.rich-wrap{margin-top:6px}.rich-box{border:1.7px solid var(--line);background:var(--card);border-radius:8px;flex-direction:column;display:flex;overflow:hidden}.rich-box:focus-within{outline:2px solid var(--accent,#31546f);outline-offset:0}.rich-toolbar{border-bottom:1px solid var(--line);background:color-mix(in srgb, var(--card) 88%, var(--line));-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;align-items:center;gap:0;padding:2px 4px;display:none;overflow-x:auto}.rich-toolbar::-webkit-scrollbar{display:none}.rich-box:focus-within .rich-toolbar{display:flex}.rich-toolbar-sep{background:var(--line);flex:none;width:1px;height:16px;margin:0 3px}.rich-toolbar button{width:32px;min-width:32px;height:32px;min-height:32px;color:var(--fg);cursor:pointer;background:0 0;border:none;border-radius:6px;flex:none;justify-content:center;align-items:center;padding:0;display:inline-flex}.rich-toolbar button:hover,.rich-toolbar button:focus-visible{background:color-mix(in srgb, var(--accent,#31546f) 14%, transparent);outline:none}.rich-toolbar button:active{background:color-mix(in srgb, var(--accent,#31546f) 22%, transparent)}.rich-editor{min-height:140px;color:var(--fg);background:0 0;border:none;border-radius:0;padding:12px;font-size:1.05rem;line-height:1.4}.rich-editor:empty:before{content:attr(data-placeholder);color:var(--muted,#6a8196);pointer-events:none}.rich-editor:focus{outline:none}.rich-view h2,.rich-editor h2{margin:.45em 0 .25em;font-size:1.25rem}.rich-view h3,.rich-editor h3{margin:.4em 0 .25em;font-size:1.1rem}.rich-view h4,.rich-editor h4{margin:.35em 0 .2em;font-size:1.05rem}.rich-view p,.rich-editor p{margin:.35em 0}.rich-view ul,.rich-editor ul,.rich-view ol,.rich-editor ol{margin:.35em 0;padding-left:1.2em}.rich-view blockquote,.rich-editor blockquote{border-left:3px solid var(--line);color:var(--muted,#6a8196);margin:.4em 0;padding:.2em 0 .2em .8em}.rich-view a,.rich-editor a{color:var(--primary,#114e76);text-decoration:underline}.settings-block-head{align-items:center;gap:6px;display:flex}.settings-h{letter-spacing:.06em;text-transform:uppercase;color:var(--quiet);margin:0;font-size:.72rem;font-weight:780}.settings-row{width:100%;min-height:40px;color:var(--fg);text-align:left;background:0 0;border:0;align-items:center;gap:6px;padding:2px 0;display:flex}.settings-row-hit{min-width:0;min-height:40px;color:inherit;text-align:left;background:0 0;border:0;flex:1;align-items:center;gap:10px;padding:0;display:flex}.settings-link{padding:0}.settings-label{font-size:.92rem;font-weight:550;line-height:1.25;display:block}.settings-chips{grid-template-columns:1fr;gap:0 16px;display:grid}.settings-header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.settings-appear{flex-wrap:wrap;align-items:stretch;gap:10px 16px;padding:0;display:flex}.settings-theme-box,.settings-text-box{border:1px solid var(--line);background:var(--card);border-radius:10px;flex-direction:column;gap:6px;padding:10px 12px;display:flex;box-shadow:0 2px #0046740f,0 4px 10px #0046740d}.settings-theme-box{width:fit-content}.settings-text-box{flex:0 auto;width:auto}.settings-save-btn{color:#004674;white-space:nowrap;text-overflow:ellipsis;background:linear-gradient(#fffffffc,#f9fcfefc);border:1px solid #c8d4de;border-radius:10px;justify-content:center;align-self:flex-start;align-items:center;gap:8px;max-width:100%;min-height:44px;padding:0 14px;font-size:13px;font-weight:760;display:inline-flex;overflow:hidden;box-shadow:0 3px #0046741a,0 6px 12px #00467414,inset 0 1px #fff}.settings-save-btn>svg{flex-shrink:0;width:16px;height:16px}.settings-save-btn:active{transform:translateY(2px);box-shadow:0 1px #00467414,inset 0 3px 6px #00467424}.settings-save-btn.is-saved{color:var(--success);background:var(--success-soft);border-color:#8fb39a}.settings-pair{flex-direction:column;gap:10px;display:flex}.settings-sort{margin-top:8px}.settings-theme{gap:6px;display:flex}.settings-theme button{color:#004674;background:linear-gradient(#fff,#f7fafc);border:1px solid #c8d4de;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;padding:0;display:inline-flex;box-shadow:0 2px #00467414}.settings-theme button[aria-pressed=true]{background:var(--header-band);border-color:var(--header-band);color:#fff}.settings-text-size{flex-direction:column;gap:4px;min-width:8.5rem;display:flex}.settings-text-size-row{grid-template-columns:2.4rem 1fr 2.4rem;align-items:center;gap:8px;display:grid}.settings-text-size-row button{color:#004674;background:linear-gradient(#fff,#f7fafc);border:1px solid #c8d4de;border-radius:8px;width:2.4rem;height:2.4rem;font-size:1.35rem;font-weight:500;line-height:1;box-shadow:0 2px #00467414}.settings-text-size-row button:disabled{opacity:.35}.settings-text-size-name{text-align:center;font-size:.92rem;font-weight:650}.settings-text-sample{flex-wrap:wrap;align-items:baseline;gap:8px 12px;margin:0;display:flex}.settings-text-sample-words{color:var(--tile-word);gap:.85rem;font-size:1.05rem;font-weight:650;line-height:1.1;display:flex}.settings-text-sample-body{color:var(--muted);font-size:.82rem;line-height:1.3}.settings-choice{flex-wrap:wrap;gap:6px;display:flex}.settings-choice button{color:#004674;text-align:center;white-space:nowrap;text-overflow:ellipsis;background:linear-gradient(#fff,#f7fafc);border:1px solid #c8d4de;border-radius:8px;max-width:100%;min-height:36px;padding:0 10px;font-size:12px;font-weight:550;overflow:hidden;box-shadow:0 2px #00467414}.settings-choice button[aria-pressed=true]{background:var(--header-band);border-color:var(--header-band);color:#fff;font-weight:650}.settings-info{flex-shrink:0;display:inline-flex;position:relative}.settings-info-btn{width:28px;height:28px;color:var(--muted);background:0 0;border:0;border-radius:999px;justify-content:center;align-items:center;padding:0;display:inline-flex}.settings-info-pop{z-index:20;border:1.5px solid var(--line);background:var(--card);width:min(18rem,100vw - 16px);max-width:calc(100vw - 16px);color:var(--fg);border-radius:10px;padding:8px 10px;font-size:.82rem;font-weight:450;line-height:1.35;display:none;position:absolute;top:calc(100% + 4px);right:0;box-shadow:0 8px 20px #17212b1f}.settings-info:hover .settings-info-pop,.settings-info:focus-within .settings-info-pop,.settings-info-pop.is-open{display:block}.edit-record{flex-direction:column;gap:22px;display:flex}.edit-record label{flex-direction:column;gap:8px;display:flex}.edit-markers{flex-direction:column;gap:20px;display:flex}.edit-marker-chips{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.edit-marker-chip{border:1.5px solid var(--line);background:var(--card);width:auto;min-height:36px;color:var(--fg);border-radius:8px;justify-content:center;align-items:center;padding:0 12px;font-size:.92rem;font-weight:720;display:inline-flex}.edit-marker-chip.is-on{background:color-mix(in srgb, var(--primary) 14%, var(--card));border-color:var(--primary)}.edit-dates{grid-template-columns:1fr;gap:20px;display:grid}.edit-date-field{flex-direction:column;gap:8px;font-size:.92rem;font-weight:650;display:flex}.edit-date-picker{position:relative}.edit-date-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.edit-date-value{border:1.5px solid var(--line);background:var(--card);min-height:44px;color:var(--fg);text-align:left;border-radius:10px;flex:8rem;padding:0 12px;font-size:1rem;font-weight:650}.edit-date-action{border:1.5px solid var(--line);background:var(--card);min-height:44px;color:var(--fg);border-radius:10px;padding:0 14px;font-size:1.05rem;font-weight:780}.edit-date-action:disabled{opacity:.35}.edit-cal{z-index:24;border:1.5px solid var(--line);background:var(--card);border-radius:12px;width:min(22rem,100vw - 28px);padding:12px;position:absolute;top:calc(100% + 6px);left:0;box-shadow:0 10px 24px #17212b24}.edit-cal-nav{justify-content:space-between;align-items:center;gap:8px;margin-bottom:8px;font-size:1.05rem;font-weight:780;display:flex}.edit-cal-nav-btn{border:1.5px solid var(--line);width:40px;height:40px;color:var(--fg);background:0 0;border-radius:8px;font-size:1.4rem;line-height:1}.edit-cal-week,.edit-cal-grid{grid-template-columns:repeat(7,minmax(0,1fr));gap:4px;display:grid}.edit-cal-week{color:var(--muted);text-align:center;margin-bottom:4px;font-size:.78rem;font-weight:760}.edit-cal-day{min-height:40px;color:var(--fg);background:0 0;border:0;border-radius:8px;font-size:1rem;font-weight:650}.edit-cal-day.is-on{background:var(--header-band);color:#fff}.edit-cal-foot{gap:8px;margin-top:10px;display:flex}.edit-cal-foot-btn{border:1.5px solid var(--line);background:var(--surface-2);min-height:52px;color:var(--fg);border-radius:10px;flex:1;font-size:1.3rem;font-weight:780}.edit-cal-foot-btn.is-today{background:color-mix(in srgb, var(--primary) 14%, var(--card));border-color:var(--primary)}.edit-date-field input:disabled{opacity:.85;color:var(--muted)}@media (width<=719px){.settings-appear{flex-direction:row;align-items:stretch}.settings-text-size{width:auto;min-width:8rem}}@media (width>=720px){.settings-chips{grid-template-columns:1fr 1fr}.settings-pair{grid-template-columns:1fr 1fr;align-items:start;display:grid}.edit-dates{grid-template-columns:1fr 1fr}}.screen-switch{background:var(--line);border-radius:999px;flex-shrink:0;width:34px;height:20px;position:relative}.screen-switch.is-on{background:var(--success)}.screen-switch-knob{background:#fff;border-radius:50%;width:16px;height:16px;transition:transform .18s;position:absolute;top:2px;left:2px}.screen-switch.is-on .screen-switch-knob{transform:translate(14px)}.view-top{background:var(--header-band);grid-template-columns:1.35fr 1fr;gap:8px;height:5.4dvh;min-height:48px;padding:6px 10px;display:grid}.view-top .view-capture,.view-top .view-menu{color:#f7fbff;white-space:nowrap;text-overflow:ellipsis;background:#ffffff24;border:1.5px solid #ffffffb8;border-radius:8px;justify-content:center;align-items:center;gap:6px;min-width:0;min-height:100%;padding:0 10px;font-size:14px;font-weight:780;display:flex;overflow:hidden;box-shadow:inset 0 1px #ffffff2e}.view-top .view-capture>svg,.view-top .view-menu>svg{flex-shrink:0;width:18px;height:18px}.view-menu-list{z-index:30;border:1px solid var(--line);background:var(--card);border-radius:10px;width:100%;margin-top:4px;position:absolute;right:0;overflow:hidden;box-shadow:0 4px #00467414,0 12px 24px #00467424}.view-menu-list button{border:0;border-bottom:1px solid var(--line);background:var(--card);width:100%;min-height:3.1rem;color:var(--fg);text-align:left;padding:0 .9rem;font-size:1.05rem;font-weight:760;display:block}.view-menu-list button:last-child{border-bottom:0}.view-menu-list button.is-active{background:color-mix(in srgb, var(--primary) 12%, var(--card))}.screen-filter{color:#004674;white-space:nowrap;text-overflow:ellipsis;background:linear-gradient(#fff,#f7fafc);border:1px solid #c8d4de;border-radius:8px;align-items:center;max-width:100%;min-height:34px;padding:0 10px;font-size:12px;font-weight:720;display:inline-flex;overflow:hidden;box-shadow:0 2px #00467414}.screen-filter.is-on{background:linear-gradient(#e8f0f6,#dce8f1);border-color:#8ba9bf;transform:translateY(1px)}.screen-banner{border:1.5px solid var(--line);background:var(--card);width:100%;min-height:44px;color:var(--fg);text-align:left;border-radius:10px;margin-top:10px;padding:10px 12px;font-size:.95rem;font-weight:680}.screen-options{background:0 0;border:0;border-radius:0;flex-direction:column;gap:8px;margin-top:10px;padding:0;font-size:.92rem;display:flex}.screen-opt-box{border:1px solid var(--line);background:var(--card);border-radius:10px;padding:8px 10px;box-shadow:0 2px #0046740f,0 4px 10px #0046740d}.screen-opt-toggle{color:#004674;white-space:nowrap;text-overflow:ellipsis;background:linear-gradient(#fffffffc,#f9fcfefc);border:1px solid #c8d4de;border-radius:10px;align-items:center;gap:6px;max-width:100%;min-height:44px;margin-left:auto;padding:0 12px;font-size:13px;font-weight:760;display:inline-flex;overflow:hidden;box-shadow:0 3px #0046741a,0 6px 12px #00467414,inset 0 1px #fff}.screen-opt-toggle>svg{flex-shrink:0;width:16px;height:16px}.screen-opt-caret{transition:transform .15s}.screen-opt-toggle.is-open .screen-opt-caret{transform:rotate(180deg)}.screen-radios{flex-wrap:wrap;align-items:center;gap:4px 14px;display:flex}.screen-radio{min-height:48px;color:var(--fg);cursor:pointer;align-items:center;gap:8px;font-size:1.08rem;font-weight:720;display:inline-flex}.screen-radio input{width:22px;height:22px;accent-color:var(--primary);margin:0}.copy-btn{border:1px solid var(--line);width:28px;height:28px;color:var(--quiet);cursor:pointer;background:0 0;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:inline-flex}.copy-btn.is-large{background:color-mix(in srgb, var(--card) 88%, transparent);border-radius:8px;width:40px;height:40px}.large-field{position:relative}.large-field .copy-btn.is-field-top,.large-field .copy-btn.is-field-bottom{z-index:2;position:absolute;right:8px}.large-field .copy-btn.is-field-top{top:8px}.large-field .copy-btn.is-field-bottom{bottom:8px}.large-field.has-copy .screen-input,.large-field.has-copy .screen-card{min-height:132px;padding-right:52px}.copy-btn:hover,.copy-btn:focus-visible{color:var(--primary);background:var(--surface-2)}.screen-icon-btn{width:28px;height:28px;color:var(--quiet);cursor:pointer;background:0 0;border:0;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:inline-flex}.screen-sheet-edit{width:36px;height:36px;color:var(--fg);background:var(--surface-2);border:1.5px solid var(--line);border-radius:8px}.screen-select-bar{border:1px solid var(--line);background:var(--card);border-radius:10px;flex-wrap:wrap;align-items:center;gap:8px;margin-top:8px;padding:8px 10px;display:flex;box-shadow:0 2px #0046740f,0 4px 10px #0046740d}.screen-select-count{margin-right:4px;font-size:1rem;font-weight:780}.screen-group-head{background:var(--card);width:100%;color:var(--fg);text-align:left;z-index:10;border:0;align-items:center;gap:8px;margin:16px 0 0;padding:10px 12px 8px;display:flex;position:sticky;top:0}.screen-sheet .screen-group-head{margin:0;position:static}.screen-group-caret{flex-shrink:0;transition:transform .15s}.screen-group-caret.is-closed{transform:rotate(-90deg)}.screen-group-label{letter-spacing:.07em;text-transform:uppercase;font-size:1.2rem;font-weight:780}.screen-group-count{color:var(--muted);font-size:.95rem;font-weight:650}.ask-panel{flex-direction:column;gap:10px;width:100%;max-width:26.5rem;margin-inline:auto;padding:0 10px 10px;display:flex}.ask-bar{flex-wrap:wrap;align-items:stretch;gap:8px;display:flex}.ask-voice{width:4.6rem;max-width:100%;min-height:4.6rem;color:var(--record);white-space:nowrap;background:linear-gradient(#fff8f8,#f8ecec);border:1px solid #e0b8ba;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:2px;font-size:11px;font-weight:780;line-height:1.1;display:inline-flex;overflow:hidden;box-shadow:0 3px #9f3f431f,0 6px 12px #9f3f4314,inset 0 1px #fff}.ask-voice>svg{flex-shrink:0;width:28px;height:28px}.ask-voice.is-live{background:var(--record-soft);border-color:var(--record);transform:translateY(2px);box-shadow:0 1px #9f3f431f,inset 0 3px 6px #9f3f4329}.ask-bar .screen-input{flex:10rem;min-width:0}.ask-search-btn{min-height:44px}.ask-options{flex-wrap:wrap;gap:6px;display:flex}.screen-dropbox-empty{flex-direction:column;align-items:flex-start;gap:10px;display:flex}.screen-icon-btn:hover,.screen-icon-btn:focus-visible{color:var(--primary);background:var(--surface-2)}.copy-row{justify-content:flex-end;margin-top:-2px;display:flex}.screen-tile{border:1px solid var(--line);background:var(--card);text-align:left;width:100%;min-width:0;color:var(--fg);border-radius:10px;position:relative;overflow:hidden;box-shadow:0 2px #0046740f,0 4px 10px #0046740d}.screen-tile-hit{width:100%;color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;padding:0;display:block}.screen-tile-edit{z-index:3;color:#004674;background:#ffffffeb;border:1.5px solid #c8d4de;border-radius:8px;width:34px;height:34px;position:absolute;top:8px;right:8px;box-shadow:0 2px 6px #0046741f}.screen-tile.is-selected{border-color:var(--primary);box-shadow:inset 0 0 0 1px var(--primary), 0 2px 0 #00467414}.screen-tile.is-textonly{border-radius:10px;min-height:64px}.screen-opt-label{color:var(--fg);letter-spacing:.04em;text-transform:uppercase;margin-bottom:4px;font-size:.88rem;font-weight:780;display:block}.screen-opt-row{grid-template-columns:repeat(2,minmax(0,1fr));align-items:end;gap:8px 12px;display:grid}@media (width>=800px){.screen-opt-row{grid-template-columns:repeat(4,minmax(0,1fr))}}.screen-opt-grow{grid-column:span 2}@media (width<=799px){.screen-opt-grow{grid-column:1/-1}}.screen-modes{flex-wrap:wrap;gap:6px;display:flex}.screen-mode{color:#004674;white-space:nowrap;text-overflow:ellipsis;background:linear-gradient(#fffffffc,#f9fcfefc);border:1px solid #c8d4de;border-radius:10px;flex:auto;justify-content:center;align-items:center;gap:6px;min-width:4.4rem;max-width:100%;min-height:44px;padding:0 12px;font-size:13px;font-weight:760;display:inline-flex;overflow:hidden;box-shadow:0 3px #0046741a,0 6px 12px #00467414,inset 0 1px #fff}.screen-mode>svg{flex-shrink:0;width:16px;height:16px}.screen-mode.is-on,.screen-mode[aria-selected=true]{background:linear-gradient(#e8f0f6,#dce8f1);border-color:#8ba9bf;transform:translateY(2px);box-shadow:0 1px #0046741a,0 3px 6px #00467414,inset 0 3px 8px #00467424}.screen-chrome-row{flex-wrap:wrap;align-items:center;gap:6px 10px;margin-top:8px;display:flex}.screen-saved-heading{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;display:flex}.screen-saved-top{flex-wrap:wrap;align-items:center;gap:8px 12px;width:100%;margin-top:8px;display:flex}.screen-saved-top .screen-radios{flex:12rem}.screen-tick{min-height:44px;color:var(--fg);align-items:center;gap:8px;font-size:.95rem;font-weight:680;display:inline-flex}.screen-opt-box .screen-tick{min-height:36px;font-size:.88rem}.screen-tick input{width:18px;height:18px;accent-color:var(--primary)}.screen-ticks{flex-wrap:wrap;gap:0 10px;display:flex}.screen-sort{flex-wrap:nowrap;flex:0 auto;align-items:center;gap:6px;min-width:0;display:flex}.screen-sort .screen-select{flex:0 auto;width:auto;min-width:8.5rem;max-width:11rem}.screen-fav{color:var(--primary);flex-shrink:0;display:inline-flex}.screen-row-thumb{object-fit:cover;background:var(--surface-3);flex-shrink:0;width:56px;height:56px}.screen-row-hit{align-items:center;gap:12px;min-height:56px;display:flex}.screen-sheet-wrap{background:var(--card);width:100%;overflow-x:auto}.screen-sheet{border-collapse:collapse;background:var(--card);width:100%;min-width:32rem}.screen-sheet th,.screen-sheet td{text-align:left;vertical-align:middle;background:var(--card);color:var(--fg);border-bottom:1px solid var(--line);padding:10px 12px}.screen-sheet th{letter-spacing:.06em;text-transform:uppercase;font-size:.78rem;font-weight:780}.screen-sheet td{font-size:1rem;font-weight:450}.screen-sheet tr.is-done td{opacity:.55;text-decoration:line-through}.screen-sheet-btn{width:100%;color:inherit;font:inherit;text-align:left;background:0 0;border:0;padding:0;display:block}.screen-sheet-icon-col{width:56px;padding-left:8px;padding-right:4px}.screen-sheet td:has(.screen-icon-btn){width:56px;padding-left:8px;padding-right:4px}.screen-sheet-cell{align-items:flex-start;gap:6px;min-width:0;max-width:22rem;display:flex}.screen-sheet-clamp{min-width:0;color:inherit;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;-webkit-box-orient:vertical;flex:1;margin:0;padding:0;display:-webkit-box;overflow:hidden}.screen-sheet-cell.is-open .screen-sheet-clamp{-webkit-line-clamp:unset;overflow:visible}.screen-virt{background:var(--card);width:100%;position:relative}.screen-virt-row{width:100%;position:absolute;top:0;left:0}.screen-tile-fav{z-index:2;position:absolute;top:8px;right:8px}[data-theme=dark] .screen-btn,[data-theme=dark] .screen-mode,[data-theme=dark] .screen-opt-toggle,[data-theme=dark] .settings-save-btn,[data-theme=dark] .settings-choice button,[data-theme=dark] .settings-theme button,[data-theme=dark] .settings-text-size-row button,[data-theme=dark] .screen-filter{border-color:var(--line);color:var(--fg);background:linear-gradient(#2a3641,#1c242d);box-shadow:0 3px #00000073,0 6px 12px #00000040,inset 0 1px #ffffff0f}[data-theme=dark] .screen-btn-primary{color:#fff;background:linear-gradient(#4a7fa0,#31546f);border-color:#274859}[data-theme=dark] .screen-btn[aria-pressed=true],[data-theme=dark] .screen-btn.is-on,[data-theme=dark] .screen-mode.is-on,[data-theme=dark] .screen-mode[aria-selected=true],[data-theme=dark] .screen-filter.is-on{border-color:var(--line-strong);color:var(--fg);background:linear-gradient(#232d37,#1a222a)}[data-theme=dark] .screen-row{border-color:var(--line);color:var(--fg);background:linear-gradient(#232d37,#1c242d);box-shadow:0 2px #00000059,0 5px 10px #00000038,inset 0 1px #ffffff0d}[data-theme=dark] .screen-row-title,[data-theme=dark] .screen-chip{color:var(--fg)}[data-theme=dark] .ask-voice,[data-theme=dark] .screen-talk,[data-theme=dark] .screen-btn-danger{color:var(--record);background:linear-gradient(#3b2528,#2a1c1e);border-color:#6a4044}@media (width>=900px){.screen-header,.screen-main,.ask-panel{max-width:56rem;padding-left:24px;padding-right:24px}.screen-app.overflow-x-hidden .screen-header,.screen-app.overflow-x-hidden .screen-main{max-width:72rem}.screen-saved-top{gap:10px 12px}.screen-tile-grid,.gallery-grid{gap:12px}}@media (width>=1200px){.screen-header,.screen-main,.ask-panel{max-width:64rem;padding-left:32px;padding-right:32px}.screen-app.overflow-x-hidden .screen-header,.screen-app.overflow-x-hidden .screen-main{max-width:88rem}}
