:root{--surface:#fff;--border:#e5e7eb;--text:#0f172a;--subtext:#475569;--muted-bg:#f8fafc;--primary:#2563eb;--primary-dark:#1e40af;--danger:#ff4d4f;--warning:#fadb14;--ok:#52c41a;--uh-text-dim:#64748b;--primary-rgb:37,99,235;--radius-md:10px;--radius-lg:12px;--shadow-card:0 10px 30px #00000014}.uh-layout{background:#f8fafc;background:var(--muted-bg);color:#0f172a;color:var(--text);display:flex;min-height:100vh}.uh-main{display:flex;flex:1 1;flex-direction:column}.uh-header{background:#fff;border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--border);padding:16px 20px;position:sticky;top:0;z-index:1}.uh-header-row{align-items:center;display:flex;justify-content:space-between;padding:0 24px;width:100%}.uh-content{background:#0000;padding:24px}.uh-title{font-size:22px;margin:0}.uh-actions{display:flex;flex-wrap:wrap;gap:12px}.uh-sidebar{background:#0000;border-right:1px solid #e5e7eb;border-right:1px solid var(--border);box-sizing:border-box;height:100vh;padding:24px 16px;position:sticky;top:0;width:220px}.uh-brand{color:#0f172a;color:var(--text);font-size:16px;font-weight:700;margin-bottom:20px}.uh-nav{list-style:none;margin:0;padding:0}.uh-nav-item{margin:6px 0}.uh-nav-item a{border:1px solid #0000;border-radius:8px;color:#475569;color:var(--subtext);display:block;padding:10px 12px;text-decoration:none}.uh-nav-item a:hover,.uh-nav-item.active a{background:#fff;border-color:#e5e7eb;border-color:var(--border);box-shadow:0 10px 30px #00000014;box-shadow:var(--shadow-card);color:#0f172a;color:var(--text)}.uh-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:20px}.uh-card{background:#fff;background:var(--surface);border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:12px;border-radius:var(--radius-lg)}.uh-card.stat{box-shadow:0 10px 30px #00000014;box-shadow:var(--shadow-card);padding:16px 20px}.uh-card.stat .uh-card-title{color:#64748b;color:var(--uh-text-dim);font-size:12px}.uh-card.stat .uh-card-value{font-size:24px;font-weight:700}.uh-card.stat.accent-1{box-shadow:inset 0 0 0 2px #2563eb,0 10px 30px #00000014;box-shadow:0 0 0 2px var(--primary) inset,var(--shadow-card)}.uh-card.stat.accent-2{box-shadow:inset 0 0 0 2px #10b981,0 10px 30px #00000014;box-shadow:0 0 0 2px #10b981 inset,var(--shadow-card)}.uh-card.stat.accent-3{box-shadow:inset 0 0 0 2px #f59e0b,0 10px 30px #00000014;box-shadow:0 0 0 2px #f59e0b inset,var(--shadow-card)}.uh-section{background:#0000;padding:16px 0}.uh-section-head{align-items:baseline;display:flex;justify-content:space-between;margin:24px 0 12px}.uh-link{color:#2563eb;color:var(--primary);text-decoration:none}.uh-link:hover{text-decoration:underline}.uh-table{border-collapse:collapse;width:100%}.uh-table td,.uh-table th{border:1px solid #e5e7eb;border:1px solid var(--border);font-size:14px;padding:10px 14px;text-align:left}.uh-table th{background:#f8fafc;background:var(--muted-bg);color:#475569;color:var(--subtext);font-weight:600}.uh-table tr:hover td{background:#f0f4ff}.uh-btn{background:#fff;border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:10px;border-radius:var(--radius-md);color:#0f172a;color:var(--text);cursor:pointer;display:inline-block;font-size:14px;padding:8px 14px;text-decoration:none}.uh-btn:hover{background:#f8fafc;background:var(--muted-bg)}.uh-btn-primary{background:#2563eb;background:var(--primary);border-color:#2563eb;border-color:var(--primary);color:#fff}.uh-btn-primary:hover{background:#1e40af;background:var(--primary-dark);border-color:#1e40af;border-color:var(--primary-dark)}.uh-btn-danger{background:#fff;border-color:#ff4d4f;border-color:var(--danger);color:#ff4d4f;color:var(--danger)}.uh-btn-danger:hover{background:#fff7f7}.uh-btn-sm{font-size:12px;padding:4px 10px}.uh-form-group{margin-bottom:14px}.uh-label{color:#475569;color:var(--subtext);display:block;font-size:12px;margin-bottom:6px}.uh-input,.uh-select{background:#fff;background:var(--surface);border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:10px;border-radius:var(--radius-md);box-sizing:border-box;color:#0f172a;color:var(--text);font-size:14px;padding:9px 12px;width:100%}.uh-input:focus,.uh-select:focus{outline:2px solid #2563eb;outline:2px solid var(--primary);outline-offset:1px}.uh-check-row{align-items:center;display:flex;font-size:14px;gap:8px;margin-bottom:10px}.uh-fieldset{border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:10px;border-radius:var(--radius-md);margin-bottom:16px;padding:12px 16px}.uh-fieldset legend{color:#475569;color:var(--subtext);font-size:12px;font-weight:600;padding:0 6px}.uh-row-2{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr 1fr}.uh-badge{border-radius:999px;display:inline-block;font-size:11px;font-weight:600;padding:2px 8px}.uh-badge.ok{background:#f0fdf4;border:1px solid #bbf7d0;color:#15803d}.uh-badge.danger{background:#fff7f7;border:1px solid #fecaca;color:#b91c1c}.uh-badge.muted{background:#f8fafc;background:var(--muted-bg);border:1px solid #e5e7eb;border:1px solid var(--border);color:#475569;color:var(--subtext)}.uh-modal-backdrop{align-items:center;background:#00000073;display:flex;inset:0;justify-content:center;position:fixed;z-index:200}.uh-modal{background:#fff;border-radius:12px;border-radius:var(--radius-lg);box-shadow:0 10px 30px #00000014;box-shadow:var(--shadow-card);max-height:90vh;overflow-y:auto;padding:28px;width:min(580px,94vw)}.uh-modal-title{font-size:18px;font-weight:700;margin:0 0 20px}.uh-modal-footer{display:flex;gap:10px;justify-content:flex-end;margin-top:20px}.uh-tabs{border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--border);display:flex;gap:4px;margin-bottom:20px}.uh-tab{background:#0000;border:1px solid #0000;border-bottom:none;border-radius:8px 8px 0 0;color:#475569;color:var(--subtext);cursor:pointer;font-size:14px;padding:9px 16px}.uh-tab.active{background:#fff;border-color:#e5e7eb;border-color:var(--border);color:#0f172a;color:var(--text);margin-bottom:-1px}.uh-login-container{align-items:center;background:#fff;display:flex;justify-content:center;min-height:100vh;padding:16px}.uh-login-card{background:#fff;background:var(--surface);border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:12px;border-radius:var(--radius-lg);box-shadow:0 10px 30px #00000014;box-shadow:var(--shadow-card);display:grid;grid-template-columns:1.2fr .8fr;overflow:hidden;width:min(900px,94vw)}.uh-login-illustration{align-items:center;background:linear-gradient(135deg,#2563eb,#1e40af);background:linear-gradient(135deg,var(--primary) 0,var(--primary-dark) 100%);display:flex;justify-content:center;padding:24px}.uh-login-illustration-placeholder{background:#ffffff0f;border:1px solid #fff3;border-radius:12px;max-width:520px;min-height:280px;width:100%}.uh-login-form{padding:28px}.uh-login-header{margin-bottom:18px}.uh-login-greeting{color:#2563eb;color:var(--primary);font-size:20px;font-weight:700}.uh-login-subtitle{color:#0f172a;color:var(--text);font-size:20px;font-weight:700}.uh-login-form-container{border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:12px;border-radius:var(--radius-lg);padding:20px}.uh-login-form-title{color:#0f172a;color:var(--text);font-weight:700;margin-bottom:16px}.uh-login-field{margin-bottom:12px}.uh-login-label{color:#475569;color:var(--subtext);display:block;font-size:12px;margin-bottom:6px}.uh-login-input{background:#fff;background:var(--surface);border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:10px;border-radius:var(--radius-md);box-sizing:border-box;color:#0f172a;color:var(--text);outline:none;padding:10px 12px;width:100%}.uh-login-input:focus{outline:2px solid #2563eb;outline:2px solid var(--primary);outline-offset:1px}.uh-login-buttons{display:flex;flex-direction:column;gap:10px}.uh-login-alt{color:#475569;color:var(--subtext);font-size:13px;margin-top:12px;text-align:center}.uh-login-alt a{color:#2563eb;color:var(--primary);text-decoration:none}.uh-alert-error{background:#fef2f2;color:#b91c1c}.uh-alert-error,.uh-alert-success{border-radius:8px;font-size:14px;margin-bottom:12px;padding:8px 12px}.uh-alert-success{background:#f0fdf4;color:#15803d}.uh-empty{color:#475569;color:var(--subtext);font-size:14px;padding:24px 0;text-align:center}@media (max-width:1024px){.uh-login-card{grid-template-columns:1fr}.uh-login-illustration{display:none}.uh-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.uh-grid,.uh-row-2{grid-template-columns:1fr}}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}
/*# sourceMappingURL=main.bd337f12.css.map*/