:root{--bg: #f3f4f6;--surface: #ffffff;--surface-2: #f8f9fb;--text: #251E1B;--muted: #6b6560;--border: #e6e3df;--primary: #173B61;--primary-hover: #102a47;--primary-soft: #e9eef5;--accent: #FF8B0F;--accent-hover: #e67a00;--accent-soft: #fff4e6;--green: #15803d;--green-soft: #ecfdf3;--green-border: #abefc6;--amber: #b54708;--amber-soft: #fffaeb;--amber-border: #fedf89;--red: #b42318;--red-soft: #fef3f2;--red-border: #fecdca;--blue: #1849a9;--blue-soft: #eff8ff;--blue-border: #b2ddff;--radius: 14px;--radius-sm: 9px;--shadow: 0 1px 2px rgba(16,24,40,.05), 0 1px 3px rgba(16,24,40,.08);--shadow-lg: 0 8px 24px rgba(16,24,40,.1), 0 2px 6px rgba(16,24,40,.06)}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:Montserrat,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:14px;line-height:1.5;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased}h1,h2,h3{margin:0;font-weight:650;letter-spacing:-.01em}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}.topbar{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;height:60px;padding:0 20px;background:var(--primary);color:#fff}.brand{display:flex;align-items:center;gap:12px;font-weight:600;font-size:15px;color:#fff}.logo{height:48px;width:auto;display:block}.topbar-user{display:flex;align-items:center;gap:12px;color:#ffffffd9;font-size:13px}.btn-light{background:transparent;border-color:#fff6;color:#fff}.btn-light:hover{background:#ffffff1f}.container{max-width:920px;margin:0 auto;padding:24px 20px 64px}.tabs{display:flex;gap:4px;margin-bottom:20px;flex-wrap:wrap}.tab{padding:8px 16px;border-radius:999px;font-size:14px;font-weight:500;color:var(--muted);transition:background .15s,color .15s}.tab:hover{background:var(--surface-2);text-decoration:none;color:var(--text)}.tab.active{background:var(--primary-soft);color:var(--primary);font-weight:600}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:22px;margin-bottom:18px}.card-title{font-size:16px;font-weight:650;margin-bottom:4px}.card-sub{color:var(--muted);font-size:13px;margin-bottom:16px}.card-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px;flex-wrap:wrap}.card-head .card-title{margin:0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:9px 16px;border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--surface);color:var(--text);font:inherit;font-weight:500;cursor:pointer;transition:background .15s,border-color .15s,opacity .15s;white-space:nowrap}.btn:hover{background:var(--surface-2)}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--accent);border-color:var(--accent);color:#fff}.btn-primary:hover{background:var(--accent-hover);border-color:var(--accent-hover)}.btn-primary:disabled{background:var(--accent)}.btn-sm{padding:6px 12px;font-size:13px}.btn-block{width:100%}.btn.is-on{background:var(--primary-soft);border-color:var(--primary);color:var(--primary);font-weight:600}.field{display:flex;flex-direction:column;gap:6px;margin-bottom:14px}.label{font-size:13px;font-weight:500;color:#374151}.input,select.input,textarea.input{width:100%;padding:10px 12px;border:1px solid var(--border);border-radius:var(--radius-sm);font:inherit;color:var(--text);background:var(--surface);transition:border-color .15s,box-shadow .15s}.input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-soft)}textarea.input{resize:vertical;min-height:84px;font-family:inherit}.form-row{display:flex;gap:10px;flex-wrap:wrap;align-items:flex-end}.form-row .field{flex:1 1 180px;margin-bottom:0}.check{display:flex;align-items:center;gap:8px;font-size:14px;cursor:pointer}.check input{width:16px;height:16px;accent-color:var(--primary)}.table-wrap{overflow-x:auto}table.tbl{width:100%;border-collapse:collapse;font-size:14px}.tbl th{text-align:left;padding:10px 12px;font-size:12px;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.03em;border-bottom:1px solid var(--border);white-space:nowrap}.tbl td{padding:12px;border-bottom:1px solid var(--border)}.tbl tbody tr:last-child td{border-bottom:none}.tbl tbody tr:hover{background:var(--surface-2)}.tbl th.sortable{cursor:pointer;-webkit-user-select:none;user-select:none}.tbl th.sortable:hover{color:var(--text)}.badge{display:inline-flex;align-items:center;padding:3px 9px;border-radius:999px;font-size:12px;font-weight:600;border:1px solid transparent;white-space:nowrap}.badge-gray{background:#f2f4f7;color:#475467;border-color:#e4e7ec}.badge-green{background:var(--green-soft);color:var(--green);border-color:var(--green-border)}.badge-amber{background:var(--amber-soft);color:var(--amber);border-color:var(--amber-border)}.badge-red{background:var(--red-soft);color:var(--red);border-color:var(--red-border)}.badge-blue{background:var(--blue-soft);color:var(--blue);border-color:var(--blue-border)}.banner{padding:14px 16px;border-radius:var(--radius-sm);border:1px solid var(--border);margin-bottom:16px;font-size:14px}.banner-warn{background:var(--amber-soft);border-color:var(--amber-border)}.banner-info{background:var(--blue-soft);border-color:var(--blue-border)}.banner-title{font-weight:650;margin-bottom:4px}.alert-error{background:var(--red-soft);border:1px solid var(--red-border);color:var(--red);padding:10px 12px;border-radius:var(--radius-sm);font-size:13px}.muted{color:var(--muted)}.small{font-size:13px}.hint{color:var(--amber);font-size:13px;margin-bottom:12px}.empty{color:var(--muted);text-align:center;padding:28px 0}.row-gap{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.dl{display:grid;grid-template-columns:max-content 1fr;gap:8px 16px;font-size:14px}.dl dt{color:var(--muted)}.dl dd{margin:0}.toast{color:var(--muted);font-size:13px}.auth-wrap{display:grid;place-items:center;min-height:100vh;padding:20px}.auth-card{width:100%;max-width:380px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-lg);padding:28px}.auth-logo{background:var(--primary);border-radius:12px;padding:16px 18px;display:grid;place-items:center;margin-bottom:18px}.auth-logo .logo{height:96px}.auth-title{font-size:20px;font-weight:700;margin-bottom:4px;text-align:center}.auth-sub{color:var(--muted);font-size:13px;text-align:center;margin-bottom:20px}.seg{display:flex;background:var(--surface-2);border:1px solid var(--border);border-radius:999px;padding:3px;margin-bottom:18px}.seg button{flex:1;padding:8px;border:none;background:transparent;border-radius:999px;font:inherit;font-weight:500;color:var(--muted);cursor:pointer}.seg button.active{background:var(--surface);color:var(--text);box-shadow:var(--shadow);font-weight:600}.center{display:grid;place-items:center;min-height:100vh}.spinner{width:28px;height:28px;border:3px solid var(--border);border-top-color:var(--primary);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}
