.search-modal-overlay{position:fixed;inset:0;background:#00000080;backdrop-filter:blur(4px);z-index:10000;display:flex;align-items:flex-start;justify-content:center;padding-top:12vh;animation:searchOverlayIn .15s ease-out}@keyframes searchOverlayIn{0%{opacity:0}to{opacity:1}}.search-modal{background:#fff;border-radius:16px;width:100%;max-width:580px;max-height:70vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 25px 50px -12px #00000040,0 0 0 1px #63026314;animation:searchModalIn .15s ease-out}@keyframes searchModalIn{0%{opacity:0;transform:scale(.95) translateY(-8px)}to{opacity:1;transform:scale(1) translateY(0)}}.search-modal-input-wrap{position:sticky;top:0;display:flex;align-items:center;gap:10px;padding:14px 16px;border-bottom:1px solid #eee;background:#fff;z-index:1}.search-modal-icon{color:#999;flex-shrink:0}.search-modal-input{flex:1;border:none;outline:2px solid var(--primary);outline-offset:2px;font-size:16px;color:#1a1a1a;background:transparent}.search-modal-input::placeholder{color:#aaa}.search-modal-kbd{display:inline-flex;align-items:center;padding:2px 8px;background:#f0f0f0;border:1px solid #ddd;border-radius:6px;font-size:12px;font-family:inherit;color:#666;white-space:nowrap;flex-shrink:0}.search-modal-close{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;background:#f5f5f5;border-radius:6px;cursor:pointer;color:#666;flex-shrink:0;transition:background .15s}.search-modal-close:hover{background:#e5e5e5}.search-modal-results{overflow-y:auto;padding:8px;flex:1}.search-modal-empty{padding:32px 16px;text-align:center;color:#999;font-size:14px}.search-modal-group{margin-bottom:4px}.search-modal-group-title{display:flex;align-items:center;gap:6px;padding:8px 12px 4px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#630263}.search-modal-item{display:flex;align-items:center;gap:12px;padding:10px 16px;border-radius:8px;cursor:pointer;transition:background .12s}.search-modal-item:hover,.search-modal-item.active{background:#f5f0f5}.search-modal-item-icon{color:#630263;flex-shrink:0}.search-modal-item-text{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.search-modal-item-title{font-size:14px;font-weight:500;color:#1a1a1a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.search-modal-item-sub{font-size:12px;color:#888;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.search-modal-item-arrow{color:#ccc;flex-shrink:0;transition:color .12s}.search-modal-item:hover .search-modal-item-arrow,.search-modal-item.active .search-modal-item-arrow{color:#630263}.search-modal-programs-link{margin-top:4px;padding-top:8px;border-top:1px solid #eee}.search-modal-item.programs .search-modal-item-icon{color:#0d9488}.search-modal-item.programs .search-modal-item-title{color:#0d9488;font-weight:600}.search-modal-item.programs:hover,.search-modal-item.programs.active{background:#f0fdf9}@media(max-width:640px){.search-modal-overlay{padding-top:0;align-items:flex-start}.search-modal{max-width:none;margin:16px;max-height:calc(100vh - 32px);border-radius:12px}}.navbar-app{width:100%;height:var(--navbar-height);background:#fff;font-family:Noto Sans,sans-serif;border-bottom:3px solid transparent;border-image:linear-gradient(90deg,var(--primary),var(--accent)) 1;display:flex;align-items:center;box-shadow:0 2px 12px #0000000f;flex-shrink:0}.navbar-app .navbar-container{width:100%;max-width:100%;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;height:100%}.navbar-hamburger{display:none;align-items:center;justify-content:center;background:none;border:1.5px solid var(--border);border-radius:var(--radius-sm);padding:.4rem;cursor:pointer;color:var(--primary);transition:var(--transition-fast);flex-shrink:0}.navbar-hamburger:hover{background:var(--secondary);border-color:var(--primary)}.navbar-logo{display:flex;align-items:center;gap:.6rem;font-size:1.3rem;font-weight:700;color:var(--primary);text-decoration:none;flex-shrink:0;white-space:nowrap}.navbar-logo img{height:44px;width:auto}.navbar-logo-text{font-size:inherit;font-weight:inherit;color:inherit}.navbar-logo-highlight{color:var(--accent);font-weight:700}.navbar-right{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.navbar-app .user-section{display:flex;align-items:center;gap:.75rem;padding:.35rem .6rem .35rem .8rem;border-radius:999px;background:var(--bg-light);border:1px solid var(--border)}.user-nameNav{display:flex;align-items:center;gap:.5rem;font-weight:500;color:var(--text-dark);font-size:.92rem}.user-nameNav{text-decoration:none}.user-nameNav svg{color:var(--primary)}.navbar-avatar{width:28px;height:28px;border-radius:50%;object-fit:cover;border:2px solid var(--secondary)}.nav-public-btn{display:flex;align-items:center;gap:.4rem;background:none;border:1.5px solid var(--border);color:var(--primary);cursor:pointer;padding:.4rem .7rem;border-radius:var(--radius-sm);transition:var(--transition-fast);text-decoration:none;font-size:.82rem;font-weight:500;white-space:nowrap}.nav-public-btn:hover{background:var(--secondary);border-color:var(--primary)}.nav-search-btn{background:none;border:1.5px solid var(--border);color:var(--primary);cursor:pointer;padding:.4rem;border-radius:var(--radius-sm);transition:var(--transition-fast);display:flex;align-items:center;justify-content:center}.nav-search-btn:hover{background:var(--secondary);border-color:var(--primary)}.btn.logout{display:flex;align-items:center;gap:.4rem;background:transparent;border:1.5px solid var(--border);padding:.4rem .85rem;border-radius:var(--radius-sm);font-size:.85rem;cursor:pointer;transition:var(--transition-fast);color:var(--text-muted)}.btn.logout:hover{background:#fee2e2;color:var(--error);border-color:var(--error)}@media(max-width:1200px){.navbar-logo{font-size:1.15rem}.navbar-logo img{height:38px}.user-name-text,.logout-label,.nav-public-label{display:none}.nav-public-btn{padding:.4rem}.btn.logout{padding:.4rem .5rem}.navbar-app .user-section{padding:.3rem .5rem;gap:.5rem}}@media(max-width:1024px){.navbar-hamburger{display:flex}.navbar-logo{font-size:1.1rem}.navbar-logo img{height:34px}}@media(max-width:768px){.navbar-app .navbar-container{padding:0 .75rem;gap:.5rem}.navbar-app{height:64px}.navbar-logo-text{display:none}.navbar-logo img{height:32px}.navbar-logo{gap:0}}@media(max-width:480px){.navbar-app{height:56px}.navbar-logo img{height:28px}.navbar-app .user-section{padding:.2rem .35rem;gap:.35rem}.btn.logout,.navbar-hamburger{padding:.3rem}}.app-wrapper{display:flex;flex-direction:column;min-height:100vh;background:var(--bg-light);width:100%}.app-wrapper>.navbar-app{position:sticky;top:0;flex-shrink:0;z-index:200}.content-wrapper{display:flex;flex-direction:row;flex:1;min-height:0}.content-wrapper.with-sidebar{gap:0}.main-content{flex:1;min-width:0;background:var(--bg-light);box-sizing:border-box;padding:20px;width:100%}.sidebar-overlay{position:fixed;inset:0;background:#00000080;z-index:140;backdrop-filter:blur(2px)}.loading-full{display:flex;align-items:center;justify-content:center;min-height:100vh;font-size:1rem;color:var(--text-muted)}@media(max-width:1024px){.main-content{padding:1.5rem}}@media(max-width:768px){.main-content{padding:1.25rem 1rem}}@media(max-width:480px){.main-content{padding:1rem .75rem}}.skip-to-content{position:absolute;top:-100px;left:16px;z-index:100000;font-size:14px;background:#630263;color:#fff;padding:8px 16px;border-radius:8px;font-weight:600;text-decoration:none;outline:2px solid var(--primary);outline-offset:2px;transition:top .2s}.skip-to-content:focus{top:8px;box-shadow:0 2px 8px #63026366;outline:2px solid var(--primary);outline-offset:2px}.page-transition{animation:pageEnter .3s ease-out forwards;will-change:opacity,transform;flex:1;display:flex;flex-direction:column}@keyframes pageEnter{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.page-transition{animation:none;opacity:1;transform:none}}.navbar-public{position:sticky;top:0;z-index:1000;background:var(--light);border-bottom:4px solid var(--accent);font-family:Noto Sans,sans-serif;width:100%;box-shadow:0 2px 10px #0000000f}.navbar-container{width:92%;max-width:1400px;margin:0 auto;height:76px;display:flex;align-items:center;justify-content:space-between;gap:12px}.logo{display:flex;align-items:center;gap:10px;text-decoration:none;flex-shrink:0}.logo img{height:48px;width:auto}.logoName{font-size:25px;font-weight:800;color:var(--primary);letter-spacing:.3px;line-height:1.1;white-space:nowrap}.logoName-highlight{color:#4d7a1a;font-weight:800}.nav-menu{display:flex;gap:20px;align-items:center;flex:1;justify-content:center;min-width:0;overflow:visible}.nav-link{position:relative;font-size:14.7px;font-weight:500;color:#333;text-decoration:none;padding:5px 0;transition:color .25s;white-space:nowrap}.nav-link:hover,.nav-link.active{color:var(--primary)}.nav-link:after{content:"";position:absolute;bottom:-6px;left:0;width:0%;height:2.5px;background:var(--accent);border-radius:3px;transition:width .3s ease}.nav-link:hover:after,.nav-link.active:after{width:100%}.nav-text-compact{display:none}.nav-text-full{display:inline}.nav-more-dropdown{display:none}.nav-dropdown{position:relative;padding-bottom:10px;margin-bottom:-10px}.nav-dropdown-trigger{display:flex;align-items:center;gap:4px;font-size:14.7px;font-weight:500;color:#333;background:none;border:none;cursor:pointer;padding:5px 0;transition:color .25s;font-family:inherit;white-space:nowrap}.nav-dropdown-trigger:hover{color:var(--primary)}.nav-dropdown-menu{position:absolute;top:calc(100% + 2px);left:50%;transform:translate(-50%) translateY(4px);min-width:220px;background:#fff;border-radius:12px;box-shadow:0 12px 32px #0000001f;padding:.5rem;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,transform .2s ease,visibility .2s;z-index:1010}.nav-dropdown-menu.open{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%) translateY(0)}.nav-dropdown-item{display:block;padding:.65rem 1rem;font-size:.88rem;font-weight:500;color:var(--text-dark);cursor:pointer;text-decoration:none;border-radius:8px;transition:all .2s}.nav-dropdown-item:hover,.nav-dropdown-item.active{background:var(--bg-light);color:var(--primary);padding-left:1.2rem}.navbar-right-group{display:flex;align-items:center;gap:8px;flex-shrink:0}.auth-buttons,.user-section{display:flex;align-items:center;gap:8px}.user-profile-btn{display:flex;align-items:center;gap:8px;background:none;border:none;cursor:pointer;padding:6px 12px;border-radius:10px;transition:all .2s}.user-profile-btn:hover{background:var(--secondary);transform:translateY(-1px)}.user-avatar-icon{color:var(--primary)}.navbar-pub-avatar{width:28px;height:28px;border-radius:50%;object-fit:cover;border:2px solid var(--primary)}.navbar-pub-avatar-sm{width:22px;height:22px;border-radius:50%;object-fit:cover}.user-namePubLay{font-size:14px;font-weight:600;color:var(--primary);white-space:nowrap}.btn-link{font-size:14px;font-weight:500;color:var(--primary);text-decoration:none;padding:7px 14px;border-radius:10px;transition:all .2s;cursor:pointer;white-space:nowrap}.btn-link:hover{background:var(--secondary)}.btn-cta{padding:8px 18px;background:var(--primary);color:#fff;border-radius:999px;font-weight:600;font-size:14px;text-decoration:none;transition:all .2s;box-shadow:0 4px 14px #63026340;white-space:nowrap}.btn-cta:hover{background:var(--accent);color:#1e001e;transform:translateY(-2px);box-shadow:0 8px 22px #70a92459}.btn-logout{display:flex;align-items:center;gap:5px;background:none;border:none;color:var(--primary);cursor:pointer;padding:6px 11px;border-radius:8px;font-size:14px;transition:all .2s;white-space:nowrap}.btn-logout:hover{color:var(--accent);background:#70a9241a}.hamburger-btn{display:none;align-items:center;justify-content:center;background:none;border:1.5px solid var(--border);border-radius:8px;padding:6px;cursor:pointer;color:var(--primary);transition:all .2s;flex-shrink:0}.hamburger-btn:hover{background:var(--secondary);border-color:var(--primary)}.mobile-auth-strip,.mobile-menu,.mobile-backdrop{display:none}@media(max-width:1280px){.navbar-container{height:72px}.nav-menu{gap:16px}.nav-link,.nav-dropdown-trigger{font-size:13.5px}.logo img{height:42px}.logoName{font-size:22px}.btn-cta{padding:7px 16px;font-size:13px}.btn-link{padding:6px 11px;font-size:13.5px}.user-namePubLay{font-size:13px}}@media(max-width:1100px){.nav-menu{gap:12px}.nav-link,.nav-dropdown-trigger{font-size:13px}.logo img{height:38px}.logoName{font-size:19px}.nav-link--verify .nav-text-full{display:none}.nav-link--verify .nav-text-compact{display:inline}.nav-link--inline-secondary{display:none}.nav-more-dropdown{display:block}.user-namePubLay,.btn-logout-text{display:none}.user-profile-btn{padding:6px}.btn-logout{padding:5px 8px}.btn-cta{padding:6px 14px;font-size:13px}.btn-link{padding:5px 10px;font-size:13px}}@media(max-width:960px){.navbar-container{height:64px}.nav-menu,.auth-buttons{display:none}.hamburger-btn{display:flex}.logo img{height:36px}.logoName{font-size:1.15rem}.mobile-auth-strip{display:flex;align-items:center;justify-content:center;gap:.6rem;padding:.5rem 4%;background:var(--bg-light);border-top:1px solid var(--border)}.mobile-strip-login{flex:1;text-align:center;padding:.55rem;border-radius:8px;font-size:.88rem;font-weight:600;color:var(--primary);text-decoration:none;border:1.5px solid var(--primary);transition:all .2s}.mobile-strip-login:hover{background:var(--secondary)}.mobile-strip-register{flex:1;text-align:center;padding:.55rem;border-radius:8px;font-size:.88rem;font-weight:600;background:var(--primary);color:#fff;text-decoration:none;transition:all .2s}.mobile-strip-register:hover{background:var(--accent);color:#1e001e}.mobile-strip-user{display:flex;align-items:center;gap:.5rem;flex:1;background:none;border:1.5px solid var(--border);border-radius:8px;padding:.55rem;font-size:.85rem;font-weight:600;color:var(--primary);cursor:pointer;transition:all .2s;justify-content:center}.mobile-strip-user:hover{background:var(--secondary);border-color:var(--primary)}.mobile-strip-logout{display:flex;align-items:center;gap:.4rem;flex:1;background:none;border:1.5px solid var(--border);border-radius:8px;padding:.55rem;font-size:.85rem;font-weight:600;color:#dc2626;cursor:pointer;transition:all .2s;justify-content:center}.mobile-strip-logout:hover{background:#fee2e2;border-color:#dc2626}.mobile-menu{display:block;overflow:hidden;max-height:0;transition:max-height .35s ease;background:#fff;border-top:1px solid var(--border)}.mobile-menu.open{max-height:520px}.mobile-nav{display:flex;flex-direction:column;padding:.5rem 4%}.mobile-nav-link{display:block;padding:.8rem .75rem;font-size:.95rem;font-weight:500;color:var(--text-dark);cursor:pointer;text-decoration:none;border-radius:8px;transition:all .2s;border-bottom:1px solid var(--border)}.mobile-nav-divider{display:block;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--primary);padding:.9rem .75rem .3rem;border-top:1px solid rgba(99,2,99,.08);margin-top:.25rem}.mobile-nav-link:last-child{border-bottom:none}.mobile-nav-link:hover,.mobile-nav-link.active{color:var(--primary);background:var(--bg-light);padding-left:1.1rem}.mobile-backdrop{display:block;position:fixed;inset:0;background:#0000004d;z-index:999}.navbar-public{z-index:1000}}@media(max-width:600px){.navbar-container{height:58px}.logo img{height:32px}.logoName{font-size:1.05rem}.mobile-nav-link{font-size:.9rem;padding:.7rem .6rem}}@media(max-width:420px){.logo img{height:28px}.logoName{font-size:.9rem}.logo{gap:.4rem}.mobile-auth-strip{gap:.4rem;padding:.4rem 3%}.mobile-strip-login,.mobile-strip-register,.mobile-strip-user,.mobile-strip-logout{padding:.45rem;font-size:.8rem}}.footer-public{background:radial-gradient(circle at top,rgba(112,169,36,.15),transparent 60%),linear-gradient(180deg,#3d013d,#1e001e);color:var(--light);font-family:Outfit,sans-serif;width:100%;margin-top:auto;flex-shrink:0}.footer-cta{text-align:center;padding:4.5rem 1rem 3.5rem;max-width:900px;margin:0 auto}.footer-cta h2{font-size:2.1rem;margin-bottom:1rem}.footer-cta p{color:var(--secondary);max-width:600px;margin:0 auto 2rem;font-size:1.05rem}.footer-cta-actions{display:flex;gap:1.2rem;justify-content:center;flex-wrap:wrap}.btn{padding:.85rem 1.6rem;border-radius:999px;font-weight:600;text-decoration:none;transition:all .25s ease}.btn-primary{background-color:var(--accent);color:#1e001e;box-shadow:0 10px 25px #70a92459}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 15px 35px #70a9248c}.btn-outline{border:2px solid var(--secondary);color:var(--light)}.btn-outline:hover{background-color:var(--secondary);color:#1e001e}.footer-container{width:90%;max-width:1200px;margin:0 auto;padding:3.5rem 0;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:3rem}.footer-logo{display:inline-block;text-decoration:none}.footer-logo-img{height:42px;width:auto;object-fit:contain;filter:brightness(1.1)}.footer-description{margin:1rem 0 1.4rem;color:var(--secondary);font-size:.95rem;line-height:1.6}.footer-partner-link{color:var(--accent);font-weight:600;text-decoration:none;display:inline-flex;align-items:center;gap:.25rem;transition:gap .2s ease}.footer-partner-link:hover{text-decoration:underline;gap:.5rem}.footer-title{text-transform:uppercase;letter-spacing:.08em;font-size:.9rem;margin-bottom:1rem}.footer-list{list-style:none;padding:0;margin:0}.footer-list li{margin-bottom:.6rem;color:var(--secondary)}.footer-public a{text-decoration:none;transition:color .2s ease}.footer-public a:hover{color:#fff}.footer-contact-items{display:flex;flex-direction:column;gap:1rem}.footer-contact-item{display:flex;align-items:flex-start;gap:.75rem;color:var(--secondary);text-decoration:none;transition:color .2s ease;font-size:.92rem;line-height:1.5}.footer-contact-item:hover{color:#fff}.footer-contact-item:hover .footer-contact-icon{background:var(--accent);color:#1e001e;transform:scale(1.08)}.footer-contact-icon{width:34px;height:34px;min-width:34px;border-radius:50%;background:#70a92433;color:var(--accent);display:flex;align-items:center;justify-content:center;transition:all .25s ease}.footer-contact-item span{padding-top:.15rem}.footer-bottom{border-top:1px solid rgba(255,255,255,.15);text-align:center;padding:1.2rem;font-size:.85rem;color:var(--secondary)}@media(max-width:768px){.footer-cta h2{font-size:1.5rem}.footer-container{grid-template-columns:1fr;gap:2rem;padding:2.5rem 0}.footer-cta{padding:3rem 1rem 2.5rem}}.public-layout{display:flex;flex-direction:column;align-items:stretch;min-height:100vh;overflow-x:hidden;background:#1e001e}.public-main{width:100%;flex:1;display:flex;flex-direction:column;background:var(--bg-light, #f8f7fa)}.main-container{flex:1;display:flex;flex-direction:column}.err-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(170deg,#f8f4f9,#f0e8f0,#f5f5f5);padding:2rem;font-family:Plus Jakarta Sans,Noto Sans,sans-serif}.err-container{text-align:center;max-width:520px;width:100%}.err-logo{display:inline-block;margin-bottom:2rem}.err-logo img{display:block}.err-icon-wrapper{display:inline-flex;align-items:center;justify-content:center;width:88px;height:88px;border-radius:50%;background:#63026314;color:#630263;margin-bottom:1.5rem}.err-code{font-size:5rem;font-weight:900;letter-spacing:-.04em;line-height:1;color:#630263;opacity:.15;margin-bottom:.25rem}.err-title{font-family:"DM Serif Display",serif;font-size:1.75rem;font-weight:400;color:#1e0022;margin:0 0 .75rem}.err-message{font-size:.95rem;color:#666;line-height:1.7;margin:0 0 2rem;max-width:420px;margin-left:auto;margin-right:auto}.err-actions{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap;margin-bottom:2.5rem}.err-btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.75rem;border-radius:50px;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .2s ease}.err-btn-primary{background:#630263;color:#fff}.err-btn-primary:hover{background:#4a014a;transform:translateY(-1px);box-shadow:0 4px 16px #6302634d}.err-btn-outline{background:transparent;color:#630263;border:1.5px solid #630263}.err-btn-outline:hover{background:#630263;color:#fff}.err-nav{display:flex;align-items:center;justify-content:center;gap:.5rem;flex-wrap:wrap;padding-top:1.5rem;border-top:1px solid rgba(99,2,99,.1)}.err-nav-label{font-size:.8rem;color:#999;margin-right:.25rem}.err-nav a{font-size:.82rem;color:#630263;text-decoration:none;font-weight:500;padding:4px 8px;border-radius:6px;transition:background .15s}.err-nav a:hover{background:#6302630f}.err-nav a:not(:last-child):after{content:"·";margin-left:.5rem;color:#ccc}@media(max-width:480px){.err-code{font-size:3.5rem}.err-title{font-size:1.4rem}.err-actions{flex-direction:column;align-items:center}.err-btn{width:100%;max-width:280px}}.cookie-consent{position:fixed;bottom:0;left:0;right:0;z-index:9999;background:#1e0022;border-top:2px solid #630263;box-shadow:0 -8px 40px #00000059;animation:cookieSlideUp .4s ease-out}@keyframes cookieSlideUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.cookie-consent-inner{max-width:1200px;margin:0 auto;padding:24px 32px;display:flex;align-items:flex-start;gap:32px}.cookie-consent-text{flex:1}.cookie-consent-text h3{color:#fff;font-size:1.05rem;font-weight:700;margin:0 0 8px}.cookie-consent-text>p{color:#ffffffb3;font-size:.88rem;line-height:1.6;margin:0 0 10px}.cookie-details{margin:12px 0;display:flex;flex-direction:column;gap:10px}.cookie-detail-item{background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:12px 16px}.cookie-detail-item strong{color:#fff;font-size:.88rem;margin-right:10px}.cookie-always{display:inline-block;background:#70a92433;color:#a8d45e;font-size:.7rem;font-weight:700;padding:2px 8px;border-radius:50px}.cookie-optional{display:inline-block;background:#d6a9d426;color:#d6a9d4;font-size:.7rem;font-weight:700;padding:2px 8px;border-radius:50px}.cookie-detail-item p{color:#ffffff8c;font-size:.82rem;line-height:1.5;margin:6px 0 0}.cookie-details-toggle{background:none;border:none;color:#d6a9d4;font-size:.82rem;font-weight:600;cursor:pointer;padding:0;text-decoration:underline;text-underline-offset:3px;margin-right:16px}.cookie-privacy-link{color:#ffffff80;font-size:.78rem;text-decoration:underline;text-underline-offset:3px}.cookie-consent-actions{display:flex;flex-direction:column;gap:10px;flex-shrink:0;padding-top:4px}.cookie-btn{padding:12px 28px;border-radius:50px;font-size:.88rem;font-weight:700;cursor:pointer;border:2px solid transparent;white-space:nowrap;transition:all .2s ease}.cookie-btn.accept{background:#4d7a1a;color:#fff;border-color:#4d7a1a}.cookie-btn.accept:hover{background:#3d6114;border-color:#3d6114}.cookie-btn.essential{background:transparent;color:#fffc;border-color:#ffffff4d}.cookie-btn.essential:hover{background:#ffffff14;border-color:#ffffff80}@media(max-width:768px){.cookie-consent-inner{flex-direction:column;padding:20px;gap:16px}.cookie-consent-actions{flex-direction:row;width:100%}.cookie-btn{flex:1;text-align:center;padding:11px 16px;font-size:.84rem}}.hcd-overlay{position:fixed;inset:0;z-index:10000;background:#1e0022d9;backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;padding:20px;animation:hcdFadeIn .3s ease}@keyframes hcdFadeIn{0%{opacity:0}to{opacity:1}}.hcd-modal{background:#fff;border-radius:22px;max-width:520px;width:100%;padding:40px 36px 32px;text-align:center;box-shadow:0 30px 80px #0006;animation:hcdSlideUp .35s ease-out}@keyframes hcdSlideUp{0%{transform:translateY(24px);opacity:0}to{transform:translateY(0);opacity:1}}.hcd-icon{width:64px;height:64px;border-radius:18px;background:linear-gradient(135deg,#630263,#4a014a);display:flex;align-items:center;justify-content:center;margin:0 auto 20px;color:#fff}.hcd-modal h2{font-family:"DM Serif Display",serif;font-size:1.5rem;color:#1e0022;margin:0 0 20px;line-height:1.3}.hcd-content{text-align:left;margin-bottom:24px}.hcd-content>p{color:#555;font-size:.92rem;line-height:1.65;margin:0 0 12px}.hcd-content ul{list-style:none;padding:0;margin:0 0 14px;display:grid;grid-template-columns:1fr 1fr;gap:6px 10px}.hcd-content li{font-size:.86rem;color:#333;padding:6px 12px;background:#f5eaf5;border-radius:8px;font-weight:500}.hcd-content li:before{content:"✓ ";color:#70a924;font-weight:700}.hcd-note{font-size:.82rem!important;color:#888!important;font-style:italic;border-top:1px solid #eee;padding-top:12px}.hcd-actions{text-align:center}.hcd-btn{display:inline-block;width:100%;padding:15px 28px;border-radius:50px;border:none;background:linear-gradient(135deg,#630263,#4a014a);color:#fff;font-size:.95rem;font-weight:700;cursor:pointer;transition:all .2s ease;margin-bottom:14px}.hcd-btn:hover{background:linear-gradient(135deg,#4a014a,#350135);box-shadow:0 8px 24px #63026359;transform:translateY(-1px)}.hcd-legal{color:#999;font-size:.76rem;line-height:1.5;margin:0}.hcd-legal a{color:#630263;text-decoration:underline;text-underline-offset:2px}@media(max-width:540px){.hcd-modal{padding:28px 22px 24px}.hcd-modal h2{font-size:1.25rem}.hcd-content ul{grid-template-columns:1fr}.hcd-btn{font-size:.88rem;padding:13px 20px}}.tooltip-wrap{position:relative;display:inline-flex}.tooltip-bubble{position:absolute;background:#1a1a2e;color:#fff;padding:6px 12px;border-radius:6px;font-size:13px;line-height:1.4;white-space:nowrap;pointer-events:none;z-index:10001;opacity:0;transition:opacity .15s ease-out,transform .15s ease-out;will-change:opacity}.tooltip-bubble.visible{opacity:1}.tooltip-bubble:after{content:"";position:absolute;border:5px solid transparent}.tooltip-bubble.tooltip-top{bottom:100%;left:50%;transform:translate(-50%) translateY(4px);margin-bottom:8px}.tooltip-bubble.tooltip-top.visible{transform:translate(-50%) translateY(0)}.tooltip-bubble.tooltip-top:after{top:100%;left:50%;transform:translate(-50%);border-top-color:#1a1a2e}.tooltip-bubble.tooltip-bottom{top:100%;left:50%;transform:translate(-50%) translateY(-4px);margin-top:8px}.tooltip-bubble.tooltip-bottom.visible{transform:translate(-50%) translateY(0)}.tooltip-bubble.tooltip-bottom:after{bottom:100%;left:50%;transform:translate(-50%);border-bottom-color:#1a1a2e}.tooltip-bubble.tooltip-left{right:100%;top:50%;transform:translateY(-50%) translate(4px);margin-right:8px}.tooltip-bubble.tooltip-left.visible{transform:translateY(-50%) translate(0)}.tooltip-bubble.tooltip-left:after{left:100%;top:50%;transform:translateY(-50%);border-left-color:#1a1a2e}.tooltip-bubble.tooltip-right{left:100%;top:50%;transform:translateY(-50%) translate(-4px);margin-left:8px}.tooltip-bubble.tooltip-right.visible{transform:translateY(-50%) translate(0)}.tooltip-bubble.tooltip-right:after{right:100%;top:50%;transform:translateY(-50%);border-right-color:#1a1a2e}@media(prefers-reduced-motion:reduce){.tooltip-bubble{transition:none}}.wa-float{position:fixed;bottom:24px;right:24px;z-index:1000;display:flex;flex-direction:column;align-items:flex-end;gap:12px}.wa-fab{width:56px;height:56px;border-radius:50%;background:#25d366;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #25d36666;transition:transform .2s,box-shadow .2s}.wa-fab:hover{transform:scale(1.08);box-shadow:0 6px 20px #25d36680}.wa-fab:active{transform:scale(.95)}.wa-tooltip{background:#fff;border-radius:12px;padding:16px;width:280px;box-shadow:0 8px 30px #0000001f;border:1px solid #e5e7eb;position:relative;animation:waSlideUp .25s ease-out}@keyframes waSlideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.wa-tooltip-close{position:absolute;top:8px;right:8px;background:none;border:none;cursor:pointer;color:#9ca3af;padding:4px;border-radius:4px}.wa-tooltip-close:hover{color:#374151;background:#f3f4f6}.wa-tooltip-title{font-weight:600;font-size:.95rem;color:#111827;margin:0 0 4px}.wa-tooltip-text{font-size:.83rem;color:#6b7280;margin:0 0 12px;line-height:1.4}.wa-tooltip-btn{display:flex;align-items:center;gap:6px;width:100%;justify-content:center;padding:10px;border:none;border-radius:8px;background:#25d366;color:#fff;font-weight:600;font-size:.85rem;cursor:pointer;transition:background .15s}.wa-tooltip-btn:hover{background:#1fb855}@media(max-width:640px){.wa-float{bottom:16px;right:16px}.wa-fab{width:50px;height:50px}.wa-tooltip{width:260px}}.back-to-top-btn{position:fixed;bottom:90px;right:24px;z-index:999;width:56px;height:56px;border:none;border-radius:50%;background-color:#630263;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #63026366;opacity:0;transform:translateY(16px);pointer-events:none;transition:opacity .3s ease,transform .3s ease,box-shadow .2s;will-change:opacity,transform}.back-to-top-btn.visible{opacity:1;transform:translateY(0);pointer-events:auto}.back-to-top-btn:hover{background-color:#7a1a7a;transform:scale(1.08);box-shadow:0 6px 20px #63026380}.back-to-top-btn.visible:hover{transform:scale(1.08)}.back-to-top-btn:active{transform:scale(.95)}.back-to-top-btn:focus-visible{outline:2px solid #630263;outline-offset:3px}@media(max-width:640px){.back-to-top-btn{bottom:76px;right:16px;width:50px;height:50px}}@media(prefers-reduced-motion:reduce){.back-to-top-btn{transition:none}}.top-progress-bar{position:fixed;top:0;left:0;width:100%;height:3px;z-index:9999;pointer-events:none}.top-progress-bar__fill{height:100%;width:100%;background:linear-gradient(90deg,#630263,#9b30ff);transform-origin:left;transition:transform .2s ease-out;will-change:transform;box-shadow:0 0 8px #63026366}.toast-container{position:fixed;top:80px;right:24px;display:flex;flex-direction:column;gap:8px;z-index:10001;pointer-events:none}.toast{pointer-events:auto;display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:10px;background:#fff;box-shadow:0 4px 20px #0000001f;min-width:300px;max-width:420px;border-left:4px solid #630263}.toast-success{border-left-color:#10b981}.toast-success .toast-icon{color:#10b981}.toast-error{border-left-color:#ef4444}.toast-error .toast-icon{color:#ef4444}.toast-info{border-left-color:#630263}.toast-info .toast-icon{color:#630263}.toast-warning{border-left-color:#f59e0b}.toast-warning .toast-icon{color:#f59e0b}.toast-icon{flex-shrink:0}.toast-message{flex:1;font-size:.9rem;color:#1f2937;line-height:1.4}.toast-close{flex-shrink:0;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;padding:4px;border-radius:4px;color:#9ca3af;transition:color .15s,background .15s}.toast-close:hover{color:#374151;background:#0000000f}@keyframes slideInRight{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideOutRight{0%{transform:translate(0);opacity:1}to{transform:translate(100%);opacity:0}}.toast-enter{animation:slideInRight .3s ease-out}.toast-exit{animation:slideOutRight .3s ease-in forwards}@media(prefers-reduced-motion:reduce){.toast-enter,.toast-exit{animation:none}}@media(max-width:480px){.toast-container{top:72px;right:8px;left:8px}.toast{min-width:0;max-width:100%}}@keyframes skeleton-pulse{0%{opacity:.4}50%{opacity:1}to{opacity:.4}}.skeleton-pulse{background:#e9e3eb;border-radius:8px;animation:skeleton-pulse 1.5s ease-in-out infinite;will-change:opacity}.skeleton-card{display:flex;flex-direction:column;gap:12px;padding:16px;border-radius:12px;background:#fff;box-shadow:0 1px 4px #6302630f}.skeleton-image{width:100%;aspect-ratio:16 / 9;border-radius:8px}.skeleton-line{height:var(--h, 16px);border-radius:6px}.skeleton-line--title{--h: 20px;width:75%}.skeleton-line--text{--h: 14px;width:100%}.skeleton-line--text-short{--h: 14px;width:60%}.skeleton-tag-row{display:flex;gap:8px;margin-top:4px}.skeleton-tag{height:24px;width:72px;border-radius:12px}.skeleton-detail{display:grid;grid-template-columns:1fr 320px;gap:32px;padding:24px 0}.skeleton-detail__main{display:flex;flex-direction:column;gap:20px}.skeleton-detail__image{width:100%;aspect-ratio:16 / 9;border-radius:12px}.skeleton-detail__title{--h: 28px;width:65%;border-radius:8px}.skeleton-detail__paragraph{display:flex;flex-direction:column;gap:10px}.skeleton-detail__paragraph .skeleton-line{--h: 14px}.skeleton-detail__paragraph .skeleton-line:last-child{width:80%}.skeleton-detail__sidebar{display:flex;flex-direction:column;gap:16px;padding:20px;border-radius:12px;background:#fff;box-shadow:0 1px 4px #6302630f;height:fit-content}.skeleton-detail__sidebar .skeleton-line{--h: 16px}.skeleton-detail__sidebar .skeleton-line:first-child{--h: 22px;width:50%}@media(max-width:900px){.skeleton-detail{grid-template-columns:1fr}.skeleton-detail__sidebar{order:-1}}.skeleton-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:24px;width:100%}@media(max-width:400px){.skeleton-grid{grid-template-columns:1fr}}.skeleton-forum-row{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;border-bottom:1px solid #f0f0f0}.skeleton-avatar{width:40px;height:40px;border-radius:50%;flex-shrink:0}.skeleton-forum-row__info{flex:1;display:flex;flex-direction:column;gap:.5rem}.skeleton-forum-row__stats{display:flex;gap:.75rem}.skeleton-forum-list{background:#fff;border-radius:12px;overflow:hidden;border:1px solid #f0f0f0}.skeleton-page-loader{padding:40px 24px;max-width:1280px;margin:0 auto}.kbd-modal-overlay{position:fixed;inset:0;background:#00000080;z-index:10000;display:flex;align-items:center;justify-content:center;backdrop-filter:blur(4px)}.kbd-modal{background:#fff;border-radius:16px;padding:32px;max-width:480px;width:90%;box-shadow:0 20px 60px #0000004d;animation:kbd-enter .15s ease-out}.kbd-modal-title{font-size:20px;font-weight:700;margin-bottom:24px;color:#1a1a2e}.kbd-row{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid #f0f0f0}.kbd-row:last-child{border-bottom:none}.kbd-keys{display:flex;gap:6px}.kbd-key{background:#f5f0f5;border:1px solid #ddd;border-radius:6px;padding:4px 10px;font-size:13px;font-weight:600;font-family:monospace;min-width:28px;text-align:center;box-shadow:0 1px 2px #0000001a;color:#333}.kbd-desc{font-size:14px;color:#555}@keyframes kbd-enter{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}[data-theme=dark] .kbd-modal{background:#1e1e2e;box-shadow:0 20px 60px #0009}[data-theme=dark] .kbd-modal-title{color:#e0e0e0}[data-theme=dark] .kbd-key{background:#252535;border-color:#3a3a4a;color:#d0d0d0;box-shadow:0 1px 2px #0000004d}[data-theme=dark] .kbd-row{border-bottom-color:#2a2a3a}[data-theme=dark] .kbd-desc{color:#aaa}@media(prefers-reduced-motion:reduce){.kbd-modal{animation:none}}.connection-banner{position:fixed;top:70px;left:0;width:100%;z-index:9997;text-align:center;padding:10px 16px;font-size:14px;font-weight:500;display:flex;align-items:center;justify-content:center;gap:8px;animation:cs-slideDown .3s ease-out}.connection-banner.offline{background:#fef2f2;color:#991b1b;border-bottom:2px solid #ef4444}.connection-banner.online{background:#f0fdf4;color:#166534;border-bottom:2px solid #10b981}.connection-banner.rate-limited{background:#fefce8;color:#854d0e;border-bottom:2px solid #eab308}.connection-banner a{color:inherit;text-decoration:underline;font-weight:600}.connection-banner a:hover{opacity:.8}.connection-banner-icon{flex-shrink:0;display:flex;align-items:center}@keyframes cs-slideDown{0%{transform:translateY(-100%)}to{transform:translateY(0)}}.connection-dot{width:8px;height:8px;border-radius:50%;display:inline-block;flex-shrink:0}.connection-dot.online{background:#10b981}.connection-dot.offline{background:#ef4444;animation:cs-pulse 1.5s ease-in-out infinite}@keyframes cs-pulse{0%,to{opacity:1}50%{opacity:.4}}@media(prefers-reduced-motion:reduce){.connection-banner,.connection-dot.offline{animation:none}}[data-theme=dark] .connection-banner.offline{background:#450a0a;color:#fca5a5;border-bottom-color:#dc2626}[data-theme=dark] .connection-banner.online{background:#052e16;color:#86efac;border-bottom-color:#059669}.install-prompt{position:fixed;bottom:1rem;left:50%;transform:translate(-50%);z-index:9999;width:calc(100% - 2rem);max-width:480px;animation:installSlideUp .3s ease-out}@keyframes installSlideUp{0%{transform:translate(-50%) translateY(100%);opacity:0}to{transform:translate(-50%) translateY(0);opacity:1}}.install-prompt-content{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;background:#fff;border-radius:12px;box-shadow:0 4px 24px #0000001f;border:1px solid #f0e6f6}.install-prompt-icon{color:#630263;flex-shrink:0}.install-prompt-text{flex:1;display:flex;flex-direction:column;gap:.15rem;min-width:0}.install-prompt-text strong{font-size:.9rem;color:#1a1a2e}.install-prompt-text span{font-size:.8rem;color:#64748b}.install-prompt-btn{padding:.5rem 1rem;background:#630263;color:#fff;border:none;border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:background .2s}.install-prompt-btn:hover{background:#4a0150}.install-prompt-close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;border-radius:8px;background:transparent;color:#94a3b8;cursor:pointer;flex-shrink:0}.install-prompt-close:hover{background:#f1f5f9;color:#64748b}:root{--primary: #630263;--accent: #70a924;--secondary: #d6a9d4;--light: #ffffff;--bg-light: #f8f9fa;--text-dark: #333333;--text-muted: #666666;--border: #e2e5e9;--error: #dc2626;--shadow: 0 4px 12px rgba(0, 0, 0, .08);--shadow-sm: 0 1px 4px rgba(0, 0, 0, .06);--shadow-md: 0 8px 24px rgba(0, 0, 0, .1);--shadow-lg: 0 12px 32px rgba(0, 0, 0, .12);--shadow-card-hover: 0 8px 28px rgba(99, 2, 99, .12);--radius: 14px;--radius-sm: 8px;--radius-xs: 6px;--transition: all .25s ease;--transition-fast: all .2s cubic-bezier(.4, 0, .2, 1);--sidebar-width: 260px;--navbar-height: 80px;--section-gap: 2rem;--card-bg: var(--light);--header-gradient: linear-gradient(135deg, var(--primary) 0%, #4a014a 100%);--primary-subtle: rgba(99, 2, 99, .035);--accent-subtle: rgba(112, 169, 36, .08)}*{margin:0;padding:0;box-sizing:border-box}html{height:100%}body{font-family:Noto Sans,system-ui,-apple-system,sans-serif;background:#1e001e;color:var(--text-dark);line-height:1.6;display:flex;flex-direction:column;align-items:center;width:100%;min-height:100%;-webkit-font-smoothing:antialiased;overflow-x:hidden}a{text-decoration:none;color:unset}ul,ol{list-style:none;margin:0;padding:0}#root{width:100%;min-height:100vh;display:flex;flex-direction:column}@keyframes spin{to{transform:rotate(360deg)}}.spin{animation:spin .8s linear infinite;display:inline-block}.loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:4rem 2rem;color:var(--text-muted)}.loading-inline{display:flex;align-items:center;gap:.5rem;color:var(--text-muted);font-size:.9rem;padding:.5rem 0}.alert{display:flex;align-items:center;gap:.75rem;padding:.875rem 1.25rem;border-radius:var(--radius-sm);margin-bottom:1.5rem;font-size:.9rem;font-weight:500}.alert.error{background:#fee2e2;color:#dc2626;border:1px solid #fca5a5}.alert.success{background:#dcfce7;color:#16a34a;border:1px solid #86efac}.btn-back{display:inline-flex;align-items:center;gap:.4rem;background:none;border:none;color:var(--text-muted);cursor:pointer;font-size:.9rem;padding:.25rem 0;margin-bottom:.5rem;transition:color .2s}.btn-back:hover{color:var(--primary)}.select-multiple{width:100%;min-height:120px;padding:.5rem;border:1.5px solid var(--border);border-radius:var(--radius-sm);font-size:.9rem;background:#fff}.select-multiple option{padding:.4rem .5rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.6rem 1.25rem;border:none;border-radius:var(--radius-sm);font-weight:600;font-size:.9rem;font-family:inherit;cursor:pointer;transition:var(--transition-fast);text-decoration:none;line-height:1.4;white-space:nowrap}.btn.primary{background:var(--primary);color:#fff}.btn.primary:hover{background:var(--accent);color:#1e001e}.btn.primary:disabled{opacity:.55;cursor:not-allowed}.btn.outline{background:transparent;color:var(--primary);border:1.5px solid var(--primary)}.btn.outline:hover{background:var(--secondary)}.btn.danger{background:var(--error);color:#fff}.btn.danger:hover{background:#b91c1c}.btn.danger-outline{background:transparent;color:var(--error);border:1.5px solid var(--error)}.btn.danger-outline:hover{background:#fee2e2}.btn.success-outline{background:transparent;color:#16a34a;border:1.5px solid #16a34a}.btn.success-outline:hover{background:#dcfce7}.btn.small{padding:.4rem .85rem;font-size:.82rem}.btn.large{padding:.8rem 2rem;font-size:1rem}.modal-overlay{position:fixed;inset:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;cursor:pointer}.modal-box{background:#fff;border-radius:12px;padding:2rem;width:100%;max-width:480px;box-shadow:0 20px 60px #0003}.modal-box h3{font-size:1.25rem;font-weight:700;color:var(--text-dark);margin:0 0 .75rem}.modal-box p{color:var(--text-muted);margin:0 0 1.25rem;line-height:1.5}.modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.modal-header h3{margin:0}.modal-actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1.5rem}.form-group{margin-bottom:1rem}.form-group label{display:block;font-size:.875rem;font-weight:600;color:var(--text-dark);margin-bottom:.375rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.625rem .875rem;border:1.5px solid var(--border);border-radius:var(--radius-sm);font-size:.9rem;font-family:inherit;background:#fff;color:var(--text-dark);transition:border-color .2s,box-shadow .2s;box-sizing:border-box}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:2px solid var(--primary);outline-offset:2px;border-color:var(--primary);box-shadow:0 0 0 4px #6302631a}.empty-state,.empty-programs,.empty-certificates,.empty-recommendations,.empty-activity{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:4rem 2rem;text-align:center;color:var(--text-muted)}.empty-state svg,.empty-programs svg,.empty-certificates svg,.empty-recommendations svg{color:var(--secondary);margin-bottom:.5rem}.empty-state h3,.empty-programs h3,.empty-certificates h3,.empty-recommendations h3{font-size:1.15rem;color:var(--text-dark);font-weight:700}.empty-state p,.empty-programs p,.empty-certificates p,.empty-recommendations p{max-width:400px;line-height:1.5}.empty-state .btn{margin-top:.75rem}.table-responsive,.table-wrapper{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive table,.table-wrapper table{min-width:600px;width:100%;border-collapse:collapse}.table-wrapper th,.table-wrapper td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid var(--border);font-size:.9rem}.table-wrapper th{background:var(--primary-subtle);font-weight:600;color:var(--text-dark);font-size:.85rem;text-transform:uppercase;letter-spacing:.03em}.table-wrapper tbody tr:hover{background:var(--primary-subtle)}.dashboard-container,.my-programs-page,.profile-page,.co-dashboard,.create-program-page,.admin-dashboard,.analytics-page,.announcer-dashboard,.learner-detail,.training-detail-page,.certificates-page,.history-page,.recommendations-page,.admin-users-page,.admin-programs-page,.admin-certificates-page,.admin-endorsers-page,.admin-announcers-page,.announcer-campaigns,.announcer-stats{width:100%;box-sizing:border-box;overflow-x:hidden}.page-header,.dashboard-header,.programs-header,.certificates-header,.history-header,.analytics-header,.recommendations-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1.25rem;margin-bottom:var(--section-gap);padding-bottom:1.25rem;border-bottom:1px solid var(--border)}.page-header h1,.dashboard-header h1,.programs-header h1,.certificates-header h1,.history-header h1,.analytics-header h1,.recommendations-header h1,.profile-header h1,.header-content h1{font-size:clamp(1.5rem,3vw,1.85rem);font-weight:800;color:var(--text-dark);margin:0 0 .3rem;word-wrap:break-word;letter-spacing:-.02em}.header-subtitle,.header-content p,.page-header p,.dashboard-header p,.programs-header p,.certificates-header p,.history-header p,.analytics-header p,.recommendations-header p{font-size:.95rem;color:var(--text-muted);margin:0;line-height:1.6;max-width:600px}.header-actions{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.programs-summary,.certificates-summary,.history-summary,.users-summary,.certs-summary,.endorsers-summary,.announcers-summary,.campaigns-summary,.stats-summary,.key-metrics-grid,.kpi-grid,.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:1.25rem;margin-bottom:var(--section-gap)}.summary-card,.stat-card,.metric-card,.kpi-card{display:flex;align-items:center;gap:1rem;padding:1.25rem 1.5rem;border-radius:var(--radius);background:var(--card-bg);border:1px solid var(--border);box-shadow:var(--shadow-sm);transition:var(--transition-fast)}.summary-card:hover,.stat-card:hover,.metric-card:hover,.kpi-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-card-hover);border-color:#6302631f}.summary-card.primary,.stat-card.primary,.metric-card.primary{background:var(--primary);color:#fff;border-color:var(--primary)}.summary-card.accent,.stat-card.accent,.metric-card.accent{background:var(--accent);color:#fff;border-color:var(--accent)}.summary-card.secondary,.stat-card.secondary,.metric-card.secondary{background:var(--secondary);color:var(--primary);border-color:var(--secondary)}.summary-card.success{background:#dcfce7;color:#166534;border-color:#86efac}.summary-card.pending{background:#fef3c7;color:#92400e;border-color:#fcd34d}.summary-card.danger{background:#fee2e2;color:#dc2626;border-color:#fca5a5}.stat-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;opacity:.9}.summary-value,.stat-content h3,.metric-value{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;line-height:1.1;margin:0}.summary-label,.stat-content p,.stat-label,.metric-label{font-size:.9rem;opacity:.85;margin-top:.2rem}.programs-grid,.certificates-grid,.users-grid,.endorsers-grid,.announcers-grid,.campaigns-grid,.recommendations-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem}.program-card,.certificate-card,.user-card,.endorser-card,.announcer-card,.campaign-card,.recommendation-card{background:var(--card-bg);border-radius:var(--radius);border:1px solid var(--border);box-shadow:var(--shadow-sm);overflow:hidden;transition:var(--transition-fast);display:flex;flex-direction:column}.program-card:hover,.certificate-card:hover,.user-card:hover,.endorser-card:hover,.announcer-card:hover,.campaign-card:hover,.recommendation-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-card-hover);border-color:#6302631f}.card-header{padding:.875rem 1.25rem;display:flex;justify-content:space-between;align-items:center;background:linear-gradient(180deg,var(--primary-subtle) 0%,transparent 100%);border-bottom:1px solid var(--border);gap:.75rem}.card-content{padding:1.25rem;flex:1}.card-actions{padding:0 1.25rem 1.25rem;display:flex;flex-wrap:wrap;gap:.6rem}.status-badge,.badge{display:inline-flex;align-items:center;gap:.35rem;padding:.3rem .8rem;border-radius:999px;font-size:.78rem;font-weight:600;white-space:nowrap;line-height:1.3}.status-badge.success,.badge.success,.status-badge.published,.badge.published,.status-badge.active,.badge.active{background:#dcfce7;color:#166534}.status-badge.pending,.badge.pending,.status-badge.ongoing,.badge.ongoing{background:#fef3c7;color:#92400e}.status-badge.danger,.badge.danger,.status-badge.cancelled,.badge.cancelled,.status-badge.rejected,.badge.rejected{background:#fee2e2;color:#dc2626}.status-badge.neutral,.badge.neutral,.status-badge.draft,.badge.draft,.status-badge.completed,.badge.completed{background:#f3f4f6;color:#4b5563}.status-badge.accent,.badge.accent,.status-badge.paused,.badge.paused{background:#dbeafe;color:#1e40af}.role-badge{display:inline-block;padding:.2rem .65rem;border-radius:999px;font-size:.72rem;font-weight:600;background:#63026314;color:var(--primary);text-transform:uppercase;letter-spacing:.04em}.search-filter-bar{display:flex;flex-wrap:wrap;gap:1.25rem;margin-bottom:2rem;align-items:center}.search-input-wrapper{flex:1;position:relative;min-width:250px;max-width:480px}.search-input-wrapper input{width:100%;padding:.75rem 1rem .75rem 2.75rem;border:1.5px solid var(--border);border-radius:var(--radius);font-size:.92rem;font-family:inherit;background:#fff;transition:border-color .2s,box-shadow .2s}.search-input-wrapper input:focus{outline:2px solid var(--primary);outline-offset:2px;border-color:var(--primary);box-shadow:0 0 0 4px #6302631a}.search-icon{position:absolute;left:.85rem;top:50%;transform:translateY(-50%);color:var(--text-muted);pointer-events:none}.filter-buttons,.filter-group{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.filter-btn{padding:.5rem 1.1rem;border-radius:999px;border:1.5px solid var(--border);background:#fff;font-size:.85rem;font-weight:500;cursor:pointer;transition:var(--transition-fast);color:var(--text-dark);font-family:inherit}.filter-btn:hover{background:var(--secondary);border-color:var(--primary);color:var(--primary)}.filter-btn.active{background:var(--primary);color:#fff;border-color:var(--primary)}.stats-section h2,.stats-overview h2,.analytics-section h2,.trend-section h2,.recent-activity h2,.quick-actions h2,.growth-section h2,.evolution-section h2,.top-programs-section h2,.detailed-stats h2,.chart-section h2,.next-event-section h2,.recommendations-section h2,.recent-certificates-section h2,.status-section h2,.recent-section h2,.info-section h2{font-size:1.15rem;font-weight:700;color:var(--text-dark);margin:0 0 1.25rem;letter-spacing:-.01em}.stats-section,.stats-overview,.analytics-section,.trend-section,.recent-activity,.quick-actions,.growth-section,.evolution-section,.top-programs-section,.detailed-stats,.next-event-section,.recommendations-section,.recent-certificates-section,.status-section,.recent-section,.info-section{margin-top:var(--section-gap)}.actions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem}.action-card{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:1.5rem 1rem;background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);transition:var(--transition-fast);text-align:center;font-weight:600;font-size:.9rem;color:var(--text-dark);cursor:pointer}.action-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-card-hover);border-color:var(--primary);color:var(--primary)}.action-card svg{color:var(--primary)}.action-card.primary{background:var(--primary);color:#fff;border-color:var(--primary)}.action-card.primary svg{color:#fff}.action-card.primary:hover{background:var(--accent);border-color:var(--accent);color:#1e001e}.activity-list{display:flex;flex-direction:column;background:var(--card-bg);border-radius:var(--radius);border:1px solid var(--border);box-shadow:var(--shadow-sm);overflow:hidden}.activity-item{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;border-bottom:1px solid var(--border);transition:background .15s}.activity-item:last-child{border-bottom:none}.activity-item:hover{background:var(--primary-subtle)}.activity-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px;background:var(--primary-subtle);color:var(--primary);flex-shrink:0}.activity-content{flex:1;min-width:0}.activity-title{font-weight:600;font-size:.93rem}.activity-subtitle{font-size:.82rem;color:var(--text-muted);margin-top:.15rem}.activity-date{font-size:.82rem;color:var(--text-muted);text-align:right;flex-shrink:0}.activity-footer{padding:.75rem 1.25rem;text-align:center}.link-more{font-size:.88rem;color:var(--primary);font-weight:600;transition:color .2s;cursor:pointer}.link-more:hover{color:var(--accent)}.meta-item,.program-meta .meta-item{display:flex;align-items:center;gap:.4rem;font-size:.85rem;color:var(--text-muted)}.program-meta{display:flex;flex-wrap:wrap;gap:1rem;margin-top:.5rem}@media(max-width:768px){:root{--navbar-height: 64px}}@media(max-width:480px){:root{--navbar-height: 56px}}@media(max-width:1024px){.page-header,.dashboard-header,.programs-header,.certificates-header,.analytics-header{flex-direction:column;align-items:flex-start}}@media(max-width:768px){.table-wrapper,.table-container{overflow-x:auto;-webkit-overflow-scrolling:touch}.programs-summary,.certificates-summary,.users-summary,.certs-summary,.endorsers-summary,.announcers-summary,.campaigns-summary,.stats-summary,.history-summary,.key-metrics-grid,.kpi-grid,.stats-grid{grid-template-columns:1fr 1fr}.programs-grid,.certificates-grid,.users-grid,.endorsers-grid,.announcers-grid,.campaigns-grid,.recommendations-grid{grid-template-columns:1fr}.card-actions,.program-actions{flex-direction:column}.card-actions .btn,.program-actions .btn{width:100%;min-width:unset}.actions-grid{grid-template-columns:1fr 1fr}.search-filter-bar{flex-direction:column}.search-input-wrapper{min-width:unset;max-width:100%;width:100%}.activity-item{flex-wrap:wrap;gap:.75rem}.activity-date{width:100%;text-align:left}.form-row.two,.form-row.three{grid-template-columns:1fr}.summary-card{min-width:unset!important}}@media(max-width:480px){.programs-summary,.certificates-summary,.users-summary,.certs-summary,.endorsers-summary,.announcers-summary,.campaigns-summary,.stats-summary,.history-summary,.key-metrics-grid,.kpi-grid,.stats-grid,.actions-grid{grid-template-columns:1fr}.summary-card,.stat-card{padding:1rem 1.25rem}.summary-value,.stat-content h3{font-size:1.5rem}.dashboard-header{padding:1.25rem 1rem}.event-card{flex-direction:column}.modal-box{padding:1.25rem;margin:.5rem}}.detail-cta-top{background:linear-gradient(135deg,var(--primary) 0%,#4a014a 60%,var(--accent) 100%);border-radius:var(--radius);margin-bottom:1.5rem;overflow:hidden}.detail-cta-top-inner{display:flex;align-items:center;justify-content:space-between;gap:1.25rem;padding:1rem 1.75rem;flex-wrap:wrap}.detail-cta-top-text{display:flex;align-items:center;gap:.6rem;color:#fff;font-size:.95rem;font-weight:500}.detail-cta-top-text svg{color:var(--accent);flex-shrink:0}.detail-cta-top-actions{display:flex;gap:.6rem;flex-shrink:0}.detail-cta-top-actions .btn.primary{background:#fff;color:var(--primary);font-weight:700}.detail-cta-top-actions .btn.primary:hover{background:var(--accent);color:#1e001e}.detail-cta-top-actions .btn.outline{color:#fff;border-color:#ffffff80}.detail-cta-top-actions .btn.outline:hover{background:#ffffff26;border-color:#fff}.detail-back-bar{margin-bottom:1rem}.detail-back-link{display:inline-flex;align-items:center;gap:.4rem;font-size:.9rem;font-weight:500;color:var(--text-muted);transition:color .2s}.detail-back-link:hover{color:var(--primary)}@media(max-width:640px){.detail-cta-top-inner{flex-direction:column;text-align:center;padding:1rem}.detail-cta-top-actions{width:100%;flex-direction:column}.detail-cta-top-actions .btn{width:100%}}.public-cta-section{background:linear-gradient(135deg,var(--accent) 0%,#3d7a0f 100%);border-radius:0;margin-top:0;padding:4rem 2rem;text-align:center;color:#fff}.public-cta-inner{max-width:600px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1rem}.public-cta-inner svg{opacity:.9}.public-cta-inner h2{font-size:clamp(1.3rem,3vw,1.6rem);font-weight:700;margin:0;line-height:1.3}.public-cta-inner p{font-size:1rem;opacity:.9;line-height:1.6;margin:0}.public-cta-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:.5rem}.public-cta-actions .btn.primary{background:#fff;color:#3d7a0f;font-weight:700}.public-cta-actions .btn.primary:hover{background:var(--primary);color:#fff}.public-cta-actions .btn.outline{background:transparent;color:#fff;border-color:#ffffff80}.public-cta-actions .btn.outline:hover{background:#ffffff26;border-color:#fff}@media(max-width:480px){.public-cta-section{padding:2rem 1.25rem}.public-cta-actions{flex-direction:column;width:100%}.public-cta-actions .btn{width:100%}}@media print{@page{margin:2cm}@page :first{margin-top:1cm}.navbar-public,.navbar,footer,.footer,.wa-float,.back-to-top,.dd-search-form,.tg-search-form,.mj-search-form,.share-buttons,.public-cta-section,.cookie-consent,.healthcare-disclaimer,.breadcrumb,.top-progress-bar,.search-modal-overlay,.detail-cta-top,.detail-back-bar,.tg-back-link,.mj-back-link{display:none!important}body{margin:0;padding:0;font-size:12pt;line-height:1.5;color:#000;background:#fff!important}*{box-shadow:none!important;text-shadow:none!important}a[href^=http]:after{content:" (" attr(href) ")";font-size:10pt;color:#666;word-break:break-all}nav a:after,.btn:after,button a:after{content:none!important}a{color:#000;text-decoration:underline}img{max-width:100%!important;page-break-inside:avoid}h1,h2,h3,h4,h5,h6{page-break-after:avoid;page-break-inside:avoid}p{orphans:3;widows:3}table{border-collapse:collapse}table,th,td{border:1px solid #333}th,td{padding:4pt 6pt}.drug-detail-content,.drug-section,.drug-general{page-break-inside:avoid}.drug-detail-hero{page-break-after:avoid}.drug-detail-img{max-height:200pt;object-fit:contain}.tg-detail-section,.tg-recommendations,.tg-recommendations li,.tg-org-card{page-break-inside:avoid}.tg-detail-hero{page-break-after:avoid}.mj-detail-section{page-break-inside:avoid}.mj-detail-layout{display:block!important}.mj-detail-sidebar,.mj-sidebar-card{page-break-inside:avoid}.mj-detail-hero{page-break-after:avoid}.mj-detail-keywords{page-break-inside:avoid}.layout-content,.main-content{margin:0!important;padding:0!important;width:100%!important}.sidebar,.sidebar-overlay{display:none!important}}[data-theme=dark]{--primary: #a855f7;--primary-dark: #7c3aed;--primary-light: rgba(168, 85, 247, .12);--accent: #85c022;--accent-dark: #6ca019;--accent-light: rgba(133, 192, 34, .12);--secondary: #5a2a5a;--light: #1a1a2e;--bg: #121218;--bg-light: #16161e;--bg-dark: #0d0d14;--text: #e2e2ea;--text-dark: #e2e2ea;--text-muted: #9ca3af;--border: #2a2a3e;--error: #ef4444;--shadow: 0 4px 12px rgba(0, 0, 0, .4);--shadow-sm: 0 1px 4px rgba(0, 0, 0, .3);--shadow-md: 0 8px 24px rgba(0, 0, 0, .45);--shadow-lg: 0 12px 32px rgba(0, 0, 0, .5);--shadow-card-hover: 0 8px 28px rgba(168, 85, 247, .15);--card-bg: #1e1e2e;--header-gradient: linear-gradient(135deg, #3d1a3d 0%, #1a0a2e 100%);--primary-subtle: rgba(168, 85, 247, .08);--accent-subtle: rgba(133, 192, 34, .1);color-scheme:dark}[data-theme=dark] body{background:#121218;color:#e2e2ea}[data-theme=dark] h1,[data-theme=dark] h2,[data-theme=dark] h3,[data-theme=dark] h4,[data-theme=dark] h5,[data-theme=dark] h6{color:#f0f0f5}[data-theme=dark] a{color:unset}[data-theme=dark] p{color:#c8c8d5}[data-theme=dark] .link-more{color:#c084fc}[data-theme=dark] .link-more:hover{color:#d8b4fe}[data-theme=dark] ::selection{background:#a855f759;color:#fff}[data-theme=dark] input,[data-theme=dark] select,[data-theme=dark] textarea{background:#1e1e30!important;border-color:#3a3a4e!important;color:#e2e2ea!important}[data-theme=dark] input:focus,[data-theme=dark] select:focus,[data-theme=dark] textarea:focus{border-color:#a855f7!important;box-shadow:0 0 0 3px #a855f726!important}[data-theme=dark] input::placeholder,[data-theme=dark] textarea::placeholder{color:#6b7280!important}[data-theme=dark] .select-multiple{background:#1e1e30;border-color:#3a3a4e;color:#e2e2ea}[data-theme=dark] label{color:#c8c8d5}[data-theme=dark] .btn.outline{border-color:#a855f7;color:#c084fc}[data-theme=dark] .btn.outline:hover{background:#a855f726}[data-theme=dark] .btn.danger-outline:hover{background:#ef444426}[data-theme=dark] .btn.success-outline:hover{background:#16a34a26}[data-theme=dark] .btn-back{color:#c084fc}[data-theme=dark] .btn-back:hover{color:#d8b4fe}[data-theme=dark] .modal-overlay{background:#000000bf}[data-theme=dark] .modal-box{background:#1e1e2e;box-shadow:0 20px 60px #0009;border:1px solid #2a2a3e}[data-theme=dark] .modal-box h3{color:#f0f0f5}[data-theme=dark] .modal-box p{color:#9ca3af}[data-theme=dark] .alert.error{background:#ef44441f;color:#fca5a5;border-color:#ef44444d}[data-theme=dark] .alert.success{background:#16a34a1f;color:#86efac;border-color:#16a34a4d}[data-theme=dark] .program-card,[data-theme=dark] .certificate-card,[data-theme=dark] .user-card,[data-theme=dark] .endorser-card,[data-theme=dark] .announcer-card,[data-theme=dark] .campaign-card,[data-theme=dark] .recommendation-card{background:#1e1e2e;border-color:#2a2a3e}[data-theme=dark] .program-card:hover,[data-theme=dark] .certificate-card:hover,[data-theme=dark] .user-card:hover,[data-theme=dark] .endorser-card:hover,[data-theme=dark] .announcer-card:hover,[data-theme=dark] .campaign-card:hover,[data-theme=dark] .recommendation-card:hover{background:#252540;border-color:#a855f740}[data-theme=dark] .card-header{background:linear-gradient(180deg,rgba(168,85,247,.06) 0%,transparent 100%);border-bottom-color:#2a2a3e}[data-theme=dark] .summary-card,[data-theme=dark] .stat-card,[data-theme=dark] .metric-card,[data-theme=dark] .kpi-card{background:#1e1e2e;border-color:#2a2a3e}[data-theme=dark] .summary-card:hover,[data-theme=dark] .stat-card:hover,[data-theme=dark] .metric-card:hover,[data-theme=dark] .kpi-card:hover{border-color:#a855f740}[data-theme=dark] .summary-card.success{background:#16a34a1f;color:#86efac;border-color:#16a34a40}[data-theme=dark] .summary-card.pending{background:#f59e0b1f;color:#fcd34d;border-color:#f59e0b40}[data-theme=dark] .summary-card.danger{background:#ef44441f;color:#fca5a5;border-color:#ef444440}[data-theme=dark] .action-card{background:#1e1e2e;border-color:#2a2a3e;color:#e2e2ea}[data-theme=dark] .action-card:hover{border-color:#a855f7;color:#c084fc}[data-theme=dark] .action-card svg{color:#c084fc}[data-theme=dark] .activity-list{background:#1e1e2e;border-color:#2a2a3e}[data-theme=dark] .activity-item{border-bottom-color:#2a2a3e}[data-theme=dark] .activity-item:hover{background:#a855f70f}[data-theme=dark] .activity-icon{background:#a855f71f;color:#c084fc}[data-theme=dark] .status-badge.success,[data-theme=dark] .badge.success,[data-theme=dark] .status-badge.published,[data-theme=dark] .badge.published,[data-theme=dark] .status-badge.active,[data-theme=dark] .badge.active{background:#16a34a26;color:#86efac}[data-theme=dark] .status-badge.pending,[data-theme=dark] .badge.pending,[data-theme=dark] .status-badge.ongoing,[data-theme=dark] .badge.ongoing{background:#f59e0b26;color:#fcd34d}[data-theme=dark] .status-badge.danger,[data-theme=dark] .badge.danger,[data-theme=dark] .status-badge.cancelled,[data-theme=dark] .badge.cancelled,[data-theme=dark] .status-badge.rejected,[data-theme=dark] .badge.rejected{background:#ef444426;color:#fca5a5}[data-theme=dark] .status-badge.neutral,[data-theme=dark] .badge.neutral,[data-theme=dark] .status-badge.draft,[data-theme=dark] .badge.draft,[data-theme=dark] .status-badge.completed,[data-theme=dark] .badge.completed{background:#6b728026;color:#9ca3af}[data-theme=dark] .status-badge.accent,[data-theme=dark] .badge.accent,[data-theme=dark] .status-badge.paused,[data-theme=dark] .badge.paused{background:#3b82f626;color:#93c5fd}[data-theme=dark] .role-badge{background:#a855f726;color:#c084fc}[data-theme=dark] .search-input-wrapper input{background:#1e1e30;border-color:#3a3a4e;color:#e2e2ea}[data-theme=dark] .search-input-wrapper input:focus{border-color:#a855f7;box-shadow:0 0 0 3px #a855f726}[data-theme=dark] .search-input-wrapper input::placeholder{color:#6b7280}[data-theme=dark] .filter-btn{background:#1e1e30;border-color:#3a3a4e;color:#e2e2ea}[data-theme=dark] .filter-btn:hover{background:#a855f71f;border-color:#a855f7;color:#c084fc}[data-theme=dark] .filter-btn.active{background:#a855f7;color:#fff;border-color:#a855f7}[data-theme=dark] table{color:#e2e2ea}[data-theme=dark] .table-wrapper th,[data-theme=dark] thead th{background:#a855f714;color:#e2e2ea;border-bottom-color:#2a2a3e}[data-theme=dark] .table-wrapper td,[data-theme=dark] tbody td{border-bottom-color:#2a2a3e;color:#c8c8d5}[data-theme=dark] .table-wrapper tbody tr:hover,[data-theme=dark] tbody tr:hover{background:#a855f70d}[data-theme=dark] .page-header,[data-theme=dark] .dashboard-header,[data-theme=dark] .programs-header,[data-theme=dark] .certificates-header,[data-theme=dark] .history-header,[data-theme=dark] .analytics-header,[data-theme=dark] .recommendations-header{border-bottom-color:#2a2a3e}[data-theme=dark] .navbar-public{background:#161622;border-bottom-color:#2a2a3e;box-shadow:0 2px 10px #0000004d}[data-theme=dark] .logoName{color:#c084fc}[data-theme=dark] .logoName-highlight{color:#85c022}[data-theme=dark] .navbar-public .nav-link{color:#d1d5db}[data-theme=dark] .navbar-public .nav-link:hover,[data-theme=dark] .navbar-public .nav-link.active{color:#c084fc}[data-theme=dark] .nav-link:after{background:#a855f7}[data-theme=dark] .nav-dropdown-trigger{color:#d1d5db}[data-theme=dark] .nav-dropdown-trigger:hover{color:#c084fc}[data-theme=dark] .navbar-public .btn-link{color:#d1d5db}[data-theme=dark] .navbar-public .btn-link:hover{color:#c084fc;background:#a855f714}[data-theme=dark] .navbar-public .btn-cta{background:#a855f7;box-shadow:0 4px 14px #a855f74d}[data-theme=dark] .navbar-public .btn-cta:hover{background:#c084fc;color:#1a1a2e}[data-theme=dark] .nav-dropdown-menu{background:#1e1e2e;border:1px solid #2a2a3e;box-shadow:0 12px 32px #00000080}[data-theme=dark] .nav-dropdown-item{color:#d1d5db}[data-theme=dark] .nav-dropdown-item:hover,[data-theme=dark] .nav-dropdown-item.active{background:#a855f71a;color:#c084fc}[data-theme=dark] .user-namePubLay,[data-theme=dark] .user-avatar-icon{color:#c084fc}[data-theme=dark] .btn-logout{color:#d1d5db}[data-theme=dark] .btn-logout:hover{color:#ef4444;background:#ef44441a}[data-theme=dark] .mobile-menu{background:#161622;border-top-color:#2a2a3e}[data-theme=dark] .mobile-nav-link{color:#d1d5db;border-bottom-color:#2a2a3e}[data-theme=dark] .mobile-nav-link:hover,[data-theme=dark] .mobile-nav-link.active{color:#c084fc;background:#a855f714}[data-theme=dark] .mobile-nav-divider{color:#c084fc;border-top-color:#a855f726}[data-theme=dark] .mobile-auth-strip{background:#1a1a2e;border-top-color:#2a2a3e}[data-theme=dark] .mobile-strip-login{color:#c084fc;border-color:#a855f7}[data-theme=dark] .mobile-strip-login:hover{background:#a855f71a}[data-theme=dark] .mobile-strip-register{background:#a855f7}[data-theme=dark] .mobile-strip-register:hover{background:#c084fc;color:#1a1a2e}[data-theme=dark] .mobile-strip-user{color:#c084fc;border-color:#3a3a4e}[data-theme=dark] .mobile-strip-user:hover{background:#a855f714;border-color:#a855f7}[data-theme=dark] .mobile-strip-logout{color:#ef4444;border-color:#3a3a4e}[data-theme=dark] .mobile-strip-logout:hover{background:#ef44441a;border-color:#ef4444}[data-theme=dark] .mobile-backdrop{background:#000000a6}[data-theme=dark] .hamburger-btn{color:#d1d5db;border-color:#3a3a4e}[data-theme=dark] .hamburger-btn:hover{background:#a855f71a;border-color:#a855f7}[data-theme=dark] .navbar-app{background:#161622;border-bottom-color:#2a2a3e}[data-theme=dark] .navbar-app .user-nameNav{color:#d1d5db}[data-theme=dark] .navbar-app .btn.logout{color:#9ca3af}[data-theme=dark] .navbar-app .btn.logout:hover{color:#ef4444}[data-theme=dark] .navbar-hamburger{color:#d1d5db}[data-theme=dark] .sidebar{background:#161622;border-right-color:#2a2a3e}[data-theme=dark] .sidebar-link{color:#9ca3af}[data-theme=dark] .sidebar-link:hover{background:#a855f714;color:#e2e2ea}[data-theme=dark] .sidebar-link.active{background:#a855f726;color:#c084fc}[data-theme=dark] .sidebar-overlay{background:#0009}[data-theme=dark] .home-page{background:#121218;color:#e2e2ea}[data-theme=dark] .hero-section,[data-theme=dark] .home-hero{background:linear-gradient(135deg,#1a0a2e,#2d1045,#121218)!important}[data-theme=dark] .section-tag{background:#a855f71f;color:#c084fc}[data-theme=dark] .section-tag.green{background:#85c0221f;color:#85c022}[data-theme=dark] .section-sub{color:#9ca3af}[data-theme=dark] .section-header-full h2{color:#f0f0f5}[data-theme=dark] .why-card{background:#1e1e2e;border-color:#2a2a3e}[data-theme=dark] .why-card:hover{border-color:#a855f740;background:#252540}[data-theme=dark] .why-icon-wrap{background:#a855f71f}[data-theme=dark] .why-card h3{color:#f0f0f5}[data-theme=dark] .why-card p{color:#9ca3af}[data-theme=dark] .webinar-card,[data-theme=dark] .cme-card{background:#1e1e2e;border-color:#2a2a3e;color:inherit}[data-theme=dark] .webinar-card:hover,[data-theme=dark] .cme-card:hover{border-color:#a855f740;background:#252540}[data-theme=dark] .webinar-card h3,[data-theme=dark] .cme-card h3{color:#f0f0f5}[data-theme=dark] .webinar-card p,[data-theme=dark] .cme-card p{color:#9ca3af}[data-theme=dark] .testimonial-card{background:#1e1e2e;border-color:#2a2a3e}[data-theme=dark] .testimonial-card:hover{border-color:#a855f740}[data-theme=dark] .testimonial-text{color:#c8c8d5}[data-theme=dark] .testimonial-footer{border-top-color:#2a2a3e}[data-theme=dark] .testimonial-name{color:#f0f0f5}[data-theme=dark] .testimonial-role{color:#9ca3af}[data-theme=dark] .carousel-block{background:#161622}[data-theme=dark] .carousel-block.alt{background:#1a1a2a}[data-theme=dark] .logo-item{background:#1e1e2e;border-color:#2a2a3e}[data-theme=dark] .logo-track-wrapper:before{background:linear-gradient(to right,#161622,transparent)!important}[data-theme=dark] .logo-track-wrapper:after{background:linear-gradient(to left,#161622,transparent)!important}[data-theme=dark] .carousel-block.alt .logo-track-wrapper:before{background:linear-gradient(to right,#1a1a2a,transparent)!important}[data-theme=dark] .carousel-block.alt .logo-track-wrapper:after{background:linear-gradient(to left,#1a1a2a,transparent)!important}[data-theme=dark] .faq-section{background:#121218}[data-theme=dark] .faq-card{background:#1e1e2e;border-color:#2a2a3e}[data-theme=dark] .faq-card:hover{border-color:#a855f733}[data-theme=dark] .faq-card.open{background:linear-gradient(135deg,#1e1e2e,#a855f70f);border-color:#a855f74d}[data-theme=dark] .faq-card-question{color:#e2e2ea}[data-theme=dark] .faq-card-answer{color:#9ca3af}[data-theme=dark] .faq-card-toggle{color:#c084fc}[data-theme=dark] .detail-cta-top{background:linear-gradient(135deg,#3d1a3d,#1a0a2e 60%,#2d5a0f)}[data-theme=dark] .public-cta-section{background:linear-gradient(135deg,#2d5a0f,#1a3d08)}[data-theme=dark] .cta-section{background:linear-gradient(135deg,#2d1045,#1a0a2e)}[data-theme=dark] .stats-section{background:#161622}[data-theme=dark] .stat-item h3{color:#c084fc}[data-theme=dark] .stat-item p{color:#9ca3af}[data-theme=dark] .programs-page{background:radial-gradient(ellipse at 20% 0%,rgba(168,85,247,.04) 0%,transparent 50%),radial-gradient(ellipse at 80% 100%,rgba(133,192,34,.04) 0%,transparent 50%),#121218}[data-theme=dark] .programs-hero{background:radial-gradient(circle at top,rgba(168,85,247,.06),transparent 60%),linear-gradient(180deg,#1a0a2e,#121218);border-bottom-color:#2a2a3e}[data-theme=dark] .programs-hero-badge{background:#a855f71f;color:#c084fc;border-color:#a855f733}[data-theme=dark] .programs-hero h1{color:#c084fc}[data-theme=dark] .programs-hero p{color:#9ca3af}[data-theme=dark] .programs-filters-bar{background:#1e1e2e;border-color:#2a2a3e;box-shadow:0 4px 24px #0000004d}[data-theme=dark] .search-input,[data-theme=dark] .filters-row select{background:#1a1a2a!important;border-color:#3a3a4e!important;color:#e2e2ea!important}[data-theme=dark] .prog-card{background:#1e1e2e;border-color:#2a2a3e}[data-theme=dark] .prog-card:hover{border-color:#a855f740;background:#252540}[data-theme=dark] .prog-card-img{background:#252535}[data-theme=dark] .prog-format-badge{background:#1e1e2eeb;color:#c084fc}[data-theme=dark] .prog-card-body h3{color:#f0f0f5}[data-theme=dark] .prog-card-body p{color:#9ca3af}[data-theme=dark] .prog-card-footer{border-top-color:#2a2a3e}[data-theme=dark] .pd-enroll-card,[data-theme=dark] .pd-info-card,[data-theme=dark] .pd-section{background:#1e1e2e;border-color:#2a2a3e}[data-theme=dark] .pd-section h2,[data-theme=dark] .pd-section h3{color:#f0f0f5}[data-theme=dark] .pd-section p,[data-theme=dark] .pd-info-list li{color:#c8c8d5}[data-theme=dark] .pd-info-list li span{color:#e2e2ea}[data-theme=dark] .dd-page,[data-theme=dark] .drug-dictionary-page{background:#121218}[data-theme=dark] .dd-hero,[data-theme=dark] .drug-hero{background:linear-gradient(180deg,#1a0a2e,#121218)}[data-theme=dark] .dd-search-form,[data-theme=dark] .drug-card{background:#1e1e2e;border-color:#2a2a3e}[data-theme=dark] .drug-card:hover{border-color:#a855f740;background:#252540}[data-theme=dark] .drug-card-image{background:#252535}[data-theme=dark] .drug-card-info h3{color:#f0f0f5}[data-theme=dark] .drug-card-info p{color:#9ca3af}[data-theme=dark] .drug-detail-content,[data-theme=dark] .dd-detail-content{background:#1e1e2e;border-color:#2a2a3e}[data-theme=dark] .info-row{color:#c8c8d5}[data-theme=dark] .info-row strong{color:#e2e2ea}[data-theme=dark] .tg-page{background:#121218}[data-theme=dark] .tg-hero{background:linear-gradient(180deg,#1a0a2e,#121218)}[data-theme=dark] .tg-search-input-wrap,[data-theme=dark] .tg-search-form{background:#1e1e2e}[data-theme=dark] .tg-search-form select{background:#1a1a2a!important}[data-theme=dark] .tg-card{background:#1e1e2e;border-color:#2a2a3e}[data-theme=dark] .tg-card:hover{border-color:#a855f740;background:#252540}[data-theme=dark] .tg-card-body h3{color:#f0f0f5}[data-theme=dark] .tg-card-body p{color:#9ca3af}[data-theme=dark] .tg-detail-content{background:#1e1e2e;border-color:#2a2a3e}[data-theme=dark] .tg-detail-content h2,[data-theme=dark] .tg-detail-content h3{color:#f0f0f5}[data-theme=dark] .tg-detail-content p{color:#c8c8d5}[data-theme=dark] .tg-back-link{color:#c084fc}[data-theme=dark] .tg-search-btn:hover{color:#1a1a2e}[data-theme=dark] .reading-time{color:#9ca3af}[data-theme=dark] .mj-page{background:#121218}[data-theme=dark] .mj-hero{background:linear-gradient(180deg,#1a0a2e,#121218)}[data-theme=dark] .mj-search-input-wrap,[data-theme=dark] .mj-search-form{background:#1e1e2e}[data-theme=dark] .mj-search-form select{background:#1a1a2a!important}[data-theme=dark] .mj-card{background:#1e1e2e;border-color:#2a2a3e}[data-theme=dark] .mj-card:hover{border-color:#a855f740;background:#252540}[data-theme=dark] .mj-card-body h3{color:#f0f0f5}[data-theme=dark] .mj-card-body p{color:#9ca3af}[data-theme=dark] .mj-keyword{background:#a855f71a;color:#c084fc}[data-theme=dark] .mj-detail-main,[data-theme=dark] .mj-sidebar-card{background:#1e1e2e;border-color:#2a2a3e}[data-theme=dark] .mj-detail-main h2,[data-theme=dark] .mj-detail-main h3{color:#f0f0f5}[data-theme=dark] .mj-detail-main p{color:#c8c8d5}[data-theme=dark] .mj-back-link{color:#c084fc}[data-theme=dark] .mj-search-btn:hover{color:#1a1a2e}[data-theme=dark] .about-page{background:#121218;color:#e2e2ea}[data-theme=dark] .ab-stat-card{background:#1e1e2e;border-color:#2a2a3e}[data-theme=dark] .ab-stat-card span{color:#9ca3af}[data-theme=dark] .ab-section-inner h2{color:#f0f0f5}[data-theme=dark] .ab-section-intro{color:#9ca3af}[data-theme=dark] .ab-highlight{background:#1e1e2e;border-color:#2a2a3e}[data-theme=dark] .ab-highlight h4{color:#f0f0f5}[data-theme=dark] .ab-highlight p{color:#c8c8d5}[data-theme=dark] .ab-mission-text p{color:#9ca3af}[data-theme=dark] .ab-team-outer{background:#161622}[data-theme=dark] .ab-team-card{background:#1e1e2e;border-color:#2a2a3e}[data-theme=dark] .ab-team-card:hover{border-color:#a855f740}[data-theme=dark] .ab-team-info h3{color:#f0f0f5}[data-theme=dark] .ab-team-info p{color:#9ca3af}[data-theme=dark] .ab-social-link{background:#252535;color:#c084fc;border-color:#3a3a4e}[data-theme=dark] .ab-social-link:hover{background:#a855f71f;border-color:#a855f7}[data-theme=dark] .ab-social-link--empty{color:#4a4a5e;border-color:#2a2a3e}[data-theme=dark] .ab-value-card{background:#1e1e2e;border-color:#2a2a3e}[data-theme=dark] .ab-value-card h3{color:#f0f0f5}[data-theme=dark] .ab-value-card p{color:#9ca3af}[data-theme=dark] .fav-page{background:#121218}[data-theme=dark] .fav-hero h1{color:#f0f0f5}[data-theme=dark] .fav-prog-card,[data-theme=dark] .fav-list-item{background:#1e1e2e;border-color:#2a2a3e}[data-theme=dark] .fav-prog-card:hover,[data-theme=dark] .fav-list-item:hover{border-color:#a855f740;background:#252540}[data-theme=dark] .fav-list-info h4{color:#f0f0f5}[data-theme=dark] .fav-list-info p{color:#9ca3af}[data-theme=dark] .fav-offline-banner{background:#f59e0b1f;color:#fcd34d;border-color:#f59e0b40}[data-theme=dark] .fav-offline-chip{background:#f59e0b1f;color:#fcd34d}[data-theme=dark] .forum-page,[data-theme=dark] .forum-category-page,[data-theme=dark] .forum-topic-page,[data-theme=dark] .forum-new-topic-page{background:#121218}[data-theme=dark] .forum-card{background:#1e1e2e;border-color:#2a2a3e}[data-theme=dark] .forum-card:hover{border-color:#a855f740;background:#252540}[data-theme=dark] .forum-card h3{color:#f0f0f5}[data-theme=dark] .forum-card p{color:#9ca3af}[data-theme=dark] .forum-post{background:#1e1e2e;border-color:#2a2a3e}[data-theme=dark] .forum-post-content{color:#c8c8d5}[data-theme=dark] .forum-post-meta{color:#9ca3af}[data-theme=dark] .articles-page,[data-theme=dark] .article-detail-page{background:#121218}[data-theme=dark] .articles-featured{background:#1e1e2e;border-color:#2a2a3e}[data-theme=dark] .articles-featured:hover{border-color:#a855f740}[data-theme=dark] .article-card{background:#1e1e2e;border-color:#2a2a3e}[data-theme=dark] .article-card:hover{border-color:#a855f740;background:#252540}[data-theme=dark] .article-card h3{color:#f0f0f5}[data-theme=dark] .article-card p{color:#9ca3af}[data-theme=dark] .article-content{color:#c8c8d5}[data-theme=dark] .article-content h2,[data-theme=dark] .article-content h3{color:#f0f0f5}[data-theme=dark] .partners-page{background:#121218}[data-theme=dark] .partner-card{background:#1e1e2e;border-color:#2a2a3e}[data-theme=dark] .partner-card:hover{border-color:#a855f740;background:#252540}[data-theme=dark] .contact-page{background:#121218}[data-theme=dark] .contact-card,[data-theme=dark] .contact-form-card{background:#1e1e2e;border-color:#2a2a3e}[data-theme=dark] .contact-card h3{color:#f0f0f5}[data-theme=dark] .contact-card p{color:#9ca3af}[data-theme=dark] .verify-page{background:#121218}[data-theme=dark] .verify-card,[data-theme=dark] .verify-result{background:#1e1e2e;border-color:#2a2a3e}[data-theme=dark] .legal-page,[data-theme=dark] .privacy-page,[data-theme=dark] .terms-page,[data-theme=dark] .abuse-page{background:#121218;color:#c8c8d5}[data-theme=dark] .legal-content,[data-theme=dark] .legal-section{background:#1e1e2e;border-color:#2a2a3e}[data-theme=dark] .search-modal-overlay{background:#000000bf}[data-theme=dark] .search-modal{background:#1e1e2e;box-shadow:0 25px 50px #00000080,0 0 0 1px #2a2a3e}[data-theme=dark] .search-modal-input-wrap{background:#1e1e2e;border-bottom-color:#2a2a3e}[data-theme=dark] .search-modal-icon{color:#6b7280}[data-theme=dark] .search-modal-input{color:#e2e2ea!important;background:transparent!important}[data-theme=dark] .search-modal-input::placeholder{color:#6b7280!important}[data-theme=dark] .search-modal-kbd{background:#252535;border-color:#3a3a4e;color:#9ca3af}[data-theme=dark] .search-modal-close{background:#252535;color:#9ca3af}[data-theme=dark] .search-modal-close:hover{background:#3a3a4e;color:#e2e2ea}[data-theme=dark] .search-modal-empty{color:#6b7280}[data-theme=dark] .search-modal-group-title{color:#c084fc}[data-theme=dark] .search-modal-item:hover,[data-theme=dark] .search-modal-item.active{background:#a855f714}[data-theme=dark] .search-modal-item-icon{color:#c084fc}[data-theme=dark] .search-modal-item-title{color:#e2e2ea}[data-theme=dark] .search-modal-item-sub{color:#6b7280}[data-theme=dark] .search-modal-item-arrow{color:#4a4a5e}[data-theme=dark] .search-modal-item:hover .search-modal-item-arrow{color:#c084fc}[data-theme=dark] .search-modal-programs-link{border-top-color:#2a2a3e}[data-theme=dark] .search-modal-item.programs:hover,[data-theme=dark] .search-modal-item.programs.active{background:#0d94881a}[data-theme=dark] .toast{background:#1e1e2e;box-shadow:0 4px 20px #0006;border-left-color:#a855f7}[data-theme=dark] .toast-message{color:#e2e2ea}[data-theme=dark] .toast-close{color:#6b7280}[data-theme=dark] .toast-close:hover{color:#e2e2ea;background:#ffffff14}[data-theme=dark] .toast-info{border-left-color:#a855f7}[data-theme=dark] .toast-info .toast-icon{color:#a855f7}[data-theme=dark] .tooltip-bubble{background:#e2e2ea;color:#1a1a2e}[data-theme=dark] .tooltip-bubble.tooltip-top:after{border-top-color:#e2e2ea}[data-theme=dark] .tooltip-bubble.tooltip-bottom:after{border-bottom-color:#e2e2ea}[data-theme=dark] .tooltip-bubble.tooltip-left:after{border-left-color:#e2e2ea}[data-theme=dark] .tooltip-bubble.tooltip-right:after{border-right-color:#e2e2ea}[data-theme=dark] .skeleton-pulse{background:#2a2a3e}[data-theme=dark] .skeleton-card,[data-theme=dark] .skeleton-detail__sidebar{background:#1e1e2e;box-shadow:0 1px 4px #00000040}[data-theme=dark] .skeleton,[data-theme=dark] .skeleton-line,[data-theme=dark] .skeleton-circle{background:#2a2a3e}[data-theme=dark] .toc-title{color:#6b7280}[data-theme=dark] .toc-item{color:#9ca3af}[data-theme=dark] .toc-item:hover{color:#c084fc}[data-theme=dark] .toc-item.active{border-left-color:#a855f7;color:#c084fc;background:#a855f70f}[data-theme=dark] .toc-dropdown{background:#1e1e2e;box-shadow:0 8px 28px #0006;border:1px solid #2a2a3e}[data-theme=dark] .toc-toggle{background:#a855f7}[data-theme=dark] .toc-toggle:hover{background:#c084fc}[data-theme=dark] .breadcrumb{background:#a855f70a;border-bottom-color:#a855f71a;color:#9ca3af}[data-theme=dark] .breadcrumb a,[data-theme=dark] .breadcrumb-item a{color:#c084fc}[data-theme=dark] .breadcrumb a:hover,[data-theme=dark] .breadcrumb-item a:hover{color:#d8b4fe}[data-theme=dark] .breadcrumb-item.active span{color:#e2e2ea}[data-theme=dark] .breadcrumb-sep{color:#4a4a5e}[data-theme=dark] .gate-wall{background:linear-gradient(170deg,#1a0a2e,#121218,#1a2e0a)}[data-theme=dark] .gate-wall h2{color:#f0f0f5}[data-theme=dark] .gate-wall>.gate-wall-inner>p{color:#9ca3af}[data-theme=dark] .gate-feature{background:#1e1e2e;border-color:#2a2a3e;color:#c8c8d5}[data-theme=dark] .gate-note{color:#6b7280}[data-theme=dark] .onboarding-banner{background:#0d94881a;border-color:#0d94884d}[data-theme=dark] .locked-card{background:#1a1a2e;border-color:#2a2a3e}[data-theme=dark] .related-section{border-top-color:#2a2a3e}[data-theme=dark] .related-title{color:#f0f0f5}[data-theme=dark] .related-card{background:#1e1e2e;border-color:#2a2a3e}[data-theme=dark] .related-card:hover{border-color:#a855f740;background:#252540}[data-theme=dark] .related-card-title{color:#e2e2ea}[data-theme=dark] .related-card p{color:#9ca3af}[data-theme=dark] .share-btn{background:#252535;border-color:#3a3a4e;color:#d1d5db}[data-theme=dark] .share-btn:hover{border-color:#a855f7;background:#a855f71a}[data-theme=dark] .top-progress-bar{background:#a855f7}[data-theme=dark] footer,[data-theme=dark] .footer,[data-theme=dark] .footer-public{background:#0d0d16;border-top-color:#2a2a3e;color:#9ca3af}[data-theme=dark] .footer a,[data-theme=dark] .footer-public a{color:#c084fc}[data-theme=dark] .footer a:hover,[data-theme=dark] .footer-public a:hover{color:#d8b4fe}[data-theme=dark] .footer h4,[data-theme=dark] .footer-public h4{color:#f0f0f5}[data-theme=dark] .footer p,[data-theme=dark] .footer-public p{color:#9ca3af}[data-theme=dark] .back-to-top{background:#252535;border-color:#3a3a4e;color:#d1d5db}[data-theme=dark] .back-to-top:hover{background:#a855f7;border-color:#a855f7;color:#fff}[data-theme=dark] .whatsapp-button{box-shadow:0 4px 12px #0006}[data-theme=dark] .cookie-consent{background:#1e1e2e;border-top-color:#2a2a3e;box-shadow:0 -4px 20px #0006}[data-theme=dark] .cookie-consent p{color:#d1d5db}[data-theme=dark] .healthcare-disclaimer{background:#1e1e2e;border-top-color:#2a2a3e}[data-theme=dark] .healthcare-disclaimer p{color:#d1d5db}[data-theme=dark] .error-page{background:#121218;color:#e2e2ea}[data-theme=dark] .empty-state h3,[data-theme=dark] .empty-programs h3,[data-theme=dark] .empty-certificates h3,[data-theme=dark] .empty-recommendations h3{color:#f0f0f5}[data-theme=dark] .empty-state p,[data-theme=dark] .empty-programs p,[data-theme=dark] .empty-certificates p{color:#9ca3af}[data-theme=dark] .empty-state svg,[data-theme=dark] .empty-programs svg,[data-theme=dark] .empty-certificates svg,[data-theme=dark] .empty-recommendations svg{color:#5a2a5a}[data-theme=dark] .program-card img,[data-theme=dark] .recommendation-card img,[data-theme=dark] .prog-card img,[data-theme=dark] .drug-card img,[data-theme=dark] .tg-card img,[data-theme=dark] .mj-card img,[data-theme=dark] .article-card img{filter:brightness(.85)}[data-theme=dark] .program-card:hover img,[data-theme=dark] .recommendation-card:hover img,[data-theme=dark] .prog-card:hover img,[data-theme=dark] .drug-card:hover img,[data-theme=dark] .tg-card:hover img,[data-theme=dark] .mj-card:hover img,[data-theme=dark] .article-card:hover img{filter:brightness(.95)}[data-theme=dark] ::-webkit-scrollbar{width:8px;height:8px}[data-theme=dark] ::-webkit-scrollbar-track{background:#121218}[data-theme=dark] ::-webkit-scrollbar-thumb{background:#3a3a4e;border-radius:4px}[data-theme=dark] ::-webkit-scrollbar-thumb:hover{background:#4a4a5e}[data-theme=dark] .history-item{background:#1e1e2e;border-color:#2a2a3e}[data-theme=dark] .history-item:hover{border-color:#a855f740}[data-theme=dark] .action-link{color:#c084fc}[data-theme=dark] .action-link:hover{color:#d8b4fe}[data-theme=dark] .profile-card,[data-theme=dark] .settings-card{background:#1e1e2e;border-color:#2a2a3e}[data-theme=dark] [class*=-card]:not(.onboarding-program-card){border-color:#2a2a3e}[data-theme=dark] .home-page p,[data-theme=dark] .programs-page p,[data-theme=dark] .about-page p,[data-theme=dark] .contact-page p{color:#c8c8d5}[data-theme=dark] hr{border-color:#2a2a3e}[data-theme=dark] blockquote{border-left-color:#a855f7;background:#a855f70a;color:#c8c8d5}[data-theme=dark] code{background:#252535;color:#c084fc}[data-theme=dark] pre{background:#1a1a2a;border-color:#2a2a3e}[data-theme=dark] .pagination-btn,[data-theme=dark] .page-btn{background:#1e1e2e;border-color:#3a3a4e;color:#d1d5db}[data-theme=dark] .pagination-btn:hover,[data-theme=dark] .page-btn:hover{background:#a855f71a;border-color:#a855f7;color:#c084fc}[data-theme=dark] .pagination-btn.active,[data-theme=dark] .page-btn.active{background:#a855f7;color:#fff;border-color:#a855f7}@media print{[data-theme=dark]{--bg: #ffffff;--text: #333333;--text-dark: #333333;--card-bg: #ffffff;--border: #e0e0e0;color-scheme:light}[data-theme=dark] body{background:#fff;color:#333}}
