:root{font-family:Inter,Segoe UI,Roboto,sans-serif;font-size:14px;color:#1f2937;background:#f4f6fb}*{box-sizing:border-box}body{margin:0;font-size:.95rem;line-height:1.4}.auth-wrapper{min-height:100vh;display:grid;place-items:center;background:linear-gradient(135deg,#f7f9ff,#eef2ff)}.auth-card{width:360px;background:#fff;border-radius:16px;box-shadow:0 20px 45px #1118271f;padding:24px;display:flex;flex-direction:column;gap:10px}.auth-logo{width:56px;height:56px;object-fit:contain;margin:0 auto 4px}.auth-card h1{margin:0;font-size:1.25rem}.auth-card p{margin:0 0 10px;color:#6b7280}input{width:100%;padding:11px 12px;border:1px solid #d1d5db;border-radius:10px;outline:none}textarea{width:100%;padding:11px 12px;border:1px solid #d1d5db;border-radius:10px;outline:none;resize:vertical}textarea:focus{border-color:#2563eb}select{width:100%;padding:11px 12px;border:1px solid #d1d5db;border-radius:10px;outline:none;background:#fff}select:focus{border-color:#2563eb}input:focus{border-color:#2563eb}button{border:none;border-radius:10px;background:#2563eb;color:#fff;font-weight:600;padding:10px 14px;cursor:pointer}button:disabled{opacity:.8}button.ghost{background:#eef2ff;color:#1e3a8a}.error{background:#fee2e2;color:#991b1b;border-radius:8px;padding:8px}.success{background:#dcfce7;color:#166534;border-radius:8px;padding:8px}.layout{min-height:100vh;display:grid;grid-template-columns:240px 1fr}.sidebar{background:#111827;color:#fff;padding:18px}.brand{font-size:1.1rem;font-weight:700;margin-bottom:24px;display:flex;align-items:center;gap:8px}.brand-logo{width:28px;height:28px;object-fit:contain}.menu-item{display:block;width:100%;text-align:left;padding:10px 12px;margin-bottom:8px;border-radius:10px;background:transparent;color:#d1d5db}.menu-item.active{background:#1d4ed8;color:#fff}.content{padding:22px}.topbar{background:#fff;border-radius:14px;padding:14px 16px;display:flex;justify-content:space-between;align-items:center;margin-bottom:18px;box-shadow:0 8px 20px #1118270f}.topbar h2{margin:0 0 4px}.topbar small{color:#6b7280}.user-box{display:flex;align-items:center;gap:10px}.user-box small{display:block;color:#6b7280}.cards{display:grid;grid-template-columns:repeat(3,minmax(180px,1fr));gap:14px;margin-bottom:18px}.card{background:#fff;border-radius:14px;padding:16px;box-shadow:0 8px 20px #1118270f}.card span{color:#6b7280;font-size:13px}.card h3{margin:10px 0 0;font-size:1.5rem}.table-card{background:#fff;border-radius:14px;padding:16px;box-shadow:0 8px 20px #1118270f}.table-card h3{margin:0 0 12px}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.form-card{margin-bottom:14px}.form-grid{display:grid;grid-template-columns:repeat(3,minmax(180px,1fr));gap:10px}.form-grid label{display:block;margin-bottom:4px;font-size:12px;color:#6b7280}.link-btn{border:none;background:transparent;color:#1d4ed8;padding:0;margin-left:6px;font-size:12px;cursor:pointer}.full-row{grid-column:1 / -1}.upload-btn{display:inline-flex;align-items:center;background:#eef2ff;color:#1e3a8a;border-radius:8px;padding:8px 10px;font-size:12px;cursor:pointer}.upload-btn input{display:none}.filters{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:10px;margin-bottom:12px}.inline-form{display:grid;grid-template-columns:repeat(5,minmax(120px,1fr));gap:8px;align-items:center}.form-actions,.row-actions{display:flex;gap:8px}.icon-btn{min-width:34px;padding:8px;border-radius:8px;line-height:1;display:inline-flex;align-items:center;justify-content:center}.icon-btn svg,.status-icon svg{display:block}.icon-btn.edit{background:#eff6ff;color:#1d4ed8}.icon-btn.delete{background:#fee2e2;color:#b91c1c}.icon-btn.success{background:#dcfce7;color:#166534}.icon-btn.warning{background:#fef3c7;color:#92400e}.icon-btn.info{background:#dbeafe;color:#1d4ed8}.icon-btn.whatsapp{background:#dcfce7;color:#166534}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse;font-size:.9rem}th,td{text-align:left;padding:10px;border-bottom:1px solid #e5e7eb}th{color:#6b7280;font-weight:600}.empty{text-align:center;color:#6b7280;padding:24px}.error-banner{background:#fee2e2;color:#991b1b;border-radius:10px;padding:10px 12px;margin-bottom:12px}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#11182780;display:grid;place-items:center}.modal-card{width:420px;max-width:90vw;background:#fff;border-radius:14px;padding:18px}.status-modal{width:480px}.status-icon{margin-right:8px}.success-icon{color:#15803d}.error-icon{color:#b91c1c}.status-text{margin:6px 0 0;color:#1f2937}.error-text{color:#b91c1c}.modal-card h3{margin-top:0}.modal-card form{display:flex;flex-direction:column;gap:10px}.modal-actions{display:flex;justify-content:flex-end;gap:8px}.pagination{display:flex;justify-content:flex-end;align-items:center;gap:8px;margin-top:10px}.chart-list{display:flex;flex-direction:column;gap:10px}.chart-row{display:grid;grid-template-columns:minmax(82px,112px) 1fr auto;gap:8px;align-items:center}.chart-label{color:#6b7280;font-size:12px}.chart-track{width:100%;height:10px;border-radius:999px;background:#e5e7eb;overflow:hidden}.chart-bar{height:100%;border-radius:999px;background:linear-gradient(90deg,#1d4ed8,#60a5fa)}.chart-value{color:#374151;font-size:12px;white-space:nowrap}@media (max-width: 980px){.layout{grid-template-columns:1fr}.sidebar{display:none}.cards,.inline-form,.form-grid,.filters{grid-template-columns:1fr}}
