@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--bg-body: #f1f5f9;--bg-card: #ffffff;--text-main: #0f172a;--text-muted: #64748b;--primary: #2563eb;--primary-hover: #1d4ed8;--primary-light: #eff6ff;--success: #059669;--success-bg: #d1fae5;--danger: #e11d48;--danger-bg: #ffe4e6;--warning: #d97706;--warning-bg: #fef3c7;--border: #e2e8f0;--sidebar-dark-bg: #0f172a;--sidebar-dark-text: #94a3b8;--sidebar-dark-active: #1e293b;--sidebar-dark-active-text: #ffffff;--sidebar-light-bg: #f8fafc;--sidebar-light-text: #64748b;--sidebar-light-active: #e0e7ff;--sidebar-light-active-text: #4f46e5;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--radius-md: .5rem;--radius-lg: 1rem}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,sans-serif;background-color:var(--bg-body);color:var(--text-main);line-height:1.5}.layout-container{display:flex;height:100vh;overflow:hidden}.sidebar{width:260px;flex-shrink:0;display:flex;flex-direction:column;border-right:1px solid var(--border);transition:all .3s}.sidebar.dark{background-color:var(--sidebar-dark-bg);color:var(--sidebar-dark-text);border-right:none}.sidebar.light{background-color:var(--sidebar-light-bg);color:var(--sidebar-light-text)}.sidebar-logo{padding:1.5rem;display:flex;align-items:center;gap:.75rem;font-weight:700;font-size:1.25rem}.sidebar.dark .sidebar-logo{color:#fff}.sidebar.light .sidebar-logo{color:var(--primary)}.sidebar-nav{flex:1;padding:1rem;display:flex;flex-direction:column;gap:.25rem;overflow-y:auto}.nav-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:1rem;cursor:pointer;font-weight:500;text-decoration:none;transition:all .2s}.sidebar.dark .nav-item{color:var(--sidebar-dark-text)}.sidebar.dark .nav-item:hover,.sidebar.dark .nav-item.active{background-color:var(--sidebar-dark-active);color:var(--sidebar-dark-active-text)}.sidebar.light .nav-item{color:var(--sidebar-light-text)}.sidebar.light .nav-item:hover,.sidebar.light .nav-item.active{background-color:var(--sidebar-light-active);color:var(--sidebar-light-active-text)}.sidebar-footer{padding:1.5rem;border-top:1px solid rgba(255,255,255,.1)}.sidebar.light .sidebar-footer{border-top:1px solid var(--border)}.user-profile{display:flex;align-items:center;gap:.75rem}.user-avatar{width:40px;height:40px;border-radius:50%;background-color:var(--primary-light);color:var(--primary);display:flex;align-items:center;justify-content:center;font-weight:700}.main-content{flex:1;display:flex;flex-direction:column;overflow:hidden;background-color:var(--bg-body)}.header{height:70px;padding:0 2rem;display:flex;align-items:center;justify-content:space-between;background-color:var(--bg-body)}.header-title h1{font-size:1.5rem;font-weight:700;margin:0}.header-title p{color:var(--text-muted);font-size:.875rem;margin:0}.header-actions{display:flex;align-items:center;gap:1rem}.page-content{flex:1;overflow-y:auto;padding:2rem}.card{background-color:var(--bg-card);border-radius:var(--radius-lg);box-shadow:var(--shadow);padding:1.5rem;border:1px solid var(--border)}.card-title{font-size:1rem;font-weight:600;margin-bottom:1rem;display:flex;justify-content:space-between;align-items:center}.dashboard-grid{display:grid;gap:1.5rem}.stat-card{display:flex;align-items:flex-start;gap:1rem}.stat-icon{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem}.stat-icon.purple{background:#f3e8ff;color:#a855f7}.stat-icon.green{background:#dcfce7;color:#22c55e}.stat-icon.blue{background:#e0f2fe;color:#0ea5e9}.stat-icon.orange{background:#ffedd5;color:#f97316}.stat-info p{color:var(--text-muted);font-size:.875rem;margin-bottom:.25rem}.stat-info h3{font-size:1.75rem;font-weight:700;margin:0}.stat-info .subtext{font-size:.75rem;color:var(--text-muted);margin-top:.25rem}.table-container{overflow-x:auto}table{width:100%;border-collapse:collapse}th{text-align:left;padding:1rem .5rem;color:var(--text-muted);font-weight:500;font-size:.875rem;border-bottom:1px solid var(--border)}td{padding:1rem .5rem;border-bottom:1px solid var(--border);font-size:.875rem}tr:last-child td{border-bottom:none}.badge{display:inline-flex;align-items:center;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:500}.badge-success{background-color:var(--success-bg);color:var(--success)}.badge-warning{background-color:var(--warning-bg);color:var(--warning)}.badge-danger{background-color:var(--danger-bg);color:var(--danger)}.badge-primary{background-color:var(--primary-light);color:var(--primary)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1rem;border-radius:var(--radius-md);font-weight:500;cursor:pointer;transition:all .2s;border:none;font-size:.875rem}.btn-primary{background-color:var(--primary);color:#fff}.btn-primary:hover{background-color:var(--primary-hover)}.btn-outline{background-color:transparent;border:1px solid var(--border);color:var(--text-main)}.btn-outline:hover{background-color:var(--bg-body)}.form-group{margin-bottom:1rem}label{display:block;font-size:.875rem;font-weight:500;margin-bottom:.5rem;color:var(--text-main)}input,select{width:100%;padding:.75rem 1rem;border:1px solid var(--border);border-radius:var(--radius-md);font-size:.875rem;transition:border-color .2s}input:focus,select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-light)}.text-success{color:var(--success)}.text-danger{color:var(--danger)}.text-warning{color:var(--warning)}.flex{display:flex}.flex-col{display:flex;flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-4{gap:1rem}.mt-4{margin-top:1rem}.mb-4{margin-bottom:1rem}.cursor-pointer{cursor:pointer}@media (min-width: 1024px){.grid-cols-4{grid-template-columns:repeat(4,1fr)}.grid-cols-3{grid-template-columns:repeat(3,1fr)}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.col-span-2{grid-column:span 2 / span 2}.col-span-3{grid-column:span 3 / span 3}}.container-login{max-width:400px;margin:10vh auto;padding:2rem}@media (max-width: 768px){.layout-container{flex-direction:column}.sidebar{position:fixed;top:0;left:-100%;height:100vh;z-index:1000;transition:left .3s ease}.sidebar.mobile-open{left:0}.mobile-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:999}.main-content{width:100%;margin-left:0}.dashboard-grid{grid-template-columns:1fr!important}.header{padding:1rem}.header-actions{display:none}.card-title{flex-direction:column;align-items:flex-start;gap:.5rem}.flex-col>.flex{flex-direction:column}.mobile-stack{flex-direction:column!important}.header-greeting{font-size:1.25rem!important}.mobile-menu-icon{display:block!important}}.mobile-menu-icon{display:none}.pwa-modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:10000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:fadeIn .3s ease-out forwards}.pwa-modal{background:#fff;padding:2rem;border-radius:16px;width:90%;max-width:400px;text-align:center;box-shadow:0 20px 40px #0003;animation:slideUp .4s ease-out forwards}.pwa-icon-container{width:80px;height:80px;margin:0 auto 1rem;background:var(--surface);border-radius:20px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #0000000d}.pwa-icon{width:60px;height:60px}.pwa-modal h3{margin-bottom:.5rem;font-size:1.5rem;color:var(--text)}.pwa-modal p{color:var(--text-light);margin-bottom:1.5rem;font-size:.9rem;line-height:1.5}.pwa-actions{display:flex;gap:1rem}.pwa-actions .btn{flex:1}@keyframes slideUp{0%{transform:translateY(40px);opacity:0}to{transform:translateY(0);opacity:1}}.modern-auth-container{display:flex;min-height:100vh;background-color:#f8fafc}.auth-hero{flex:1;background:linear-gradient(135deg,#4f46e5,#2563eb);display:none;flex-direction:column;justify-content:center;align-items:center;color:#fff;padding:3rem;text-align:center}@media (min-width: 768px){.auth-hero{display:flex}}.auth-hero h1{font-size:2.5rem;font-weight:800;margin-bottom:1rem}.auth-hero p{font-size:1.1rem;opacity:.9;max-width:400px}.auth-form-wrapper{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem}.auth-card{width:100%;max-width:440px;background:#fff;padding:2.5rem;border-radius:24px;box-shadow:0 10px 40px #0000000a}.auth-card h2{font-size:1.75rem;font-weight:700;color:#1e293b;margin-bottom:2rem;text-align:center}.auth-card .form-group{margin-bottom:1.25rem}.auth-card label{display:block;font-size:.875rem;font-weight:600;color:#475569;margin-bottom:.5rem}.auth-card input{width:100%;padding:.75rem 1rem;border:1px solid #e2e8f0;border-radius:12px;font-size:1rem;transition:all .2s;background:#f8fafc}.auth-card input:focus{outline:none;border-color:#4f46e5;background:#fff;box-shadow:0 0 0 3px #4f46e51a}.auth-card .btn-primary{background:linear-gradient(135deg,#4f46e5,#3730a3);color:#fff;border:none;padding:.875rem;font-weight:600;border-radius:12px;transition:transform .2s,box-shadow .2s}.auth-card .btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 20px #4f46e540}.auth-toggle{text-align:center;margin-top:1.5rem;font-size:.9rem;color:#64748b}.auth-toggle span{color:#4f46e5;font-weight:600;cursor:pointer;transition:color .2s}.auth-toggle span:hover{color:#3730a3}
