:root{--red:#f50000;--red-d:#c40000;--red-xd:#900;--yellow:#f2e71c;--txt:#111;--muted:#5f6267;--line:#ededed;--bg:#fff;--bg-soft:#fafafa}*{box-sizing:border-box}#root,body,html{height:100%}body,html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;background:var(--bg);color:#111;color:var(--txt);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,Helvetica Neue,Noto Sans,sans-serif;line-height:1.35;margin:0}:focus-visible{outline:3px solid #f2e71c;outline:3px solid var(--yellow);outline-offset:2px}.app-container{display:flex;flex-direction:column;min-height:100%}.app-main{padding:14px 16px 24px;width:100%}.app-main,.container{margin:0 auto;max-width:1140px}.container{padding:0 16px}.header{background:linear-gradient(180deg,#900,#c40000 50%,#f50000);background:linear-gradient(180deg,var(--red-xd),var(--red-d) 50%,var(--red) 100%);border-bottom:2px solid #900;border-bottom:2px solid var(--red-xd);box-shadow:0 2px 18px #0000000f;position:-webkit-sticky;position:sticky;top:0;z-index:40}.header-inner{gap:12px;margin:0 auto;max-width:1140px;padding:10px 16px}.header .brand,.header-inner{align-items:center;display:flex}.header .brand{color:#fff;gap:10px;text-decoration:none}.header__logo{display:block;height:40px;width:auto}.header__accent{background:#f2e71c;background:var(--yellow);border-radius:2px;height:3px;margin-top:10px;width:84px}.nav{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-left:auto}.nav a{border:2px solid #0000;border-radius:999px;color:#fff;font-size:14px;font-weight:900;letter-spacing:.4px;padding:8px 12px;text-decoration:none;text-transform:uppercase;transition:border-color .15s,background .15s}.nav a:hover{background:#ffffff0f}.nav a.active,.nav a[aria-current=page]{border-color:#f2e71c;border-color:var(--yellow)}.burger{background:#0000;border:0;color:#fff;margin-left:auto}.burger,.mobmenu{display:none}@media (max-width:880px){.nav{display:none}.burger{display:inline-flex}.mobmenu{background:#fff;box-shadow:0 10px 20px #0000000f;position:-webkit-sticky;position:sticky;top:62px;z-index:39}.mobmenu,.mobmenu a{border-bottom:1px solid #ededed;border-bottom:1px solid var(--line);color:#111;display:block}.mobmenu a{font-size:14px;font-weight:800;padding:12px 14px;text-decoration:none}.mobmenu a.active{background:#fef7f7;color:#900;color:var(--red-xd)}}h1,h2,h3{font-weight:900;letter-spacing:.2px;margin:18px 0 10px}h1{font-size:26px}h2{font-size:22px}h3{font-size:18px}.card{border:1px solid #ededed;border:1px solid var(--line);border-radius:16px;box-shadow:0 2px 12px #0000000a;padding:14px}.card,.table{background:#fff}.table{border:1px solid #ededed;border:1px solid var(--line);border-collapse:collapse;border-radius:14px;overflow:hidden;width:100%}.table td,.table th{border-bottom:1px solid #ededed;border-bottom:1px solid var(--line);font-size:14px;padding:12px;vertical-align:middle}.table th{background:#fafafa;background:var(--bg-soft);color:#5f6267;color:var(--muted);font-weight:800;letter-spacing:.3px;text-transform:uppercase}.table tr:last-child td{border-bottom:none}label{display:block;font-weight:800;margin-bottom:6px}.inp{background:#fff;border:1px solid #ededed;border:1px solid var(--line);border-radius:12px;font-size:14px;min-width:0;padding:12px}.inp:focus{border-color:#f50000;border-color:var(--red);box-shadow:0 0 0 3px #f500001f}.textarea{min-height:120px;padding:12px;resize:vertical}.btn,.textarea{border:1px solid #ededed;border:1px solid var(--line);border-radius:12px;font-size:14px}.btn{background:#fff;cursor:pointer;font-weight:800;padding:10px 14px}.btn:hover{background:#fafafa}.btn-primary{background:#c40000;background:var(--red-d);border:2px solid #900;border:2px solid var(--red-xd);border-radius:12px;color:#fff;font-weight:900;padding:10px 14px}.btn-primary:hover{background:#f50000;background:var(--red)}.btn-danger{background:#9b1111;border:2px solid #6f0d0d;border-radius:12px;color:#fff;font-weight:900;padding:10px 14px}.btn-ghost{background:#0000;border:2px dashed #ededed;border:2px dashed var(--line);border-radius:12px;padding:10px 14px}.row{display:flex;flex-wrap:wrap;gap:12px}.col{flex:1 1 280px;min-width:240px}.badge{background:#fff;border:2px solid #f50000;border:2px solid var(--red);border-radius:999px;color:#900;color:var(--red-xd);display:inline-block;font-size:12px;font-weight:900;letter-spacing:.2px;padding:6px 10px}.pills{display:flex;flex-wrap:wrap;gap:8px}.pill{background:#fff;border:2px solid #ededed;border:2px solid var(--line);border-radius:999px;cursor:pointer;font-weight:900;padding:8px 14px;-webkit-user-select:none;user-select:none}.pill.active{border-color:#900;border-color:var(--red-xd);color:#900;color:var(--red-xd)}.help{color:#5f6267;color:var(--muted);font-size:13px}@media (max-width:720px){.table{border:0}.table thead{display:none}.table tbody{grid-gap:10px;display:grid;gap:10px}.table tr{grid-gap:8px;background:#fff;border:1px solid #ededed;border:1px solid var(--line);border-radius:12px;display:grid;gap:8px;padding:12px}.table td{border:0;padding:0}}.toast-wrap{bottom:12px;display:flex;flex-direction:column;gap:8px;position:fixed;right:12px;z-index:50}.toast{background:#fff;border:1px solid #eee;border-radius:10px;box-shadow:0 4px 12px #0000000f;color:#111;font-size:13px;font-weight:700;padding:10px 12px}.toast.ok{border-color:#1a8f2b}.toast.err{border-color:#b00020}
/*# sourceMappingURL=main.473f8e1f.css.map*/