:root{--navy:#151c39;--navy-deep:#0b0f20;--navy-line:#2a3253;--bg:#f6f7fb;--surface:#fff;--surface-2:#f9fafc;--surface-3:#f1f3f9;--border:#e5e7f0;--border-strong:#d1d5e3;--text:#001026;--text-2:#454b60;--text-dim:#737a92;--accent:#3340d3;--accent-dark:#2731a8;--accent-soft:#3340d314;--accent-line:#3340d342;--gold:#d4a853;--danger:#c22233;--danger-soft:#c2223317;--ok:#127a4a;--ok-soft:#127a4a17;--warn:#9a6400;--radius:10px;--radius-lg:14px;--shadow-sm:0 1px 2px #0a10260d;--shadow:0 1px 2px #0a10260d,0 6px 20px #0a10260f;--shadow-lg:0 24px 64px #00102647;--header-h:56px}*{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:14px;line-height:1.5}a{color:inherit}button,input,select,textarea{font:inherit;color:inherit}h1,h2,h3,h4{letter-spacing:-.012em;margin:0;font-weight:640}::selection{background:var(--accent-soft)}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.field{margin-bottom:.9rem;display:block}.label{text-transform:uppercase;letter-spacing:.055em;color:var(--text-dim);margin-bottom:.35rem;font-size:.7rem;font-weight:640;display:block}.input,.select,.textarea{background:var(--surface);border:1px solid var(--border-strong);border-radius:8px;outline:none;width:100%;padding:.55rem .7rem;transition:border-color .12s,box-shadow .12s}.input::placeholder,.textarea::placeholder{color:#a4aabd}.input:hover,.select:hover,.textarea:hover{border-color:#b9bfd2}.input:focus,.select:focus,.textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft);outline:none}.select{appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23737a92' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right .65rem center;background-repeat:no-repeat;padding-right:2rem}.textarea{resize:vertical;min-height:76px;line-height:1.55}.btn{border:1px solid var(--border-strong);background:var(--surface);white-space:nowrap;cursor:pointer;border-radius:8px;justify-content:center;align-items:center;gap:.4rem;padding:.5rem .9rem;font-weight:570;transition:background .12s,border-color .12s,color .12s,opacity .12s;display:inline-flex}.btn:hover:not(:disabled){background:var(--surface-3);border-color:#b9bfd2}.btn:active:not(:disabled){background:var(--border)}.btn:disabled{opacity:.45;cursor:not-allowed}.btnPrimary{background:var(--accent);border-color:var(--accent);color:#fff;box-shadow:var(--shadow-sm)}.btnPrimary:hover:not(:disabled){background:var(--accent-dark);border-color:var(--accent-dark)}.btnPrimary:active:not(:disabled){background:var(--accent-dark)}.btnGhost{color:var(--text-dim);background:0 0;border-color:#0000;padding:.34rem .4rem}.btnGhost:hover:not(:disabled){background:var(--surface-3);color:var(--text);border-color:#0000}.btnDanger:hover:not(:disabled){background:var(--danger-soft);color:var(--danger)}.row{align-items:flex-start;gap:.7rem;display:flex}.row>*{flex:1;min-width:0}.muted{color:var(--text-dim)}.mono{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.84em}@media (max-width:700px){.row{flex-direction:column;align-items:stretch}}
