:root{color-scheme:dark;--bg:#0c1017;--card:#131a24;--border:#27313f;--muted:#98a8bd;--text:#eef3fa;--accent:#70abff;--green:#56dba1;font-family:Inter,'Noto Sans JP','Segoe UI',sans-serif;color:var(--text);background:var(--bg);font-size:16px}*{box-sizing:border-box}body{margin:0;background:radial-gradient(ellipse at 75% 0%,#17284188,transparent 48%);min-height:100vh}button,input{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.4}a{color:inherit;text-decoration:none}button,input,.dropzone{transition:background .18s,border-color .18s,box-shadow .18s,transform .18s}button:focus-visible,a:focus-visible,.dropzone:focus-visible,input:focus-visible{outline:2px solid var(--accent);outline-offset:4px}button:active:not(:disabled){transform:translateY(1px)}[hidden]{display:none!important}.header{height:80px;border-bottom:1px solid var(--border);display:flex;align-items:center;padding:0 4vw;gap:32px;background:#0d121bd9}.brand{display:flex;align-items:center;gap:10px;font-size:22px;font-weight:800;letter-spacing:-.5px}.brand img{width:38px;height:38px;object-fit:contain}.free{font-size:11px;letter-spacing:1px;color:#9ab9e9;border:1px solid #355074;padding:4px 6px;border-radius:5px;margin-left:3px}.header-section{color:var(--muted);font-size:14px;border-left:1px solid #344051;padding-left:28px}.account{margin-left:auto;display:flex;align-items:center;gap:12px;font-size:14px}.account img{width:32px;height:32px;border-radius:50%}.quiet{border:0;background:transparent;color:var(--muted);font-size:13px;padding:8px}.quiet:hover{color:white;background:#202b3a;border-radius:5px}.layout{max-width:1320px;padding:48px 36px 0;margin:auto}.page-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:32px}.overline{font-size:11px;letter-spacing:2px;font-weight:600;color:var(--accent);margin:0 0 12px}h1{font-size:32px;letter-spacing:-1px;font-weight:700;margin:0 0 12px}p{line-height:1.7}.muted{color:var(--muted);margin:0;font-size:15px}.connection{font-size:12px;color:#dfbb77;white-space:nowrap}.connection.connected{color:#84bba3}.card{border:1px solid var(--border);border-radius:14px;background:linear-gradient(120deg,#161f2b,#121923);box-shadow:0 6px 22px #00000013;animation:enter .45s ease both}.bot-summary{display:flex;align-items:center;justify-content:space-between;padding:24px 28px;margin-bottom:24px;gap:20px}.bot-identity{display:flex;align-items:center;gap:16px;min-width:0}.bot-symbol{width:52px;height:52px;flex-shrink:0;display:grid;place-items:center;border:1px solid #395579;border-radius:13px;color:var(--accent);background:#1b3049;font-family:monospace;font-size:24px;font-weight:700}.bot-identity h2{font-size:18px;margin:0 0 6px;overflow-wrap:anywhere}.bot-identity p{margin:0;font-size:13px;color:var(--muted)}.separator{margin:0 12px;color:#566577}.status{color:#a3aec0}.status:before{content:'';display:inline-block;width:7px;height:7px;border-radius:50%;margin-right:7px;background:#8090a5}.status[data-state=running]{color:var(--green)}.status[data-state=running]:before{background:var(--green);box-shadow:0 0 0 4px #56dba113}.bot-actions{display:flex;gap:8px;flex-shrink:0}.button{padding:11px 18px;border-radius:7px;font-weight:600;font-size:14px;white-space:nowrap;border:1px solid var(--border)}.primary{background:#4287ed;border-color:#609eff;color:white;box-shadow:0 4px 18px #4287ed20}.primary:hover:not(:disabled){background:#5b98f2;box-shadow:0 4px 24px #4287ed40}.secondary{background:#202b3a;color:#d9e4f5;border-color:#364355}.secondary:hover:not(:disabled){background:#2a394d;border-color:#59749a}.main-grid{display:grid;grid-template-columns:1fr 1.04fr;gap:24px;align-items:start}.setup-column,.monitor-column{display:grid;gap:24px;min-width:0}.upload-card,.settings-card{padding:26px;animation-delay:.06s}.section-title{display:flex;gap:12px;align-items:start;margin-bottom:24px}.step{font-size:12px;color:#8fadd5;display:grid;place-items:center;width:30px;height:30px;border-radius:7px;border:1px solid #344357;background:#1b2738;flex-shrink:0}.section-title h2,h2{font-size:16px;font-weight:600;margin:2px 0 6px}.section-title p{font-size:13px;color:var(--muted);margin:0}.dropzone{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:205px;border:1px dashed #405777;background:linear-gradient(145deg,#18283b80,#14203150);border-radius:10px;cursor:pointer;text-align:center;padding:24px;position:relative;overflow:hidden}.dropzone:hover,.dropzone.dragging{border-color:#82b5ff;background:#203754;transform:translateY(-2px);box-shadow:0 8px 25px #0002}.dropzone[aria-disabled=true]{cursor:not-allowed;opacity:.55}.dropzone[aria-disabled=true]:hover{transform:none}.upload-icon{width:42px;height:42px;color:#91baff;margin-bottom:16px;transition:transform .2s}.dropzone:hover .upload-icon{transform:translateY(-4px)}.dropzone strong{font-size:16px;font-weight:500}.dropzone>span{font-size:14px;color:var(--muted);margin-top:7px}.dropzone b{color:#91baff;font-weight:500}.dropzone small{font-size:12px;color:#9aaabe;margin-top:18px}.hint{color:#8fa0b6;font-size:12px;line-height:1.85;margin:16px 0 0}.project-info{display:flex;align-items:center;gap:12px;border:1px solid #2e4850;background:#182b2d55;padding:14px;border-radius:8px;margin-top:14px;animation:enter .3s ease}.project-info>div{min-width:0}.project-info strong{display:block;overflow-wrap:anywhere;font-size:14px}.project-info p{color:var(--muted);font-size:12px;margin:3px 0 0}.file-symbol{font-size:11px;background:#263c44;color:#9dcfc5;border-radius:5px;padding:8px 5px}.check{margin-left:auto;color:var(--green)}.upload-progress{margin-top:16px}.upload-progress>div{display:flex;justify-content:space-between;font-size:13px;color:var(--accent);margin-bottom:10px}progress{height:6px;width:100%;border:0;border-radius:8px;overflow:hidden;background:#273449;accent-color:#6ba7ff}progress::-webkit-progress-bar{background:#273449}progress::-webkit-progress-value{background:#6ba7ff;border-radius:8px;transition:width .2s}progress:indeterminate{animation:pulse 1s ease infinite alternate}.working:after{content:'';position:absolute;inset:0;background:linear-gradient(110deg,transparent,#71abff13,transparent);animation:sweep 1.8s linear infinite;pointer-events:none}fieldset{border:0;padding:0;margin:0 0 22px}legend{font-size:14px;margin-bottom:10px;color:#c5d3e6}.runtime-options{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.runtime-options label{position:relative;cursor:pointer}.runtime-options input{position:absolute;opacity:0;inset:0;width:100%;height:100%;cursor:pointer;margin:0}.runtime-options label>span{display:flex;flex-direction:column;align-items:center;gap:5px;border:1px solid #344153;background:#111b28;border-radius:8px;padding:15px 5px;transition:background .2s,border-color .2s,box-shadow .2s}.runtime-options input:checked+span{border-color:#79aeff;box-shadow:0 0 0 1px #79aeff44;background:#20344e}.runtime-options input:focus-visible+span{outline:2px solid var(--accent);outline-offset:3px}.runtime-options strong{font-size:14px;font-weight:500}.runtime-options small{font-size:11px;color:var(--muted)}.runtime-icon{font-family:monospace;font-size:17px;line-height:26px}.node{color:#82d6a2}.bun{color:#f6d9b2}.python{color:#8bbfff}.field{display:block;font-size:14px;margin:22px 0;color:#c5d3e6}.field input{display:block;width:100%;background:#0e1621;border:1px solid #354257;border-radius:7px;color:#e2eaf7;padding:12px 13px;margin:9px 0;font-size:14px;min-width:0}#command{font-family:ui-monospace,Consolas,monospace}.field small{color:#8f9fb4;font-size:12px;line-height:1.7;display:block}.token-state{float:right;color:#d3b17c;font-size:12px}.token-state.configured{color:var(--green)}.settings-footer{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-top:24px}#saveState{color:#95a6ba;font-size:12px}.console-card{overflow:hidden;animation-delay:.12s}.console-heading{padding:19px 22px;border-bottom:1px solid #2b3646;display:flex;justify-content:space-between;align-items:center}.console-heading>div{display:flex;align-items:center;gap:10px}.console-heading h2{margin:0}.terminal-symbol{color:var(--accent);font:600 20px monospace}.live{font-size:10px;color:#94a6bd;border:1px solid #374458;padding:3px 5px;border-radius:4px;letter-spacing:.5px}.live.active{color:#82dfac;border-color:#365d48}.log-empty{min-height:415px;display:flex;align-items:center;justify-content:center;flex-direction:column;background:#0d141e;text-align:center;padding:24px}.log-empty>span{font:34px monospace;color:#6883a4;background:#162234;border:1px solid #2a3a50;border-radius:13px;padding:13px 19px;margin-bottom:12px}.log-empty h3{font-size:16px;font-weight:500;color:#bac9dc;margin:12px 0 0}.log-empty p{font-size:13px;color:#8c9eb6;line-height:1.9;margin-bottom:0}#logs{font:13px/1.9 ui-monospace,Consolas,monospace;height:415px;margin:0;padding:20px;background:#0b121b;color:#c5d6ed;white-space:pre-wrap;overflow:auto;overflow-wrap:anywhere}.console-footer{display:flex;justify-content:space-between;align-items:center;padding:14px 20px;color:#8b9db4;font-size:12px;border-top:1px solid #263345}.console-footer label{display:flex;align-items:center;gap:6px;cursor:pointer}.console-footer input{accent-color:var(--accent)}.resources{padding:23px 26px;animation-delay:.18s}.resources h2{margin:0 0 23px}.disk-row{display:flex;justify-content:space-between;font-size:13px;margin-bottom:10px;color:#b4c3d8}.disk-row strong{font-weight:500;color:#e6effc}.resource-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:24px}.resource-grid>div+div{border-left:1px solid #303c4c;padding-left:24px}.resource-grid span{font-size:12px;color:var(--muted);display:block}.resource-grid strong{font-size:25px;font-weight:600;display:block;margin-top:8px}.resource-grid small{font-size:13px;font-weight:400;color:#a6b8d2}.resources .hint{border-top:1px solid #283546;padding-top:14px}.workflow-note{display:flex;align-items:center;gap:14px;color:#91a6c0;padding:0 10px}.workflow-note>span{font-size:24px;color:#638cbb}.workflow-note p{font-size:12px;margin:0;line-height:1.9}footer{display:flex;justify-content:space-between;align-items:center;padding:28px 0;border-top:1px solid #233043;margin-top:40px;font-size:12px;color:#8294ac}footer>span{color:#708099}.banner{padding:14px 18px;border-radius:8px;margin-bottom:20px;font-size:14px;background:#402731;border:1px solid #7c4858;color:#ffd0d8}#toast{position:fixed;left:50%;bottom:26px;max-width:min(560px,92vw);padding:15px 24px;border-radius:10px;background:#243b36;border:1px solid #4c7f6f;box-shadow:0 15px 50px #0007;color:#d9ffec;font-size:14px;z-index:20;transform:translate(-50%,30px);opacity:0;pointer-events:none;transition:transform .25s,opacity .25s}#toast.show{opacity:1;transform:translate(-50%,0)}#toast.bad{background:#402731;border-color:#915466;color:#ffe0e6}@keyframes enter{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}@keyframes sweep{from{transform:translateX(-100%)}to{transform:translateX(100%)}}@keyframes pulse{from{opacity:.4}to{opacity:1}}@media(min-width:1600px){.layout{max-width:1480px}.log-empty{min-height:450px}#logs{height:450px}}@media(max-width:950px){.layout{padding:30px 22px 0}.main-grid{gap:16px}.setup-column,.monitor-column{gap:16px}.upload-card,.settings-card{padding:20px}.header-section{display:none}.bot-summary{padding:20px}.button{padding:11px 13px}}@media(max-width:720px){.header{height:68px;padding:0 18px;gap:12px}.brand{font-size:19px}.account #username,.free{display:none}.account{gap:4px}.layout{padding:28px 16px 0}.page-heading{display:block}.connection{display:block;margin-top:18px}h1{font-size:27px}.bot-summary{display:block}.bot-actions{margin-top:22px}.bot-actions .primary{flex:1}.main-grid{grid-template-columns:1fr}.log-empty{min-height:270px}#logs{height:330px}.page-heading{margin-bottom:24px}.settings-footer{flex-wrap:wrap}.header .quiet{font-size:12px}.resource-grid{gap:12px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
