:root{--primary:#4caf50;--primary-dark:#388e3c;--bg-color:#f9fafb;--sidebar-bg:#fff;--text-main:#374151;--text-light:#6b7280;--border-color:#e5e7eb;--header-bg:#4caf50;--header-text:#fff;--active-bg:#eff6ff;--active-text:#3b82f6;--font-family:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--touch-target:44px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px}@media (max-width:640px){html{font-size:14px}}body{font-family:var(--font-family);background-color:var(--bg-color);color:var(--text-main);-webkit-font-smoothing:antialiased;margin:0;padding:0;line-height:1.5}#root{width:100%;min-height:100svh}a{color:inherit;min-height:var(--touch-target);align-items:center;text-decoration:none;display:inline-flex}button{cursor:pointer;color:inherit;min-height:var(--touch-target);min-width:var(--touch-target);background:0 0;border:none;justify-content:center;align-items:center;font-family:inherit;display:inline-flex}ul,li{list-style:none}.dashboard-root{min-height:100vh;display:flex}.dashboard-content-area{flex-direction:column;flex:1;width:100%;min-width:0;display:flex}.dashboard-main{flex:1;padding:24px;overflow-y:auto}@media (max-width:1024px){.dashboard-main{padding:16px}}@media (max-width:480px){.dashboard-main{padding:12px}}.card{background:#fff;border-radius:12px;margin-bottom:24px;padding:24px;box-shadow:0 1px 3px #00000003}@media (max-width:768px){.card{border-radius:0;margin-left:-16px;margin-right:-16px;padding:16px}.premium-banner{border-radius:0;margin-left:-16px;margin-right:-16px;padding:24px 16px}}.premium-banner{color:#fff;background:linear-gradient(135deg,#4caf50 0%,#2e7d32 100%);border-radius:16px;margin-bottom:32px;padding:32px}.btn-primary{background:var(--primary);color:#fff;min-height:var(--touch-target);border-radius:8px;padding:10px 20px;font-weight:600;transition:all .2s}.btn-primary:hover{background:var(--primary-dark)}.btn-secondary{color:#374151;min-height:var(--touch-target);background:#f3f4f6;border-radius:8px;padding:10px 18px;font-weight:700;transition:background .2s}.btn-secondary:hover{background:#e5e7eb}.password-prompt-overlay{z-index:1200;background:#11182785;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.password-prompt{border:1px solid var(--border-color);background:#fff;border-radius:8px;width:min(100%,460px);box-shadow:0 24px 60px #0f172a42}.password-prompt-header{border-bottom:1px solid var(--border-color);grid-template-columns:auto 1fr auto;align-items:start;gap:14px;padding:22px 22px 16px;display:grid}.password-prompt-icon{width:42px;height:42px;color:var(--primary-dark);background:#ecfdf5;border-radius:8px;justify-content:center;align-items:center;display:flex}.password-prompt-header h2{color:#111827;font-size:1.25rem;line-height:1.25}.password-prompt-header p{color:var(--text-light);margin-top:4px;font-size:.9rem}.password-prompt-close{color:#6b7280;border-radius:8px;width:36px;min-width:36px;height:36px;min-height:36px}.password-prompt-close:hover{color:#111827;background:#f3f4f6}.password-prompt-form{gap:14px;padding:20px 22px 22px;display:grid}.password-prompt-form label{color:#374151;gap:6px;font-size:.88rem;font-weight:700;display:grid}.password-prompt-form input{border:1px solid var(--border-color);color:#111827;width:100%;min-height:44px;font:inherit;border-radius:8px;padding:10px 12px}.password-prompt-form input:focus{border-color:var(--primary);outline:3px solid #4caf503d}.password-prompt-error,.password-prompt-success{border-radius:8px;padding:10px 12px;font-size:.88rem;font-weight:700}.password-prompt-error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca}.password-prompt-success{color:#047857;background:#ecfdf5;border:1px solid #bbf7d0}.password-prompt-actions{justify-content:flex-end;gap:10px;padding-top:4px;display:flex}@media (max-width:520px){.password-prompt-overlay{align-items:flex-end;padding:0}.password-prompt{border-radius:8px 8px 0 0;width:100%}.password-prompt-actions{flex-direction:column-reverse}.password-prompt-actions button{width:100%}}.custom-table{border-collapse:collapse;white-space:nowrap;width:100%}.custom-table th{text-align:left;color:#64748b;background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:12px 16px;font-size:.8125rem;font-weight:600}.custom-table td{border-bottom:1px solid #f1f5f9;padding:16px;font-size:.875rem}.table-responsive{-webkit-overflow-scrolling:touch;border:1px solid var(--border-color);border-radius:8px;width:100%;overflow-x:auto}.menu-btn{display:none!important}@media (max-width:1024px){.menu-btn{display:flex!important}}.mobile-overlay{visibility:hidden;opacity:0;-webkit-backdrop-filter:blur(4px);z-index:999;background:#0000000d;transition:all .3s;position:fixed;top:0;bottom:0;left:0;right:0}.mobile-overlay.visible{visibility:visible;opacity:1}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}:focus-visible{outline-offset:2px;outline:3px solid #3b82f6}
