@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";:root{--brand-red:#e31e24;--brand-red-hover:#c8161b;--brand-orange:#f58220;--brand-grey:#4f5257;--primary-navy:#0f172a;--primary-blue:#e31e24;--accent-blue:#f58220;--light-blue-bg:#fff5f5;--card-bg:#fff;--body-bg:#f8fafc;--text-dark:#1e293b;--text-muted:#64748b;--border-light:#e2e8f0;--shadow-sm:0 2px 8px #e31e240d;--shadow-md:0 4px 16px #e31e2414;--shadow-lg:0 8px 30px #e31e241f;--radius-sm:6px;--radius-md:10px;--radius-lg:16px}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--body-bg);color:var(--text-dark);-webkit-font-smoothing:antialiased;-webkit-user-select:none;user-select:none;font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.5}img,video{-webkit-user-drag:none;-khtml-user-drag:none;-moz-user-drag:none;-o-user-drag:none;user-drag:none;pointer-events:auto}input,textarea,[contenteditable=true]{-webkit-user-select:text;user-select:text}button{cursor:pointer;background:0 0;border:none;font-family:inherit;transition:all .2s}a{color:inherit;text-decoration:none}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}.site-header{z-index:100;background-color:#fff;box-shadow:0 2px 12px #0000000d}.top-utility-bar{color:#cbd5e1;background-color:#0f172a;border-bottom:1px solid #ffffff14;padding:.45rem 1.5rem;font-size:.78rem}.utility-container{justify-content:space-between;align-items:center;max-width:1280px;margin:0 auto;display:flex}.utility-left,.utility-right{align-items:center;gap:1.5rem;display:flex}.utility-item{color:#94a3b8;align-items:center;gap:.4rem;display:flex}.utility-link{color:#e2e8f0;align-items:center;gap:.3rem;font-weight:500;transition:color .2s;display:flex}.utility-link:hover{color:var(--brand-orange)}.utility-auth{align-items:center;gap:.5rem;display:flex}.auth-btn{border-radius:4px;align-items:center;gap:.3rem;padding:.28rem .85rem;font-size:.78rem;font-weight:600;transition:all .2s;display:flex}.btn-register{color:#fff;background:0 0;border:1px solid #ffffff4d}.btn-register:hover{background-color:#ffffff1a}.btn-login{background-color:var(--brand-red);color:#fff}.btn-login:hover{background-color:var(--brand-red-hover)}.main-nav-bar{border-bottom:1px solid var(--border-light);background-color:#fff}.header-container{justify-content:space-between;align-items:center;max-width:1280px;margin:0 auto;padding:.6rem 1.5rem;display:flex}.logo-brand{flex-shrink:0;align-items:center;display:flex}.logo-link{align-items:center;text-decoration:none;display:flex}.brand-logo-img{object-fit:contain;vertical-align:middle;width:auto;max-width:350px;height:clamp(75px,7vw,96px);transition:transform .25s}.brand-logo-img:hover{transform:scale(1.02)}.desktop-nav{align-items:center;gap:1.8rem;display:flex}.nav-item{color:var(--text-dark);cursor:pointer;align-items:center;gap:.3rem;padding:.4rem 0;font-size:.92rem;font-weight:500;display:flex;position:relative}.nav-item:hover{color:var(--primary-blue)}.nav-item.active{color:var(--primary-blue);font-weight:700}.nav-item.active:after{content:"";background-color:var(--primary-blue);border-radius:2px;width:100%;height:2.5px;position:absolute;bottom:-4px;left:0}.dropdown-menu{border:1px solid var(--border-light);z-index:100;background-color:#fff;border-radius:8px;flex-direction:column;gap:.4rem;min-width:220px;padding:1rem;animation:.2s ease-in-out fadeIn;display:flex;position:absolute;top:100%;left:0;box-shadow:0 10px 30px #0000001f}.mega-dropdown{min-width:440px}.dropdown-grid-2col{grid-template-columns:1fr 1fr;gap:.3rem 1rem;display:grid}.dropdown-column-title{color:var(--primary-blue);text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid #f1f5f9;margin-bottom:.4rem;padding-bottom:.3rem;font-size:.78rem;font-weight:700}.dropdown-subitem{color:var(--text-dark);border-radius:4px;padding:.35rem .5rem;font-size:.84rem;transition:background .15s}.dropdown-subitem:hover{color:var(--primary-blue);background-color:#f0f7ff}.highlight-sub{color:var(--primary-blue);font-weight:600}.mobile-toggle{color:var(--primary-navy);display:none}.mobile-drawer{display:none}@media (width<=992px){.brand-logo-img{max-width:300px;height:clamp(65px,7vw,85px)}.top-utility-bar,.desktop-nav{display:none}.mobile-toggle{display:block}.mobile-drawer{border-bottom:1px solid var(--border-light);background-color:#fff;flex-direction:column;gap:.8rem;padding:1rem 1.5rem 1.5rem;display:flex}.mobile-link{color:var(--text-dark);padding:.4rem 0;font-size:1rem;font-weight:500}.mobile-actions{flex-direction:column;gap:.6rem;margin-top:.5rem;display:flex}.full-width{width:100%}}@media (width<=576px){.header-container{padding:.5rem 1rem}.brand-logo-img{max-width:280px;height:65px}}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.headline-hero-section{background:linear-gradient(#f8fafc 0%,#fff 100%);border-bottom:1px solid #e2e8f0;padding:2rem 1.5rem 1.75rem;position:relative}.headline-hero-container{flex-direction:column;gap:1.25rem;max-width:1440px;margin:0 auto;display:flex}.headline-header-bar{justify-content:center;align-items:center;gap:1.25rem;margin-bottom:.15rem;display:flex}.headline-accent-line{background:linear-gradient(90deg,#0000,#0284c7);border-radius:2px;width:48px;height:2px}.headline-accent-line.right{background:linear-gradient(90deg,#0284c7,#0000)}.headline-badge{justify-content:center;align-items:center;padding:.2rem 1rem;display:flex}.headline-title-text{letter-spacing:2px;color:#0f172a;text-transform:uppercase;font-size:1.15rem;font-weight:800}.hero-dual-grid{grid-template-columns:1fr 390px;align-items:stretch;gap:1.5rem;display:grid}.hero-headline-col{flex-direction:column;gap:1rem;min-width:0;display:flex}.hero-sidebar-col{flex-direction:column;min-width:0;display:flex}.headline-card-wrapper{flex:1;animation:.5s ease-out forwards fadeInSlide}@keyframes fadeInSlide{0%{opacity:.15;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.headline-main-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;grid-template-columns:1.25fr 1fr;align-items:center;gap:1.75rem;height:100%;padding:1.75rem;transition:box-shadow .3s;display:grid;box-shadow:0 8px 24px #0f172a0a}.headline-main-card:hover{box-shadow:0 12px 32px #0f172a12}.headline-text-col{flex-direction:column;gap:.8rem;display:flex}.headline-meta-row{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.headline-category-tag{color:var(--brand-red);letter-spacing:.2px;background-color:#fee2e2;border-radius:20px;padding:.2rem .6rem;font-size:.74rem;font-weight:700}.headline-meta-divider{color:#cbd5e1;font-size:.75rem}.headline-meta-item{color:#64748b;align-items:center;gap:.25rem;font-size:.76rem;font-weight:500;display:flex}.headline-article-title{color:#0f172a;letter-spacing:-.3px;cursor:pointer;font-size:1.35rem;font-weight:800;line-height:1.35;transition:color .2s}.headline-article-title:hover{color:var(--brand-red)}.headline-article-summary{color:#334155;font-size:.88rem;font-weight:400;line-height:1.6}.headline-reference-box{flex-wrap:wrap;align-items:baseline;gap:.35rem;padding-top:.15rem;display:flex}.ref-prefix{color:#475569;font-size:.76rem;font-weight:700}.ref-url-link{color:#0284c7;word-break:break-all;align-items:center;gap:.25rem;font-size:.76rem;text-decoration:none;transition:color .2s;display:inline-flex}.ref-url-link:hover{color:#0369a1;text-decoration:underline}.ref-icon{flex-shrink:0}.headline-actions-row{border-top:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:.75rem;margin-top:.25rem;padding-top:.75rem;display:flex}.btn-read-article{background-color:var(--brand-red);color:#fff;border-radius:8px;align-items:center;gap:.45rem;padding:.55rem 1.15rem;font-size:.84rem;font-weight:600;transition:background-color .2s,transform .15s;display:inline-flex}.btn-read-article:hover{background-color:var(--brand-red-hover);transform:translateY(-1px)}.slider-control-group{align-items:center;gap:.4rem;display:flex}.slider-nav-btn,.slider-play-btn{color:#334155;cursor:pointer;background-color:#fff;border:1px solid #e2e8f0;border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;transition:all .2s;display:flex}.slider-nav-btn:hover,.slider-play-btn:hover{color:var(--brand-red);background-color:#f1f5f9;border-color:#cbd5e1}.headline-image-col{align-items:center;height:100%;display:flex}.headline-img-container{border-radius:10px;width:100%;height:280px;position:relative;overflow:hidden;box-shadow:0 6px 20px #0f172a14}.headline-featured-img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.headline-img-container:hover .headline-featured-img{transform:scale(1.04)}.img-overlay-badge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;background:#0f172ad9;border-radius:6px;align-items:center;gap:.4rem;padding:.45rem .75rem;font-size:.75rem;font-weight:500;display:flex;position:absolute;bottom:.75rem;left:.75rem;right:.75rem}.infographic-spotlight-card{cursor:pointer;background-color:#fff;border:1px solid #e2e8f0;border-radius:14px;flex-direction:column;height:100%;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;overflow:hidden;box-shadow:0 10px 30px #0f172a0f}.infographic-spotlight-card:hover{border-color:#cbd5e1;transform:translateY(-2px);box-shadow:0 16px 36px #0f172a1f}.spotlight-header{color:#fff;background-color:#0f172a;align-items:center;gap:.75rem;padding:.85rem 1.15rem;display:flex}.spotlight-icon-circle{background:linear-gradient(135deg,#e31e24 0%,#f58220 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.spotlight-header-text{flex-direction:column;flex:1;gap:.15rem;min-width:0;display:flex}.spotlight-tag{color:#cbd5e1;letter-spacing:.6px;text-transform:uppercase;font-size:.65rem;font-weight:800}.spotlight-title{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:.88rem;font-weight:700;overflow:hidden}.spotlight-zoom-btn{color:#fff;cursor:pointer;background:#ffffff1f;border:none;border-radius:6px;justify-content:center;align-items:center;padding:.45rem;transition:background-color .2s;display:flex}.spotlight-zoom-btn:hover{background-color:var(--brand-red)}.infographic-frame-container{background-color:#fdfbf7;border-bottom:1px solid #f1f5f9;justify-content:center;align-items:center;width:100%;height:330px;display:flex;position:relative;overflow:hidden}.infographic-preview-img{object-fit:contain;width:100%;height:100%;transition:transform .4s}.infographic-spotlight-card:hover .infographic-preview-img{transform:scale(1.02)}.infographic-hover-hint{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);color:#fff;opacity:0;background:#0f172aa6;justify-content:center;align-items:center;gap:.5rem;font-size:.82rem;font-weight:600;transition:opacity .25s;display:flex;position:absolute;inset:0}.infographic-spotlight-card:hover .infographic-hover-hint{opacity:1}.spotlight-footer{background-color:#fff;flex-direction:column;gap:.65rem;margin-top:auto;padding:.85rem 1.15rem;display:flex}.spotlight-summary-text{color:#334155;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;font-size:.82rem;font-weight:500;line-height:1.45;display:-webkit-box;overflow:hidden}.spotlight-action-row{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.spotlight-ref-label{color:#64748b;white-space:nowrap;text-overflow:ellipsis;max-width:200px;font-size:.74rem;overflow:hidden}.btn-open-infographic{color:#0f172a;cursor:pointer;white-space:nowrap;background-color:#f1f5f9;border:1px solid #cbd5e1;border-radius:6px;align-items:center;gap:.35rem;padding:.35rem .75rem;font-size:.76rem;font-weight:700;transition:all .2s;display:inline-flex}.btn-open-infographic:hover{background-color:var(--brand-red);border-color:var(--brand-red);color:#fff}@media (width<=1200px){.hero-dual-grid{grid-template-columns:1fr}.headline-main-card{grid-template-columns:1.2fr 1fr}.infographic-frame-container{height:280px}}@media (width<=768px){.headline-main-card{grid-template-columns:1fr;gap:1.25rem;padding:1.25rem}.headline-img-container{height:220px}}@media (width<=540px){.headline-hero-section{padding:1.25rem 1rem}.headline-article-title{font-size:1.2rem}.headline-actions-row{flex-direction:column;align-items:stretch}.slider-control-group{justify-content:center}}.widget-card{border:1px solid var(--border-light);box-shadow:var(--shadow-sm);background-color:#fff;border-radius:12px;flex-direction:column;height:100%;padding:1.25rem;display:flex}.flex-col-justify{justify-content:space-between}.widget-header{border-bottom:1px solid #edf2f7;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.9rem;display:flex}.widget-title-group{align-items:center;gap:.6rem;display:flex}.widget-icon-bg{border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.blue-icon{color:var(--brand-red);background-color:#fee2e2}.teal-icon{color:var(--brand-orange);background-color:#ffedd5}.indigo-icon{color:#4338ca;background-color:#e0e7ff}.purple-icon{color:#6b21a8;background-color:#f3e8ff}.red-icon{color:var(--brand-red);background-color:#fee2e2}.widget-title{color:var(--primary-navy);font-size:1.05rem;font-weight:700}.view-all-link{color:var(--primary-blue);align-items:center;gap:.15rem;font-size:.82rem;font-weight:600;display:flex}.view-all-link:hover{text-decoration:underline}.news-list{flex-direction:column;gap:.85rem;margin-bottom:1rem;display:flex}.news-item-card{align-items:flex-start;gap:.75rem;display:flex}.news-thumb{object-fit:cover;border-radius:6px;flex-shrink:0;width:70px;height:60px}.news-content{flex-direction:column;gap:.25rem;display:flex}.news-headline{color:var(--text-dark);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;font-size:.82rem;font-weight:600;line-height:1.35;display:-webkit-box;overflow:hidden}.news-date{color:var(--text-muted);font-size:.73rem;font-weight:500}.conf-meta-row{flex-wrap:wrap;align-items:center;gap:.4rem;display:flex}.conf-location-tag{color:var(--text-muted);font-size:.72rem}.guideline-authority-badge{color:var(--brand-red);background-color:#fee2e2;border-radius:4px;padding:.1rem .35rem;font-size:.68rem;font-weight:600}.widget-footer{margin-top:auto;padding-top:.5rem}.btn-outline-full{color:#0b3c70;background-color:#f8fafc;border:1px solid #d0dbe7;border-radius:6px;width:100%;padding:.55rem;font-size:.84rem;font-weight:600}.btn-outline-full:hover{background-color:#eaf2fb;border-color:#0b3c70}.therapy-search-box{align-items:center;margin-bottom:.75rem;display:flex;position:relative}.therapy-search-box .search-icon{color:#94a3b8;position:absolute;left:.65rem}.therapy-search-input{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;outline:none;width:100%;padding:.45rem .65rem .45rem 2.2rem;font-size:.78rem}.therapy-search-input:focus{border-color:var(--brand-red);background-color:#fff}.therapy-scroll-list{flex-direction:column;max-height:380px;padding-right:.3rem;display:flex;overflow-y:auto}.therapy-item-row{cursor:pointer;border-bottom:1px solid #f1f5f9;border-radius:4px;justify-content:space-between;align-items:center;padding:.52rem .4rem;transition:background-color .15s;display:flex}.therapy-item-row:hover{background-color:#fff5f5}.therapy-left{align-items:center;gap:.6rem;display:flex}.therapy-icon{color:var(--brand-red)}.therapy-name{color:var(--text-dark);font-size:.84rem;font-weight:500}.therapy-arrow{color:#94a3b8}.conference-featured-card{flex-direction:column;gap:.8rem;margin-bottom:1rem;display:flex}.conf-img-container{border-radius:8px;width:100%;height:140px;overflow:hidden}.conf-img{object-fit:cover;width:100%;height:100%}.conf-heading{color:var(--primary-navy);font-size:.95rem;font-weight:700}.conf-subtext{color:var(--text-muted);margin-bottom:.6rem;font-size:.8rem;line-height:1.4}.btn-solid-blue{background-color:var(--brand-red);color:#fff;border-radius:6px;width:100%;padding:.55rem 1rem;font-size:.84rem;font-weight:600}.btn-solid-blue:hover{background-color:var(--brand-red-hover)}.same-as-news-subcard{background-color:#f0f7ff;border:1px solid #d0e3ff;border-radius:8px;align-items:center;gap:.75rem;margin-top:1rem;padding:.85rem;display:flex}.subcard-icon-bg{background-color:#fff;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.subcard-title{color:var(--primary-navy);font-size:.86rem;font-weight:700}.subcard-desc{color:var(--text-muted);font-size:.76rem}.education-stack{flex-direction:column;gap:1rem;display:flex}.education-item-box{text-align:center;background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;flex-direction:column;align-items:center;gap:.6rem;padding:1rem;transition:transform .2s,box-shadow .2s;display:flex}.education-item-box:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000000d}.edu-icon-circle{background-color:#fee2e2;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.edu-icon{color:var(--brand-red)}.edu-title{color:var(--primary-navy);font-size:.92rem;font-weight:700}.edu-desc{color:var(--text-muted);font-size:.78rem;line-height:1.4}.footer-banner-wrapper{border-top:1px solid var(--border-light);background-color:#fff;margin-top:0;padding:2rem 1.5rem}.banner-container{grid-template-columns:340px 1fr 240px;align-items:flex-start;gap:2.5rem;max-width:1280px;margin:0 auto;display:grid}.contact-col{flex-direction:column;gap:1.2rem;display:flex}.brand-sketch-box{background-color:#0000;border:none;flex-direction:column;gap:.75rem;padding:0;display:flex}.footer-logo-link{text-decoration:none;display:inline-block}.footer-logo-img{object-fit:contain;vertical-align:middle;width:auto;max-width:320px;height:clamp(70px,6.5vw,90px);transition:transform .2s}.footer-logo-img:hover{transform:scale(1.02)}.footer-brand-tagline{color:#1e293b;text-transform:uppercase;letter-spacing:.8px;align-items:center;gap:.5rem;margin-top:-.15rem;font-size:.88rem;font-weight:700;line-height:1.4;display:flex}.footer-brand-tagline .tagline-bullet{color:var(--brand-red,#dc2626);font-size:.95rem;line-height:1}.brand-sketch-desc{color:var(--text-muted);font-size:.84rem;line-height:1.5}.sketch-social-buttons{align-items:center;gap:.4rem;margin-top:.2rem;display:flex}.social-btn{color:var(--text-dark);background-color:#fff;border:1px solid #cbd5e1;border-radius:4px;align-items:center;gap:.3rem;padding:.25rem .55rem;font-size:.72rem;font-weight:600;transition:all .2s;display:flex}.social-btn:hover{color:var(--brand-red);border-color:var(--brand-red);background-color:#fff1f2}.contact-heading{color:var(--primary-navy);margin-bottom:.4rem;font-size:.9rem;font-weight:700}.contact-details{flex-direction:column;gap:.5rem;display:flex}.contact-item{gap:.4rem;font-size:.8rem;display:flex}.contact-item .label{color:var(--primary-navy);min-width:60px;font-weight:700}.contact-item .value{color:var(--text-dark);font-weight:500}.empower-banner{color:#fff;text-align:center;background:linear-gradient(135deg,#0f172a 0%,#e31e24 100%);border-radius:12px;padding:2.2rem 2.5rem;position:relative;overflow:hidden;box-shadow:0 8px 24px #e31e2433}.empower-title{z-index:2;margin-bottom:.5rem;font-size:1.4rem;font-weight:800;line-height:1.3;position:relative}.empower-sub{opacity:.9;z-index:2;font-size:.88rem;font-weight:400;position:relative}.quick-links-col{flex-direction:column;gap:1.5rem;display:flex}.contact-details-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;flex-direction:column;gap:.45rem;padding:1rem 1.1rem;display:flex}.contact-details-box .contact-heading{color:var(--primary-navy);margin-bottom:.2rem;font-size:.88rem;font-weight:700}.contact-details-box .contact-item{gap:.35rem;font-size:.78rem;display:flex}.contact-details-box .label{color:#334155;min-width:60px;font-weight:700}.contact-details-box .value{color:#475569;font-weight:500}.section-subtitle{color:var(--primary-navy);font-size:.95rem;font-weight:700}.links-list{flex-direction:column;gap:.4rem;list-style:none;display:flex}.links-list li a{color:var(--text-muted);font-size:.84rem;font-weight:500}.links-list li{cursor:pointer;border-bottom:1px dashed #e2e8f0;justify-content:space-between;align-items:center;padding:.25rem 0;display:flex}.links-list li:hover a{color:var(--primary-blue)}.main-footer{color:#a0aec0;background-color:#06182c;padding:1.2rem 1.5rem}.footer-bottom-bar{justify-content:space-between;align-items:center;max-width:1280px;margin:0 auto;font-size:.88rem;line-height:1.5;display:flex}.copyright-text{color:#94a3b8;font-size:.86rem;font-weight:400}.tagline-text{color:#fff;letter-spacing:.8px;text-transform:uppercase;align-items:center;gap:.5rem;font-size:.92rem;font-weight:700;display:inline-flex}.tagline-dot{color:var(--brand-red,#dc2626);font-size:1rem;font-weight:800;line-height:1}@media (width<=1024px){.banner-container{grid-template-columns:1fr;gap:1.5rem}.tagline-text{letter-spacing:.6px;font-size:.88rem}}@media (width<=640px){.footer-bottom-bar{text-align:center;flex-direction:column;gap:.6rem}.footer-brand-tagline{letter-spacing:.5px;font-size:.82rem}.tagline-text{letter-spacing:.4px;font-size:.82rem}}.modal-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background-color:#06182ca6;justify-content:center;align-items:center;width:100vw;height:100vh;padding:1.25rem;animation:.2s ease-out fadeIn;display:flex;position:fixed;top:0;left:0}.auth-modal-card{background-color:#fff;border:1px solid #e2e8f0;border-radius:16px;width:100%;max-width:520px;max-height:90vh;padding:2rem;position:relative;overflow-y:auto;box-shadow:0 20px 40px #0003}.modal-close-btn{color:#64748b;z-index:2;background-color:#f1f5f9;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex;position:absolute;top:1.25rem;right:1.25rem}.modal-close-btn:hover{color:#0f172a;background-color:#e2e8f0}.auth-header{text-align:center;margin-bottom:1.25rem}.auth-brand{justify-content:center;align-items:center;gap:.5rem;margin-bottom:.2rem;display:flex}.brand-dot{background-color:var(--brand-red);border-radius:50%;width:10px;height:10px}.brand-name{color:#06182c;font-size:1.5rem;font-weight:800}.auth-subtitle{color:#64748b;margin-bottom:1.15rem;font-size:.82rem}.auth-tabs{background-color:#f1f5f9;border-radius:8px;padding:.25rem;display:flex}.auth-tab{color:#64748b;border-radius:6px;flex:1;padding:.65rem;font-size:.88rem;font-weight:600;transition:all .2s}.auth-tab.active{color:#06182c;background-color:#fff;box-shadow:0 2px 6px #00000014}.auth-form{flex-direction:column;gap:.95rem;display:flex}.form-row-2col{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.required-star{color:var(--brand-red,#e31e24);margin-left:2px;font-weight:700}.input-wrapper{align-items:center;display:flex;position:relative}.input-icon{color:#94a3b8;position:absolute;left:.85rem}.input-wrapper input,.select-input{color:#0f172a;background-color:#fff;border:1px solid #cbd5e1;border-radius:8px;outline:none;width:100%;padding:.62rem .85rem .62rem 2.4rem;font-size:.86rem;transition:border-color .2s,box-shadow .2s}.select-input{cursor:pointer;padding-left:.85rem}.input-wrapper input:focus,.select-input:focus{border-color:var(--brand-red);box-shadow:0 0 0 3px #e31e241f}.form-options{justify-content:space-between;align-items:center;font-size:.8rem;display:flex}.remember-me{color:#475569;cursor:pointer;align-items:center;gap:.4rem;display:flex}.forgot-link{color:var(--brand-red);font-weight:500}.forgot-link:hover{text-decoration:underline}.auth-submit-btn{background-color:var(--brand-red);color:#fff;cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;margin-top:.4rem;padding:.75rem;font-size:.9rem;font-weight:600;transition:background-color .2s,transform .15s;display:flex}.auth-submit-btn:hover{background-color:var(--brand-red-hover);transform:translateY(-1px)}.auth-disclaimer{color:#94a3b8;text-align:center;margin-top:-.25rem;font-size:.74rem;line-height:1.4}.success-message-box{text-align:center;flex-direction:column;align-items:center;gap:.75rem;padding:2rem 1rem;display:flex}.success-icon-circle{background-color:#e0f2fe;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;display:flex}@media (width<=540px){.auth-modal-card{padding:1.5rem 1.25rem}.form-row-2col{grid-template-columns:1fr}}.article-modal-card{background-color:#fff;border:1px solid #e2e8f0;border-radius:16px;width:100%;max-width:760px;max-height:90vh;position:relative;overflow-y:auto;box-shadow:0 20px 40px #0003}.article-top-bar{z-index:10;background-color:#fff;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex;position:sticky;top:0}.back-btn{color:#475569;align-items:center;gap:.4rem;font-size:.85rem;font-weight:600;display:flex}.back-btn:hover{color:var(--brand-red)}.action-buttons{align-items:center;gap:.6rem;display:flex}.action-btn{color:#475569;background-color:#f1f5f9;border-radius:6px;align-items:center;gap:.4rem;padding:.4rem .75rem;font-size:.8rem;font-weight:600;transition:all .2s;display:flex}.action-btn:hover{color:#06182c;background-color:#e2e8f0}.active-bookmark{color:var(--brand-red);background-color:#fee2e2}.article-hero-banner{height:280px;position:relative;overflow:hidden}.article-cover-img{object-fit:cover;width:100%;height:100%}.article-hero-overlay{color:#fff;background:linear-gradient(#06182c00 0%,#06182cf2 100%);width:100%;padding:2rem 1.5rem 1.5rem;position:absolute;bottom:0;left:0}.category-badge{background-color:var(--brand-red);color:#fff;text-transform:uppercase;border-radius:4px;align-items:center;gap:.3rem;margin-bottom:.6rem;padding:.25rem .6rem;font-size:.72rem;font-weight:700;display:inline-flex}.article-modal-title{margin-bottom:.5rem;font-size:1.4rem;font-weight:800;line-height:1.25}.article-meta{color:#cbd5e1;align-items:center;gap:.5rem;font-size:.8rem;display:flex}.meta-item{align-items:center;gap:.3rem;display:flex}.article-body-content{color:#334155;flex-direction:column;gap:1.25rem;padding:1.5rem;line-height:1.65;display:flex}.clinical-takeaway-box{border-left:4px solid var(--brand-orange);background-color:#fff7ed;border-radius:0 8px 8px 0;padding:1rem 1.25rem}.clinical-takeaway-box h4{color:#c2410c;margin-bottom:.5rem;font-size:.95rem;font-weight:700}.clinical-takeaway-box ul{padding-left:1.2rem;font-size:.86rem}.citation-box{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:1rem;font-size:.8rem}.citation-box h5{color:#06182c;margin-bottom:.2rem;font-weight:700}.therapy-modal-card{background-color:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;width:100%;max-width:680px;max-height:85vh;padding:1.75rem;display:flex;position:relative;box-shadow:0 20px 40px #0003}.therapy-modal-header{flex-shrink:0;justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex}.therapy-brand-info{align-items:center;gap:1rem;display:flex}.therapy-badge-icon{background-color:#e0f2fe;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.therapy-title-text{color:#06182c;font-size:1.25rem;font-weight:800}.therapy-subtitle-text{color:#64748b;font-size:.82rem}.therapy-tab-bar{border-bottom:1px solid #e2e8f0;flex-shrink:0;gap:.5rem;margin-bottom:1.25rem;display:flex;overflow-x:auto}.tab-btn{color:#64748b;border-bottom:2px solid #0000;padding:.6rem 1rem;font-size:.84rem;font-weight:600}.tab-btn.active{color:var(--brand-red);border-bottom-color:var(--brand-red)}.therapy-content-body{flex-direction:column;flex:1;gap:.85rem;padding-right:.5rem;display:flex;overflow-y:auto}.resource-card-item{cursor:pointer;background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;align-items:center;gap:1rem;padding:1rem;transition:all .2s;display:flex}.resource-card-item:hover{border-color:var(--brand-red);background-color:#fff;box-shadow:0 4px 12px #e31e2414}.res-icon{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.blue-bg{color:var(--brand-red);background-color:#fee2e2}.green-bg{color:#16a34a;background-color:#dcfce7}.purple-bg{color:#9333ea;background-color:#f3e8ff}.res-details{flex:1}.res-category{color:#64748b;text-transform:uppercase;font-size:.72rem;font-weight:700}.res-details h4{color:#0f172a;margin:.2rem 0;font-size:.9rem;font-weight:700}.res-details p{color:#64748b;font-size:.78rem}.res-arrow{color:#94a3b8}.conf-modal-card{background-color:#fff;border:1px solid #e2e8f0;border-radius:16px;width:100%;max-width:680px;padding:2rem;position:relative;box-shadow:0 20px 40px #0003}.conf-modal-header{margin-bottom:1.5rem}.conf-badge{color:#4338ca;text-transform:uppercase;background-color:#e0e7ff;border-radius:4px;padding:.25rem .6rem;font-size:.72rem;font-weight:700}.conf-modal-header h2{color:#06182c;margin:.5rem 0 .3rem;font-size:1.35rem;font-weight:800}.conf-dates-location{color:#64748b;align-items:center;gap:.4rem;font-size:.84rem;display:flex}.conf-modal-body{flex-direction:column;gap:1.5rem;display:flex}.conf-agenda-box{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:1rem 1.25rem}.conf-agenda-box h4{color:#06182c;margin-bottom:.5rem;font-size:.92rem;font-weight:700}.conf-agenda-box ul{color:#475569;padding-left:1.2rem;font-size:.84rem}.conf-reg-form h4{color:#06182c;margin-bottom:.75rem;font-size:.92rem;font-weight:700}.conf-input{border:1px solid #cbd5e1;border-radius:8px;outline:none;width:100%;padding:.65rem .85rem;font-size:.86rem}.conf-input:focus{border-color:var(--brand-red)}.btn-conf-submit{background-color:var(--brand-red);color:#fff;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-top:1rem;padding:.75rem;font-size:.9rem;font-weight:600;display:flex}.btn-conf-submit:hover{background-color:#3730a3}.contact-modal-card{background-color:#fff;border:1px solid #e2e8f0;border-radius:16px;width:100%;max-width:720px;padding:2rem;position:relative;box-shadow:0 20px 40px #0003}.contact-modal-header{margin-bottom:1.5rem}.contact-modal-header h2{color:#06182c;margin-bottom:.3rem;font-size:1.35rem;font-weight:800}.contact-modal-header p{color:#64748b;font-size:.84rem}.contact-modal-grid{grid-template-columns:240px 1fr;gap:1.5rem;display:grid}.contact-info-panel{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;flex-direction:column;gap:1rem;padding:1.2rem;display:flex}.info-block{align-items:flex-start;gap:.75rem;display:flex}.info-icon{color:var(--brand-red);flex-shrink:0;margin-top:2px}.info-label{color:#64748b;text-transform:uppercase;font-size:.72rem;font-weight:700}.info-val{color:#0f172a;word-break:break-word;font-size:.82rem;font-weight:500}.contact-form-panel{flex-direction:column;gap:.85rem;display:flex}.contact-input{border:1px solid #cbd5e1;border-radius:8px;outline:none;width:100%;padding:.65rem .85rem;font-size:.86rem}.textarea-input{resize:vertical;font-family:inherit}.contact-input:focus{border-color:var(--brand-red)}.btn-contact-submit{background-color:var(--brand-red);color:#fff;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem;font-size:.88rem;font-weight:600;display:flex}.btn-contact-submit:hover{background-color:var(--brand-red-hover)}@media (width<=640px){.contact-modal-grid{grid-template-columns:1fr}}.infographic-modal-backdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9999;background-color:#0f172ad1;justify-content:center;align-items:center;padding:1rem;animation:.25s forwards fadeInModal;display:flex;position:fixed;inset:0}@keyframes fadeInModal{0%{opacity:0}to{opacity:1}}.infographic-modal-dialog{background:#0f172a;border:1px solid #ffffff1a;border-radius:16px;flex-direction:column;width:100%;max-width:960px;max-height:94vh;animation:.28s cubic-bezier(.16,1,.3,1) forwards scaleInModal;display:flex;overflow:hidden;box-shadow:0 25px 60px #00000080}@keyframes scaleInModal{0%{transform:scale(.96)translateY(12px)}to{transform:scale(1)translateY(0)}}.infographic-top-bar{color:#fff;background-color:#0b1120;border-bottom:1px solid #ffffff1a;flex-shrink:0;justify-content:space-between;align-items:center;gap:1rem;padding:.85rem 1.25rem;display:flex}.top-bar-left{align-items:center;gap:.75rem;min-width:0;display:flex}.infographic-badge{background-color:var(--brand-red,#e31e24);color:#fff;letter-spacing:.5px;text-transform:uppercase;border-radius:4px;flex-shrink:0;padding:.25rem .65rem;font-size:.72rem;font-weight:800}.infographic-bar-title{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:.95rem;font-weight:700;overflow:hidden}.top-bar-actions{flex-shrink:0;align-items:center;gap:.6rem;display:flex}.zoom-btn-group{background:#ffffff14;border:1px solid #ffffff26;border-radius:6px;align-items:center;padding:.15rem;display:flex}.zoom-indicator{color:#cbd5e1;text-align:center;min-width:42px;padding:0 .4rem;font-size:.75rem;font-weight:600}.icon-action-btn{color:#e2e8f0;cursor:pointer;background:0 0;border:none;border-radius:4px;align-items:center;gap:.35rem;padding:.4rem .6rem;font-size:.8rem;font-weight:500;transition:all .2s;display:inline-flex}.icon-action-btn:hover{color:#fff;background-color:#ffffff26}.icon-action-btn.download-btn{background-color:var(--brand-red,#e31e24);color:#fff;border:1px solid #0000;font-weight:600}.icon-action-btn.download-btn:hover{background-color:#c9181d}.close-modal-btn{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:.35rem;transition:all .2s;display:flex}.close-modal-btn:hover{color:#fff;background-color:#ffffff26}.infographic-viewer-container{background-color:#060b13;flex:1;justify-content:center;align-items:center;height:calc(94vh - 65px);padding:1rem;display:flex;position:relative;overflow:auto}.image-scroll-wrapper{justify-content:center;align-items:center;width:100%;height:100%;display:flex;overflow:auto}.high-res-infographic-img{object-fit:contain;transform-origin:50%;border-radius:8px;max-width:100%;max-height:calc(94vh - 95px);transition:transform .2s;box-shadow:0 12px 36px #0009}@media (width<=768px){.infographic-modal-dialog{max-height:98vh}.infographic-viewer-container{height:calc(98vh - 60px);padding:.5rem}.infographic-bar-title{max-width:140px}.zoom-indicator{display:none}}.page-modal-card{background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;width:100%;max-width:800px;max-height:85vh;padding:24px;display:flex;position:relative;box-shadow:0 20px 40px #0003}.page-modal-header{border-bottom:1px solid #e2e8f0;flex-shrink:0;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:16px;display:flex}.page-title{color:#0f172a;margin:0;font-size:1.5rem;font-weight:800}.page-modal-body{flex:1;padding-right:8px;overflow-y:auto}.page-loading{justify-content:center;align-items:center;min-height:300px;display:flex}.page-error{color:#ef4444;text-align:center;background-color:#fef2f2;border:1px solid #fca5a5;border-radius:8px;padding:16px;font-weight:500}.page-content{color:#334155;font-size:1rem;line-height:1.6}.page-content h1,.page-content h2,.page-content h3{color:#0f172a;margin-top:1.5em;margin-bottom:.5em}.page-content p{margin-bottom:1em}.page-content ul,.page-content ol{margin-bottom:1em;padding-left:24px}.page-content a{color:#0284c7;text-decoration:underline}.cms-data-table-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 1px 3px #0000000d}.table-header-bar{background:#fff;border-bottom:1px solid #edf2f7;justify-content:space-between;align-items:center;padding:18px 24px;display:flex}.table-title{color:#0f172a;margin:0;font-size:18px;font-weight:700}.table-subtitle{color:#64748b;margin:2px 0 0;font-size:13px}.table-actions-area{align-items:center;gap:10px;display:flex}.cms-btn-primary{color:#fff;cursor:pointer;background:#0284c7;border:none;border-radius:8px;align-items:center;gap:6px;padding:8px 16px;font-size:13px;font-weight:600;transition:background .15s,transform .1s;display:inline-flex}.cms-btn-primary:hover{background:#0369a1}.cms-btn-secondary{color:#334155;cursor:pointer;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:6px;padding:8px 14px;font-size:13px;font-weight:600;transition:all .15s;display:inline-flex}.cms-btn-secondary:hover{color:#0f172a;background:#e2e8f0}.cms-btn-secondary.icon-only{padding:8px}.table-controls-bar{background:#f8fafc;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;gap:16px;padding:12px 24px;display:flex}.search-input-wrapper{flex:1;align-items:center;max-width:380px;display:flex;position:relative}.search-icon{color:#94a3b8;pointer-events:none;position:absolute;left:12px}.table-search-input{color:#1e293b;background:#fff;border:1px solid #cbd5e1;border-radius:6px;outline:none;width:100%;padding:7px 32px 7px 34px;font-size:13px;transition:border-color .15s,box-shadow .15s}.table-search-input:focus{border-color:#0284c7;box-shadow:0 0 0 2px #0284c726}.clear-search-btn{color:#94a3b8;cursor:pointer;background:0 0;border:none;font-size:16px;position:absolute;right:10px}.filter-group{align-items:center;gap:12px;display:flex}.filter-item{align-items:center;display:flex;position:relative}.filter-icon{color:#64748b;pointer-events:none;position:absolute;left:10px}.status-filter-select{color:#334155;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:6px;outline:none;padding:7px 12px 7px 28px;font-size:13px}.table-responsive-wrapper{min-height:280px;overflow-x:auto}.cms-data-table{border-collapse:collapse;text-align:left;width:100%;font-size:13px}.cms-data-table th{color:#475569;text-transform:uppercase;letter-spacing:.05em;background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:12px 18px;font-size:11px;font-weight:600}.cms-data-table td{color:#1e293b;vertical-align:middle;border-bottom:1px solid #f1f5f9;padding:14px 18px}.cms-data-table tr:hover{background:#f8fafc}.table-state-cell{text-align:center;color:#64748b;padding:48px 16px!important}.table-loading-spinner{flex-direction:column;align-items:center;gap:10px;display:flex}.spinning{animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.table-actions-cell{text-align:right;white-space:nowrap}.publish-toggle-btn{cursor:pointer;border:none;border-radius:9999px;align-items:center;gap:4px;margin-right:8px;padding:4px 8px;font-size:11px;font-weight:600;transition:all .15s;display:inline-flex}.publish-toggle-btn.published{color:#059669;background:#ecfdf5;border:1px solid #a7f3d0}.publish-toggle-btn.published:hover{background:#d1fae5}.publish-toggle-btn.draft{color:#d97706;background:#fffbeb;border:1px solid #fde68a}.publish-toggle-btn.draft:hover{background:#fef3c7}.row-action-btn{cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:30px;height:30px;margin-left:2px;transition:background .15s,color .15s;display:inline-flex}.row-action-btn.edit{color:#0284c7}.row-action-btn.edit:hover{background:#e0f2fe}.row-action-btn.delete{color:#ef4444}.row-action-btn.delete:hover{background:#fee2e2}.table-pagination-bar{color:#64748b;background:#fff;border-top:1px solid #edf2f7;justify-content:space-between;align-items:center;padding:12px 24px;font-size:12px;display:flex}.pagination-controls{align-items:center;gap:10px;display:flex}.page-btn{color:#334155;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:6px;align-items:center;gap:4px;padding:5px 10px;font-size:12px;transition:all .15s;display:inline-flex}.page-btn:hover:not(:disabled){background:#f1f5f9}.page-btn:disabled{opacity:.5;cursor:not-allowed}.page-indicator{color:#1e293b;font-weight:600}.rich-text-editor-container{background:#fff;border:1px solid #e2e8f0;border-radius:8px;flex-direction:column;transition:border-color .2s,box-shadow .2s;display:flex;overflow:hidden;box-shadow:0 1px 3px #0000000a}.rich-text-editor-container:focus-within{border-color:#0284c7;box-shadow:0 0 0 3px #0284c726}.editor-toolbar{background:#f8fafc;border-bottom:1px solid #e2e8f0;flex-wrap:wrap;align-items:center;gap:4px;padding:8px 12px;display:flex}.toolbar-group{align-items:center;gap:2px;display:flex}.toolbar-btn{color:#475569;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;transition:background .15s,color .15s;display:inline-flex}.toolbar-btn:hover{color:#0f172a;background:#e2e8f0}.toolbar-separator{background:#cbd5e1;width:1px;height:20px;margin:0 4px}.toolbar-spacer{flex:1}.editor-mode-switch{background:#e2e8f0;border-radius:6px;padding:2px;display:flex}.mode-btn{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:4px;align-items:center;gap:5px;padding:4px 10px;font-size:12px;font-weight:600;transition:all .15s;display:inline-flex}.mode-btn.active{color:#0284c7;background:#fff;box-shadow:0 1px 2px #00000014}.editor-textarea{resize:vertical;color:#1e293b;border:none;outline:none;width:100%;min-height:200px;padding:14px 16px;font-family:inherit;font-size:14px;line-height:1.6}.editor-textarea::placeholder{color:#94a3b8}.editor-preview-pane{color:#1e293b;background:#fdfdfd;min-height:200px;padding:16px 20px;font-size:14px;line-height:1.7}.editor-preview-pane h1,.editor-preview-pane h2,.editor-preview-pane h3{color:#0f172a;margin-top:14px;margin-bottom:8px}.editor-preview-pane blockquote{color:#475569;border-left:3px solid #0284c7;margin:10px 0;padding-left:12px;font-style:italic}.editor-empty{color:#94a3b8;font-style:italic}.editor-footer{color:#64748b;background:#f8fafc;border-top:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:6px 14px;font-size:11px;display:flex}.cms-studio-layout{color:#0f172a;background-color:#f1f5f9;width:100vw;height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;display:flex;overflow:hidden}.cms-sidebar{color:#f8fafc;background-color:#0f172a;border-right:1px solid #1e293b;flex-direction:column;flex-shrink:0;width:260px;display:flex}.cms-sidebar-header{border-bottom:1px solid #1e293b;align-items:center;gap:12px;padding:20px;display:flex}.cms-logo-mark{color:#fff;background:linear-gradient(135deg,#0284c7,#0369a1);border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.cms-brand-name{letter-spacing:.05em;color:#fff;font-size:15px;font-weight:800}.cms-brand-badge{color:#38bdf8;text-transform:uppercase;letter-spacing:.05em;font-size:11px;font-weight:600}.cms-nav-list{flex-direction:column;flex:1;gap:4px;padding:16px 12px;display:flex;overflow-y:auto}.cms-nav-item{color:#94a3b8;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:10px;width:100%;padding:10px 14px;font-size:13px;font-weight:500;transition:all .15s;display:flex}.cms-nav-item:hover{color:#fff;background-color:#1e293b}.cms-nav-item.active{color:#fff;background-color:#0284c7;font-weight:600}.cms-nav-icon{flex-shrink:0}.cms-nav-label{flex:1}.cms-nav-badge{color:#cbd5e1;background-color:#334155;border-radius:9999px;padding:2px 7px;font-size:11px;font-weight:700}.cms-nav-badge.badge-amber{color:#fef3c7;background-color:#b45309}.cms-nav-item.active .cms-nav-badge{color:#fff;background-color:#fff3}.cms-sidebar-footer{background-color:#0b1120;border-top:1px solid #1e293b;padding:16px}.cms-user-info{align-items:center;gap:10px;margin-bottom:12px;display:flex}.cms-user-avatar{color:#38bdf8;background:#334155;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-size:14px;font-weight:700;display:flex}.cms-user-meta{flex:1;overflow:hidden}.cms-user-name{color:#f8fafc;white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:600;overflow:hidden}.cms-user-role{color:#38bdf8;font-size:11px}.cms-footer-actions{gap:8px;display:flex}.cms-footer-btn{color:#cbd5e1;cursor:pointer;background:#1e293b;border:1px solid #334155;border-radius:6px;flex:1;justify-content:center;align-items:center;gap:6px;padding:6px 10px;font-size:12px;transition:all .15s;display:inline-flex}.cms-footer-btn:hover{color:#fff;background:#334155}.cms-footer-btn.logout{color:#f87171;flex:0 0 34px;padding:0}.cms-footer-btn.logout:hover{color:#fca5a5;background:#450a0a;border-color:#7f1d1d}.cms-main-content{flex-direction:column;flex:1;height:100vh;display:flex;overflow:hidden}.cms-top-header{background-color:#fff;border-bottom:1px solid #e2e8f0;flex-shrink:0;justify-content:space-between;align-items:center;height:64px;padding:0 28px;display:flex}.cms-page-title{color:#0f172a;margin:0;font-size:20px;font-weight:700}.cms-body-scrollable{flex:1;padding:24px 28px;overflow-y:auto}.cms-metrics-row{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin-bottom:24px;display:grid}.cms-metric-card{background:#fff;border:1px solid #e2e8f0;border-radius:10px;align-items:center;gap:14px;padding:18px;display:flex;box-shadow:0 1px 3px #0000000a}.metric-icon{border-radius:10px;justify-content:center;align-items:center;width:46px;height:46px;display:flex}.metric-icon.articles{color:#0284c7;background:#e0f2fe}.metric-icon.guidelines{color:#d97706;background:#fef3c7}.metric-icon.conferences{color:#7c3aed;background:#ede9fe}.metric-icon.attendees{color:#059669;background:#ecfdf5}.metric-label{color:#64748b;font-size:12px;font-weight:500}.metric-value{color:#0f172a;font-size:20px;font-weight:700}.cms-welcome-banner{color:#fff;background:linear-gradient(135deg,#0284c7,#0369a1);border-radius:12px;margin-bottom:24px;padding:24px}.welcome-title{margin:0 0 6px;font-size:20px;font-weight:700}.welcome-subtitle{opacity:.9;max-width:800px;margin:0;font-size:14px;line-height:1.5}.quick-action-tiles{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px;display:grid}.action-tile{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:10px;align-items:center;gap:14px;padding:20px;transition:all .15s;display:flex}.action-tile:hover{border-color:#0284c7;transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.tile-icon{color:#059669;background:#f0fdf4;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.tile-content{flex:1}.tile-content h3{color:#0f172a;margin:0 0 3px;font-size:14px;font-weight:600}.tile-content p{color:#64748b;margin:0;font-size:12px;line-height:1.4}.tile-arrow{color:#94a3b8}.cms-category-pill{color:#475569;background:#f1f5f9;border-radius:9999px;padding:3px 8px;font-size:11px;font-weight:600;display:inline-block}.cms-error-banner{color:#991b1b;background-color:#fef2f2;border:1px solid #fecaca;border-radius:8px;align-items:center;gap:8px;margin-bottom:16px;padding:12px 16px;font-size:13px;display:flex}.cms-modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background-color:#0f172a99;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.cms-modal-content{background:#fff;border-radius:12px;flex-direction:column;width:100%;max-width:650px;max-height:90vh;display:flex;overflow:hidden;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.cms-modal-content.large{max-width:860px}.cms-modal-header{background:#f8fafc;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:16px 24px;display:flex}.cms-modal-header h3{color:#0f172a;margin:0;font-size:16px;font-weight:700}.cms-modal-close{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:4px}.cms-modal-close:hover{color:#0f172a;background:#e2e8f0}.cms-form{flex-direction:column;flex:1;min-height:0;display:flex}.cms-modal-body{flex-direction:column;flex:1;gap:16px;padding:24px;display:flex;overflow-y:auto}.cms-modal-footer{background:#f8fafc;border-top:1px solid #e2e8f0;justify-content:flex-end;align-items:center;gap:10px;padding:14px 24px;display:flex}.form-group{flex-direction:column;gap:6px;display:flex}.form-row{gap:16px;display:flex}.form-group.half,.form-group.third{flex:1}.form-group.two-thirds{flex:2}.form-label{color:#334155;font-size:12px;font-weight:600}.form-input{color:#0f172a;border:1px solid #cbd5e1;border-radius:6px;outline:none;padding:8px 12px;font-family:inherit;font-size:13px;transition:border-color .15s}.form-input:focus{border-color:#0284c7;box-shadow:0 0 0 2px #0284c726}.form-checkbox-row{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:24px;padding:10px 14px;display:flex}.checkbox-label{color:#334155;cursor:pointer;align-items:center;gap:8px;font-size:13px;display:inline-flex}.image-upload-wrapper{align-items:center;gap:12px;display:flex}.image-preview-box{border:1px solid #cbd5e1;border-radius:8px;flex-shrink:0;width:60px;height:60px;overflow:hidden}.image-preview-box img{object-fit:cover;width:100%;height:100%}.image-upload-dropzone{color:#64748b;cursor:pointer;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:8px;padding:12px;font-size:12px;transition:all .15s;display:flex}.image-upload-dropzone:hover{color:#0284c7;background:#f1f5f9;border-color:#0284c7}.cms-users-kpi-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:14px;margin-bottom:16px;display:grid}.kpi-mini-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;align-items:center;gap:14px;padding:14px 18px;display:flex;box-shadow:0 1px 3px #0000000d}.kpi-icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.kpi-icon.total{color:#0284c7;background:#e0f2fe}.kpi-icon.doctor{color:#7c3aed;background:#ede9fe}.kpi-icon.verified{color:#16a34a;background:#dcfce7}.kpi-icon.pending{color:#d97706;background:#fef3c7}.kpi-num{color:#0f172a;font-size:20px;font-weight:800;line-height:1.2}.kpi-desc{color:#64748b;font-size:11px;font-weight:500}.user-role-badge{white-space:nowrap;border-radius:6px;align-items:center;padding:3px 8px;font-size:11px;font-weight:600;display:inline-flex}.role-badge-doctor{color:#6d28d9;background:#ede9fe;border:1px solid #ddd6fe}.role-badge-researcher{color:#0369a1;background:#e0f2fe;border:1px solid #bae6fd}.role-badge-pharmacist{color:#047857;background:#d1fae5;border:1px solid #a7f3d0}.role-badge-student{color:#c2410c;background:#ffedd5;border:1px solid #fed7aa}.role-badge-patient{color:#475569;background:#f1f5f9;border:1px solid #e2e8f0}.role-badge-admin{color:#86198f;background:#fae8ff;border:1px solid #f5d0fe}.role-badge-other{color:#334155;background:#f8fafc;border:1px solid #cbd5e1}.verify-toggle-btn{cursor:pointer;border:1px solid #0000;border-radius:6px;align-items:center;gap:5px;padding:4px 9px;font-size:11px;font-weight:600;transition:all .15s;display:inline-flex}.verify-toggle-btn.verified{color:#15803d;background:#f0fdf4;border-color:#bbf7d0}.verify-toggle-btn.verified:hover{background:#dcfce7}.verify-toggle-btn.pending{color:#b45309;background:#fffbeb;border-color:#fde68a}.verify-toggle-btn.pending:hover{background:#fef3c7}.active-toggle-btn{cursor:pointer;border:1px solid #0000;border-radius:6px;align-items:center;padding:3px 8px;font-size:11px;font-weight:600;transition:all .15s;display:inline-flex}.active-toggle-btn.active{color:#166534;background:#f0fdf4;border-color:#bbf7d0}.active-toggle-btn.active:hover{color:#991b1b;background:#fee2e2;border-color:#fecaca}.active-toggle-btn.suspended{color:#b91c1c;background:#fef2f2;border-color:#fecaca}.active-toggle-btn.suspended:hover{color:#15803d;background:#dcfce7;border-color:#bbf7d0}.cms-hamburger-btn{color:#0f172a;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:4px;display:none}.cms-mobile-close-btn{color:#94a3b8;cursor:pointer;background:0 0;border:none;margin-left:auto;padding:4px;display:none}.cms-sidebar-overlay{display:none}@media (width<=1024px){.cms-studio-layout{position:relative}.cms-hamburger-btn,.cms-mobile-close-btn{justify-content:center;align-items:center;display:inline-flex}.cms-sidebar-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:999;background:#0f172a99;display:block;position:fixed;inset:0}.cms-sidebar{z-index:1000;transition:transform .3s cubic-bezier(.16,1,.3,1);position:fixed;top:0;bottom:0;left:0;transform:translate(-100%);box-shadow:4px 0 24px #00000040}.cms-sidebar.mobile-open{transform:translate(0)}.cms-main-content{width:100%}.cms-top-header{padding:14px 16px}.cms-body-scrollable{padding:16px}.cms-metrics-row{grid-template-columns:repeat(2,1fr);gap:12px}.quick-actions-grid{grid-template-columns:1fr}}@media (width<=640px){.cms-metrics-row{grid-template-columns:1fr}.cms-page-title{font-size:1.15rem}.cms-btn-secondary{padding:6px 10px;font-size:.78rem}}.bulletin-page{color:#172033;background:#f5f7fa;min-height:100vh}.bulletin-header{z-index:2;background:#fff;border-bottom:1px solid #e4e9ef;justify-content:space-between;align-items:center;height:88px;padding:0 clamp(20px,5vw,72px);display:flex;position:relative}.bulletin-logo img{object-fit:contain;width:210px;max-height:72px}.bulletin-live,.bulletin-back{align-items:center;gap:8px;font-size:13px;font-weight:700;display:flex}.bulletin-live{color:#e31e24;text-transform:uppercase;letter-spacing:.08em}.bulletin-live svg{animation:1.5s infinite bulletin-pulse}.bulletin-back{color:#344054;background:#fff;border:1px solid #d9e0e8;border-radius:8px;padding:10px 14px}.bulletin-hero{background-image:var(--bulletin-bg);background-position:50%;background-size:cover;align-items:flex-end;height:440px;display:flex;position:relative}.bulletin-hero-shade{background:linear-gradient(90deg,#071122f5 0%,#071122c4 50%,#07112240 100%),linear-gradient(#0000 40%,#071122cc);position:absolute;inset:0}.bulletin-hero-copy{color:#fff;width:100%;max-width:1280px;margin:0 auto;padding:60px 32px;position:relative}.bulletin-kicker,.section-label{color:#f58220;letter-spacing:.14em;text-transform:uppercase;font-size:12px;font-weight:800;display:inline-block}.bulletin-hero h1{letter-spacing:-.04em;max-width:850px;margin:12px 0 18px;font-size:clamp(38px,6vw,70px);line-height:1.02}.bulletin-hero p{color:#d8e0ea;max-width:680px;font-size:18px;line-height:1.65}.bulletin-meta{color:#c4ceda;gap:22px;margin-top:24px;font-size:13px;display:flex}.bulletin-meta span{align-items:center;gap:7px;display:flex}.bulletin-content{grid-template-columns:minmax(0,1.65fr) minmax(300px,.8fr);gap:34px;max-width:1280px;margin:0 auto;padding:54px 32px;display:grid}.bulletin-video-card,.bulletin-highlights,.bulletin-transcript{background:#fff;border:1px solid #e3e8ef;border-radius:16px;overflow:hidden;box-shadow:0 14px 40px #0f172a12}.bulletin-video-card video{aspect-ratio:16/9;background:#050b14;width:100%;display:block}.bulletin-video-placeholder{aspect-ratio:16/9;background-position:50%;background-size:cover;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.bulletin-video-placeholder:after{content:"";background:#050d1a94;position:absolute;inset:0}.bulletin-video-placeholder>img{z-index:1;object-fit:contain;height:92%;position:absolute;bottom:0;right:8%}.bulletin-video-placeholder>div{z-index:2;color:#fff;text-align:center;flex-direction:column;align-items:center;gap:10px;display:flex;position:relative}.bulletin-video-placeholder small{color:#d7dfe9}.play-disc{background:#e31e24;border-radius:50%;place-items:center;width:64px;height:64px;display:grid}.bulletin-video-footer{justify-content:space-between;align-items:center;padding:16px 20px;font-size:13px;font-weight:700;display:flex}.bulletin-video-footer button{color:#e31e24;align-items:center;gap:7px;display:flex}.bulletin-highlights{padding:30px}.bulletin-highlights h2,.bulletin-transcript h2{margin:8px 0 24px;font-size:25px}.bulletin-highlights ul{flex-direction:column;gap:19px;list-style:none;display:flex}.bulletin-highlights li{color:#445064;gap:12px;font-size:14px;line-height:1.55;display:flex}.bulletin-highlights li svg{color:#e31e24;flex:none;margin-top:2px}.bulletin-transcript{max-width:1216px;margin:0 auto 64px;padding:36px}.bulletin-transcript p{color:#465266;white-space:pre-line;font-size:16px;line-height:1.85}.bulletin-disclaimer{color:#667085;background:#fff8f1;border-left:3px solid #f58220;margin-top:28px;padding:16px 18px;font-size:12px;line-height:1.6}.bulletin-state{color:#334155;place-items:center;min-height:100vh;font-weight:700;display:grid}.bulletin-error{text-align:center;align-content:center;gap:15px}.bulletin-error button{color:#fff;background:#e31e24;border-radius:7px;padding:10px 18px}@keyframes bulletin-pulse{50%{opacity:.35}}@media (width<=850px){.bulletin-live{display:none}.bulletin-header{height:74px}.bulletin-logo img{width:165px}.bulletin-hero{height:480px}.bulletin-content{grid-template-columns:1fr;padding:30px 18px}.bulletin-hero-copy{padding:42px 20px}.bulletin-hero p{font-size:15px}.bulletin-meta{flex-wrap:wrap}.bulletin-transcript{margin:0 18px 40px;padding:25px}.bulletin-video-footer{align-items:flex-start;gap:12px}}@media (width<=480px){.bulletin-back{padding:10px;font-size:0}.bulletin-back svg{margin:0}.bulletin-hero h1{font-size:40px}.bulletin-highlights{padding:24px}}.bulletin-video-placeholder:after{background:linear-gradient(#030a180f 28%,#030a18b3)}.bulletin-video-placeholder>img{object-fit:contain;object-position:bottom;mix-blend-mode:multiply;filter:brightness(108%)contrast(108%)drop-shadow(0 8px 20px #0006);max-width:48%;height:92%;bottom:0;left:4%;right:auto}.bulletin-video-placeholder>.bulletin-studio-action{z-index:2;color:#fff;text-align:center;flex-direction:column;align-items:center;gap:10px;margin-left:22%;display:flex;position:relative}.bulletin-studio-action small{color:#d7dfe9;text-transform:uppercase;letter-spacing:.1em;font-size:10px}.bulletin-play-button{text-transform:uppercase;letter-spacing:.08em;background:#e31e24;justify-content:center;align-items:center;gap:13px;min-width:205px;height:52px;padding:0 25px;font-size:13px;font-weight:800;display:flex;box-shadow:0 8px 24px #e31e2452}.bulletin-studio-label,.bulletin-studio-duration{z-index:2;color:#fff;text-transform:uppercase;letter-spacing:.17em;font-size:10px;font-weight:800;position:absolute;bottom:18px}.bulletin-gated-video{position:relative}.bulletin-video-gate{background:#030a186b;place-items:center;display:grid;position:absolute;inset:0}.bulletin-studio-label{background:#071022b8;padding:7px 9px;left:22px}.bulletin-studio-duration{letter-spacing:0;align-items:center;gap:5px;font-size:12px;display:flex;right:22px}.bulletin-video-container-rel{aspect-ratio:16/9;background:#000;width:100%;position:relative;overflow:hidden}.bulletin-live-badge{z-index:20;color:#fff;letter-spacing:.14em;pointer-events:none;background:#e31e24;border-radius:4px;align-items:center;gap:6px;padding:4px 10px;font-size:10px;font-weight:800;display:inline-flex;position:absolute;top:14px;left:16px;box-shadow:0 2px 8px #00000080}.bulletin-live-badge-dot{background:#fff;border-radius:50%;width:6px;height:6px;animation:1.5s infinite live-pulse;display:inline-block}@keyframes live-pulse{0%{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.bulletin-video-ticker-overlay{z-index:20;pointer-events:none;background:#071328f0;border-top:2px solid #e31e24;align-items:center;height:40px;display:flex;position:absolute;bottom:0;left:0;right:0;overflow:hidden}.bulletin-ticker-badge{color:#fff;letter-spacing:.14em;z-index:22;background:#d90429;flex-shrink:0;align-items:center;height:100%;padding:0 16px;font-size:11px;font-weight:800;display:flex;box-shadow:4px 0 12px #0000004d}.bulletin-ticker-track-viewport{flex:1;align-items:center;display:flex;overflow:hidden}.bulletin-ticker-scroll-track{white-space:nowrap;color:#fff;padding-left:20px;font-size:13px;font-weight:600;animation:32s linear infinite video-ticker-scroll;display:flex}.bulletin-ticker-scroll-track span{align-items:center;gap:20px;padding-right:40px;display:inline-flex}.bulletin-ticker-scroll-track b{color:#e31e24;font-size:16px}@keyframes video-ticker-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (width<=640px){.bulletin-video-placeholder>img{max-width:55%;left:-2%}.bulletin-play-button{min-width:170px;height:46px;padding:0 18px;font-size:11px}.bulletin-video-placeholder>.bulletin-studio-action{margin-left:30%}.bulletin-studio-label{bottom:10px;left:12px}.bulletin-studio-duration{bottom:14px;right:12px}.bulletin-video-ticker-overlay{height:34px}.bulletin-ticker-badge{padding:0 10px;font-size:9px}.bulletin-ticker-scroll-track{font-size:11px}}.bulletin-page{background:#f8fafc}.bulletin-page .bulletin-header{border-bottom-color:#cfd7e2;height:76px}.editorial-masthead{background:#f1f4f8;border-bottom:1px solid #cbd5e1;padding:28px clamp(24px,4vw,64px) 20px}.editorial-masthead-grid{grid-template-columns:1fr 360px;align-items:center;gap:40px;max-width:1368px;margin:0 auto;display:grid}.editorial-overline,.editorial-section-heading span{color:#d90429;text-transform:uppercase;letter-spacing:.22em;font-size:10px;font-weight:800;display:block}.editorial-masthead h1{color:#09152a;letter-spacing:-.02em;margin:4px 0 6px;font-family:Georgia,Times New Roman,serif;font-size:clamp(32px,3.5vw,44px);line-height:1.1}.editorial-masthead-grid>div>p{color:#526078;font-family:Georgia,Times New Roman,serif;font-size:16px;font-style:italic}.editorial-search>span:first-child{color:#526078;text-transform:uppercase;letter-spacing:.2em;margin-bottom:9px;font-size:9px;font-weight:800;display:block}.editorial-search-box{color:#64748b;background:#fff;border:1px solid #cfd7e2;align-items:center;gap:10px;height:43px;padding:0 13px;display:flex;box-shadow:0 2px 4px #0f172a14}.editorial-search-box input{width:100%;font:inherit;color:#334155;background:0 0;border:0;outline:0}.editorial-now-covering{color:#536077;border-top:1px solid #cbd5e1;flex-wrap:wrap;align-items:center;gap:12px;max-width:1368px;margin:18px auto 0;padding-top:14px;font-size:13px;display:flex}.editorial-now-covering b{color:#09152a;text-transform:uppercase;letter-spacing:.2em;font-size:9px}.editorial-now-covering strong{color:#09152a}.editorial-latest{max-width:1368px;margin:0 auto;padding:24px 22px 36px}.editorial-section-heading{border-bottom:1px solid #cbd5e1;margin-bottom:18px;padding-bottom:14px}.editorial-section-heading h2{color:#09152a;margin-top:4px;font-family:Georgia,Times New Roman,serif;font-size:26px}.editorial-bulletin-grid{grid-template-columns:minmax(0,1.55fr) minmax(340px,1fr);align-items:start;gap:22px;display:grid}.editorial-video-card{box-shadow:none;border-color:#cfd7e2;border-radius:4px}.editorial-video-card .bulletin-video-placeholder,.editorial-video-card video{aspect-ratio:16/9}.editorial-video-copy{padding:22px}.editorial-video-copy h3{color:#09152a;font-family:Georgia,Times New Roman,serif;font-size:21px;line-height:1.3}.editorial-video-copy>p{color:#59667c;margin:13px 0 20px;font-size:14px;line-height:1.65}.editorial-video-meta{color:#64748b;border-top:1px solid #d6dde7;flex-wrap:wrap;align-items:center;gap:9px;padding-top:15px;font-size:11px;display:flex}.editorial-video-meta strong{color:#09152a}.editorial-video-meta button{color:#d90429;align-items:center;gap:5px;margin-left:auto;font-weight:700;display:flex}.editorial-sidebar{flex-direction:column;gap:18px;display:flex}.editorial-topics,.editorial-glance{background:#f1f4f8;border:1px solid #cfd7e2;padding:24px}.editorial-topics h3,.editorial-glance h3{color:#5b6373;text-transform:uppercase;letter-spacing:.12em;margin-bottom:8px;font-family:Georgia,Times New Roman,serif;font-size:13px}.editorial-topic{border-bottom:1px solid #ccd5e0;padding:13px 0}.editorial-topic:last-child{border-bottom:0}.editorial-topic span{color:#d90429;text-transform:uppercase;letter-spacing:.18em;margin-bottom:5px;font-size:8px;font-weight:800;display:block}.editorial-topic strong{color:#101828;font-size:13px;line-height:1.45;display:block}.editorial-glance{background:#fff}.editorial-glance>div{grid-template-columns:repeat(3,1fr);gap:9px;display:grid}.editorial-glance>div>span{text-align:center;color:#657187;text-transform:uppercase;letter-spacing:.14em;background:#f1f4f8;padding:14px 5px;font-size:8px;font-weight:700}.editorial-glance b{color:#09152a;margin-bottom:5px;font-family:Georgia,Times New Roman,serif;font-size:28px;line-height:1.1;display:block}.bulletin-page .bulletin-transcript{max-width:1324px;box-shadow:none;border-color:#cfd7e2;border-radius:3px}.editorial-breaking{color:#fff;background:#071328;border-radius:3px;max-width:1324px;height:44px;margin:0 auto 38px;display:flex;overflow:hidden}.editorial-breaking>strong{z-index:2;text-transform:uppercase;letter-spacing:.16em;background:#d90429;flex:none;align-items:center;gap:8px;min-width:132px;padding:0 18px;font-size:10px;display:flex;position:relative}.editorial-breaking>strong span{color:#ff637b;font-size:9px}.editorial-breaking-viewport{flex:1;align-items:center;display:flex;overflow:hidden}.editorial-breaking-track{white-space:nowrap;width:max-content;animation:38s linear infinite editorial-ticker;display:flex}.editorial-breaking-track span{align-items:center;gap:25px;padding-right:42px;font-size:13px;font-weight:600;display:inline-flex}.editorial-breaking-track b{color:#e31e24;font-size:18px}.editorial-breaking:hover .editorial-breaking-track{animation-play-state:paused}@keyframes editorial-ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}.editorial-highlights-grid{grid-template-columns:repeat(3,1fr);gap:22px;display:grid}@media (width<=1024px){.editorial-highlights-grid{grid-template-columns:repeat(2,1fr);gap:16px}}@media (width<=900px){.editorial-masthead-grid{grid-template-columns:1fr;gap:28px}.editorial-bulletin-grid{grid-template-columns:1fr}.editorial-masthead{padding-top:32px}.editorial-masthead h1{font-size:38px}}@media (width<=640px){.editorial-highlights-grid{grid-template-columns:1fr;gap:16px}.editorial-masthead{padding:24px 16px}.editorial-latest{padding:24px 14px}.editorial-highlights-section{padding-left:14px!important;padding-right:14px!important}.editorial-masthead h1{font-size:30px;line-height:1.15}.editorial-masthead-grid>div>p{font-size:15px}.editorial-video-copy{padding:16px}.editorial-video-copy h3{font-size:20px}.editorial-glance>div{grid-template-columns:repeat(3,1fr)}.editorial-search{display:none}.editorial-breaking{height:38px;margin:0 12px 24px}.editorial-breaking>strong{min-width:95px;padding:0 10px;font-size:9px}}.bulletin-signup-overlay{z-index:1000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#060f1ec2;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.bulletin-signup-modal{background:#f4f7fb;border-top:5px solid #e31e24;border-radius:10px;width:min(820px,100%);max-height:92vh;padding:40px;position:relative;overflow:auto;box-shadow:0 30px 80px #0006}.bulletin-signup-close{color:#475569;cursor:pointer;background:#e2e8f0;border:none;border-radius:50%;place-items:center;width:40px;height:40px;display:grid;position:absolute;top:20px;right:22px}.bulletin-signup-close:hover{background:#cbd5e1}.bulletin-signup-intro span{color:#e31e24;text-transform:uppercase;letter-spacing:.2em;font-size:12px;font-weight:800}.bulletin-signup-intro h2{color:#101a2d;margin:8px 0 12px;font-family:Georgia,Times New Roman,serif;font-size:36px;line-height:1.2}.bulletin-signup-intro p{color:#475569;margin-bottom:28px;font-size:16px;line-height:1.65}.bulletin-signup-modal form{background:#fff;border:1px solid #d8e0e9;border-radius:8px;padding:30px;box-shadow:0 4px 14px #0f172a0d}.bulletin-signup-modal label,.bulletin-signup-modal legend{color:#1e293b;font-size:14px;font-weight:700;display:block}.bulletin-signup-modal small{color:#64748b;font-size:13px;font-weight:400}.bulletin-signup-modal b{color:#e31e24}.bulletin-signup-modal input,.bulletin-signup-modal select{color:#0f172a;background:#fff;border:1px solid #cbd5e1;border-radius:6px;outline:none;width:100%;height:48px;margin-top:8px;padding:0 14px;font-size:15px;box-shadow:0 2px 4px #0f172a0a}.bulletin-signup-modal input:focus,.bulletin-signup-modal select:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26}.signup-row{grid-template-columns:1fr 1fr;gap:18px;margin:18px 0;display:grid}.signup-wide{margin-bottom:20px}.bulletin-signup-modal fieldset{border:0;margin:6px 0 22px;padding:0}.signup-interests{flex-wrap:wrap;gap:9px;margin-top:12px;display:flex}.signup-interests button{color:#334155;cursor:pointer;background:#f8fafc;border:1px solid #cbd5e1;border-radius:6px;padding:10px 15px;font-size:13px;font-weight:600}.signup-interests button.selected{color:#fff;background:#0f172a;border-color:#0f172a}.signup-submit{color:#fff;cursor:pointer;background:#0f172a;border:none;border-radius:6px;align-items:center;gap:10px;min-height:50px;margin-top:6px;padding:0 28px;font-size:15px;font-weight:700;display:inline-flex}.signup-submit:hover{background:#e31e24}.signup-consent{color:#64748b;margin-top:16px;font-size:12px;line-height:1.6}.signup-error{color:#b91c1c;background:#fef2f2;border:1px solid #fca5a5;border-radius:6px;margin-bottom:14px;padding:12px;font-size:13px}@media (width<=620px){.bulletin-signup-modal{padding:28px 20px}.bulletin-signup-modal form{padding:20px}.signup-row{grid-template-columns:1fr}.bulletin-signup-intro h2{font-size:28px}}.bulletin-promo{background:#f2f5f9;border-bottom:1px solid #e2e8f0;padding:52px 24px 58px}.bulletin-promo-inner{grid-template-columns:minmax(0,.98fr) minmax(520px,1.08fr);align-items:center;gap:58px;max-width:1390px;margin:0 auto;display:grid}.bulletin-promo-copy{padding:8px 0}.bulletin-promo-kicker{color:#e31e24;text-transform:uppercase;letter-spacing:.2em;align-items:center;gap:7px;margin-bottom:16px;font-size:11px;font-weight:800;display:flex}.bulletin-promo-copy h1{color:#101a2d;letter-spacing:-.035em;max-width:660px;margin:0 0 24px;font-family:Georgia,Times New Roman,serif;font-size:clamp(42px,4.15vw,66px);font-weight:700;line-height:.98}.bulletin-promo-copy p{color:#526078;max-width:660px;margin-bottom:30px;font-size:17px;line-height:1.72}.bulletin-promo-actions{flex-wrap:wrap;gap:12px;display:flex}.bulletin-promo-primary,.bulletin-promo-secondary{border-radius:5px;justify-content:center;align-items:center;gap:13px;min-height:46px;padding:0 24px;font-size:14px;font-weight:700;display:inline-flex;box-shadow:0 2px 5px #0f172a1a}.bulletin-promo-primary{color:#fff;background:#172844;min-width:286px}.bulletin-promo-primary:hover{background:#e31e24;transform:translateY(-1px)}.bulletin-promo-secondary{color:#111827;background:#fff;border:1px solid #d6dde7;min-width:195px}.bulletin-promo-secondary:hover{border-color:#172844}.bulletin-promo-feature{background-image:var(--promo-image);text-align:left;background-position:50%;background-size:cover;border-radius:4px;width:100%;height:420px;position:relative;overflow:hidden;box-shadow:0 14px 36px #0f172a21}.bulletin-promo-feature:hover{transform:translateY(-3px);box-shadow:0 20px 45px #0f172a2e}.bulletin-promo-feature:hover .bulletin-promo-enter{gap:13px}.bulletin-promo-overlay{background:linear-gradient(#050f2114 18%,#050f21ad 55%,#050f21fa 100%);position:absolute;inset:0}.bulletin-promo-card-copy{z-index:1;color:#fff;flex-direction:column;align-items:flex-start;display:flex;position:absolute;bottom:27px;left:28px;right:28px}.bulletin-promo-badge{text-transform:uppercase;letter-spacing:.18em;background:#e31e24;margin-bottom:12px;padding:7px 11px;font-size:10px;font-weight:800}.bulletin-promo-card-copy strong{letter-spacing:-.025em;font-family:Georgia,Times New Roman,serif;font-size:31px;line-height:1.08}.bulletin-promo-date{color:#e4eaf1;margin-top:12px;font-size:14px;font-weight:600}.bulletin-promo-enter{text-transform:uppercase;letter-spacing:.18em;align-items:center;gap:8px;margin-top:20px;font-size:10px;font-weight:800;transition:gap .2s;display:flex}@media (width<=1050px){.bulletin-promo-inner{grid-template-columns:1fr;gap:38px}.bulletin-promo-copy h1,.bulletin-promo-copy p{max-width:780px}.bulletin-promo-feature{height:420px}}@media (width<=640px){.bulletin-promo{padding:34px 18px 40px}.bulletin-promo-inner{gap:28px}.bulletin-promo-copy h1{font-size:42px}.bulletin-promo-copy h1 br{display:none}.bulletin-promo-copy p{font-size:15px}.bulletin-promo-actions{grid-template-columns:1fr;width:100%;display:grid}.bulletin-promo-primary,.bulletin-promo-secondary{width:100%;min-width:0}.bulletin-promo-feature{height:360px}.bulletin-promo-card-copy{bottom:22px;left:20px;right:20px}.bulletin-promo-card-copy strong{font-size:26px}.bulletin-promo-date{font-size:12px}}.about-page-wrapper{background-color:#f8fafc;flex-direction:column;min-height:100vh;display:flex}.about-hero-section{background:linear-gradient(#f1f5f9 0%,#f8fafc 100%);border-bottom:1px solid #cbd5e1;padding:2rem 1.5rem}.about-hero-container{max-width:1280px;margin:0 auto}.about-back-btn{color:#334155;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:6px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.5rem 1rem;font-size:.85rem;font-weight:600;transition:all .2s;display:inline-flex}.about-back-btn:hover{color:#0f172a;background:#f1f5f9}.about-hero-grid{grid-template-columns:1.1fr .9fr;align-items:center;gap:3.5rem;display:grid}.about-overline{color:#d90429;text-transform:uppercase;letter-spacing:.2em;margin-bottom:.75rem;font-size:.78rem;font-weight:800;display:inline-block}.about-main-title{color:#09152a;margin-bottom:1.5rem;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.5rem,4vw,3.6rem);line-height:1.15}.about-main-title .highlight-text{color:#d90429;font-style:italic}.about-lead-paragraph{color:#334155;margin-bottom:1.25rem;font-family:Georgia,Times New Roman,serif;font-size:1.25rem;font-weight:450;line-height:1.6}.about-secondary-paragraph{color:#475569;margin-bottom:2rem;font-size:1rem;line-height:1.7}.about-pills-row{flex-wrap:wrap;gap:.75rem;display:flex}.about-pill{color:#1e293b;background:#fff;border:1px solid #e2e8f0;border-radius:20px;align-items:center;gap:.4rem;padding:.45rem .85rem;font-size:.82rem;font-weight:600;display:flex;box-shadow:0 2px 6px #0f172a0a}.about-hero-media{position:relative}.about-img-frame{border:4px solid #fff;border-radius:16px;position:relative;overflow:hidden;box-shadow:0 20px 40px #0f172a1f}.about-hero-img{object-fit:cover;width:100%;height:420px;display:block}.about-img-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;background:#0f172ae0;border:1px solid #ffffff26;border-radius:10px;align-items:center;gap:.85rem;padding:1rem 1.25rem;display:flex;position:absolute;bottom:1.25rem;left:1.25rem;right:1.25rem}.about-img-badge strong{font-size:.92rem;display:block}.about-img-badge small{color:#94a3b8;font-size:.78rem}.about-vision-section{max-width:1280px;margin:0 auto;padding:2.5rem 1.5rem 1.5rem}.about-section-header{text-align:center;max-width:680px;margin:0 auto 2.5rem}.about-section-header h2{color:#09152a;margin-bottom:.5rem;font-family:Georgia,Times New Roman,serif;font-size:2.4rem}.about-section-header p{color:#64748b;font-size:1rem}.about-pillars-grid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:2rem;display:grid}.about-pillar-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:2.25rem 1.75rem;transition:all .3s;position:relative;box-shadow:0 8px 24px #0f172a0d}.about-pillar-card:hover{border-color:#cbd5e1;transform:translateY(-4px);box-shadow:0 16px 36px #0f172a1a}.about-pillar-card.active-pillar{background:linear-gradient(#fff 0%,#fff5f5 100%);border-color:#d90429}.pillar-icon-box{border-radius:12px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:1.5rem;display:flex}.pillar-enlighten{background:#0284c7}.pillar-entice{background:#d90429}.pillar-envisage{background:#0f172a}.about-pillar-card h3{color:#09152a;margin-bottom:.25rem;font-family:Georgia,Times New Roman,serif;font-size:1.75rem}.pillar-tagline{color:#d90429;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem;font-size:.9rem;font-weight:700}.pillar-desc{color:#475569;font-size:.92rem;line-height:1.6}.about-slogan-banner{text-align:center;color:#fff;background:linear-gradient(135deg,#09152a 0%,#1e293b 100%);border:1px solid #334155;border-radius:16px;padding:2.25rem 2rem;box-shadow:0 16px 32px #09152a33}.slogan-content h3{letter-spacing:-.02em;margin-bottom:.5rem;font-family:Georgia,Times New Roman,serif;font-size:2.8rem}.slogan-content p{color:#d90429;font-family:Georgia,Times New Roman,serif;font-size:1.4rem;font-style:italic;font-weight:600}@media (width<=992px){.about-hero-grid{grid-template-columns:1fr;gap:2.5rem}.about-pillars-grid{grid-template-columns:1fr;gap:1.5rem}.about-main-title{font-size:2.4rem}}.scientice-app{flex-direction:column;min-height:100vh;display:flex}.main-content-section{width:100%;max-width:1440px;margin:0 auto;padding:2rem 1.5rem}.grid-container{grid-template-columns:repeat(5,minmax(0,1fr));align-items:stretch;gap:1.15rem;display:grid}@media (width<=1320px){.grid-container{grid-template-columns:repeat(3,1fr)}}@media (width<=900px){.grid-container{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.grid-container{grid-template-columns:1fr}}
