.login-wrapper{background:url(https://images.unsplash.com/photo-1596462502278-27bfdc403348?auto=format&fit=crop&q=80&w=1200) 50%/cover;justify-content:center;align-items:center;min-height:100vh;display:flex}@media (width<=768px){.login-wrapper{background:url(https://images.unsplash.com/photo-1596462502278-27bfdc403348?auto=format&fit=crop&q=80&w=768) 50%/cover}}.login-wrapper:before{content:"";-webkit-backdrop-filter:blur(8px);background:linear-gradient(135deg,#fdfbfbd9 0%,#f6eff2bf 100%);position:absolute;inset:0}body[data-theme=dark] .login-wrapper:before{background:linear-gradient(135deg,#130d14e0 0%,#20131fcc 100%)}.login-card{text-align:center;z-index:1;width:100%;max-width:440px;padding:2.5rem;position:relative}.login-card h2{color:var(--mk-accent);margin-bottom:.5rem;font-size:1.8rem}.login-card p{color:var(--text-secondary);margin-bottom:1.5rem;font-size:.95rem;line-height:1.4}.login-form{text-align:left;flex-direction:column;gap:1.2rem;display:flex}.form-group label{color:var(--text-primary);margin-bottom:.4rem;font-size:.9rem;font-weight:600;display:block}.select-field{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-position:right 1rem center;background-repeat:no-repeat;background-size:1.2em}.login-btn{justify-content:center;width:100%;margin-top:.5rem;padding:1rem;font-size:1.1rem}.auth-tabs{border-bottom:2px solid #0000000d;margin-bottom:1.5rem;display:flex}.tab-btn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-bottom:3px solid #0000;outline:none;flex:1;padding:.8rem;font-size:1rem;font-weight:600;transition:color .2s,border-color .2s}.tab-btn:hover{color:var(--mk-primary)}.tab-btn.active{border-bottom-color:var(--mk-primary);color:var(--text-primary)!important}.auth-error{color:#d32f2f;text-align:left;background:#fdecea;border-left:4px solid #d32f2f;border-radius:4px;margin-bottom:1.5rem;padding:.8rem;font-size:.9rem;font-weight:500}.auth-divider{text-align:center;color:var(--text-secondary);align-items:center;margin:1.5rem 0;font-size:.9rem;display:flex}.auth-divider:before,.auth-divider:after{content:"";border-bottom:1px solid var(--surface-border);flex:1}.auth-divider span{padding:0 10px}.btn-google{background:var(--surface-card);width:100%;color:var(--text-primary);border:1px solid var(--surface-border);box-shadow:var(--shadow-sm);justify-content:center;font-weight:600}.btn-google:hover{background:var(--surface-secondary);color:var(--text-primary);border-color:#d81b602e;transform:translateY(-2px)}.google-icon{width:20px;height:20px}.google-login-container{justify-content:center;align-items:center;width:100%;margin-top:1rem;display:flex}.password-input-wrapper{align-items:center;display:flex;position:relative}.password-input-wrapper .input-field{width:100%;padding-right:3rem}.password-toggle{color:var(--text-secondary);cursor:pointer;z-index:2;background:0 0;border:none;outline:none;justify-content:center;align-items:center;padding:.5rem;transition:color .2s,transform .1s;display:flex;position:absolute;right:.8rem}.password-toggle:hover{color:var(--mk-primary)}.password-toggle:active{transform:scale(.9)}@media (width<=768px){.login-wrapper{align-items:flex-start;padding:1rem}.login-card{align-self:flex-start;max-width:none;margin-top:.5rem;padding:1.25rem 1rem}.login-card h2{font-size:1.5rem}.tab-btn{padding:.75rem .5rem;font-size:.95rem}}@media (width<=420px){.login-wrapper{padding:.75rem}.login-card{margin-top:.25rem;padding:1rem .8rem}.login-btn,.btn-google{font-size:1rem}}:root{--mk-primary:#f0a8d0;--mk-secondary:#f7c8e0;--mk-primary-strong:#d81b60;--mk-accent:#111;--mk-white:#fff;--mk-bg:#fdfbfb;--glass-bg:#ffffffb3;--glass-border:#fff6;--font-main:"Outfit", sans-serif;--text-primary:#333;--text-secondary:#666;--surface-primary:linear-gradient(135deg, #fff0f5 0%, #fce4ec 50%, #f8bbd0 100%);--surface-secondary:linear-gradient(135deg, #fff5f8 0%, #fce4ec 100%);--surface-bg-gradient:linear-gradient(135deg, var(--mk-bg) 0%, #f6eff2 100%);--surface-card:#ffffffc7;--surface-border:#d81b601f;--shadow-sm:0 4px 6px #0000000d;--shadow-md:0 10px 15px #0000000d;--shadow-lg:0 20px 25px -5px #0000001a, 0 10px 10px -5px #0000000a}body[data-theme=dark]{--mk-accent:#f8eaf0;--mk-bg:#130d14;--glass-bg:#1c151fe0;--glass-border:#ffffff14;--text-primary:#f6edf2;--text-secondary:#c8b8c2;--surface-primary:linear-gradient(135deg, #2a1621 0%, #341b29 55%, #472236 100%);--surface-secondary:linear-gradient(135deg, #24161f 0%, #2f1d27 100%);--surface-bg-gradient:linear-gradient(135deg, #130d14 0%, #20131f 100%);--surface-card:#1a131deb;--surface-border:#f0a8d02e;--shadow-sm:0 4px 10px #00000040;--shadow-md:0 10px 24px #00000047;--shadow-lg:0 20px 30px #00000057}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-main);background:var(--surface-bg-gradient);color:var(--mk-accent);-webkit-font-smoothing:antialiased;min-height:100vh}.glass-panel{background:var(--glass-bg);-webkit-backdrop-filter:blur(16px);border:1px solid var(--glass-border);box-shadow:var(--shadow-md);border-radius:20px}.layout-container{min-height:100vh;display:flex}.main-content{flex:1;margin-left:260px;padding:2rem;transition:all .3s}.page-container{max-width:1200px;margin:0 auto;animation:.4s ease-out fadeIn}h1,h2,h3,h4,h5,h6{letter-spacing:-.02em;margin-bottom:1rem;font-weight:600;line-height:1.15}h1{margin-bottom:2rem;font-size:2.5rem}p{color:var(--text-secondary);line-height:1.6}section{scroll-margin-top:1rem}.btn{background:var(--mk-accent);color:var(--mk-white);font-family:var(--font-main);cursor:pointer;border:none;border-radius:12px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:500;transition:all .2s;display:inline-flex}.btn:hover{box-shadow:var(--shadow-md);background:#333;transform:translateY(-2px)}.btn-primary{background:var(--mk-primary);color:var(--mk-accent)}.btn-primary:hover{background:#e39bc3}.btn-secondary{color:var(--text-primary);background:#0000000d;border:1px solid #00000014}.btn-secondary:hover{box-shadow:var(--shadow-sm);background:#0000001a;transform:translateY(-2px)}.input-field{border:1px solid var(--surface-border);width:100%;font-family:var(--font-main);background:var(--surface-card);color:var(--text-primary);border-radius:12px;padding:1rem;font-size:1rem;transition:all .2s}.input-field:focus{border-color:var(--mk-primary);outline:none;box-shadow:0 0 0 3px #f0a8d033}@media (width<=1024px){.main-content{padding:5rem 1.5rem 1.5rem;margin-left:0!important}h1{font-size:1.8rem}}@media (width<=768px){.main-content{padding:4.5rem 1rem 1rem}.glass-panel{border-radius:15px}}.page-loading{min-height:100vh;color:var(--mk-primary-strong);background:var(--surface-primary);justify-content:center;align-items:center;padding:2rem;font-size:1.05rem;font-weight:600;display:flex}body[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}body[data-theme=dark] .main-content,body[data-theme=dark] .content-wrapper,body[data-theme=dark] .sidebar,body[data-theme=dark] .mobile-header,body[data-theme=dark] .tool-card,body[data-theme=dark] .new-entrepreneurs-hero,body[data-theme=dark] .pdf-highlight-btn,body[data-theme=dark] .video-preview-card,body[data-theme=dark] .section-header,body[data-theme=dark] .section-hero,body[data-theme=dark] .section-upcoming-card,body[data-theme=dark] .section-pdf .pdf-highlight-btn,body[data-theme=dark] .videos-section .section-header,body[data-theme=dark] .admin-hero,body[data-theme=dark] .admin-header,body[data-theme=dark] .admin-form-card,body[data-theme=dark] .admin-module-card,body[data-theme=dark] .admin-overview-card{background:var(--surface-secondary)!important;border-color:var(--surface-border)!important}.btn:focus-visible,.quick-link-btn:focus-visible,.theme-toggle-trigger:focus-visible,.org-chart-container:focus-visible{outline:3px solid var(--mk-primary-strong);outline-offset:2px}body[data-theme=dark] .hero-welcome h1,body[data-theme=dark] .tools-header h1,body[data-theme=dark] .new-entrepreneurs-hero h1,body[data-theme=dark] .section-header h3,body[data-theme=dark] .section-hero h1,body[data-theme=dark] .admin-overview-card h3,body[data-theme=dark] .video-info h4,body[data-theme=dark] .btn-text h3,body[data-theme=dark] .admin-hero h1{color:var(--text-primary)!important}body[data-theme=dark] .section-header p,body[data-theme=dark] .tools-header p,body[data-theme=dark] .new-entrepreneurs-hero p,body[data-theme=dark] .tool-info p,body[data-theme=dark] .btn-text p,body[data-theme=dark] .verse-ref,body[data-theme=dark] .admin-header p,body[data-theme=dark] .admin-overview-card p,body[data-theme=dark] .text-muted{color:var(--text-secondary)!important}body[data-theme=dark] .nav-item,body[data-theme=dark] .btn-logout,body[data-theme=dark] .menu-toggle,body[data-theme=dark] .mobile-logo{color:var(--text-primary)}body[data-theme=dark] .nav-item:hover,body[data-theme=dark] .nav-item.active{background:#f0a8d029}body[data-theme=dark] .quick-link-btn{background:linear-gradient(135deg,#3a2430 0%,#4a2a39 100%);border-color:#f0a8d038;color:#fff4f8!important}body[data-theme=dark] .quick-link-btn:hover{box-shadow:0 8px 24px #00000047}body[data-theme=dark] .quick-link-admin{background:linear-gradient(135deg,#5a2840 0%,#6a2d49 100%)}body[data-theme=dark] .btn{color:var(--text-primary);background:#2f2430}body[data-theme=dark] .btn-primary,body[data-theme=dark] .theme-option.active{color:#fff;background:linear-gradient(135deg,#ff4b82,#d81b60)}body[data-theme=dark] .btn-secondary{color:var(--text-primary);background:#ffffff14;border-color:#ffffff1a}body[data-theme=dark] .btn-secondary:hover{background:#ffffff24}body[data-theme=dark] .admin-table th,body[data-theme=dark] .admin-table td{border-color:#ffffff0f}body[data-theme=dark] .close-zoom-btn,body[data-theme=dark] .theme-option{color:var(--text-primary);border-color:var(--surface-border);background:#ffffff0f}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.theme-toggle-container{z-index:150;position:fixed;top:1.5rem;right:1.5rem}.theme-toggle-hint{color:#fff;white-space:nowrap;opacity:0;pointer-events:none;background:#000000c7;border-radius:999px;padding:.5rem .8rem;font-size:.8rem;transition:opacity .2s,transform .2s;position:absolute;top:calc(100% + .6rem);right:0;transform:translateY(-4px)}.theme-toggle-container:hover .theme-toggle-hint{opacity:1;transform:translateY(0)}.theme-toggle-trigger{border:1px solid var(--glass-border);background:var(--surface-card);min-width:52px;height:52px;color:var(--text-primary);cursor:pointer;box-shadow:var(--shadow-md);border-radius:16px;justify-content:center;align-items:center;gap:.35rem;transition:all .2s;display:flex}.theme-toggle-trigger.open{border-color:#d81b6038;transform:scale(.95)}.theme-toggle-chevron{transition:transform .2s}.theme-toggle-trigger.open .theme-toggle-chevron{transform:rotate(180deg)}.theme-toggle-dropdown{z-index:151;flex-direction:column;gap:.35rem;min-width:180px;padding:.45rem;display:flex;position:absolute;top:calc(100% + .6rem);right:0}.theme-toggle-option{border:1px solid var(--glass-border);color:var(--text-secondary);cursor:pointer;background:#ffffff8c;border-radius:12px;justify-content:flex-start;align-items:center;gap:.6rem;width:100%;padding:.8rem .9rem;font-family:inherit;font-size:.9rem;font-weight:600;transition:all .2s;display:flex}.theme-toggle-current{opacity:.9;margin-left:auto;font-size:.75rem;font-weight:700}.theme-toggle-option:hover{color:var(--mk-primary-strong);border-color:#d81b6038}.theme-toggle-option.active{color:#fff;background:linear-gradient(135deg,#ff4b82,#d81b60);border-color:#0000}@media (width<=1024px){.theme-toggle-container{z-index:1500;top:.7rem;right:1rem}.theme-toggle-trigger{border-radius:12px;min-width:42px;height:42px}.theme-toggle-trigger .theme-toggle-chevron{display:none}}
