@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap";: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}.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] .hero-welcome,body[data-theme=dark] .verse-section,body[data-theme=dark] .org-chart-container,body[data-theme=dark] .no-data-placeholder,body[data-theme=dark] .tools-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}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] .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}}
