:root{--green-50:#eaf3de;--green-100:#c0dd97;--green-400:#639922;--green-500:#1d9e75;--green-600:#0f6e56;--green-700:#085041;--blue-50:#e6f1fb;--blue-500:#185fa5;--amber-50:#faeeda;--amber-500:#854f0b;--red-50:#fcebeb;--red-500:#a32d2d;--gray-50:#f8f8f6;--gray-100:#f0efe8;--gray-200:#e0ded6;--gray-400:#9b9a92;--gray-600:#5c5b55;--gray-900:#1a1a18;--radius-sm:6px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--shadow-sm:0 1px 3px #0000000f;--shadow-md:0 4px 12px #00000014}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;background:#f8f8f6;background:var(--gray-50);color:#1a1a18;color:var(--gray-900);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;line-height:1.6}h1,h2,h3,h4,h5{font-weight:500;line-height:1.25}a{color:#1d9e75;color:var(--green-500);text-decoration:none}a:hover{text-decoration:underline}.btn{align-items:center;border:none;border-radius:8px;border-radius:var(--radius-md);cursor:pointer;display:inline-flex;font-size:14px;font-weight:500;gap:6px;padding:9px 18px;text-decoration:none;transition:all .15s}.btn:disabled{cursor:not-allowed;opacity:.5}.btn-primary{background:#1d9e75;background:var(--green-500);color:#fff}.btn-primary:hover:not(:disabled){background:#0f6e56;background:var(--green-600);color:#fff;text-decoration:none}.btn-outline{background:#fff;border:1px solid #e0ded6;border:1px solid var(--gray-200);color:#1a1a18;color:var(--gray-900)}.btn-outline:hover:not(:disabled){background:#f8f8f6;background:var(--gray-50);text-decoration:none}.btn-ghost{background:#0000;border:none;color:#5c5b55;color:var(--gray-600);padding:9px 12px}.btn-ghost:hover{background:#f0efe8;background:var(--gray-100);text-decoration:none}.btn-danger{background:#e24b4a;color:#fff}.btn-danger:hover:not(:disabled){background:#a32d2d}.btn-sm{font-size:13px;padding:6px 12px}.btn-lg{font-size:15px;padding:12px 24px}.form-group{margin-bottom:16px}.form-group label{color:#5c5b55;color:var(--gray-600);display:block;font-size:13px;font-weight:500;margin-bottom:5px}.form-control{background:#fff;border:1px solid #e0ded6;border:1px solid var(--gray-200);border-radius:8px;border-radius:var(--radius-md);color:#1a1a18;color:var(--gray-900);font-size:14px;outline:none;padding:9px 12px;transition:border-color .15s;width:100%}.form-control:focus{border-color:#1d9e75;border-color:var(--green-500);box-shadow:0 0 0 3px #1d9e751f}.form-control.error{border-color:#e24b4a}.form-error{color:#a32d2d;font-size:12px;margin-top:4px}select.form-control{cursor:pointer}.card{background:#fff;border:1px solid #e0ded6;border:1px solid var(--gray-200);border-radius:12px;border-radius:var(--radius-lg);padding:20px 24px}.card-sm{padding:14px 16px}.badge{align-items:center;border-radius:20px;display:inline-flex;font-size:11px;font-weight:500;gap:4px;padding:3px 10px}.badge-green{background:#eaf3de;background:var(--green-50);color:#3b6d11}.badge-amber{background:#faeeda;background:var(--amber-50);color:#854f0b;color:var(--amber-500)}.badge-blue{background:#e6f1fb;background:var(--blue-50);color:#185fa5;color:var(--blue-500)}.badge-gray{background:#f0efe8;background:var(--gray-100);border:1px solid #e0ded6;border:1px solid var(--gray-200);color:#5c5b55;color:var(--gray-600)}.badge-red{background:#fcebeb;background:var(--red-50);color:#a32d2d;color:var(--red-500)}.container{max-width:1100px}.container,.container-sm{margin:0 auto;padding:0 24px}.container-sm{max-width:680px}.page-header{border-bottom:1px solid #e0ded6;border-bottom:1px solid var(--gray-200);margin-bottom:24px;padding:24px 0 20px}.page-header h1{font-size:22px}.app-layout{display:flex;min-height:100vh}.sidebar{background:#fff;border-right:1px solid #e0ded6;border-right:1px solid var(--gray-200);bottom:0;display:flex;flex-direction:column;flex-shrink:0;left:0;position:fixed;top:0;width:220px;z-index:100}.sidebar-logo{border-bottom:1px solid #e0ded6;border-bottom:1px solid var(--gray-200);color:#1a1a18;color:var(--gray-900);font-size:15px;font-weight:600;gap:9px;margin-bottom:8px;padding:20px 20px 16px}.logo-circle,.sidebar-logo{align-items:center;display:flex}.logo-circle{background:#1d9e75;background:var(--green-500);border-radius:50%;color:#fff;font-size:13px;font-weight:700;height:28px;justify-content:center;width:28px}.nav-section{color:#9b9a92;color:var(--gray-400);font-size:10px;font-weight:600;letter-spacing:.08em;padding:12px 12px 4px;text-transform:uppercase}.nav-item{align-items:center;border-radius:8px;border-radius:var(--radius-md);color:#5c5b55;color:var(--gray-600);cursor:pointer;display:flex;font-size:14px;gap:9px;margin:1px 8px;padding:9px 16px;text-decoration:none;transition:all .12s}.nav-item:hover{background:#f0efe8;background:var(--gray-100);color:#1a1a18;color:var(--gray-900);text-decoration:none}.nav-item.active{background:#eaf3de;background:var(--green-50);color:#0f6e56;color:var(--green-600);font-weight:500}.nav-item .icon{font-size:16px;text-align:center;width:20px}.sidebar-footer{border-top:1px solid #e0ded6;border-top:1px solid var(--gray-200);margin-top:auto;padding:16px 20px}.sidebar-user{font-size:13px}.sidebar-user-name{color:#1a1a18;color:var(--gray-900);font-weight:500}.sidebar-user-role{color:#9b9a92;color:var(--gray-400);font-size:11px;margin-top:1px}.main-content{background:#f8f8f6;background:var(--gray-50);flex:1 1;margin-left:220px;min-height:100vh}.topbar{align-items:center;background:#fff;border-bottom:1px solid #e0ded6;border-bottom:1px solid var(--gray-200);display:flex;height:56px;justify-content:space-between;padding:0 28px;position:sticky;top:0;z-index:50}.topbar-title{font-size:15px;font-weight:500}.page-content{padding:24px 28px}.stats-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));margin-bottom:24px}.stat-card{background:#fff;border:1px solid #e0ded6;border:1px solid var(--gray-200);border-radius:12px;border-radius:var(--radius-lg);padding:16px}.stat-label{color:#9b9a92;color:var(--gray-400);font-size:12px;margin-bottom:4px}.stat-value{font-size:26px;font-weight:500;line-height:1}.stat-sub{color:#9b9a92;color:var(--gray-400);font-size:12px;margin-top:3px}.toast-container{position:fixed;right:16px;top:16px;z-index:9999}.table-container{background:#fff;border:1px solid #e0ded6;border:1px solid var(--gray-200);border-radius:12px;border-radius:var(--radius-lg);overflow:hidden}.table-header{align-items:center;border-bottom:1px solid #e0ded6;border-bottom:1px solid var(--gray-200);display:flex;justify-content:space-between;padding:14px 20px}.table-header h3{font-size:14px;font-weight:500}table{border-collapse:collapse;font-size:13px;width:100%}thead th{background:#f8f8f6;background:var(--gray-50);border-bottom:1px solid #e0ded6;border-bottom:1px solid var(--gray-200);color:#9b9a92;color:var(--gray-400);font-size:11px;font-weight:600;letter-spacing:.04em;padding:10px 16px;text-align:left;text-transform:uppercase}tbody td{border-bottom:1px solid #f0efe8;border-bottom:1px solid var(--gray-100);color:#1a1a18;color:var(--gray-900);padding:13px 16px}tbody tr:last-child td{border-bottom:none}tbody tr:hover{background:#f8f8f6;background:var(--gray-50)}.progress{background:#e0ded6;background:var(--gray-200);border-radius:3px;height:6px;overflow:hidden}.progress-bar{background:#1d9e75;background:var(--green-500);border-radius:3px;height:100%;transition:width .3s}.wizard-steps{display:flex;gap:0;margin-bottom:28px}.wizard-step{align-items:center;display:flex;flex:1 1;flex-direction:column;position:relative}.wizard-step:not(:last-child):after{background:#e0ded6;background:var(--gray-200);content:"";height:2px;left:50%;position:absolute;right:-50%;top:14px;z-index:0}.wizard-step.active:after,.wizard-step.done:after{background:#1d9e75;background:var(--green-500)}.wizard-dot{align-items:center;background:#fff;border:2px solid #e0ded6;border:2px solid var(--gray-200);border-radius:50%;color:#9b9a92;color:var(--gray-400);display:flex;font-size:12px;font-weight:500;height:28px;justify-content:center;position:relative;width:28px;z-index:1}.wizard-step.done .wizard-dot{background:#1d9e75;background:var(--green-500);border-color:#1d9e75;border-color:var(--green-500);color:#fff}.wizard-step.active .wizard-dot{border-color:#1d9e75;border-color:var(--green-500);color:#1d9e75;color:var(--green-500);font-weight:700}.wizard-label{color:#9b9a92;color:var(--gray-400);font-size:11px;margin-top:5px;text-align:center}.wizard-step.active .wizard-label{color:#0f6e56;color:var(--green-600);font-weight:500}.question-card{background:#fff;border:1px solid #e0ded6;border:1px solid var(--gray-200);border-radius:12px;border-radius:var(--radius-lg);margin-bottom:12px;padding:18px 20px}.question-text{font-size:14px;font-weight:500;margin-bottom:12px}.option-list{display:flex;flex-direction:column;gap:7px}.option-item{align-items:flex-start;border:1px solid #e0ded6;border:1px solid var(--gray-200);border-radius:8px;border-radius:var(--radius-md);color:#5c5b55;color:var(--gray-600);cursor:pointer;display:flex;font-size:13px;gap:10px;padding:10px 14px;transition:all .12s}.option-item:hover{border-color:#1d9e75;border-color:var(--green-500);color:#1a1a18;color:var(--gray-900)}.option-item.selected,.option-item:hover{background:#eaf3de;background:var(--green-50)}.option-item.selected{border-color:#639922;border-color:var(--green-400);color:#2a5a0e;font-weight:500}.option-item input{accent-color:#1d9e75;accent-color:var(--green-500);margin-top:2px}.auth-page{align-items:center;background:#f8f8f6;background:var(--gray-50);display:flex;justify-content:center;min-height:100vh;padding:24px}.auth-card{background:#fff;border:1px solid #e0ded6;border:1px solid var(--gray-200);border-radius:16px;border-radius:var(--radius-xl);box-shadow:0 4px 12px #00000014;box-shadow:var(--shadow-md);max-width:420px;padding:36px 32px;width:100%}.auth-logo{margin-bottom:24px;text-align:center}.auth-logo-circle{align-items:center;background:#1d9e75;background:var(--green-500);border-radius:50%;color:#fff;display:inline-flex;font-size:20px;font-weight:700;height:44px;justify-content:center;margin-bottom:10px;width:44px}.auth-card h1{font-size:20px;margin-bottom:4px;text-align:center}.auth-card p{color:#9b9a92;color:var(--gray-400);font-size:14px;margin-bottom:24px;text-align:center}.imgCard{width:50%}
/*# sourceMappingURL=main.91375291.css.map*/