*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--ml-bg: #0b0f1a;--ml-surface: #0f1728;--ml-card: #111827;--ml-card-alt: #0c1320;--ml-surface-dark: #080e18;--ml-border: #232e42;--ml-border-md: #2a3748;--ml-border-light: #263445;--ml-border-tab: #1e2a3a;--ml-green: #4ade80;--ml-green-dim: #2c5a48;--ml-green-muted: #1f3a34;--ml-green-border: #4ade8066;--ml-yellow: #facc15;--ml-yellow-muted: #ffd96620;--ml-text: #eef2ff;--ml-text-dim: #8e9aaf;--ml-text-muted: #6c86a3;--ml-text-blue: #b9c8f0;--ml-text-nav: #c0d0f0;--ml-red: #ff6b6b;--ml-font: "Inter", system-ui, -apple-system, sans-serif;--ml-radius-sm: 20px;--ml-radius-md: 28px;--ml-radius-lg: 32px;--ml-radius-xl: 40px;--ml-radius-pill: 60px;--ml-shadow-card: 0 8px 24px -8px rgba(0, 0, 0, .5);--ml-shadow-glow: 0 0 0 1px var(--ml-green-border), 0 12px 24px -12px rgba(0, 0, 0, .5)}body{background:var(--ml-bg);font-family:var(--ml-font);color:var(--ml-text);line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ml-container{max-width:1440px;margin:0 auto;padding:2rem 1.5rem}.ml-topbar{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1.25rem;margin-bottom:1.8rem}.ml-logo h1{font-size:1.85rem;font-weight:700;background:linear-gradient(135deg,#e2f0e8,#a6e3b0);background-clip:text;-webkit-background-clip:text;color:transparent;letter-spacing:-.3px}.ml-logo p{font-size:.85rem;color:var(--ml-text-dim);margin-top:.2rem}.ml-user-badge{background:var(--ml-card);padding:.6rem 1.2rem;border-radius:var(--ml-radius-pill);display:flex;align-items:center;gap:.75rem;border:1px solid var(--ml-border-md);box-shadow:0 6px 12px -8px #0006}.ml-user-badge i{font-size:1.3rem;color:var(--ml-green)}.ml-user-badge h4{font-size:.9rem;font-weight:500;color:#d1dbe9}.ml-user-badge span{font-size:.7rem;font-weight:400;color:var(--ml-text-muted);background:#1e2a3a;padding:2px 8px;border-radius:20px}.ml-nav-tabs{display:flex;flex-wrap:wrap;gap:.5rem;background:#0f1725;padding:.5rem;border-radius:var(--ml-radius-pill);margin-bottom:2rem;width:-moz-fit-content;width:fit-content;border:1px solid var(--ml-border)}.ml-tab-btn{background:transparent;border:none;padding:.65rem 1.8rem;font-family:var(--ml-font);font-weight:600;font-size:.9rem;border-radius:40px;color:var(--ml-text-blue);cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:8px}.ml-tab-btn.active{background:#1e2f3e;color:#e2ffe8;box-shadow:0 2px 6px #0000004d;border:.5px solid var(--ml-green-border)}.ml-panel{display:none;animation:ml-fade .25s ease}.ml-panel.active{display:block}@keyframes ml-fade{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.ml-card{background:var(--ml-surface);border-radius:var(--ml-radius-md);padding:1.2rem 1.4rem;border:1px solid var(--ml-border)}.ml-card-alt{background:var(--ml-card-alt);border-radius:var(--ml-radius-md);padding:1.5rem;border:1px solid var(--ml-border-light)}.ml-kpi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem}.ml-kpi-card{background:var(--ml-surface);border-radius:var(--ml-radius-md);padding:1.2rem 1.5rem;border:1px solid var(--ml-border-md)}.ml-kpi-number{font-size:2.5rem;font-weight:800;color:var(--ml-green)}.ml-btn{background:transparent;border:1px solid #4f7a5e;padding:.45rem 1.1rem;border-radius:30px;color:#c0f0d0;cursor:pointer;transition:.2s;font-size:.8rem;font-family:var(--ml-font);font-weight:500}.ml-btn:hover{background:var(--ml-green-dim);border-color:var(--ml-green)}.ml-btn-primary{background:var(--ml-green-muted);border:none;padding:.5rem 1.2rem;border-radius:var(--ml-radius-pill);color:#e2ffe8;cursor:pointer;font-weight:600;font-size:.9rem;transition:.2s;font-family:var(--ml-font)}.ml-btn-primary:hover{background:var(--ml-green-dim);transform:translateY(-1px)}.ml-btn-danger{background:transparent;border:1px solid var(--ml-red);color:var(--ml-red);padding:.3rem .8rem;border-radius:40px;font-size:.75rem;cursor:pointer;transition:.2s;font-family:var(--ml-font)}.ml-table-wrap{background:var(--ml-surface);border-radius:var(--ml-radius-md);border:1px solid var(--ml-border);overflow-x:auto}.ml-table{width:100%;border-collapse:collapse;font-size:.85rem}.ml-table th{text-align:left;padding:1rem;color:var(--ml-text-blue);font-weight:500;border-bottom:1px solid var(--ml-border)}.ml-table td{padding:.9rem 1rem;border-bottom:1px solid #1f2a3c;color:var(--ml-text)}.ml-table tr:last-child td{border-bottom:none}.ml-badge{background:#1f2a3e;padding:.2rem .7rem;border-radius:20px;font-size:.7rem;font-weight:500}.ml-badge-green{background:#2c3e33;color:var(--ml-green);padding:.2rem .7rem;border-radius:20px;font-size:.7rem;font-weight:500}.ml-badge-yellow{background:var(--ml-yellow-muted);color:var(--ml-yellow);padding:.2rem .7rem;border-radius:20px;font-size:.7rem;font-weight:600}.ml-badge-premium{background:#facc1526;color:#facc15;border:1px solid rgba(250,204,21,.35);padding:.2rem .7rem;border-radius:20px;font-size:.72rem;font-weight:600;display:inline-flex;align-items:center;gap:4px;box-shadow:0 0 8px #facc1526;text-transform:uppercase}.ml-filter-bar{background:var(--ml-surface);border-radius:var(--ml-radius-pill);padding:.5rem;display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.8rem;border:1px solid var(--ml-border)}.ml-filter-chip{background:transparent;border:none;padding:.5rem 1.2rem;border-radius:40px;color:var(--ml-text-blue);font-weight:500;cursor:pointer;transition:.15s;font-family:var(--ml-font);font-size:.85rem}.ml-filter-chip.active{background:#1f3a34;color:#e2ffe8;border:.5px solid var(--ml-green-border)}.ml-search{background:var(--ml-surface-dark);border:1px solid #2f4057;border-radius:var(--ml-radius-pill);padding:.5rem 1rem;color:var(--ml-text);font-family:var(--ml-font);outline:none;transition:.2s}.ml-search:focus{border-color:var(--ml-green)}.ml-modal-overlay{position:fixed;inset:0;background:#000000d9;backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;z-index:1000;visibility:hidden;opacity:0;transition:visibility .2s,opacity .2s}.ml-modal-overlay.active{visibility:visible;opacity:1}.ml-modal{background:var(--ml-surface);border-radius:var(--ml-radius-xl);max-width:560px;width:90%;border:1px solid #4f7a6e;box-shadow:0 25px 50px #0009;animation:ml-modal-pop .25s ease}@keyframes ml-modal-pop{0%{transform:scale(.96);opacity:0}to{transform:scale(1);opacity:1}}.ml-modal-header{padding:1.5rem 1.8rem;border-bottom:1px solid var(--ml-border-light);display:flex;justify-content:space-between;align-items:center}.ml-modal-close{background:#1f2a3e;border:none;color:#ffbe7a;font-size:1.2rem;cursor:pointer;width:36px;height:36px;border-radius:50%;transition:.2s;display:flex;align-items:center;justify-content:center}.ml-modal-close:hover{background:#2c3e50}.ml-modal-body{padding:1.8rem}.ml-form-group{margin-bottom:1.2rem}.ml-form-group label{display:block;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;margin-bottom:.3rem;color:var(--ml-text-blue)}.ml-form-group input,.ml-form-group select,.ml-form-group textarea{width:100%;background:var(--ml-surface-dark);border:1px solid #2f4057;border-radius:var(--ml-radius-sm);padding:.75rem 1rem;color:var(--ml-text);font-family:var(--ml-font);outline:none;transition:.2s}.ml-form-group input:focus,.ml-form-group select:focus,.ml-form-group textarea:focus{border-color:var(--ml-green)}.ml-admin-sidebar{flex:0 0 260px;background:var(--ml-surface);border-radius:var(--ml-radius-lg);border:1px solid var(--ml-border-light);padding:1.5rem 1rem;height:-moz-fit-content;height:fit-content}.ml-admin-sidebar ul{list-style:none}.ml-admin-sidebar li{margin:.5rem 0;border-radius:40px}.ml-admin-sidebar li a{display:flex;align-items:center;gap:12px;padding:.7rem 1rem;color:var(--ml-text-nav);text-decoration:none;border-radius:40px;font-weight:500;transition:.2s}.ml-admin-sidebar li.active a{background:var(--ml-green-muted);color:#e2ffe8;border-left:3px solid var(--ml-green)}.ml-admin-sidebar li a:hover{background:#1f2a3e;color:#fff}.ml-divider{border-color:var(--ml-border-light);margin:1rem 0}.ml-flex{display:flex;gap:1.5rem;flex-wrap:wrap}.ml-grid-2{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem}.ml-grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.ml-hidden{display:none!important}.ml-text-center{text-align:center}.ml-text-muted{color:var(--ml-text-muted)}.ml-text-green{color:var(--ml-green)}.ml-text-yellow{color:var(--ml-yellow)}.ml-text-red{color:var(--ml-red)}.ml-footer{margin-top:2.5rem;text-align:center;font-size:.7rem;color:#3e5a70;border-top:1px solid var(--ml-border-tab);padding-top:1.5rem}@media (max-width: 800px){.ml-container{padding:1rem}.ml-admin-sidebar{flex:auto}.ml-flex{flex-direction:column}}@media (max-width: 480px){.ml-nav-tabs{border-radius:24px;width:100%;justify-content:center}.ml-tab-btn{padding:.5rem 1rem;font-size:.8rem}}.ml-profile-wrap{position:relative}.ml-profile-circle{width:42px;height:42px;border-radius:50%;background:linear-gradient(135deg,#4ade80,#22c55e);display:flex;align-items:center;justify-content:center;cursor:pointer;font-weight:700;font-size:.95rem;color:#0b0f1a;border:2px solid transparent;transition:border-color .2s,box-shadow .2s;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ml-profile-circle:hover{border-color:var(--ml-green);box-shadow:0 0 12px #4ade8059}.ml-profile-circle.premium{background:linear-gradient(135deg,#facc15,#ca8a04)!important;border-color:#facc15!important;box-shadow:0 0 10px #facc1580!important}.ml-profile-circle.premium:hover{border-color:#fef08a!important;box-shadow:0 0 16px #facc15cc!important}.premium-crown{position:absolute;top:-5px;right:-5px;background:linear-gradient(135deg,#ffe066,#facc15);color:#0b0f1a;font-size:.62rem;width:17px;height:17px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:1.5px solid #0b0f1a;box-shadow:0 2px 5px #00000080;z-index:10;pointer-events:none}.ml-profile-dropdown{position:absolute;top:calc(100% + 8px);right:0;min-width:220px;background:var(--ml-surface);border:1px solid var(--ml-border-md);border-radius:var(--ml-radius-md);box-shadow:0 12px 40px #0000008c;z-index:999;opacity:0;visibility:hidden;transform:translateY(-6px);transition:opacity .2s,visibility .2s,transform .2s;overflow:hidden}.ml-profile-dropdown.open{opacity:1;visibility:visible;transform:translateY(0)}.ml-profile-dropdown-header{padding:1rem 1.2rem;border-bottom:1px solid var(--ml-border);display:flex;align-items:center;gap:.75rem}.ml-profile-dropdown-header .ml-dd-avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#4ade80,#22c55e);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.8rem;color:#0b0f1a;flex-shrink:0}.ml-profile-dropdown-header .ml-dd-info h4{font-size:.85rem;font-weight:600;color:var(--ml-text)}.ml-profile-dropdown-header .ml-dd-info span{font-size:.72rem;color:var(--ml-text-muted)}.ml-profile-dropdown-menu{padding:.4rem 0}.ml-profile-dropdown-menu a,.ml-profile-dropdown-menu button{display:flex;align-items:center;gap:10px;width:100%;padding:.65rem 1.2rem;font-family:var(--ml-font);font-size:.82rem;font-weight:500;color:var(--ml-text-nav);text-decoration:none;background:none;border:none;cursor:pointer;transition:background .15s,color .15s;text-align:left}.ml-profile-dropdown-menu a:hover,.ml-profile-dropdown-menu button:hover{background:#1f2a3e;color:var(--ml-green)}.ml-profile-dropdown-menu .ml-dd-divider{border-top:1px solid var(--ml-border);margin:.3rem 0}.ml-profile-dropdown-menu .ml-dd-logout{color:var(--ml-red)}.ml-profile-dropdown-menu .ml-dd-logout:hover{background:#ff6b6b1a;color:#ff8a8a}.ml-landing-nav{position:sticky;top:0;z-index:100;backdrop-filter:blur(12px);background:#0f1725e6;border-bottom:1px solid var(--ml-border);padding:.8rem 2rem}.ml-landing-nav-inner{max-width:1400px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.ml-landing-nav .ml-nav-links{display:flex;align-items:center;gap:1.5rem}.ml-landing-nav .ml-nav-links a{color:var(--ml-text-nav);text-decoration:none;font-weight:500;font-size:.88rem;transition:color .15s}.ml-landing-nav .ml-nav-links a:hover{color:var(--ml-green)}.ml-landing-hero{max-width:900px;margin:5rem auto 4rem;text-align:center;padding:0 1.5rem}.ml-landing-hero .ml-hero-badge{display:inline-block;background:var(--ml-green-muted);color:var(--ml-green);padding:.4rem 1.2rem;border-radius:var(--ml-radius-pill);font-size:.82rem;font-weight:600;margin-bottom:1.5rem;border:1px solid var(--ml-green-border)}.ml-landing-hero h1{font-size:3.2rem;font-weight:800;line-height:1.1;background:linear-gradient(135deg,#e2f0e8,#4ade80,#facc15);background-clip:text;-webkit-background-clip:text;color:transparent;margin-bottom:1rem}.ml-landing-hero p{font-size:1.15rem;color:var(--ml-text-dim);max-width:640px;margin:0 auto 2rem}.ml-hero-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.ml-btn-hero{padding:.85rem 2.5rem;border-radius:var(--ml-radius-pill);font-weight:700;font-size:1rem;font-family:var(--ml-font);cursor:pointer;transition:all .2s;text-decoration:none;display:inline-flex;align-items:center;gap:8px}.ml-btn-hero-primary{background:#2a5a4a;color:#fff;border:none}.ml-btn-hero-primary:hover{background:var(--ml-green);color:#0b0f1a;transform:translateY(-2px);box-shadow:0 8px 25px #4ade804d}.ml-btn-hero-outline{background:transparent;color:var(--ml-green);border:1.5px solid var(--ml-green)}.ml-btn-hero-outline:hover{background:var(--ml-green-muted);transform:translateY(-2px)}.ml-landing-section{max-width:1200px;margin:0 auto;padding:4rem 1.5rem}.ml-landing-section h2{font-size:2rem;font-weight:700;text-align:center;margin-bottom:.5rem}.ml-landing-section .ml-section-sub{text-align:center;color:var(--ml-text-dim);margin-bottom:3rem}.ml-feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.ml-feature-card{background:var(--ml-surface);border:1px solid var(--ml-border);border-radius:var(--ml-radius-lg);padding:2rem 1.8rem;transition:transform .2s,border-color .2s}.ml-feature-card:hover{transform:translateY(-4px);border-color:var(--ml-green-border)}.ml-feature-card .ml-feat-icon{width:50px;height:50px;border-radius:14px;background:var(--ml-green-muted);display:flex;align-items:center;justify-content:center;font-size:1.3rem;color:var(--ml-green);margin-bottom:1rem}.ml-feature-card h3{font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.ml-feature-card p{font-size:.88rem;color:var(--ml-text-dim);line-height:1.5}.ml-pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:750px;margin:0 auto}.ml-pricing-card{background:var(--ml-surface);border:1px solid var(--ml-border);border-radius:var(--ml-radius-lg);padding:2.5rem 2rem;text-align:center;transition:transform .2s}.ml-pricing-card:hover{transform:translateY(-4px)}.ml-pricing-card.ml-premium{border-color:var(--ml-yellow);box-shadow:0 0 20px #facc151a}.ml-pricing-card .ml-price{font-size:2.8rem;font-weight:800;color:var(--ml-green);margin:.5rem 0}.ml-pricing-card.ml-premium .ml-price{color:var(--ml-yellow)}.ml-pricing-card .ml-price-period{font-size:.9rem;color:var(--ml-text-muted);font-weight:400}.ml-pricing-card ul{list-style:none;margin:1.5rem 0;text-align:left}.ml-pricing-card ul li{padding:.4rem 0;font-size:.88rem;color:var(--ml-text-dim);display:flex;align-items:center;gap:8px}.ml-pricing-card ul li i{color:var(--ml-green);font-size:.8rem}.ml-auth-page{min-height:100vh;display:flex;flex-direction:column}.ml-auth-card{max-width:480px;width:90%;margin:4rem auto;background:var(--ml-surface);border:1px solid var(--ml-border);border-radius:var(--ml-radius-xl);padding:2.5rem 2rem;box-shadow:0 12px 24px -12px #00000080}.ml-auth-card.ml-register{max-width:520px}.ml-auth-card h2{font-size:1.6rem;font-weight:700;background:linear-gradient(135deg,#e2f0e8,#4ade80);background-clip:text;-webkit-background-clip:text;color:transparent;text-align:center;margin-bottom:.3rem}.ml-auth-card .ml-auth-sub{text-align:center;color:var(--ml-text-dim);font-size:.9rem;margin-bottom:1.5rem}.ml-auth-card .ml-form-row{display:flex;gap:1rem}.ml-auth-card .ml-form-row .ml-form-group{flex:1}.ml-auth-card .ml-btn-submit{width:100%;padding:.85rem;background:var(--ml-green);color:#0b0f1a;border:none;border-radius:var(--ml-radius-pill);font-family:var(--ml-font);font-weight:700;font-size:.95rem;cursor:pointer;transition:all .2s;margin-top:.5rem}.ml-auth-card .ml-btn-submit:hover{background:#22c55e;transform:translateY(-1px);box-shadow:0 6px 20px #4ade804d}.ml-auth-card .ml-btn-submit:disabled{opacity:.6;cursor:not-allowed;transform:none}.ml-auth-divider{text-align:center;color:var(--ml-text-muted);font-size:.82rem;margin:1.2rem 0;position:relative}.ml-auth-divider:before,.ml-auth-divider:after{content:"";position:absolute;top:50%;width:40%;height:1px;background:var(--ml-border)}.ml-auth-divider:before{left:0}.ml-auth-divider:after{right:0}.ml-btn-google{width:100%;padding:.75rem;background:transparent;border:1px solid var(--ml-border);border-radius:var(--ml-radius-pill);color:var(--ml-text);font-family:var(--ml-font);font-weight:500;font-size:.9rem;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;transition:.2s}.ml-btn-google:hover{border-color:var(--ml-green);background:#4ade800d}.ml-auth-footer-link{text-align:center;margin-top:1.2rem;font-size:.85rem;color:var(--ml-text-muted)}.ml-auth-footer-link a{color:var(--ml-green);font-weight:600;text-decoration:none}.ml-auth-footer-link a:hover{text-decoration:underline}.ml-auth-error{background:#ff6b6b1a;border:1px solid rgba(255,107,107,.3);border-radius:var(--ml-radius-sm);padding:.7rem 1rem;color:var(--ml-red);font-size:.85rem;margin-bottom:1rem;display:none}.ml-auth-error.show{display:block}.ml-password-hint{font-size:.72rem;color:var(--ml-text-muted);margin-top:.25rem}.ml-profile-card{background:var(--ml-surface);border:1px solid var(--ml-border);border-radius:var(--ml-radius-xl);max-width:900px;margin:0 auto;padding:2rem 2.5rem;box-shadow:var(--ml-shadow-card)}.ml-profile-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}.ml-profile-header h2{font-size:1.4rem;font-weight:700;background:linear-gradient(135deg,#e2f0e8,#4ade80);background-clip:text;-webkit-background-clip:text;color:transparent}.ml-profile-user-badge{display:flex;align-items:center;gap:1rem;background:var(--ml-card-alt);padding:1rem 1.5rem;border-radius:var(--ml-radius-lg);border:1px solid var(--ml-border-light);margin-bottom:2rem}.ml-avatar-lg{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#4ade80,#22c55e);display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1.3rem;color:#0b0f1a;flex-shrink:0}.ml-profile-actions{display:flex;gap:1rem;flex-wrap:wrap;margin-top:1.5rem}.ml-readonly-field{opacity:.6;cursor:not-allowed!important}@media (max-width: 700px){.ml-landing-hero h1{font-size:2rem}.ml-landing-nav{padding:.6rem 1rem}.ml-auth-card .ml-form-row{flex-direction:column}.ml-pricing-grid{grid-template-columns:1fr}}.light,:root.light,html.light,body.light{--ml-bg: #f1f5f9;--ml-surface: #ffffff;--ml-card: #f8fafc;--ml-card-alt: #f1f5f9;--ml-surface-dark: #e2e8f0;--ml-border: #cbd5e1;--ml-border-md: #cbd5e1;--ml-border-light: #cbd5e1;--ml-border-tab: #cbd5e1;--ml-green: #16a34a;--ml-green-dim: #dcfce7;--ml-green-muted: #bbf7d0;--ml-green-border: #16a34a66;--ml-yellow: #ca8a04;--ml-yellow-muted: #fef9c3;--ml-text: #0f172a;--ml-text-dim: #475569;--ml-text-muted: #64748b;--ml-text-blue: #1e40af;--ml-text-nav: #334155;--ml-red: #dc2626;--ml-shadow-card: 0 8px 24px -8px rgba(0, 0, 0, .1);--ml-shadow-glow: 0 0 0 1px var(--ml-green-border), 0 12px 24px -12px rgba(0, 0, 0, .1)}
