:root{--bg-950:#0d1117;--surface-900:#141a23;--surface-800:#1b2330;--surface-700:#242f3e;--surface-600:#2e3b4d;--amber-600:#d3921e;--amber-500:#e5a42c;--amber-400:#f0b445;--ink:#dde3ea;--ink-soft:#8d99a8;--line:#2a3442;--line-soft:#222b37;--blueprint-bg:#121a26;--blueprint-line:#1d2938;--error-bg:#351a1c;--error-ink:#e89a9a;--error-line:#a04848;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{color:var(--ink);background:var(--bg-950);font-family:Avenir Next,Segoe UI,system-ui,-apple-system,sans-serif;font-size:.925rem}.layout{grid-template:"top top""chat results"1fr/minmax(20rem,1fr) 2fr;height:100%;display:grid}.top-panel{background:linear-gradient(170deg, #1d2634, var(--bg-950));color:var(--ink);border-bottom:4px solid #0000;border-image:repeating-linear-gradient(-45deg, var(--amber-600) 0 9px, #0a0d12 9px 18px) 1;z-index:2;grid-area:top;align-items:baseline;gap:.7rem;padding:.5rem 1rem;display:flex;position:relative;box-shadow:0 2px 10px #00000080}.top-panel h1{letter-spacing:.01em;color:#f2f5f9;align-items:center;gap:.45rem;margin:0;font-size:1.05rem;font-weight:700;display:flex}.logo{vertical-align:-.35rem;filter:drop-shadow(0 1px 4px #00000080);width:1.6rem;height:1.6rem}.tagline{color:#5d6b7d;letter-spacing:.09em;text-transform:uppercase;margin:0;font-size:.68rem;font-weight:600}.task-chip{border:1px solid var(--line);background:linear-gradient(180deg, var(--surface-800), var(--surface-900));color:var(--ink-soft);text-overflow:ellipsis;white-space:nowrap;border-radius:3px;align-self:center;max-width:22ch;margin-left:auto;padding:.15rem .5rem;font-size:.7rem;overflow:hidden}.back-button{border:1px solid var(--line);background:var(--surface-800);color:var(--ink-soft);font:inherit;cursor:pointer;border-radius:3px;align-self:flex-start;align-items:center;gap:.35rem;padding:.25rem .6rem;font-size:.75rem;font-weight:600;transition:color .12s,border-color .12s;display:inline-flex}.back-button:hover:not(:disabled){color:var(--ink);border-color:var(--surface-600)}.back-button:disabled{opacity:.5;cursor:default}.top-panel .back-button{align-self:center}.debug-link{border:1px solid var(--line);background:linear-gradient(180deg, var(--surface-800), var(--surface-900));color:#5d6b7d;border-radius:3px;align-self:center;padding:.15rem .45rem;font-family:ui-monospace,Cascadia Mono,Segoe UI Mono,monospace;font-size:.68rem;text-decoration:none;transition:color .12s,border-color .12s}.debug-link:hover{color:var(--ink);border-color:var(--surface-600)}.splash{text-align:center;background:linear-gradient(var(--blueprint-line) 1px, transparent 1px), linear-gradient(90deg, var(--blueprint-line) 1px, transparent 1px), radial-gradient(ellipse at 50% 35%, #1c2a3f88, transparent 65%), var(--blueprint-bg);background-size:20px 20px,20px 20px,auto,auto;flex-direction:column;justify-content:flex-start;align-items:center;gap:.9rem;height:100%;padding:4rem 1.5rem 3rem;display:flex;overflow-y:auto}.splash-logo{filter:drop-shadow(0 10px 30px #0000008c)drop-shadow(0 0 20px #e5a42c26);width:4rem;height:4rem;animation:.3s ease-out rise-in}.splash-title{letter-spacing:.01em;color:#f2f5f9;text-shadow:0 4px 18px #0009;margin:0;font-size:2.6rem;font-weight:800;animation:.3s ease-out rise-in}.splash-tagline{max-width:26rem;color:var(--ink-soft);margin:0;animation:.35s ease-out rise-in}.splash-button{border:1px solid var(--amber-600);background:linear-gradient(180deg, var(--amber-400), var(--amber-600));color:var(--bg-950);font:inherit;cursor:pointer;border-radius:4px;margin-top:1rem;padding:.85rem 2.4rem;font-size:1.05rem;font-weight:700;transition:filter .12s,transform .12s,box-shadow .12s;animation:.4s ease-out rise-in;box-shadow:0 8px 24px #00000080,0 0 30px #e5a42c33}.splash-button:hover{filter:brightness(1.07);transform:translateY(-1px);box-shadow:0 10px 28px #00000080,0 0 40px #e5a42c4d}.splash-button:active{filter:brightness(.95);transform:none}.splash-button:disabled{opacity:.6;cursor:default;transform:none}.splash-error{border:1px solid #4a2325;border-left:3px solid var(--error-line);background:linear-gradient(180deg, #3d1e20, var(--error-bg));max-width:28rem;color:var(--error-ink);border-radius:4px;margin:.5rem 0 0;padding:.5rem .9rem;animation:.15s ease-out rise-in}.chat-panel{background:linear-gradient(180deg, var(--surface-900), #11161e);border-right:1px solid var(--line-soft);z-index:1;flex-direction:column;grid-area:chat;min-height:0;display:flex;position:relative;box-shadow:6px 0 18px #00000059}.chat-history{flex-direction:column;flex:1;gap:.45rem;margin:0;padding:.75rem;list-style:none;display:flex;overflow-y:auto}.chat-message{overflow-wrap:break-word;border-radius:4px;max-width:88%;padding:.45rem .7rem;line-height:1.4;animation:.15s ease-out rise-in;box-shadow:0 2px 6px #0000004d}@keyframes rise-in{0%{opacity:0;transform:translateY(3px)}to{opacity:1;transform:none}}.chat-message--agent{background:linear-gradient(180deg, var(--surface-700), var(--surface-800));border:1px solid var(--line);align-self:flex-start}.chat-message--user{background:linear-gradient(180deg, var(--surface-600), #26364a);color:#eef2f7;border:1px solid #3a4a5f;align-self:flex-end}.chat-message--error{background:linear-gradient(180deg, #3d1e20, var(--error-bg));color:var(--error-ink);border:1px solid #4a2325;border-left:3px solid var(--error-line);align-self:flex-start}.chat-message--pending{color:var(--ink-soft);animation:.15s ease-out rise-in,1.4s ease-in-out .2s infinite thinking}@keyframes thinking{0%,to{opacity:.55}50%{opacity:1}}.chat-input{border-top:1px solid var(--line-soft);background:linear-gradient(180deg, var(--surface-800), var(--surface-900));flex-direction:column;gap:.5rem;padding:.6rem .75rem;display:flex;box-shadow:0 -4px 12px #00000040}.composer-questions{border-top:2px solid var(--amber-600);margin:-.6rem -.15rem 0;padding:.35rem .15rem 0;animation:.2s ease-out rise-in}.composer-actions{align-items:center;gap:.5rem;display:flex}.composer-progress{opacity:.75;font-variant-numeric:tabular-nums}.composer-mode{font:inherit;color:var(--ink-soft);text-underline-offset:3px;cursor:pointer;background:0 0;border:none;margin-left:auto;padding:.4rem .2rem;font-size:.8rem;text-decoration:underline}.composer-mode:hover:not(:disabled){color:var(--ink)}.composer-mode:disabled{opacity:.5;cursor:default}.chat-input-field{flex:1;display:flex;position:relative}.chat-input textarea{border:1px solid var(--line);min-height:6rem;font:inherit;color:var(--ink);resize:vertical;background:linear-gradient(#0e131a,#121821);border-radius:4px;flex:1;padding:.5rem 2.5rem .5rem .7rem;line-height:1.4;transition:border-color .15s,box-shadow .15s;box-shadow:inset 0 2px 5px #00000059}.chat-input textarea::placeholder{color:#5a6675}.chat-input textarea:focus{border-color:var(--amber-600);outline:none;box-shadow:inset 0 2px 5px #00000059,0 0 0 2px #d3921e40}.chat-input-field--attachable textarea{padding-left:2.5rem}.attach-button{width:1.75rem;height:1.75rem;color:var(--ink-soft);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:3px;place-items:center;transition:color .12s,background .12s;display:grid;position:absolute;top:.4rem;left:.4rem}.attach-button:hover:not(:disabled){color:var(--ink);background:var(--surface-600)}.attach-button:disabled{opacity:.35;cursor:default}.attach-menu{z-index:3;border:1px solid var(--line);background:linear-gradient(180deg, var(--surface-700), var(--surface-800));border-radius:4px;flex-direction:column;min-width:11rem;padding:.25rem;animation:.12s ease-out rise-in;display:flex;position:absolute;top:2.3rem;left:.4rem;box-shadow:0 8px 24px #00000080}.attach-menu button{font:inherit;text-align:left;color:var(--ink);cursor:pointer;background:0 0;border:none;border-radius:3px;padding:.45rem .6rem;font-size:.85rem}.attach-menu button:hover{background:var(--surface-600)}.chat-message ul.chat-message-images{flex-wrap:wrap;gap:.4rem;margin:.1rem 0 .4rem;padding:0;list-style:none;display:flex}.chat-message .chat-message-images li{margin:0;padding:0;list-style:none}.chat-message-images img{border:1px solid #ffffff26;border-radius:4px;max-width:10rem;max-height:10rem;display:block}.composer-attachments{flex-wrap:wrap;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.composer-attachment{position:relative}.composer-attachment img{object-fit:cover;border:1px solid var(--line);background:var(--bg-950);border-radius:4px;width:3.5rem;height:3.5rem;display:block}.composer-attachment-remove{width:1.15rem;height:1.15rem;color:var(--ink);background:var(--surface-600);border:1px solid var(--line);cursor:pointer;border-radius:999px;place-items:center;padding:0;font-size:.8rem;line-height:1;display:grid;position:absolute;top:-.4rem;right:-.4rem}.composer-attachment-remove:hover{color:#fff;background:var(--error-line)}.mic-button{width:1.75rem;height:1.75rem;color:var(--ink-soft);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:3px;place-items:center;transition:color .12s,background .12s;display:grid;position:absolute;top:.4rem;right:.4rem}.mic-button:hover:not(:disabled){color:var(--ink);background:var(--surface-600)}.mic-button:disabled{opacity:.35;cursor:default}.mic-button--listening{color:var(--bg-950);background:linear-gradient(180deg, var(--amber-400), var(--amber-500));border-color:var(--amber-600);animation:1.6s ease-out infinite listening-pulse;box-shadow:0 0 10px #e5a42c66}.mic-button--listening:hover:not(:disabled){color:var(--bg-950);background:linear-gradient(180deg, var(--amber-400), var(--amber-500))}@keyframes listening-pulse{0%{box-shadow:0 0 #e5a42c73}to{box-shadow:0 0 0 6px #e5a42c00}}.results-panel{background:linear-gradient(var(--blueprint-line) 1px, transparent 1px), linear-gradient(90deg, var(--blueprint-line) 1px, transparent 1px), radial-gradient(ellipse at 30% 0%, #17233490, transparent 60%), var(--blueprint-bg);background-size:20px 20px,20px 20px,auto,auto;grid-area:results;padding:1rem;display:grid;overflow-y:auto}.booklet-toolbar{flex-wrap:wrap;place-self:start center;align-items:center;gap:.75rem;width:100%;max-width:46rem;margin-bottom:.75rem;display:flex}.booklet-language{color:var(--ink-soft);align-items:center;gap:.4rem;font-size:.8rem;display:flex}.booklet-language-label{letter-spacing:.04em;text-transform:uppercase}.booklet-language select{border:1px solid var(--line);background:var(--surface-800);color:var(--ink);font:inherit;border-radius:3px;padding:.25rem .5rem;font-size:.85rem}.booklet-language select:disabled{opacity:.6;cursor:progress}.booklet-translating{color:var(--ink-soft);font-size:.8rem}.booklet-translate-error{color:var(--amber-600);font-size:.8rem}.booklet{border:1px solid var(--line);border-top:3px solid var(--amber-600);background:linear-gradient(180deg, var(--surface-800), var(--surface-900));border-radius:4px;place-self:start center;width:100%;max-width:46rem;padding:1.5rem 2rem;line-height:1.55;animation:.2s ease-out rise-in;box-shadow:0 10px 30px #00000073}.booklet>:first-child{margin-top:0}.booklet h1,.booklet h2,.booklet h3{color:#f2f5f9;margin:1.4em 0 .5em;line-height:1.25}.booklet h1{border-bottom:1px solid var(--line);padding-bottom:.4rem;font-size:1.35rem}.booklet h2{font-size:1.1rem}.booklet h3{font-size:.95rem}.booklet p,.booklet li{margin:.4em 0}.booklet ul,.booklet ol{padding-left:1.4rem}.booklet code{background:var(--bg-950);border:1px solid var(--line-soft);border-radius:3px;padding:.1em .35em;font-family:ui-monospace,Cascadia Mono,Segoe UI Mono,monospace;font-size:.85em}.booklet pre{background:var(--bg-950);border:1px solid var(--line-soft);border-radius:4px;padding:.75rem 1rem;overflow-x:auto}.booklet pre code{background:0 0;border:none;padding:0}.booklet blockquote{border-left:3px solid var(--amber-600);color:var(--ink-soft);margin:.6em 0;padding:.1em 1rem}.booklet hr{border:none;border-top:1px solid var(--line);margin:1.2em 0}.booklet table{border-collapse:collapse;width:max-content;max-width:100%;margin:.9em 0;font-size:.95em;display:block;overflow-x:auto}.booklet th,.booklet td{border:1px solid var(--line);text-align:left;padding:.35em .7em}.booklet th{background:var(--bg-950);color:var(--amber-400);font-weight:600}.booklet tbody tr:nth-child(2n){background:#ffffff05}.booklet img{border:1px solid var(--line);background:#fff;border-radius:4px;max-width:100%;height:auto;margin:1em auto;display:block}.results-empty{text-align:center;border:1px dashed var(--amber-600);color:var(--ink-soft);background:linear-gradient(#1b2330eb,#141a23d9);border-radius:4px;place-self:center;padding:1.5rem 2.25rem;box-shadow:0 10px 30px #00000073}.results-empty p{color:var(--ink);margin:.2rem 0 0;font-weight:600}.results-empty-icon{filter:drop-shadow(0 2px 4px #00000080);font-size:1.75rem;line-height:1;display:inline-block}.results-empty-hint{font-size:.8rem}.results-empty p.results-empty-hint{color:var(--ink-soft);font-weight:400}.visually-hidden{clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.questions{background:var(--surface-800);border:1px solid var(--amber-600);border-radius:10px;margin:0;padding:.75rem}.questions--answered{border-color:var(--surface-700)}.questions-lead{color:var(--ink-soft);margin:0 0 .6rem;font-size:.8rem}.questions-tabs{flex-wrap:wrap;gap:.35rem;margin-bottom:.6rem;display:flex}.questions-tab{min-width:1.9rem;min-height:1.9rem;font:inherit;color:var(--ink-soft);background:var(--surface-700);border:1px solid var(--line);cursor:pointer;border-radius:999px;justify-content:center;align-items:center;gap:.25rem;padding:.2rem .55rem;font-size:.8rem;display:flex}.questions-tab-label{text-overflow:ellipsis;white-space:nowrap;max-width:9rem;overflow:hidden}.questions-tab--answered{color:var(--bg-950);background:var(--amber-500);border-color:var(--amber-400)}.questions-tab--active{outline:2px solid var(--amber-400);outline-offset:1px}.questions-record{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.questions-record-item+.questions-record-item{border-top:1px solid var(--line);padding-top:.5rem}.questions-record-question{color:var(--ink-soft);margin:0 0 .15rem;font-size:.8rem}.questions-panel{padding:.15rem 0 .5rem}.questions-text{color:var(--ink);margin:0 0 .6rem;font-size:.9rem}.questions-options{flex-wrap:wrap;gap:.4rem;margin-bottom:.5rem;display:flex}.questions-option{font:inherit;text-align:left;color:var(--ink);background:var(--surface-700);border:1px solid var(--line);cursor:pointer;border-radius:8px;padding:.4rem .7rem;font-size:.8rem}.questions-option:hover:not(:disabled){border-color:var(--surface-600)}.questions-option--picked{color:var(--bg-950);background:var(--amber-500);border-color:var(--amber-400)}.questions-option:disabled,.questions-send:disabled,.questions-skip:disabled,.questions-freeform input:disabled{opacity:.5;cursor:default}.questions-freeform input{width:100%;font:inherit;color:var(--ink);background:var(--bg-950);border:1px solid var(--line);border-radius:8px;padding:.4rem .55rem;font-size:.8rem}.questions-freeform input:focus-visible{outline:2px solid var(--amber-400);outline-offset:1px}.questions-actions{align-items:center;gap:.5rem;display:flex}.questions-send{font:inherit;color:var(--bg-950);background:var(--amber-500);border:1px solid var(--amber-400);cursor:pointer;border-radius:8px;padding:.4rem .8rem;font-size:.8rem}.questions-skip{font:inherit;color:var(--ink-soft);border:1px solid var(--line);cursor:pointer;background:0 0;border-radius:8px;padding:.4rem .6rem;font-size:.8rem}.chat-message--questions{background:0 0;border:none;align-self:stretch;max-width:100%;padding:0}.questions-given{color:var(--bg-950);background:var(--amber-500);border:1px solid var(--amber-400);border-radius:999px;margin:0;padding:.3rem .6rem;font-size:.85rem;display:inline-block}.chat-message>:first-child{margin-top:0}.chat-message>:last-child{margin-bottom:0}.chat-message p{margin:.5rem 0}.chat-message ul,.chat-message ol{margin:.5rem 0;padding-left:1.2rem}.chat-message ul{list-style-type:disc}.chat-message li{margin:.15rem 0}.chat-message code{background:#0000004d;border-radius:3px;padding:.05rem .25rem;font-size:.9em}.chat-message pre{background:#0000004d;border-radius:4px;margin:.5rem 0;padding:.5rem;overflow-x:auto}.chat-message pre code{background:0 0;padding:0}.chat-message h1,.chat-message h2,.chat-message h3,.chat-message h4{margin:.5rem 0 .25rem;font-size:1em}.chat-message a{color:var(--amber-400)}.chat-message table{border-collapse:collapse;margin:.5rem 0;display:block;overflow-x:auto}.chat-message th,.chat-message td{border:1px solid var(--line);padding:.2rem .4rem}.debug-page{background:var(--bg-950);min-height:100vh;color:var(--ink);padding:1.25rem;font-size:.8125rem}.debug-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:baseline;gap:1rem;margin-bottom:1rem;padding-bottom:.75rem;display:flex}.debug-header h1{letter-spacing:.02em;margin:0;font-size:1.125rem}.debug-header a{color:var(--amber-400);text-decoration:none}.debug-header a:hover{text-decoration:underline}.debug-columns{grid-template-columns:1fr 1fr;align-items:start;gap:1rem;display:grid}@media (width<=1100px){.debug-columns{grid-template-columns:1fr}}.debug-panel{border:1px solid var(--line);background:var(--surface-900);border-radius:6px;min-width:0;margin-bottom:1rem;padding:.875rem 1rem;overflow-x:auto}.debug-panel h2{color:var(--amber-400);margin:0 0 .25rem;font-size:.9375rem}.debug-panel h3{color:var(--ink-soft);text-transform:uppercase;letter-spacing:.06em;margin:1rem 0 .375rem;font-size:.8125rem}.debug-subtitle{color:var(--ink-soft);margin:0 0 .75rem;font-size:.75rem;line-height:1.5}.debug-row{border-bottom:1px solid var(--line-soft);gap:.75rem;padding:.25rem 0;display:flex}.debug-row-label{color:var(--ink-soft);flex:0 0 9rem}.debug-row-value{overflow-wrap:anywhere;flex:1;min-width:0}.debug-table{border-collapse:collapse;width:100%;font-family:ui-monospace,Cascadia Mono,Segoe UI Mono,monospace;font-size:.75rem}.debug-table th{border-bottom:1px solid var(--line);color:var(--ink-soft);text-align:right;white-space:nowrap;padding:.25rem .4rem;font-weight:500}.debug-table th:first-child,.debug-table td:first-child{text-align:left}.debug-table td{border-bottom:1px solid var(--line-soft);text-align:right;white-space:nowrap;padding:.25rem .4rem}.debug-absent{color:var(--ink-soft);font-style:italic}.debug-path,.debug-timestamp{font-family:ui-monospace,Cascadia Mono,Segoe UI Mono,monospace;font-size:.75rem}.debug-timestamp{color:var(--ink-soft)}.debug-chip{border:1px solid var(--line);background:var(--surface-800);border-radius:3px;margin:0 .25rem .25rem 0;padding:.05rem .3rem;font-family:ui-monospace,Cascadia Mono,Segoe UI Mono,monospace;font-size:.6875rem;display:inline-block}.debug-messages,.debug-questions{margin:0;padding:0;list-style:none}.debug-messages li{border-bottom:1px solid var(--line-soft);align-items:baseline;gap:.5rem;padding:.3rem 0;display:flex}.debug-message-text{-webkit-line-clamp:2;min-width:0;color:var(--ink);-webkit-box-orient:vertical;flex:1;display:-webkit-box;overflow:hidden}.debug-role{text-align:center;text-transform:uppercase;border-radius:3px;flex:0 0 3.25rem;padding:.05rem .3rem;font-size:.6875rem}.debug-role--user{background:var(--surface-700);color:var(--ink-soft)}.debug-role--agent{background:var(--amber-600);color:var(--bg-950)}.debug-tag{color:var(--ink-soft);white-space:nowrap;font-size:.6875rem}.debug-questions li{border-bottom:1px solid var(--line-soft);padding:.4rem 0}.debug-question{padding:.15rem 0}.debug-options{color:var(--ink-soft)}.debug-answer{color:var(--amber-400);padding-left:1rem}.debug-tools{margin:0;padding-left:1.1rem}.debug-error{border:1px solid var(--error-line);background:var(--error-bg);color:var(--error-ink);border-radius:6px;padding:.75rem 1rem}.debug-history{margin:.5rem 0 0;padding:0;list-style:none}.debug-turn{border:1px solid var(--line);background:var(--surface-800);border-left:3px solid var(--surface-600);border-radius:4px;margin-bottom:.5rem;padding:.5rem .625rem}.debug-turn--assistant{border-left-color:var(--amber-600)}.debug-turn-head{flex-wrap:wrap;align-items:center;gap:.4rem;margin-bottom:.375rem;display:flex}.debug-turn-head .debug-role{flex:none}.debug-block-text{white-space:pre-wrap;overflow-wrap:anywhere;padding:.125rem 0}.debug-block-tool{margin:.25rem 0}.debug-tool-head{align-items:center;gap:.4rem;margin-bottom:.2rem;display:flex}.debug-tool-name{background:var(--surface-600);color:var(--ink);border-radius:3px;padding:.05rem .35rem;font-family:ui-monospace,Cascadia Mono,Segoe UI Mono,monospace;font-size:.6875rem}.debug-expand{margin:.2rem 0}.debug-expand>summary{cursor:pointer;color:var(--amber-400);list-style:revert;padding:.15rem 0;font-size:.75rem}.debug-expand>summary:hover{text-decoration:underline}.debug-expand-note{color:var(--ink-soft);margin-left:.4rem;font-size:.6875rem}.debug-json{border:1px solid var(--line-soft);background:var(--bg-950);max-height:22rem;color:var(--ink);white-space:pre-wrap;overflow-wrap:anywhere;border-radius:3px;margin:.2rem 0 .4rem;padding:.4rem .5rem;font-family:ui-monospace,Cascadia Mono,Segoe UI Mono,monospace;font-size:.6875rem;line-height:1.45;overflow:auto}.debug-json--error{border-color:var(--error-line);color:var(--error-ink)}.debug-thinking{color:var(--ink-soft);font-style:italic}.debug-thinking-absent{color:var(--ink-soft);padding:.15rem 0;font-size:.75rem;font-style:italic}.task-list-panel{text-align:left;width:100%;max-width:34rem;margin-top:2.5rem}.task-list-heading{color:#5d6b7d;letter-spacing:.09em;text-transform:uppercase;margin:0 0 .6rem;font-size:.68rem;font-weight:600}.task-list-empty{border:1px dashed var(--line);color:var(--ink-soft);border-radius:4px;margin:0;padding:1.1rem;font-size:.85rem}.task-list{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.task-card{border:1px solid var(--line);background:linear-gradient(180deg, var(--surface-800), var(--surface-900));border-radius:4px;transition:border-color .12s}.task-card:hover{border-color:var(--surface-600)}.task-card-open{border-radius:inherit;width:100%;color:inherit;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;flex-direction:column;gap:.3rem;padding:.75rem .9rem;display:flex}.task-card-open:focus-visible{outline:2px solid var(--amber-500);outline-offset:-2px}.task-card-name{color:#f2f5f9;font-size:.95rem;font-weight:700}.task-card-description{color:var(--ink-soft);text-overflow:ellipsis;white-space:nowrap;font-size:.82rem;overflow:hidden}.task-card-meta{color:#5d6b7d;align-items:center;gap:.5rem;margin-top:.15rem;font-size:.7rem;display:flex}.task-card-status{border:1px solid var(--line);border-radius:999px;padding:.1rem .4rem;font-weight:600}.task-card-status--running,.task-card-status--awaiting_answers{border-color:var(--amber-600);color:var(--amber-400)}.task-card-status--failed{border-color:var(--error-line);color:var(--error-ink)}.new-task{height:100%;padding:1.5rem 1rem 4rem;overflow-y:auto}.new-task-head{flex-direction:column;align-items:flex-start;gap:.5rem;max-width:34rem;margin:0 auto 1.5rem;display:flex}.new-task-title{color:#f2f5f9;margin:0;font-size:1.4rem;font-weight:700}.new-task-tagline{color:var(--ink-soft);margin:0;font-size:.85rem}.task-form{flex-direction:column;gap:.35rem;max-width:34rem;margin:0 auto;display:flex}.field-label{color:var(--ink);margin-top:.7rem;font-size:.8rem;font-weight:600}.field-optional{color:#5d6b7d;font-weight:400}.field-hint{color:var(--ink-soft);margin:.1rem 0 0;font-size:.75rem}.field-input{border:1px solid var(--line);background:var(--bg-950);width:100%;color:var(--ink);font:inherit;resize:vertical;border-radius:3px;padding:.5rem .6rem;font-size:.85rem}.field-input::placeholder{color:#4a5666}.field-input:focus{border-color:var(--amber-600);outline:none}.field-input:disabled{opacity:.6}.field-row{gap:.6rem;display:flex}.field-col{flex-direction:column;flex:1;gap:.35rem;min-width:0;display:flex}.task-form-section{border:1px solid var(--line);border-radius:4px;flex-direction:column;gap:.35rem;margin:1rem 0 0;padding:.9rem;display:flex}.task-form-section legend{color:#5d6b7d;letter-spacing:.09em;text-transform:uppercase;padding:0 .4rem;font-size:.68rem;font-weight:600}.task-form-actions{align-items:center;gap:.8rem;margin-top:1.4rem;display:flex}.address-search{flex-direction:column;gap:.35rem;display:flex;position:relative}.address-search-box{align-items:center;display:flex;position:relative}.address-search-box input{border:1px solid var(--line);background:var(--bg-950);width:100%;color:var(--ink);font:inherit;border-radius:3px;padding:.5rem 2rem .5rem .6rem;font-size:.85rem}.address-search-box input::placeholder{color:#4a5666}.address-search-box input:focus{border-color:var(--amber-600);outline:none}.address-search-spinner{color:var(--amber-400);position:absolute;right:.6rem}.address-suggestions{z-index:5;border:1px solid var(--surface-600);background:var(--surface-800);border-radius:3px;max-height:14rem;margin:.2rem 0 0;padding:.2rem;list-style:none;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 6px 18px #00000080}.address-suggestion{color:var(--ink);cursor:pointer;border-radius:2px;padding:.4rem .5rem;font-size:.82rem}.address-suggestion:hover,.address-suggestion--active{background:var(--surface-700)}.address-search-note{color:var(--ink-soft);margin:0;font-size:.75rem}.form-images{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.form-image{border:1px solid var(--line-soft);background:var(--bg-950);border-radius:3px;align-items:center;gap:.6rem;padding:.4rem;display:flex}.form-image img{object-fit:cover;border-radius:2px;flex-shrink:0;width:3.5rem;height:3.5rem}.form-image-caption{flex:1;min-width:0}.form-image-remove{border:1px solid var(--line);background:var(--surface-800);width:1.5rem;height:1.5rem;color:var(--ink-soft);cursor:pointer;border-radius:3px;flex-shrink:0;font-size:.9rem;line-height:1}.form-image-remove:hover:not(:disabled){color:var(--error-ink);border-color:var(--error-line)}.add-image-button{border:1px dashed var(--line);color:var(--ink-soft);font:inherit;cursor:pointer;background:0 0;border-radius:3px;align-self:flex-start;margin-top:.3rem;padding:.4rem .7rem;font-size:.8rem;font-weight:600}.add-image-button:hover:not(:disabled){color:var(--ink);border-color:var(--surface-600)}.login{background:linear-gradient(var(--blueprint-line) 1px, transparent 1px), linear-gradient(90deg, var(--blueprint-line) 1px, transparent 1px), radial-gradient(ellipse at 50% 40%, #1c2a3f88, transparent 65%), var(--blueprint-bg);background-size:20px 20px,20px 20px,auto,auto;flex-direction:column;justify-content:center;align-items:center;gap:1.25rem;min-height:100%;padding:3rem 1.5rem;display:flex}.login h1{color:var(--ink);margin:0;font-size:1.6rem}.login form{flex-direction:column;gap:.35rem;width:100%;max-width:20rem;display:flex}.login label{color:var(--ink-soft);font-size:.85rem}.login label+input{margin-bottom:.5rem}.login input{border:1px solid var(--line);color:var(--ink);font:inherit;background:#00000040;border-radius:4px;padding:.6rem .7rem}.login input:focus-visible{outline:2px solid var(--amber-400);outline-offset:1px}.login button{border:1px solid var(--amber-600);background:linear-gradient(180deg, var(--amber-400), var(--amber-600));color:var(--bg-950);font:inherit;cursor:pointer;border-radius:4px;margin-top:.75rem;padding:.7rem 1.2rem;font-weight:700}.login button:disabled{opacity:.6;cursor:default}.login-error{border:1px solid var(--error-line);background:var(--error-bg);color:var(--error-ink);border-radius:4px;margin:.25rem 0 0;padding:.5rem .6rem;font-size:.9rem}.login-note{max-width:20rem;color:var(--ink-soft);text-align:center;margin:0;font-size:.8rem;line-height:1.5}.account-bar{align-items:center;gap:.6rem;font-size:.8rem;display:flex;position:absolute;top:.75rem;right:1rem}.account-bar-email{color:var(--ink-soft)}.account-bar-out{border:1px solid var(--line);color:var(--ink-soft);font:inherit;cursor:pointer;background:#00000040;border-radius:4px;padding:.3rem .6rem;font-size:.8rem}.account-bar-out:hover:not(:disabled){color:var(--ink);border-color:var(--line-soft)}.task-loading{min-height:100vh;color:var(--ink-soft);place-items:center;display:grid}
