@import "https://fonts.googleapis.com/css2?family=Hanken+Grotesk:wght@400;500;600;700;800&family=JetBrains+Mono:wght@500;600&display=swap";:root{--red:#fc3444;--red-600:#e51e30;--red-700:#c8102a;--red-soft:#fc34441a;--red-soft-2:#fc344429;--bg:#f4f4f6;--surface:#fff;--surface-2:#fbfbfc;--ink:#17171b;--ink-2:#5c5c66;--ink-3:#97979f;--border:#e9e9ec;--border-2:#dfdfe3;--st-nov-bg:#eaf1fd;--st-nov-fg:#2a62c8;--st-obr-bg:#fbf0de;--st-obr-fg:#b5790b;--st-cak-bg:#efeff1;--st-cak-fg:#6c6c76;--st-zak-bg:#e4f4ec;--st-zak-fg:#1c8a57;--st-dok-bg:#f2edfb;--st-dok-fg:#6a3db8;--st-odv-bg:#fde8f0;--st-odv-fg:#b5295a;--radius:16px;--radius-sm:11px;--radius-xs:8px;--shadow-sm:0 1px 2px #14141e0d, 0 1px 3px #14141e0a;--shadow-md:0 4px 16px #14141e12, 0 1px 4px #14141e0a;--shadow-lg:0 18px 48px #14141e29, 0 4px 14px #14141e14;--font:"Hanken Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--mono:"JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace}*{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:var(--font);color:var(--ink);background:var(--bg);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility}#root{min-height:100vh}button{cursor:pointer;font-family:inherit}input,select,textarea{font-family:inherit}::selection{background:var(--red-soft-2)}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:#d8d8dd padding-box content-box;border:3px solid #0000;border-radius:20px}::-webkit-scrollbar-thumb:hover{background:#c2c2c9 padding-box content-box}.wordmark{letter-spacing:-.02em;font-weight:800;line-height:.92}.wordmark .sos{color:var(--red)}.btn{border-radius:var(--radius-sm);white-space:nowrap;border:1px solid #0000;justify-content:center;align-items:center;gap:8px;height:40px;padding:0 16px;font-size:14px;font-weight:600;transition:background .15s,border-color .15s,transform 60ms,box-shadow .15s;display:inline-flex}.btn:active{transform:translateY(1px)}.btn-primary{background:var(--red);color:#fff;box-shadow:0 1px 2px #fc344459}.btn-primary:hover{background:var(--red-600)}.btn-dark{color:#fff;background:#1b1b20}.btn-dark:hover{background:#000}.btn-ghost{background:var(--surface);color:var(--ink);border-color:var(--border-2)}.btn-ghost:hover{background:var(--surface-2);border-color:#cfcfd5}.btn-quiet{color:var(--ink-2);background:0 0}.btn-quiet:hover{color:var(--ink);background:#ececef}.btn-sm{border-radius:var(--radius-xs);height:34px;padding:0 12px;font-size:13px}.btn-icon{width:40px;padding:0}.badge{white-space:nowrap;border-radius:999px;align-items:center;gap:6px;padding:4px 10px;font-size:12.5px;font-weight:600;display:inline-flex}.badge .dot{border-radius:50%;width:7px;height:7px}.st-nov{background:var(--st-nov-bg);color:var(--st-nov-fg)}.st-nov .dot{background:var(--st-nov-fg)}.st-obr{background:var(--st-obr-bg);color:var(--st-obr-fg)}.st-obr .dot{background:var(--st-obr-fg)}.st-cak{background:var(--st-cak-bg);color:var(--st-cak-fg)}.st-cak .dot{background:var(--st-cak-fg)}.st-zak{color:#1c8a57;background:#e4f4ec}.st-zak .dot{background:#1c8a57}.st-dok{background:var(--st-dok-bg);color:var(--st-dok-fg)}.st-dok .dot{background:var(--st-dok-fg)}.st-odv{background:var(--st-odv-bg);color:var(--st-odv-fg)}.st-odv .dot{background:var(--st-odv-fg)}.type-pill{color:var(--ink-2);border:1px solid var(--border);background:#f1f1f4;border-radius:999px;align-items:center;gap:7px;padding:4px 10px 4px 8px;font-size:12.5px;font-weight:600;display:inline-flex}.type-pill .ic{width:15px;height:15px;color:var(--ink-2)}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius)}.field label{color:var(--ink-2);margin-bottom:7px;font-size:12.5px;font-weight:600;display:block}.input,.select,.textarea{border:1px solid var(--border-2);border-radius:var(--radius-sm);background:var(--surface);width:100%;height:44px;color:var(--ink);outline:none;padding:0 13px;font-size:14.5px;transition:border-color .15s,box-shadow .15s}.textarea{resize:vertical;height:auto;padding:11px 13px;line-height:1.5}.input::placeholder,.textarea::placeholder{color:var(--ink-3)}.input:focus,.select:focus,.textarea:focus{border-color:var(--red);box-shadow:0 0 0 3px var(--red-soft)}.select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2397979F' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-position:right 13px center;background-repeat:no-repeat;padding-right:38px}@keyframes fadeUp{0%{transform:translateY(10px)}to{transform:none}}@keyframes fadeIn{0%{transform:translateY(4px)}to{transform:none}}@keyframes spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:no-preference){.fade-up{animation:.4s cubic-bezier(.2,.7,.3,1) both fadeUp}.fade-in{animation:.25s both fadeIn}}.tnum{font-variant-numeric:tabular-nums}.mono{font-family:var(--mono)}.eyebrow{font-family:var(--mono);letter-spacing:.08em;text-transform:uppercase;color:var(--ink-3);font-size:11px;font-weight:600}
