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}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}: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-container,.ui-container{margin:0 auto;max-width:1200px;padding:0 16px}.uh-card,.ui-card{background:#fff;background:var(--surface);border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:12px;border-radius:var(--radius-lg)}.btn,.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;padding:10px 14px;text-decoration:none}.btn-primary,.uh-btn-primary{background:#2563eb;background:var(--primary);border-color:#2563eb;border-color:var(--primary);color:#fff}.btn-ghost,.uh-btn-outline-contrast,.uh-btn.subtle{background:#0000}.link,.uh-link{color:#2563eb;color:var(--primary);text-decoration:none}.link:hover,.uh-link:hover{text-decoration:underline}.uh-table,.ui-table{border-collapse:collapse;margin:20px 0;width:100%}.uh-table td,.uh-table th,.ui-table td,.ui-table th{border:1px solid #e5e7eb;border:1px solid var(--border);padding:12px 15px;text-align:left}.uh-table th,.ui-table th{background:#f8fafc;background:var(--muted-bg);color:#475569;color:var(--subtext);font-weight:600}.uh-sidebar{background:#0000;border-radius:0;border-right:1px solid #e5e7eb;border-right:1px solid var(--border);box-sizing:border-box;height:100vh;padding:24px 20px;position:sticky;top:0;width:240px}.uh-brand{font-size:16px;font-weight:700;margin-bottom:16px;padding-left:2px}.uh-brand,.uh-sidebar h3{color:#0f172a;color:var(--text)}.uh-sidebar h3{font-size:1.25rem;margin-bottom:15px;margin-top:0}.uh-sidebar ul{list-style:none;margin:0;padding:0}.uh-sidebar ul li{margin-bottom:10px}.uh-sidebar ul li a{color:#2563eb;color:var(--primary);text-decoration:none}.uh-sidebar ul li a:hover{text-decoration:underline}.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-layout .uh-container{margin:0;max-width:none;padding:0 24px}.uh-title{font-size:22px;margin:0}.uh-content{background:#0000;padding:24px}.uh-actions{display:flex;flex-wrap:wrap;gap:12px}.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(4,minmax(0,1fr));margin-bottom: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}.ui-login{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);margin:40px auto;max-width:400px;padding:30px}.ui-login h2{color:#0f172a;color:var(--text);margin-bottom:20px;text-align:center}.ui-login label{color:#475569;color:var(--subtext);display:block;margin-bottom:8px}.ui-login input[type=password],.ui-login input[type=text]{border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:10px;border-radius:var(--radius-md);box-sizing:border-box;margin-bottom:20px;padding:10px 12px;width:100%}.ui-login button{background-color:#2563eb;background-color:var(--primary);border:none;border-radius:10px;border-radius:var(--radius-md);color:#fff;cursor:pointer;font-size:1rem;padding:12px;transition:background-color .3s ease;width:100%}.ui-login button:hover{background-color:#1e40af;background-color:var(--primary-dark)}.uh-login-container{align-items:center;background:#fff;color:#0f172a;color:var(--text);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(960px,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 28px 32px}.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);color:#0f172a;color:var(--text);outline:none;padding:10px 12px;width:100%}.uh-login-forgot{margin:6px 0 16px;text-align:right}.uh-login-forgot a{color:#2563eb;color:var(--primary);font-size:12px;text-decoration:none}.uh-login-buttons{display:flex;flex-direction:column;gap:10px}@media (max-width:1024px){.uh-login-card{grid-template-columns:1fr}.uh-login-illustration{display:none}}.uh-home{background:#fff;background:var(--surface);color:#0f172a;color:var(--text);display:flex;flex-direction:column;min-height:100vh}.uh-home__main{flex:1 1}.uh-home__header{background:#fff;background:var(--surface);border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--border);padding:16px 0;position:sticky;top:0;z-index:10}.uh-home__header-inner{align-items:center;display:flex;justify-content:space-between}.uh-home__brand{align-items:center;display:flex;gap:12px}.uh-home__logo{background:#2563eb;background:var(--primary);border-radius:8px;height:32px;width:32px}.uh-home__title{font-size:20px;font-weight:700}.uh-home__nav{align-items:center;display:flex;gap:20px}.uh-home__hero{background:linear-gradient(135deg,#2563eb,#1e40af);background:linear-gradient(135deg,var(--primary) 0,var(--primary-dark) 100%);color:#fff;padding:72px 0}.uh-home__hero-inner{grid-gap:32px;align-items:center;display:grid;gap:32px;grid-template-columns:1.2fr .8fr}.uh-h1{font-size:48px;line-height:1.15;margin:0 0 16px}.uh-lead{font-size:18px;margin:0 0 24px;opacity:.95}.uh-note{font-size:12px;margin-top:16px;opacity:.9}.uh-hero-preview{background:#0b1220;border:1px solid #ffffff26;border-radius:16px;min-height:200px;padding:16px}.uh-home__logos{background:#fff;background:var(--surface);border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--border);padding:28px 0}.uh-home__logos-inner{align-items:center;display:flex;flex-wrap:wrap;gap:24px;justify-content:space-between;opacity:.7}.uh-logo-placeholder{background:#f8fafc;background:var(--muted-bg);border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:6px;height:24px;width:120px}.uh-section{background:#fff;background:var(--surface);padding:64px 0}.uh-section-alt{background:#f8fafc;background:var(--muted-bg)}.uh-h2{font-size:36px;margin:0 0 12px}.uh-subtext{color:#475569;color:var(--subtext);margin:0 0 28px}.uh-grid-3{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(3,1fr)}.uh-grid-2{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(2,1fr)}.uh-home__cta{background:linear-gradient(135deg,#2563eb,#1e40af);background:linear-gradient(135deg,var(--primary) 0,var(--primary-dark) 100%);color:#fff;padding:56px 0}.uh-home__cta-inner{align-items:center;display:flex;flex-wrap:wrap;gap:24px;justify-content:space-between}.uh-cta-title{font-size:28px;font-weight:700;margin-bottom:8px}.uh-cta-sub{opacity:.95}.uh-home__footer{background:#fff;background:var(--surface);border-top:1px solid #e5e7eb;border-top:1px solid var(--border);padding:20px 0}.uh-home__footer-inner{align-items:center;color:#475569;color:var(--subtext);display:flex;font-size:14px;justify-content:space-between}.uh-footer-links{display:flex;gap:16px}@media (max-width:960px){.uh-grid-2,.uh-grid-3,.uh-home__hero-inner{grid-template-columns:1fr}}.uh-card-title{font-weight:700;margin-bottom:6px}.uh-card-text{color:#475569;color:var(--subtext)}.uh-icon{background:#2563eb;background:var(--primary);border-radius:8px;height:36px;margin-bottom:12px;width:36px}.uh-card-actions{margin-top:16px}.uh-list{margin-top:12px}.uh-home__logos{display:none}.uh-card,.uh-card-muted{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);padding:24px 20px}.uh-card-muted{background:#f8fafc;background:var(--muted-bg)}.uh-price-name{font-size:18px;font-weight:700}.uh-price-value{font-size:28px;margin:8px 0 12px}.uh-home__cta .uh-btn-contrast,.uh-home__hero .uh-btn-contrast{background:#fff;border:none;color:#2563eb;color:var(--primary)}.uh-home__cta .uh-btn-outline-contrast,.uh-home__hero .uh-btn-outline-contrast{background:#0000;border:1px solid #fff9;color:#fff}.uh-section-head{align-items:baseline;display:flex;justify-content:space-between;margin:24px 0 12px}.uh-list{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(3,minmax(0,1fr))}.uh-list-item{align-items:flex-start;background:#fff;border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:12px;box-shadow:0 10px 30px #00000014;box-shadow:var(--shadow-card);display:flex;flex-direction:column;gap:10px;padding:20px 22px}.uh-list-title{font-weight:600}.uh-list-sub{color:#64748b;color:var(--uh-text-dim);font-size:12px}.uh-list-item:has(.uh-badge.danger){background:#fff7f7;border-color:#ffe1e1}.uh-list-item:has(.uh-badge.warning){background:#fffbeb;border-color:#fde68a}.uh-list-item:has(.uh-badge.ok){background:#f0fdf4;border-color:#bbf7d0}.uh-card.stat{background:#fff;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);padding:16px 20px}.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-layout .uh-section{background:#0000;padding:16px 0}@media (min-width:1400px){.uh-list{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:1024px){.uh-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.uh-list{grid-template-columns:1fr}}.uh-form-group{margin-bottom:12px}.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);padding:10px 12px;width:100%}.uh-card form{width:min(560px,94vw)}.uh-card form .uh-actions{justify-content:flex-end}
/*# sourceMappingURL=main.5c9d8649.css.map*/