*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--brand: #16a34a;--brand-dark: #15803d;--bg: #f9fafb;--sidebar-bg: #FFF8F0;--sidebar-text: #374151;--sidebar-active: #16a34a;--text: #111827;--text-muted: #6b7280;--border: #e5e7eb;--card-bg: #ffffff;--red: #dc2626;--yellow: #d97706;--font: system-ui, -apple-system, sans-serif}body{font-family:var(--font);background:var(--bg);color:var(--text);font-size:14px;line-height:1.5}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}.layout{display:flex;min-height:100vh}.sidebar{width:220px;flex-shrink:0;background:var(--sidebar-bg);color:var(--sidebar-text);display:flex;flex-direction:column;padding:24px 0;position:fixed;top:0;left:0;height:100vh;overflow-y:auto;border-right:1px solid #e8d8c8}.sidebar-logo{padding:4px 20px 24px;font-size:20px;font-weight:700;color:#1f2937;display:flex;justify-content:center}.sidebar-logo span{color:var(--brand)}.sidebar-logo-img{height:72px;width:auto;display:block}.topbar-logo-img{height:44px;width:auto;display:block}.sidebar-nav{flex:1}.sidebar-link{display:flex;align-items:center;gap:10px;padding:10px 20px;color:var(--sidebar-text);border-left:3px solid transparent;transition:all .15s}.sidebar-link:hover{background:#0000000d;color:#111827}.sidebar-link.active{color:var(--brand);background:#16a34a1a;border-left-color:var(--brand)}.main{margin-left:220px;flex:1;min-height:100vh}.page{padding:28px}.page-header{margin-bottom:24px}.page-title{font-size:22px;font-weight:600}.page-subtitle{color:var(--text-muted);font-size:13px;margin-top:4px}.card{background:var(--card-bg);border:1px solid var(--border);border-radius:10px;padding:20px}.card-grid{display:grid;gap:16px}.card-grid-4{grid-template-columns:repeat(4,1fr)}.card-grid-3{grid-template-columns:repeat(3,1fr)}.card-grid-2{grid-template-columns:repeat(2,1fr)}.stat-label{font-size:12px;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em}.stat-value{font-size:28px;font-weight:700;margin-top:4px}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse}th,td{padding:10px 14px;text-align:left;border-bottom:1px solid var(--border)}th{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);background:var(--bg)}tr:last-child td{border-bottom:none}tr:hover td{background:#f0fdf4}.badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:9999px;font-size:11px;font-weight:500}.badge-green{background:#dcfce7;color:#15803d}.badge-yellow{background:#fef9c3;color:#92400e}.badge-red{background:#fee2e2;color:#991b1b}.badge-gray{background:#f3f4f6;color:#4b5563}.badge-blue{background:#dbeafe;color:#1d4ed8}.btn{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;border-radius:7px;font-size:13px;font-weight:500;border:1px solid transparent;transition:all .15s}.btn-primary{background:var(--brand);color:#fff}.btn-primary:hover{background:var(--brand-dark)}.btn-secondary{background:#fff;color:var(--text);border-color:var(--border)}.btn-secondary:hover{background:var(--bg)}.btn-danger{background:#fff;color:var(--red);border-color:#fca5a5}.btn-danger:hover{background:#fee2e2}.btn-sm{padding:5px 10px;font-size:12px}.form-group{display:flex;flex-direction:column;gap:6px}.form-label{font-size:12px;font-weight:500}.form-input,.form-select,.form-textarea{padding:8px 12px;border:1px solid var(--border);border-radius:7px;font-size:13px;background:#fff;color:var(--text);transition:border-color .15s}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px #16a34a1a}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-2{gap:8px}.gap-3{gap:12px}.gap-4{gap:16px}.mt-4{margin-top:16px}.mt-6{margin-top:24px}.text-muted{color:var(--text-muted)}.text-sm{font-size:12px}.font-semibold{font-weight:600}.w-full{width:100%}.lp-root{min-height:100vh;display:flex}.lp-brand{flex:0 0 44%;background:#fff8f0;border-right:1px solid #e8d8c8;position:relative;display:flex;flex-direction:column;overflow:hidden}.lp-brand-top{padding:28px 28px 0}.lp-brand-logo{height:140px;width:auto;object-fit:contain;object-position:left}.lp-brand-body{flex:1;display:flex;align-items:center;justify-content:center;padding:8px 12px 24px}.lp-banner-img{width:100%;height:auto;object-fit:contain}.lp-form-panel{flex:1;display:flex;align-items:center;justify-content:center;background:#fafafa;padding:48px 32px}.lp-form-wrap{width:100%;max-width:390px}.lp-form-header{margin-bottom:32px}.lp-badge{display:inline-block;background:#fff8f0;color:#ea580c;border:1px solid #fed7aa;padding:3px 11px;border-radius:20px;font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;margin-bottom:14px}.lp-title{font-size:26px;font-weight:700;color:#111827;margin-bottom:6px}.lp-subtitle{font-size:13.5px;color:#6b7280}.lp-form{display:flex;flex-direction:column;gap:18px}.lp-input-wrap{position:relative}.lp-input-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#9ca3af;pointer-events:none}.lp-input{width:100%;padding:10px 40px 10px 36px!important;font-size:13.5px!important;border-radius:9px!important;border:1.5px solid #e5e7eb!important;background:#fff!important;transition:border-color .15s,box-shadow .15s!important}.lp-input:focus{border-color:#ea580c!important;box-shadow:0 0 0 3px #ea580c1a!important;outline:none!important}.lp-submit{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:12px 20px;margin-top:4px;background:#f97316;color:#fff;border:none;border-radius:9px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 4px 16px #f9731659}.lp-submit:hover:not(:disabled){background:#ea580c;box-shadow:0 6px 20px #f9731673;transform:translateY(-1px)}.lp-submit:active{transform:translateY(0)}.lp-submit:disabled{opacity:.65;cursor:not-allowed}@keyframes lp-spin{to{transform:rotate(360deg)}}.lp-spinner{animation:lp-spin .75s linear infinite}.lp-footer{margin-top:32px;text-align:center;font-size:12px;color:#9ca3af}@media (max-width: 768px){.lp-root{flex-direction:column}.lp-brand{flex:0 0 auto;min-height:auto;border-right:none;border-bottom:1px solid #e8d8c8}.lp-brand-top{padding:16px 16px 0}.lp-brand-logo{height:88px}.lp-brand-body{padding:8px 12px 12px}.lp-form-panel{padding:32px 20px}}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--bg)}.login-card{width:380px;background:#fff;border-radius:12px;padding:40px;box-shadow:0 4px 24px #00000014}.login-logo{font-size:24px;font-weight:700;text-align:center;margin-bottom:32px}.login-logo span{color:var(--brand)}.toggle{position:relative;display:inline-block;width:40px;height:22px}.toggle input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;cursor:pointer;top:0;right:0;bottom:0;left:0;background:#d1d5db;border-radius:22px;transition:.2s}.toggle-slider:before{content:"";position:absolute;height:16px;width:16px;left:3px;bottom:3px;background:#fff;border-radius:50%;transition:.2s}.toggle input:checked+.toggle-slider{background:var(--brand)}.toggle input:checked+.toggle-slider:before{transform:translate(18px)}.loading{display:flex;align-items:center;justify-content:center;padding:48px;color:var(--text-muted)}.error-msg{color:var(--red);font-size:13px;padding:12px;background:#fee2e2;border-radius:7px}.input-reveal{position:relative}.input-reveal .form-input{width:100%;padding-right:40px}.reveal-btn{position:absolute;right:10px;top:50%;transform:translateY(-50%);background:none;border:none;padding:4px;color:var(--text-muted);display:flex;align-items:center;cursor:pointer}.reveal-btn:hover{color:var(--text)}.topbar{display:none}.hamburger{background:none;border:none;padding:6px;display:flex;flex-direction:column;gap:5px;cursor:pointer}.hamburger span{display:block;width:22px;height:2px;background:#374151;border-radius:2px;transition:.2s}.sidebar-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:40}@media (max-width: 768px){.topbar{display:flex;align-items:center;justify-content:space-between;background:var(--sidebar-bg);color:#fff;padding:14px 16px;position:sticky;top:0;z-index:30;font-size:17px;font-weight:700}.topbar span{color:var(--brand)}.topbar-logo{font-size:17px;font-weight:700}.sidebar{position:fixed;top:0;left:-240px;width:240px;height:100vh;z-index:50;transition:left .25s ease;box-shadow:none}.sidebar-open{left:0;box-shadow:4px 0 20px #0006}.sidebar-logo{display:none}.sidebar-overlay{display:block}.main{margin-left:0}.page{padding:16px}.page-header{flex-direction:column!important;align-items:flex-start!important;gap:12px}.card-grid-4,.card-grid-3{grid-template-columns:repeat(2,1fr)}.card-grid-2{grid-template-columns:1fr}table{min-width:520px}[style*="width: 440px"]{width:92vw!important;max-width:440px}.login-card{width:92vw;padding:28px 20px}.flex.gap-2{flex-wrap:wrap}}@media (max-width: 480px){.card-grid-4{grid-template-columns:1fr 1fr}.card-grid-3{grid-template-columns:1fr}.stat-value{font-size:22px}}
