:root{--color-bg:#fff;--color-surface:#f7f5ef;--color-text:#1e1e1e;--color-text-secondary:#5f6368;--color-accent:#0f7a5a;--color-accent-dark:#064e3b;--color-gold:#c9a227;--color-gold-light:#f3e7b3;--color-border:#e5e2d8}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{width:100%;min-height:100%}body{color:#0f172a;background:#fff;margin:0;font-family:Arial,Helvetica,sans-serif}h1,h2,h3,h4,p,span,strong,a,button{color:inherit}*{box-sizing:border-box}.site{background-color:var(--color-bg);min-height:100vh;overflow-x:hidden}.navbar{z-index:50;border-bottom:1px solid var(--color-border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background-color:#fffffff7;justify-content:space-between;align-items:center;padding:22px 7%;display:flex;position:sticky;top:0}.brand{color:var(--color-text);cursor:pointer;background:0 0;border:none;align-items:center;gap:12px;font-size:1.2rem;font-weight:900;display:flex}.brand-mark{background:var(--color-accent);color:#fff;border-radius:14px;place-items:center;width:44px;height:44px;font-weight:900;display:grid}.nav-links{gap:28px;display:flex}.nav-links a,.nav-links button{color:var(--color-text-secondary);cursor:pointer;background:0 0;border:none;font-weight:700;text-decoration:none}.nav-links a:hover,.nav-links button:hover{color:var(--color-accent)}.nav-more{align-items:center;display:flex;position:relative}.nav-more-toggle{align-items:center;gap:4px;display:inline-flex}.nav-more-caret{font-size:.7em;line-height:1;transition:transform .15s}.nav-more-open .nav-more-caret{transform:rotate(180deg)}.nav-more-menu{border:1px solid var(--color-border);z-index:60;background:#fff;border-radius:14px;flex-direction:column;gap:2px;min-width:190px;padding:8px;display:none;position:absolute;top:calc(100% + 14px);right:0;box-shadow:0 16px 40px #0f172a29}.nav-more-open .nav-more-menu{display:flex}.nav-links .nav-more-menu button{text-align:left;width:100%;color:var(--color-text-secondary);white-space:nowrap;border-radius:10px;padding:10px 12px}.nav-links .nav-more-menu button:hover{color:var(--color-accent);background:#0f7a5a14}.nav-cta{color:#fff;background:var(--color-accent);cursor:pointer;border:none;border-radius:999px;padding:12px 20px;font-weight:800;transition:background .18s}.nav-cta:hover{background:var(--color-accent-dark)}.nav-right{flex-shrink:0;align-items:center;gap:12px;display:flex}.hamburger-btn{border:1px solid var(--color-border);cursor:pointer;background:0 0;border-radius:10px;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;padding:6px;display:none}.ham-bar{background:var(--color-text-secondary);transform-origin:50%;border-radius:2px;width:100%;height:2px;transition:transform .25s,opacity .25s;display:block}.ham-bar.ham-open:first-child{transform:translateY(7px)rotate(45deg)}.ham-bar.ham-open:nth-child(2){opacity:0}.ham-bar.ham-open:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.nav-mobile-close,.nav-mobile-overlay{display:none}.back-bar{flex-wrap:wrap;align-items:center;gap:10px;padding:26px 7% 0;display:flex}.back-bar button{color:#334155;cursor:pointer;background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;padding:12px 20px;font-family:inherit;font-weight:900}.back-bar-secondary{background-color:#fff}.eyebrow{color:var(--color-accent);letter-spacing:2px;background-color:#0f7a5a1a;border-radius:999px;margin-bottom:18px;padding:6px 14px;font-size:.75rem;font-weight:900;display:inline-block}.hero,.studynest-hero{grid-template-columns:1.05fr .95fr;align-items:center;gap:55px;padding:90px 7%;display:grid}.hero h1,.studynest-hero h1{letter-spacing:-2px;color:#0f172a;margin-bottom:24px;font-size:clamp(2.8rem,5.5vw,5.2rem);line-height:1.05}.hero-text{color:#475569;max-width:720px;font-size:1.1rem;line-height:1.8}.hero-actions{flex-wrap:wrap;gap:14px;margin-top:32px;display:flex}.primary-btn,.secondary-btn{cursor:pointer;border:none;border-radius:14px;padding:14px 24px;font-size:.95rem;font-weight:900;text-decoration:none;display:inline-block}.primary-btn{color:#fff;background:var(--color-accent)}.secondary-btn{color:var(--color-text);background-color:var(--color-bg);border:1px solid var(--color-border)}.primary-btn:hover,.secondary-btn:hover,.nav-cta:hover,.product-card button:hover,.article-card button:hover{transform:translateY(-2px)}.hero-stats{grid-template-columns:repeat(3,1fr);gap:18px;margin-top:40px;display:grid}.hero-stats div{background-color:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:20px}.hero-stats strong{color:#0f172a;font-size:2rem;display:block}.hero-stats span{color:#64748b;font-size:.9rem}.hero-panel{background:#fff;border:1.5px solid #bfdbfe;border-radius:24px;padding:24px;position:relative;overflow:hidden;box-shadow:0 12px 44px #2563eb1a,0 1px 4px #0000000a}.hero-panel:before{content:"";background:linear-gradient(90deg,#2563eb,#7c3aed,#38bdf8);border-radius:24px 24px 0 0;height:3px;position:absolute;top:0;left:0;right:0}.hero-panel h3{color:#64748b;letter-spacing:.1em;text-transform:uppercase;margin:6px 0 14px;font-size:.72rem;font-weight:900}.ecosystem-item{cursor:pointer;text-align:left;background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;align-items:center;gap:12px;width:100%;margin-bottom:8px;padding:11px 12px;font-family:inherit;transition:background .18s,border-color .18s,box-shadow .18s,transform .14s;display:flex}.ecosystem-item:hover{background:#eff6ff;border-color:#93c5fd;transform:translateY(-1px);box-shadow:0 3px 14px #2563eb1a}.ecosystem-item:last-child{margin-bottom:0}.ecosystem-item-badge{letter-spacing:.03em;background:linear-gradient(135deg,#2563eb,#7c3aed);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:.72rem;font-weight:900;display:flex;color:#fff!important}.ecosystem-item-info{flex:1;min-width:0}.ecosystem-item strong{color:#0f172a;font-size:.9rem;font-weight:900;line-height:1.3;display:block}.ecosystem-item-info span{color:#64748b;margin-top:1px;font-size:.78rem;display:block}.ecosystem-item-arrow{color:#cbd5e1;flex-shrink:0;font-size:.85rem;transition:color .18s,transform .18s}.ecosystem-item:hover .ecosystem-item-arrow{color:#2563eb;transform:translate(2px)}.section{padding:100px 7%}.section-heading{text-align:center;max-width:820px;margin:0 auto 55px}.section-heading h2,.section-heading h1{color:var(--color-text);margin-bottom:18px;font-size:clamp(2.2rem,4vw,3.4rem);line-height:1.1}.section-heading p{color:var(--color-text-secondary);font-size:1rem;line-height:1.8}.not-found-page .section{text-align:center;flex-direction:column;justify-content:center;align-items:center;max-width:620px;min-height:58vh;margin:0 auto;display:flex}.not-found-page h1{color:var(--color-text);margin:6px 0 14px;font-size:clamp(2.4rem,5vw,3.6rem);line-height:1.1}.not-found-page .section>p:not(.eyebrow){color:var(--color-text-secondary);max-width:460px;margin:0 0 28px;font-size:1.05rem;line-height:1.7}.not-found-page .article-actions{justify-content:center;display:flex}.blog-section,.showcase-section,.pricing-section{background-color:var(--color-surface)}.product-grid,.article-grid,.pricing-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px;display:grid}.product-card,.article-card,.pricing-card,.showcase-card{background:var(--color-bg);border:1px solid var(--color-border);border-radius:24px;padding:28px;box-shadow:0 4px 20px #0000000f}.product-card{transition:transform .25s,border-color .25s,box-shadow .25s}.product-card:hover{border-color:#bfdbfe;transform:translateY(-6px);box-shadow:0 16px 48px #2563eb1f}.product-card h3,.article-card h3,.pricing-card h3,.showcase-card h3{color:var(--color-text);margin-bottom:10px;font-size:1.4rem}.product-card p,.article-card p,.pricing-card p,.showcase-card p{color:var(--color-text-secondary);font-size:.95rem;line-height:1.7}.product-card button,.article-card button,.article-card-action{border:1px solid var(--color-border);background-color:var(--color-surface);width:100%;color:var(--color-text);text-align:center;cursor:pointer;border-radius:14px;margin-top:22px;padding:13px 20px;font-size:.9rem;font-weight:900;text-decoration:none;transition:transform .2s,background-color .2s;display:block}.product-icon{background-color:#38bdf81f;border-radius:16px;place-items:center;width:56px;height:56px;margin-bottom:16px;font-size:1.7rem;display:grid}.product-category{color:var(--color-accent);letter-spacing:1px;margin-bottom:10px;font-size:.8rem;font-weight:900}.article-card span{color:var(--color-accent);letter-spacing:1px;margin-bottom:10px;font-size:.8rem;font-weight:900;display:inline-block}.newsletter-card{text-align:center;background-color:var(--color-bg);border:1px solid var(--color-border);border-radius:28px;max-width:920px;margin:0 auto;padding:54px;box-shadow:0 8px 32px #0000000f}.newsletter-card h2{color:var(--color-text);margin-bottom:18px;font-size:clamp(1.9rem,3.5vw,3rem);line-height:1.15}.signup-form{gap:12px;max-width:560px;margin-top:28px;margin-left:auto;margin-right:auto;display:flex}.signup-form input{color:#0f172a;background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;flex:1;padding:15px 18px;font-size:1rem}.signup-form input::placeholder{color:#475569}.signup-form button{color:#fff;background:var(--color-accent);cursor:pointer;white-space:nowrap;border:none;border-radius:14px;padding:14px 24px;font-weight:900}.app-preview{background-color:#fff;border:1px solid #e2e8f0;border-radius:24px;padding:28px;box-shadow:0 8px 32px #00000012}.preview-header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.preview-header h3{color:#0f172a;font-size:1.1rem}.preview-header button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2563eb,#7c3aed);border:none;border-radius:12px;padding:10px 16px;font-size:.85rem;font-weight:700}.preview-grid{grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:16px;display:grid}.preview-grid div{background-color:#f1f5f9;border-radius:14px;padding:16px}.preview-grid strong{color:#0f172a;margin-bottom:2px;font-size:1.4rem;display:block}.preview-grid span{color:#2563eb;font-size:.82rem;font-weight:700}.preview-note{background-color:#f1f5f9;border-radius:16px;padding:18px}.preview-note p{color:#2563eb;letter-spacing:1px;margin-bottom:6px;font-size:.8rem;font-weight:900}.preview-note h4{color:#0f172a;margin-bottom:8px}.preview-note span{color:#64748b;font-size:.9rem;line-height:1.6}.showcase-grid{grid-template-columns:1fr 1fr;gap:24px;display:grid}.chat-user,.chat-ai,.flashcard-preview{border-radius:14px;margin-top:14px;padding:16px;line-height:1.6}.chat-user{color:#1e293b;background-color:#2563eb14}.chat-ai,.flashcard-preview{color:#334155;background-color:#f1f5f9}.dashboard-grid{grid-template-columns:repeat(2,1fr);gap:28px;display:grid}.dashboard-card{background:#fff;border:1px solid #e2e8f0;border-radius:28px;padding:30px;transition:transform .25s,border-color .25s,box-shadow .25s;position:relative;overflow:hidden;box-shadow:0 4px 24px #0000000f}.dashboard-card:before{content:"";background:linear-gradient(90deg,#0000,#2563eb08,#0000);transition:transform .6s;position:absolute;inset:0;transform:translate(-100%)}.dashboard-card:hover{border-color:#bfdbfe;transform:translateY(-7px);box-shadow:0 16px 48px #2563eb1a}.dashboard-card:hover:before{transform:translate(100%)}.dashboard-header{z-index:1;justify-content:space-between;align-items:center;margin-bottom:24px;display:flex;position:relative}.dashboard-header h3{color:#0f172a;margin:0;font-size:1.35rem}.dashboard-header span{color:#38bdf8;letter-spacing:1px;text-transform:uppercase;background-color:#38bdf81f;border-radius:999px;padding:7px 11px;font-size:.72rem;font-weight:900}.dashboard-stats{z-index:1;grid-template-columns:repeat(2,1fr);gap:15px;margin-bottom:18px;display:grid;position:relative}.dashboard-stats div{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:18px}.dashboard-stats strong{color:#0f172a;margin-bottom:4px;font-size:1.55rem;display:block}.dashboard-stats p{color:#2563eb;margin:0;font-size:.82rem;font-weight:700}.price{color:#0f172a;margin:14px 0;font-size:2rem;font-weight:900}.featured{border-color:#38bdf880!important}.footer{color:#475569;border-top:1px solid #e2e8f0;padding:36px 7%;font-size:.9rem}h1,h2,h3,h4,h5,h6{color:var(--color-text)}p{color:var(--color-text-secondary)}a{color:inherit;text-decoration:none}.contact-form{flex-direction:column;gap:20px;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:20px;display:grid}.form-group{flex-direction:column;gap:8px;display:flex}.form-label{color:#64748b;letter-spacing:.5px;text-transform:uppercase;font-size:.83rem;font-weight:700}.form-input{color:#0f172a;appearance:none;background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;outline:none;width:100%;padding:13px 16px;font-family:inherit;font-size:.95rem;transition:border-color .2s}.form-input:focus{background-color:#fff;border-color:#93c5fd}.form-input::placeholder{color:#475569}.form-textarea{resize:vertical;min-height:148px;line-height:1.7}.contact-submit{text-align:center;width:100%;margin-top:6px;display:block}.blog-featured{background-color:#fff;border:1px solid #e2e8f0;border-radius:28px;grid-template-columns:1.45fr .55fr;align-items:center;gap:44px;padding:44px;display:grid;box-shadow:0 8px 32px #0000000f}.blog-categories{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.blog-category-pill{color:#64748b;cursor:pointer;background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:999px;align-items:center;gap:8px;padding:11px 22px;font-size:.88rem;font-weight:700;text-decoration:none;transition:border-color .2s,color .2s,background-color .2s;display:inline-flex}.blog-category-pill:hover{color:var(--color-accent);background-color:#0f7a5a12;border-color:#0f7a5a59}@media (width<=900px){.hero,.studynest-hero,.showcase-grid,.dashboard-grid,.blog-featured{grid-template-columns:1fr}.nav-links{display:none}.nav-more,.nav-more-menu,.nav-more-open .nav-more-menu{display:contents}.nav-more-toggle{display:none}.nav-links.nav-mobile-open{border-left:1px solid var(--color-border);z-index:400;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffffc;flex-direction:column;gap:4px;width:min(300px,82vw);height:100dvh;padding:24px 20px 40px;animation:.22s mobileNavIn;display:flex;position:fixed;top:0;right:0;overflow-y:auto}@keyframes mobileNavIn{0%{opacity:.6;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.nav-links.nav-mobile-open button{text-align:left;width:100%;color:var(--color-text);cursor:pointer;background:0 0;border:none;border-radius:10px;padding:13px 16px;font-size:.95rem;font-weight:700;transition:background .15s,color .15s}.nav-links.nav-mobile-open button:hover{color:var(--color-accent);background:#0f7a5a14}.nav-mobile-close{height:32px;color:var(--color-text-secondary);cursor:pointer;flex-shrink:0;justify-content:center;align-self:flex-end;align-items:center;margin-bottom:12px;font-size:1rem;border:1px solid var(--color-border)!important;background:var(--color-surface)!important;border-radius:50%!important;width:32px!important;padding:0!important;display:flex!important}.nav-mobile-close:before{content:"×";font-size:1.35rem;line-height:1}.hamburger-btn{display:flex}.nav-mobile-overlay{z-index:399;background:#0000008c;display:block;position:fixed;inset:0}.signup-form{flex-direction:column}.hero-stats{grid-template-columns:repeat(3,1fr)}.dashboard-header{flex-direction:column;align-items:flex-start;gap:12px}}@media (width<=600px){.section{padding:70px 5%}.hero,.studynest-hero{grid-template-columns:1fr;padding:60px 5%}.hero-panel{max-width:480px}.hero-stats,.dashboard-stats,.preview-grid{grid-template-columns:1fr 1fr}.navbar{padding:18px 5%}.nav-cta{display:none}.newsletter-card{padding:34px 22px}.dashboard-card{padding:22px}}@media (width<=420px){.hero-stats,.dashboard-stats,.preview-grid{grid-template-columns:1fr}}.section-action{justify-content:center;margin-top:34px;display:flex}.dashboard-icon{place-items:center;margin-right:10px;display:inline-grid}.ecosystem-showcase-section{background-color:#f8fafc}.ecosystem-showcase-stack{flex-direction:column;gap:34px;display:flex}.ecosystem-showcase-row{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(135deg,#0f172ac7,#0f172a70),#ffffff0a;border:1px solid #ffffff1c;border-radius:28px;grid-template-columns:.9fr 1.1fr;align-items:center;gap:34px;padding:32px;display:grid;box-shadow:0 24px 70px #00000059}.ecosystem-showcase-row.is-reversed{grid-template-columns:1.1fr .9fr}.ecosystem-showcase-row.is-reversed .ecosystem-copy{order:2}.ecosystem-copy h3{margin-bottom:12px;font-size:clamp(1.7rem,3vw,2.5rem)}.ecosystem-copy p{line-height:1.8}.showcase-feature-list{flex-wrap:wrap;gap:10px;margin-top:24px;display:flex}.showcase-feature-list span{color:#dbeafe;background:#38bdf81a;border:1px solid #38bdf82e;border-radius:999px;padding:9px 13px;font-size:.82rem;font-weight:800}.showcase-mockup{background:radial-gradient(circle at 20% 0,#38bdf82e,#0000 34%),linear-gradient(135deg,#0f172af5,#020617f5);border:1px solid #ffffff1f;border-radius:24px;min-height:340px;overflow:hidden;box-shadow:inset 0 1px #ffffff0f,0 26px 70px #0000006b}.showcase-mockup-emerald{background:radial-gradient(circle at 20% 0,#10b98133,#0000 34%),linear-gradient(135deg,#0f172af5,#020617f5)}.showcase-mockup-violet{background:radial-gradient(circle at 20% 0,#7c3aed38,#0000 34%),linear-gradient(135deg,#0f172af5,#020617f5)}.showcase-mockup-amber{background:radial-gradient(circle at 20% 0,#f59e0b33,#0000 34%),linear-gradient(135deg,#0f172af5,#020617f5)}.showcase-mockup-blue{background:radial-gradient(circle at 20% 0,#3b82f638,#0000 34%),linear-gradient(135deg,#0f172af5,#020617f5)}.mockup-topbar{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:16px 18px;display:flex}.mockup-topbar div{gap:7px;display:flex}.mockup-topbar span{background:#94a3b88c;border-radius:999px;width:10px;height:10px}.mockup-topbar p{color:#334155;margin:0;font-size:.82rem;font-weight:900}.mockup-body{grid-template-columns:96px 1fr;min-height:286px;display:grid}.mockup-sidebar{background:#02061757;border-right:1px solid #ffffff14;flex-direction:column;gap:12px;padding:18px 14px;display:flex}.mockup-sidebar strong{color:#fff;background:linear-gradient(135deg,#38bdf8,#7c3aed);border-radius:12px;place-items:center;width:40px;height:40px;font-size:.8rem;display:grid}.mockup-sidebar span{color:#475569;font-size:.73rem;font-weight:800}.mockup-main{grid-template-columns:.85fr 1.15fr;gap:14px;padding:18px;display:grid}.mockup-metric-card,.mockup-activity-card,.mockup-chart-card,.blog-featured-panel,.article-content-card{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffff0f;border:1px solid #ffffff1a;border-radius:18px}.mockup-metric-card{padding:18px}.mockup-metric-card p,.mockup-activity-card p{color:#475569;margin:0 0 8px;font-size:.78rem;font-weight:800}.mockup-metric-card strong{color:#fff;font-size:2rem}.mockup-activity-card{grid-column:span 1;padding:18px}.mockup-activity-card strong{color:#334155;font-size:.95rem;line-height:1.5}.mockup-chart-card{flex-direction:column;grid-column:1/-1;gap:14px;padding:18px;display:flex}.mockup-bar-row{grid-template-columns:76px 1fr;align-items:center;gap:12px;display:grid}.mockup-bar-row span{color:#334155;font-size:.78rem;font-weight:800}.mockup-bar-row div{background:#0f172ad9;border-radius:999px;height:10px;overflow:hidden}.mockup-bar-row i{border-radius:inherit;background:linear-gradient(90deg,#38bdf8,#7c3aed);height:100%;display:block}.blog-page .section-heading h2,.article-page .article-hero h1{max-width:980px;margin-left:auto;margin-right:auto}.blog-hero-section{padding-bottom:46px}.blog-hero-copy{margin-bottom:0}.blog-featured-section{padding-top:0}.blog-featured-clickable h2{margin-bottom:18px;font-size:clamp(1.8rem,3vw,2.7rem);line-height:1.15}.article-thumb{background:radial-gradient(circle at 18% 20%,#ffffff40,#0000 24%),linear-gradient(135deg,#38bdf857,#7c3aed47);border:1px solid #ffffff21;border-radius:20px;min-height:132px;margin-bottom:20px;padding:20px;display:grid;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff29}.article-thumb:after{content:"";background:#ffffff1f;border-radius:999px;height:120px;position:absolute;inset:auto -20% -50% 28%;transform:rotate(-12deg)}.article-thumb span{z-index:1;color:#fff;letter-spacing:.5px;background:#02061757;border-radius:15px;place-items:center;width:48px;height:48px;margin:0 0 auto;font-size:.85rem;font-weight:1000;display:grid;position:relative}.article-thumb strong{z-index:1;color:#fff;align-self:end;font-size:.95rem;line-height:1.25;position:relative}.article-thumb-featured{max-width:520px;min-height:180px}.article-thumb-panel{min-height:220px;margin-bottom:10px}.article-thumb-hero{text-align:left;max-width:820px;min-height:240px;margin:34px auto 0}.article-thumb[data-category=real-estate-technology]{background:radial-gradient(circle at 18% 20%,#ffffff38,#0000 24%),linear-gradient(135deg,#2563eb6b,#14b8a640)}.article-thumb[data-category=education-technology]{background:radial-gradient(circle at 18% 20%,#ffffff3d,#0000 24%),linear-gradient(135deg,#38bdf86b,#6366f142)}.article-thumb[data-category=healthcare-technology]{background:radial-gradient(circle at 18% 20%,#ffffff3d,#0000 24%),linear-gradient(135deg,#10b9816b,#0ea5e93d)}.article-thumb[data-category=construction-technology]{background:radial-gradient(circle at 18% 20%,#ffffff38,#0000 24%),linear-gradient(135deg,#f59e0b6b,#7c3aed3d)}.article-thumb[data-category=robotics-and-automation]{background:radial-gradient(circle at 18% 20%,#ffffff38,#0000 24%),linear-gradient(135deg,#7c3aed6b,#ec489938)}.article-thumb[data-category=future-technology]{background:radial-gradient(circle at 18% 20%,#ffffff38,#0000 24%),linear-gradient(135deg,#06b6d46b,#6366f14d)}.article-thumb[data-category=business-and-entrepreneurship]{background:radial-gradient(circle at 18% 20%,#ffffff38,#0000 24%),linear-gradient(135deg,#22c55e57,#f59e0b4d)}.article-thumb[data-category=cinnova-updates]{background:radial-gradient(circle at 18% 20%,#ffffff38,#0000 24%),linear-gradient(135deg,#38bdf86b,#a855f752)}.blog-featured-clickable>div>p:not(.eyebrow){color:#334155;margin-bottom:24px;line-height:1.8}.article-meta-row{flex-wrap:wrap;gap:10px;margin:20px 0 26px;display:flex}.article-meta-row span,.article-card-meta small{color:#64748b;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:999px;padding:7px 11px;font-size:.78rem;font-weight:800}.blog-featured-panel{flex-direction:column;gap:12px;padding:24px;display:flex}.blog-featured-panel strong{color:#0f172a;font-size:1.35rem}.blog-featured-panel span{color:#64748b;font-weight:800}.featured-mini-bars{gap:10px;margin-top:12px;display:grid}.featured-mini-bars i{background:linear-gradient(90deg,#38bdf8,#7c3aed);border-radius:999px;height:12px}.featured-mini-bars i:nth-child(2){width:72%}.featured-mini-bars i:nth-child(3){width:48%}.blog-tools-section{padding-top:0;padding-bottom:64px}.blog-tools{gap:24px;max-width:1040px;margin:0 auto;display:grid}.blog-search{gap:10px;display:grid}.blog-search span{color:#475569;letter-spacing:1px;text-transform:uppercase;font-size:.82rem;font-weight:900}.blog-search input{color:#0f172a;background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;outline:none;width:100%;padding:16px 18px;font-size:1rem}.blog-search input:focus{border-color:var(--color-accent);background:#fff}.blog-category-pill.active{color:#fff;border-color:var(--color-accent);background:var(--color-accent)}.article-card-clickable{border-color:#334155;flex-direction:column;min-height:100%;transition:transform .2s,border-color .2s,box-shadow .2s;display:flex}.article-card-clickable:hover{border-color:#0f7a5a59;transform:translateY(-4px);box-shadow:0 12px 40px #0f7a5a1a}.article-card-clickable p{flex:1}.article-card-meta{flex-wrap:wrap;gap:8px;margin-top:16px;display:flex}.category-card{background:#fff;border-color:#334155}.category-icon{color:#fff;letter-spacing:.5px;background:linear-gradient(135deg,#38bdf847,#7c3aed3d);font-size:.88rem;font-weight:1000}.newsletter-copy{max-width:560px;margin:0 auto;line-height:1.8}.article-hero{text-align:center;padding-bottom:54px}.article-hero h1{margin-bottom:22px;font-size:clamp(2.25rem,5vw,4.7rem);line-height:1.08}.article-excerpt{color:#475569;max-width:780px;margin:0 auto;font-size:1.08rem;line-height:1.85}.article-back-button{margin-bottom:28px}.article-content-section{padding-top:0}.article-content-card{background:#fff;max-width:860px;margin:0 auto;padding:44px;box-shadow:0 4px 24px #0000000f}.article-content-card h2{margin-bottom:14px;font-size:clamp(1.45rem,2.5vw,2rem)}.article-content-card p{color:#334155;font-size:1.02rem;line-height:1.95}.site-footer{grid-template-columns:1.2fr .8fr;align-items:start;gap:34px;display:grid}.footer-brand{margin-bottom:18px;padding:0}.site-footer p{max-width:560px;line-height:1.7}.footer-links{grid-template-columns:repeat(2,minmax(120px,1fr));gap:12px;display:grid}.footer-links button{color:#475569;cursor:pointer;text-align:left;background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;padding:12px 14px;font-weight:800}.footer-links button:hover{color:#2563eb;border-color:#bfdbfe}.footer-legal{border-top:1px solid #e2e8f0;flex-wrap:wrap;grid-column:1/-1;align-items:center;gap:12px 20px;padding-top:8px;display:flex}.footer-legal button{color:#1d4ed8;cursor:pointer;text-underline-offset:3px;background:0 0;border:none;padding:0;font-weight:800;text-decoration:underline}.footer-legal button:hover{color:#1e40af}.legal-page .legal-hero .section-heading{text-align:center;max-width:760px;margin:0 auto}.legal-updated{color:#64748b;margin-top:8px;font-size:.95rem}.legal-content{max-width:760px;margin:0 auto}.legal-section{margin-bottom:32px}.legal-section h2{color:#0f172a;margin-bottom:12px;font-size:1.25rem}.legal-section p{color:#334155;margin-bottom:12px;line-height:1.85}.legal-contact{color:#475569;border-top:1px solid #e2e8f0;margin-top:40px;padding-top:24px}.legal-inline-link{color:#1d4ed8;cursor:pointer;text-underline-offset:3px;background:0 0;border:none;padding:0;font-weight:800;text-decoration:underline}.poisonguard-safety-disclaimer{color:#92400e;background:#fffbeb;border:1.5px solid #f59e0b;border-radius:14px}.poisonguard-safety-disclaimer p{margin:0;font-weight:600;line-height:1.7}.poisonguard-safety-disclaimer--prominent{max-width:1180px;margin:0 auto 24px;padding:18px 22px;font-size:1rem}.poisonguard-safety-disclaimer--compact{margin-top:16px;padding:14px 16px;font-size:.9rem}.blog-product-cta .poisonguard-safety-disclaimer--compact,.product-widget .poisonguard-safety-disclaimer--compact{flex-basis:100%;width:100%;margin-top:20px}.recommended-products-section .poisonguard-safety-disclaimer--compact{margin-top:24px}.footer-bottom{grid-column:1/-1;margin:8px 0 0}@media (width<=900px){.ecosystem-showcase-row,.ecosystem-showcase-row.is-reversed,.site-footer{grid-template-columns:1fr}.ecosystem-showcase-row.is-reversed .ecosystem-copy{order:0}.mockup-main{grid-template-columns:1fr}.mockup-activity-card{grid-column:1/-1}}@media (width<=640px){.article-thumb,.article-thumb-featured,.article-thumb-panel,.article-thumb-hero{border-radius:16px;min-height:118px;padding:16px}.article-thumb-hero{margin-top:24px}.article-thumb span{width:42px;height:42px;font-size:.78rem}}@media (width<=600px){.ecosystem-showcase-row{padding:22px}.showcase-mockup{min-height:auto}.mockup-body{grid-template-columns:1fr}.mockup-sidebar{border-bottom:1px solid #ffffff14;border-right:none;flex-flow:wrap}.mockup-bar-row{grid-template-columns:1fr}.blog-featured{padding:26px}.article-content-card{padding:28px 22px}.footer-links{grid-template-columns:1fr}}.newsletter-success{color:#bbf7d0;background:#22c55e1a;border:1px solid #22c55e33;border-radius:14px;max-width:560px;margin:14px auto 0;padding:12px 14px;font-weight:800;line-height:1.5}.form-privacy-note{color:var(--color-text-secondary,#64748b);margin:10px 0 0;font-size:.8rem;line-height:1.5}.form-privacy-link{color:var(--color-accent,#0f7a5a);font-weight:600;text-decoration:underline}.form-privacy-link:hover{text-decoration:none}.newsletter-admin-grid{grid-template-columns:repeat(4,1fr);gap:18px;display:grid}.newsletter-stat-card,.newsletter-panel{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(135deg,#0f172ae6,#0f172aa8),#ffffff0a;border:1px solid #ffffff1a;border-radius:24px;padding:24px;box-shadow:0 20px 60px #00000047}.newsletter-stat-card span{color:#475569;letter-spacing:1px;text-transform:uppercase;margin-bottom:10px;font-size:.78rem;font-weight:900;display:block}.newsletter-stat-card strong{color:#fff;font-size:2.2rem}.newsletter-dashboard-layout,.newsletter-integration-grid{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.newsletter-panel h3{margin-bottom:14px}.newsletter-panel p{line-height:1.75}.newsletter-admin-form{grid-template-columns:1fr auto;gap:12px;margin-top:18px;display:grid}.newsletter-admin-form input,.newsletter-admin-search input{color:#fff;background:#0f172ae6;border:1px solid #ffffff1f;border-radius:14px;outline:none;width:100%;padding:14px 16px;font-size:.95rem}.newsletter-admin-form input:focus,.newsletter-admin-search input:focus{border-color:#38bdf873}.newsletter-admin-form button,.newsletter-admin-actions button,.subscriber-table button{color:#fff;cursor:pointer;white-space:nowrap;background:#ffffff14;border:1px solid #ffffff1f;border-radius:14px;padding:12px 16px;font-weight:900}.newsletter-admin-form button,.newsletter-admin-actions button:first-child{background:linear-gradient(135deg,#2563eb,#7c3aed);border:none}.newsletter-admin-actions{flex-wrap:wrap;gap:12px;margin-top:22px;display:flex}.newsletter-admin-actions .danger-action,.subscriber-table button{color:#fecaca;background:#f8717114;border-color:#f871713d}.newsletter-admin-search{max-width:760px;margin:0 auto 26px}.subscriber-table-wrap{background:#0f172ad1;border:1px solid #ffffff1a;border-radius:22px;overflow-x:auto;box-shadow:0 20px 60px #00000042}.subscriber-table{border-collapse:collapse;width:100%;min-width:820px}.subscriber-table th,.subscriber-table td{text-align:left;border-bottom:1px solid #ffffff12;padding:16px 18px}.subscriber-table th{color:#38bdf8;letter-spacing:1px;text-transform:uppercase;font-size:.75rem;font-weight:900}.subscriber-table td{color:#334155;font-size:.9rem}.subscriber-table tr:last-child td{border-bottom:none}.newsletter-code-panel{grid-column:1/-1}.newsletter-code-panel pre{color:#dbeafe;background:#020617b8;border:1px solid #ffffff14;border-radius:16px;margin:0;padding:18px;line-height:1.6;overflow-x:auto}@media (width<=1100px){.navbar{gap:18px}.nav-links{gap:16px}.newsletter-admin-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=900px){.newsletter-dashboard-layout,.newsletter-integration-grid{grid-template-columns:1fr}}@media (width<=600px){.newsletter-admin-grid,.newsletter-admin-form{grid-template-columns:1fr}}.article-author-hero{max-width:620px;margin:28px auto 0}.author-profile{grid-template-columns:auto 1fr;align-items:center;gap:18px;display:grid}.author-profile-card{align-items:flex-start}.author-avatar{color:#fff;letter-spacing:1px;background:linear-gradient(135deg,#0f7a5af2,#064e3bf2),#0f7a5a;border-radius:22px;place-items:center;width:72px;height:72px;font-size:1rem;font-weight:900;display:grid;box-shadow:0 16px 40px #0f7a5a38}.author-profile h3{margin:0 0 8px;font-size:1.35rem}.author-profile p{margin:0;line-height:1.75}.author-profile .product-category{margin-bottom:6px}.author-profile-compact{text-align:left;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:14px;padding:8px 12px 8px 8px}.author-profile-compact .author-avatar{border-radius:18px;width:58px;height:58px}.author-profile-compact p:not(.product-category),.author-profile-compact .author-social-links{display:none}.article-author-section{padding-top:0}.article-author-card{background:#fff;border:1px solid #e2e8f0;border-radius:26px;max-width:860px;margin:0 auto;padding:34px;box-shadow:0 4px 24px #0000000f}.author-social-links{flex-wrap:wrap;gap:10px;margin-top:16px;display:flex}.author-social-links a{color:var(--color-accent);background:#0f7a5a14;border:1px solid #0f7a5a38;border-radius:999px;padding:9px 12px;font-size:.8rem;font-weight:900}.author-social-links a:hover{color:var(--color-accent-dark);border-color:#0f7a5a52}@media (width<=600px){.author-profile,.author-profile-compact{text-align:left;grid-template-columns:1fr}.article-author-card{padding:26px 22px}}.resource-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;display:grid}.resource-card{position:relative;overflow:hidden}.resource-card:before{content:"";opacity:.85;background:linear-gradient(90deg,#38bdf8,#7c3aed);height:4px;position:absolute;inset:0 0 auto}.resource-featured h2{margin-bottom:18px;font-size:clamp(1.8rem,3vw,2.7rem);line-height:1.15}.resource-featured>div>p:not(.eyebrow){color:#334155;margin-bottom:24px;line-height:1.85}.resource-download-panel{justify-content:center;min-height:260px}.resource-file-preview{gap:12px;margin-top:18px;display:grid}.resource-file-preview i{background:linear-gradient(90deg,#38bdf8f2,#7c3aedf2);border-radius:999px;height:13px;display:block}.resource-file-preview i:nth-child(2){width:82%}.resource-file-preview i:nth-child(3){width:62%}.resource-file-preview i:nth-child(4){width:72%}.resource-detail-page .primary-btn{margin-top:6px}.resource-content-card{position:relative}.resource-content-card:after{content:"Download-ready resource";color:#38bdf8;letter-spacing:1px;text-transform:uppercase;background:#38bdf81a;border:1px solid #38bdf833;border-radius:999px;margin-top:30px;padding:10px 14px;font-size:.78rem;font-weight:900;display:inline-flex}.blog-manager-form{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(135deg,#0f172ae6,#0f172aa8),#ffffff0a;border:1px solid #ffffff1a;border-radius:28px;max-width:980px;margin:0 auto;padding:32px;box-shadow:0 22px 68px #00000052}.blog-content-editor{min-height:220px}.blog-manager-toggle{color:#334155;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:14px;align-items:center;gap:10px;margin-top:4px;padding:12px 14px;font-weight:900;display:inline-flex}.blog-manager-toggle input{accent-color:#38bdf8;width:18px;height:18px}.blog-manager-table-actions{flex-wrap:wrap;gap:8px;display:flex}.blog-manager-table-actions button:first-child{color:#dbeafe;background:#38bdf814;border-color:#38bdf83d}.article-progress-bar{z-index:49;pointer-events:none;background:#2563eb14;height:4px;position:fixed;top:72px;left:0;right:0}.article-progress-fill{background:linear-gradient(90deg,#38bdf8,#7c3aed);border-radius:0 999px 999px 0;height:100%;transition:width .2s ease-out}.article-progress-label{color:#64748b;letter-spacing:.5px;font-size:.68rem;font-weight:900;position:absolute;top:8px;right:12px}.reading-progress-track{z-index:49;pointer-events:none;background:#2563eb14;height:3px;position:fixed;top:72px;left:0;right:0}.reading-progress-fill{background:linear-gradient(90deg,#38bdf8,#7c3aed);border-radius:0 999px 999px 0;height:100%;transition:width .2s ease-out}.article-action-toolbar{flex-wrap:wrap;gap:8px;margin-bottom:20px;display:flex}.article-action-btn{color:#334155;cursor:pointer;background:#fff;border:1px solid #dbeafe;border-radius:999px;padding:8px 14px;font-size:.82rem;font-weight:800;transition:border-color .15s,background-color .15s,transform .15s}.article-action-btn:hover,.article-action-btn:focus-visible{background:#2563eb0f;border-color:#93c5fd;outline:none;transform:translateY(-1px)}.article-action-btn-back{margin-left:auto}.article-takeaways{background:linear-gradient(#fff 0%,#f8fafc 100%);border:1px solid #e2e8f0;border-radius:22px;margin-bottom:28px;padding:24px}.article-takeaways h2{margin:0 0 16px;font-size:1.35rem}.article-takeaway-list{gap:10px;display:grid}.article-takeaway-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;overflow:hidden}.article-takeaway-trigger{text-align:left;cursor:pointer;width:100%;font:inherit;background:0 0;border:none;align-items:center;gap:12px;padding:14px 16px;display:flex}.article-takeaway-trigger:focus-visible{outline-offset:-2px;outline:2px solid #2563eb}.article-takeaway-index{color:#38bdf8;flex-shrink:0;font-size:.72rem;font-weight:900}.article-takeaway-trigger strong{flex:1;font-size:.95rem;line-height:1.4}.article-takeaway-chevron{color:#94a3b8;font-weight:900}.article-takeaway-panel{padding:0 16px 16px 48px}.article-takeaway-panel p{color:#64748b;margin:0;font-size:.92rem;line-height:1.55}.article-toc-mobile{background:#fff;border:1px solid #e2e8f0;border-radius:18px;margin-bottom:20px;overflow:hidden}.article-toc-mobile-toggle{cursor:pointer;text-align:left;background:#f8fafc;border:none;align-items:center;gap:10px;width:100%;padding:14px 16px;font-weight:800;display:flex}.article-toc-mobile-toggle:focus-visible{outline-offset:-2px;outline:2px solid #2563eb}.article-toc-mobile-count{color:#64748b;margin-left:auto;font-size:.78rem;font-weight:700}.article-toc-mobile-panel{border-top:1px solid #e2e8f0;padding:12px 14px 14px}.article-toc-sidebar{display:block}.article-interactive-block{background:linear-gradient(#fff 0%,#f8fafc 100%);border:1px solid #e2e8f0;border-radius:22px;margin:24px 0;padding:24px;box-shadow:0 8px 28px #0f172a0d}.article-interactive-block h3{margin:0 0 12px;font-size:1.2rem}.article-explainer-list{gap:8px;display:grid}.article-explainer-trigger{text-align:left;cursor:pointer;background:#fff;border:1px solid #dbeafe;border-radius:12px;justify-content:space-between;align-items:center;gap:12px;width:100%;padding:12px 14px;font-weight:700;display:flex}.article-explainer-trigger:focus-visible{outline:2px solid #2563eb}.article-explainer-body{color:#64748b;margin:10px 0 0;padding:0 4px;font-size:.92rem;line-height:1.5}.article-related-module{max-width:1180px;margin:0 auto}.article-related-section{margin-bottom:36px}.article-related-section:last-child{margin-bottom:0}.article-related-product .blog-product-cta{margin:0}@media (width<=900px){.article-progress-bar,.reading-progress-track{top:64px}.article-action-btn-back{width:100%;margin-left:0}.article-toc-sidebar{display:none}.article-calc-grid{grid-template-columns:1fr}}@media (width>=901px){.article-toc-mobile{display:none}}.article-body-layout{grid-template-columns:1fr 300px;align-items:start;gap:34px;max-width:1180px;margin:0 auto;display:grid}.article-body-layout .article-content-card{max-width:none;margin:0}.article-sidebar{flex-direction:column;gap:20px;display:flex;position:sticky;top:88px}.sidebar-widget{background:#fff;border:1px solid #e2e8f0;border-radius:22px;padding:22px;box-shadow:0 4px 20px #0000000d}.sidebar-widget-label{color:#38bdf8!important;letter-spacing:2px!important;text-transform:uppercase!important;margin:0 0 14px!important;font-size:.72rem!important;font-weight:900!important;line-height:1!important}.toc-list{counter-reset:toc-counter;flex-direction:column;gap:4px;margin:0;padding:0;list-style:none;display:flex}.toc-list li{counter-increment:toc-counter}.toc-link{color:#64748b;border-radius:10px;align-items:flex-start;gap:10px;padding:8px 10px;font-size:.84rem;font-weight:700;line-height:1.45;text-decoration:none;transition:color .2s,background-color .2s;display:flex}.toc-link:before{content:counter(toc-counter, decimal-leading-zero);color:#38bdf8;opacity:.65;flex-shrink:0;min-width:20px;margin-top:2px;font-size:.7rem;font-weight:900}.toc-link:hover{color:#2563eb;background:#2563eb0f}.toc-link-active{color:#1d4ed8;background:#2563eb1a;font-weight:800}.article-widget{background:linear-gradient(#fff 0%,#f8fafc 100%);border:1px solid #e2e8f0;border-radius:22px;margin:28px 0;padding:24px;box-shadow:0 8px 28px #0f172a0d}.article-widget-eyebrow{color:#38bdf8;letter-spacing:2px;text-transform:uppercase;margin:0 0 8px;font-size:.72rem;font-weight:900}.article-widget h3{margin:0 0 12px;font-size:1.25rem;line-height:1.3}.article-widget-copy{color:#64748b;margin:0 0 14px;font-size:.9rem}.article-quiz-prompt{margin:0 0 14px;font-weight:700}.article-quiz-options,.article-poll-options{gap:10px;display:grid}.article-quiz-option,.article-poll-option{text-align:left;color:#1e293b;cursor:pointer;background:#fff;border:1px solid #dbeafe;border-radius:14px;width:100%;padding:12px 14px;font-weight:700;transition:border-color .15s,transform .15s}.article-quiz-option:hover,.article-poll-option:hover{border-color:#93c5fd;transform:translateY(-1px)}.article-poll-option-selected{background:#2563eb14;border-color:#2563eb}.article-poll-thanks{color:#059669;margin:12px 0 0;font-size:.9rem;font-weight:700}.article-quiz-result strong{margin-bottom:8px;font-size:1.2rem;display:block}.article-quiz-actions{flex-wrap:wrap;gap:10px;margin-top:16px;display:flex}.article-calc-tabs{flex-wrap:wrap;gap:8px;margin-bottom:16px;display:flex}.article-calc-tab{cursor:pointer;background:#fff;border:1px solid #dbeafe;border-radius:999px;padding:8px 14px;font-size:.82rem;font-weight:800}.article-calc-tab-active{color:#fff;background:#2563eb;border-color:#2563eb}.article-calc-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.article-calc-field{color:#475569;flex-direction:column;gap:6px;font-size:.82rem;font-weight:700;display:flex}.article-calc-field input{font:inherit;border:1px solid #cbd5e1;border-radius:12px;padding:10px 12px}.article-calc-result{margin:16px 0 0;font-size:.95rem}.article-checklist-list{gap:10px;margin:0;padding:0;list-style:none;display:grid}.article-checklist-item{color:#334155;cursor:pointer;align-items:flex-start;gap:10px;font-weight:600;display:flex}.article-checklist-item input{margin-top:3px}.article-study-block{margin-bottom:18px}.article-study-label{letter-spacing:1.5px;text-transform:uppercase;color:#64748b;margin:0 0 10px;font-size:.78rem;font-weight:900}.article-study-flashcard{text-align:left;cursor:pointer;border:none;width:100%}.article-study-nav{justify-content:space-between;align-items:center;gap:10px;margin-top:10px;display:flex}.article-summary-grid{gap:10px;display:grid}.article-summary-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:14px}.article-summary-card strong{margin-bottom:6px;display:block}.article-summary-card p{color:#64748b;margin:0;font-size:.9rem}.article-download-list{gap:12px;display:grid}.article-download-card{text-align:left;cursor:pointer;background:#fff;border:1px solid #dbeafe;border-radius:16px;padding:16px;transition:border-color .15s,transform .15s}.article-download-card:hover{border-color:#93c5fd;transform:translateY(-2px)}.article-download-format{letter-spacing:1.5px;text-transform:uppercase;color:#38bdf8;margin-bottom:6px;font-size:.72rem;font-weight:900;display:inline-block}.article-download-card p{color:#64748b;margin:8px 0;font-size:.9rem}.article-download-cta{color:#2563eb;font-size:.88rem;font-weight:800}.article-assistant-messages{flex-direction:column;gap:10px;max-height:220px;margin-bottom:12px;display:flex;overflow-y:auto}.article-assistant-bubble{border-radius:14px;padding:10px 12px;font-size:.84rem;line-height:1.45}.article-assistant-assistant{color:#334155;background:#f1f5f9}.article-assistant-user{color:#1e3a8a;background:#2563eb1a;align-self:flex-end}.article-assistant-form{grid-template-columns:1fr auto;gap:8px;display:grid}.article-assistant-form input{font:inherit;border:1px solid #cbd5e1;border-radius:12px;padding:10px 12px}.article-glossary-terms{flex-wrap:wrap;gap:8px;margin-bottom:12px;display:flex}.article-glossary-term{cursor:pointer;background:#fff;border:1px solid #dbeafe;border-radius:999px;padding:6px 10px;font-size:.78rem;font-weight:800}.article-glossary-term-active{color:#fff;background:#2563eb;border-color:#2563eb}.article-glossary-definition p{color:#64748b;margin:6px 0 0;font-size:.86rem;line-height:1.45}.article-glossary-inline{display:inline;position:relative}.article-glossary-inline-btn{color:var(--color-accent);font:inherit;cursor:pointer;background:0 0;border:none;padding:0;font-weight:800;text-decoration:none;display:inline}.article-glossary-inline-btn:hover,.article-glossary-inline-btn:focus{color:var(--color-accent-dark);border-bottom:1px solid var(--color-accent-dark);outline:none}.article-glossary-inline-popover{z-index:20;color:#f8fafc;background:#0f172a;border-radius:12px;min-width:220px;max-width:280px;padding:10px 12px;font-size:.8rem;font-weight:500;line-height:1.45;position:absolute;top:calc(100% + 6px);left:0;box-shadow:0 10px 30px #0f172a40}.share-buttons{grid-template-columns:1fr 1fr;gap:8px;display:grid}.share-btn{text-align:center;color:#334155;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:9px 10px;font-size:.8rem;font-weight:900;text-decoration:none;transition:transform .15s,border-color .15s;display:block}.share-btn:hover{border-color:#0f7a5a52;transform:translateY(-2px)}.share-fb,.share-x,.share-li,.share-email{background:var(--color-surface);border-color:var(--color-border);color:var(--color-text-secondary)}.related-sidebar-list{flex-direction:column;gap:10px;display:flex}.related-sidebar-item{text-align:left;cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;flex-direction:column;gap:4px;padding:12px 14px;text-decoration:none;transition:border-color .2s,background .2s;display:flex}.related-sidebar-item:hover{background:#0f7a5a0d;border-color:#0f7a5a52}.related-sidebar-item span{color:var(--color-accent);letter-spacing:1px;text-transform:uppercase;font-size:.7rem;font-weight:900}.related-sidebar-item strong{color:var(--color-text);font-size:.88rem;font-weight:800;line-height:1.45}.related-sidebar-item small{color:#64748b;font-size:.74rem;font-weight:700}.featured-article-strip{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin-top:22px;display:grid}.featured-strip-item,.related-reading-card{color:inherit;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:16px;flex-direction:column;gap:8px;padding:16px;text-decoration:none;transition:border-color .2s,transform .2s,background .2s;display:flex}.featured-strip-item:hover,.related-reading-card:hover{background:#0f7a5a0d;border-color:#0f7a5a52;transform:translateY(-2px)}.featured-strip-item .article-thumb{border-radius:14px;min-height:104px;margin-bottom:4px;padding:14px}.featured-strip-item .article-thumb span{border-radius:12px;width:38px;height:38px;font-size:.72rem}.featured-strip-item span,.related-reading-card span{color:var(--color-accent);letter-spacing:.08em;text-transform:uppercase;font-size:.72rem;font-weight:900}.featured-strip-item strong,.related-reading-card strong{color:var(--color-text);line-height:1.35}.featured-strip-item small,.related-reading-card small{color:var(--color-text-secondary);font-weight:800}.related-reading-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px;margin-top:14px;display:grid}.prev-next-nav{grid-template-columns:1fr 1fr;gap:20px;max-width:1180px;margin:0 auto;display:grid}.prev-next-link{cursor:pointer;text-align:left;background:#fff;border:1px solid #e2e8f0;border-radius:22px;flex-direction:column;gap:6px;padding:24px 28px;text-decoration:none;transition:transform .2s,border-color .2s,box-shadow .2s;display:flex;box-shadow:0 4px 20px #0000000f}.prev-next-link:hover{border-color:#0f7a5a59;transform:translateY(-3px);box-shadow:0 8px 28px #0f7a5a1a}.prev-next-link-right{text-align:right}.prev-next-dir{color:var(--color-accent);letter-spacing:1.5px;text-transform:uppercase;font-size:.75rem;font-weight:900}.prev-next-cat{color:var(--color-text-secondary);font-size:.78rem;font-weight:800}.prev-next-link strong{color:var(--color-text);font-size:1rem;font-weight:800;line-height:1.4}.trending-section{padding-top:0}.trending-badge-row{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:6px;margin-bottom:10px;display:flex}.trending-badge-row span{margin-bottom:0}.trending-badge{color:#fbbf24;letter-spacing:1.5px;text-transform:uppercase;white-space:nowrap;background:#f59e0b24;border:1px solid #f59e0b47;border-radius:999px;padding:4px 10px;font-size:.68rem;font-weight:900;display:inline-block}.popular-section{background:#ffffff05}.popular-articles-list{flex-direction:column;gap:16px;max-width:860px;margin:0 auto;display:flex}.popular-article-item{background:var(--color-bg);border:1px solid var(--color-border);cursor:pointer;text-align:left;border-radius:22px;grid-template-columns:64px 1fr;align-items:center;gap:22px;padding:22px 28px;transition:transform .2s,border-color .2s;display:grid;box-shadow:0 4px 20px #0000000f}.popular-article-item:hover{border-color:#0f7a5a59;transform:translateY(-3px)}.popular-rank{background:linear-gradient(135deg, var(--color-accent), var(--color-accent-dark));-webkit-text-fill-color:transparent;text-align:center;-webkit-background-clip:text;background-clip:text;font-size:2.4rem;font-weight:900;line-height:1}.popular-info span{color:var(--color-accent);letter-spacing:1.5px;text-transform:uppercase;margin-bottom:6px;font-size:.72rem;font-weight:900;display:inline-block}.popular-info h3{margin-bottom:6px;font-size:1.08rem;line-height:1.4}.popular-info p{margin-bottom:10px;font-size:.88rem;line-height:1.65}.categories-section{background:#ffffff04;padding-top:0}.categories-grid{grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:18px;display:grid}.category-card{cursor:pointer;text-align:left;background:linear-gradient(#1e293be6,#0f172adb),#0f172ad6;border:1px solid #7dd3fc29;border-radius:22px;flex-direction:column;align-items:flex-start;gap:8px;padding:22px;text-decoration:none;transition:transform .2s,border-color .2s;display:flex;box-shadow:0 16px 48px #0000003d}.category-card:hover{border-color:#38bdf85c;transform:translateY(-4px)}.category-icon{color:#fff;letter-spacing:.5px;background:linear-gradient(135deg,#0f7a5ad1,#064e3bbf);border-radius:14px;place-items:center;width:48px;height:48px;margin-bottom:2px;font-size:.88rem;font-weight:1000;display:grid}.category-card strong{color:#fff;font-size:.97rem;font-weight:800;line-height:1.3}.category-card p{color:#475569;margin:0;font-size:.82rem;line-height:1.55}.category-card small{color:var(--color-accent);letter-spacing:1px;margin-top:2px;font-size:.72rem;font-weight:900;display:block}@media (width<=1100px){.article-body-layout{grid-template-columns:1fr 260px;gap:26px}}@media (width<=900px){.article-body-layout{grid-template-columns:1fr}.article-sidebar{position:static}.prev-next-nav{grid-template-columns:1fr}.popular-article-item{grid-template-columns:50px 1fr;padding:18px 20px}}@media (width<=600px){.categories-grid{grid-template-columns:repeat(2,1fr)}.share-buttons{grid-template-columns:1fr 1fr}.prev-next-link{padding:18px 20px}.popular-rank{font-size:1.9rem}}@keyframes lcFadeIn{0%{opacity:0}to{opacity:1}}@keyframes lcSlideUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@keyframes lcSlideUpBar{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes lcSuccessPop{0%{opacity:0;transform:scale(.6)}to{opacity:1;transform:scale(1)}}@keyframes lcPulse{0%,to{opacity:1}50%{opacity:.3}}.modal-backdrop{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:10000;background:#020617db;place-items:center;padding:20px;animation:.22s lcFadeIn;display:grid;position:fixed;inset:0}.modal-panel{text-align:center;background:linear-gradient(135deg,#0f172afa,#080e1efa);border:1px solid #ffffff1f;border-radius:28px;width:100%;max-width:520px;padding:46px 44px;animation:.3s lcSlideUp;position:relative;box-shadow:0 44px 100px #000000a6,0 0 60px #38bdf812}.modal-close{color:#475569;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:999px;place-items:center;width:36px;height:36px;font-size:.82rem;transition:color .2s,background .2s;display:grid;position:absolute;top:16px;right:16px}.modal-close:hover{color:#fff;background:#ffffff1f}.popup-brand-mark{color:#fff;background:linear-gradient(135deg,#38bdf8,#7c3aed);border-radius:18px;place-items:center;width:56px;height:56px;margin:0 auto 20px;font-size:1.05rem;font-weight:900;display:grid;box-shadow:0 12px 32px #38bdf847}.modal-panel h2{margin-bottom:14px;font-size:clamp(1.65rem,3vw,2.3rem);line-height:1.15}.popup-body{color:#475569;max-width:390px;margin-bottom:24px!important;margin-left:auto!important;margin-right:auto!important;line-height:1.75!important}.popup-form{flex-direction:column;gap:11px;max-width:400px;margin:0 auto;display:flex}.popup-form input{color:#0f172a;text-align:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;outline:none;width:100%;padding:15px 18px;font-family:inherit;font-size:1rem}.popup-form input:focus{border-color:#93c5fd}.popup-form input::placeholder{color:#94a3b8}.popup-submit-btn{text-align:center;width:100%;padding:15px!important;font-size:.97rem!important}.popup-fine-print{color:#374151!important;margin-top:14px!important;font-size:.75rem!important;line-height:1.5!important}.popup-success{padding:12px 0 8px}.popup-success-icon{color:#86efac;background:linear-gradient(135deg,#22c55e2e,#38bdf82e);border:2px solid #22c55e61;border-radius:999px;place-items:center;width:68px;height:68px;margin:0 auto 22px;font-size:1.8rem;animation:.45s cubic-bezier(.34,1.56,.64,1) lcSuccessPop;display:grid}.popup-success h3{margin-bottom:12px;font-size:1.8rem}.popup-success p{color:#475569;line-height:1.75}.exit-popup-icon{margin-bottom:14px;font-size:2.5rem}.exit-guide-preview{text-align:left;background:#ffffff0a;border:1px solid #ffffff14;border-radius:16px;align-items:center;gap:18px;max-width:380px;margin:0 auto 22px;padding:16px;display:flex}.exit-guide-cover{color:#fff;background:linear-gradient(135deg,#2563eb,#7c3aed);border-radius:8px;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:4px;width:60px;height:76px;display:flex;box-shadow:0 8px 24px #2563eb59}.exit-guide-cover span{font-size:.95rem;font-weight:900}.exit-guide-cover small{opacity:.8;text-align:center;font-size:.6rem;font-weight:800;line-height:1.2}.exit-guide-bullets{flex-direction:column;gap:5px;margin:0;padding:0;list-style:none;display:flex}.exit-guide-bullets li{color:#334155;padding-left:14px;font-size:.82rem;font-weight:700;position:relative}.exit-guide-bullets li:before{content:"✓";color:#38bdf8;font-size:.72rem;position:absolute;left:0}.guide-modal-cover{color:#fff;background:linear-gradient(135deg,#2563eb,#7c3aed);border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:6px;width:76px;height:96px;margin:0 auto 22px;display:flex;box-shadow:0 14px 36px #2563eb4d}.guide-modal-cover span{font-size:1.2rem;font-weight:900}.guide-modal-cover p{color:#334155;font-size:.65rem;font-weight:800;line-height:1.2;margin:0!important}.guide-chapters{flex-direction:column;gap:6px;max-width:320px;margin:0 auto 22px;padding:0;list-style:none;display:flex}.guide-chapters li{color:#334155;text-align:left;padding-left:18px;font-size:.85rem;font-weight:700;position:relative}.guide-chapters li:before{content:"✓";color:var(--color-accent);font-size:.72rem;position:absolute;left:0}.sticky-newsletter-bar{z-index:200;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:linear-gradient(90deg,#043226fa,#064e3bfa);border-top:1px solid #0f7a5a59;align-items:center;gap:18px;padding:14px 6%;animation:.35s lcSlideUpBar;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -6px 36px #0000005c}.sticky-bar-mark{background:linear-gradient(135deg, var(--color-accent), var(--color-accent-dark));color:#fff;border-radius:10px;flex-shrink:0;place-items:center;width:36px;height:36px;font-size:.75rem;font-weight:900;display:grid}.sticky-bar-copy{flex-direction:column;flex-shrink:0;gap:1px;display:flex}.sticky-bar-copy strong{color:#fff;font-size:.92rem;font-weight:800}.sticky-bar-copy span{color:#ffffffa6;font-size:.78rem}.sticky-bar-form{flex:1;gap:10px;max-width:460px;display:flex}.sticky-bar-form input{color:#fff;background:#1e293be6;border:1px solid #ffffff1c;border-radius:12px;outline:none;flex:1;min-width:0;padding:11px 15px;font-family:inherit;font-size:.92rem}.sticky-bar-form input:focus{border-color:#0f7a5a99}.sticky-bar-form input::placeholder{color:#4b5563}.sticky-bar-btn{white-space:nowrap;flex-shrink:0;padding:11px 20px!important}.sticky-bar-close{color:#64748b;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:999px;flex-shrink:0;place-items:center;width:30px;height:30px;margin-left:auto;font-size:.75rem;transition:color .2s;display:grid}.sticky-bar-close:hover{color:#fff}.sticky-bar-subscribed{color:#86efac;flex:1;font-size:.95rem;font-weight:800}.article-cta-block{background:var(--color-surface);border:1px solid var(--color-border);text-align:center;border-radius:20px;margin:34px 0 0;padding:30px 32px;box-shadow:0 4px 20px #0f7a5a12}.article-cta-eyebrow{color:var(--color-accent)!important;letter-spacing:2px!important;text-transform:uppercase!important;margin-bottom:8px!important;font-size:.72rem!important;font-weight:900!important}.article-cta-block h3{margin-bottom:10px;font-size:1.45rem}.article-cta-block>p{color:var(--color-text-secondary);max-width:480px;margin-bottom:20px;margin-left:auto;margin-right:auto;font-size:.93rem;line-height:1.72}.article-cta-form{max-width:440px!important}.guide-cta-section{padding-top:0}.guide-cta-card{background:linear-gradient(135deg,#064e3bf5,#043226eb),radial-gradient(circle at 100% 0,#0f7a5a38,#0000 50%);border:1px solid #0f7a5a4d;border-radius:28px;grid-template-columns:140px 1fr;align-items:center;gap:40px;padding:44px;display:grid;box-shadow:0 24px 70px #00000047;color:#fff!important}.guide-cta-cover{background:linear-gradient(135deg, var(--color-accent-dark), var(--color-accent));color:#fff;border-radius:12px;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:8px;width:120px;height:158px;display:flex;box-shadow:0 18px 48px #0f7a5a59}.guide-cta-cover span{font-size:1.8rem;font-weight:900}.guide-cta-cover small{opacity:.85;letter-spacing:.5px;font-size:.72rem;font-weight:800}.guide-cta-copy h2{margin-bottom:14px;font-size:clamp(1.65rem,2.8vw,2.4rem);line-height:1.15}.guide-cta-copy>p{color:#ffffffb8;margin-bottom:20px;line-height:1.78}.guide-cta-bullets{flex-wrap:wrap;gap:8px;margin-bottom:24px;display:flex}.guide-cta-bullets span{border-radius:999px;padding:7px 12px;font-size:.78rem;font-weight:800;color:#fff!important;background:#ffffff1f!important;border:1px solid #ffffff38!important}.guide-cta-btn{font-size:1rem}.guide-cta-note{color:#ffffff8c!important;margin-top:12px!important;font-size:.78rem!important;line-height:1.5!important}.subscriber-count-badge{color:var(--color-accent);letter-spacing:1.5px;text-transform:uppercase;background:#0f7a5a14;border:1px solid #0f7a5a33;border-radius:999px;align-items:center;gap:7px;margin-bottom:16px;padding:6px 14px;font-size:.75rem;font-weight:900;display:inline-flex}.subscriber-count-badge:before{content:"●";color:#86efac;font-size:.55rem;animation:2s infinite lcPulse}.footer-subscriber-count{color:var(--color-accent)!important;margin-top:6px!important;font-size:.82rem!important;font-weight:800!important}.newsletter-success-page{min-height:80vh}.newsletter-success-section{text-align:center;flex-direction:column;align-items:center;display:flex}.success-checkmark-wrap{margin-bottom:28px}.success-checkmark-icon{color:#86efac;background:linear-gradient(135deg,#22c55e29,#38bdf829);border:2px solid #22c55e61;border-radius:999px;place-items:center;width:84px;height:84px;margin:0 auto;font-size:2.4rem;animation:.55s cubic-bezier(.34,1.56,.64,1) lcSuccessPop;display:grid}.newsletter-success-page h1{margin-bottom:18px;font-size:clamp(2.4rem,5vw,4.4rem);line-height:1.08}.newsletter-success-tagline{color:#475569;max-width:560px;margin:0 auto 44px!important;font-size:1.05rem!important;line-height:1.8!important}.success-perks{grid-template-columns:repeat(3,1fr);gap:18px;max-width:720px;margin:0 auto 44px;display:grid}.success-perk{text-align:center;background:#0f172ad6;border:1px solid #ffffff17;border-radius:20px;padding:24px 20px}.success-perk-icon{margin-bottom:12px;font-size:1.85rem;display:block}.success-perk strong{color:#fff;margin-bottom:6px;font-size:.93rem;font-weight:800;display:block}.success-perk p{color:#64748b!important;margin:0!important;font-size:.8rem!important;line-height:1.55!important}.success-actions{flex-wrap:wrap;justify-content:center;gap:14px;display:flex}@media (width<=900px){.sticky-newsletter-bar{flex-wrap:wrap;gap:12px;padding:14px 5%}.sticky-bar-form{flex:0 0 100%;order:10}.sticky-bar-close{margin-left:0}.guide-cta-card{text-align:center;grid-template-columns:1fr;padding:32px}.guide-cta-cover{margin:0 auto}.guide-cta-bullets{justify-content:center}.success-perks{grid-template-columns:1fr}}@media (width<=600px){.modal-panel{padding:30px 22px}.guide-cta-card{padding:26px 22px}.article-cta-block{padding:24px 18px}.sticky-bar-brand{display:none}}.sticky-bar-collapsed-cta{display:none}.sticky-bar-full{display:contents}@media (width<=900px){.sticky-newsletter-bar{flex-wrap:nowrap;gap:10px;padding:10px 5%}.sticky-bar-collapsed-cta{color:#fff;cursor:pointer;text-align:left;background:0 0;border:none;flex:1;align-items:center;gap:10px;padding:0;font-size:.88rem;font-weight:700;display:flex}.sticky-bar-collapsed-cta .sticky-bar-mark{flex-shrink:0}.sticky-bar-full,.sticky-bar-expanded .sticky-bar-collapsed-cta{display:none}.sticky-bar-expanded .sticky-bar-full{display:contents}.sticky-bar-expanded{flex-wrap:wrap;gap:12px;padding:14px 5%}.sticky-bar-expanded .sticky-bar-form{flex:0 0 100%;order:10}}.resources-hero-stats{flex-wrap:wrap;gap:12px;margin-top:20px;display:flex}.resources-hero-stats span{color:#475569;letter-spacing:.3px;background:#38bdf814;border:1px solid #38bdf82e;border-radius:999px;align-items:center;gap:6px;padding:6px 14px;font-size:.82rem;font-weight:700;display:inline-flex}.resource-featured-actions{flex-wrap:wrap;gap:12px;margin-top:24px;display:flex}.resource-thumb{aspect-ratio:4/3;background:linear-gradient(160deg, var(--rt-bg1,#dbeafe) 0%, var(--rt-bg2,#eff6ff) 100%);border-bottom:1px solid #e2e8f0;border-radius:12px 12px 0 0;flex-direction:column;gap:6px;width:100%;padding:12px 14px 10px;transition:opacity .2s;display:flex;overflow:hidden}.resource-thumb-large{aspect-ratio:4/3;border:1px solid #e2e8f0;border-radius:18px;gap:10px;padding:20px 24px;box-shadow:0 2px 12px #0f172a0f}.rt-top-row{flex-shrink:0;justify-content:space-between;align-items:center;gap:6px;display:flex}.rt-product-tag{letter-spacing:.04em;text-transform:uppercase;color:var(--rt-accent,#2563eb);white-space:nowrap;text-overflow:ellipsis;opacity:.85;background:#fff;border:1px solid #e2e8f0;border-radius:999px;max-width:55%;padding:2px 7px;font-size:.6rem;font-weight:800;overflow:hidden}.rt-cat-tag{color:#64748b;white-space:nowrap;text-overflow:ellipsis;text-align:right;max-width:42%;font-size:.58rem;font-weight:700;overflow:hidden}.rt-center{flex:1;justify-content:center;align-items:center;min-height:0;display:flex}.rt-art-svg{width:100%;max-width:100px;height:auto;display:block}.resource-thumb-large .rt-art-svg{max-width:140px}.rt-foot-row{flex-shrink:0;justify-content:space-between;align-items:center;gap:6px;display:flex}.rt-format-tag{letter-spacing:.05em;text-transform:uppercase;color:var(--rt-accent,#2563eb);white-space:nowrap;opacity:.9;background:#fff;border:1px solid;border-radius:5px;padding:2px 7px;font-size:.6rem;font-weight:900}.rt-time-tag{color:#64748b;white-space:nowrap;font-size:.6rem;font-weight:700}.resource-card-v2{cursor:pointer;text-align:left;background:#fff;border:1px solid #e2e8f0;border-radius:18px;flex-direction:column;transition:transform .22s,border-color .22s,box-shadow .22s;display:flex;overflow:hidden;box-shadow:0 2px 8px #0000000f}.resource-card-v2:hover{border-color:#93c5fd;transform:translateY(-5px);box-shadow:0 12px 36px #1d4ed81f}.resource-card-thumb{flex-shrink:0;overflow:hidden}.resource-card-body{flex-direction:column;flex:1;gap:8px;padding:18px 20px 10px;display:flex}.resource-card-badges{flex-wrap:wrap;gap:7px;display:flex}.resource-cat-pill{letter-spacing:.5px;background:var(--rc-accent-bg,#38bdf81f);color:var(--rc-accent,#38bdf8);border:1px solid var(--rc-accent-border,#38bdf840);border-radius:999px;padding:3px 9px;font-size:.68rem;font-weight:800}.resource-product-pill{letter-spacing:.3px;color:#475569;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:999px;padding:3px 9px;font-size:.68rem;font-weight:700}.resource-card-body h3{color:#0f172a;margin:4px 0 0;font-size:.97rem;font-weight:800;line-height:1.35}.resource-card-body p{color:#475569;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;font-size:.82rem;line-height:1.55;display:-webkit-box;overflow:hidden}.resource-card-footer{background:#f8fafc;border-top:1px solid #e2e8f0;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;margin-top:auto;padding:12px 20px 16px;display:flex}.resource-card-meta{align-items:center;gap:10px;display:flex}.resource-card-meta small{color:#64748b;font-size:.72rem;font-weight:600}.resource-dl-btn{letter-spacing:.3px;color:#1d4ed8;cursor:pointer;white-space:nowrap;background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;padding:7px 14px;font-size:.75rem;font-weight:800;transition:background .18s,border-color .18s,color .18s,transform .15s}.resource-dl-btn:hover{color:#fff;background:#1d4ed8;border-color:#1d4ed8;transform:translateY(-1px)}.resource-grid-v2{grid-template-columns:repeat(3,1fr);gap:22px;margin-top:24px;display:grid}.resource-category-section{padding-top:32px}.resource-cat-header{border:1px solid #e2e8f0;border-left:4px solid var(--rc-accent,#38bdf8);background:#fff;border-radius:14px;align-items:center;gap:18px;margin-bottom:4px;padding:20px 24px;display:flex;box-shadow:0 1px 4px #0000000d}.resource-cat-icon-block{background:var(--rc-accent-bg,#38bdf81f);border:1px solid var(--rc-accent-border,#38bdf840);border-radius:14px;flex-shrink:0;place-items:center;width:52px;height:52px;font-size:1.5rem;display:grid}.resource-cat-meta{flex:1;min-width:0}.resource-cat-meta h3{color:#0f172a;margin:0 0 3px;font-size:1.05rem;font-weight:900}.resource-cat-meta p{color:#475569;margin:0;font-size:.82rem}.resource-cat-count{color:var(--rc-accent,#38bdf8);background:var(--rc-accent-bg,#38bdf81f);border:1px solid var(--rc-accent-border,#38bdf840);white-space:nowrap;border-radius:999px;flex-shrink:0;padding:5px 12px;font-size:.75rem;font-weight:800}.resources-empty-state{text-align:center;color:#64748b;padding:60px 0;font-size:1rem}.resource-hero-layout{grid-template-columns:1fr 260px;align-items:start;gap:40px;margin-top:24px;display:grid}.resource-hero-copy{flex-direction:column;gap:0;display:flex}.resource-hero-copy h1{margin-top:10px}.resource-hero-copy .primary-btn{align-self:flex-start;margin-top:24px}.resource-hero-thumb{border-radius:18px;overflow:hidden;box-shadow:0 16px 48px #0006}.resource-detail-layout{grid-template-columns:1fr 280px;align-items:start;gap:32px;max-width:1100px;margin:0 auto;display:grid}.resource-detail-sidebar{flex-direction:column;gap:20px;display:flex;position:sticky;top:88px}.resource-download-widget{background:#0f172acc;border:1px solid #38bdf82e;border-radius:16px;flex-direction:column;gap:10px;padding:22px;display:flex}.resource-dw-title{color:#334155;margin:0;font-size:.88rem;font-weight:800;line-height:1.35}.resource-dw-meta{flex-direction:column;gap:4px;display:flex}.resource-dw-meta span{color:#64748b;font-size:.76rem;font-weight:600}.resource-dw-btn{text-align:center;width:100%;margin-top:6px}.resource-dw-note{color:#475569;text-align:center;margin:0;font-size:.72rem}.resource-related-widget{background:#0f172a99;border:1px solid #ffffff12;border-radius:16px;padding:18px 20px}.resource-related-list{flex-direction:column;gap:4px;margin-top:12px;display:flex}.resource-related-item{cursor:pointer;text-align:left;background:0 0;border:1px solid #0000;border-radius:10px;align-items:flex-start;gap:12px;width:100%;padding:10px 12px;transition:background .18s,border-color .18s;display:flex}.resource-related-item:hover{background:#ffffff0d;border-color:#cbd5e1}.resource-related-icon{flex-shrink:0;margin-top:1px;font-size:1.1rem}.resource-related-copy{flex-direction:column;gap:3px;min-width:0;display:flex}.resource-related-copy strong{color:#334155;font-size:.8rem;font-weight:700;line-height:1.3;display:block}.resource-related-copy small{color:#475569;font-size:.7rem;font-weight:600}@media (width<=1024px){.resource-grid-v2{grid-template-columns:repeat(2,1fr)}.resource-hero-layout{grid-template-columns:1fr 200px;gap:28px}.resource-detail-layout{grid-template-columns:1fr 240px}}@media (width<=768px){.resource-grid-v2{grid-template-columns:1fr;max-width:480px;margin-left:auto;margin-right:auto}.resource-hero-layout{grid-template-columns:1fr}.resource-hero-thumb{display:none}.resource-detail-layout{grid-template-columns:1fr}.resource-detail-sidebar{position:static}.resource-cat-header{flex-wrap:wrap;gap:12px}.resource-cat-count{margin-left:auto}.resource-featured-actions{flex-direction:column}.resource-featured-actions .secondary-btn{text-align:center;width:100%}}.sponsored-disclosure{color:#475569;background:#f59e0b12;border-bottom:1px solid #f59e0b2e;flex-wrap:wrap;align-items:center;gap:12px;padding:10px 7%;font-size:.8rem;display:flex}.sponsored-label{letter-spacing:1px;text-transform:uppercase;color:#f59e0b;background:#f59e0b1f;border:1px solid #f59e0b4d;border-radius:999px;flex-shrink:0;padding:3px 10px;font-size:.66rem;font-weight:900}.sponsored-text{line-height:1.4}.sponsored-link{color:#f59e0b;text-underline-offset:2px;text-decoration:underline}.sponsored-card-badge{letter-spacing:.8px;text-transform:uppercase;color:#f59e0b;background:#f59e0b1a;border:1px solid #f59e0b40;border-radius:999px;padding:2px 7px;font-size:.62rem;font-weight:900}.article-card-top-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.ad-slot{--ad-accent:#38bdf8;background:#0f172ab3;border:1px solid #ffffff12;border-radius:16px;overflow:hidden}.ad-slot-eyebrow{letter-spacing:1.5px;text-transform:uppercase;color:#475569;margin:0 0 8px;font-size:.62rem;font-weight:900}.ad-slot-sidebar{border-left:2px solid var(--ad-accent);flex-direction:column;gap:8px;padding:18px 20px;display:flex}.ad-slot-icon-block{width:44px;height:44px;color:var(--ad-accent);background:#ffffff0d;border:1px solid #ffffff14;border-radius:12px;flex-shrink:0;place-items:center;font-size:.9rem;font-weight:900;display:grid}.ad-slot-product{color:var(--ad-accent);letter-spacing:.3px;margin:0;font-size:.68rem;font-weight:700}.ad-slot-headline{color:#334155;font-size:.88rem;font-weight:800;line-height:1.3;display:block}.ad-slot-body{color:#64748b;margin:0;font-size:.78rem;line-height:1.5}.ad-slot-cta{color:var(--ad-accent);cursor:pointer;text-align:center;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:8px;width:100%;margin-top:4px;padding:8px 14px;font-size:.76rem;font-weight:800;transition:background .18s,border-color .18s}.ad-slot-cta:hover{border-color:var(--ad-accent);background:#ffffff14}.ad-slot-banner{border-top:2px solid var(--ad-accent);align-items:center;gap:20px;max-width:100%;padding:20px 28px;display:flex}.ad-slot-banner-icon{width:56px;height:56px;color:var(--ad-accent);background:#ffffff0d;border:1px solid #ffffff14;border-radius:14px;flex-shrink:0;place-items:center;font-size:1rem;font-weight:900;display:grid}.ad-slot-banner-copy{flex:1;min-width:0}.ad-slot-banner-copy strong{color:#334155;margin-bottom:4px;font-size:.95rem;font-weight:800;display:block}.ad-slot-banner-copy p{color:#64748b;margin:0;font-size:.82rem;line-height:1.4}.ad-slot-cta-banner{white-space:nowrap;flex-shrink:0;width:auto}.ad-slot-inline{border-left:2px solid var(--ad-accent);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:18px 22px;display:flex}.ad-slot-inline-left{flex:1;align-items:flex-start;gap:14px;min-width:0;display:flex}.ad-slot-inline-icon{width:40px;height:40px;color:var(--ad-accent);background:#ffffff0a;border-radius:10px;flex-shrink:0;place-items:center;font-size:.8rem;font-weight:900;display:grid}.blog-ad-section{padding-top:0;padding-bottom:0}.product-widget{--pw-accent:#38bdf8;border:1px solid #ffffff12;border-left:3px solid var(--pw-accent);background:#0f172ab3;border-radius:14px;flex-wrap:wrap;align-items:center;gap:16px;padding:18px 22px;display:flex}.product-widget-icon{width:52px;height:52px;color:var(--pw-accent);background:#ffffff0d;border:1px solid #ffffff17;border-radius:14px;flex-shrink:0;place-items:center;font-size:.9rem;font-weight:900;display:grid}.product-widget-copy{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.product-widget-category{color:var(--pw-accent);letter-spacing:.5px;margin:0;font-size:.68rem;font-weight:700}.product-widget-name{color:#334155;font-size:.95rem;font-weight:900;display:block}.product-widget-tagline{color:#64748b;margin:0;font-size:.8rem;line-height:1.4}.product-widget-status{color:#475569;font-size:.7rem;font-weight:600}.product-widget-cta{color:var(--pw-accent);cursor:pointer;white-space:nowrap;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:8px;flex-shrink:0;padding:9px 16px;font-size:.78rem;font-weight:800;transition:background .18s,border-color .18s}.product-widget-cta:hover{border-color:var(--pw-accent);background:#ffffff14}.affiliate-block{background:var(--color-surface);border:1px solid var(--color-border);border-radius:20px;max-width:900px;margin:0 auto;padding:32px 36px}.affiliate-block-eyebrow{letter-spacing:2px;text-transform:uppercase;color:var(--color-accent);margin:0 0 10px;font-size:.72rem;font-weight:900}.affiliate-block h2{color:var(--color-text);margin:0 0 8px;font-size:1.5rem;font-weight:900}.affiliate-disclosure-note{color:var(--color-text-secondary);border-left:2px solid var(--color-accent);background:#0f7a5a0a;border-radius:8px;margin:0 0 24px;padding:8px 12px;font-size:.78rem}.affiliate-links-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:14px;display:grid}.affiliate-link-card{background:var(--color-bg);border:1px solid var(--color-border);border-radius:12px;align-items:center;gap:14px;padding:14px 18px;text-decoration:none;transition:background .18s,border-color .18s,transform .15s;display:flex}.affiliate-link-card:hover{background:#0f7a5a0d;border-color:#0f7a5a47;transform:translateY(-2px)}.affiliate-link-body{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.affiliate-link-body strong{color:var(--color-text);font-size:.88rem;font-weight:800;display:block}.affiliate-link-category{color:var(--color-accent);letter-spacing:.3px;font-size:.68rem;font-weight:700}.affiliate-link-body p{color:var(--color-text-secondary);margin:0;font-size:.76rem;line-height:1.4}.affiliate-arrow{color:var(--color-accent);flex-shrink:0;font-size:1rem;transition:transform .15s}.affiliate-link-card:hover .affiliate-arrow{transform:translate(3px)}.recommended-products-section{border-top:1px solid #e2e8f0}.recommended-products-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:22px;max-width:900px;margin:0 auto;display:grid}.rec-product-card{--rp-accent:var(--color-accent);border:1px solid var(--color-border);border-top:3px solid var(--color-accent);background:#fff;border-radius:16px;flex-direction:column;gap:14px;padding:24px;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex;box-shadow:0 2px 12px #0f172a0d}.rec-product-card:hover{border-color:#0f7a5a47;transform:translateY(-3px);box-shadow:0 10px 32px #0f7a5a1a}.rec-product-icon{width:52px;height:52px;color:var(--color-accent-dark);background:#0f7a5a14;border:1px solid #0f7a5a33;border-radius:14px;place-items:center;font-size:.95rem;font-weight:900;display:grid}.rec-product-body{flex-direction:column;flex:1;gap:5px;display:flex}.rec-product-category{color:var(--color-accent);letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:.68rem;font-weight:800}.rec-product-body h3{color:var(--color-text);margin:0;font-size:1.1rem;font-weight:900}.rec-product-body p{color:var(--color-text-secondary);margin:0;font-size:.83rem;line-height:1.55}.rec-product-status{color:var(--color-text-secondary);font-size:.7rem;font-weight:600}.rec-product-cta{color:var(--color-accent-dark);background:var(--color-surface);border:1.5px solid var(--color-accent);cursor:pointer;text-align:center;border-radius:9px;align-self:flex-start;padding:10px 18px;font-size:.82rem;font-weight:800;transition:background .18s,box-shadow .18s}.rec-product-cta:hover{background:#0f7a5a14;box-shadow:0 2px 10px #0f7a5a26}.partner-types-grid{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.partner-type-card{--pt-accent:#38bdf8;--pt-accent-bg:#38bdf81a;border:1px solid #ffffff12;border-top:3px solid var(--pt-accent);background:#0f172ab8;border-radius:18px;flex-direction:column;gap:14px;padding:28px;display:flex}.partner-type-icon{font-size:2rem;line-height:1}.partner-type-card h3{color:#334155;margin:0;font-size:1.1rem;font-weight:900}.partner-type-card>p{color:#475569;margin:0;font-size:.85rem;line-height:1.6}.partner-type-benefits{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.partner-type-benefits li{color:#334155;padding-left:18px;font-size:.82rem;position:relative}.partner-type-benefits li:before{content:"✓";color:var(--pt-accent);font-size:.7rem;font-weight:900;position:absolute;top:1px;left:0}.partner-type-footer{border-top:1px solid #ffffff0f;margin-top:auto;padding-top:14px}.partner-best-for{color:#64748b;font-size:.76rem;line-height:1.4}.partner-best-for strong{color:#475569;font-weight:700}.partner-steps-row{grid-template-columns:repeat(3,1fr);gap:24px;display:grid;position:relative}.partner-steps-row:before{content:"";pointer-events:none;background:#38bdf833;height:1px;position:absolute;top:28px;left:calc(16.66% + 20px);right:calc(16.66% + 20px)}.partner-step{text-align:center;flex-direction:column;align-items:center;gap:10px;display:flex}.partner-step-number{color:#38bdf8;z-index:1;background:#050816;border:2px solid #38bdf866;border-radius:50%;place-items:center;width:56px;height:56px;font-size:.88rem;font-weight:900;display:grid;position:relative}.partner-step strong{color:#334155;font-size:1rem;font-weight:900}.partner-step p{color:#64748b;margin:0;font-size:.82rem;line-height:1.5}.partner-spotlight-banner{background:#38bdf80a;border:1px solid #38bdf826;border-radius:20px;grid-template-columns:1fr 1fr;align-items:center;gap:40px;padding:40px 48px;display:grid}.partner-spotlight-banner h2{color:#334155;margin:12px 0 16px;font-size:2rem;font-weight:900}.partner-spotlight-banner p{color:#475569;font-size:.88rem;line-height:1.6}.partner-spotlight-slots{grid-template-columns:1fr 1fr;gap:14px;display:grid}.partner-spotlight-slot{text-align:center;background:#0f172acc;border:1px dashed #38bdf840;border-radius:12px;flex-direction:column;gap:6px;padding:18px;display:flex}.partner-spotlight-slot span{letter-spacing:1.5px;text-transform:uppercase;color:#38bdf8;font-size:.65rem;font-weight:900}.partner-spotlight-slot strong{color:#334155;font-size:.88rem;font-weight:800}.partner-form{flex-direction:column;gap:18px;max-width:760px;margin:0 auto;display:flex}.partner-form-row{grid-template-columns:1fr 1fr;gap:18px;display:grid}.partner-form-field{flex-direction:column;gap:7px;display:flex}.partner-form-field label{color:#475569;letter-spacing:.3px;font-size:.8rem;font-weight:700}.partner-form-field input,.partner-form-field select,.partner-form-field textarea{color:#334155;background:#0f172acc;border:1px solid #ffffff1a;border-radius:10px;width:100%;padding:12px 16px;font-family:inherit;font-size:.88rem;transition:border-color .18s,box-shadow .18s}.partner-form-field input:focus,.partner-form-field select:focus,.partner-form-field textarea:focus{border-color:#38bdf8;outline:none;box-shadow:0 0 0 3px #38bdf81f}.partner-form-field select option{color:#334155;background:#0f172a}.partner-form-field textarea{resize:vertical;min-height:110px}.form-error{color:#f87171;font-size:.74rem;font-weight:600}.partner-success{text-align:center;background:#10b9810f;border:1px solid #10b98133;border-radius:20px;flex-direction:column;align-items:center;gap:16px;max-width:520px;margin:0 auto;padding:48px 32px;display:flex}.partner-success-icon{color:#10b981;background:#10b98126;border:2px solid #10b98166;border-radius:50%;place-items:center;width:64px;height:64px;font-size:1.6rem;display:grid}.partner-success h3{color:#334155;margin:0;font-size:1.4rem;font-weight:900}.partner-success p{color:#475569;margin:0;font-size:.88rem;line-height:1.6}.media-kit-hero-actions{flex-wrap:wrap;gap:14px;margin-top:24px;display:flex}.media-kit-hero-actions .secondary-btn{text-decoration:none}.mk-stats-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.mk-stat-card{background:#0f172ab8;border:1px solid #ffffff12;border-radius:16px;flex-direction:column;align-items:flex-start;gap:8px;padding:24px 20px;display:flex}.mk-stat-icon{font-size:1.4rem}.mk-stat-value{color:#38bdf8;font-size:2rem;font-weight:900;line-height:1;display:block}.mk-stat-label{color:#64748b;margin:0;font-size:.8rem;font-weight:600}.mk-segments-grid{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.mk-segment-card{background:#0f172a99;border:1px solid #ffffff12;border-radius:16px;flex-direction:column;gap:12px;padding:24px;display:flex}.mk-segment-icon{font-size:1.8rem;line-height:1}.mk-segment-card h3{color:#334155;margin:0;font-size:1rem;font-weight:900}.mk-segment-card p{color:#475569;flex:1;margin:0;font-size:.83rem;line-height:1.6}.mk-segment-tags{flex-wrap:wrap;gap:7px;display:flex}.mk-segment-tag{color:#38bdf8;background:#38bdf81a;border:1px solid #38bdf833;border-radius:999px;padding:3px 9px;font-size:.68rem;font-weight:700}.mk-placements-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.mk-placement-card{--mk-accent:#38bdf8;--mk-accent-bg:#38bdf81a;border:1px solid #ffffff12;border-top:3px solid var(--mk-accent);background:#0f172ab8;border-radius:16px;flex-direction:column;gap:12px;padding:24px;display:flex}.mk-placement-icon{font-size:1.6rem;line-height:1}.mk-placement-card h3{color:#334155;margin:0;font-size:.97rem;font-weight:900}.mk-placement-format{color:#475569;margin:0;font-size:.79rem;line-height:1.4}.mk-placement-specs{flex-direction:column;gap:6px;margin:0;display:flex}.mk-placement-specs dt{letter-spacing:.8px;text-transform:uppercase;color:#475569;font-size:.66rem;font-weight:900}.mk-placement-specs dd{color:#64748b;margin:0 0 4px;font-size:.76rem;line-height:1.4}.mk-placement-price{color:var(--mk-accent);border-top:1px solid #ffffff0f;margin-top:auto;padding-top:10px;font-size:1rem;font-weight:900}.mk-pricing-note{color:#475569;text-align:center;max-width:640px;margin-top:20px;margin-left:auto;margin-right:auto;font-size:.78rem;line-height:1.5}.mk-assets-grid{grid-template-columns:repeat(3,1fr);gap:22px;display:grid}.mk-asset-card{text-align:center;background:#0f172a99;border:1px solid #ffffff12;border-radius:16px;flex-direction:column;align-items:center;gap:12px;padding:28px;display:flex}.mk-asset-icon{font-size:2rem;line-height:1}.mk-asset-card strong{color:#334155;font-size:1rem;font-weight:900}.mk-asset-card p{color:#64748b;flex:1;margin:0;font-size:.8rem;line-height:1.5}.mk-email-link{color:#38bdf8;text-underline-offset:2px;text-decoration:underline}@media (width<=1024px){.partner-types-grid{grid-template-columns:1fr 1fr}.mk-placements-grid{grid-template-columns:repeat(2,1fr)}.mk-stats-grid{grid-template-columns:repeat(3,1fr)}.partner-spotlight-banner{grid-template-columns:1fr;gap:28px;padding:32px}}@media (width<=768px){.partner-types-grid{grid-template-columns:1fr}.partner-steps-row{grid-template-columns:1fr;gap:20px}.partner-steps-row:before{display:none}.partner-form-row{grid-template-columns:1fr}.mk-stats-grid{grid-template-columns:repeat(2,1fr)}.mk-segments-grid{grid-template-columns:1fr}.mk-placements-grid{grid-template-columns:1fr;max-width:480px;margin-left:auto;margin-right:auto}.mk-assets-grid{grid-template-columns:1fr;max-width:400px;margin-left:auto;margin-right:auto}.ad-slot-banner{text-align:center;flex-direction:column;align-items:center}.ad-slot-cta-banner{width:100%}.affiliate-block{padding:24px 20px}.recommended-products-grid{grid-template-columns:1fr;max-width:480px}.partner-spotlight-slots{grid-template-columns:1fr 1fr}}.float-nl-wrap{z-index:900;flex-direction:column;align-items:flex-end;gap:12px;display:flex;position:fixed;bottom:28px;right:28px}.float-nl-wrap--hidden{opacity:0;visibility:hidden;pointer-events:none}.float-nl-btn{background:var(--color-accent);color:#fff;cursor:pointer;border:none;border-radius:32px;align-items:center;gap:8px;padding:12px 20px;font-size:.9rem;font-weight:700;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 4px 20px #0f7a5a59}.float-nl-btn:hover{transform:translateY(-2px);box-shadow:0 6px 28px #0f7a5a80}.float-nl-btn-open{background:var(--color-accent-dark)}.float-nl-icon{font-size:1rem}.float-nl-modal{background:#0b3728;border:1px solid #0f7a5a59;border-radius:16px;width:300px;padding:24px;animation:.2s floatModalIn;position:relative;box-shadow:0 12px 40px #00000080}@keyframes floatModalIn{0%{opacity:0;transform:translateY(12px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.float-nl-close{color:#ffffff8c;cursor:pointer;background:0 0;border:none;padding:0;font-size:1.3rem;line-height:1;position:absolute;top:12px;right:14px}.float-nl-close:hover{color:#fff}.float-nl-eyebrow{letter-spacing:.1em;color:#ffffffbf;margin-bottom:6px;font-size:.65rem;font-weight:700}.float-nl-headline{color:#fff;margin-bottom:6px;font-size:1rem;font-weight:800;display:block}.float-nl-sub{color:#ffffffa6;margin-bottom:14px;font-size:.8rem}.float-nl-count{color:#ffffffd9;font-weight:600}.float-nl-form{flex-direction:column;gap:8px;display:flex}.float-nl-form input{color:#fff;background:#ffffff12;border:1px solid #ffffff26;border-radius:8px;width:100%;padding:10px 14px;font-size:.85rem}.float-nl-form input::placeholder{color:#ffffff59}.float-nl-form button[type=submit]{background:var(--color-accent);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:10px;font-size:.85rem;font-weight:700;transition:background .2s}.float-nl-form button[type=submit]:hover{background:var(--color-accent-dark)}.float-nl-form button:disabled{opacity:.6;cursor:not-allowed}.float-nl-error{color:#f87171;margin:0;font-size:.75rem}.float-nl-dismiss{color:#ffffff73;cursor:pointer;text-align:center;background:0 0;border:none;width:100%;margin-top:10px;padding:4px;font-size:.75rem;display:block}.float-nl-dismiss:hover{color:#ffffffbf}.float-nl-success{text-align:center;padding:8px 0}.float-nl-success-icon{color:#10b981;background:#10b98126;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:10px;font-size:1.2rem;display:inline-flex}.float-nl-success strong{color:#fff;margin-bottom:6px;font-size:1rem;display:block}.float-nl-success p{color:#ffffffa6;margin:0;font-size:.8rem}.resource-gate-panel{max-width:520px}.resource-gate-header{margin-bottom:24px}.resource-gate-meta{gap:8px;margin-bottom:10px;display:flex}.resource-gate-format,.resource-gate-product{letter-spacing:.04em;border-radius:20px;padding:3px 10px;font-size:.72rem;font-weight:700}.resource-gate-format{color:#38bdf8;background:#38bdf81f;border:1px solid #38bdf840}.resource-gate-product{color:#a78bfa;background:#7c3aed1f;border:1px solid #7c3aed40}.resource-gate-desc{color:#334155;margin-top:8px;font-size:.9rem}.resource-gate-form label{color:#334155;margin-bottom:10px;font-size:.85rem;font-weight:600;display:block}.resource-gate-input-row{gap:10px;display:flex}.resource-gate-input-row input{color:#fff;background:#ffffff12;border:1px solid #ffffff26;border-radius:10px;flex:1;padding:12px 16px;font-size:.9rem}.resource-gate-input-row input::placeholder{color:#334155}.resource-gate-error{color:#f87171;margin-top:6px;font-size:.78rem}.resource-gate-note{color:#334155;text-align:center;margin-top:10px;font-size:.75rem}.resource-gate-success{text-align:center;padding:16px 0}.resource-gate-success-icon{color:#10b981;background:#10b98126;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:16px;font-size:1.6rem;display:inline-flex}.resource-gate-success h2{margin-bottom:10px}.resource-gate-welcome{color:#334155;margin-top:10px;font-size:.85rem}.homepage-cta-banner{background:linear-gradient(135deg,#38bdf814 0%,#7c3aed1a 100%);border-top:1px solid #38bdf826;border-bottom:1px solid #7c3aed26;padding:72px 7%}.homepage-cta-inner{grid-template-columns:1fr 420px;align-items:center;gap:64px;max-width:1100px;margin:0 auto;display:grid}.homepage-cta-eyebrow{letter-spacing:.06em;color:#38bdf8;align-items:center;gap:8px;margin-bottom:14px;font-size:.78rem;font-weight:700;display:flex}.homepage-cta-pulse{background:#10b981;border-radius:50%;width:8px;height:8px;animation:2s infinite pulse;display:inline-block}.homepage-cta-headline{color:#fff;margin-bottom:14px;font-size:clamp(1.5rem,2.4vw,2rem);font-weight:900;line-height:1.25}.homepage-cta-sub{color:#334155;margin-bottom:20px;font-size:.95rem;line-height:1.6}.homepage-cta-perks{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.homepage-cta-perks li{color:#334155;font-size:.88rem}.homepage-cta-form-side{background:#ffffff0a;border:1px solid #ffffff1a;border-radius:20px;padding:36px 32px}.homepage-cta-form-label{color:#fff;margin-bottom:16px;font-size:.9rem;font-weight:700}.homepage-cta-form{flex-direction:column;gap:12px;display:flex}.homepage-cta-form input{color:#fff;background:#ffffff12;border:1px solid #ffffff26;border-radius:10px;width:100%;padding:14px 18px;font-size:.95rem}.homepage-cta-form input::placeholder{color:#334155}.homepage-cta-error{color:#f87171;margin:-4px 0 0;font-size:.78rem}.homepage-cta-submit{color:#fff;cursor:pointer;background:linear-gradient(135deg,#38bdf8,#7c3aed);border:none;border-radius:10px;width:100%;padding:14px;font-size:.95rem;font-weight:700;transition:opacity .2s}.homepage-cta-submit:hover{opacity:.9}.homepage-cta-submit:disabled{opacity:.6;cursor:not-allowed}.homepage-cta-disclaimer{color:#334155;text-align:center;font-size:.75rem}.homepage-cta-success{text-align:center;padding:12px 0}.homepage-cta-success-icon{color:#10b981;background:#10b98126;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:14px;font-size:1.4rem;display:inline-flex}.homepage-cta-success strong{color:#fff;margin-bottom:8px;font-size:1.1rem;display:block}.homepage-cta-success p{color:#334155;font-size:.85rem}.blog-product-cta{background:var(--bpc-bg,#38bdf814);border:1px solid var(--bpc-accent,#38bdf8);border-radius:20px;justify-content:space-between;align-items:center;gap:40px;margin:48px 0;padding:36px 40px;display:flex}.bpc-left{flex:1;align-items:flex-start;gap:24px;display:flex}.bpc-icon{background:var(--bpc-accent,#38bdf8);color:#050816;border-radius:14px;flex-shrink:0;place-items:center;width:52px;height:52px;font-size:.85rem;font-weight:900;display:grid}.bpc-copy{flex:1}.bpc-category{letter-spacing:.08em;color:#1d4ed8;text-transform:uppercase;margin-bottom:2px;font-size:.7rem;font-weight:700}.bpc-name{color:#0f172a;margin-bottom:6px;font-size:1.1rem;font-weight:900;display:block}.bpc-headline{color:#334155;margin-bottom:12px;font-size:.92rem;line-height:1.5}.bpc-features{flex-direction:column;gap:4px;margin:0 0 10px;padding:0;list-style:none;display:flex}.bpc-features li{color:#334155;padding-left:14px;font-size:.82rem;position:relative}.bpc-features li:before{content:"✓";color:var(--bpc-accent,#38bdf8);font-size:.7rem;position:absolute;left:0}.bpc-status{color:#334155;margin:0;font-size:.72rem;font-weight:600}.bpc-cta{background:var(--bpc-accent,#38bdf8);color:#050816;cursor:pointer;white-space:nowrap;border:none;border-radius:12px;flex-shrink:0;padding:14px 28px;font-size:.88rem;font-weight:800;transition:opacity .2s}.bpc-cta:hover{opacity:.85}.newsletter-landing-page{padding-bottom:80px}.nl-hero-section{padding-top:60px;padding-bottom:60px}.nl-hero-inner{grid-template-columns:1fr 420px;align-items:center;gap:64px;max-width:1100px;margin:0 auto;padding:0 7%;display:grid}.nl-hero-badge{color:#10b981;background:#10b9811a;border:1px solid #10b98140;border-radius:20px;align-items:center;gap:8px;margin-bottom:16px;padding:6px 14px;font-size:.78rem;font-weight:600;display:inline-flex}.nl-pulse-dot{background:#10b981;border-radius:50%;width:7px;height:7px;animation:2s infinite pulse}.nl-hero-headline{color:#fff;margin-bottom:16px;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:900;line-height:1.25}.nl-hero-sub{color:#334155;margin-bottom:24px;font-size:1rem;line-height:1.7}.nl-hero-perks{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.nl-hero-perks li{color:#334155;font-size:.9rem}.nl-hero-form-card{background:#ffffff0a;border:1px solid #ffffff1a;border-radius:20px;padding:40px 36px}.nl-form-card-title{color:#fff;margin-bottom:18px;font-size:.95rem;font-weight:700}.nl-form{flex-direction:column;gap:12px;display:flex}.nl-form input{color:#fff;background:#ffffff12;border:1px solid #ffffff26;border-radius:10px;width:100%;padding:14px 18px;font-size:.95rem}.nl-form input::placeholder{color:#334155}.nl-form-error{color:#f87171;margin:-4px 0 0;font-size:.78rem}.nl-submit-btn{width:100%;padding:14px!important}.nl-form-note{color:#334155;text-align:center;margin-top:4px;font-size:.75rem}.nl-form-social-proof{color:#334155;border-top:1px solid #ffffff14;align-items:center;gap:10px;margin-top:16px;padding-top:16px;font-size:.8rem;display:flex}.nl-avatar-stack{margin-right:4px;display:flex}.nl-avatar{color:#fff;background:linear-gradient(135deg,#38bdf8,#7c3aed);border:2px solid #0f172a;border-radius:50%;place-items:center;width:28px;height:28px;margin-left:-8px;font-size:.6rem;font-weight:800;display:grid}.nl-avatar:first-child{margin-left:0}.nl-success-state{text-align:center;padding:20px 0}.nl-success-icon{color:#10b981;background:#10b98126;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:18px;font-size:1.6rem;display:inline-flex}.nl-success-state strong{color:#fff;margin-bottom:8px;font-size:1.1rem;display:block}.nl-success-state p{color:#334155;font-size:.88rem;line-height:1.6}.nl-benefits-grid{grid-template-columns:repeat(2,1fr);gap:24px;max-width:900px;margin:0 auto;display:grid}.nl-benefit-card{background:#ffffff08;border:1px solid #ffffff14;border-radius:16px;flex-direction:column;gap:10px;padding:28px 24px;display:flex}.nl-benefit-icon{font-size:1.6rem}.nl-benefit-card strong{color:#fff;font-size:.95rem;font-weight:800}.nl-benefit-card p{color:#334155;margin:0;font-size:.85rem;line-height:1.6}.nl-topics-list{flex-direction:column;gap:16px;max-width:780px;margin:0 auto;display:flex}.nl-topic-item{background:#ffffff08;border:1px solid #ffffff12;border-radius:14px;align-items:flex-start;gap:20px;padding:20px 24px;display:flex}.nl-topic-icon{flex-shrink:0;font-size:1.5rem}.nl-topic-category{letter-spacing:.08em;color:#38bdf8;text-transform:uppercase;margin-bottom:4px;font-size:.7rem;font-weight:700}.nl-topic-body strong{color:#fff;margin-bottom:6px;font-size:.95rem;display:block}.nl-topic-body p{color:#334155;margin:0;font-size:.83rem;line-height:1.5}.nl-testimonials-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.nl-testimonial-card{background:#ffffff08;border:1px solid #ffffff14;border-radius:16px;flex-direction:column;gap:20px;padding:28px 24px;display:flex}.nl-testimonial-text{color:#334155;flex:1;font-size:.88rem;font-style:italic;line-height:1.7}.nl-testimonial-author{align-items:center;gap:12px;display:flex}.nl-testimonial-avatar{color:#fff;background:linear-gradient(135deg,#38bdf8,#7c3aed);border-radius:50%;flex-shrink:0;place-items:center;width:36px;height:36px;font-size:.65rem;font-weight:800;display:grid}.nl-testimonial-author strong{color:#fff;font-size:.85rem;display:block}.nl-testimonial-author span{color:#334155;font-size:.75rem}.nl-mid-cta-section{background:linear-gradient(135deg,#38bdf80f,#7c3aed14);border-top:1px solid #38bdf81f;border-bottom:1px solid #7c3aed1f}.nl-mid-cta{text-align:center;max-width:680px;margin:0 auto;padding:72px 7%}.nl-mid-cta p{color:#334155;margin-bottom:28px;font-size:.95rem;line-height:1.6}.nl-already-subbed{font-weight:600;color:#10b981!important}.nl-inline-form{gap:12px;max-width:480px;margin:0 auto;display:flex}.nl-inline-form input{color:#fff;background:#ffffff12;border:1px solid #ffffff26;border-radius:10px;flex:1;padding:14px 18px;font-size:.95rem}.nl-inline-form input::placeholder{color:#334155}.nl-faq-list{flex-direction:column;gap:12px;max-width:680px;margin:0 auto;display:flex}.nl-faq-item{background:#ffffff08;border:1px solid #ffffff14;border-radius:14px;transition:border-color .2s;overflow:hidden}.nl-faq-open{border-color:#38bdf840}.nl-faq-question{color:#fff;text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:16px;width:100%;padding:18px 22px;font-size:.95rem;font-weight:600;display:flex}.nl-faq-question:hover{background:#ffffff08}.nl-faq-arrow{color:#334155;flex-shrink:0;font-size:1.2rem}.nl-faq-open .nl-faq-arrow{color:#38bdf8}.nl-faq-answer{color:#334155;margin:0;padding:0 22px 18px;font-size:.88rem;line-height:1.7}.source-breakdown-list{flex-direction:column;gap:16px;max-width:720px;display:flex}.source-breakdown-row{flex-direction:column;gap:6px;display:flex}.source-breakdown-meta{justify-content:space-between;align-items:center;display:flex}.source-breakdown-label{color:#334155;font-size:.88rem;font-weight:600}.source-breakdown-count{color:#334155;font-size:.78rem}.source-breakdown-track{background:#ffffff14;border-radius:4px;width:100%;height:8px;overflow:hidden}.source-breakdown-fill{background:linear-gradient(90deg,#38bdf8,#7c3aed);border-radius:4px;min-width:4px;height:100%;transition:width .4s}@media (width<=900px){.float-nl-wrap{bottom:18px;right:18px}.float-nl-modal{width:280px}.homepage-cta-inner,.nl-hero-inner{grid-template-columns:1fr;gap:40px}.nl-testimonials-grid,.nl-benefits-grid{grid-template-columns:1fr}.blog-product-cta{flex-direction:column;align-items:flex-start;gap:24px;padding:28px 24px}.bpc-cta{text-align:center;width:100%}.resource-gate-input-row,.nl-inline-form{flex-direction:column}}:root{--cn-page:var(--color-bg);--cn-page-soft:var(--color-surface);--cn-surface:var(--color-bg);--cn-surface-muted:var(--color-surface);--cn-border:var(--color-border);--cn-border-strong:#c8c3b5;--cn-text:var(--color-text);--cn-text-muted:var(--color-text-secondary);--cn-text-soft:var(--color-text-secondary);--cn-blue:var(--color-accent);--cn-sky:var(--color-accent);--cn-purple:var(--color-accent-dark);--cn-shadow:0 18px 48px #0f172a14;--cn-shadow-soft:0 8px 28px #0f172a0f}html,body,#root,.site{background:var(--cn-page);color:var(--cn-text)}.site{background-image:none}.product-page,.blog-page,.article-page,.resources-page,.resource-detail-page,.newsletter-landing-page,.blog-manager-page,.partners-page,.media-kit-page,.business-center-page{color:var(--cn-text);background:0 0}.navbar{border-bottom:1px solid var(--color-border);box-shadow:none;background:#fffffff0}.brand,.navbar button,.nav-links a,.nav-links button{color:var(--cn-text-muted)}.brand{color:var(--cn-text)}.hamburger-btn,.back-bar button,.secondary-btn{border-color:var(--color-border);color:var(--color-text);background:#fff}.nav-mobile-overlay{background:#0f172a57}@media (width<=768px){.nav-links.nav-mobile-open{border-left:1px solid var(--color-border);background:#fff;box-shadow:-18px 0 44px #00000014}.nav-links.nav-mobile-open button{color:var(--color-text)}.nav-mobile-close{color:var(--color-text-secondary);background:var(--color-surface)!important;border-color:var(--color-border)!important}}.section:nth-of-type(2n),.showcase-section,.blog-tools-section,.categories-section,.popular-section,.trending-section,.guide-cta-section,.article-content-section,.article-nav-section,.resource-section,.nl-benefits-section,.nl-topics-section,.nl-testimonials-section,.nl-faq-section{background:0 0}.section-heading h2,.section-heading h1,.hero h1,.studynest-hero h1,.product-card h3,.article-card h3,.pricing-card h3,.showcase-card h3,.newsletter-card h2,.article-hero h1,.article-content-card h2,.sidebar-widget strong,.popular-info h3,.resource-card-title,.resource-detail-title,.nl-hero-title,.nl-form-card-title,.nl-benefit-card h3,.nl-topic-item strong,.nl-testimonial-author strong,.nl-faq-question,.blog-manager-page h2,.subscriber-table th,.subscriber-table td{color:var(--cn-text)}.section-heading p,.hero-text,.product-card p,.article-card p,.pricing-card p,.showcase-card p,.newsletter-copy,.article-excerpt,.article-content-card p,.footer p,.site-footer p,.popular-info p,.resource-card-description,.resource-detail-description,.nl-hero-subtitle,.nl-benefit-card p,.nl-topic-item p,.nl-testimonial-text,.nl-mid-cta p,.nl-faq-answer,.popup-body,.popup-fine-print,.guide-cta-copy p,.blog-featured-clickable>div>p:not(.eyebrow){color:var(--cn-text-muted)}.eyebrow,.product-category,.article-card span,.trending-badge-row span,.sidebar-widget-label,.popular-info span,.category-card small,.resource-card-format,.resource-related-copy small,.nl-stat-label,.nl-topic-tag,.source-breakdown-count{color:var(--cn-blue)}.hero-panel,.hero-stats div,.product-card,.article-card,.pricing-card,.showcase-card,.newsletter-card,.blog-tools,.category-card,.popular-article-item,.article-content-card,.sidebar-widget,.related-sidebar-item,.related-reading-card,.featured-strip-item,.prev-next-link,.guide-cta-card,.resource-card,.resource-featured,.resource-detail-card,.resource-content-card,.resource-related-widget,.resource-related-item,.resource-gate-panel,.resource-download-panel,.subscriber-table-wrap,.blog-manager-form,.newsletter-admin-card,.nl-form-card,.nl-benefit-card,.nl-topic-item,.nl-testimonial-card,.nl-faq-item,.source-breakdown-track,.partner-type-card,.media-kit-card,.media-kit-stat,.mk-placement-card,.mk-audience-card,.ad-slot,.recommended-products-block,.product-widget,.sponsored-disclosure,.modal-panel,.float-nl-modal,.exit-guide-preview{background:var(--cn-surface);border-color:var(--cn-border);color:var(--cn-text);box-shadow:var(--cn-shadow-soft)}.blog-featured,.app-preview,.showcase-mockup,.mockup-metric-card,.mockup-activity-card,.mockup-chart-card,.blog-featured-panel,.chat-ai,.chat-user,.flashcard-preview,.preview-note,.preview-grid div,.dashboard-card,.ecosystem-showcase-row,.guide-modal-cover,.exit-guide-cover,.nl-hero-preview,.nl-preview-card,.nl-preview-header,.nl-preview-content,.nl-preview-stat,.newsletter-admin-summary-card{border:1px solid var(--color-border);color:var(--color-text);background:#fff;box-shadow:0 2px 16px #0000000a}.blog-featured{background:var(--color-bg);box-shadow:0 4px 24px #0000000f}.showcase-mockup,.showcase-mockup-cyan,.showcase-mockup-emerald,.showcase-mockup-violet,.showcase-mockup-amber,.showcase-mockup-blue{border-color:var(--cn-border);background:radial-gradient(circle at 20% 0,#38bdf829,#0000 36%),linear-gradient(135deg,#fff,#f8fafc)}.mockup-topbar,.mockup-sidebar{border-color:var(--cn-border);color:var(--cn-text-muted);background:#f8fafce6}.mockup-topbar p,.mockup-metric-card strong,.mockup-activity-card strong,.preview-note h4,.preview-grid strong,.chat-ai strong,.chat-user strong,.flashcard-preview strong,.dashboard-card h3,.dashboard-stats strong,.app-preview h3,.blog-featured-panel strong{color:var(--cn-text)}.mockup-sidebar span,.mockup-metric-card p,.mockup-activity-card p,.mockup-bar-row span,.preview-note p,.preview-note span,.preview-grid span,.dashboard-stats p,.article-meta-row span,.article-card-meta small,.related-sidebar-item small,.related-reading-card small,.featured-strip-item small,.blog-featured-panel span{color:var(--cn-text-soft)}.preview-header,.mockup-topbar,.source-breakdown-row,.subscriber-table th,.subscriber-table td{border-color:var(--cn-border)}.preview-header button,.app-preview button,.newsletter-form button,.popup-submit-btn,.sticky-bar-btn,.homepage-cta-submit,.nl-submit-btn,.resource-download-button,.product-card button,.article-card-action:hover{color:#fff;background:linear-gradient(135deg, var(--cn-blue), var(--cn-purple))}.pricing-card.featured{color:var(--cn-text);box-shadow:var(--cn-shadow);background:linear-gradient(#fff,#fff) padding-box padding-box,linear-gradient(135deg,#2563ebad,#7c3aed9e) border-box;border:1px solid #0000}.pricing-card.featured h3,.pricing-card.featured p,.pricing-card.featured .price{color:var(--cn-text)}#all-plans .pricing-card.featured{background:linear-gradient(#fff, #fff) padding-box, linear-gradient(135deg, var(--color-accent), var(--color-accent-dark)) border-box}.pricing-nav{z-index:40;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--color-border,#e2e8f0);background:#fffffff0;position:sticky;top:88px}.pricing-nav-inner{max-width:1180px;margin:0 auto;padding:12px 7%}.pricing-nav-chips{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.pricing-nav-chip{border:1px solid var(--color-border,#e2e8f0);color:#334155;white-space:nowrap;background:#fff;border-radius:999px;align-items:center;padding:8px 16px;font-size:.85rem;font-weight:700;text-decoration:none;transition:border-color .15s,color .15s,background .15s;display:inline-flex}.pricing-nav-chip:hover{border-color:var(--color-accent,#0f7a5a);color:var(--color-accent,#0f7a5a);background:#0f7a5a0f}.pricing-nav-select-wrap{display:none}.pricing-nav-select-label{letter-spacing:.06em;text-transform:uppercase;color:#64748b;margin-bottom:6px;font-size:.72rem;font-weight:800;display:block}.pricing-nav-select{border:1px solid var(--color-border,#e2e8f0);color:#0f172a;background:#fff;border-radius:12px;width:100%;padding:12px 14px;font-size:.95rem;font-weight:700}#all-plans,.pricing-product-block,#comparison{scroll-margin-top:150px}.pricing-faq-section .bc-faq-title{display:none}@media (width<=900px){.pricing-nav{top:80px}.pricing-nav-chips{display:none}.pricing-nav-select-wrap{display:block}#all-plans,.pricing-product-block,#comparison{scroll-margin-top:140px}}.article-thumb{box-shadow:inset 0 1px 0 #ffffff57, var(--cn-shadow-soft);border-color:#0f7a5a29}.article-thumb span,.article-thumb strong,.article-thumb[data-category] strong{color:#fff}.article-thumb span{background:#0f172a52}.article-thumb[data-category=data-centers-and-databases]{background:radial-gradient(circle at 18% 20%,#ffffff47,#0000 24%),linear-gradient(135deg,#0ea5e9b8,#2563eb85)}.article-hero{background:radial-gradient(circle at 50% 0,#0f7a5a14,#0000 42%),0 0}.reading-progress-track{background:#e2e8f0}.share-btn,.blog-category-pill,.resource-filter-pill,.partner-stat,.media-kit-pill,.nl-tag,.nl-preview-chip,.source-breakdown-label{background:var(--color-surface);border-color:var(--color-border);color:var(--color-text-secondary)}.share-btn:hover,.blog-category-pill:hover,.resource-filter-pill:hover,.related-sidebar-item:hover,.related-reading-card:hover,.featured-strip-item:hover,.resource-related-item:hover,.category-card:hover,.popular-article-item:hover{color:var(--color-accent);background:#0f7a5a12;border-color:#0f7a5a52}.blog-category-pill.active,.resource-filter-pill.active{background:var(--color-accent);border-color:var(--color-accent);color:#fff}.newsletter-card input,.newsletter-form input,.popup-form input,.homepage-cta-form input,.nl-form input,.nl-inline-form input,.sticky-bar-form input,.blog-search input,.form-input,.subscriber-table input,.resource-gate-input-row input,textarea,select{border-color:var(--color-border);color:var(--color-text);background:#fff}.newsletter-success{color:#047857;background:#ecfdf5;border-color:#bbf7d0}.newsletter-error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:14px;max-width:560px;margin:14px auto 0;padding:12px 14px;font-weight:800;line-height:1.5}.homepage-cta-error{color:#b91c1c}.footer,.site-footer{border-top:1px solid var(--cn-border);color:var(--cn-text-muted);background:linear-gradient(#fff,#f8fafc)}.footer-links button{border-color:var(--cn-border);color:var(--cn-text-muted);background:#fff}.footer-bottom{color:var(--cn-text-soft)}.modal-backdrop{background:#0f172a6b}.modal-close,.sticky-bar-close{border-color:var(--cn-border);color:var(--cn-text-muted);background:#f8fafc}.popup-success h3,.modal-panel h2,.float-nl-modal h3,.guide-modal-cover p,.exit-guide-cover small{color:var(--cn-text)}.guide-chapters li,.exit-guide-bullets li{color:var(--cn-text-muted)}.float-nl-trigger,.sticky-bar-mark,.exit-popup-icon,.popup-success-icon{background:linear-gradient(135deg, var(--cn-blue), var(--cn-purple));color:#fff}.sticky-newsletter-bar{border:1px solid var(--cn-border);color:var(--cn-text);background:#fffffff5;box-shadow:0 18px 46px #0f172a24}.sticky-bar-copy strong,.sticky-bar-subscribed{color:var(--cn-text)}.homepage-cta-banner,.nl-mid-cta-section{background:linear-gradient(135deg,#38bdf814,#7c3aed12);border-color:#2563eb24}.homepage-cta-form-side,.nl-hero-form-side{border-color:var(--cn-border);box-shadow:var(--cn-shadow-soft);background:#fff}.homepage-cta-headline,.homepage-cta-form-label,.nl-form-card-title,.nl-hero-title{color:var(--cn-text)}.homepage-cta-sub,.homepage-cta-perks li,.homepage-cta-disclaimer,.nl-form-note,.nl-preview-label,.nl-preview-item span{color:var(--cn-text-muted)}.subscriber-table{color:var(--cn-text);background:#fff}.subscriber-table thead,.subscriber-table th{background:#f8fafc}.subscriber-table tr,.subscriber-table td{border-color:var(--cn-border)}.blog-manager-toggle,.newsletter-admin-actions button,.blog-manager-table-actions button{color:var(--cn-text-muted)}.danger-action{color:#b91c1c!important;background:#fff1f2!important;border-color:#fecaca!important}.resource-thumbnail,.resource-card-icon,.product-icon,.category-icon,.dashboard-icon,.resource-related-icon{color:var(--color-accent);background:#0f7a5a14}.ad-slot{background:linear-gradient(135deg, color-mix(in srgb, var(--ad-accent,#38bdf8) 10%, #fff), #fff)}.ad-slot-label,.ad-slot-copy p,.sponsored-card-badge,.sponsored-disclosure{color:var(--cn-text-muted)}.ad-slot-title,.ad-slot-copy strong,.blog-product-cta h3,.recommended-products-block h2,.product-widget h3,.rp-card strong,.pw-card strong{color:var(--cn-text)}.rp-card,.pw-card{border-color:var(--cn-border);color:var(--cn-text);background:#fff}code{color:#1e293b;background:#f1f5f9;border:1px solid #e2e8f0}:root{--cn-text-muted:var(--color-text-secondary);--cn-text-soft:var(--color-text-secondary);--cn-blue:var(--color-accent);--cn-link:var(--color-accent-dark)}.eyebrow,.product-category,.article-card span,.trending-badge-row span,.sidebar-widget-label,.popular-info span,.category-card small,.resource-card-format,.resource-related-copy small,.nl-stat-label,.nl-topic-tag,.source-breakdown-count,.related-sidebar-item span,.related-reading-card span,.featured-strip-item span,.ad-slot-label,.bpc-kicker,.rp-eyebrow,.pw-eyebrow,.partner-type-kicker,.mk-placement-type,.resource-card-kicker{color:var(--cn-blue)!important}.article-meta-row span,.article-card-meta small,.related-sidebar-item small,.related-reading-card small,.featured-strip-item small,.blog-featured-panel span,.mockup-sidebar span,.mockup-metric-card p,.mockup-activity-card p,.mockup-bar-row span,.preview-note p,.preview-note span,.preview-grid span,.dashboard-stats p,.footer-bottom,.homepage-cta-disclaimer,.nl-form-note,.popup-fine-print,.guide-cta-note,.source-breakdown-count,.resource-related-copy small,.newsletter-admin-page :is(small,.subscriber-meta),.blog-manager-page :is(small,.subscriber-meta),.media-kit-page :is(small,.subscriber-meta),.partners-page :is(small,.subscriber-meta),.newsletter-landing-page :is(small,.subscriber-meta),.resources-page :is(small,.subscriber-meta),.resource-detail-page :is(small,.subscriber-meta){color:var(--cn-text-soft)!important}.footer-links button,.sidebar-widget a,.related-sidebar-item,.share-btn,.blog-category-pill,.resource-filter-pill,.guide-cta-bullets span,.partner-stat,.media-kit-pill,.nl-tag,.nl-preview-chip,.source-breakdown-label,.secondary-btn,.blog-manager-toggle,.newsletter-admin-actions button,.blog-manager-table-actions button{color:var(--cn-text-muted)!important}.footer-links button:hover,.sidebar-widget a:hover,.related-sidebar-item:hover,.share-btn:hover,.blog-category-pill.active,.blog-category-pill:hover,.resource-filter-pill.active,.resource-filter-pill:hover{color:var(--cn-link)!important}.newsletter-card input::placeholder,.newsletter-form input::placeholder,.popup-form input::placeholder,.homepage-cta-form input::placeholder,.nl-form input::placeholder,.nl-inline-form input::placeholder,.sticky-bar-form input::placeholder,.blog-search input::placeholder,.form-input::placeholder,textarea::placeholder{color:#64748b}.resource-card,.resource-related-item,.rp-card,.pw-card,.ad-slot,.partner-type-card,.mk-placement-card,.mk-audience-card{color:var(--cn-text)}.resource-card :is(p,span,small),.resource-related-item :is(p,span,small),.rp-card :is(p,span,small),.pw-card :is(p,span,small),.ad-slot :is(p,span,small),.partner-type-card :is(p,span,small),.mk-placement-card :is(p,span,small),.mk-audience-card :is(p,span,small){color:var(--cn-text-muted)}.primary-btn,.nav-cta,.preview-header button,.app-preview button,.newsletter-card button[type=submit],.popup-form button,.nl-submit-btn,.homepage-cta-submit,.sticky-bar-btn,.product-card button,.resource-download-button{color:#fff!important}.showcase-feature-list span,.mk-segment-tag,.resource-cat-pill,.resource-product-pill,.resource-card-format,.resource-filter-pill,.blog-category-pill,.guide-cta-bullets span,.partner-stat,.media-kit-pill,.nl-tag,.nl-preview-chip,.source-breakdown-label,.sponsored-card-badge{font-weight:900;color:var(--color-accent-dark)!important;background:#0f7a5a1a!important;border:1px solid #0f7a5a40!important}.trending-badge{font-weight:900;color:#92700a!important;background:#c9a22724!important;border:1px solid #c9a22759!important}.showcase-feature-list span:nth-child(2n),.mk-segment-tag:nth-child(2n),.resource-cat-pill:nth-child(2n),.guide-cta-bullets span:nth-child(2n){color:var(--color-accent)!important;background:#0f7a5a0f!important;border-color:#0f7a5a2e!important}.product-card p,.showcase-card p,.article-card p,.pricing-card p,.section-heading p,.hero-text,.newsletter-copy,.article-excerpt,.resource-card-description,.resource-detail-description,.blog-featured-clickable>div>p:not(.eyebrow),.guide-cta-copy p,.homepage-cta-sub,.homepage-cta-perks li,.nl-hero-subtitle,.nl-benefit-card p,.nl-topic-item p,.nl-testimonial-text,.nl-mid-cta p,.nl-faq-answer,.bpc-subtitle,.bpc-features,.product-widget-tagline,.rp-card p,.pw-card p,.ad-slot-copy p,.partner-type-card p,.mk-placement-card p,.mk-audience-card p{color:#334155!important}.mockup-sidebar{background:var(--color-surface)!important;border-color:var(--color-border)!important}.mockup-sidebar span,.mockup-bar-row span,.preview-grid span,.dashboard-stats p,.preview-note p,.preview-note span,.mockup-metric-card p,.mockup-activity-card p,.article-meta-row span,.article-card-meta small,.related-sidebar-item small,.related-reading-card small,.featured-strip-item small,.blog-featured-panel span,.resource-related-copy small,.nl-preview-label,.nl-preview-item span,.homepage-cta-disclaimer,.nl-form-note,.popup-fine-print,.guide-cta-note,.source-breakdown-count,.footer-bottom{color:#475569!important}.mockup-bar-row div{background:var(--color-surface)!important}.mockup-topbar p,.mockup-sidebar strong,.mockup-metric-card strong,.mockup-activity-card strong,.preview-note h4,.preview-grid strong,.chat-ai strong,.chat-user strong,.flashcard-preview strong,.dashboard-card h3,.app-preview h3,.blog-featured-panel strong,.related-sidebar-item strong,.related-reading-card strong,.featured-strip-item strong,.resource-related-copy strong,.footer-links button{color:#0f172a!important}.sticky-newsletter-bar,.float-nl-modal,.resource-gate-panel,.homepage-cta-form-side,.nl-form-card,.modal-panel{color:#0f172a}.resource-gate-panel p,.resource-gate-panel small,.homepage-cta-form-side p,.homepage-cta-form-side small,.nl-form-card p,.nl-form-card small,.modal-panel p,.modal-panel small{color:#334155!important}.sticky-bar-copy span,.sticky-bar-collapsed-cta{color:#ffffffd9!important}.float-nl-modal p,.float-nl-modal small{color:#ffffffbf!important}.sticky-bar-form input::placeholder,.float-nl-form input::placeholder,.resource-gate-input-row input::placeholder,.homepage-cta-form input::placeholder,.nl-form input::placeholder,.nl-inline-form input::placeholder,.newsletter-card input::placeholder,.newsletter-form input::placeholder,.popup-form input::placeholder,.blog-search input::placeholder,.form-input::placeholder,textarea::placeholder{opacity:1;color:#475569!important}.sticky-bar-form input,.float-nl-form input,.resource-gate-input-row input,.homepage-cta-form input,.nl-form input,.nl-inline-form input,.newsletter-card input,.newsletter-form input,.popup-form input,.blog-search input,.form-input,textarea,select{border-color:#cbd5e1;color:#0f172a!important;background:#fff!important}.resource-card :is(p,span,small,li),.resource-related-item :is(p,span,small,li),.rp-card :is(p,span,small,li),.pw-card :is(p,span,small,li),.bpc-cta :is(p,span,small,li),.ad-slot :is(p,span,small,li),.partner-type-card :is(p,span,small,li),.mk-placement-card :is(p,span,small,li),.mk-audience-card :is(p,span,small,li),.newsletter-admin-page :is(p,span,small,li),.blog-manager-page :is(p,span,small,li),.media-kit-page :is(p,span,small,li),.partners-page :is(p,span,small,li),.newsletter-landing-page :is(p,span,small,li),.resources-page :is(p,span,small,li),.resource-detail-page :is(p,span,small,li){color:#334155}.resource-card :is(.eyebrow,.product-category,.resource-cat-pill,.resource-product-pill),.resource-related-item :is(.eyebrow,.product-category,.resource-cat-pill,.resource-product-pill),.rp-card :is(.eyebrow,.product-category),.pw-card :is(.eyebrow,.product-category),.bpc-cta :is(.eyebrow,.product-category),.ad-slot .ad-slot-label,.partner-type-card :is(.eyebrow,.product-category),.mk-placement-card :is(.eyebrow,.product-category),.mk-audience-card :is(.eyebrow,.product-category),.newsletter-admin-page :is(.eyebrow,.product-category),.blog-manager-page :is(.eyebrow,.product-category),.media-kit-page :is(.eyebrow,.product-category),.partners-page :is(.eyebrow,.product-category),.newsletter-landing-page :is(.eyebrow,.product-category),.resources-page :is(.eyebrow,.product-category),.resource-detail-page :is(.eyebrow,.product-category){color:#1d4ed8!important}.newsletter-admin-page,.newsletter-admin-section,.newsletter-admin-panel,.newsletter-admin-summary,.newsletter-admin-table,.newsletter-admin-controls,.media-kit-section,.mk-brand-card,.mk-spec-card,.mk-contact-card,.partners-section,.partner-process-card,.partner-faq-card,.resource-grid-v2,.resource-sidebar-card,.resource-main-card,.resource-download-card{color:var(--cn-text);background:0 0}.newsletter-admin-page *,.blog-manager-page *,.media-kit-page *,.partners-page *,.newsletter-landing-page *,.resources-page *,.resource-detail-page *{border-color:var(--cn-border)}.newsletter-admin-page :is(h1,h2,h3,h4,strong),.blog-manager-page :is(h1,h2,h3,h4,strong),.media-kit-page :is(h1,h2,h3,h4,strong),.partners-page :is(h1,h2,h3,h4,strong),.newsletter-landing-page :is(h1,h2,h3,h4,strong),.resources-page :is(h1,h2,h3,h4,strong),.resource-detail-page :is(h1,h2,h3,h4,strong){color:var(--cn-text)}.newsletter-admin-page :is(p,span,small,li),.blog-manager-page :is(p,span,small,li),.media-kit-page :is(p,span,small,li),.partners-page :is(p,span,small,li),.newsletter-landing-page :is(p,span,small,li),.resources-page :is(p,span,small,li),.resource-detail-page :is(p,span,small,li){color:var(--cn-text-muted)}.newsletter-admin-page :is(.eyebrow,.product-category),.blog-manager-page :is(.eyebrow,.product-category),.media-kit-page :is(.eyebrow,.product-category),.partners-page :is(.eyebrow,.product-category),.newsletter-landing-page :is(.eyebrow,.product-category),.resources-page :is(.eyebrow,.product-category),.resource-detail-page :is(.eyebrow,.product-category){color:var(--cn-blue)}.newsletter-admin-page :is(.newsletter-card,.product-card,.showcase-card,.pricing-card,.subscriber-table-wrap),.blog-manager-page :is(.newsletter-card,.product-card,.showcase-card,.pricing-card,.subscriber-table-wrap),.media-kit-page :is(.newsletter-card,.product-card,.showcase-card,.pricing-card,.subscriber-table-wrap),.partners-page :is(.newsletter-card,.product-card,.showcase-card,.pricing-card,.subscriber-table-wrap),.newsletter-landing-page :is(.newsletter-card,.product-card,.showcase-card,.pricing-card,.subscriber-table-wrap),.resources-page :is(.newsletter-card,.product-card,.showcase-card,.pricing-card,.subscriber-table-wrap),.resource-detail-page :is(.newsletter-card,.product-card,.showcase-card,.pricing-card,.subscriber-table-wrap){color:var(--cn-text);box-shadow:var(--cn-shadow-soft);background:#fff}.primary-btn,.nav-cta,.newsletter-card button[type=submit],.popup-form button,.nl-submit-btn,.homepage-cta-submit,.sticky-bar-btn{color:#fff!important}.article-cover{color:#fff;isolation:isolate;background:radial-gradient(circle at 16% 18%,#ffffffbf,#0000 18%),linear-gradient(135deg,#064e3b,#0f7a5a);border:1px solid #0f7a5a33;border-radius:20px;min-height:156px;margin:0;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 56px #0f172a29}.article-cover:before{content:"";z-index:-2;background:linear-gradient(120deg,#ffffff38,#0000 32%),radial-gradient(circle at 86% 20%,#ffffff38,#0000 22%),radial-gradient(circle at 82% 82%,#0f172a33,#0000 34%);position:absolute;inset:0}.article-cover:after{content:"";z-index:-1;border:1px solid #ffffff42;border-radius:16px;position:absolute;inset:18px}.article-cover[data-accent=blue]{background:radial-gradient(circle at 16% 18%,#ffffffb8,#0000 18%),linear-gradient(135deg,#064e3b,#0f7a5a 52%,#10b981)}.article-cover[data-accent=cyan]{background:radial-gradient(circle at 16% 18%,#ffffffb8,#0000 18%),linear-gradient(135deg,#0f7a5a,#0e9f6e 52%,#047857)}.article-cover[data-accent=violet]{background:radial-gradient(circle at 16% 18%,#ffffffb8,#0000 18%),linear-gradient(135deg,#c9a227,#0f7a5a 54%,#064e3b)}.article-cover[data-accent=emerald]{background:radial-gradient(circle at 16% 18%,#ffffffb8,#0000 18%),linear-gradient(135deg,#064e3b,#0f7a5a 58%,#10b981)}.article-cover[data-accent=rose]{background:radial-gradient(circle at 16% 18%,#ffffffb8,#0000 18%),linear-gradient(135deg,#be123c,#9f1239 56%,#0f7a5a)}.article-cover-grid{opacity:.22;grid-template-columns:repeat(2,1fr);display:grid;position:absolute;inset:0}.article-cover-grid span{border-bottom:1px solid #ffffff38;border-right:1px solid #ffffff47}.article-cover-mark{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff2e;border:1px solid #ffffff57;border-radius:18px;place-items:center;width:58px;height:58px;display:grid;position:absolute;top:24px;left:24px}.article-cover-mark span{letter-spacing:.04em;font-size:.9rem;font-weight:1000;color:#fff!important}.article-cover figcaption{width:100%;min-height:inherit;flex-direction:column;justify-content:flex-end;gap:8px;padding:92px 24px 24px;display:flex;position:relative}.article-cover figcaption small,.article-cover figcaption span,.article-cover figcaption strong{text-shadow:0 1px 10px #0f172a3d;color:#fff!important}.article-cover figcaption small{letter-spacing:.14em;text-transform:uppercase;font-size:.72rem;font-weight:900}.article-cover figcaption strong{letter-spacing:0;max-width:520px;font-size:clamp(1.2rem,3vw,2.4rem);line-height:1.04}.article-cover figcaption span{font-size:.82rem;font-weight:800}.article-cover-hero{border-radius:28px;min-height:430px;margin-top:30px}.article-cover-hero figcaption{padding:118px 34px 34px}.article-cover-featured{min-height:320px;margin-bottom:22px}.article-cover-panel{min-height:230px;margin-bottom:18px}.article-cover-card{border-radius:16px;min-height:148px;margin-bottom:14px;box-shadow:0 14px 36px #0f172a1f}.article-cover-card .article-cover-mark{border-radius:14px;width:44px;height:44px;top:16px;left:16px}.article-cover-card figcaption{padding:74px 16px 16px}.article-cover-card figcaption strong{font-size:1.05rem}.featured-strip-item .article-cover{border-radius:14px;min-height:112px;margin-bottom:4px}.featured-strip-item .article-cover-mark{border-radius:12px;width:36px;height:36px;top:12px;left:12px}.featured-strip-item .article-cover figcaption{padding:58px 12px 12px}.featured-strip-item .article-cover figcaption small,.featured-strip-item .article-cover figcaption span{display:none}.featured-strip-item .article-cover figcaption strong{font-size:.9rem}.article-publication-meta{border:1px solid var(--color-border);background:#ffffffe6;border-radius:20px;grid-template-columns:minmax(220px,1.2fr) minmax(180px,.8fr);align-items:center;gap:18px;max-width:980px;margin:26px auto 0;padding:18px;display:grid;box-shadow:0 14px 40px #0f172a14}.article-byline-lockup{align-items:center;gap:12px;min-width:0;display:flex}.article-byline-lockup>div:last-child,.article-date-stack{flex-direction:column;gap:4px;display:flex}.article-byline-lockup span,.article-date-stack span{font-size:.9rem;font-weight:900;color:var(--color-text)!important}.article-byline-lockup small{font-weight:800;color:var(--color-text-secondary)!important}.article-topic-strip{border-top:1px solid var(--color-border);flex-wrap:wrap;grid-column:1/-1;gap:8px;padding-top:14px;display:flex}.article-topic-strip span{background:#0f7a5a14;border:1px solid #0f7a5a38;border-radius:999px;padding:6px 10px;font-size:.74rem;font-weight:900;color:var(--color-accent)!important}.article-content-card{padding:clamp(26px,4vw,48px)}.article-content-card .article-section+.article-section{margin-top:38px}.article-content-card h2{color:var(--color-text);letter-spacing:0;margin-bottom:14px;font-size:clamp(1.45rem,2vw,2rem);line-height:1.18}.article-content-card p{max-width:760px;font-size:1.05rem;line-height:1.86;color:var(--color-text)!important}.article-sidebar{top:104px}.article-toc{border-color:var(--color-border)}.toc-link{color:var(--color-text-secondary)!important}.toc-link:hover{color:var(--color-accent)!important}.article-cta-block,.article-end-newsletter{background:var(--color-surface);border:1px solid var(--color-border);box-shadow:0 18px 46px #0f7a5a12}.article-cta-block h3,.article-end-newsletter h2{color:var(--color-text)}.article-cta-block p,.article-end-newsletter .newsletter-copy{color:var(--color-text-secondary)!important}.blog-featured-section .blog-featured{align-items:stretch;gap:28px}.blog-featured-clickable>div:first-child{min-width:0}.blog-featured-panel{flex-direction:column;display:flex}.related-reading-block{border-top-color:var(--color-border)}.related-sidebar-item,.related-reading-card,.featured-strip-item,.prev-next-link{border-color:var(--color-border)!important;background:#fff!important}.prev-next-link strong{color:var(--color-text)!important}.prev-next-cat{color:var(--color-text-secondary)!important}@media (width<=900px){.article-cover-hero{border-radius:22px;min-height:340px}.article-publication-meta{grid-template-columns:1fr}.article-sidebar{position:static}.article-cover-featured,.article-cover-panel{min-height:240px}}@media (width<=640px){.article-cover{min-height:136px}.article-cover-hero{min-height:280px;margin-top:22px}.article-cover-hero figcaption{padding:100px 22px 24px}.article-cover-mark{width:48px;height:48px;top:18px;left:18px}.article-publication-meta{border-radius:16px;padding:14px}.article-topic-strip span{font-size:.7rem}.article-content-card p{font-size:1rem;line-height:1.78}.article-cover-card figcaption strong{font-size:.96rem}}.article-hero{padding-top:64px;padding-bottom:0}.article-hero .eyebrow{letter-spacing:.18em;color:var(--color-accent);margin-bottom:18px;font-size:.72rem;font-weight:900}.article-hero h1{letter-spacing:-.03em;color:var(--color-text);max-width:900px;margin-bottom:24px;margin-left:auto;margin-right:auto;font-size:clamp(2.4rem,5.5vw,5rem);line-height:1.05}.article-excerpt{color:var(--color-text-secondary);max-width:680px;margin-bottom:34px;font-size:1.13rem;line-height:1.88}.article-publication-meta{max-width:860px;margin-left:auto;margin-right:auto}.article-cover-hero{max-width:980px;margin:44px auto 0}.article-content-section{padding-top:56px;padding-bottom:0}.article-body-layout{grid-template-columns:1fr 268px;align-items:start;gap:52px;max-width:1180px}.article-content-card{background:#fff;border-radius:6px;padding:clamp(32px,5vw,60px) clamp(28px,4.5vw,56px);box-shadow:0 2px 12px #0f172a0d,0 0 0 1px #e2e8f0cc}.article-content-card h2{letter-spacing:-.028em;color:var(--color-text);margin-bottom:20px;font-size:clamp(1.55rem,2.6vw,2.15rem);font-weight:900;line-height:1.15}.article-content-card p{color:var(--color-text);max-width:70ch;margin-bottom:0;font-size:1.09rem;line-height:2}.article-content-card a{color:var(--color-accent);border-bottom:none;text-decoration:none}.article-content-card a:hover,.article-content-card a:focus{color:var(--color-accent-dark);border-bottom:1px solid var(--color-accent-dark)}.article-body-counter{counter-reset:article-section}.article-section{padding:44px 0;scroll-margin-top:96px}.article-content-card .article-section+.article-section{border-top:1px solid var(--color-border);margin-top:0;padding-top:44px}.article-content-card section+section{border-top:none;margin-top:0;padding-top:0}.article-body-counter .article-section:not(.article-section-intro):not(.article-section-callout) h2{counter-increment:article-section}.article-body-counter .article-section:not(.article-section-intro):not(.article-section-callout) h2:before{content:counter(article-section, decimal-leading-zero);color:#0f7a5a8c;letter-spacing:.12em;vertical-align:middle;margin-right:12px;font-size:.68rem;font-weight:900;line-height:1;display:inline-block;position:relative;top:-2px}.article-content-card .article-section-intro{border-top:none;padding-top:0}.article-content-card .article-section-intro h2{color:var(--color-text);border-bottom:2px solid var(--color-border);margin-bottom:24px;padding-bottom:18px;font-size:clamp(1.6rem,2.8vw,2.25rem)}.article-content-card .article-section-intro p{color:var(--color-text);max-width:70ch;font-size:1.12rem;line-height:2.06}.article-content-card .article-section-callout{background:var(--color-surface);border-left:4px solid var(--color-accent);border-top:none;border-radius:0 20px 20px 0;margin-top:8px;padding:32px 38px}.article-content-card .article-section-callout h2{color:var(--color-accent);text-transform:uppercase;letter-spacing:.16em;counter-increment:none;margin-bottom:16px;font-size:.76rem;font-weight:900}.article-content-card .article-section-callout h2:before{content:none}.article-content-card .article-section-callout p{color:var(--color-text);max-width:none;font-size:1.08rem;font-weight:600;line-height:1.92}.article-pullquote{border-left:3px solid var(--color-accent);color:var(--color-text);letter-spacing:-.01em;quotes:none;background:0 0;margin:30px 0 10px;padding:22px 0 22px 28px;font-size:clamp(1.12rem,2vw,1.38rem);font-style:italic;font-weight:700;line-height:1.56}.article-content-card ul,.article-content-card ol{flex-direction:column;gap:12px;margin:20px 0 24px;padding:0;list-style:none;display:flex}.article-content-card ul li,.article-content-card ol li{color:var(--color-text);padding-left:38px;font-size:1.06rem;line-height:1.84;position:relative}.article-content-card ul li:before{content:"";background:var(--color-accent);border-radius:50%;width:7px;height:7px;position:absolute;top:.65em;left:0}.article-content-card ol{counter-reset:editorial-ol}.article-content-card ol li:before{counter-increment:editorial-ol;content:counter(editorial-ol);background:var(--color-accent);color:#fff;border-radius:50%;place-items:center;width:22px;height:22px;font-size:.68rem;font-weight:900;line-height:1;display:grid;position:absolute;top:.18em;left:0}.related-reading-block{border-top:2px solid var(--color-border);margin-top:52px;padding-top:36px}.related-reading-block .sidebar-widget-label{margin-bottom:18px;color:var(--color-accent)!important}.related-reading-card{border-color:#e2e8f0;border-radius:16px;padding:18px 20px;transition:border-color .18s,box-shadow .18s,transform .14s}.related-reading-card:hover{border-color:#0f7a5a52;transform:translateY(-2px);box-shadow:0 6px 20px #0f7a5a17}.article-sidebar{gap:20px}.sidebar-widget{border:1px solid var(--color-border);border-radius:18px;box-shadow:0 2px 10px #0f172a0a}.article-toc .toc-list{gap:4px}.toc-link{border-left:2px solid #0000;padding:5px 0 5px 10px;font-size:.86rem;line-height:1.5;transition:border-color .15s,color .15s;display:block}.toc-link:hover{border-left-color:var(--color-accent);padding-left:14px;transition:border-color .15s,color .15s,padding-left .15s}.article-nav-section{padding-top:24px;padding-bottom:64px}.article-author-section{padding-top:0;padding-bottom:56px}.article-author-card{border-top:2px solid var(--color-border);max-width:1180px;box-shadow:none;background:0 0;border-radius:0;padding-top:36px;padding-bottom:36px}@media (width<=1100px){.article-body-layout{grid-template-columns:1fr 245px;gap:36px}}@media (width<=900px){.article-hero{padding-top:44px}.article-content-section{padding-top:36px}.article-body-layout{gap:0}.article-section{padding:36px 0}.article-content-card .article-section-callout{border-radius:0 16px 16px 0;padding:24px 26px}.article-pullquote{padding-left:20px;font-size:1.1rem}.article-author-card,.article-cover-hero{max-width:100%}}@media (width<=640px){.article-hero h1{letter-spacing:-.02em}.article-content-card{border-radius:12px;padding:24px 20px}.article-section{padding:28px 0}.article-content-card h2{font-size:clamp(1.35rem,5vw,1.7rem)}.article-content-card p{font-size:1.02rem;line-height:1.86}.article-content-card .article-section-callout{border-radius:0 12px 12px 0;padding:20px 18px}.article-content-card .article-section-callout h2{font-size:.7rem}.article-pullquote{margin:22px 0 8px;padding-left:16px;font-size:1.05rem}.article-author-card{border-top:1px solid #e2e8f0;padding-top:28px;padding-bottom:28px}.article-widget,.article-interactive-block,.article-takeaways{margin:20px 0;padding:18px}.article-sidebar .sidebar-widget{padding:18px}.article-assistant-form{grid-template-columns:1fr}.article-section{scroll-margin-top:80px}}.newspaper-featured-section{border-top:3px solid var(--color-text);padding-top:0;padding-bottom:0}.newspaper-featured-inner{max-width:1180px;margin:0 auto;padding:0 clamp(20px,5vw,60px)}.newspaper-featured-header{border-bottom:1px solid var(--color-border);align-items:center;gap:18px;margin-bottom:40px;padding:14px 0;display:flex}.newspaper-featured-header:before,.newspaper-featured-header:after{content:"";background:var(--color-border);flex:1;height:1px}.newspaper-featured-label{letter-spacing:.24em;color:var(--color-text);text-transform:uppercase;white-space:nowrap;flex-shrink:0;font-size:.66rem;font-weight:900}.newspaper-featured-body{grid-template-columns:1.15fr 1fr;align-items:start;gap:56px;padding-bottom:56px;display:grid}.article-cover-newspaper{border-radius:8px;min-height:400px;box-shadow:0 24px 64px #0f172a2e}.article-cover-newspaper figcaption{padding:136px 30px 30px}.article-cover-newspaper figcaption strong{font-size:clamp(1.4rem,3.5vw,2.6rem)}.article-cover-newspaper .article-cover-mark{width:64px;height:64px;top:28px;left:28px}.article-cover-newspaper .article-cover-mark span{font-size:1rem}.newspaper-featured-text{flex-direction:column;padding-top:6px;display:flex}.newspaper-meta-row{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:20px;display:flex}.newspaper-category{letter-spacing:.14em;text-transform:uppercase;color:var(--color-accent-dark);background:#0f7a5a1a;border-radius:3px;padding:3px 10px;font-size:.68rem;font-weight:900}.newspaper-date,.newspaper-readtime{color:var(--color-text-secondary);font-size:.78rem}.newspaper-date:before{content:"·";color:#cbd5e1;margin-right:10px}.newspaper-headline{letter-spacing:-.032em;color:var(--color-text);margin-bottom:22px;font-size:clamp(1.9rem,3.2vw,3rem);font-weight:900;line-height:1.06}.newspaper-summary{color:var(--color-text-secondary);max-width:52ch;margin-bottom:20px;font-size:1.07rem;line-height:1.82}.newspaper-byline{color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:.1em;border-bottom:1px solid var(--color-border);margin-bottom:30px;padding-bottom:22px;font-size:.8rem;font-weight:700}.newspaper-cta{align-self:flex-start}@media (width<=860px){.newspaper-featured-body{grid-template-columns:1fr;gap:28px;padding-bottom:36px}.newspaper-featured-text{padding-top:0}}@media (width<=640px){.newspaper-featured-body{padding-bottom:24px}.newspaper-featured-header{margin-bottom:24px}.newspaper-headline{font-size:1.75rem}.article-cover-newspaper{min-height:260px}}.blog-product-cta{background:var(--bpc-bg,#38bdf812);border:1.5px solid var(--bpc-accent,#38bdf8);box-shadow:0 2px 16px #0f172a0f}.bpc-icon{background:var(--bpc-accent,#38bdf8);color:#0f172a}.bpc-category{color:#1d4ed8}.bpc-name{color:#0f172a}.bpc-headline{color:#334155}.bpc-features{margin:0 0 10px;padding:0;list-style:none}.bpc-features li{padding-left:14px;font-size:.82rem;position:relative;color:#334155!important;background:0 0!important;border:none!important;font-weight:500!important}.bpc-features li:before{content:"✓";color:var(--bpc-accent,#38bdf8);border-radius:0;width:auto;height:auto;font-size:.7rem;font-weight:900;position:absolute;left:0;background:0 0!important;border:none!important}.bpc-status{color:#64748b}.bpc-cta{background:var(--bpc-accent,#38bdf8)!important;color:#0f172a!important;border:none!important}.article-image-figure{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:12px;margin:28px 0;overflow:hidden}.article-image{object-fit:cover;width:100%;height:auto;max-height:520px;display:block}.article-image-caption{color:#64748b;background:#f8fafc;border-top:1px solid #e2e8f0;padding:10px 16px;font-size:.82rem;line-height:1.5;display:block}.article-image-figure.article-hero-image{border-radius:16px;margin:32px 0 0}.article-image-figure.article-hero-image .article-image{max-height:480px}@media (width<=640px){.article-image-figure{border-radius:8px;margin:20px 0}.article-image{max-height:260px}.article-image-figure.article-hero-image{border-radius:10px}.article-image-figure.article-hero-image .article-image{max-height:240px}}.home-hero-visual-wrap{max-width:1200px;margin:0 auto 64px;padding:0 7%}.home-hero-visual-img{object-fit:cover;border-radius:24px;width:100%;height:auto;max-height:400px;display:block;box-shadow:0 20px 56px #0f172a1a}.product-card-image{border-radius:24px 24px 0 0;height:180px;margin:-28px -28px 22px;overflow:hidden}.product-card-image img{object-fit:cover;width:100%;height:100%;transition:transform .35s;display:block}.product-card:hover .product-card-image img{transform:scale(1.04)}.article-thumb-photo{border-radius:14px;height:164px;margin-bottom:14px;overflow:hidden}@media (width<=768px){.home-hero-visual-img{border-radius:18px;max-height:300px}.product-card-image{height:150px}}@media (width<=640px){.home-hero-visual-img{border-radius:14px;max-height:220px}.product-card-image{height:130px;margin:-28px -28px 18px}.article-thumb-photo{height:140px}}.home-stats-band{grid-template-columns:repeat(4,1fr);gap:20px;max-width:1160px;margin:0 auto 72px;padding:0 7%;display:grid}.home-stat-card{text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:22px;padding:30px 22px;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 20px #0000000d}.home-stat-card:hover{transform:translateY(-4px);box-shadow:0 12px 36px #2563eb1a}.home-stat-card strong{background:linear-gradient(135deg,#1d4ed8,#7c3aed);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:8px;font-size:2.8rem;font-weight:900;line-height:1;display:block}.home-stat-card span{color:#0f172a;margin-bottom:6px;font-size:.9rem;font-weight:800;display:block}.home-stat-card p{color:#94a3b8;margin:0;font-size:.76rem;line-height:1.55}.feature-icons-section{background:#f8fafc}.feature-icons-grid{grid-template-columns:repeat(6,1fr);gap:18px;max-width:1160px;margin:0 auto;display:grid}.feature-icon-card{text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:26px 14px;transition:transform .2s,box-shadow .2s,border-color .2s}.feature-icon-card:hover{border-color:#bfdbfe;transform:translateY(-5px);box-shadow:0 14px 36px #2563eb17}.feature-icon-wrap{color:#2563eb;background:linear-gradient(135deg,#2563eb1a,#7c3aed1a);border-radius:15px;justify-content:center;align-items:center;width:50px;height:50px;margin:0 auto 13px;display:flex}.feature-icon-wrap svg{width:22px;height:22px}.feature-icon-card strong{color:#0f172a;margin-bottom:6px;font-size:.82rem;font-weight:800;line-height:1.3;display:block}.feature-icon-card p{color:#64748b;margin:0;font-size:.74rem;line-height:1.55}.ecosystem-diagram-section{background:linear-gradient(#f8fafc,#fff)}.ecosystem-diagram-outer{flex-direction:column;align-items:center;gap:28px;max-width:600px;margin:0 auto;display:flex}.ecosystem-diagram-svg{width:100%;max-width:520px;height:auto}.ecosystem-diagram-legend{flex-wrap:wrap;justify-content:center;gap:10px 18px;display:flex}.diagram-legend-item{color:#334155;align-items:center;gap:8px;font-size:.82rem;font-weight:700;display:flex}.diagram-legend-item span{letter-spacing:.3px;border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;font-size:.65rem;font-weight:900;display:inline-flex}.platform-section{background:#f8fafc}.platform-grid{grid-template-columns:repeat(3,1fr);gap:22px;max-width:1160px;margin:0 auto;display:grid}.platform-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;transition:transform .25s,box-shadow .25s,border-color .25s;overflow:hidden;box-shadow:0 4px 20px #0000000d}.platform-card:hover{border-color:#cbd5e1;transform:translateY(-6px);box-shadow:0 20px 50px #0f172a1c}.platform-browser-bar{background:#f1f5f9;border-bottom:1px solid #e2e8f0;align-items:center;gap:6px;padding:10px 14px;display:flex}.dot-red{background:#fca5a5;border-radius:50%;flex-shrink:0;width:10px;height:10px}.dot-yellow{background:#fcd34d;border-radius:50%;flex-shrink:0;width:10px;height:10px}.dot-green{background:#86efac;border-radius:50%;flex-shrink:0;width:10px;height:10px}.platform-browser-url{color:#94a3b8;white-space:nowrap;text-overflow:ellipsis;background:#fff;border:1px solid #e2e8f0;border-radius:6px;flex:1;padding:3px 10px;font-family:monospace;font-size:.66rem;overflow:hidden}.platform-browser-screen{min-height:148px;padding:14px}.platform-screen-header{border-radius:10px;margin-bottom:10px;padding:10px 13px}.platform-screen-header span{letter-spacing:.8px;margin-bottom:2px;font-size:.64rem;font-weight:900;display:block}.platform-screen-header strong{color:#0f172a;font-size:.95rem;font-weight:800;display:block}.platform-screen-rows{flex-direction:column;gap:5px;display:flex}.platform-screen-row{color:#334155;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:9px;padding:7px 11px;font-size:.75rem;display:flex}.platform-screen-row--success:after{content:"✓";color:#16a34a;margin-left:auto;font-weight:800}.platform-screen-row i{border-radius:50%;flex-shrink:0;width:7px;height:7px;font-style:normal;display:block}.platform-card-body{border-top:1px solid #f1f5f9;padding:18px 22px 22px}.platform-card-body .product-category{margin-bottom:4px}.platform-card-body h3{color:#0f172a;margin-top:2px;margin-bottom:8px;font-size:1.1rem;font-weight:800}.platform-card-body p{color:#64748b;margin-bottom:14px;font-size:.84rem;line-height:1.65}.platform-learn-btn{cursor:pointer;letter-spacing:.1px;background:0 0;border:1.5px solid;border-radius:10px;padding:8px 16px;font-size:.81rem;font-weight:800;transition:transform .15s,opacity .15s;display:inline-block}.platform-learn-btn:after{content:" →"}.platform-learn-btn:hover{opacity:.8;transform:translate(3px)}.trust-section{background:linear-gradient(#fff,#f8fafc)}.trust-grid{grid-template-columns:repeat(4,1fr);gap:20px;max-width:1160px;margin:0 auto;display:grid}.trust-card{background:#fff;border:1px solid #e2e8f0;border-radius:22px;padding:30px 24px;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 18px #0000000d}.trust-card:hover{transform:translateY(-4px);box-shadow:0 14px 40px #0f172a14}.trust-icon{border-radius:15px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:16px;display:flex}.trust-icon svg{width:24px;height:24px}.trust-card h3{color:#0f172a;margin-bottom:9px;font-size:1rem;font-weight:800}.trust-card p{color:#64748b;margin:0;font-size:.84rem;line-height:1.65}.home-final-cta{text-align:center;background:linear-gradient(135deg,#1e1b4b 0%,#1d4ed8 52%,#7c3aed 100%);padding:96px 7%;position:relative;overflow:hidden}.home-final-cta:before{content:"";pointer-events:none;background:radial-gradient(circle at 18%,#ffffff12,#0000 42%),radial-gradient(circle at 82%,#ffffff0a,#0000 42%);position:absolute;inset:0}.home-final-cta-inner{z-index:1;max-width:680px;margin:0 auto;position:relative}.home-final-cta h2{color:#fff;margin-bottom:14px;font-size:clamp(1.9rem,4vw,3.2rem);font-weight:900;line-height:1.12}.home-final-cta p{color:#ffffffb8;margin-bottom:38px;font-size:1.05rem;line-height:1.7}.home-final-cta-actions{flex-wrap:wrap;justify-content:center;gap:14px;display:flex}.home-cta-btn-primary{color:#1e1b4b!important;background:#fff!important;border-color:#0000!important}.home-cta-btn-outline{color:#fff!important;background:0 0!important;border:1px solid #fff6!important}.home-cta-btn-outline:hover{background:#ffffff1a!important}@media (width<=1024px){.home-stats-band{grid-template-columns:repeat(2,1fr)}.feature-icons-grid{grid-template-columns:repeat(3,1fr)}.platform-grid,.trust-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.ecosystem-diagram-svg{max-width:380px}}@media (width<=640px){.home-stats-band{grid-template-columns:1fr 1fr;gap:12px;margin-bottom:48px}.feature-icons-grid{grid-template-columns:repeat(2,1fr)}.platform-grid,.trust-grid{grid-template-columns:1fr}.home-stat-card strong{font-size:2.2rem}.home-final-cta{padding:64px 6%}.ecosystem-diagram-svg{display:none}}.products-hero{grid-template-columns:1fr auto;align-items:center;gap:48px;max-width:1280px;margin:0 auto;padding:100px 6% 80px;display:grid}.products-hero-content h1{margin-bottom:16px;font-size:clamp(2rem,4.5vw,3.4rem);font-weight:900;line-height:1.1}.products-hero-pills{flex-direction:column;flex-shrink:0;gap:10px;display:flex}.product-hero-pill{color:#334155;white-space:nowrap;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;align-items:center;gap:10px;padding:10px 16px;font-size:.85rem;font-weight:600;text-decoration:none;transition:background .18s,border-color .18s,color .18s;display:flex}button.product-hero-pill{cursor:pointer;font-family:inherit}.product-hero-pill:hover{color:#1d4ed8;background:#eff6ff;border-color:#93c5fd}.product-hero-pill-icon{color:#fff;letter-spacing:.02em;background:linear-gradient(135deg,#1d4ed8,#7c3aed);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.72rem;font-weight:800;display:inline-flex}.product-detail-section{border-top:1px solid #e2e8f0;padding:80px 6%}.product-detail-section:nth-child(2n){background:#f8fafc}.product-detail-grid{grid-template-columns:1fr 1fr;align-items:center;gap:64px;max-width:1200px;margin:0 auto;display:grid}.product-detail-flip .product-detail-grid{direction:rtl}.product-detail-flip .product-detail-grid>*{direction:ltr}.product-detail-visual{aspect-ratio:4/3;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:18px;position:relative;overflow:hidden;box-shadow:0 4px 24px #0f172a14}.product-detail-img{object-fit:cover;width:100%;height:100%;display:block}.product-detail-icon-badge{color:#fff;background:linear-gradient(135deg,#1d4ed8,#7c3aed);border-radius:10px;justify-content:center;align-items:center;width:44px;height:44px;font-size:.75rem;font-weight:800;display:flex;position:absolute;bottom:16px;left:16px;box-shadow:0 4px 16px #00000040}.product-detail-meta-row{align-items:center;gap:12px;margin-bottom:12px;display:flex}.product-status-badge{letter-spacing:.04em;text-transform:uppercase;border-radius:20px;align-items:center;padding:4px 12px;font-size:.75rem;font-weight:700;display:inline-flex}.badge-green{color:#15803d;background:#dcfce7;border:1px solid #bbf7d0}.badge-blue{color:#4338ca;background:#ede9fe;border:1px solid #c4b5fd}.badge-gray{color:#475569;background:#f1f5f9;border:1px solid #cbd5e1}.product-detail-name{color:#0f172a;margin-bottom:12px;font-size:clamp(1.6rem,3vw,2.4rem);font-weight:900;line-height:1.15}.product-detail-lead{color:#475569;margin-bottom:24px;font-size:1.05rem;line-height:1.7}.product-detail-blocks{grid-template-columns:1fr 1fr;gap:20px;margin-bottom:24px;display:grid}.product-meta-block{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:16px;box-shadow:0 1px 4px #0f172a0a}.product-meta-block strong{text-transform:uppercase;letter-spacing:.07em;color:#4338ca;margin-bottom:10px;font-size:.72rem;font-weight:800;display:block}.product-meta-block ul{flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}.product-meta-block ul li{color:#334155;padding-left:14px;font-size:.88rem;line-height:1.45;position:relative}.product-meta-block ul li:before{content:"›";color:#4338ca;font-weight:700;position:absolute;left:0}.product-meta-block p{color:#334155;margin:0;font-size:.88rem;line-height:1.65}.product-features-list{grid-template-columns:1fr 1fr;gap:8px 16px;margin:0 0 28px;padding:0;list-style:none;display:grid}.product-features-list li{color:#334155;align-items:flex-start;gap:8px;font-size:.9rem;line-height:1.5;display:flex}.feature-check{color:#16a34a;flex-shrink:0;width:1em;margin-top:1px;font-weight:700;display:inline-block}.feature-check:before{content:"✓"}@media (width<=1024px){.products-hero{grid-template-columns:1fr}.products-hero-pills{flex-flow:wrap}.product-detail-grid{grid-template-columns:1fr;gap:36px}.product-detail-flip .product-detail-grid{direction:ltr}}@media (width<=640px){.products-hero{padding:64px 5% 48px}.product-detail-section{padding:56px 5%}.product-detail-blocks,.product-features-list{grid-template-columns:1fr}}.blog-page .article-grid{grid-template-columns:repeat(auto-fill,minmax(288px,1fr));gap:28px}.blog-page .article-card-clickable{gap:0;padding:0;overflow:hidden}.blog-page .article-card-clickable .article-cover-card{border-top:none;border-left:none;border-right:none;border-radius:0;min-height:168px;margin:0}.blog-page .article-card-clickable .article-card-top-row,.blog-page .article-card-clickable .trending-badge-row,.blog-page .article-card-clickable h3,.blog-page .article-card-clickable>p,.blog-page .article-card-clickable .article-card-meta,.blog-page .article-card-clickable .article-card-action{margin-left:24px;margin-right:24px}.blog-page .article-card-clickable h3{letter-spacing:-.02em;margin-top:18px;margin-bottom:10px;font-size:1.28rem;line-height:1.32}.blog-page .article-card-clickable>p{margin-bottom:0;font-size:.94rem;line-height:1.72}.blog-page .article-card-clickable .article-card-meta{margin-top:14px}.blog-page .article-card-clickable .article-card-action{justify-content:center;align-items:center;min-height:44px;margin-top:18px;margin-bottom:24px;display:inline-flex}.blog-page .article-card-clickable:focus-visible{outline:3px solid var(--color-accent);outline-offset:3px}.article-category-badge{text-transform:uppercase;border-radius:4px;padding:5px 11px;display:inline-block;color:var(--color-accent-dark)!important;letter-spacing:.12em!important;background:#0f7a5a1a!important;border:1px solid #0f7a5a47!important;margin-bottom:0!important;font-size:.66rem!important;font-weight:900!important}.blog-page .trending-badge-row{align-items:center;margin:20px 24px 0}.blog-featured-section{padding-bottom:56px}.blog-featured-section .blog-featured{border-radius:24px;overflow:hidden;box-shadow:0 24px 64px #0f172a14}.blog-featured-section .article-cover-featured{border-radius:20px;min-height:220px;margin-bottom:24px;overflow:hidden}.blog-featured-section .article-cover-panel{border-radius:18px;min-height:200px;overflow:hidden}.featured-article-strip{grid-template-columns:repeat(auto-fill,minmax(248px,1fr));gap:20px;margin-top:32px}.featured-strip-item{border-radius:18px;padding:0;overflow:hidden}.featured-strip-item .article-cover{border-top:none;border-left:none;border-right:none;border-radius:0;min-height:120px}.featured-strip-item span,.featured-strip-item strong,.featured-strip-item small{margin-left:16px;margin-right:16px}.featured-strip-item strong{margin-bottom:4px;font-size:.98rem;color:#0f172a!important}.featured-strip-item small{margin-bottom:16px;display:block}.featured-strip-item span{margin-top:14px;display:inline-block}.blog-page .category-card strong{color:var(--color-text)!important}.blog-page .category-card p{color:var(--color-text-secondary)!important}.blog-page .category-card small{color:var(--color-accent)!important}.blog-page .category-card{background:var(--color-bg)!important;border:1px solid var(--color-border)!important;box-shadow:0 4px 20px #0000000d!important}.blog-page .category-card:hover{border-color:#0f7a5a66!important}.article-cover-card,.article-cover-featured,.article-cover-panel,.article-cover-newspaper{overflow:hidden}.article-cover-card .article-cover-mark,.article-cover-featured .article-cover-mark{z-index:2}.article-cover figcaption strong{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.article-section{scroll-margin-top:96px}.article-content-card p+p{margin-top:1.25em}.article-content-card ul,.article-content-card ol{max-width:70ch}.toc-link:focus-visible,.share-btn:focus-visible,.related-sidebar-item:focus-visible,.related-reading-card:focus-visible,.prev-next-link:focus-visible,.article-back-button:focus-visible,.bpc-cta:focus-visible{outline:3px solid var(--color-accent);outline-offset:2px}.toc-link{min-height:36px}.share-btn{justify-content:center;align-items:center;min-height:40px;display:flex}.related-reading-card strong,.featured-strip-item strong{color:var(--color-text)!important}.related-reading-grid{gap:16px}.article-product-cta-section{padding-top:0;padding-bottom:0}.article-product-cta-section .blog-product-cta{max-width:1180px;margin:48px auto}.article-end-newsletter{max-width:920px;margin-left:auto;margin-right:auto}.article-end-newsletter .newsletter-form input,.article-end-newsletter .newsletter-form button{min-height:44px}.blog-category-pill{align-items:center;min-height:40px;padding:10px 16px;display:inline-flex}.blog-search input{min-height:48px}.newspaper-cta{align-items:center;min-height:44px;display:inline-flex}@media (width<=900px){.blog-page .article-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:22px}.blog-featured-section .blog-featured{grid-template-columns:1fr}.featured-article-strip{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.article-product-cta-section .blog-product-cta{margin:36px auto}}@media (width<=640px){.blog-page .article-grid{grid-template-columns:1fr;gap:20px}.blog-page .article-card-clickable h3{font-size:1.18rem}.featured-article-strip,.categories-grid{grid-template-columns:1fr}.newspaper-summary{max-width:none}.article-content-card{padding:28px 22px}.article-content-card p,.article-content-card .article-section-intro p{font-size:1.04rem;line-height:1.88}.article-product-cta-section .blog-product-cta{border-radius:16px;margin:28px 0}.article-sidebar{grid-template-columns:1fr 1fr;gap:16px;display:grid}.article-sidebar .article-toc{grid-column:1/-1}}@media (width<=480px){.article-sidebar{grid-template-columns:1fr}}.marketing-photo{object-fit:cover;width:100%;height:100%;display:block}.product-hero-photo{border:1px solid #e2e8f0;border-radius:24px;min-height:320px;max-height:520px;overflow:hidden;box-shadow:0 24px 64px #0f172a1f}.product-hero-photo-img{object-fit:cover;width:100%;height:100%;min-height:320px;max-height:520px}.product-grid-photo{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.pricing-fit-grid{max-width:1180px;margin:0 auto}@media (width>=1001px){.pricing-fit-grid{grid-template-columns:repeat(6,minmax(0,1fr))}.pricing-fit-grid>*{grid-column:span 2}.pricing-fit-grid>:nth-child(4){grid-column:2/span 2}.pricing-fit-grid>:nth-child(5){grid-column:4/span 2}}@media (width<=1000px){.pricing-fit-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){.pricing-fit-grid{grid-template-columns:1fr}}.re-feature-grid{grid-template-columns:repeat(3,minmax(0,1fr));max-width:1180px;margin:0 auto}@media (width<=1024px){.re-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=720px){.re-feature-grid{grid-template-columns:1fr}}.product-card-photo{padding:0;overflow:hidden}.product-card-photo .product-category,.product-card-photo h3,.product-card-photo>p{margin-left:24px;margin-right:24px}.product-card-photo h3{margin-top:16px}.product-card-photo>p{margin-bottom:24px}.feature-photo-wrap{background:#f1f5f9;height:180px;overflow:hidden}.feature-photo-img{object-fit:cover;width:100%;height:100%;transition:transform .35s}.product-card-photo:hover .feature-photo-img{transform:scale(1.04)}.product-photo-thumb{border:1px solid #e2e8f0;border-radius:18px;flex-shrink:0;width:72px;height:72px;position:relative;overflow:hidden;box-shadow:0 8px 24px #0f172a14}.product-photo-thumb-img{object-fit:cover;width:100%;height:100%}.product-photo-thumb-badge{color:#0f172a;letter-spacing:.04em;background:#ffffffeb;border:1px solid #e2e8f0e6;border-radius:8px;padding:3px 7px;font-size:.62rem;font-weight:900;position:absolute;bottom:6px;right:6px}.pricing-product-thumb,.bpc-photo-thumb{width:64px;height:64px}.bpc-photo-thumb{border-radius:20px;width:88px;height:88px}.rec-product-photo{width:100%;height:140px;box-shadow:none;border:none;border-radius:0}.rec-product-photo .product-photo-thumb-img{border-radius:0}.rec-product-photo .product-photo-thumb-badge{bottom:12px;right:12px}.rec-product-card{overflow:hidden}.audience-photo-row{align-items:center;gap:14px;display:flex}.audience-photo-thumb{border-radius:14px;width:56px;height:56px}.article-thumb-photo-newspaper,.article-thumb-photo-featured,.article-thumb-photo-panel,.article-thumb-photo-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:20px;margin-bottom:16px;overflow:hidden}.article-thumb-photo img{object-fit:cover;width:100%;height:180px;display:block}.article-thumb-photo-newspaper img{height:400px}.article-thumb-photo-featured img{height:220px}.article-thumb-photo-panel img{height:200px}@media (width<=900px){.studynest-hero{grid-template-columns:1fr}.product-hero-photo,.product-hero-photo-img{min-height:260px;max-height:360px}}@media (width<=640px){.feature-photo-wrap,.article-thumb-photo img{height:160px}.article-thumb-photo-newspaper img{height:260px}}.product-card-image{position:relative}.product-card-badge{color:#0f172a;letter-spacing:.06em;background:#fffffff0;border:1px solid #e2e8f0f2;border-radius:10px;padding:6px 10px;font-size:.72rem;font-weight:900;position:absolute;bottom:16px;left:16px;box-shadow:0 8px 24px #0f172a1f}.trust-grid-photo{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.trust-card-photo{padding:0;overflow:hidden}.trust-photo-wrap{background:#f1f5f9;height:160px;overflow:hidden}.trust-photo-img{object-fit:cover;width:100%;height:100%}.trust-card-photo h3,.trust-card-photo p{margin-left:22px;margin-right:22px}.trust-card-photo h3{margin-top:18px}.trust-card-photo p{margin-bottom:22px}.showcase-photo-card{border:1px solid #e2e8f0;border-radius:24px;min-height:280px;position:relative;overflow:hidden;box-shadow:0 24px 64px #0f172a1a}.showcase-photo-img{object-fit:cover;width:100%;height:100%;min-height:280px}.showcase-photo-badge{letter-spacing:.06em;background:#fffffff0;border:1px solid #e2e8f0;border-radius:10px;padding:6px 10px;font-size:.72rem;font-weight:900;position:absolute;bottom:18px;right:18px}.platform-screen-photo{background:#f1f5f9;height:180px;position:relative;overflow:hidden}.platform-screen-photo-img{object-fit:cover;width:100%;height:100%}.platform-screen-badge{letter-spacing:.05em;background:#fffffff0;border-radius:8px;padding:4px 8px;font-size:.62rem;font-weight:900;position:absolute;bottom:12px;right:12px}.platform-screen-row{padding-left:14px}.resource-thumb-photo{background:#e2e8f0;border-radius:16px;width:100%;height:100%;min-height:0;position:relative;overflow:hidden}.resource-thumb-photo-large{min-height:0}.resource-thumb-photo-img{object-fit:cover;width:100%;height:100%;min-height:0}.resource-thumb-photo-scrim{z-index:1;pointer-events:none;background:linear-gradient(#0f172a2e 0%,#0000 20% 58%,#0f172a33 78%,#0f172ad1 100%);position:absolute;inset:0}.resource-thumb-photo-overlay,.resource-thumb-photo-footer{z-index:2;flex-wrap:wrap;justify-content:space-between;gap:8px;display:flex;position:absolute;left:12px;right:12px}.resource-thumb-photo-overlay{justify-content:flex-start;top:12px}.resource-thumb-photo-footer{flex-wrap:nowrap;justify-content:space-between;align-items:flex-end;bottom:12px}.resource-thumb-photo-footer .rt-format-tag{margin-right:auto}.resource-thumb-photo-footer .rt-time-tag{margin-left:auto}.resource-thumb-photo .rt-brand-pill{border-radius:var(--rl-radius-pill,999px);background:var(--rt-brand-bg,#38bdf8);color:var(--rt-brand-fg,#0c4a6e);font-size:.72rem;font-weight:var(--rl-font-label,800);letter-spacing:.03em;box-shadow:var(--rl-shadow-control,0 2px 10px #0f172a14);border:1px solid #fff6;align-items:center;padding:6px 11px;line-height:1.2;display:inline-flex}.resource-thumb-photo .rt-format-tag,.resource-thumb-photo .rt-time-tag{border-radius:var(--rl-radius-pill,999px);border:var(--rl-border,1px solid #e2e8f0);color:#0f172a;font-size:.72rem;font-weight:var(--rl-font-value,700);box-shadow:var(--rl-shadow-control,0 2px 10px #0f172a14);background:#fff;align-items:center;gap:5px;padding:6px 11px;line-height:1.2;display:inline-flex}.resource-thumb-photo .rt-format-icon{opacity:.85;flex-shrink:0}.resource-cat-photo-block{border:1px solid #e2e8f0;border-radius:14px;flex-shrink:0;width:72px;height:72px;overflow:hidden}.resource-cat-photo-img{object-fit:cover;width:100%;height:100%}.resource-related-thumb{border-radius:12px;flex-shrink:0;width:56px;height:56px;overflow:hidden}.resource-related-thumb .resource-thumb-photo{border-radius:12px;min-height:56px}.resource-related-thumb .resource-thumb-photo-overlay,.resource-related-thumb .resource-thumb-photo-footer{display:none}.nl-benefit-photo-wrap,.nl-topic-photo-wrap,.mk-segment-photo-wrap,.mk-placement-photo-wrap,.mk-asset-photo-wrap,.partner-type-photo-wrap,.success-perk-photo-wrap,.exit-popup-photo-wrap{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:16px;overflow:hidden}.nl-benefit-photo-wrap{height:140px;margin-bottom:14px}.nl-topic-photo-wrap{flex-shrink:0;width:120px;height:90px}.mk-segment-photo-wrap,.partner-type-photo-wrap{height:150px;margin-bottom:14px}.mk-placement-photo-wrap{height:120px;margin-bottom:12px}.mk-asset-photo-wrap,.exit-popup-photo-wrap{height:140px;margin-bottom:14px}.success-perk-photo-wrap{height:110px;margin-bottom:12px}.nl-benefit-photo-img,.nl-topic-photo-img,.mk-segment-photo-img,.mk-placement-photo-img,.mk-asset-photo-img,.partner-type-photo-img,.success-perk-photo-img,.exit-popup-photo-img{object-fit:cover;width:100%;height:100%}.nl-topic-item-photo{align-items:flex-start;gap:18px;display:flex}.float-nl-icon{letter-spacing:.05em;font-size:.72rem;font-weight:900}.guide-row-label,.kiddo-badge-label{color:#312e81;letter-spacing:.04em;vertical-align:middle;background:#e0e7ff;border-radius:8px;justify-content:center;align-items:center;min-width:2.4rem;margin-right:8px;padding:2px 6px;font-size:.68rem;font-weight:900;display:inline-flex}.kiddo-badge-label{min-width:3rem;font-size:.62rem}.resource-featured-cover{border:1px solid #e2e8f0;border-radius:16px;margin-top:16px;overflow:hidden}.resource-featured-cover .resource-thumb-photo{min-height:250px}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.resources-library-page{--rl-radius-shell:24px;--rl-radius-card:20px;--rl-radius-media:16px;--rl-radius-control:14px;--rl-radius-pill:999px;--rl-border:1px solid #e2e8f0;--rl-border-strong:1.5px solid #e2e8f0;--rl-shadow-rest:0 2px 16px #0f172a0d;--rl-shadow-hover:0 16px 40px #0f172a1a;--rl-shadow-control:0 2px 10px #0f172a14;--rl-lift-hover:translateY(-3px);--rl-grid-gap:24px;--rl-body-gap:12px;--rl-flags-min-h:44px;--rl-font-label:800;--rl-font-value:700;background:linear-gradient(#f8fafc 0%,#fff 220px)}.resources-library-hero{grid-template-columns:1.05fr .95fr;align-items:center;gap:40px;max-width:1180px;margin:0 auto;padding-top:24px;display:grid}.resources-library-hero-copy h1{color:#0f172a;margin:12px 0 16px;font-size:clamp(2rem,4vw,3rem);line-height:1.12}.resources-library-hero-copy>p{color:#475569;max-width:620px;font-size:1.08rem;line-height:1.85}.resources-library-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:28px;display:grid}.resources-library-stat{border:var(--rl-border);border-radius:var(--rl-radius-media);box-shadow:var(--rl-shadow-rest);background:#fff;padding:16px 18px}.resources-library-stat strong{color:#0f172a;font-size:1.6rem;line-height:1.1;display:block}.resources-library-stat span{color:#64748b;text-transform:uppercase;letter-spacing:.04em;margin-top:4px;font-size:.82rem;font-weight:700;display:block}.resources-library-hero-photo{border-radius:var(--rl-radius-shell);border:var(--rl-border);box-shadow:var(--rl-shadow-hover);min-height:320px;overflow:hidden}.resources-library-hero-img{object-fit:cover;width:100%;height:100%;min-height:320px}.resource-library-strip-head{justify-content:space-between;align-items:flex-end;gap:var(--rl-grid-gap,24px);margin-bottom:var(--rl-grid-gap,24px);display:flex}.resource-library-strip-head h2{margin:8px 0 10px;font-size:clamp(1.5rem,2.5vw,2rem)}.resource-library-strip-head p{color:#475569;max-width:640px;line-height:1.8}.resource-pub-grid{gap:var(--rl-grid-gap);grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;display:grid}.resource-pub-grid--featured{grid-template-columns:1.2fr 1fr 1fr}.resource-pub-grid--strip{grid-template-columns:repeat(4,minmax(0,1fr))}.resource-pub-card{border:var(--rl-border);border-radius:var(--rl-radius-card);box-shadow:var(--rl-shadow-rest);background:#fff;flex-direction:column;height:100%;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex;overflow:hidden}.resource-pub-cover{aspect-ratio:16/10;background:#e2e8f0;flex-shrink:0;position:relative;overflow:hidden}.resource-pub-cover .resource-thumb-photo{border-radius:0;width:100%;height:100%;min-height:0}.resource-pub-cover .resource-thumb-photo-img{height:100%;min-height:0}.resource-pub-card:hover{transform:var(--rl-lift-hover);border-color:var(--rpc-accent,#38bdf8);box-shadow:var(--rl-shadow-hover)}.resource-pub-card--hero{grid-row:span 1}.resource-pub-body{gap:var(--rl-body-gap);flex-direction:column;flex:1;min-height:0;padding:24px;display:flex}.resource-pub-labels{flex-wrap:wrap;gap:8px;display:flex}.resource-pub-category,.resource-pub-product{font-size:.72rem;font-weight:var(--rl-font-label);letter-spacing:.04em;text-transform:uppercase;border-radius:var(--rl-radius-pill);padding:6px 11px;line-height:1.2}.resource-pub-category{background:var(--rpc-accent-bg);color:var(--rpc-accent)}.resource-pub-product{color:#475569;background:#f8fafc;border:1px solid #e2e8f0}.resource-pub-description{color:#475569;-webkit-line-clamp:3;-webkit-box-orient:vertical;min-height:5.184rem;margin:0;font-size:.96rem;line-height:1.8;display:-webkit-box;overflow:hidden}.resource-pub-title{font-size:1.15rem;line-height:1.35;font-weight:var(--rl-font-label);color:#0f172a;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:3.105rem;margin:0;display:-webkit-box;overflow:hidden}.resource-pub-hero-chips{flex-wrap:wrap;gap:8px;display:flex}.resource-pub-hero-chips span{color:#334155;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:999px;padding:6px 11px;font-size:.75rem;font-weight:700}.resource-pub-meta{border-top:1px solid #f1f5f9;grid-template-columns:repeat(2,minmax(0,1fr));align-content:start;gap:12px 16px;min-height:152px;margin:6px 0 0;padding:16px 0 0;display:grid}.resource-pub-meta div{flex-direction:column;gap:2px;display:flex}.resource-pub-meta-wide{grid-column:1/-1}.resource-pub-meta dt{font-size:.68rem;font-weight:var(--rl-font-label);letter-spacing:.04em;text-transform:uppercase;color:#94a3b8;align-items:center;gap:6px;display:inline-flex}.resource-pub-meta dd{font-size:.92rem;font-weight:var(--rl-font-value);color:#0f172a;margin:0}.resource-pub-actions{align-items:stretch;gap:10px;margin-top:auto;padding-top:14px;display:flex}.resource-pub-actions .primary-btn,.resource-pub-actions .secondary-btn{text-align:center;flex:1;justify-content:center;min-height:44px}.resource-category-card-grid{gap:var(--rl-grid-gap);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.resource-category-card{text-align:left;border-radius:var(--rl-radius-card);border:var(--rl-border);cursor:pointer;min-height:148px;box-shadow:var(--rl-shadow-rest);background:#fff;grid-template-columns:148px 1fr;align-items:stretch;gap:18px;padding:16px;transition:transform .2s,box-shadow .2s,border-color .2s;display:grid;position:relative}.resource-category-card:hover,.resource-category-card.is-active{border-color:var(--rcc-accent);box-shadow:var(--rl-shadow-hover);transform:var(--rl-lift-hover)}.resource-category-card.is-active{background:var(--rcc-accent-bg)}.resource-category-card-photo{border-radius:var(--rl-radius-media);flex-shrink:0;width:148px;height:116px;overflow:hidden}.resource-category-card-img{object-fit:cover;object-position:center;width:100%;height:100%}.resource-category-card-eyebrow{font-size:.72rem;font-weight:var(--rl-font-label);letter-spacing:.04em;text-transform:uppercase;color:var(--rcc-accent);margin-bottom:4px}.resource-category-card h3{font-size:1.05rem;font-weight:var(--rl-font-label);color:#0f172a;margin-bottom:6px}.resource-category-card p{color:#64748b;font-size:.88rem;line-height:1.6}.resource-category-card-copy{flex-direction:column;gap:6px;padding-bottom:28px;display:flex}.resource-category-card-action{font-size:.82rem;font-weight:var(--rl-font-label);color:var(--rcc-accent,#2563eb);position:absolute;bottom:14px;right:16px}.resource-category-card:focus-visible{outline-offset:2px;outline:3px solid #2563eb59}.resource-library-filters-bar{gap:var(--rl-grid-gap,24px);border:var(--rl-border,1px solid #e2e8f0);border-radius:var(--rl-radius-card,20px);box-shadow:var(--rl-shadow-rest,0 2px 16px #0f172a0d);background:#fff;grid-template-columns:1.1fr 1.4fr;align-items:end;padding:20px;display:grid}.resource-library-search-panel{padding-top:8px}.resource-search-panel-card{border:var(--rl-border);border-radius:var(--rl-radius-card);max-width:1180px;box-shadow:var(--rl-shadow-rest);background:#fff;margin:0 auto;padding:28px 32px 24px}.resource-search-panel-head h2{color:#0f172a;margin:0 0 8px;font-size:clamp(1.35rem,2.5vw,1.65rem);line-height:1.25}.resource-search-panel-head p{color:#64748b;max-width:640px;margin:0;font-size:1rem;line-height:1.75}.resource-search-input-wrap{margin:22px 0 26px;position:relative}.resource-search-icon{color:#94a3b8;pointer-events:none;position:absolute;top:50%;left:18px;transform:translateY(-50%)}.resource-search-input-wrap input{border-radius:var(--rl-radius-control);border:var(--rl-border);width:100%;min-height:56px;font-size:1.05rem;font-weight:var(--rl-font-value);color:#0f172a;background:#fafbfd;padding:0 18px 0 50px;transition:border-color .2s,box-shadow .2s,background .2s;box-shadow:inset 0 1px 2px #0f172a0a}.resource-search-input-wrap input::placeholder{color:#94a3b8}.resource-search-input-wrap input:focus{background:#fff;border-color:#2563eb;outline:none;box-shadow:0 0 0 3px #2563eb24}.resource-search-filters{border-top:1px solid #f1f5f9;flex-direction:column;gap:4px;padding-top:4px;display:flex}.resource-filter-pill-group{padding:16px 0 4px}.resource-filter-pill-label{letter-spacing:.05em;text-transform:uppercase;color:#64748b;margin:0 0 12px;font-size:.78rem;font-weight:800}.resource-filter-pill-row{flex-wrap:wrap;gap:10px 12px;display:flex}.resource-filter-pill{border-radius:var(--rl-radius-pill);border:var(--rl-border);color:#475569;min-height:44px;font-size:.88rem;font-weight:var(--rl-font-value);cursor:pointer;background:#f8fafc;padding:10px 16px;transition:background .2s,border-color .2s,color .2s,box-shadow .2s,transform .2s}.resource-filter-pill:hover:not(.is-active){color:#334155;box-shadow:var(--rl-shadow-control);background:#fff;border-color:#cbd5e1}.resource-filter-pill.is-active{color:#1d4ed8;font-weight:var(--rl-font-label);background:#eff6ff;border-color:#2563eb;box-shadow:0 2px 10px #2563eb24}.resource-library-search-panel .resource-library-results-bar{border-top:1px solid #f1f5f9;margin-top:20px;padding-top:18px}.resource-library-results-bar{color:#475569;justify-content:space-between;align-items:center;gap:12px;display:flex}.resource-library-clear{color:#1d4ed8;cursor:pointer;text-underline-offset:3px;background:0 0;border:none;font-weight:800;text-decoration:underline}.resource-related-articles-grid,.resource-related-products-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}.resource-related-article-card,.resource-related-product-card{background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:22px;box-shadow:0 2px 12px #0f172a0a}.resource-related-article-category,.resource-related-product-category{letter-spacing:.05em;text-transform:uppercase;color:#1d4ed8;margin-bottom:8px;font-size:.72rem;font-weight:800}.resource-related-article-card h3,.resource-related-product-card h3{color:#0f172a;margin-bottom:10px;font-size:1.1rem;line-height:1.4}.resource-related-article-card p{color:#475569;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-bottom:14px;line-height:1.75;display:-webkit-box;overflow:hidden}.resource-related-article-meta{color:#64748b;gap:12px;margin-bottom:16px;font-size:.85rem;font-weight:700;display:flex}.resource-related-product-icon{color:#1d4ed8;background:#eff6ff;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:10px;font-weight:900;display:inline-flex}.resource-detail-meta-row{flex-wrap:wrap}.resource-detail-hero-actions{margin-top:20px}@media (width<=1100px){.resources-library-hero{grid-template-columns:1fr}.resource-pub-grid,.resource-pub-grid--featured,.resource-pub-grid--strip,.resource-category-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=720px){.resources-library-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.resource-search-panel-card{border-radius:var(--rl-radius-card);padding:22px 18px 20px}.resource-search-input-wrap{margin:18px 0 22px}.resource-filter-pill-row{gap:8px 10px}.resource-filter-pill{padding:9px 14px;font-size:.84rem}.resource-library-results-bar{flex-direction:column;align-items:flex-start;gap:10px}.resource-pub-grid,.resource-pub-grid--featured,.resource-pub-grid--strip,.resource-category-card-grid,.resource-related-articles-grid,.resource-related-products-grid,.resource-category-card{grid-template-columns:1fr}.resource-category-card-photo{width:100%;height:140px}.resource-library-strip-head{flex-direction:column;align-items:flex-start}.resource-pub-actions{flex-direction:column}.resource-pub-actions .primary-btn,.resource-pub-actions .secondary-btn{width:100%}}.resource-library-featured{border-radius:var(--rl-radius-shell);background:linear-gradient(#f8fafc 0%,#fff 100%);padding-top:12px;padding-bottom:12px}.resource-pub-flags{min-height:var(--rl-flags-min-h);flex-wrap:wrap;align-items:center;gap:8px;display:flex}.resource-pub-flag{border-radius:var(--rl-radius-pill);font-size:.7rem;font-weight:var(--rl-font-label);letter-spacing:.04em;text-transform:uppercase;box-shadow:var(--rl-shadow-control);border:1px solid #0000;align-items:center;padding:6px 11px;line-height:1.2;display:inline-flex}.resource-pub-flag--new{color:#fff;background:#059669;border-color:#047857}.resource-pub-flag--updated{color:#fff;background:#2563eb;border-color:#1d4ed8}.resource-pub-flag--recent{color:#fff;background:#7c3aed;border-color:#6d28d9}.resource-pub-flag--top{color:#fff;background:#d97706;border-color:#b45309}.resources-library-page .resource-editors-pick-badge{box-sizing:border-box;color:#fff;letter-spacing:0;text-transform:none;text-shadow:none;box-shadow:none;opacity:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#2563eb;background-image:none;border:none;border-radius:999px;outline:none;align-self:flex-start;align-items:center;margin:0 0 12px;padding:7px 14px;font-family:inherit;font-size:13px;font-style:normal;font-weight:700;line-height:1;text-decoration:none;display:inline-flex}.resource-pub-rank{border-radius:var(--rl-radius-pill);color:#fff;letter-spacing:-.02em;background:#1d4ed8;border:2px solid #1e3a8a;justify-content:center;align-items:center;min-width:44px;min-height:44px;margin-left:auto;padding:0 12px;font-size:1rem;font-weight:900;display:inline-flex;box-shadow:0 4px 14px #1d4ed852}.resource-pub-rank--1{background:#1d4ed8;border-color:#1e3a8a;min-width:48px;min-height:48px;font-size:1.05rem}.resource-pub-rank--2{background:#334155;border-color:#1e293b}.resource-pub-rank--3{background:#475569;border-color:#334155}.resource-pub-rank--4{background:#64748b;border-color:#475569}.resource-pub-preview{min-height:44px;font-weight:var(--rl-font-label,800);transition:border-color .2s,background .2s,box-shadow .2s;border-width:1.5px!important;border-color:#cbd5e1!important}.resource-pub-preview:hover{box-shadow:var(--rl-shadow-control,0 2px 10px #2563eb1a);background:#f8fafc;border-color:#2563eb!important}.resource-pub-preview:focus-visible{outline-offset:2px;outline:3px solid #2563eb59}.resource-pub-download{min-height:44px;font-weight:var(--rl-font-label,800);transition:box-shadow .2s,filter .2s;background:linear-gradient(135deg,#1d4ed8 0%,#2563eb 55%,#3b82f6 100%)!important;border:none!important}.resource-pub-download:hover{filter:brightness(1.03);box-shadow:0 10px 24px #2563eb47}.resource-pub-download:focus-visible{outline-offset:2px;outline:3px solid #2563eb66}.resource-search-hit{color:#713f12;background:#fef08a;border-radius:3px;padding:0 2px}.resource-empty-state{text-align:center;border:var(--rl-border);border-radius:var(--rl-radius-card);box-shadow:var(--rl-shadow-rest);background:#fff;padding:48px 24px 56px}.resource-empty-illustration{width:120px;margin:0 auto 20px}.resource-empty-state h3{color:#0f172a;margin-bottom:8px;font-size:1.35rem}.resource-empty-state p{color:#64748b;margin-bottom:20px}.resource-empty-clear{min-width:160px;min-height:44px}.resource-filter-pill:focus-visible{outline-offset:2px;outline:3px solid #2563eb59}.site-footer-rich{border-top:1px solid #e2e8f0;grid-template-columns:1.1fr 2fr;gap:52px;margin-top:32px;padding-top:64px;padding-bottom:40px;display:grid}.site-footer-brand-col{max-width:320px}.site-footer-tagline{color:#64748b;margin-top:12px;font-size:.95rem;line-height:1.75}.site-footer-columns{grid-template-columns:repeat(4,minmax(0,1fr));gap:36px;display:grid}.site-footer-col{flex-direction:column;align-items:flex-start;gap:14px;display:flex}.site-footer-col-title{letter-spacing:.06em;text-transform:uppercase;color:#0f172a;margin:0 0 12px;font-size:.78rem;font-weight:800}.site-footer-col button{color:#475569;cursor:pointer;text-align:left;background:0 0;border:none;min-height:32px;padding:8px 0;font-size:.92rem;font-weight:600;transition:color .15s}.site-footer-col button:hover{color:#1d4ed8}.site-footer-col button:focus-visible{outline-offset:2px;border-radius:4px;outline:2px solid #2563eb}.site-footer-bottom{color:#64748b;border-top:1px solid #e2e8f0;grid-column:1/-1;margin:20px 0 0;padding-top:28px;font-size:.88rem;line-height:1.65}.site-footer-bottom p{margin:0 0 10px}.site-footer-roadmap{color:#94a3b8;cursor:default;padding:6px 0;font-size:.92rem;font-weight:600}.site:has(.sticky-newsletter-bar) .site-footer-rich{padding-bottom:104px}.marketing-photo{background-color:#f1f5f9}.resource-thumb-photo-img{aspect-ratio:4/3}@media (width<=1100px){.site-footer-rich{grid-template-columns:1fr}.site-footer-columns{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=720px){.site-footer-columns{grid-template-columns:1fr 1fr}.resource-category-card{grid-template-columns:1fr;min-height:0}.resource-category-card-photo{width:100%;height:150px}.resource-category-card-copy{padding-bottom:32px}}.resource-preview-backdrop{z-index:1200}.resource-preview-panel{color:#0f172a;background:#fff;border-radius:20px;width:min(960px,100vw - 32px);max-height:calc(100vh - 48px);padding:28px;overflow:auto}.resource-preview-layout{grid-template-columns:minmax(240px,320px) 1fr;align-items:start;gap:28px;display:grid}.resource-preview-cover{border:1px solid #e2e8f0;border-radius:16px;overflow:hidden;box-shadow:0 8px 24px #0f172a14}.resource-preview-body{flex-direction:column;gap:16px;min-width:0;display:flex}.resource-preview-body h2{color:#0f172a;margin:0;font-size:1.55rem;line-height:1.25}.resource-preview-description{color:#334155;margin:0;font-size:1rem;line-height:1.65}.resource-preview-meta{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 16px;margin:0;display:grid}.resource-preview-meta-wide{grid-column:1/-1}.resource-preview-meta dt{letter-spacing:.04em;text-transform:uppercase;color:#64748b;margin-bottom:2px;font-size:.68rem;font-weight:800}.resource-preview-meta dd{color:#0f172a;margin:0;font-size:.92rem;font-weight:700}.resource-preview-toc{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;padding:14px 16px}.resource-preview-toc-label{letter-spacing:.05em;text-transform:uppercase;color:#64748b;margin:0 0 8px;font-size:.68rem;font-weight:800}.resource-preview-toc ol{color:#334155;margin:0;padding-left:18px;font-size:.92rem;line-height:1.55}.resource-preview-actions{flex-wrap:wrap;gap:10px;margin-top:4px;display:flex}.resource-detail-page-v14{background:linear-gradient(#f8fafc 0%,#fff 220px)}.resource-detail-hero-grid{grid-template-columns:1.1fr .9fr;align-items:start;gap:36px;margin-top:20px;display:grid}.resource-detail-lead{color:#334155;max-width:62ch;margin:12px 0 0;font-size:1.08rem;line-height:1.7}.resource-detail-meta-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px 18px;margin:22px 0 0;display:grid}.resource-detail-meta-wide{grid-column:1/-1}.resource-detail-meta-grid dt{letter-spacing:.04em;text-transform:uppercase;color:#64748b;margin-bottom:2px;font-size:.68rem;font-weight:800}.resource-detail-meta-grid dd{color:#0f172a;margin:0;font-size:.95rem;font-weight:700}.resource-detail-hero-media{border:1px solid #e2e8f0;border-radius:18px;overflow:hidden;box-shadow:0 16px 40px #0f172a1a}.resource-detail-layout-v14{grid-template-columns:minmax(0,1fr) 300px;align-items:start;gap:32px;max-width:1180px;margin:0 auto;display:grid}.resource-detail-main{flex-direction:column;gap:28px;display:flex}.resource-detail-toc{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:18px 20px;box-shadow:0 2px 12px #0f172a0a}.resource-detail-toc ol{flex-direction:column;gap:8px;margin:8px 0 0;padding-left:20px;display:flex}.resource-detail-toc a{color:#1d4ed8;font-weight:700;text-decoration:none}.resource-detail-toc a:hover{text-decoration:underline}.resource-detail-section-label{letter-spacing:.05em;text-transform:uppercase;color:#64748b;margin:0;font-size:.68rem;font-weight:800}.resource-detail-block{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:24px 26px;box-shadow:0 2px 12px #0f172a0a}.resource-detail-block h2{color:#0f172a;margin:0 0 14px;font-size:1.25rem}.resource-detail-block p{color:#334155;margin:0;line-height:1.75}.resource-detail-bullet-list{color:#334155;flex-direction:column;gap:8px;margin:0;padding-left:20px;line-height:1.7;display:flex}.resource-detail-article{flex-direction:column;gap:20px;display:flex}.resource-detail-sidebar-v14{position:sticky;top:88px}.resource-detail-download-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;gap:10px;padding:22px;display:flex;box-shadow:0 8px 24px #0f172a0f}.resource-detail-download-title{color:#0f172a;margin:0;font-size:.95rem;font-weight:800;line-height:1.4}.resource-detail-download-meta{flex-direction:column;gap:4px;display:flex}.resource-detail-download-meta span{color:#64748b;font-size:.8rem;font-weight:600}.resource-detail-download-btn{text-align:center;width:100%}.resource-detail-download-note{color:#64748b;text-align:center;margin:0;font-size:.76rem}.resource-detail-related{padding-top:8px}@media (width<=900px){.resource-preview-layout{grid-template-columns:1fr}.resource-preview-cover{max-width:420px}.resource-preview-actions{flex-direction:column}.resource-preview-actions .primary-btn,.resource-preview-actions .secondary-btn{width:100%}.resource-detail-hero-grid{grid-template-columns:1fr}.resource-detail-meta-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.resource-detail-layout-v14{grid-template-columns:1fr}.resource-detail-sidebar-v14{position:static}}@media (width<=560px){.resource-preview-panel{width:calc(100vw - 20px);max-height:calc(100vh - 24px);padding:20px 16px}.resource-preview-meta,.resource-detail-meta-grid{grid-template-columns:1fr}.resource-detail-block{padding:18px 16px}}.homepage-v12{background:var(--color-bg);color:var(--color-text)}.home-v12-ecosystem{background:var(--color-surface)}.homepage-v12>.section{padding-top:88px;padding-bottom:88px}.home-v12-section-head{max-width:720px;margin-bottom:36px}.home-v12-section-head h2{color:var(--color-text);margin:8px 0 10px;font-size:clamp(1.65rem,2.5vw,2.15rem);line-height:1.2}.home-v12-section-head p{color:var(--color-text-secondary);margin:0;font-size:1.02rem;line-height:1.65}.home-v12-section-action{justify-content:center;align-items:center;margin-top:32px;display:flex}.home-v12-hero-grid{grid-template-columns:1.05fr .95fr;align-items:center;gap:40px;max-width:1180px;margin:0 auto;display:grid}.home-v12-hero-copy h1{color:var(--color-text);max-width:16ch;margin:10px 0 16px;font-size:clamp(2rem,4vw,3rem);line-height:1.12}.home-v12-hero-lead{color:var(--color-text-secondary);max-width:54ch;margin:0;font-size:1.08rem;line-height:1.7}.home-v12-hero-actions{flex-wrap:wrap;gap:12px;margin-top:28px;display:flex}.home-v12-hero-stats{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:16px;max-width:520px;margin-top:36px;display:grid}.home-v12-hero-stats>div{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:92px;padding:18px 14px;display:flex}.home-v12-hero-stats strong{color:var(--color-text);font-size:2.35rem;font-weight:900;line-height:1;display:block}.home-v12-hero-stats span{color:var(--color-text-secondary);margin-top:8px;font-size:.92rem;font-weight:700;line-height:1.3;display:block}.home-v12-hero-visual{border:1px solid var(--color-border);border-radius:20px;min-height:360px;overflow:hidden;box-shadow:0 20px 50px #0f172a14}.home-v12-hero-img{object-fit:cover;width:100%;height:100%;min-height:360px}.home-v12-ecosystem-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:36px 24px;max-width:1180px;margin:0 auto;display:grid}.home-v12-ecosystem-card,.home-v12-featured-card,.home-v12-resource-card,.home-v12-article-card,.home-v12-why-card{background:var(--color-bg);border:1px solid var(--color-border);border-radius:18px;box-shadow:0 2px 16px #0f172a0a}.home-v12-ecosystem-card{flex-direction:column;display:flex;overflow:hidden}.home-v12-ecosystem-photo{aspect-ratio:16/9;position:relative;overflow:hidden}.home-v12-ecosystem-photo img{object-fit:cover;width:100%;height:100%}.home-v12-product-brand{z-index:2;border:1px solid var(--color-border);letter-spacing:-.01em;max-width:calc(100% - 28px);min-height:36px;color:var(--color-text);white-space:nowrap;text-overflow:ellipsis;background:#fffffff5;border-radius:999px;justify-content:center;align-items:center;padding:7px 13px;font-size:.74rem;font-weight:800;line-height:1.15;display:inline-flex;position:absolute;top:14px;left:14px;overflow:hidden;box-shadow:0 2px 10px #0f172a0f}.home-v12-product-brand--compact{padding:7px 11px;font-size:.66rem}.home-v12-product-brand--featured{min-height:36px;top:14px;left:14px}.home-v12-ecosystem-body{flex-direction:column;flex:1;gap:10px;padding:20px 22px 22px;display:flex}.home-v12-ecosystem-meta{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.home-v12-ecosystem-category{letter-spacing:.04em;text-transform:uppercase;color:var(--color-text-secondary);font-size:.72rem;font-weight:800}.home-v12-ecosystem-body h3,.home-v12-featured-body h3,.home-v12-resource-card h3,.home-v12-article-card h3,.home-v12-why-card h3{color:var(--color-text);margin:0;font-size:1.15rem;line-height:1.3}.home-v12-ecosystem-body p,.home-v12-featured-body p,.home-v12-resource-card p,.home-v12-article-card p,.home-v12-why-card p{color:var(--color-text-secondary);margin:0;font-size:.95rem;line-height:1.65}.home-v12-ecosystem-audience{font-size:.88rem!important}.home-v12-ecosystem-audience strong{color:var(--color-text)}.home-v12-ecosystem-body .secondary-btn{align-self:flex-start;margin-top:auto}.home-v12-status{letter-spacing:.04em;text-transform:uppercase;border:1px solid #0000;border-radius:999px;align-items:center;padding:5px 10px;font-size:.68rem;font-weight:800;display:inline-flex}.home-v12-status--available{color:#047857;background:#ecfdf5;border-color:#a7f3d0}.home-v12-status--beta{background:var(--color-gold-light);color:#7a5500;border-color:var(--color-gold)}.home-v12-status--coming-soon{background:var(--color-surface);color:var(--color-text-secondary);border-color:var(--color-border)}.home-v12-why-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;max-width:1180px;margin:0 auto;display:grid}.home-v12-why-card{padding:24px}.home-v12-featured-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;max-width:1180px;margin:0 auto;display:grid}.home-v12-featured-card{flex-direction:column;display:flex;overflow:hidden}.home-v12-featured-photo{aspect-ratio:4/3;position:relative;overflow:hidden}.home-v12-featured-photo img{object-fit:cover;width:100%;height:100%}.home-v12-featured-body{flex-direction:column;flex:1;gap:10px;padding:22px;display:flex}.home-v12-featured-category{letter-spacing:.04em;text-transform:uppercase;color:var(--color-text-secondary);margin:0;font-size:.72rem;font-weight:800}.home-v12-featured-body .primary-btn{text-align:center;width:100%;margin-top:auto}.home-v12-resources-grid,.home-v12-articles-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;max-width:1180px;margin:0 auto;display:grid}.home-v12-resource-card,.home-v12-article-card{flex-direction:column;gap:10px;padding:22px;display:flex}.home-v12-resource-category,.home-v12-article-category{letter-spacing:.04em;text-transform:uppercase;color:var(--color-accent);margin:0;font-size:.72rem;font-weight:800}.home-v12-resource-meta,.home-v12-article-meta{color:var(--color-text-secondary);flex-wrap:wrap;gap:10px;font-size:.82rem;font-weight:700;display:flex}.home-v12-resource-card .secondary-btn,.home-v12-article-card .secondary-btn{align-self:flex-start;margin-top:auto}.home-v12-article-thumb{aspect-ratio:16/10;background:var(--color-surface);border:1px solid var(--color-border);border-radius:14px;overflow:hidden}.home-v12-article-thumb img{object-fit:cover;width:100%;height:100%}.home-v12-article-thumb-fallback{color:var(--color-text-secondary);justify-content:center;align-items:center;font-size:1.4rem;font-weight:900;display:flex}.home-v12-newsletter-card{background:var(--color-accent-dark);border:none;border-radius:18px;grid-template-columns:1.1fr .9fr;align-items:center;gap:32px;max-width:1180px;margin:0 auto;padding:48px;display:grid;box-shadow:0 8px 40px #064e3b38}.home-v12-newsletter-card .eyebrow{color:#ffffffe6;background-color:#ffffff1f}.home-v12-newsletter-copy h2{color:#fff;margin:8px 0 12px;font-size:clamp(1.5rem,2.2vw,2rem);line-height:1.25}.home-v12-newsletter-copy p{color:#ffffffc7;margin:0;line-height:1.65}.home-v12-newsletter-perks{color:#ffffffc7;flex-direction:column;gap:6px;margin:18px 0 0;padding-left:18px;line-height:1.7;display:flex}.home-v12-newsletter-form-wrap{background:#ffffff14;border:1px solid #ffffff29;border-radius:16px;padding:22px}.home-v12-newsletter-form-wrap .signup-form{gap:12px;width:100%;max-width:none;margin-top:0;margin-left:0;margin-right:0}.home-v12-newsletter-form-wrap .signup-form input{color:#fff;background:#ffffff1a;border-color:#fff3;flex:70%;width:70%;min-width:0}.home-v12-newsletter-form-wrap .signup-form input::placeholder{color:#ffffff80}.home-v12-newsletter-form-wrap .signup-form button{white-space:nowrap;background:var(--color-gold);color:#1a1a1a;flex:30%;width:30%;min-width:0}@media (width<=1024px){.home-v12-hero-grid{grid-template-columns:1fr}.home-v12-featured-grid,.home-v12-resources-grid,.home-v12-articles-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-v12-newsletter-card{grid-template-columns:1fr}.home-v12-newsletter-form-wrap .signup-form{flex-direction:column}.home-v12-newsletter-form-wrap .signup-form input,.home-v12-newsletter-form-wrap .signup-form button{flex:none;width:100%}}@media (width<=720px){.home-v12-ecosystem-grid,.home-v12-why-grid,.home-v12-featured-grid,.home-v12-resources-grid,.home-v12-articles-grid{grid-template-columns:1fr}.home-v12-hero-stats{grid-template-columns:repeat(3,minmax(0,1fr));max-width:none}.home-v12-hero-actions{flex-direction:column}.home-v12-hero-actions .primary-btn,.home-v12-hero-actions .secondary-btn{width:100%}.home-v12-newsletter-card{padding:24px 18px}}@media (width<=480px){.home-v12-hero-stats{grid-template-columns:1fr}}.studynest-landing{--sn-accent:#0ea5e9;--sn-accent-dark:#0284c7;--sn-accent-bg:#0ea5e91f;--sn-accent-border:#0ea5e947;--sn-radius-shell:20px;--sn-radius-card:18px;--sn-radius-media:16px;--sn-border:1px solid #e2e8f0;--sn-shadow-rest:0 2px 16px #0f172a0d;--sn-shadow-hover:0 16px 40px #0f172a1a;background:linear-gradient(#f8fafc 0%,#fff 240px)}.studynest-landing>.section{padding-top:88px;padding-bottom:88px}.studynest-landing .sn-btn-primary{background:linear-gradient(135deg, var(--sn-accent-dark), var(--sn-accent))}.studynest-landing .sn-section-head{text-align:center;max-width:720px;margin:0 auto 40px}.studynest-landing .sn-section-head h2{color:#0f172a;margin:8px 0 12px;font-size:clamp(1.85rem,3vw,2.6rem);line-height:1.15}.studynest-landing .sn-section-head p{color:#334155;margin:0;font-size:1.02rem;line-height:1.7}.sn-hero{position:relative;padding-top:72px!important;padding-bottom:48px!important}.sn-hero-grid{grid-template-columns:1.05fr .95fr;align-items:center;gap:48px;max-width:1180px;margin:0 auto;display:grid}.sn-hero-badges{flex-wrap:wrap;gap:8px;margin-bottom:12px;display:flex}.sn-status-badge{color:#1d4ed8;letter-spacing:.04em;text-transform:uppercase;background:#eff6ff;border:1px solid #bfdbfe;border-radius:999px;align-items:center;padding:6px 12px;font-size:.68rem;font-weight:800;display:inline-flex}.sn-category-badge{background:var(--sn-accent-bg);border:1px solid var(--sn-accent-border);color:var(--sn-accent-dark);letter-spacing:.04em;text-transform:uppercase;border-radius:999px;align-items:center;padding:6px 12px;font-size:.68rem;font-weight:800;display:inline-flex}.sn-hero-copy h1{letter-spacing:-.03em;color:#0f172a;max-width:14ch;margin:10px 0 16px;font-size:clamp(2.2rem,4.5vw,3.4rem);line-height:1.08}.sn-hero-lead{color:#334155;max-width:52ch;margin:0;font-size:1.08rem;line-height:1.7}.sn-hero-actions{flex-wrap:wrap;gap:12px;margin-top:28px;display:flex}.sn-hero-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;max-width:480px;margin-top:32px;display:grid}.sn-hero-stat{text-align:center;border:var(--sn-border);border-radius:var(--sn-radius-media);min-height:84px;box-shadow:var(--sn-shadow-rest);background:#fff;flex-direction:column;justify-content:center;align-items:center;padding:16px 12px;display:flex}.sn-hero-stat strong{color:#0f172a;font-size:1.65rem;font-weight:900;line-height:1}.sn-hero-stat span{color:#64748b;margin-top:6px;font-size:.82rem;font-weight:700;line-height:1.3}.sn-hero-visual .product-hero-photo{border-radius:var(--sn-radius-shell);box-shadow:var(--sn-shadow-hover)}.sn-trust-bar{border-top:var(--sn-border);border-bottom:var(--sn-border);background:#fff;padding:18px 7%}.sn-trust-inner{color:#64748b;flex-wrap:wrap;justify-content:center;gap:12px 28px;max-width:1180px;margin:0 auto;font-size:.88rem;font-weight:700;display:flex}.sn-trust-inner span:before{content:"✓";color:var(--sn-accent);margin-right:8px;font-weight:900}.sn-problem-grid{grid-template-columns:1fr 1fr;align-items:center;gap:40px;max-width:1180px;margin:0 auto;display:grid}.sn-problem-copy h2{color:#0f172a;margin:8px 0 16px;font-size:clamp(1.75rem,3vw,2.35rem);line-height:1.2}.sn-problem-copy p{color:#334155;margin:0 0 14px;font-size:1rem;line-height:1.75}.sn-problem-visual{border-radius:var(--sn-radius-shell);border:var(--sn-border);box-shadow:var(--sn-shadow-hover);overflow:hidden}.sn-problem-img{object-fit:cover;width:100%;min-height:320px;display:block}.sn-feature-grid{grid-template-columns:repeat(4,minmax(0,1fr));max-width:1180px;margin:0 auto}.studynest-landing .product-card-photo{border:var(--sn-border);border-radius:var(--sn-radius-card);box-shadow:var(--sn-shadow-rest);transition:transform .2s,box-shadow .2s}.studynest-landing .product-card-photo:hover{box-shadow:var(--sn-shadow-hover);transform:translateY(-3px)}.studynest-landing .product-card-photo .product-category{color:var(--sn-accent-dark)}.sn-how-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;max-width:1180px;margin:0 auto;display:grid}.sn-how-card{border:var(--sn-border);border-radius:var(--sn-radius-card);box-shadow:var(--sn-shadow-rest);background:#fff;padding:28px 24px}.sn-how-step{background:var(--sn-accent-bg);border:1px solid var(--sn-accent-border);min-width:44px;min-height:44px;color:var(--sn-accent-dark);border-radius:999px;justify-content:center;align-items:center;margin-bottom:14px;padding:0 12px;font-size:.82rem;font-weight:900;display:inline-flex}.sn-how-card h3{color:#0f172a;margin:0 0 10px;font-size:1.15rem}.sn-how-card p{color:#334155;margin:0;font-size:.95rem;line-height:1.65}.sn-preview-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;max-width:1180px;margin:0 auto;display:grid}.sn-preview-card{border:var(--sn-border);border-radius:var(--sn-radius-card);box-shadow:var(--sn-shadow-rest);background:#fff;padding:24px}.sn-preview-card-wide{grid-column:1/-1}.sn-preview-label{letter-spacing:.05em;text-transform:uppercase;color:var(--sn-accent-dark);margin:0 0 6px;font-size:.68rem;font-weight:800}.sn-preview-card h3{color:#0f172a;margin:0 0 16px;font-size:1.1rem}.sn-chat{flex-direction:column;gap:10px;display:flex}.sn-chat-user,.sn-chat-ai{border-radius:14px;padding:12px 14px;font-size:.92rem;line-height:1.55}.sn-chat-user{color:#334155;background:#f1f5f9;border:1px solid #e2e8f0;align-self:flex-end;max-width:88%}.sn-chat-ai{background:var(--sn-accent-bg);color:#0f172a;border:1px solid var(--sn-accent-border);align-self:flex-start;max-width:92%}.sn-flashcard{border:var(--sn-border);border-radius:var(--sn-radius-media);text-align:center;background:linear-gradient(145deg,#f8fafc 0%,#fff 100%);flex-direction:column;justify-content:center;align-items:center;gap:12px;min-height:160px;padding:28px 22px;display:flex}.sn-flashcard-prompt{color:#0f172a;margin:0;font-size:1rem;font-weight:800}.sn-flashcard-answer{color:#334155;margin:0;font-size:.92rem;line-height:1.5}.sn-planner-rows{flex-direction:column;gap:10px;display:flex}.sn-planner-row{color:#334155;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;justify-content:space-between;align-items:center;gap:16px;padding:14px 16px;font-size:.9rem;display:flex}.sn-planner-row strong{color:var(--sn-accent-dark);white-space:nowrap;font-size:.82rem}.sn-audiences-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;max-width:1180px;margin:0 auto;display:grid}.sn-audience-card{border:var(--sn-border);border-radius:var(--sn-radius-card);box-shadow:var(--sn-shadow-rest);background:#fff;padding:24px}.sn-audience-card h3{color:#0f172a;margin:0 0 10px;font-size:1.1rem}.sn-audience-card p{color:#334155;margin:0;line-height:1.65}.sn-pricing-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:24px;max-width:1080px;margin:0 auto;display:grid}.sn-pricing-card{border:var(--sn-border);border-radius:var(--sn-radius-card);box-shadow:var(--sn-shadow-rest);background:#fff;flex-direction:column;gap:12px;padding:28px 24px;display:flex;position:relative}.sn-pricing-card--featured{border-color:var(--sn-accent);box-shadow:0 12px 36px #0ea5e924}.sn-pricing-flag{background:var(--sn-accent-bg);border:1px solid var(--sn-accent-border);color:var(--sn-accent-dark);letter-spacing:.04em;text-transform:uppercase;border-radius:999px;padding:5px 10px;font-size:.65rem;font-weight:800;position:absolute;top:16px;right:16px}.sn-pricing-card h3{color:#0f172a;margin:0;font-size:1.15rem}.sn-pricing-price{color:#0f172a;font-size:2rem;font-weight:900;line-height:1.1}.sn-pricing-card p{color:#334155;flex:1;margin:0;font-size:.95rem;line-height:1.6}.sn-pricing-card .primary-btn,.sn-pricing-card .secondary-btn{text-align:center;width:100%;margin-top:8px}.sn-faq-list{flex-direction:column;gap:16px;max-width:820px;margin:0 auto;display:flex}.sn-faq-item{border:var(--sn-border);border-radius:var(--sn-radius-card);box-shadow:var(--sn-shadow-rest);background:#fff;padding:22px 24px}.sn-faq-item h3{color:#0f172a;margin:0 0 8px;font-size:1.02rem}.sn-faq-item p{color:#334155;margin:0;font-size:.95rem;line-height:1.65}.sn-waitlist-card{border-radius:var(--sn-radius-shell);border:var(--sn-border);max-width:1080px;box-shadow:var(--sn-shadow-rest);background:linear-gradient(135deg,#fff 0%,#f0f9ff 100%);grid-template-columns:1.1fr .9fr;align-items:center;gap:32px;margin:0 auto;padding:36px;display:grid}.sn-waitlist-copy h2{color:#0f172a;margin:8px 0 12px;font-size:clamp(1.5rem,2.5vw,2rem);line-height:1.25}.sn-waitlist-copy p{color:#334155;margin:0;line-height:1.65}.sn-waitlist-form{border:var(--sn-border);border-radius:var(--sn-radius-card);box-shadow:var(--sn-shadow-rest);background:#fff;padding:22px}.sn-waitlist-form .signup-form{width:100%;max-width:none;margin:0}.sn-waitlist-form .signup-form input{flex:70%;width:70%;min-width:0}.sn-waitlist-form .signup-form button{flex:30%;width:30%;min-width:0}@media (width<=1024px){.sn-hero-grid,.sn-problem-grid,.sn-waitlist-card,.sn-how-grid,.sn-pricing-grid{grid-template-columns:1fr}.sn-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.sn-preview-grid{grid-template-columns:1fr}.sn-preview-card-wide{grid-column:auto}.sn-waitlist-form .signup-form{flex-direction:column}.sn-waitlist-form .signup-form input,.sn-waitlist-form .signup-form button{flex:none;width:100%}}@media (width<=720px){.sn-hero-stats,.sn-audiences-grid,.sn-feature-grid{grid-template-columns:1fr}.sn-hero-actions{flex-direction:column}.sn-hero-actions .primary-btn,.sn-hero-actions .secondary-btn{text-align:center;width:100%}.sn-trust-inner{text-align:center;flex-direction:column;align-items:center}.sn-waitlist-card{padding:24px 18px}}.poisonguard-landing{--pg-accent:#10b981;--pg-accent-dark:#059669;--pg-accent-bg:#10b9811f;--pg-accent-border:#10b98147;--pg-radius-shell:20px;--pg-radius-card:18px;--pg-radius-media:16px;--pg-border:1px solid #e2e8f0;--pg-shadow-rest:0 2px 16px #0f172a0d;--pg-shadow-hover:0 16px 40px #0f172a1a;background:linear-gradient(#f8fafc 0%,#fff 240px)}.poisonguard-landing>.section{padding-top:88px;padding-bottom:88px}.poisonguard-landing .eyebrow{background-color:var(--pg-accent-bg);color:var(--pg-accent-dark)}.poisonguard-landing .pg-btn-primary{background:linear-gradient(135deg, var(--pg-accent-dark), var(--pg-accent))}.poisonguard-landing .pg-section-head{text-align:center;max-width:720px;margin:0 auto 40px}.poisonguard-landing .pg-section-head h2{color:#0f172a;margin:8px 0 12px;font-size:clamp(1.85rem,3vw,2.6rem);line-height:1.15}.poisonguard-landing .pg-section-head p{color:#334155;margin:0;font-size:1.02rem;line-height:1.7}.pg-hero{position:relative;padding-top:72px!important;padding-bottom:32px!important}.pg-hero-grid{grid-template-columns:1.05fr .95fr;align-items:center;gap:48px;max-width:1180px;margin:0 auto;display:grid}.pg-hero-badges{flex-wrap:wrap;gap:8px;margin-bottom:12px;display:flex}.pg-status-badge{color:#047857;letter-spacing:.04em;text-transform:uppercase;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:999px;align-items:center;padding:6px 12px;font-size:.68rem;font-weight:800;display:inline-flex}.pg-category-badge{background:var(--pg-accent-bg);border:1px solid var(--pg-accent-border);color:var(--pg-accent-dark);letter-spacing:.04em;text-transform:uppercase;border-radius:999px;align-items:center;padding:6px 12px;font-size:.68rem;font-weight:800;display:inline-flex}.pg-hero-copy h1{letter-spacing:-.03em;color:#0f172a;max-width:15ch;margin:10px 0 16px;font-size:clamp(2.2rem,4.5vw,3.4rem);line-height:1.08}.pg-hero-lead{color:#334155;max-width:54ch;margin:0;font-size:1.08rem;line-height:1.7}.pg-hero-actions{flex-wrap:wrap;gap:12px;margin-top:28px;display:flex}.pg-hero-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;max-width:480px;margin-top:32px;display:grid}.pg-hero-stat{text-align:center;border:var(--pg-border);border-radius:var(--pg-radius-media);min-height:84px;box-shadow:var(--pg-shadow-rest);background:#fff;flex-direction:column;justify-content:center;align-items:center;padding:16px 12px;display:flex}.pg-hero-stat strong{color:#0f172a;font-size:1.35rem;font-weight:900;line-height:1.15}.pg-hero-stat span{color:#64748b;margin-top:6px;font-size:.82rem;font-weight:700;line-height:1.3}.pg-scanner-shell{border-radius:var(--pg-radius-shell);box-shadow:var(--pg-shadow-hover);position:relative;overflow:hidden}.pg-scanner-shell .product-hero-photo{border-radius:var(--pg-radius-shell)}.pg-scanner-overlay{pointer-events:none;flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.pg-scanner-frame{border-radius:12px;position:absolute;inset:14%}.pg-scanner-corner{opacity:.95;border-style:solid;border-color:#fff;width:28px;height:28px;position:absolute}.pg-scanner-corner--tl{border-width:3px 0 0 3px;border-radius:6px 0 0;top:0;left:0}.pg-scanner-corner--tr{border-width:3px 3px 0 0;border-radius:0 6px 0 0;top:0;right:0}.pg-scanner-corner--bl{border-width:0 0 3px 3px;border-radius:0 0 0 6px;bottom:0;left:0}.pg-scanner-corner--br{border-width:0 3px 3px 0;border-radius:0 0 6px;bottom:0;right:0}.pg-scanner-chip{color:#fff;letter-spacing:.03em;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0f172ab8;border-radius:999px;padding:8px 14px;font-size:.78rem;font-weight:800;position:absolute;bottom:18px;left:50%;transform:translate(-50%)}.pg-disclaimer-wrap{max-width:1180px;margin:clamp(28px,4.5vw,48px) auto 0;padding:0 7% 8px}.pg-disclaimer-wrap .poisonguard-safety-disclaimer--prominent{margin-bottom:0}.pg-trust-bar{border-top:var(--pg-border);border-bottom:var(--pg-border);background:#fff;padding:18px 7%}.pg-trust-inner{color:#64748b;flex-wrap:wrap;justify-content:center;gap:12px 28px;max-width:1180px;margin:0 auto;font-size:.88rem;font-weight:700;display:flex}.pg-trust-inner span:before{content:"✓";color:var(--pg-accent);margin-right:8px;font-weight:900}.pg-how-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;max-width:1180px;margin:0 auto;display:grid}.pg-how-card{border:var(--pg-border);border-radius:var(--pg-radius-card);box-shadow:var(--pg-shadow-rest);background:#fff;padding:28px 24px}.pg-how-step{background:var(--pg-accent-bg);border:1px solid var(--pg-accent-border);min-width:44px;min-height:44px;color:var(--pg-accent-dark);border-radius:999px;justify-content:center;align-items:center;margin-bottom:14px;padding:0 12px;font-size:.82rem;font-weight:900;display:inline-flex}.pg-how-card h3{color:#0f172a;margin:0 0 10px;font-size:1.15rem}.pg-how-card p{color:#334155;margin:0;font-size:.95rem;line-height:1.65}.pg-use-cases-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;max-width:1180px;margin:0 auto;display:grid}.pg-use-case-card{border:var(--pg-border);border-radius:var(--pg-radius-card);box-shadow:var(--pg-shadow-rest);background:#fff;padding:24px;transition:transform .2s,box-shadow .2s}.pg-use-case-card:hover{box-shadow:var(--pg-shadow-hover);transform:translateY(-2px)}.pg-use-case-card h3{color:#0f172a;margin:0 0 10px;font-size:1.1rem}.pg-use-case-card p{color:#334155;margin:0;font-size:.95rem;line-height:1.65}.pg-feature-grid{grid-template-columns:repeat(4,minmax(0,1fr));max-width:1180px;margin:0 auto}.pg-workflow-banner{border-radius:var(--pg-radius-card);background:#ffffffe0;border:1px solid #10b98133;max-width:1180px;margin:0 auto 32px;padding:20px 24px;box-shadow:0 4px 18px #10b98114,inset 0 1px #fffffff2}.pg-workflow-list{flex-direction:column;align-items:center;gap:0;margin:0;padding:0;list-style:none;display:flex}.pg-workflow-step{flex-direction:column;align-items:center;width:100%;display:flex}.pg-workflow-node{color:var(--pg-accent-dark);border:1px solid var(--pg-accent-border);white-space:nowrap;background:#fff;border-radius:999px;justify-content:center;align-items:center;padding:8px 16px;font-size:.82rem;font-weight:700;display:inline-flex;box-shadow:0 2px 8px #10b9811f}.pg-workflow-connector{flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:48px;height:36px;display:flex;position:relative}.pg-workflow-connector-line{background:linear-gradient(180deg, var(--pg-accent) 0%, #10b98140 100%);border-radius:2px;width:2px;position:absolute;top:4px;bottom:20px;left:50%;transform:translate(-50%)}.pg-workflow-connector-arrow{z-index:1;color:var(--pg-accent-dark);margin-top:8px;font-size:.9rem;line-height:1;position:relative}.pg-workflow-connector-pulse{background:var(--pg-accent);border-radius:50%;width:8px;height:8px;margin:-4px 0 0 -4px;animation:2s ease-in-out infinite pg-workflow-pulse;position:absolute;top:50%;left:50%;box-shadow:0 0 #10b98173}@keyframes pg-workflow-pulse{0%,to{opacity:1;box-shadow:0 0 #10b98173}50%{opacity:.65;box-shadow:0 0 0 8px #10b98100}}@media (width>=900px){.pg-workflow-list{flex-flow:wrap;justify-content:center;gap:0}.pg-workflow-step{flex-direction:row;width:auto}.pg-workflow-connector{flex-direction:row;width:48px;max-width:none;height:auto;margin:0 4px}.pg-workflow-connector-line{background:linear-gradient(90deg, var(--pg-accent) 0%, #10b98140 100%);width:auto;height:2px;inset:50% 16px auto 0;transform:translateY(-50%)}.pg-workflow-connector-arrow{margin-top:0;margin-left:auto;transform:rotate(-90deg)}.pg-workflow-connector-pulse{animation:2s ease-in-out infinite pg-workflow-pulse-h;top:50%;left:50%}}@keyframes pg-workflow-pulse-h{0%,to{box-shadow:0 0 #10b98173}50%{box-shadow:0 0 0 6px #10b98100}}.pg-feature-card-v2{border-radius:var(--pg-radius-card);background:#fffffff0;border:1px solid #10b9812e;transition:transform .25s,box-shadow .25s,border-color .25s;overflow:hidden;box-shadow:0 2px 12px #0f172a0a,inset 0 1px #ffffffe6}.pg-feature-card-hit{text-align:left;cursor:pointer;width:100%;font:inherit;color:#0f172a;border-radius:inherit;box-shadow:none;background:0 0;border:none;margin:0;padding:0;display:block}.poisonguard-landing .pg-feature-card-v2 button.pg-feature-card-hit{border-radius:inherit;color:#0f172a;font-weight:inherit;box-shadow:none;background:0 0;border:none;margin-top:0;padding:0;text-decoration:none}.poisonguard-landing .pg-feature-card-v2 button.pg-feature-card-hit:hover,.poisonguard-landing .pg-feature-card-v2 button.pg-feature-card-hit:focus{color:#0f172a;background:0 0;transform:none}.pg-feature-card-hit:focus{outline:none}.pg-feature-card-hit:focus-visible{outline:3px solid var(--pg-accent);outline-offset:3px}.pg-feature-card-v2:hover,.pg-feature-card-v2:focus-within{border-color:#10b98173;transform:translateY(-6px)scale(1.02);box-shadow:0 18px 36px #0f172a14,0 0 0 1px #10b98138,0 0 28px #10b98124}.pg-feature-card-visual{background:#f7fef9;height:180px;overflow:hidden}.pg-feature-card-img{object-fit:cover;width:100%;height:100%;box-shadow:none;background:0 0;border:none;border-radius:0;outline:none;transition:transform .25s;display:block}.pg-feature-card-visual .marketing-photo{background:0 0}.pg-feature-card-v2:hover .pg-feature-card-img,.pg-feature-card-v2:focus-within .pg-feature-card-img,.pg-feature-card-v2:hover .pg-feature-card-ui,.pg-feature-card-v2:focus-within .pg-feature-card-ui{transform:scale(1.04)}.pg-feature-card-ui{box-sizing:border-box;width:100%;height:100%;box-shadow:none;background:linear-gradient(#ecfdf5 0%,#f7fef9 55%,#fff 100%);border:none;flex-direction:column;justify-content:center;align-items:stretch;padding:16px 20px;transition:transform .25s;display:flex}.pg-feature-card-ui--emergency-guidance,.pg-feature-card-ui--multilingual,.pg-feature-card-ui--privacy-first{text-align:center;align-items:center}.pg-feature-card-ui--privacy-first{position:relative}.pg-feature-card-fallback,.pg-feature-modal-fallback{background:linear-gradient(#fff 0%,#ecfdf5 100%);place-items:center;width:100%;height:100%;display:grid}.pg-feature-fallback-label{color:#047857;text-align:center;background:#10b9811a;border:1px solid #10b98140;border-radius:999px;padding:10px 14px;font-size:.72rem;font-weight:700}.pg-feature-modal-img{object-fit:cover;width:100%;height:280px;display:block}.pg-feature-modal-ui{box-sizing:border-box;background:linear-gradient(#f7fef9 0%,#fff 100%);flex-direction:column;justify-content:center;align-items:stretch;min-height:280px;padding:24px;display:flex}.pg-feature-modal-ui--emergency-guidance,.pg-feature-modal-ui--multilingual,.pg-feature-modal-ui--privacy-first{text-align:center;align-items:center}.pg-feature-modal-ui--privacy-first{position:relative}.pg-feature-card-copy{background:#fffffffa;padding:0 24px 24px}.pg-feature-card-copy .product-category{color:var(--pg-accent-dark);margin:16px 0 0;font-weight:800}.pg-feature-card-copy h3{color:#0f172a;margin:8px 0 10px;font-size:1.1rem;font-weight:800}.pg-feature-card-copy p{color:#1e293b;margin:0 0 12px;font-size:.95rem;line-height:1.65}.pg-feature-card-cta{color:var(--pg-accent-dark);font-size:.82rem;font-weight:700;display:inline-block}.pg-ui-eyebrow{letter-spacing:.06em;text-transform:uppercase;color:#047857;margin:0 0 10px;font-size:.62rem;font-weight:800}.pg-ui-caption{color:#64748b;margin:10px 0 0;font-size:.68rem;line-height:1.4}.pg-ui-row{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.pg-ui-label{color:#475569;font-size:.72rem;font-weight:700}.pg-ui-stat{color:#059669;font-size:1.35rem;font-weight:900;line-height:1}.pg-ui-meter-track{background:#d1fae5;border-radius:999px;height:8px;overflow:hidden}.pg-ui-meter-fill{border-radius:inherit;background:linear-gradient(90deg,#059669,#10b981);height:100%;display:block}.pg-ui-risk-meter{grid-template-columns:repeat(3,1fr);gap:6px;margin-bottom:4px;display:grid;position:relative}.pg-ui-risk-arc{text-transform:uppercase;letter-spacing:.03em;color:#475569;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:8px;justify-content:center;align-items:center;min-height:34px;font-size:.62rem;font-weight:800;display:flex}.pg-ui-risk-arc--low{color:#15803d;background:#ecfdf5;border-color:#bbf7d0}.pg-ui-risk-arc--med{color:#b45309;background:#fffbeb;border-color:#fde68a}.pg-ui-risk-arc--high{color:#b91c1c;background:#fef2f2;border-color:#fecaca}.pg-ui-risk-arc--active{box-shadow:0 0 0 2px #10b98159}.pg-ui-risk-needle{display:none}.pg-ui-hotline{color:#b91c1c;margin-bottom:8px;font-size:1rem;display:block}.pg-ui-pill{color:#fff;background:#059669;border-radius:999px;margin-bottom:10px;padding:4px 12px;font-size:.65rem;font-weight:700;display:inline-block}.pg-ui-steps{text-align:left;color:#334155;margin:0;padding-left:18px;font-size:.65rem;line-height:1.45}.pg-ui-history{margin:0;padding:0;list-style:none}.pg-ui-history li{border-bottom:1px solid #ecfdf5;justify-content:space-between;gap:8px;padding:8px 0;font-size:.72rem;display:flex}.pg-ui-history li:last-child{border-bottom:none;padding-bottom:0}.pg-ui-history span{color:#0f172a;font-weight:700}.pg-ui-history small{color:#64748b;white-space:nowrap}.pg-ui-lang-grid{flex-wrap:wrap;gap:6px;margin-bottom:4px;display:flex}.pg-ui-lang{color:#065f46;background:#ecfdf5;border:1px solid #10b98140;border-radius:999px;padding:5px 10px;font-size:.65rem;font-weight:700}.pg-ui-lang--active{color:#fff;background:#059669;border-color:#059669}.pg-ui-globe{background:linear-gradient(135deg,#a7f3d0 0%,#10b981 55%,#047857 100%);border-radius:50%;width:52px;height:52px;margin:0 auto 10px;box-shadow:inset -4px -4px 10px #04785733}.pg-ui-privacy-cloud{background:linear-gradient(#fff,#d1fae5);border:1px solid #10b98140;border-radius:24px;width:72px;height:36px;margin:0 auto 8px;position:relative}.pg-ui-privacy-cloud:before,.pg-ui-privacy-cloud:after{content:"";background:inherit;border-radius:50%;position:absolute}.pg-ui-privacy-cloud:before{width:28px;height:28px;top:-12px;left:10px}.pg-ui-privacy-cloud:after{width:22px;height:22px;top:-8px;right:12px}.pg-ui-privacy-lock{z-index:1;background:#059669;border:2px solid #fff;border-radius:3px;width:16px;height:18px;margin-left:-8px;position:absolute;top:42px;left:50%}.pg-ui-privacy-lock:before{content:"";border:2px solid #fff;border-bottom:none;border-radius:6px 6px 0 0;width:8px;height:8px;position:absolute;top:-8px;left:2px}.pg-ui-privacy-badge{color:#047857;background:#ecfdf5;border:1px dashed #10b98159;border-radius:999px;margin-bottom:6px;padding:4px 10px;font-size:.62rem;font-weight:700;display:inline-block}.pg-feature-modal-mockup .pg-feature-card-img,.pg-feature-modal-mockup .pg-feature-card-ui,.pg-feature-modal-mockup .pg-feature-card-fallback{height:140px;box-shadow:none;border:none;border-radius:10px;overflow:hidden}.pg-feature-modal-backdrop{z-index:1200}.pg-feature-modal-panel{width:calc(100% - 32px);max-width:920px;max-height:calc(100vh - 40px);padding:28px;overflow-y:auto}.pg-feature-modal-layout{grid-template-columns:1fr 1.1fr;align-items:start;gap:28px;display:grid}.pg-feature-modal-art{border-radius:var(--pg-radius-media);background:#f7fef9;border:1px solid #10b98133;overflow:hidden}.pg-feature-modal-art .pg-feature-modal-img,.pg-feature-modal-art .marketing-photo{box-shadow:none;background:0 0;border:none}.pg-feature-modal-body h2{margin:8px 0 12px}.pg-feature-modal-desc{color:#334155;margin:0 0 14px;line-height:1.65}.pg-feature-modal-explainer{color:#475569;margin:0 0 18px;font-size:.95rem;line-height:1.7}.pg-feature-modal-mockup{border-radius:var(--pg-radius-media);background:#f7fef9;border:1px solid #10b9812e;margin-bottom:16px;padding:12px}.pg-feature-modal-mockup-label{letter-spacing:.05em;text-transform:uppercase;color:var(--pg-accent-dark);margin:0 0 8px;font-size:.68rem;font-weight:800}.pg-feature-modal-beta{color:var(--pg-accent-dark);background:var(--pg-accent-bg);border:1px solid var(--pg-accent-border);border-radius:999px;margin-bottom:18px;padding:6px 12px;font-size:.75rem;font-weight:700;display:inline-flex}@media (width<=768px){.pg-feature-modal-layout{grid-template-columns:1fr}.pg-feature-modal-img,.pg-feature-modal-ui{height:auto;min-height:200px}}@media (prefers-reduced-motion:reduce){.pg-workflow-connector-pulse{animation:none}.pg-feature-card-v2,.pg-feature-card-img,.pg-feature-card-ui{transition:none}.pg-feature-card-v2:hover,.pg-feature-card-v2:focus-within,.pg-feature-card-v2:hover .pg-feature-card-img,.pg-feature-card-v2:focus-within .pg-feature-card-img,.pg-feature-card-v2:hover .pg-feature-card-ui,.pg-feature-card-v2:focus-within .pg-feature-card-ui{transform:none}}.poisonguard-landing .product-card-photo{border:var(--pg-border);border-radius:var(--pg-radius-card);box-shadow:var(--pg-shadow-rest);transition:transform .2s,box-shadow .2s}.poisonguard-landing .product-card-photo:hover{box-shadow:var(--pg-shadow-hover);transform:translateY(-3px)}.poisonguard-landing .product-card-photo .product-category{color:var(--pg-accent-dark)}.poisonguard-landing .pg-feature-card-v2{border-radius:var(--pg-radius-card);background:#fffffffa;border:1px solid #10b98138;transition:transform .25s,box-shadow .25s,border-color .25s;box-shadow:0 2px 12px #0f172a0a,inset 0 1px #ffffffe6}.poisonguard-landing .pg-feature-card-v2:hover,.poisonguard-landing .pg-feature-card-v2:focus-within{border-color:#10b98173;transform:translateY(-6px)scale(1.02);box-shadow:0 18px 36px #0f172a14,0 0 0 1px #10b98138,0 0 28px #10b98124}.pg-preview-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;max-width:1180px;margin:0 auto;display:grid}.pg-preview-card{border:var(--pg-border);border-radius:var(--pg-radius-card);box-shadow:var(--pg-shadow-rest);background:#fff;padding:24px}.pg-preview-card-wide{grid-column:1/-1}.pg-preview-label{letter-spacing:.05em;text-transform:uppercase;color:var(--pg-accent-dark);margin:0 0 6px;font-size:.68rem;font-weight:800}.pg-preview-card h3{color:#0f172a;margin:0 0 16px;font-size:1.1rem}.pg-mock-scanner{border-radius:var(--pg-radius-media);border:var(--pg-border);background:#0f172a;min-height:200px;position:relative;overflow:hidden}.pg-mock-scanner-img{object-fit:cover;opacity:.72;width:100%;height:200px;display:block}.pg-mock-scanner-ui{color:#fff;flex-direction:column;justify-content:center;align-items:center;gap:10px;font-size:.88rem;font-weight:700;display:flex;position:absolute;inset:0}.pg-mock-scanner-pulse{border:2px solid #ffffffd9;border-radius:50%;width:56px;height:56px;box-shadow:0 0 0 6px #10b98140}.pg-mock-result{border:var(--pg-border);border-radius:var(--pg-radius-media);background:linear-gradient(#fff 0%,#f8fafc 100%);padding:18px}.pg-mock-result-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;margin-bottom:10px;display:flex}.pg-mock-result-header strong{color:#0f172a;font-size:1rem}.pg-risk-badge{letter-spacing:.04em;text-transform:uppercase;border-radius:999px;padding:5px 10px;font-size:.68rem;font-weight:800;display:inline-flex}.pg-risk-badge--high{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca}.pg-mock-result-copy{color:#334155;margin:0 0 16px;font-size:.92rem;line-height:1.6}.pg-confidence-label{color:#64748b;justify-content:space-between;align-items:center;margin-bottom:8px;font-size:.82rem;font-weight:700;display:flex}.pg-confidence-label strong{color:var(--pg-accent-dark);font-size:.9rem}.pg-confidence-bar{background:#e2e8f0;border-radius:999px;height:8px;overflow:hidden}.pg-confidence-bar span{border-radius:inherit;background:linear-gradient(90deg, var(--pg-accent-dark), var(--pg-accent));height:100%;display:block}.pg-guidance-grid{grid-template-columns:1.2fr .8fr;align-items:start;gap:24px;display:grid}.pg-guidance-steps{color:#334155;margin:0;padding-left:20px;font-size:.95rem;line-height:1.7}.pg-guidance-steps li+li{margin-top:8px}.pg-emergency-cta{border-radius:var(--pg-radius-media);text-align:center;background:#fffbeb;border:1.5px solid #fcd34d;padding:20px}.pg-emergency-label{letter-spacing:.05em;text-transform:uppercase;color:#92400e;margin:0 0 12px;font-size:.72rem;font-weight:800}.pg-emergency-btn{color:#fff;text-align:center;background:linear-gradient(135deg,#b45309,#d97706);border-radius:12px;width:100%;padding:14px 16px;font-size:.92rem;font-weight:800;text-decoration:none;display:block}.pg-emergency-link{color:#92400e;text-underline-offset:3px;margin-top:10px;font-size:.88rem;font-weight:700;text-decoration:underline;display:inline-block}.pg-trust-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;max-width:1180px;margin:0 auto;display:grid}.pg-trust-card{border:var(--pg-border);border-radius:var(--pg-radius-card);box-shadow:var(--pg-shadow-rest);background:#fff;padding:24px}.pg-trust-card:nth-child(4),.pg-trust-card:nth-child(5){grid-column:span 1}.pg-trust-card h3{color:#0f172a;margin:0 0 10px;font-size:1.05rem}.pg-trust-card p{color:#334155;margin:0;font-size:.95rem;line-height:1.65}.pg-pricing-grid{grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch;gap:20px;max-width:1180px;margin:0 auto;display:grid}.pg-pricing-card{border:var(--pg-border);border-radius:var(--pg-radius-card);box-shadow:var(--pg-shadow-rest);background:#fff;flex-direction:column;gap:12px;padding:28px 22px;display:flex;position:relative}.pg-pricing-card--featured{border-color:var(--pg-accent);box-shadow:0 12px 36px #10b98124}.pg-pricing-flag{background:var(--pg-accent-bg);border:1px solid var(--pg-accent-border);color:var(--pg-accent-dark);letter-spacing:.04em;text-transform:uppercase;border-radius:999px;padding:5px 10px;font-size:.65rem;font-weight:800;position:absolute;top:16px;right:16px}.pg-pricing-card h3{color:#0f172a;margin:0;padding-right:72px;font-size:1.05rem}.pg-pricing-price{color:#0f172a;font-size:1.75rem;font-weight:900;line-height:1.1}.pg-pricing-card p{color:#334155;flex:1;margin:0;font-size:.92rem;line-height:1.6}.pg-pricing-card .primary-btn,.pg-pricing-card .secondary-btn{text-align:center;width:100%;margin-top:8px}.pg-faq-list{flex-direction:column;gap:16px;max-width:820px;margin:0 auto;display:flex}.pg-faq-item{border:var(--pg-border);border-radius:var(--pg-radius-card);box-shadow:var(--pg-shadow-rest);background:#fff;padding:22px 24px}.pg-faq-item h3{color:#0f172a;margin:0 0 8px;font-size:1.02rem}.pg-faq-item p{color:#334155;margin:0;font-size:.95rem;line-height:1.65}.pg-waitlist-card{border-radius:var(--pg-radius-shell);border:var(--pg-border);max-width:1080px;box-shadow:var(--pg-shadow-rest);background:linear-gradient(135deg,#fff 0%,#ecfdf5 100%);grid-template-columns:1.1fr .9fr;align-items:center;gap:32px;margin:0 auto;padding:36px;display:grid}.pg-waitlist-copy h2{color:#0f172a;margin:8px 0 12px;font-size:clamp(1.5rem,2.5vw,2rem);line-height:1.25}.pg-waitlist-copy p{color:#334155;margin:0;line-height:1.65}.pg-waitlist-form{border:var(--pg-border);border-radius:var(--pg-radius-card);box-shadow:var(--pg-shadow-rest);background:#fff;padding:22px}.pg-waitlist-form .signup-form{width:100%;max-width:none;margin:0}.pg-waitlist-form .signup-form input{flex:70%;width:70%;min-width:0}.pg-waitlist-form .signup-form button{flex:30%;width:30%;min-width:0}@media (width<=1100px){.pg-pricing-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=1024px){.pg-hero-grid,.pg-waitlist-card,.pg-guidance-grid,.pg-how-grid,.pg-use-cases-grid,.pg-trust-grid{grid-template-columns:1fr}.pg-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pg-preview-grid{grid-template-columns:1fr}.pg-preview-card-wide{grid-column:auto}.pg-waitlist-form .signup-form{flex-direction:column}.pg-waitlist-form .signup-form input,.pg-waitlist-form .signup-form button{flex:none;width:100%}}@media (width<=720px){.pg-hero-stats,.pg-feature-grid{grid-template-columns:1fr}.pg-hero-actions{flex-direction:column}.pg-hero-actions .primary-btn,.pg-hero-actions .secondary-btn{text-align:center;width:100%}.pg-trust-inner{text-align:center;flex-direction:column;align-items:center}.pg-pricing-grid{grid-template-columns:1fr}.pg-waitlist-card{padding:24px 18px}.pg-hero-copy h1{max-width:none}}.products-catalog-section{background:#f8fafc}.product-ecosystem-section{background:linear-gradient(#fff 0%,#f8fafc 100%);border-top:1px solid #e2e8f0}.product-ecosystem-head{text-align:center;max-width:720px;margin:0 auto 40px}.product-ecosystem-head h2{color:#0f172a;margin:8px 0 12px;font-size:clamp(1.85rem,3vw,2.6rem);line-height:1.15}.product-ecosystem-head p{color:#334155;margin:0;font-size:1.02rem;line-height:1.7}.product-ecosystem-actions{justify-content:center;margin-top:36px;display:flex}.ecosystem-showcase-cta{margin-top:20px}@media (width<=720px){.product-ecosystem-grid{grid-template-columns:1fr}}.kiddo-landing{--kd-accent:#f59e0b;--kd-accent-dark:#d97706;--kd-accent-warm:#fb923c;--kd-accent-bg:#f59e0b24;--kd-accent-border:#f59e0b52;--kd-radius-shell:28px;--kd-radius-card:22px;--kd-radius-media:18px;--kd-border:1px solid #fbbf2438;--kd-shadow-rest:0 8px 28px #f59e0b1a;--kd-shadow-hover:0 20px 48px #f59e0b29;background:radial-gradient(circle at 8% 0,#fb718524,#0000 34%),radial-gradient(circle at 92% 8%,#38bdf81f,#0000 30%),radial-gradient(circle at 50% 100%,#a78bfa1a,#0000 40%),linear-gradient(#fffbeb 0%,#fff 320px);overflow-x:hidden}.kiddo-landing>.section{padding-top:88px;padding-bottom:88px}.kiddo-landing .eyebrow{background-color:var(--kd-accent-bg);color:var(--kd-accent-dark);letter-spacing:.12em}.kiddo-landing .kd-btn-primary{background:linear-gradient(135deg,#f97316,#f59e0b,#fbbf24);box-shadow:0 10px 28px #f59e0b47}.kiddo-landing .kd-btn-secondary{color:#9a3412;background:#fff7ed;border-color:#f59e0b59}.kiddo-landing .kd-section-head{text-align:center;max-width:760px;margin:0 auto 44px}.kiddo-landing .kd-section-head h2{color:#431407;letter-spacing:-.02em;margin:8px 0 12px;font-size:clamp(1.9rem,3.2vw,2.75rem);line-height:1.12}.kiddo-landing .kd-section-head p{color:#78350f;margin:0;font-size:1.04rem;line-height:1.7}.kd-hero{position:relative;overflow:hidden;padding-top:72px!important;padding-bottom:48px!important}.kd-hero-blobs{pointer-events:none;position:absolute;inset:0;overflow:hidden}.kd-blob{filter:blur(40px);opacity:.55;border-radius:50%;position:absolute}.kd-blob--1{background:#fda4af;width:280px;height:280px;top:-40px;left:-60px}.kd-blob--2{background:#93c5fd;width:320px;height:320px;top:10%;right:-80px}.kd-blob--3{background:#fde68a;width:240px;height:240px;bottom:0;left:35%}.kd-hero-grid{z-index:1;grid-template-columns:1.02fr .98fr;align-items:center;gap:48px;max-width:1180px;margin:0 auto;display:grid;position:relative}.kd-hero-badges{flex-wrap:wrap;gap:8px;margin-bottom:12px;display:flex}.kd-status-badge,.kd-category-badge{letter-spacing:.05em;text-transform:uppercase;border-radius:999px;align-items:center;padding:6px 12px;font-size:.68rem;font-weight:800;display:inline-flex}.kd-status-badge{color:#c2410c;background:linear-gradient(135deg,#fff7ed,#ffedd5);border:1px solid #fdba74}.kd-category-badge{color:#6d28d9;background:#a78bfa29;border:1px solid #a78bfa59}.kd-hero-copy h1{letter-spacing:-.03em;color:#431407;max-width:12ch;margin:10px 0 16px;font-size:clamp(2.35rem,4.8vw,3.65rem);line-height:1.05}.kd-hero-lead{color:#7c2d12;max-width:52ch;margin:0;font-size:1.1rem;line-height:1.75}.kd-hero-actions{flex-wrap:wrap;gap:12px;margin-top:28px;display:flex}.kd-hero-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;max-width:500px;margin-top:32px;display:grid}.kd-hero-stat{text-align:center;border:var(--kd-border);border-radius:var(--kd-radius-media);min-height:86px;box-shadow:var(--kd-shadow-rest);background:#ffffffe0;flex-direction:column;justify-content:center;align-items:center;padding:16px 12px;display:flex}.kd-hero-stat strong{color:#9a3412;font-size:1.35rem;font-weight:900;line-height:1.1}.kd-hero-stat span{color:#a16207;margin-top:6px;font-size:.8rem;font-weight:700;line-height:1.3}.kd-hero-frame{border-radius:var(--kd-radius-shell);box-shadow:var(--kd-shadow-hover);background:linear-gradient(145deg,#fde68a,#fda4af,#a5b4fc);padding:10px;position:relative}.kd-hero-frame .product-hero-photo,.kd-hero-artwork{border-radius:calc(var(--kd-radius-shell) - 8px)}.kd-hero-artwork{aspect-ratio:4/3;object-fit:cover;width:100%;display:block}.kd-hero-sparkle{background:#fff;border-radius:50%;width:18px;height:18px;animation:2.8s ease-in-out infinite kd-sparkle;position:absolute;box-shadow:0 0 0 6px #ffffff59}.kd-hero-sparkle--1{top:8%;right:6%}.kd-hero-sparkle--2{animation-delay:1.2s;bottom:12%;left:4%}@keyframes kd-sparkle{0%,to{opacity:.85;transform:scale(1)}50%{opacity:1;transform:scale(1.25)}}.kd-worlds{background:linear-gradient(#fff 0%,#fff7ed 100%)}.kd-worlds-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;max-width:1180px;margin:0 auto;display:grid}.kd-world-card{border:2px solid color-mix(in srgb, var(--kd-world-accent) 28%, white);border-radius:var(--kd-radius-card);box-shadow:var(--kd-shadow-rest);background:#fff;transition:transform .22s,box-shadow .22s;overflow:hidden}.kd-world-card:hover{box-shadow:var(--kd-shadow-hover);transform:translateY(-5px)rotate(-.4deg)}.kd-world-photo{aspect-ratio:16/10;position:relative;overflow:hidden}.kd-world-photo img,.kd-world-artwork{object-fit:cover;width:100%;height:100%;display:block}.kd-world-focus{letter-spacing:.05em;text-transform:uppercase;color:var(--kd-world-accent,#c2410c);margin:0 0 6px;font-size:.68rem;font-weight:800}.kd-world-age{color:#7c2d12;background:#ffffffeb;border-radius:999px;padding:6px 10px;font-size:.72rem;font-weight:800;position:absolute;bottom:14px;left:14px}.kd-world-body{padding:20px 22px 24px}.kd-world-body h3{color:#431407;margin:0 0 8px;font-size:1.2rem}.kd-world-body p{color:#78350f;margin:0;font-size:.95rem;line-height:1.65}.kd-characters{background:radial-gradient(circle at 0%,#a78bfa1f,#0000 34%),#fff}.kd-characters-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:18px;max-width:1180px;margin:0 auto;display:grid}.kd-character-card{text-align:center;border-radius:var(--kd-radius-card);box-shadow:var(--kd-shadow-rest);background:#fff;border:2px solid #0000;padding:22px 16px;transition:transform .2s}.kd-character-card:hover{transform:translateY(-4px)}.kd-character-card--luna{border-color:#fb718559}.kd-character-card--oliver{border-color:#a78bfa59}.kd-character-card--nova{border-color:#818cf859}.kd-character-card--coral{border-color:#2dd4bf59}.kd-character-card--max{border-color:#fbbf2473}.kd-character-portrait-wrap{border:4px solid #fff;border-radius:50%;width:96px;height:96px;margin:0 auto 14px;overflow:hidden;box-shadow:0 10px 24px #0f172a1f}.kd-character-artwork{object-fit:cover;width:100%;height:100%;display:block}.kd-artwork-placeholder{border-radius:inherit;text-align:center;background:linear-gradient(145deg,#fff7ed,#fde68a);border:2px dashed #fdba74;place-items:center;width:100%;height:100%;min-height:140px;padding:16px;display:grid}.kd-character-portrait-wrap .kd-artwork-placeholder{border-radius:50%;min-height:96px}.kd-artwork-placeholder-label{color:#9a3412;font-size:.78rem;font-weight:800;line-height:1.35}.kd-gameplay-preview-art,.kd-parent-dashboard-art{border-radius:var(--kd-radius-media);object-fit:cover;width:100%;display:block}.kd-mock-card-visual{padding:0;overflow:hidden}.kd-parent-visual{flex-direction:column;gap:16px;display:flex}.kd-character-card h3{color:#431407;margin:0 0 4px;font-size:1.15rem}.kd-character-title{letter-spacing:.04em;text-transform:uppercase;color:#c2410c;margin:0 0 10px;font-size:.78rem;font-weight:800}.kd-character-personality,.kd-character-teaches{color:#78350f;margin:0;font-size:.86rem;line-height:1.6}.kd-character-teaches{margin-top:10px}.kd-gameplay{background:linear-gradient(#fff7ed 0%,#fff 100%)}.kd-gameplay-layout{flex-direction:column;gap:28px;max-width:1180px;margin:0 auto;display:flex}.kd-gameplay-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.kd-gameplay-chip{border:var(--kd-border);box-shadow:var(--kd-shadow-rest);background:#fff;border-radius:18px;padding:16px}.kd-gameplay-chip h3{color:#9a3412;margin:0 0 6px;font-size:.95rem}.kd-gameplay-chip p{color:#78350f;margin:0;font-size:.84rem;line-height:1.55}.kd-gameplay-mocks{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.kd-mock-card{border-radius:var(--kd-radius-card);box-shadow:var(--kd-shadow-rest);background:#fff;border:2px solid #fde68a;padding:22px}.kd-mock-card-wide{grid-column:1/-1}.kd-mock-label{letter-spacing:.06em;text-transform:uppercase;color:#c2410c;margin:0 0 6px;font-size:.68rem;font-weight:800}.kd-mock-card h3{color:#431407;margin:0 0 16px;font-size:1.05rem}.kd-mock-map{align-items:center;gap:8px;margin-bottom:12px;display:flex}.kd-mock-node{color:#9a3412;background:#ffedd5;border:2px solid #fdba74;border-radius:50%;place-items:center;width:40px;height:40px;font-weight:900;display:grid}.kd-mock-node--done{color:#166534;background:#dcfce7;border-color:#86efac}.kd-mock-node--active{color:#fff;background:linear-gradient(135deg,#fbbf24,#f59e0b);border-color:#f59e0b;box-shadow:0 0 0 6px #f59e0b33}.kd-mock-path{background:linear-gradient(90deg,#fdba74,#fde68a);border-radius:999px;flex:1;height:3px}.kd-mock-caption{color:#78350f;margin:0;font-size:.84rem}.kd-mock-streak{gap:10px;margin-bottom:12px;display:flex}.kd-mock-star{background:#f1f5f9;border:2px solid #e2e8f0;border-radius:12px;width:36px;height:36px;transform:rotate(12deg)}.kd-mock-star--on{background:linear-gradient(145deg,#fde047,#f59e0b);border-color:#f59e0b}.kd-mock-quest-prompt{color:#78350f;margin:0 0 12px;line-height:1.6}.kd-mock-choices{flex-wrap:wrap;gap:10px;display:flex}.kd-mock-choices span{color:#9a3412;background:#fff7ed;border:1px solid #fdba74;border-radius:14px;padding:10px 14px;font-size:.88rem;font-weight:700}.kd-parents-layout{grid-template-columns:1.05fr .95fr;align-items:start;gap:28px;max-width:1180px;margin:0 auto;display:grid}.kd-parent-features{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.kd-parent-feature{border:var(--kd-border);box-shadow:var(--kd-shadow-rest);background:#fff;border-radius:18px;padding:18px}.kd-parent-feature h3{color:#9a3412;margin:0 0 8px;font-size:.98rem}.kd-parent-feature p{color:#78350f;margin:0;font-size:.88rem;line-height:1.6}.kd-parent-dashboard-mock{border-radius:var(--kd-radius-shell);box-shadow:var(--kd-shadow-hover);background:linear-gradient(160deg,#fff 0%,#fff7ed 100%);border:2px solid #fde68a;padding:24px}.kd-dashboard-header{color:#431407;justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.kd-dashboard-header strong{font-size:1.1rem}.kd-dashboard-header span{color:#c2410c;font-size:.82rem;font-weight:700}.kd-dashboard-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:18px;display:grid}.kd-dashboard-stats div{text-align:center;background:#fff;border:1px solid #fde68a;border-radius:14px;padding:12px 8px}.kd-dashboard-stats strong{color:#9a3412;font-size:1.2rem;display:block}.kd-dashboard-stats span{color:#a16207;font-size:.72rem;font-weight:700}.kd-dashboard-insight{background:#a78bfa1f;border:1px solid #a78bfa47;border-radius:16px;margin-bottom:16px;padding:16px}.kd-dashboard-insight-label{letter-spacing:.05em;text-transform:uppercase;color:#6d28d9;margin:0 0 6px;font-size:.68rem;font-weight:800}.kd-dashboard-insight p:last-child{color:#431407;margin:0;font-size:.92rem;line-height:1.6}.kd-dashboard-badges{flex-wrap:wrap;gap:8px;display:flex}.kd-dashboard-badges span{color:#9a3412;background:#ffedd5;border:1px solid #fdba74;border-radius:999px;padding:6px 10px;font-size:.72rem;font-weight:800}.kd-subjects{background:linear-gradient(#fff 0%,#fdf4ff 100%)}.kd-subjects-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;max-width:1180px;margin:0 auto;display:grid}.kd-subject-card{border:2px solid color-mix(in srgb, var(--kd-subject-color) 30%, white);box-shadow:var(--kd-shadow-rest);background:#fff;border-radius:18px;align-items:center;gap:10px;padding:16px 14px;display:flex}.kd-subject-dot{background:var(--kd-subject-color);border-radius:50%;flex-shrink:0;width:14px;height:14px}.kd-subject-card h3{color:#431407;margin:0;font-size:.92rem}.kd-parent-love-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;max-width:1180px;margin:0 auto;display:grid}.kd-parent-love-card{border-radius:var(--kd-radius-card);border:var(--kd-border);box-shadow:var(--kd-shadow-rest);background:#fff;overflow:hidden}.kd-parent-love-photo{aspect-ratio:16/10;overflow:hidden}.kd-parent-love-photo img{object-fit:cover;width:100%;height:100%;display:block}.kd-parent-love-card h3{color:#9a3412;margin:16px 18px 8px;font-size:1.05rem}.kd-parent-love-card p{color:#78350f;margin:0 18px 20px;font-size:.9rem;line-height:1.65}.kd-pricing-grid{grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch;gap:20px;max-width:1180px;margin:0 auto;display:grid}.kd-pricing-card{border-radius:var(--kd-radius-card);border:var(--kd-border);box-shadow:var(--kd-shadow-rest);background:#fff;flex-direction:column;gap:12px;padding:28px 22px;display:flex;position:relative}.kd-pricing-card--featured{background:linear-gradient(#fffbeb 0%,#fff 100%);border-color:#f59e0b;box-shadow:0 16px 40px #f59e0b2e}.kd-pricing-flag{background:var(--kd-accent-bg);border:1px solid var(--kd-accent-border);color:var(--kd-accent-dark);letter-spacing:.04em;text-transform:uppercase;border-radius:999px;padding:5px 10px;font-size:.65rem;font-weight:800;position:absolute;top:16px;right:16px}.kd-pricing-card h3{color:#431407;margin:0;padding-right:72px;font-size:1.05rem}.kd-pricing-price{color:#9a3412;font-size:1.85rem;font-weight:900}.kd-pricing-card p{color:#78350f;flex:1;margin:0;font-size:.92rem;line-height:1.6}.kd-pricing-card .primary-btn,.kd-pricing-card .secondary-btn{text-align:center;width:100%;margin-top:8px}.kd-faq-list{flex-direction:column;gap:16px;max-width:820px;margin:0 auto;display:flex}.kd-faq-item{border-radius:var(--kd-radius-card);border:var(--kd-border);box-shadow:var(--kd-shadow-rest);background:#fff;padding:22px 24px}.kd-faq-item h3{color:#431407;margin:0 0 8px;font-size:1.02rem}.kd-faq-item p{color:#78350f;margin:0;font-size:.95rem;line-height:1.65}.kd-waitlist-card{border-radius:var(--kd-radius-shell);max-width:1080px;box-shadow:var(--kd-shadow-hover);background:linear-gradient(135deg,#fff 0%,#fff7ed 55%,#fdf4ff 100%);border:2px solid #fde68a;grid-template-columns:1.1fr .9fr;align-items:center;gap:32px;margin:0 auto;padding:36px;display:grid}.kd-waitlist-copy h2{color:#431407;margin:8px 0 12px;font-size:clamp(1.5rem,2.5vw,2rem);line-height:1.25}.kd-waitlist-copy p{color:#78350f;margin:0;line-height:1.65}.kd-waitlist-form{border-radius:var(--kd-radius-card);border:var(--kd-border);box-shadow:var(--kd-shadow-rest);background:#fff;padding:22px}.kd-waitlist-form .signup-form{width:100%;max-width:none;margin:0}.kd-waitlist-form .signup-form input{flex:70%;width:70%;min-width:0}.kd-waitlist-form .signup-form button{flex:30%;width:30%;min-width:0}@media (width<=1100px){.kd-characters-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.kd-pricing-grid,.kd-subjects-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=1024px){.kd-hero-grid,.kd-parents-layout,.kd-waitlist-card{grid-template-columns:1fr}.kd-worlds-grid,.kd-gameplay-grid,.kd-parent-love-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.kd-waitlist-form .signup-form{flex-direction:column}.kd-waitlist-form .signup-form input,.kd-waitlist-form .signup-form button{flex:none;width:100%}}@media (width<=720px){.kd-hero-stats,.kd-characters-grid,.kd-worlds-grid,.kd-gameplay-grid,.kd-gameplay-mocks,.kd-parent-features,.kd-dashboard-stats,.kd-subjects-grid,.kd-parent-love-grid,.kd-pricing-grid{grid-template-columns:1fr}.kd-hero-actions{flex-direction:column}.kd-hero-actions .primary-btn,.kd-hero-actions .secondary-btn{text-align:center;width:100%}.kd-hero-copy h1{max-width:none}.kd-mock-card-wide{grid-column:auto}}.hero-with-immersive-scene{position:relative;overflow:hidden}.hero-with-immersive-scene>.home-v12-hero-grid,.hero-with-immersive-scene>.sn-hero-grid,.hero-with-immersive-scene>.pg-hero-grid,.hero-with-immersive-scene>.kd-hero-grid,.hero-with-immersive-scene>.studynest-hero>div,.hero-with-immersive-scene>.hero-content-layer{z-index:1;position:relative}.hero-with-immersive-scene.studynest-hero{grid-template-columns:1.05fr .95fr;align-items:center;gap:55px;display:grid}.immersive-scene{--immersive-speed:1;--immersive-opacity:.55;z-index:0;pointer-events:none;position:absolute;inset:0;overflow:hidden}.immersive-scene--calm{--immersive-speed:1.35;--immersive-opacity:.42}.immersive-scene--medium{--immersive-speed:1;--immersive-opacity:.55}.immersive-scene--high{--immersive-speed:.75;--immersive-opacity:.68}.immersive-scene__static-fallback{opacity:0;pointer-events:none;position:absolute;inset:0}.immersive-scene__layer{pointer-events:none;position:absolute}@keyframes immersive-float{0%,to{transform:translate(0,0)}50%{transform:translateY(-12px)}}@keyframes immersive-drift{0%,to{transform:translate(0,0)rotate(0)}50%{transform:translate(8px,-10px)rotate(4deg)}}@keyframes immersive-pulse{0%,to{opacity:calc(var(--immersive-opacity) * .7);transform:scale(1)}50%{opacity:var(--immersive-opacity);transform:scale(1.04)}}@keyframes immersive-twinkle{0%,to{opacity:.35;transform:scale(.9)}50%{opacity:1;transform:scale(1.1)}}@keyframes immersive-scan-line{0%{opacity:0;transform:translateY(-100%)}20%,80%{opacity:.35}to{opacity:0;transform:translateY(220%)}}.immersive-scene--poisonguard .immersive-scene__sky--forest{opacity:.85;background:linear-gradient(#ecfdf5 0%,#d1fae5 38%,#a7f3d0 100%);inset:0}.immersive-scene--poisonguard .immersive-scene__sun--soft{filter:blur(2px);width:180px;height:180px;animation:immersive-pulse calc(14s * var(--immersive-speed)) ease-in-out infinite;background:radial-gradient(circle,#fde0478c 0%,#fde04700 70%);border-radius:50%;top:8%;right:12%}.immersive-scene--poisonguard .immersive-scene__hills--forest{background:radial-gradient(55% 80% at 20% 100%,#10b98159 0%,#0000 70%),radial-gradient(45% 70% at 70% 100%,#0596694d 0%,#0000 72%);height:42%;bottom:0;left:-5%;right:-5%}.immersive-leaf{width:18px;height:26px;opacity:var(--immersive-opacity);animation:immersive-drift calc(10s * var(--immersive-speed)) ease-in-out infinite;background:linear-gradient(135deg,#34d399,#059669);border-radius:0 80%;position:absolute}.immersive-leaf--b,.immersive-leaf--d{animation-delay:-3s}.immersive-leaf--c,.immersive-leaf--e{animation-delay:-6s;transform:scale(.85)}.immersive-particle{width:6px;height:6px;opacity:calc(var(--immersive-opacity) * .8);animation:immersive-float calc(8s * var(--immersive-speed)) ease-in-out infinite;background:#fde047cc;border-radius:50%;position:absolute}.immersive-scene--poisonguard .immersive-scene__silhouette--plants{background:radial-gradient(12% 55% at 12% 100%,#065f4673 0%,#0000 70%),radial-gradient(10% 48% at 28% 100%,#04785766 0%,#0000 70%),radial-gradient(14% 60% at 78% 100%,#065f466b 0%,#0000 70%);height:28%;bottom:0;left:0;right:0}.immersive-scene--poisonguard .immersive-scene__silhouette--family{filter:blur(8px);background:#0f766e1f;border-radius:999px;width:120px;height:48px;bottom:8%;right:18%}.immersive-scene--kiddo .immersive-scene__gradient--kiddo{opacity:.9;background:radial-gradient(circle at 15% 20%,#fbbf2438 0%,#0000 40%),radial-gradient(circle at 85% 25%,#a78bfa38 0%,#0000 38%),radial-gradient(circle at 50% 80%,#38bdf82e 0%,#0000 45%),linear-gradient(#fff7ed 0%,#fef3c7 45%,#e0f2fe 100%);inset:0}.immersive-scene--kiddo .immersive-scene__world-layer--1{filter:blur(6px);width:220px;height:220px;animation:immersive-float calc(16s * var(--immersive-speed)) ease-in-out infinite;background:linear-gradient(135deg,#fb718533,#a78bfa2e);border-radius:40% 60% 55% 45%;top:18%;right:8%}.immersive-scene--kiddo .immersive-scene__world-layer--2{filter:blur(8px);width:180px;height:180px;animation:immersive-float calc(13s * var(--immersive-speed)) ease-in-out infinite reverse;background:linear-gradient(135deg,#38bdf833,#34d39929);border-radius:55% 45% 50% 50%;bottom:10%;left:6%}.immersive-cloud{width:90px;height:34px;opacity:var(--immersive-opacity);animation:immersive-float calc(18s * var(--immersive-speed)) ease-in-out infinite;background:#ffffffbf;border-radius:999px;position:absolute;box-shadow:24px 6px 0 -4px #ffffffa6,-20px 8px 0 -6px #ffffff8c}.immersive-star{clip-path:polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%);width:10px;height:10px;opacity:var(--immersive-opacity);animation:immersive-twinkle calc(4s * var(--immersive-speed)) ease-in-out infinite;background:#fbbf24;position:absolute}.immersive-scene--kiddo .immersive-scene__orbit--kiddo{width:80px;height:80px;animation:immersive-pulse calc(12s * var(--immersive-speed)) ease-in-out infinite;border:2px dashed #a78bfa59;border-radius:50%;top:42%;right:22%}.immersive-scene--studynest .immersive-scene__desk--studynest{opacity:.88;background:linear-gradient(#f8fafc 0%,#eff6ff 55%,#e0f2fe 100%);inset:0}.immersive-scene--studynest .immersive-scene__lamp-glow{width:200px;height:200px;animation:immersive-pulse calc(10s * var(--immersive-speed)) ease-in-out infinite;background:radial-gradient(circle,#fbbf2459 0%,#fbbf2400 68%);border-radius:50%;top:12%;right:14%}.immersive-scene--studynest .immersive-scene__book--open{width:140px;height:96px;animation:immersive-float calc(11s * var(--immersive-speed)) ease-in-out infinite;opacity:var(--immersive-opacity);background-color:#0000;background-image:linear-gradient(90deg,#fff 48%,#dbeafe 48% 52%,#fff 52%),linear-gradient(#bfdbfe,#93c5fd);background-position:bottom,50%;background-repeat:no-repeat;background-size:100% 88%,100% 100%;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;border-radius:8px 8px 4px 4px;top:34%;right:10%;transform:perspective(600px)rotateY(-18deg)rotateX(8deg);box-shadow:0 18px 40px #2563eb1f}.immersive-note-card{width:54px;height:64px;opacity:var(--immersive-opacity);animation:immersive-drift calc(9s * var(--immersive-speed)) ease-in-out infinite;background:#fff;border:1px solid #dbeafe;border-radius:8px;position:absolute;box-shadow:0 8px 20px #2563eb1a}.immersive-note-card:before{content:"";background:#bfdbfe;border-radius:999px;height:4px;position:absolute;top:12px;left:10px;right:10px;box-shadow:0 10px #dbeafe,0 20px #e2e8f0}.immersive-scene--studynest .immersive-scene__icon--pencil{width:48px;height:8px;opacity:var(--immersive-opacity);animation:immersive-drift calc(12s * var(--immersive-speed)) ease-in-out infinite;background:linear-gradient(90deg,#f59e0b,#fbbf24 70%,#fde68a 70%);border-radius:999px;bottom:18%;right:24%;transform:rotate(-24deg)}.immersive-scene--studynest .immersive-scene__icon--bulb{width:22px;height:22px;animation:immersive-twinkle calc(6s * var(--immersive-speed)) ease-in-out infinite;background:radial-gradient(circle at 35% 35%,#fef9c3,#fbbf24);border-radius:50%;top:22%;right:30%;box-shadow:0 0 24px #fbbf2473}.immersive-scene--real-estate{--immersive-opacity:.22}.immersive-scene--real-estate.immersive-scene--calm{--immersive-opacity:.18}.immersive-scene--real-estate .immersive-scene__grid--city{opacity:.55;background:linear-gradient(#2563eb0a 1px,#0000 1px) 0 0/36px 36px,linear-gradient(90deg,#2563eb0a 1px,#0000 1px) 0 0/36px 36px,linear-gradient(#0000 0%,#eff6ff59 100%) 0 0/100% 100%;inset:0;-webkit-mask-image:linear-gradient(90deg,#0000 0% 36%,#00000059 55%,#000 75%);mask-image:linear-gradient(90deg,#0000 0% 36%,#00000059 55%,#000 75%)}.hero-with-immersive-scene.studynest-hero:has(.immersive-scene--real-estate)>:not(.immersive-scene){z-index:1;position:relative}.immersive-house-card{width:72px;height:56px;opacity:var(--immersive-opacity);animation:immersive-float calc(10s * var(--immersive-speed)) ease-in-out infinite;background:#fff;border:1px solid #bfdbfe;border-radius:12px;position:absolute;box-shadow:0 12px 28px #2563eb1f}.immersive-house-card:before{content:"";opacity:.75;border-bottom:18px solid #2563eb;border-left:22px solid #0000;border-right:22px solid #0000;width:0;height:0;position:absolute;top:-14px;left:50%;transform:translate(-50%)}.immersive-heat-block{width:22px;height:22px;opacity:calc(var(--immersive-opacity) * .85);animation:immersive-pulse calc(7s * var(--immersive-speed)) ease-in-out infinite;background:linear-gradient(135deg,#38bdf8,#2563eb);border-radius:6px;position:absolute}.immersive-heat-block--b2,.immersive-heat-block--b4{background:linear-gradient(135deg,#60a5fa,#1d4ed8)}.immersive-heat-block--b3,.immersive-heat-block--b5{background:linear-gradient(135deg,#93c5fd,#3b82f6)}.immersive-scene--real-estate .immersive-scene__chart--line{width:160px;height:72px;opacity:calc(var(--immersive-opacity) * .9);border-bottom:2px solid #2563eb2e;border-left:2px solid #2563eb2e;bottom:14%;right:8%}.immersive-scene--real-estate .immersive-scene__chart--line:after{content:"";transform-origin:0 100%;width:82%;height:2px;animation:immersive-pulse calc(9s * var(--immersive-speed)) ease-in-out infinite;background:linear-gradient(90deg,#38bdf8,#2563eb,#7c3aed);position:absolute;bottom:12%;left:8%;transform:rotate(-8deg)scaleX(1);box-shadow:0 -18px 0 -1px #38bdf8,0 -34px 0 -1px #60a5fa,0 -48px 0 -1px #2563eb}.immersive-scene--techmate .immersive-scene__workspace--tech{opacity:.22;background:radial-gradient(circle at 80% 30%,#7c3aed24 0%,#0000 42%),linear-gradient(#0f172a 0%,#1e1b4b 55%,#312e81 100%);inset:0}.immersive-scene--techmate .immersive-scene__circuits{opacity:.5;background-color:#0000;background-image:linear-gradient(90deg,#0000 49%,#38bdf81f 50%,#0000 51%),linear-gradient(#0000 49%,#38bdf81a 50%,#0000 51%);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:80px 80px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;inset:0;-webkit-mask-image:linear-gradient(90deg,#0000,#000 30% 70%,#0000);mask-image:linear-gradient(90deg,#0000,#000 30% 70%,#0000)}.immersive-app-window{width:88px;height:58px;opacity:var(--immersive-opacity);animation:immersive-float calc(11s * var(--immersive-speed)) ease-in-out infinite;background:#ffffffeb;border:1px solid #94a3b859;border-radius:10px;position:absolute;box-shadow:0 14px 30px #0f172a26}.immersive-app-window:before{content:"";background:#f87171;border-radius:50%;width:6px;height:6px;position:absolute;top:8px;left:10px;box-shadow:10px 0 #fbbf24,20px 0 #34d399}.immersive-scene--techmate .immersive-scene__orb--ai{width:72px;height:72px;animation:immersive-pulse calc(8s * var(--immersive-speed)) ease-in-out infinite;background:radial-gradient(circle at 35% 30%,#e0f2fe,#38bdf8 45%,#7c3aed 100%);border-radius:50%;top:28%;right:16%;box-shadow:0 0 40px #38bdf873,0 0 80px #7c3aed40}.immersive-scene--techmate .immersive-scene__orb--ai:after{content:"";animation:immersive-scan-line calc(6s * var(--immersive-speed)) linear infinite;border:1px solid #38bdf859;border-radius:50%;position:absolute;inset:-12px}.immersive-scene--home .immersive-scene__gradient--home{opacity:.95;background:radial-gradient(circle at 75% 35%,#38bdf829 0%,#0000 45%),radial-gradient(circle at 65% 65%,#7c3aed1f 0%,#0000 42%),linear-gradient(#fff 0%,#f8fafc 100%);inset:0}.immersive-scene--home .immersive-scene__network--home{width:320px;height:260px;opacity:var(--immersive-opacity);background:radial-gradient(circle,#38bdf814 0%,#0000 65%);top:16%;right:6%}.immersive-product-card{width:64px;height:44px;opacity:var(--immersive-opacity);animation:immersive-float calc(12s * var(--immersive-speed)) ease-in-out infinite;background:#ffffffeb;border:1px solid #dbeafe;border-radius:12px;position:absolute;box-shadow:0 10px 24px #2563eb1a}.immersive-product-card--studynest{border-color:#7dd3fc}.immersive-product-card--poisonguard{border-color:#6ee7b7}.immersive-product-card--kiddo{border-color:#fcd34d}.immersive-product-card--techmate{border-color:#c4b5fd}.immersive-product-card--realestate{border-color:#93c5fd}.immersive-scene--home .immersive-scene__connector--home{filter:blur(.2px);width:280px;height:200px;opacity:calc(var(--immersive-opacity) * .9);animation:immersive-pulse calc(14s * var(--immersive-speed)) ease-in-out infinite;background:linear-gradient(135deg,#0000 48%,#38bdf859 49% 51%,#0000 52%),linear-gradient(45deg,#0000 48%,#7c3aed47 49% 51%,#0000 52%),linear-gradient(90deg,#0000 48%,#2563eb38 49% 51%,#0000 52%);top:22%;right:10%}@media (prefers-reduced-motion:reduce){.immersive-scene *,.immersive-scene:before,.immersive-scene:after{transition:none!important;animation:none!important}.immersive-scene__static-fallback{opacity:1;background:linear-gradient(#f8fafceb 0%,#f1f5f9e0 100%)}.immersive-scene--poisonguard .immersive-scene__static-fallback{background:linear-gradient(#ecfdf5f0 0%,#d1fae5e6 100%)}.immersive-scene--kiddo .immersive-scene__static-fallback{background:linear-gradient(#fff7edf0 0%,#e0f2fee6 100%)}.immersive-scene--studynest .immersive-scene__static-fallback{background:linear-gradient(#f8fafcf0 0%,#eff6ffe6 100%)}.immersive-scene--real-estate .immersive-scene__static-fallback{opacity:.3;background:linear-gradient(90deg,#0000 0%,#eff6ff73 65%)}.immersive-scene--techmate .immersive-scene__static-fallback{background:linear-gradient(#f8fafcf5 0%,#e0e7ffe6 100%)}.immersive-scene--home .immersive-scene__static-fallback{background:linear-gradient(#fffffff5 0%,#f8fafceb 100%)}.immersive-leaf,.immersive-particle,.immersive-cloud,.immersive-star,.immersive-note-card,.immersive-house-card,.immersive-heat-block,.immersive-app-window,.immersive-product-card{opacity:.35}}@media (width<=900px){.immersive-scene{--immersive-opacity:calc(var(--immersive-opacity) * .75)}.immersive-scene--poisonguard .immersive-scene__sun--soft,.immersive-scene--studynest .immersive-scene__book--open,.immersive-scene--techmate .immersive-scene__orb--ai,.immersive-scene--home .immersive-scene__connector--home{transform:scale(.85)}.immersive-house-card,.immersive-app-window,.immersive-product-card{transform:scale(.9)}}.bc-hero{padding-top:48px;padding-bottom:32px}.bc-hero-inner{border:1px solid var(--cn-border);max-width:1180px;box-shadow:var(--cn-shadow-soft);background:linear-gradient(135deg,#fff 0%,#f8fafc 55%,#38bdf814 100%);border-radius:24px;grid-template-columns:1.2fr .8fr;align-items:center;gap:32px;margin:0 auto;padding:32px;display:grid}.bc-hero-copy h1{color:var(--cn-text);margin:10px 0 16px;font-size:clamp(1.9rem,3.2vw,2.6rem);line-height:1.15}.bc-hero-lead{max-width:640px;color:var(--cn-text-muted);margin:0 0 18px;font-size:1.05rem;line-height:1.8}.bc-hero-pills{flex-wrap:wrap;gap:8px;margin-bottom:20px;display:flex}.bc-hero-pill{color:#1d4ed8;background:#38bdf81f;border:1px solid #38bdf840;border-radius:999px;padding:6px 12px;font-size:.75rem;font-weight:700;display:inline-flex}.bc-hero-actions{flex-wrap:wrap;gap:12px;display:flex}.bc-hero-accent{place-items:center;min-height:220px;display:grid;position:relative}.bc-hero-accent-ring{border:2px solid #38bdf840;border-radius:50%;width:180px;height:180px;position:absolute;box-shadow:0 0 0 12px #38bdf80f}.bc-hero-accent-mark{z-index:1;color:#fff;background:linear-gradient(135deg,#38bdf8,#7c3aed);border-radius:22px;place-items:center;width:88px;height:88px;font-size:1.5rem;font-weight:900;display:grid;position:relative;box-shadow:0 18px 40px #38bdf847}.bc-section-heading{max-width:760px;margin-left:auto;margin-right:auto}.bc-stats-note{color:#64748b;text-align:center;max-width:760px;margin:0 auto 16px;font-size:.82rem}.bc-stats-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;max-width:1180px;margin:0 auto;display:grid}.bc-stat-card{border:1px solid var(--cn-border);box-shadow:var(--cn-shadow-soft);background:#fff;border-radius:16px;padding:20px}.bc-stat-value{color:#2563eb;margin-bottom:6px;font-size:1.8rem;font-weight:900;line-height:1.1;display:block}.bc-stat-label{color:#64748b;margin:0;font-size:.82rem;font-weight:600}.bc-stat-placeholder{letter-spacing:.04em;text-transform:uppercase;color:#92400e;background:#fef3c7;border:1px solid #fde68a;border-radius:999px;margin-top:8px;padding:2px 8px;font-size:.62rem;font-weight:800;display:inline-block}.bc-timeline{flex-direction:column;gap:0;max-width:900px;margin:0 auto;padding:0;list-style:none;display:flex}.bc-timeline-item{grid-template-columns:72px 1fr;gap:20px;padding-bottom:28px;display:grid;position:relative}.bc-timeline-item:not(:last-child):after{content:"";background:linear-gradient(#38bdf880,#38bdf814);width:2px;position:absolute;top:56px;bottom:0;left:35px}.bc-timeline-marker{color:#1d4ed8;background:#38bdf81f;border:1px solid #38bdf840;border-radius:16px;place-items:center;width:56px;height:56px;font-weight:900;display:grid}.bc-timeline-body{border:1px solid var(--cn-border);box-shadow:var(--cn-shadow-soft);background:#fff;border-radius:16px;padding:18px 20px}.bc-timeline-status{letter-spacing:.04em;text-transform:uppercase;color:var(--bc-status-color,#64748b);background:color-mix(in srgb, var(--bc-status-color,#64748b) 12%, transparent);border:1px solid color-mix(in srgb, var(--bc-status-color,#64748b) 28%, transparent);border-radius:999px;margin-bottom:10px;padding:3px 10px;font-size:.7rem;font-weight:800;display:inline-block}.bc-timeline-body h3{color:#0f172a;margin:0 0 8px;font-size:1.05rem}.bc-timeline-body p{color:#334155;margin:0;font-size:.95rem;line-height:1.65}.bc-faq{max-width:860px;margin:0 auto}.bc-faq-title{color:#0f172a;margin:0 0 16px;font-size:1.2rem}.bc-faq-list{flex-direction:column;gap:10px;display:flex}.bc-faq-item{border:1px solid var(--cn-border);background:#fff;border-radius:14px;overflow:hidden}.bc-faq-question-wrap{margin:0}.bc-faq-question{text-align:left;width:100%;font:inherit;color:#0f172a;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:16px;padding:16px 18px;font-weight:700;display:flex}.bc-faq-question:focus-visible{outline-offset:-3px;outline:3px solid #38bdf8}.bc-faq-icon{color:#334155;background:#f1f5f9;border-radius:8px;flex-shrink:0;place-items:center;width:28px;height:28px;font-size:1.1rem;display:grid}.bc-faq-answer{padding:0 18px 16px}.bc-faq-answer p{color:#475569;margin:0;font-size:.95rem;line-height:1.7}.bc-cta-banner{padding-bottom:72px}.bc-cta-inner{background:linear-gradient(135deg,#38bdf81a,#7c3aed14);border:1px solid #38bdf840;border-radius:24px;grid-template-columns:1.2fr .8fr;align-items:center;gap:24px;max-width:980px;margin:0 auto;padding:32px;display:grid}.bc-cta-copy h2{margin:8px 0 12px;font-size:clamp(1.4rem,2.5vw,1.9rem)}.bc-cta-copy p{color:#475569;margin:0;line-height:1.7}.bc-cta-actions{flex-direction:column;align-items:flex-start;gap:10px;display:flex}.bc-contact-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;max-width:980px;margin:0 auto;display:grid}.bc-contact-card{border:1px solid var(--cn-border);box-shadow:var(--cn-shadow-soft);background:#fff;border-radius:18px;padding:24px}.bc-contact-card h3{margin:8px 0 10px;font-size:1.15rem}.bc-contact-desc{color:#475569;margin:0 0 14px;line-height:1.65}.bc-contact-topics{color:#334155;margin:0 0 16px;padding-left:18px;font-size:.92rem;line-height:1.6}.bc-contact-email{color:#64748b;margin:0 0 16px;font-size:.9rem}.bc-email-link{color:#2563eb;font-weight:700}.bc-program-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;display:grid}.bc-program-card{border:1px solid var(--cn-border);box-shadow:var(--cn-shadow-soft);background:#fff;border-radius:16px;padding:22px}.bc-program-card h3{margin:8px 0 10px;font-size:1.05rem}.bc-program-card p{color:#475569;margin:0 0 12px;font-size:.92rem;line-height:1.65}.bc-news-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:18px;display:grid}.bc-news-card{border:1px solid var(--cn-border);box-shadow:var(--cn-shadow-soft);background:#fff;border-radius:16px;padding:20px}.bc-news-meta{color:#64748b;text-transform:uppercase;letter-spacing:.04em;flex-wrap:wrap;gap:8px;margin-bottom:10px;font-size:.72rem;font-weight:700;display:flex}.bc-news-card h3{color:#0f172a;margin:0 0 8px;font-size:1rem}.bc-news-card p{color:#475569;margin:0;font-size:.92rem;line-height:1.65}.bc-assets-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px;display:grid}.bc-asset-card{border:1px solid var(--cn-border);background:#fff;border-radius:14px;padding:18px}.bc-asset-card strong{color:#0f172a;margin-bottom:8px;display:block}.bc-asset-card p{color:#475569;margin:0 0 14px;font-size:.9rem;line-height:1.6}.bc-founder-card{text-align:left;max-width:860px;margin:0 auto}.bc-founder-quote{margin-bottom:24px;font-size:clamp(1.5rem,2.5vw,2rem)}.bc-founder-meta{border-top:1px solid #e2e8f0;align-items:center;gap:14px;margin-top:28px;padding-top:24px;display:flex}.bc-founder-avatar{color:#fff;background:linear-gradient(135deg,#38bdf8,#7c3aed);border-radius:14px;flex-shrink:0;place-items:center;width:48px;height:48px;font-size:1.1rem;font-weight:900;display:grid}.bc-founder-meta strong{color:#0f172a;display:block}.bc-founder-meta span{color:#64748b;font-size:.88rem}.bc-newsletter-lead{color:#64748b;max-width:520px;margin:0 auto 8px;line-height:1.8}.about-page .bc-section{padding-top:72px;padding-bottom:72px}.about-page .bc-section-heading{margin-bottom:36px}.about-page .bc-stats-section{padding-top:0;padding-bottom:0}.about-page #products .product-grid-photo{max-width:1180px;margin:0 auto}@media (width>=1001px){.about-page #products .product-grid-photo{grid-template-columns:repeat(6,minmax(0,1fr))}.about-page #products .product-grid-photo>*{grid-column:span 2}.about-page #products .product-grid-photo>:nth-child(4){grid-column:2/span 2}.about-page #products .product-grid-photo>:nth-child(5){grid-column:4/span 2}}@media (width<=1000px){.about-page #products .product-grid-photo{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){.about-page #products .product-grid-photo{grid-template-columns:1fr}}.about-page #values .feature-photo-wrap{background:linear-gradient(90deg, var(--color-accent), #34d399);height:8px;min-height:0}.about-page #values .product-grid-photo{grid-template-columns:repeat(3,minmax(0,1fr));max-width:1180px;margin:0 auto}@media (width<=1000px){.about-page #values .product-grid-photo{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){.about-page #values .product-grid-photo{grid-template-columns:1fr}}.about-page .bc-founder-card p{color:#334155;max-width:68ch;line-height:1.85}.about-page .bc-founder-card p:not(:last-of-type){margin-bottom:18px}.bc-list-card{text-align:left;max-width:860px;margin:0 auto}.bc-segment-grid{margin-top:24px}@media (width<=900px){.bc-hero-inner,.bc-cta-inner{grid-template-columns:1fr}.bc-hero-accent{min-height:140px}.bc-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.bc-contact-grid{grid-template-columns:1fr}}@media (width<=560px){.bc-stats-grid{grid-template-columns:1fr}.bc-timeline-item{grid-template-columns:56px 1fr;gap:12px}.bc-timeline-marker{border-radius:12px;width:48px;height:48px;font-size:.85rem}.bc-timeline-item:not(:last-child):after{left:23px}}@media (prefers-reduced-motion:reduce){.bc-hero-accent-ring{box-shadow:none}}.blog-page #newsletter .newsletter-card{background:var(--color-accent-dark);color:#fff;border-color:#0000;box-shadow:0 8px 40px #064e3b38}.blog-page #newsletter .newsletter-card h2{color:#fff}.blog-page #newsletter .newsletter-copy{color:#ffffffc7}.blog-page #newsletter .eyebrow{background-color:#ffffff1f;border-radius:4px;margin-bottom:10px;padding:4px 12px;display:inline-block;color:#ffffffe6!important}.blog-page .featured-strip-item span{color:var(--color-accent)!important}.blog-page .category-icon{background:linear-gradient(135deg,#0f7a5ad1,#064e3bbf)!important}.cn-core-hero{background:var(--bdna-bg);align-items:center;min-height:88vh;display:flex;position:relative;overflow:hidden}.cn-core-hero__visual{z-index:0;position:absolute;inset:0}.cn-core-scene{opacity:0;transition:opacity 1.4s;position:absolute;inset:0}.cn-core-scene--ready{opacity:1}.cn-core-scene canvas{width:100%;height:100%}.cn-core-hero__orb{aspect-ratio:1;filter:blur(2px);width:min(46vh,40vw);animation:cn-orb-breathe 5s var(--bdna-ease-soft) infinite;background:radial-gradient(circle at 38% 34%,#3fe8c080,#0a5f4740 45%,#0000 70%),radial-gradient(circle,#1b6cf224,#0000 66%),radial-gradient(circle,#3fe8c029,#0000 65%);border-radius:50%;position:absolute;top:46%;left:66%;transform:translate(-50%,-50%)}@keyframes cn-orb-breathe{0%,to{opacity:.75;transform:translate(-50%,-50%)scale(1)}50%{opacity:1;transform:translate(-50%,-50%)scale(1.03)}}.cn-core-hero__tint{z-index:1;pointer-events:none;background:radial-gradient(55% 50% at 66% 46%,#0abf8c1a,#0000 70%);position:absolute;inset:0}.cn-core-hero__scrim{z-index:2;pointer-events:none;background:linear-gradient(90deg,#0a0e17f0 0%,#0a0e17c7 28%,#0a0e1761 48%,#0000 66%);position:absolute;inset:0}.cn-core-hero__fade{z-index:2;pointer-events:none;background:linear-gradient(0deg, var(--bdna-bg), transparent);height:140px;position:absolute;bottom:0;left:0;right:0}.cn-core-hero__wrap{z-index:3;width:100%;max-width:1200px;margin:0 auto;padding:0 clamp(20px,4vw,48px);position:relative}.cn-core-hero__copy{text-shadow:0 1px 22px #0a0e17d9;max-width:600px}.cn-core-hero__title{letter-spacing:-.03em;color:var(--bdna-ink);margin:24px 0 0;font-size:clamp(44px,6.4vw,84px);font-weight:300;line-height:1}.cn-core-hero__title b{background:linear-gradient(100deg, var(--bdna-ink) 25%, var(--bdna-emerald-glow) 90%);color:#0000;-webkit-background-clip:text;background-clip:text;font-weight:750}.cn-core-hero__sub{color:var(--bdna-dim2);max-width:46ch;margin:20px 0 0;font-size:clamp(15px,1.35vw,18px);line-height:1.7}.cn-core-hero__ctas{flex-wrap:wrap;gap:14px;margin-top:34px;display:flex}.cn-core-hero__meta{font-family:var(--bdna-mono);letter-spacing:.22em;text-transform:uppercase;color:var(--bdna-dim);gap:26px;margin-top:56px;font-size:9.5px;display:flex}.cn-core-hero__meta b{color:var(--bdna-emerald-glow);font-variant-numeric:tabular-nums;font-weight:500}.cn-core-hero__stats{border-top:1px solid var(--bdna-glass-border,#ffffff1a);flex-wrap:wrap;gap:clamp(24px,4vw,52px);margin:52px 0 0;padding-top:28px;display:flex}.cn-core-hero__stat dt{color:var(--bdna-emerald-glow);font-size:clamp(1.6rem,2.6vw,2.2rem);font-weight:800;line-height:1}.cn-core-hero__stat dd{font-family:var(--bdna-mono);letter-spacing:.18em;text-transform:uppercase;color:var(--bdna-dim);margin:6px 0 0;font-size:.72rem}@media (width<=760px){.cn-core-hero__stats{display:none}}@media (prefers-reduced-motion:reduce){.cn-core-hero__orb{animation:none}.cn-core-scene{transition:none}}@media (width<=760px){.cn-core-hero{align-items:flex-end;min-height:78vh;padding-bottom:64px}.cn-core-hero__scrim{background:linear-gradient(#0000 36%,#0a0e17b3 64%,#0a0e17f2 100%)}.cn-core-hero__meta{display:none}.cn-core-hero__orb{top:34%;left:50%}}.brand-dna{--bdna-bg:#0a0e17;--bdna-bg-lift:#0d1522;--bdna-panel:#0f18268c;--bdna-panel-edge:#0abf8c24;--bdna-ink:#f8fafc;--bdna-dim:#9fb0bd;--bdna-dim2:#c4d3dd;--bdna-emerald:#0abf8c;--bdna-emerald-glow:#3fe8c0;--bdna-emerald-deep:#0a5f47;--bdna-sapphire:#1b6cf2;--bdna-sapphire-soft:#1b6cf229;--bdna-gold:#c9a962;--bdna-gold-soft:#c9a96229;--bdna-accent:var(--bdna-emerald);--bdna-accent-glow:color-mix(in srgb, var(--bdna-accent) 34%, transparent);--bdna-accent-soft:color-mix(in srgb, var(--bdna-accent) 14%, transparent);--bdna-line:#0abf8c24;--bdna-glass-blur:14px;--bdna-shadow:0 24px 70px #00000080;--bdna-glow-emerald:0 0 60px #0abf8c52;--bdna-radius:16px;--bdna-radius-lg:22px;--bdna-space-3:28px;--bdna-space-4:44px;--bdna-space-5:72px;--bdna-space-6:112px;--bdna-font:system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;--bdna-mono:ui-monospace, "SF Mono", "Cascadia Mono", Menlo, Consolas, monospace;--bdna-ease:cubic-bezier(.22, 1, .36, 1);--bdna-ease-soft:cubic-bezier(.4, 0, .2, 1);--bdna-dur:.7s;color:var(--bdna-ink);font-family:var(--bdna-font)}.bdna-glass{background:var(--bdna-panel);border:1px solid var(--bdna-panel-edge);border-radius:var(--bdna-radius);-webkit-backdrop-filter:blur(var(--bdna-glass-blur)) saturate(1.15);backdrop-filter:blur(var(--bdna-glass-blur)) saturate(1.15);transition:transform var(--bdna-dur) var(--bdna-ease), border-color .3s var(--bdna-ease), box-shadow .3s var(--bdna-ease)}.bdna-glass--lit{box-shadow:var(--bdna-shadow), inset 0 1px 0 #ffffff0d, 0 0 40px #0abf8c1f;border-color:#3fe8c052}.bdna-glass--interactive{cursor:pointer}.bdna-glass--interactive:hover{border-color:#3fe8c059;transform:translateY(-4px);box-shadow:0 14px 50px #0abf8c24}.bdna-eyebrow{font-family:var(--bdna-mono);letter-spacing:.3em;text-transform:uppercase;color:var(--bdna-emerald-glow);border:1px solid var(--bdna-line);background:#0a0e1766;border-radius:100px;align-items:center;gap:10px;padding:7px 12px;font-size:10.5px;font-weight:500;display:inline-flex}.bdna-eyebrow:before{content:"";background:var(--bdna-emerald-glow);width:6px;height:6px;box-shadow:0 0 10px var(--bdna-emerald-glow);animation:bdna-beat 2.6s var(--bdna-ease-soft) infinite;border-radius:50%}@keyframes bdna-beat{0%,to{opacity:.5}50%{opacity:1}}.bdna-sect-head{border-bottom:1px solid var(--bdna-line);justify-content:space-between;align-items:baseline;gap:18px;margin-bottom:34px;padding-bottom:16px;display:flex}.bdna-sect-head--center{text-align:center;justify-content:center}.bdna-sect-label{font-family:var(--bdna-mono);letter-spacing:.3em;text-transform:uppercase;color:var(--bdna-accent,var(--bdna-emerald-glow));font-size:10px}.bdna-sect-title{letter-spacing:-.02em;color:var(--bdna-ink);margin-top:14px;font-size:clamp(24px,3vw,38px);font-weight:300}.bdna-sect-more{font-family:var(--bdna-mono);letter-spacing:.16em;text-transform:uppercase;color:var(--bdna-dim);transition:color .25s var(--bdna-ease);font-size:11px;text-decoration:none}.bdna-sect-more:hover{color:var(--bdna-accent,var(--bdna-emerald-glow))}.bdna-dispatch{text-align:center;background:radial-gradient(70% 120% at 50% 130%, var(--bdna-accent-soft), transparent 60%), var(--bdna-panel);flex-direction:column;align-items:center;gap:16px;padding:clamp(36px,5vw,72px);display:flex;position:relative;overflow:hidden}.bdna-dispatch:before{content:"";background:linear-gradient(90deg, transparent, var(--bdna-accent-glow), transparent);height:1px;position:absolute;top:0;left:0;right:0}.bdna-dispatch__title{letter-spacing:-.02em;color:var(--bdna-ink);font-size:clamp(26px,3.4vw,42px);font-weight:300}.bdna-dispatch__copy{max-width:52ch;color:var(--bdna-dim);font-size:15px;line-height:1.6}.bdna-card{text-align:left;color:inherit;border:1px solid var(--bdna-panel-edge);background:var(--bdna-panel);font-family:var(--bdna-font);flex-direction:column;padding:0;text-decoration:none;display:flex;overflow:hidden}.bdna-card__media{border-bottom:1px solid var(--bdna-panel-edge);position:relative;overflow:hidden}.bdna-card__body{flex-direction:column;flex:1;gap:10px;padding:22px 22px 24px;display:flex}.bdna-btn{letter-spacing:.12em;text-transform:uppercase;cursor:pointer;font-size:12.5px;font-weight:600;font-family:var(--bdna-font);transition:transform .25s var(--bdna-ease), box-shadow .25s var(--bdna-ease), border-color .25s var(--bdna-ease), color .25s var(--bdna-ease);border:1px solid #0000;border-radius:100px;justify-content:center;align-items:center;gap:10px;padding:15px 24px;text-decoration:none;display:inline-flex}.bdna-btn--solid{color:var(--bdna-bg);background:var(--bdna-emerald)}.bdna-btn--solid:hover{transform:translateY(-2px);box-shadow:0 8px 34px #0abf8c59}.bdna-btn--ghost{color:var(--bdna-ink);border-color:var(--bdna-line);background:#0a0e1759}.bdna-btn--ghost:hover{border-color:var(--bdna-emerald);color:var(--bdna-emerald-glow);transform:translateY(-2px)}@media (prefers-reduced-motion:reduce){.brand-dna *{transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}.brand-dna .bdna-btn:hover,.brand-dna .bdna-glass--interactive:hover{transform:none}}main.homepage-v2{background:var(--bdna-bg);color:var(--bdna-ink);padding:0;overflow-x:hidden}.home-v2__section{max-width:1200px;margin:0 auto;padding:clamp(56px,9vh,104px) clamp(20px,4vw,48px)}.home-v2__lead{max-width:62ch;color:var(--bdna-dim);margin-top:-18px;margin-bottom:clamp(28px,4vw,44px);font-size:clamp(15px,1.4vw,17px);line-height:1.65}.home-v2__grid{grid-template-columns:repeat(3,1fr);gap:22px;display:grid}@media (width<=1000px){.home-v2__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.home-v2__grid{grid-template-columns:1fr}}.home-v2__carousel{flex-direction:column;gap:22px;display:flex}.home-v2__carousel-viewport{touch-action:pan-y;margin:-6px;padding:6px;overflow:hidden}.home-v2__carousel-track{will-change:transform;transition:transform .5s cubic-bezier(.22,1,.36,1);display:flex}.home-v2__carousel-slide{flex:0 0 calc(100% / var(--eco-per-view,3));box-sizing:border-box;padding:0 11px;display:flex}.home-v2__carousel-slide>.home-v2__product-card{width:100%}.home-v2__carousel-controls{justify-content:center;align-items:center;gap:18px;display:flex}.home-v2__carousel-arrow{border:1px solid var(--bdna-line);background:var(--bdna-bg-lift);width:44px;height:44px;color:var(--bdna-ink);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;font-size:22px;line-height:1;transition:border-color .2s,color .2s,background .2s,transform .2s;display:inline-flex}.home-v2__carousel-arrow:hover:not(:disabled){border-color:var(--bdna-accent);color:var(--bdna-emerald-glow);transform:translateY(-1px)}.home-v2__carousel-arrow:focus-visible{outline:2px solid var(--bdna-accent);outline-offset:2px}.home-v2__carousel-arrow:disabled{opacity:.4;cursor:default}.home-v2__carousel-dots{align-items:center;gap:10px;display:flex}.home-v2__carousel-dot{border:1px solid var(--bdna-line);cursor:pointer;background:0 0;border-radius:50%;width:9px;height:9px;padding:0;transition:width .25s,background .25s,border-color .25s}.home-v2__carousel-dot:hover{border-color:var(--bdna-accent)}.home-v2__carousel-dot.is-active{background:var(--bdna-accent);border-color:var(--bdna-accent);border-radius:5px;width:26px}.home-v2__carousel-dot:focus-visible{outline:2px solid var(--bdna-accent);outline-offset:2px}@media (prefers-reduced-motion:reduce){.home-v2__carousel-track,.home-v2__carousel-arrow,.home-v2__carousel-dot{transition:none}}.home-v2__product-card .bdna-card__media,.home-v2__article-card .bdna-card__media{aspect-ratio:16/10}.home-v2__product-card .bdna-card__media img,.home-v2__article-card .bdna-card__media img,.home-v2__thumb,.home-v2__thumb img{object-fit:cover;width:100%;height:100%;display:block}.home-v2__thumb--fallback{background:linear-gradient(150deg, var(--bdna-bg-lift), var(--bdna-bg));place-items:center;display:grid}.home-v2__thumb--fallback span{font-family:var(--bdna-mono);letter-spacing:.1em;color:var(--bdna-emerald-glow);font-size:1.4rem}.home-v2__card-meta{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.home-v2__cat{font-family:var(--bdna-mono);letter-spacing:.24em;text-transform:uppercase;color:var(--bdna-accent,var(--bdna-emerald-glow));font-size:9.5px}.home-v2__status{font-family:var(--bdna-mono);letter-spacing:.14em;text-transform:uppercase;border:1px solid var(--bdna-panel-edge);color:var(--bdna-dim2);border-radius:999px;padding:4px 10px;font-size:9px}.home-v2__status--available{color:var(--bdna-emerald-glow);background:#0abf8c1a;border-color:#3fe8c04d}.home-v2__status--beta{color:var(--bdna-gold);background:var(--bdna-gold-soft);border-color:#c9a9624d}.home-v2__status--coming-soon{color:var(--bdna-dim2)}.home-v2__product-card h3,.home-v2__article-card h3,.home-v2__text-card h3{letter-spacing:-.01em;color:var(--bdna-ink);font-size:1.15rem;font-weight:650;line-height:1.3}.home-v2__product-card p,.home-v2__article-card p,.home-v2__text-card p{color:var(--bdna-dim);-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:.9rem;line-height:1.55;display:-webkit-box;overflow:hidden}.home-v2__audience{color:var(--bdna-dim2)!important;-webkit-line-clamp:2!important;font-size:.82rem!important}.home-v2__audience strong{color:var(--bdna-ink);font-weight:600}.home-v2__card-foot{font-family:var(--bdna-mono);letter-spacing:.14em;text-transform:uppercase;color:var(--bdna-dim);justify-content:space-between;gap:10px;font-size:10px;display:flex}.home-v2__cue{font-family:var(--bdna-mono);letter-spacing:.16em;text-transform:uppercase;color:var(--bdna-accent,var(--bdna-emerald-glow));margin-top:auto;padding-top:4px;font-size:11px}.home-v2__pillars{grid-template-columns:repeat(2,1fr);gap:18px;display:grid}@media (width<=720px){.home-v2__pillars{grid-template-columns:1fr}}.home-v2__pillar{padding:clamp(22px,3vw,32px)}.home-v2__pillar h3{color:var(--bdna-ink);margin-bottom:10px;font-size:1.15rem;font-weight:650}.home-v2__pillar p{color:var(--bdna-dim);font-size:.94rem;line-height:1.6}.home-v2__section-action{justify-content:center;margin-top:28px;display:flex}.home-v2__perks{flex-wrap:wrap;justify-content:center;gap:10px 22px;margin:4px 0 0;padding:0;list-style:none;display:flex}.home-v2__perks li{color:var(--bdna-dim2);padding-left:20px;font-size:.88rem;position:relative}.home-v2__perks li:before{content:"";background:var(--bdna-emerald-glow);width:6px;height:6px;box-shadow:0 0 8px var(--bdna-emerald-glow);border-radius:50%;position:absolute;top:50%;left:4px;transform:translateY(-50%)}main.products-v2{background:var(--bdna-bg);color:var(--bdna-ink);padding:0;overflow-x:hidden}.products-v2__section{max-width:1200px;margin:0 auto;padding:clamp(48px,8vh,92px) clamp(20px,4vw,48px)}.products-v2__lead{max-width:64ch;color:var(--bdna-dim);margin:-18px 0 clamp(28px,4vw,44px);font-size:clamp(15px,1.4vw,17px);line-height:1.65}.products-v2__lead--center{text-align:center;margin-inline:auto}.products-v2__cat{font-family:var(--bdna-mono);letter-spacing:.24em;text-transform:uppercase;color:var(--bdna-accent,var(--bdna-emerald-glow));font-size:9.5px}.products-v2__card-meta{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.products-v2__status{font-family:var(--bdna-mono);letter-spacing:.14em;text-transform:uppercase;border:1px solid var(--bdna-panel-edge);color:var(--bdna-dim2);border-radius:999px;padding:4px 10px;font-size:9px}.products-v2__status--available{color:var(--bdna-emerald-glow);background:#0abf8c1a;border-color:#3fe8c04d}.products-v2__status--beta{color:var(--bdna-gold);background:var(--bdna-gold-soft);border-color:#c9a9624d}.products-v2__status--coming-soon{color:var(--bdna-dim2)}.products-v2__cue{font-family:var(--bdna-mono);letter-spacing:.16em;text-transform:uppercase;color:var(--bdna-accent,var(--bdna-emerald-glow));margin-top:auto;font-size:11px}.products-v2__hero{background:radial-gradient(120% 80% at 80% 0%, #0abf8c29, transparent 60%), radial-gradient(90% 70% at 0% 100%, #064e3b57, transparent 66%), linear-gradient(180deg, var(--bdna-bg), var(--bdna-bg-lift));isolation:isolate;padding:clamp(64px,12vh,132px) clamp(20px,4vw,48px) clamp(48px,8vh,88px);position:relative;overflow:hidden}.products-v2__hero-ambient{z-index:0;pointer-events:none;position:absolute;inset:0}.products-v2__hero-glow{filter:blur(90px);opacity:.5;background:radial-gradient(circle,#10b98159,#0000 70%);border-radius:50%;width:460px;height:460px;position:absolute;top:-120px;right:-60px}.products-v2__hero-grid{background-image:linear-gradient(#ffffff0a 1px,#0000 1px),linear-gradient(90deg,#ffffff0a 1px,#0000 1px);background-size:64px 64px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(circle at 70% 20%,#000,#0000 72%);mask-image:radial-gradient(circle at 70% 20%,#000,#0000 72%)}.products-v2__hero-inner{z-index:1;text-align:center;max-width:1000px;margin:0 auto;position:relative}.products-v2__hero-inner .bdna-eyebrow{margin-inline:auto}.products-v2__hero-inner h1{letter-spacing:-.03em;color:var(--bdna-ink);margin:22px 0 0;font-size:clamp(2.2rem,5vw,3.8rem);font-weight:300;line-height:1.04}.products-v2__hero-text{max-width:56ch;color:var(--bdna-dim2);margin:20px auto 0;font-size:clamp(1rem,1.5vw,1.15rem);line-height:1.65}.products-v2__hero-actions{flex-wrap:wrap;justify-content:center;gap:14px;margin-top:32px;display:flex}.products-v2__pills{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:40px;display:flex}.products-v2__pill{background:var(--bdna-panel);border:1px solid var(--bdna-panel-edge);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--bdna-ink);cursor:pointer;transition:transform .25s var(--bdna-ease), border-color .25s var(--bdna-ease);border-radius:999px;align-items:center;gap:10px;padding:10px 18px;font-size:.9rem;font-weight:600;display:inline-flex}.products-v2__pill:hover{border-color:color-mix(in srgb, var(--bdna-accent) 45%, transparent);transform:translateY(-2px)}.products-v2__pill-icon{color:var(--bdna-accent);font-size:1.05rem}.products-v2__catalog-grid,.products-v2__feature-grid{grid-template-columns:repeat(3,1fr);gap:22px;display:grid}@media (width<=1000px){.products-v2__catalog-grid,.products-v2__feature-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.products-v2__catalog-grid,.products-v2__feature-grid{grid-template-columns:1fr}}.products-v2__catalog-card .bdna-card__media,.products-v2__feature-card .bdna-card__media{aspect-ratio:16/10;position:relative}.products-v2__catalog-card .bdna-card__media img,.products-v2__feature-card .bdna-card__media img{object-fit:cover;width:100%;height:100%}.products-v2__brand{border:1px solid color-mix(in srgb, var(--bdna-accent) 40%, transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--bdna-ink);background:#0a0e17b3;border-radius:999px;padding:5px 12px;font-size:.8rem;font-weight:600;position:absolute;bottom:12px;left:12px}.products-v2__catalog-card h3,.products-v2__feature-card h3{letter-spacing:-.01em;color:var(--bdna-ink);font-size:1.15rem;font-weight:650}.products-v2__catalog-card p,.products-v2__feature-card p{color:var(--bdna-dim);-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:.9rem;line-height:1.55;display:-webkit-box;overflow:hidden}.products-v2__detail-grid{grid-template-columns:.9fr 1.1fr;align-items:center;gap:clamp(24px,4vw,56px);display:grid}.products-v2__detail--flip .products-v2__detail-visual{order:2}.products-v2__detail-visual{aspect-ratio:4/3;padding:0;position:relative;overflow:hidden}.products-v2__detail-img{object-fit:cover;width:100%;height:100%}.products-v2__detail-badge{border:1px solid color-mix(in srgb, var(--bdna-accent) 40%, transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0a0e17a6;border-radius:14px;justify-content:center;align-items:center;width:46px;height:46px;font-size:1.3rem;display:inline-flex;position:absolute;top:16px;left:16px}.products-v2__detail-content{flex-direction:column;gap:14px;display:flex}.products-v2__detail-name{letter-spacing:-.02em;color:var(--bdna-ink);font-size:clamp(1.6rem,3vw,2.4rem);font-weight:300}.products-v2__detail-lead{color:var(--bdna-dim2);max-width:52ch;line-height:1.6}.products-v2__detail-blocks{grid-template-columns:1fr 1fr;gap:18px;margin-top:4px;display:grid}@media (width<=560px){.products-v2__detail-blocks{grid-template-columns:1fr}}.products-v2__meta-block strong{letter-spacing:.08em;text-transform:uppercase;color:var(--bdna-accent);margin-bottom:8px;font-size:.82rem;display:block}.products-v2__meta-block ul{gap:5px;margin:0;padding:0;list-style:none;display:grid}.products-v2__meta-block li,.products-v2__meta-block p{color:var(--bdna-dim);font-size:.88rem;line-height:1.5}.products-v2__features{grid-template-columns:1fr 1fr;gap:8px 18px;margin:6px 0 0;padding:0;list-style:none;display:grid}@media (width<=560px){.products-v2__features{grid-template-columns:1fr}}.products-v2__features li{color:var(--bdna-dim2);align-items:center;gap:10px;font-size:.9rem;display:flex}.products-v2__check{background:color-mix(in srgb, var(--bdna-accent) 22%, transparent);border:1px solid var(--bdna-accent);border-radius:50%;flex:none;width:16px;height:16px;position:relative}.products-v2__check:after{content:"";border:solid var(--bdna-accent);border-width:0 2px 2px 0;width:4px;height:8px;position:absolute;top:2px;left:5px;transform:rotate(45deg)}.products-v2__detail-content .bdna-btn{align-self:flex-start;margin-top:6px}.products-v2__diagram{gap:20px;padding:clamp(20px,3vw,36px);display:grid}.products-v2__diagram-svg{width:100%;max-width:640px;height:auto;margin:0 auto}.products-v2__legend{flex-wrap:wrap;justify-content:center;gap:12px 22px;display:flex}.products-v2__legend-item{color:var(--bdna-dim2);align-items:center;gap:8px;font-size:.85rem;display:inline-flex}.products-v2__legend-item span{width:30px;height:24px;font-family:var(--bdna-mono);border-radius:8px;justify-content:center;align-items:center;font-size:.7rem;font-weight:700;display:inline-flex}.products-v2__feature-card .products-v2__cat{color:var(--bdna-emerald-glow)}.products-v2__showcase-stack{gap:24px;display:grid}.products-v2__showcase{grid-template-columns:1fr 1fr;align-items:center;gap:clamp(20px,3vw,44px);padding:clamp(24px,3vw,40px);display:grid}.products-v2__showcase--flip .products-v2__showcase-photo{order:-1}.products-v2__showcase-copy{flex-direction:column;align-items:flex-start;gap:12px;display:flex}.products-v2__showcase-copy h3{color:var(--bdna-ink);font-size:clamp(1.4rem,2.4vw,2rem);font-weight:650}.products-v2__showcase-copy>p{color:var(--bdna-dim);line-height:1.6}.products-v2__showcase-features{flex-wrap:wrap;gap:8px;display:flex}.products-v2__showcase-features span{background:color-mix(in srgb, var(--bdna-accent) 12%, transparent);border:1px solid color-mix(in srgb, var(--bdna-accent) 30%, transparent);color:var(--bdna-accent);border-radius:999px;padding:5px 12px;font-size:.78rem}.products-v2__showcase-photo{border-radius:var(--bdna-radius);aspect-ratio:4/3;position:relative;overflow:hidden}.products-v2__showcase-img,.products-v2__showcase-img img{object-fit:cover;width:100%;height:100%}.products-v2__showcase-badge{width:34px;height:34px;font-family:var(--bdna-mono);color:var(--bdna-accent);border:1px solid color-mix(in srgb, var(--bdna-accent) 45%, transparent);background:#0a0e17a6;border-radius:10px;justify-content:center;align-items:center;font-size:.8rem;font-weight:800;display:inline-flex;position:absolute;top:12px;right:12px}@media (width<=760px){.products-v2__showcase{grid-template-columns:1fr}.products-v2__showcase--flip .products-v2__showcase-photo{order:0}}.products-v2__platform-grid{grid-template-columns:repeat(3,1fr);gap:22px;display:grid}@media (width<=1000px){.products-v2__platform-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.products-v2__platform-grid{grid-template-columns:1fr}}.products-v2__platform-card{padding:0;overflow:hidden}.products-v2__browser{border-bottom:1px solid var(--bdna-panel-edge)}.products-v2__browser-bar{background:#0a0e1780;align-items:center;gap:6px;padding:10px 14px;display:flex}.products-v2__dot{background:var(--bdna-panel-edge);border-radius:50%;width:9px;height:9px}.products-v2__browser-url{font-family:var(--bdna-mono);color:var(--bdna-dim);margin-left:8px;font-size:.72rem}.products-v2__browser-screen{gap:10px;padding:14px;display:grid}.products-v2__screen-photo{aspect-ratio:16/9;border-radius:10px;position:relative;overflow:hidden}.products-v2__screen-img,.products-v2__screen-img img{object-fit:cover;width:100%;height:100%}.products-v2__screen-badge{width:26px;height:26px;font-family:var(--bdna-mono);color:var(--bdna-accent);background:#0a0e17b3;border-radius:8px;justify-content:center;align-items:center;font-size:.7rem;font-weight:800;display:inline-flex;position:absolute;top:8px;right:8px}.products-v2__screen-header{background:color-mix(in srgb, var(--bdna-accent) 10%, transparent);border-radius:8px;flex-direction:column;gap:2px;padding:8px 10px;display:flex}.products-v2__screen-header span{font-family:var(--bdna-mono);letter-spacing:.16em;color:var(--bdna-accent);font-size:.62rem}.products-v2__screen-header strong{color:var(--bdna-ink)}.products-v2__screen-rows{gap:6px;display:grid}.products-v2__screen-row{color:var(--bdna-dim2);border:1px solid var(--bdna-panel-edge);background:#ffffff08;border-radius:8px;padding:8px 10px;font-size:.8rem}.products-v2__screen-row--ok{color:var(--bdna-emerald-glow);border-color:#3fe8c04d}.products-v2__platform-body{flex-direction:column;align-items:flex-start;gap:8px;padding:18px 20px 22px;display:flex}.products-v2__platform-body h3{color:var(--bdna-ink);font-size:1.15rem;font-weight:650}.products-v2__platform-body p{color:var(--bdna-dim);font-size:.88rem;line-height:1.5}.products-v2__roadmap{grid-template-columns:repeat(5,1fr);gap:16px;display:grid}@media (width<=1000px){.products-v2__roadmap{grid-template-columns:repeat(2,1fr)}}@media (width<=560px){.products-v2__roadmap{grid-template-columns:1fr}}.products-v2__roadmap-card{flex-direction:column;gap:8px;padding:22px;display:flex}.products-v2__roadmap-card h3{color:var(--bdna-ink);font-size:1rem;font-weight:650}.products-v2__roadmap-card p{color:var(--bdna-dim);font-size:.84rem}@media (width<=860px){.products-v2__detail-grid{grid-template-columns:1fr}.products-v2__detail--flip .products-v2__detail-visual{order:0}.products-v2__detail-content .bdna-btn{text-align:center;align-self:stretch}}.studynest-hero-animation{--snh-emerald:#16e29a;--snh-blue:#3ea8ff;--snh-ink:#f2f7fb;--snh-dim:#9eb2c6eb;--snh-font:"Manrope", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;--snh-display:"Sora", var(--snh-font);--snh-ease:cubic-bezier(.22, 1, .36, 1);min-height:780px;font-family:var(--snh-font);isolation:isolate;background:radial-gradient(1200px 700px at 72% 42%,#0a1626 0%,#060d18 46%,#04080f 100%);align-items:center;display:flex;position:relative;overflow:hidden}@keyframes snh-fade-up{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}@keyframes snh-book-enter{0%{opacity:0;transform:translateY(46px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes snh-bob{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes snh-page-glow{0%,to{opacity:.45}50%{opacity:.95}}@keyframes snh-page-turn{0%{opacity:0;transform:rotateY(-8deg)}8%{opacity:.9}42%{opacity:.9;transform:rotateY(-168deg)}50%{opacity:0;transform:rotateY(-172deg)}to{opacity:0;transform:rotateY(-172deg)}}@keyframes snh-card-rise{0%{opacity:0;transform:translateY(38px)scale(.9)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes snh-card-bob{0%,to{transform:translateY(0)}50%{transform:translateY(-9px)}}@keyframes snh-orb-pulse{0%,to{filter:brightness();transform:scale(1)}50%{filter:brightness(1.35);transform:scale(1.08)}}@keyframes snh-ring-spin{0%{transform:rotateX(72deg)rotate(0)}to{transform:rotateX(72deg)rotate(360deg)}}@keyframes snh-line-pulse{0%,to{opacity:.12}50%{opacity:.55}}@keyframes snh-line-dash{0%{background-position:0 0}to{background-position:0 -48px}}@keyframes snh-particle-drift{0%{opacity:0;transform:translate(0,0)}12%{opacity:.9}88%{opacity:.7}to{opacity:0;transform:translate(14px,-110px)}}@keyframes snh-shimmer{0%{transform:translate(-120%)skew(-18deg)}to{transform:translate(220%)skew(-18deg)}}@keyframes snh-spine-glow{0%,to{opacity:.55;box-shadow:0 0 18px 4px #1ef0aa59}50%{opacity:1;box-shadow:0 0 34px 10px #1ef0aa99}}.studynest-hero-animation .snh-bg{pointer-events:none;will-change:transform;position:absolute;inset:0}.studynest-hero-animation .snh-bg__glow{border-radius:50%;position:absolute}.studynest-hero-animation .snh-bg__glow--a{filter:blur(10px);background:radial-gradient(circle,#2e9bff24 0%,#2e9bff00 62%);width:560px;height:560px;top:8%;right:6%}.studynest-hero-animation .snh-bg__glow--b{background:radial-gradient(circle,#16e29a1f 0%,#16e29a00 60%);width:640px;height:480px;bottom:-14%;right:26%}.studynest-hero-animation .snh-bg__glow--c{background:radial-gradient(circle,#2e9bff14 0%,#2e9bff00 60%);width:520px;height:520px;top:-18%;left:-6%}.studynest-hero-animation .snh-bg__grid{background-image:linear-gradient(#78b4ff09 1px,#0000 1px),linear-gradient(90deg,#78b4ff09 1px,#0000 1px);background-size:56px 56px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(720px 520px at 70% 45%,#000000e6,#0000 78%);mask-image:radial-gradient(720px 520px at 70% 45%,#000000e6,#0000 78%)}.studynest-hero-animation .snh-inner{grid-template-columns:repeat(auto-fit,minmax(min(100%,400px),1fr));align-items:center;gap:clamp(32px,5vw,72px);width:100%;max-width:1320px;margin:0 auto;padding:clamp(64px,8vw,110px) clamp(24px,5vw,64px);display:grid;position:relative}.studynest-hero-animation .snh-copy{z-index:3;flex-direction:column;gap:24px;max-width:620px;display:flex;position:relative}.studynest-hero-animation .snh-reveal{opacity:0;animation:snh-fade-up 1s var(--snh-ease) forwards}.studynest-hero-animation .snh-eyebrow{align-items:center;gap:10px;display:flex}.studynest-hero-animation .snh-eyebrow__dot{background:var(--snh-emerald);border-radius:50%;width:7px;height:7px;box-shadow:0 0 12px 2px #16e29ab3}.studynest-hero-animation .snh-eyebrow__text{letter-spacing:.22em;text-transform:uppercase;color:#a0bed6d9;font-size:13px;font-weight:600}.studynest-hero-animation .snh-title{font-family:var(--snh-display);letter-spacing:-.02em;color:var(--snh-ink);text-wrap:balance;margin:0;font-size:clamp(38px,4.6vw,64px);font-weight:700;line-height:1.08}.studynest-hero-animation .snh-title__accent{background:linear-gradient(96deg,#16e29a 10%,#3ea8ff 90%);color:#0000;-webkit-background-clip:text;background-clip:text}.studynest-hero-animation .snh-lede{color:var(--snh-dim);text-wrap:pretty;max-width:520px;margin:0;font-size:clamp(16px,1.3vw,18px);line-height:1.65}.studynest-hero-animation .snh-actions{flex-wrap:wrap;gap:14px;margin-top:8px;display:flex}.studynest-hero-animation .snh-btn{cursor:pointer;border-radius:12px;align-items:center;gap:10px;padding:15px 28px;font-size:15px;font-weight:600;text-decoration:none;transition:transform .25s,box-shadow .25s,border-color .25s,background .25s;display:inline-flex}.studynest-hero-animation .snh-btn--primary{color:#04120c;letter-spacing:.01em;background:linear-gradient(120deg,#0fbf84 0%,#16e29a 55%,#2e9bff 130%);font-weight:700;box-shadow:0 8px 30px -6px #16e29a73,inset 0 0 0 1px #16e29a66}.studynest-hero-animation .snh-btn--primary:hover{transform:translateY(-2px);box-shadow:0 14px 40px -6px #16e29a99,inset 0 0 0 1px #16e29a80}.studynest-hero-animation .snh-btn--ghost{color:#d7e6f2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff0b;border:1px solid #8cbeff38}.studynest-hero-animation .snh-btn--ghost:hover{background:#3ea8ff17;border-color:#3ea8ff8c;transform:translateY(-2px)}.studynest-hero-animation .snh-scene{opacity:0;min-width:0;height:clamp(440px,46vw,600px);animation:snh-book-enter 1.4s var(--snh-ease) .4s forwards;position:relative}.studynest-hero-animation .snh-particles{pointer-events:none;will-change:transform;position:absolute;inset:0}.studynest-hero-animation .snh-particle{opacity:0;border-radius:50%;animation-name:snh-particle-drift;animation-timing-function:linear;animation-iteration-count:infinite;position:absolute}.studynest-hero-animation .snh-mid{will-change:transform;justify-content:center;align-items:flex-end;display:flex;position:absolute;inset:0}.studynest-hero-animation .snh-book-wrap{width:min(460px,92%);height:84%;animation:7s ease-in-out 2s infinite snh-bob;position:relative}.studynest-hero-animation .snh-underglow{filter:blur(14px);background:radial-gradient(#16e29a66 0%,#16e29a00 68%);border-radius:50%;width:78%;height:90px;animation:5s ease-in-out infinite snh-page-glow;position:absolute;bottom:2%;left:50%;transform:translate(-50%)}.studynest-hero-animation .snh-connections{pointer-events:none;position:absolute;inset:0}.studynest-hero-animation .snh-conn{width:2px;position:absolute}.studynest-hero-animation .snh-book{perspective:1100px;width:82%;position:absolute;bottom:6%;left:50%;transform:translate(-50%)}.studynest-hero-animation .snh-book__inner{height:220px;transform-style:preserve-3d;display:flex;position:relative;transform:rotateX(52deg)}.studynest-hero-animation .snh-book__stack{background:linear-gradient(#0e1b2c 0%,#091423 100%);border-radius:10px;position:absolute;inset:-4px -6px -14px;box-shadow:0 22px 50px -12px #000c,0 0 0 1px #5a96dc24,0 0 44px -6px #16e29a38}.studynest-hero-animation .snh-book__edge{background:repeating-linear-gradient(#b4d6ff29 0 1px,#0a1422e6 1px 3px);border-radius:0 0 8px 8px;height:10px;position:absolute;bottom:-10px;left:-3px;right:-3px}.studynest-hero-animation .snh-page{flex:0 0 50%;height:220px;position:relative;overflow:hidden}.studynest-hero-animation .snh-page--left{transform-origin:100%;background:linear-gradient(112deg,#0d2136 0%,#123049 58%,#17415e 100%);border-radius:8px 2px 2px 8px;transform:rotateY(26deg);box-shadow:inset -18px 0 34px -14px #16e29a59,inset 2px 2px #aad2ff1a}.studynest-hero-animation .snh-page--right{transform-origin:0;background:linear-gradient(248deg,#0d2136 0%,#123049 58%,#17415e 100%);border-radius:2px 8px 8px 2px;transform:rotateY(-26deg);box-shadow:inset 18px 0 34px -14px #3ea8ff66,inset -2px 2px #aad2ff1a}.studynest-hero-animation .snh-page__lines{flex-direction:column;display:flex;position:absolute;inset:18px 20px}.studynest-hero-animation .snh-line-text{border-radius:3px;height:5px;animation:4s ease-in-out infinite snh-page-glow}.studynest-hero-animation .snh-block{border-radius:6px;height:34px;animation:4.5s ease-in-out infinite snh-page-glow}.studynest-hero-animation .snh-shimmer{background:linear-gradient(90deg,#0000,#beebff24,#0000);width:40%;animation:5.5s ease-in-out infinite snh-shimmer;position:absolute;inset:0}.studynest-hero-animation .snh-page-turn{transform-origin:0;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);opacity:0;pointer-events:none;background:linear-gradient(248deg,#78dcff29,#16e29a1a);border:1px solid #96e6ff4d;border-radius:2px 8px 8px 2px;width:50%;height:220px;animation:9s ease-in-out 3s infinite snh-page-turn;position:absolute;top:0;left:50%}.studynest-hero-animation .snh-spine{background:linear-gradient(#16e29a,#3ea8ff);border-radius:3px;width:3px;animation:4s ease-in-out infinite snh-spine-glow;position:absolute;top:-2px;bottom:-2px;left:50%;transform:translate(-50%)}.studynest-hero-animation .snh-lightcol{filter:blur(16px);pointer-events:none;background:linear-gradient(#0000,#3ea8ff0f 40%,#16e29a38);width:120px;height:46%;animation:6s ease-in-out infinite snh-page-glow;position:absolute;bottom:24%;left:50%;transform:translate(-50%)}.studynest-hero-animation .snh-front{pointer-events:none;will-change:transform;position:absolute;inset:0}.studynest-hero-animation .snh-orb{opacity:0;width:84px;height:84px;animation:snh-card-rise 1.2s var(--snh-ease) 2.6s forwards;position:absolute;top:4%;left:50%;transform:translate(-50%)}.studynest-hero-animation .snh-orb__inner{width:100%;height:100%;animation:6s ease-in-out infinite snh-card-bob;position:relative}.studynest-hero-animation .snh-orb__core{background:radial-gradient(circle at 34% 30%,#bff6e4 0%,#16e29a 34%,#0e8cd8 78%,#063a63 100%);border-radius:50%;animation:3.6s ease-in-out infinite snh-orb-pulse;position:absolute;inset:0;box-shadow:0 0 44px 8px #16e29a73,0 0 90px 16px #3ea8ff40,inset -6px -10px 22px #04142899}.studynest-hero-animation .snh-orb__ring{border-radius:50%;position:absolute}.studynest-hero-animation .snh-orb__ring--1{border:1px solid #78e6c859;animation:9s linear infinite snh-ring-spin;inset:-14px}.studynest-hero-animation .snh-orb__ring--2{border:1px dashed #3ea8ff47;animation:14s linear infinite reverse snh-ring-spin;inset:-26px}.studynest-hero-animation .snh-card{opacity:0;animation:snh-card-rise 1s var(--snh-ease) forwards;position:absolute}.studynest-hero-animation .snh-card__chip{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#0e1e328c;border:1px solid #8cbeff42;border-radius:12px;align-items:center;gap:10px;padding:11px 16px;display:flex;box-shadow:0 10px 32px -8px #0009}.studynest-hero-animation .snh-card__dot{width:9px;height:9px}.studynest-hero-animation .snh-card__label{letter-spacing:.06em;color:#d9f5ea;font-size:13px;font-weight:600}.studynest-hero-animation .snh-bars{align-items:flex-end;gap:2px;display:flex}.studynest-hero-animation .snh-bars>span{border-radius:1px;width:3px}.studynest-hero-animation .snh-fade-bottom{pointer-events:none;background:linear-gradient(#04080f00,#04080f);height:120px;position:absolute;bottom:0;left:0;right:0}@media (width<=900px){.studynest-hero-animation{min-height:auto}.studynest-hero-animation .snh-scene{order:-1;height:clamp(360px,78vw,460px)}}@media (prefers-reduced-motion:reduce){.studynest-hero-animation *,.studynest-hero-animation :before,.studynest-hero-animation :after{animation-duration:.001ms!important;animation-iteration-count:1!important;animation-delay:0s!important}.studynest-hero-animation .snh-reveal,.studynest-hero-animation .snh-scene,.studynest-hero-animation .snh-orb,.studynest-hero-animation .snh-card{opacity:1!important}}.re-tf-viewer{background:radial-gradient(circle at 50% 100%,#2563eb14,#0000 42%),linear-gradient(#fffffff5,#f4f7fbfa),#f4f7fb;width:100%;height:100%;position:absolute;inset:0;overflow:hidden}.re-tf-viewer__stack{position:absolute;inset:0}.re-tf-viewer__layer{--poster-color:transparent;background:0 0;width:100%;height:100%;position:absolute;inset:0}.re-tf-viewer__layer--before{z-index:1;pointer-events:none}.re-tf-viewer__layer--after{z-index:2}.re-tf-viewer[data-transition-done=false] .re-tf-viewer__layer--after{pointer-events:none}.re-tf-viewer__poster{object-fit:cover;object-position:center;width:100%;height:100%;position:absolute;inset:0}.re-tf-viewer__poster--loading{z-index:0}.re-tf-scanwall{z-index:5;pointer-events:none;width:min(22vw,11rem);position:absolute;top:-4%;bottom:-4%;transform:translate(-50%)}.re-tf-scanwall__trail{filter:blur(18px);background:linear-gradient(90deg,#2563eb00 0%,#38bdf81f 38%,#22d3ee47 50%,#38bdf81f 62%,#2563eb00 100%);width:240%;position:absolute;inset:0 0 0 -140%}.re-tf-scanwall__beam{filter:blur(8px);background:linear-gradient(90deg,#2563eb0d 0%,#38bdf86b 45%,#bfdbfeb8 50%,#38bdf86b 55%,#2563eb0d 100%);width:64%;position:absolute;inset:0 0 0 18%}.re-tf-scanwall__core{background:linear-gradient(#22d3ee00 0%,#bfdbfe 16%,#2563eb 50%,#bfdbfe 84%,#22d3ee00 100%);width:4px;margin:0 auto;position:absolute;inset:0;box-shadow:0 0 18px #38bdf8,0 0 42px #2563ebf2,0 0 72px #22d3ee8c}.re-tf-scanwall__bloom{filter:blur(14px);mix-blend-mode:screen;background:linear-gradient(90deg,#2563eb00 0%,#38bdf859 42%,#ffffff8c 50%,#38bdf859 58%,#2563eb00 100%);width:100%;position:absolute;top:6%;bottom:6%;left:50%;transform:translate(-50%)}.re-tf-scanwall__flare{filter:blur(10px);background:radial-gradient(circle,#ffffffbf 0%,#38bdf859 34%,#0000 72%);width:180%;animation:1.1s ease-in-out infinite re-tf-flare-pulse;position:absolute;top:28%;bottom:28%;left:50%;transform:translate(-50%)}@keyframes re-tf-flare-pulse{0%,to{opacity:.72}50%{opacity:1}}.re-tf-renovation-glow{z-index:3;pointer-events:none;background:linear-gradient(90deg, transparent calc(var(--scan-x) - 14%), #38bdf829 calc(var(--scan-x) - 2%), #2563eb38 var(--scan-x), #38bdf829 calc(var(--scan-x) + 2%), transparent calc(var(--scan-x) + 14%));mix-blend-mode:screen;position:absolute;inset:0}.re-tf-replay{z-index:6;color:#f8fafc;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f172ab8;border:1px solid #ffffffb8;border-radius:999px;min-height:2.35rem;padding:.55rem .95rem;font-size:.78rem;font-weight:600;transition:transform .16s,background-color .16s;position:absolute;bottom:.85rem;right:.85rem;box-shadow:0 10px 28px #0f172a38}.re-tf-replay:hover{background:#0f172adb}.re-tf-replay:active{transform:translateY(1px)}.re-tf-kicker{z-index:6;color:#334155;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);pointer-events:none;background:#ffffffd1;border:1px solid #ffffffe6;border-radius:.75rem;max-width:18rem;margin:0;padding:.45rem .7rem;font-size:.72rem;line-height:1.4;position:absolute;bottom:.85rem;left:.85rem;right:.85rem}.re-tf-viewer[data-transition-done=true] .re-tf-kicker{right:9.5rem}.ph3d{--bdna-accent:var(--bdna-emerald);--ph3d-accent-soft:color-mix(in srgb, var(--bdna-accent) 14%, transparent);--ph3d-accent-glow:color-mix(in srgb, var(--bdna-accent) 34%, transparent);isolation:isolate;background:radial-gradient(120% 90% at 82% 4%, var(--ph3d-accent-glow), transparent 58%), radial-gradient(90% 80% at 4% 100%, color-mix(in srgb, var(--bdna-emerald-deep) 45%, transparent), transparent 66%), linear-gradient(180deg, var(--bdna-bg), var(--bdna-bg-lift));color:var(--bdna-ink);padding:clamp(2rem,5vw,4rem) clamp(1rem,3vw,2rem) clamp(2.5rem,5vw,3.5rem);position:relative;overflow:hidden}.ph3d__ambient{pointer-events:none;position:absolute;inset:0;overflow:hidden}.ph3d__glow{filter:blur(70px);opacity:.6;border-radius:999px;width:min(42vw,28rem);height:min(42vw,28rem);position:absolute}.ph3d__glow--left{background:var(--ph3d-accent-glow);top:-8%;left:-6%}.ph3d__glow--right{background:color-mix(in srgb, var(--bdna-gold) 18%, transparent);bottom:-10%;right:-4%}.ph3d__shell{z-index:1;width:min(100%,76rem);margin:0 auto;position:relative}.ph3d__grid{grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr);align-items:center;gap:clamp(1.5rem,3vw,3rem);display:grid}.ph3d__copy{gap:1rem;max-width:38rem;display:grid}.ph3d__eyebrow{width:fit-content;font-family:var(--bdna-mono);letter-spacing:.28em;text-transform:uppercase;color:var(--bdna-accent);border:1px solid color-mix(in srgb, var(--bdna-accent) 30%, transparent);background:#0a0e1759;border-radius:100px;align-items:center;gap:10px;margin:0;padding:7px 12px;font-size:.66rem;font-weight:500;display:inline-flex}.ph3d__title{letter-spacing:-.03em;color:var(--bdna-ink);margin:0;font-size:clamp(2rem,5vw,3.6rem);font-weight:300;line-height:1.02}.ph3d__description{max-width:40ch;color:var(--bdna-dim2);margin:0;font-size:clamp(1rem,1.5vw,1.15rem);line-height:1.65}.ph3d__actions{flex-wrap:wrap;gap:.75rem;padding-top:.5rem;display:flex}.ph3d__cta{letter-spacing:.04em;cursor:pointer;min-height:3rem;font-size:.9rem;font-weight:600;font-family:var(--bdna-font);transition:transform .2s var(--bdna-ease), box-shadow .2s var(--bdna-ease), border-color .2s var(--bdna-ease), color .2s var(--bdna-ease);border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;padding:.85rem 1.5rem;text-decoration:none;display:inline-flex}.ph3d__cta:active{transform:translateY(1px)scale(.99)}.ph3d__cta--primary{background:linear-gradient(135deg, var(--bdna-accent), color-mix(in srgb, var(--bdna-accent) 55%, #04100b));color:#04100b;box-shadow:0 0 44px var(--ph3d-accent-glow)}.ph3d__cta--primary:hover{box-shadow:0 0 70px var(--ph3d-accent-glow);transform:translateY(-2px)}.ph3d__cta--secondary{color:var(--bdna-ink);border-color:var(--bdna-panel-edge);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0b}.ph3d__cta--secondary:hover{border-color:color-mix(in srgb, var(--bdna-accent) 45%, transparent);color:var(--bdna-accent);transform:translateY(-2px)}.ph3d__stage-wrap{gap:.75rem;display:grid}.ph3d__stage{border-radius:var(--bdna-radius-lg,22px);background:var(--bdna-panel);border:1px solid var(--bdna-panel-edge);min-height:clamp(18rem,42vw,28rem);-webkit-backdrop-filter:blur(var(--bdna-glass-blur));backdrop-filter:blur(var(--bdna-glass-blur));box-shadow:var(--bdna-shadow);position:relative;overflow:hidden}.ph3d__viewer,.ph3d__fallback{width:100%;height:100%;position:absolute;inset:0}.ph3d__viewer{--poster-color:transparent;background:0 0}.ph3d__fallback{place-items:stretch stretch;display:grid}.ph3d__fallback-image{object-fit:cover;width:100%;height:100%}.ph3d__fallback-scrim{background:linear-gradient(#0a0e171a,#0a0e17a8),linear-gradient(90deg,#0a0e1766,#0000 46%);position:absolute;inset:0}.ph3d__fallback-panel{border-radius:var(--bdna-radius);background:var(--bdna-panel);border:1px solid var(--bdna-panel-edge);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:var(--bdna-shadow);padding:1rem 1.1rem;position:absolute;bottom:1rem;left:1rem;right:1rem}.ph3d__fallback-kicker,.ph3d__fallback-title,.ph3d__fallback-copy{margin:0}.ph3d__fallback-kicker{font-family:var(--bdna-mono);letter-spacing:.2em;text-transform:uppercase;color:var(--bdna-accent);font-size:.64rem;font-weight:500}.ph3d__fallback-title{color:var(--bdna-ink);margin-top:.35rem;font-size:1rem;font-weight:650}.ph3d__fallback-copy{color:var(--bdna-dim);margin-top:.35rem;font-size:.9rem;line-height:1.5}.ph3d__fallback-chip{background:var(--ph3d-accent-soft);color:var(--bdna-accent);font-family:var(--bdna-mono);letter-spacing:.1em;text-transform:uppercase;border-radius:999px;margin-top:.75rem;padding:.35rem .7rem;font-size:.7rem;font-weight:600;display:inline-flex}.ph3d__stage-hint{font-family:var(--bdna-mono);letter-spacing:.14em;text-transform:uppercase;color:var(--bdna-dim);text-align:center;margin:0;font-size:.72rem}.ph3d__stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;margin-top:.5rem;display:grid}.ph3d__stat{border-radius:var(--bdna-radius);border:1px solid var(--bdna-panel-edge);background:#ffffff0a;padding:.85rem .9rem}.ph3d__stat strong{color:var(--bdna-accent);font-size:1.15rem;font-weight:800;display:block}.ph3d__stat span{font-family:var(--bdna-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--bdna-dim);margin-top:.2rem;font-size:.72rem;display:block}.ph3d--home{--bdna-accent:var(--bdna-emerald)}.ph3d--poisonguard{--bdna-accent:#10b981}.ph3d--studynest{--bdna-accent:var(--bdna-emerald)}.ph3d--real-estate{--bdna-accent:#2563eb}.ph3d--techmate{--bdna-accent:#0284c7}.ph3d--poisonguard .ph3d__viewer{--poster-color:transparent;background:0 0}.ph3d--poisonguard .ph3d__viewer::part(default-poster){background-color:#0000;background-image:none}.ph3d--kiddo{--bdna-accent:#f59e0b;--bdna-bg:#fff7ed;--bdna-bg-lift:#ffedd5;--bdna-ink:#3b2a1a;--bdna-dim:#7c6754;--bdna-dim2:#5b4636;--bdna-panel:#ffffff9e;--bdna-panel-edge:#f59e0b4d;--bdna-emerald-deep:#fcd9a1;--bdna-shadow:0 22px 60px #78501429}.ph3d--kiddo .ph3d__eyebrow{background:#ffffff80}.ph3d--kiddo .ph3d__cta--primary{color:#fff}.ph3d--studynest{background:radial-gradient(60% 55% at 80% 6%, color-mix(in srgb, var(--bdna-emerald) 20%, transparent), transparent 60%), radial-gradient(55% 50% at 5% 98%, color-mix(in srgb, var(--bdna-sapphire) 18%, transparent), transparent 64%), linear-gradient(180deg, #04070d 0%, #060a12 55%, #04070d 100%)}.ph3d--studynest .ph3d__glow--left{background:color-mix(in srgb, var(--bdna-emerald) 40%, transparent);opacity:.5}.ph3d--studynest .ph3d__glow--right{background:color-mix(in srgb, var(--bdna-sapphire) 30%, transparent);opacity:.42}.ph3d--studynest .ph3d__title{text-shadow:0 2px 30px #02060eb3}.ph3d--studynest .ph3d__stage{border-color:color-mix(in srgb, var(--bdna-emerald) 22%, transparent);background:radial-gradient(50% 20% at 50% 80%, color-mix(in srgb, var(--bdna-emerald-glow) 55%, transparent), color-mix(in srgb, var(--bdna-sapphire) 22%, transparent) 45%, transparent 72%), radial-gradient(46% 42% at 50% 40%, color-mix(in srgb, var(--bdna-emerald) 30%, transparent), transparent 72%), radial-gradient(58% 46% at 50% 88%, color-mix(in srgb, var(--bdna-sapphire) 22%, transparent), transparent 74%), radial-gradient(1.5px 1.5px at 22% 28%, #ffffff73, transparent), radial-gradient(1.5px 1.5px at 74% 22%, #ffffff61, transparent), radial-gradient(1.5px 1.5px at 84% 66%, #ffffff4d, transparent), radial-gradient(1.5px 1.5px at 30% 74%, #ffffff47, transparent), radial-gradient(120% 95% at 50% 24%, #0a131d 0%, #05080f 60%, #03050a 100%);min-height:clamp(22rem,50vw,38rem);box-shadow:var(--bdna-shadow), inset 0 1px 0 #ffffff0d, 0 0 60px color-mix(in srgb, var(--bdna-emerald) 14%, transparent)}.ph3d--studynest .ph3d__fallback{transition:opacity .75s var(--bdna-ease);will-change:opacity}.ph3d--studynest .ph3d__fallback--revealing{opacity:0;pointer-events:none}.ph3d--studynest .ph3d__fallback-scrim{background:radial-gradient(55% 45% at 50% 40%, color-mix(in srgb, var(--bdna-emerald) 18%, transparent), transparent 70%), radial-gradient(62% 52% at 50% 100%, color-mix(in srgb, var(--bdna-sapphire) 16%, transparent), transparent 72%), linear-gradient(180deg, #04070d59, #04070dc7), linear-gradient(90deg, #04070d80, transparent 46%)}@media (prefers-reduced-motion:reduce){.ph3d--studynest .ph3d__fallback{transition:opacity .2s linear}}.ph3d--poster-hero .ph3d__fallback{background:linear-gradient(180deg, var(--bdna-bg-lift), var(--bdna-bg))}.ph3d--poster-hero .ph3d__fallback-image{object-fit:cover;object-position:center}.ph3d--real-estate.ph3d--poster-hero .ph3d__stage{min-height:clamp(14rem,34vw,22rem)}.ph3d__preview-launch{justify-items:start;gap:.45rem;display:grid;position:absolute;bottom:1rem;left:1rem;right:1rem}.ph3d__preview-launch-btn{border:1px solid var(--bdna-panel-edge);background:linear-gradient(135deg, var(--bdna-accent), color-mix(in srgb, var(--bdna-accent) 55%, #04100b));color:#04100b;cursor:pointer;min-height:2.75rem;box-shadow:0 0 34px var(--ph3d-accent-glow);transition:transform .2s var(--bdna-ease), box-shadow .2s var(--bdna-ease);border-radius:999px;justify-content:center;align-items:center;padding:.7rem 1.1rem;font-size:.86rem;font-weight:600;display:inline-flex}.ph3d__preview-launch-btn:hover{box-shadow:0 0 60px var(--ph3d-accent-glow);transform:translateY(-2px)}.ph3d__preview-launch-btn:active{transform:translateY(1px)}.ph3d__preview-launch-copy{max-width:28ch;color:var(--bdna-dim2);background:#0a0e178c;border-radius:.65rem;margin:0;padding:.35rem .55rem;font-size:.72rem;line-height:1.45}.ph3d--poisonguard .pg-scanner-overlay{pointer-events:none;position:absolute;inset:0}@media (width<=960px){.ph3d__grid{grid-template-columns:1fr}.ph3d__copy{max-width:none}.ph3d__stage{min-height:clamp(16rem,58vw,22rem)}.ph3d__stats{grid-template-columns:1fr}}@media (width<=640px){.ph3d__actions{flex-direction:column;align-items:stretch}.ph3d__cta{width:100%}.ph3d__fallback-panel{bottom:.75rem;left:.75rem;right:.75rem}}@media (prefers-reduced-motion:reduce){.ph3d__cta,.ph3d__preview-launch-btn{transition:none}.ph3d__cta--primary:hover,.ph3d__cta--secondary:hover,.ph3d__preview-launch-btn:hover{transform:none}}@media (prefers-reduced-transparency:reduce){.ph3d__fallback-panel{-webkit-backdrop-filter:none;backdrop-filter:none;background:var(--bdna-bg-lift)}}.pgr-hero{--pgr-ink:#eaf7ef;--pgr-dim:#90a99b;--pgr-dim-2:#c4dccd;--pgr-emerald:#34d399;--pgr-emerald-lt:#6ee7b7;--pgr-emerald-deep:#10b981;--pgr-mint:#a7f3d0;--pgr-amber:#f59e0b;--pgr-amber-lt:#fbbf24;--pgr-scan:#5eead4;--pgr-font:system-ui, -apple-system, "Segoe UI", Roboto, Inter, Arial, sans-serif;box-sizing:border-box;width:100%;color:var(--pgr-ink);font-family:var(--pgr-font);isolation:isolate;background:radial-gradient(120% 100% at 72% 40%,#08160f 0%,#05100b 52%,#030805 100%);align-items:center;padding:clamp(28px,4vw,64px) clamp(18px,5vw,72px);display:flex;position:relative;overflow:hidden}.pgr-hero .pgr-inner{z-index:2;grid-template-columns:minmax(0,1fr) minmax(0,1.06fr);align-items:center;gap:clamp(28px,4vw,60px);width:100%;max-width:1320px;margin:0 auto;animation:1s ease-out both pgr-fade;display:grid;position:relative}.pgr-hero .pgr-copy{flex-direction:column;gap:22px;min-width:0;display:flex}.pgr-hero .pgr-eyebrow{letter-spacing:.22em;text-transform:uppercase;width:fit-content;color:var(--pgr-emerald-lt);background:#34d39914;border:1px solid #6ee7b752;border-radius:100px;align-items:center;gap:10px;margin:0;padding:7px 14px;font-size:12px;font-weight:600;display:inline-flex}.pgr-hero .pgr-eyebrow__dot{background:var(--pgr-emerald);border-radius:50%;width:8px;height:8px;animation:2.4s ease-in-out infinite pgr-blink;box-shadow:0 0 10px 2px #34d399d9}.pgr-hero .pgr-title{letter-spacing:-.02em;color:#fff;text-shadow:0 2px 40px #030c0899;margin:0;font-size:clamp(32px,4.4vw,58px);font-weight:800;line-height:1.04}.pgr-hero .pgr-title__grad{background:linear-gradient(100deg, var(--pgr-emerald-lt) 0%, var(--pgr-emerald) 55%, var(--pgr-emerald-deep) 100%);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text}.pgr-hero .pgr-lede{max-width:520px;color:var(--pgr-dim);text-wrap:pretty;margin:0;font-size:clamp(15px,1.2vw,18px);line-height:1.7}.pgr-hero .pgr-actions{flex-wrap:wrap;gap:14px;margin-top:4px;display:flex}.pgr-hero .pgr-btn{cursor:pointer;border:1px solid #0000;border-radius:14px;align-items:center;gap:9px;padding:15px 28px;font-size:15.5px;font-weight:600;text-decoration:none;transition:transform .22s,box-shadow .22s,border-color .22s;display:inline-flex}.pgr-hero .pgr-btn--primary{color:#04140c;background:linear-gradient(120deg, var(--pgr-emerald) 0%, #22c58a 55%, var(--pgr-emerald-deep) 100%);box-shadow:0 10px 34px #10b9816b,inset 0 1px #ffffff40}.pgr-hero .pgr-btn--primary:hover{transform:translateY(-2px);box-shadow:0 16px 46px #10b98194}.pgr-hero .pgr-btn--ghost{color:var(--pgr-dim-2);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff08;border-color:#6ec8a052}.pgr-hero .pgr-btn--ghost:hover{color:#fff;border-color:#6ee7b799;transform:translateY(-2px)}.pgr-hero .pgr-benefits{flex-wrap:wrap;gap:22px;margin:10px 0 0;padding:0;list-style:none;display:flex}.pgr-hero .pgr-benefit{letter-spacing:.14em;text-transform:uppercase;color:#bcd8c8;align-items:center;gap:9px;font-size:13px;font-weight:600;display:flex}.pgr-hero .pgr-benefit__dot{background:var(--pgr-emerald);border-radius:50%;width:7px;height:7px;box-shadow:0 0 8px #34d399cc}.pgr-hero .pgr-window{aspect-ratio:1.24;isolation:isolate;-webkit-mask-composite:source-in;background:0 0;width:100%;animation:1.1s ease-out .1s both pgr-fade;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0% 13%,#000 15.5% 92%,#0000 100%),linear-gradient(#0000 0%,#000 11% 86%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0% 13%,#000 15.5% 92%,#0000 100%),linear-gradient(#0000 0%,#000 11% 86%,#0000 100%);-webkit-mask-composite:source-in;mask-composite:intersect}.pgr-hero .pgr-window:after{content:"";pointer-events:none;z-index:2;mix-blend-mode:screen;background:radial-gradient(120% 78% at 55% 90%,#1860402e 0%,#0000 56%);position:absolute;inset:0}.pgr-hero .pgr-scene{--pgr-lx:0px;--pgr-ly:0px;--pgr-cx:0px;--pgr-cy:0px;aspect-ratio:1672/941;height:100%;position:absolute;top:0;right:0}.pgr-hero .pgr-img{object-fit:cover;z-index:0;background-color:#050f0a;width:100%;height:100%;display:block;position:absolute;inset:0}.pgr-hero .pgr-leaf-layer{object-fit:cover;z-index:0;pointer-events:none;transform-origin:65% 61%;will-change:transform;width:100%;height:100%;animation:8.5s ease-in-out infinite pgr-breeze;display:block;position:absolute;inset:0;-webkit-mask-image:radial-gradient(14% 19% at 65% 45%,#000 46%,#0000 80%);mask-image:radial-gradient(14% 19% at 65% 45%,#000 46%,#0000 80%)}.pgr-hero .pgr-particle{z-index:1;background:var(--pgr-emerald-lt);mix-blend-mode:screen;opacity:0;pointer-events:none;border-radius:50%;width:3px;height:3px;animation:linear infinite pgr-drift;position:absolute;box-shadow:0 0 8px 1px}.pgr-hero .pgr-ov{pointer-events:none;mix-blend-mode:screen;z-index:1;position:absolute}.pgr-hero .pgr-ov--radial{aspect-ratio:1;border-radius:50%;transform:translate(-50%,-50%)}.pgr-hero .pgr-ov--shimmer{background:linear-gradient(115deg,#0000 36%,#6ee7b71f 47%,#5eead41a 53%,#0000 64%) 0 0/220% 100%;animation:8s linear infinite pgr-shim;inset:0}.pgr-hero .pgr-ov--emerald{filter:blur(20px);background:radial-gradient(circle,#2ecd9199 0%,#22aa783d 44%,#0000 70%);width:64%;animation:10s ease-in-out infinite pgr-breathe;top:52%;left:64%}.pgr-hero .pgr-ov--emerald-wide{filter:blur(28px);background:radial-gradient(circle,#1e966947 0%,#0000 66%);width:92%;animation:15s ease-in-out 1.5s infinite pgr-breathe;top:46%;left:62%}.pgr-hero .pgr-ov--amber{filter:blur(14px);background:radial-gradient(circle,#f59e0b75 0%,#f59e0b29 45%,#0000 72%);width:50%;animation:4.6s ease-in-out .6s infinite pgr-bloom;top:80%;left:66%}.pgr-hero .pgr-ov--cards{filter:blur(6px);background:radial-gradient(60% 46%,#5adca02e,#0000 70%);width:56%;animation:7s ease-in-out .6s infinite pgr-pulse;top:30%;left:68%}.pgr-hero .pgr-ov--lens{filter:blur(3px);width:15%;transform:translate(calc(-50% + var(--pgr-lx)), calc(-50% + var(--pgr-ly)));background:radial-gradient(circle,#b4ffebf2 0%,#78ffd299 32%,#2ecd9152 55%,#0000 72%);transition:transform .5s ease-out;animation:3.6s ease-in-out infinite pgr-lens;top:18.5%;left:68%}.pgr-hero .pgr-ov--beam{width:7.5%;height:34%;transform:translate(calc(-50% + var(--pgr-lx)), 0);filter:blur(5px);background:linear-gradient(#beffebb3 0%,#78ffd280 34%,#2ecd913d 66%,#0000 100%);border-radius:46% 46% 40% 40%;transition:transform .5s ease-out;animation:3.2s ease-in-out infinite pgr-beam;top:21%;left:67.5%}.pgr-hero .pgr-ov--beam-core{width:2.6%;height:32%;transform:translate(calc(-50% + var(--pgr-lx)), 0);filter:blur(2px);background:linear-gradient(#dcfff5e6 0%,#96ffdc80 45%,#0000 100%);border-radius:50%;transition:transform .5s ease-out;animation:3.2s ease-in-out .2s infinite pgr-beam;top:21%;left:67.5%}.pgr-hero .pgr-ov--spill{filter:blur(7px);background:radial-gradient(60% 70% at 50% 46%,#96ffd766 0%,#2ecd9133 42%,#0000 72%);width:30%;animation:5s ease-in-out .4s infinite pgr-lens;top:52%;left:65.5%}.pgr-hero .pgr-ov--leaf{filter:blur(5px);background:radial-gradient(circle,#50f0aa70,#0000 66%);width:20%;animation:4.4s ease-in-out infinite pgr-pulse;top:50%;left:66%}.pgr-hero .pgr-ov--core{filter:blur(5px);width:26%;transform:translate(calc(-50% + var(--pgr-cx)), calc(-50% + var(--pgr-cy)));background:radial-gradient(circle,#5eead480 0%,#2ec88c47 46%,#0000 70%);transition:transform .6s ease-out;animation:4.2s ease-in-out infinite pgr-core;top:58%;left:66%}.pgr-hero .pgr-ov--ring{aspect-ratio:1;border:2px solid #5eead480;border-radius:50%;width:32%;animation:4.4s ease-out infinite pgr-ringpulse;top:60%;left:66%;transform:translate(-50%,-50%)scale(.42)}.pgr-hero .pgr-ov--ring.pgr-ov--ring-2{border-color:#34d39973;animation-delay:2.2s}.pgr-hero .pgr-ov--base{filter:blur(5px);background:radial-gradient(80% 100% at 55% 60%,#fdc846b3 0%,#f59e0b61 38%,#0000 74%);height:16%;animation:3.2s ease-in-out infinite pgr-bloom;bottom:8%;left:47%;right:12%;transform:none}.pgr-hero .pgr-ov--logo{filter:blur(4px);background:radial-gradient(60% 100%,#6ee7b766 0%,#34d39929 45%,#0000 74%);border-radius:50%;width:16%;height:6%;animation:5.4s ease-in-out .8s infinite pgr-pulse;top:68%;left:65%;transform:translate(-50%,-50%)}.pgr-hero .pgr-ov--card{filter:blur(3px);background:radial-gradient(circle,#5aeba5cc 0%,#34d3994d 44%,#0000 70%);width:5%;animation:3.4s ease-in-out infinite pgr-cardpulse}.pgr-hero .pgr-ov--card.pgr-ov--card-warn{background:radial-gradient(circle,#fbbf24d9 0%,#f59e0b52 44%,#0000 70%)}@keyframes pgr-fade{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}@keyframes pgr-blink{0%,to{opacity:1}50%{opacity:.4}}@keyframes pgr-pulse{0%,to{opacity:.55}50%{opacity:1}}@keyframes pgr-cardpulse{0%,to{opacity:.45}50%{opacity:.95}}@keyframes pgr-breathe{0%,to{opacity:.55;transform:translate(-50%,-50%)scale(1)}50%{opacity:1;transform:translate(-50%,-50%)scale(1.1)}}@keyframes pgr-core{0%,to{opacity:.65;filter:blur(5px)brightness()}50%{opacity:1;filter:blur(5px)brightness(1.4)}}@keyframes pgr-lens{0%,to{opacity:.8;filter:blur(3px)brightness()}50%{opacity:1;filter:blur(3px)brightness(1.45)}}@keyframes pgr-beam{0%,to{opacity:.4}50%{opacity:.85}}@keyframes pgr-ringpulse{0%{opacity:0;transform:translate(-50%,-50%)scale(.42)}12%{opacity:.6}to{opacity:0;transform:translate(-50%,-50%)scale(1.12)}}@keyframes pgr-warn{0%,to{opacity:.5}50%{opacity:1}}@keyframes pgr-shim{0%{background-position:120% 0}to{background-position:-120% 0}}@keyframes pgr-bloom{0%,to{opacity:.5;filter:blur(5px)brightness(.95)}50%{opacity:1;filter:blur(6px)brightness(1.55)}}@keyframes pgr-breeze{0%{transform:rotate(-.7deg)translate(0)scale(1)}25%{transform:rotate(.35deg)translate(.8px,-1.2px)scale(1.004)}50%{transform:rotate(.75deg)translate(-.6px,-.4px)scale(1.006)}75%{transform:rotate(-.15deg)translate(.5px,-1.4px)scale(1.003)}to{transform:rotate(-.7deg)translate(0)scale(1)}}@keyframes pgr-drift{0%{opacity:0;transform:translateY(6px)scale(.7)}20%{opacity:.85}80%{opacity:.6}to{opacity:0;transform:translateY(-34px)scale(1.1)}}@media (width<=980px){.pgr-hero{padding-block:44px}.pgr-hero .pgr-inner{grid-template-columns:1fr;gap:34px}.pgr-hero .pgr-window{order:-1;width:100%;max-width:560px;margin:0 auto}.pgr-hero .pgr-lede{max-width:none}}@media (width<=560px){.pgr-hero .pgr-benefits{gap:16px}.pgr-hero .pgr-btn{flex:auto;justify-content:center}.pgr-hero .pgr-window{aspect-ratio:1.18}}@media (prefers-reduced-motion:reduce){.pgr-hero .pgr-inner,.pgr-hero .pgr-window,.pgr-hero .pgr-ov{animation:none!important}.pgr-hero .pgr-inner,.pgr-hero .pgr-window{opacity:1!important;transform:none!important}.pgr-hero .pgr-ov--lens,.pgr-hero .pgr-ov--core,.pgr-hero .pgr-ov--beam{transition:none!important;transform:translate(-50%,-50%)!important}.pgr-hero .pgr-ov--beam{transform:none!important}.pgr-hero .pgr-ov--ring{display:none}.pgr-hero .pgr-ov--shimmer{opacity:.5}.pgr-hero .pgr-leaf-layer{animation:none!important;transform:none!important}.pgr-hero .pgr-particle{display:none}}.rex-hero{--rex-ink:#eef4ff;--rex-dim:#a6b8d4;--rex-dim-2:#cfe0f7;--rex-cyan:#38bdf8;--rex-cyan-lt:#7dd3fc;--rex-teal:#2dd4bf;--rex-gold:#fbbf24;--rex-hot:#fb7185;--rex-warn:#fbbf24;--rex-good:#34d399;--rex-ink-bg:#050b18;--rex-font:system-ui, -apple-system, "Segoe UI", Roboto, Inter, Arial, sans-serif;box-sizing:border-box;isolation:isolate;background:var(--rex-ink-bg);width:100%;min-height:clamp(560px,90vh,940px);color:var(--rex-ink);font-family:var(--rex-font);align-items:center;display:flex;position:relative;overflow:hidden}.rex-hero .rex-bg{object-fit:cover;object-position:center 42%;z-index:0;background-color:var(--rex-ink-bg);filter:contrast(1.17)saturate(1.32)brightness(1.03);width:100%;height:100%;display:block;position:absolute;inset:0}.rex-hero .rex-bloom{object-fit:cover;object-position:center 42%;z-index:1;pointer-events:none;mix-blend-mode:screen;filter:blur(5px)contrast(1.9)brightness(1.16)saturate(1.7);opacity:.85;will-change:opacity;width:100%;height:100%;animation:9s ease-in-out infinite rex-bloompulse;position:absolute;inset:0}.rex-hero .rex-bloom--wide{filter:blur(17px)contrast(1.75)brightness(1.1)saturate(1.6);opacity:.5;animation:13s ease-in-out 1.4s infinite rex-bloompulse-wide}.rex-hero .rex-clouds{z-index:1;pointer-events:none;mix-blend-mode:screen;opacity:.5;filter:blur(7px);will-change:transform;background:radial-gradient(7% 42% at 8% 42%,#bad0f838,#0000 60%),radial-gradient(9% 50% at 20% 26%,#acc8f22b,#0000 62%),radial-gradient(6% 40% at 33% 48%,#c0d4fa33,#0000 60%),radial-gradient(8% 46% at 44% 30%,#b2caf626,#0000 62%),radial-gradient(7% 42% at 58% 42%,#bad0f838,#0000 60%),radial-gradient(9% 50% at 70% 26%,#acc8f22b,#0000 62%),radial-gradient(6% 40% at 83% 48%,#c0d4fa33,#0000 60%),radial-gradient(8% 46% at 94% 30%,#b2caf626,#0000 62%);width:200%;height:44%;animation:120s linear infinite rex-clouddrift;position:absolute;top:0;left:0;-webkit-mask-image:linear-gradient(#0000 0%,#000 24% 60%,#0000 100%);mask-image:linear-gradient(#0000 0%,#000 24% 60%,#0000 100%)}.rex-hero .rex-clouds--2{opacity:.32;filter:blur(11px);height:36%;animation:190s linear infinite reverse rex-clouddrift}.rex-hero .rex-warm{pointer-events:none;mix-blend-mode:screen;z-index:1;filter:blur(9px);will-change:opacity;border-radius:50%;animation:8s ease-in-out infinite rex-warmpulse;position:absolute;transform:translate(-50%,-50%)}.rex-hero .rex-warm--l1{background:radial-gradient(60% 55%,#ff8e348c 0%,#ff602c33 45%,#0000 74%);width:30%;height:15%;top:57%;left:27%}.rex-hero .rex-warm--l2{background:radial-gradient(58% 58%,#ffa04280 0%,#ff6e302e 46%,#0000 74%);width:22%;height:20%;top:76%;left:9%}.rex-hero .rex-warm--lwater{background:radial-gradient(46% 74% at 50% 42%,#ff964670 0%,#ff783c29 46%,#0000 76%);width:12%;height:20%;top:66%;left:41%}.rex-hero .rex-warm--r1{background:radial-gradient(60% 55%,#ff783c80 0%,#ff963c33 45%,#0000 74%);width:24%;height:15%;animation-delay:-4s;top:60%;left:86%}.rex-hero .rex-warm--r2{background:radial-gradient(60% 55%,#ffb85475 0%,#ff8c3c29 46%,#0000 74%);width:18%;height:16%;animation-delay:-4s;top:49%;left:93%}.rex-hero .rex-warm--rwater{background:radial-gradient(46% 74% at 50% 42%,#ff96466b 0%,#ff783c26 46%,#0000 76%);width:12%;height:18%;animation-delay:-4s;top:72%;left:80%}.rex-hero .rex-warm--c1{background:radial-gradient(60% 55%,#ffbe5866 0%,#f59e2826 46%,#0000 74%);width:30%;height:13%;animation-delay:-2s;top:46%;left:60%}.rex-hero .rex-warm--cwater{background:radial-gradient(60% 60% at 50% 45%,#ff964257 0%,#ff78371f 48%,#0000 76%);width:40%;height:16%;animation-delay:-2s;top:80%;left:55%}.rex-hero .rex-ov{pointer-events:none;mix-blend-mode:screen;z-index:1;border-radius:50%;position:absolute}.rex-hero .rex-ov--moon{aspect-ratio:1;filter:blur(4px);background:radial-gradient(circle,#f0f8ffe6 0%,#c8e0ff6b 24%,#96beff29 46%,#0000 66%);width:17%;animation:9s ease-in-out infinite rex-breathe;top:13%;left:80%;transform:translate(-50%,-50%)}.rex-hero .rex-ov--moon-core{aspect-ratio:1;filter:blur(2px);background:radial-gradient(circle,#fffffffa 0%,#e6f2ff8c 42%,#0000 70%);width:7%;animation:7s ease-in-out infinite rex-breathe;top:13%;left:80%;transform:translate(-50%,-50%)}.rex-hero .rex-ov--water{filter:blur(9px);background:radial-gradient(56% 72% at 50% 40%,#bee0ff99 0%,#5fa5f547 40%,#0000 72%);border-radius:50%;width:34%;height:28%;animation:10s ease-in-out 1.2s infinite rex-breathe;top:62%;left:58%;transform:translate(-50%,-50%)}.rex-hero .rex-ov--skyline{filter:blur(8px);background:radial-gradient(60% 60%,#82c3ff57 0%,#5a96eb24 46%,#0000 74%);border-radius:50%;width:30%;height:22%;animation:8s ease-in-out .6s infinite rex-pulse;top:36%;left:55%;transform:translate(-50%,-50%)}.rex-hero .rex-ov--gold{filter:blur(9px);background:radial-gradient(60% 60%,#ffc45c4d 0%,#f59e0b21 46%,#0000 74%);border-radius:50%;width:34%;height:16%;animation:9s ease-in-out 1.4s infinite rex-pulse;top:47%;left:62%;transform:translate(-50%,-50%)}.rex-hero .rex-ov--bridge{filter:blur(7px);background:radial-gradient(60% 50%,#fbbf244d 0%,#78c8ff29 45%,#0000 72%);border-radius:50%;width:22%;height:16%;animation:6.5s ease-in-out infinite rex-pulse;top:61%;left:85%;transform:translate(-50%,-50%)}.rex-hero .rex-ov--trail{filter:blur(10px);background:radial-gradient(60% 60%,#ff823766 0%,#fb923c2e 44%,#0000 74%);border-radius:50%;width:64%;height:24%;animation:7.5s ease-in-out .8s infinite rex-pulse;top:84%;left:46%;transform:translate(-50%,-50%)}.rex-hero .rex-ov--trail:after{content:"";filter:blur(8px);background:radial-gradient(60% 60%,#ff964647 0%,#0000 70%);border-radius:50%;width:46%;height:60%;position:absolute;top:-34%;left:6%}.rex-hero .rex-ov--shimmer{filter:blur(1px);background:linear-gradient(100deg,#0000 40%,#96d2ff1a 48%,#78ebdc14 53%,#0000 61%) 0 0/240% 100%;border-radius:0;height:26%;animation:11s linear infinite rex-shim;top:30%;left:0;right:0;transform:none}.rex-hero .rex-grid{z-index:1;pointer-events:none;mix-blend-mode:screen;opacity:.5;background-image:repeating-linear-gradient(90deg,#5ac8ff1a 0 1px,#0000 1px 68px),repeating-linear-gradient(0deg,#5ac8ff14 0 1px,#0000 1px 58px);height:58%;animation:26s linear infinite rex-griddrift;position:absolute;bottom:0;left:0;right:0;-webkit-mask-image:linear-gradient(#0000 0%,#000 55% 100%);mask-image:linear-gradient(#0000 0%,#000 55% 100%)}.rex-hero .rex-scrim{z-index:2;pointer-events:none;background:linear-gradient(90deg,#040916e6 0%,#040916b8 26%,#04091657 50%,#0409160d 72%,#0000 88%),linear-gradient(#0000 66%,#04091699 100%);position:absolute;inset:0}.rex-hero .rex-vignette{z-index:2;pointer-events:none;background:radial-gradient(130% 120% at 54% 40%,#0000 46%,#01040c6b 80%,#01040cbd 100%);position:absolute;inset:0}.rex-hero .rex-arc{z-index:3;aspect-ratio:1;pointer-events:none;mix-blend-mode:screen;opacity:0;border:1px solid #7dd3fc66;border-radius:50%;width:26%;animation:7s ease-out infinite rex-arc;position:absolute;top:34%;left:54%;transform:translate(-50%,-50%)scale(.35)}.rex-hero .rex-arc--2{border-color:#2dd4bf5c;animation-delay:3.5s}.rex-hero .rex-node{z-index:3;background:var(--rex-cyan-lt);pointer-events:none;mix-blend-mode:screen;border-radius:50%;width:9px;height:9px;animation:3.6s ease-out infinite rex-node;position:absolute;transform:translate(-50%,-50%);box-shadow:0 0 #38bdf880,0 0 10px 2px #38bdf8cc}.rex-hero .rex-inner{z-index:4;box-sizing:border-box;width:100%;max-width:1320px;margin:0 auto;padding:clamp(28px,5vw,72px) clamp(20px,6vw,88px);animation:1s ease-out both rex-fade;position:relative}.rex-hero .rex-copy{flex-direction:column;gap:22px;max-width:620px;display:flex}.rex-hero .rex-eyebrow{letter-spacing:.2em;text-transform:uppercase;width:fit-content;color:var(--rex-cyan-lt);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#38bdf81a;border:1px solid #7dd3fc5c;border-radius:100px;align-items:center;gap:10px;margin:0;padding:7px 15px;font-size:12px;font-weight:600;display:inline-flex}.rex-hero .rex-eyebrow__dot{background:var(--rex-cyan);border-radius:50%;width:8px;height:8px;animation:2.6s ease-in-out infinite rex-blink;box-shadow:0 0 10px 2px #38bdf8d9}.rex-hero .rex-title{letter-spacing:-.02em;color:#fff;text-shadow:0 4px 40px #030916b3;margin:0;font-size:clamp(34px,5vw,62px);font-weight:800;line-height:1.04}.rex-hero .rex-lede{max-width:540px;color:var(--rex-dim-2);text-wrap:pretty;text-shadow:0 2px 18px #030916b3;margin:0;font-size:clamp(15px,1.25vw,18.5px);line-height:1.7}.rex-hero .rex-actions{flex-wrap:wrap;gap:14px;margin-top:4px;display:flex}.rex-hero .rex-btn{cursor:pointer;border:1px solid #0000;border-radius:13px;align-items:center;gap:9px;padding:15px 28px;font-size:15.5px;font-weight:600;text-decoration:none;transition:transform .22s,box-shadow .22s,border-color .22s;display:inline-flex}.rex-hero .rex-btn--primary{color:#04121f;background:linear-gradient(120deg, var(--rex-cyan-lt) 0%, var(--rex-cyan) 52%, #0ea5e9 100%);box-shadow:0 10px 34px #0ea5e973,inset 0 1px #ffffff4d}.rex-hero .rex-btn--primary:hover{transform:translateY(-2px);box-shadow:0 16px 46px #0ea5e999}.rex-hero .rex-btn--ghost{color:var(--rex-dim-2);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff0d;border-color:#96c8f059}.rex-hero .rex-btn--ghost:hover{color:#fff;border-color:#7dd3fca6;transform:translateY(-2px)}.rex-hero .rex-proof{flex-wrap:wrap;gap:22px;margin:10px 0 0;padding:0;list-style:none;display:flex}.rex-hero .rex-proof__item{letter-spacing:.1em;text-transform:uppercase;color:#c3d6f0;align-items:center;gap:9px;font-size:13px;font-weight:600;display:flex}.rex-hero .rex-proof__dot{background:var(--rex-teal);border-radius:50%;width:7px;height:7px;box-shadow:0 0 8px #2dd4bfd9}.rex-hero .rex-cards{z-index:4;flex-direction:column;gap:12px;width:min(230px,42vw);display:flex;position:absolute;bottom:clamp(26px,5vh,60px);right:clamp(18px,3.5vw,54px)}.rex-hero .rex-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:linear-gradient(135deg,#0a162cb8,#060e1e9e);border:1px solid #7dbef538;border-radius:14px;justify-content:space-between;align-items:center;gap:12px;padding:13px 16px;animation:.9s ease-out both rex-cardin,6s ease-in-out infinite rex-cardglow;display:flex;box-shadow:0 10px 30px #02081473}.rex-hero .rex-card__label{letter-spacing:.03em;color:var(--rex-dim);font-size:12px;font-weight:500}.rex-hero .rex-card__value{letter-spacing:.01em;font-size:16px;font-weight:800}.rex-hero .rex-card--good .rex-card__value{color:var(--rex-good)}.rex-hero .rex-card--hot .rex-card__value{color:var(--rex-hot)}.rex-hero .rex-card--warn .rex-card__value{color:var(--rex-warn)}.rex-hero .rex-card--good{border-left:2px solid var(--rex-good)}.rex-hero .rex-card--hot{border-left:2px solid var(--rex-hot)}.rex-hero .rex-card--warn{border-left:2px solid var(--rex-warn)}@keyframes rex-fade{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}@keyframes rex-bloompulse{0%,to{opacity:.52}50%{opacity:.74}}@keyframes rex-bloompulse-wide{0%,to{opacity:.32}50%{opacity:.5}}@keyframes rex-clouddrift{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes rex-warmpulse{0%,to{opacity:.4}50%{opacity:.96}}@keyframes rex-blink{0%,to{opacity:1}50%{opacity:.4}}@keyframes rex-breathe{0%,to{opacity:.62;filter:blur(6px)brightness()}50%{opacity:1;filter:blur(6px)brightness(1.28)}}@keyframes rex-pulse{0%,to{opacity:.5}50%{opacity:.95}}@keyframes rex-shim{0%{background-position:130% 0}to{background-position:-130% 0}}@keyframes rex-griddrift{0%{background-position:0 0,0 0}to{background-position:68px 0,0 58px}}@keyframes rex-arc{0%{opacity:0;transform:translate(-50%,-50%)scale(.35)}12%{opacity:.55}to{opacity:0;transform:translate(-50%,-50%)scale(1.15)}}@keyframes rex-node{0%{opacity:1;box-shadow:0 0 #38bdf880,0 0 10px 2px #38bdf8d9}70%{opacity:.85;box-shadow:0 0 0 12px #38bdf800,0 0 10px 2px #38bdf880}to{opacity:1;box-shadow:0 0 #38bdf800,0 0 10px 2px #38bdf8d9}}@keyframes rex-cardin{0%{opacity:0;transform:translateY(14px)scale(.98)}to{opacity:1;transform:none}}@keyframes rex-cardglow{0%,to{box-shadow:0 10px 30px #02081473}50%{box-shadow:0 12px 38px #02081480,0 0 22px #38bdf829}}@media (width<=900px){.rex-hero{min-height:clamp(520px,82vh,760px)}.rex-hero .rex-bg,.rex-hero .rex-bloom{object-position:62% 42%}.rex-hero .rex-bloom--wide{display:none}.rex-hero .rex-bloom{filter:blur(5px)contrast(1.85)brightness(1.14)saturate(1.65)}.rex-hero .rex-scrim{background:linear-gradient(#040916b8 0%,#0409166b 40%,#040916a8 100%),linear-gradient(90deg,#040916b3 0%,#04091633 60%,#0000 100%)}.rex-hero .rex-copy{max-width:100%}.rex-hero .rex-cards{flex-flow:wrap;gap:10px;width:auto;max-width:min(520px,88vw);bottom:clamp(20px,4vh,40px);left:clamp(20px,6vw,88px);right:auto}.rex-hero .rex-card{flex:0 auto;padding:10px 13px}}@media (width<=560px){.rex-hero{align-items:flex-start;min-height:88vh}.rex-hero .rex-inner{padding-top:clamp(40px,12vh,96px)}.rex-hero .rex-btn{flex:auto;justify-content:center}.rex-hero .rex-proof{gap:14px}.rex-hero .rex-card:nth-child(n+3){display:none}}@media (prefers-reduced-motion:reduce){.rex-hero .rex-ov,.rex-hero .rex-grid,.rex-hero .rex-node,.rex-hero .rex-bloom,.rex-hero .rex-clouds,.rex-hero .rex-warm,.rex-hero .rex-eyebrow__dot,.rex-hero .rex-inner,.rex-hero .rex-card{animation:none!important}.rex-hero .rex-arc{display:none}.rex-hero .rex-inner,.rex-hero .rex-card{opacity:1!important;transform:none!important}.rex-hero .rex-bloom{opacity:.58!important}.rex-hero .rex-bloom--wide{opacity:.4!important}.rex-hero .rex-warm{opacity:.66!important}.rex-hero .rex-clouds{transform:none!important}.rex-hero .rex-ov--shimmer{opacity:.4}}.re-conv{background-color:var(--color-surface)}.re-conv-inner{max-width:1100px;margin:0 auto}.re-conv-uses{grid-template-columns:repeat(2,1fr);gap:20px;margin-top:40px;display:grid}.re-conv-use{background-color:var(--color-bg);border:1px solid var(--color-border);border-radius:18px;padding:28px}.re-conv-use__role{letter-spacing:2px;text-transform:uppercase;color:var(--color-accent);margin-bottom:12px;font-size:.72rem;font-weight:900;display:inline-block}.re-conv-use h3{color:#0f172a;margin-bottom:12px;font-size:1.25rem;line-height:1.25}.re-conv-use ul{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.re-conv-use li{color:var(--color-text-secondary);padding-left:22px;font-size:.95rem;line-height:1.5;position:relative}.re-conv-use li:before{content:"";background-color:var(--color-accent);border-radius:999px;width:8px;height:8px;position:absolute;top:8px;left:0}.re-conv-templates{grid-template-columns:repeat(2,1fr);gap:20px;margin-top:24px;display:grid}.re-conv-card{background-color:var(--color-bg);border:1px solid var(--color-border);border-radius:18px;flex-direction:column;padding:26px;display:flex}.re-conv-card__tag{letter-spacing:1.5px;text-transform:uppercase;color:var(--color-accent);background-color:#0f7a5a1a;border-radius:999px;align-self:flex-start;margin-bottom:14px;padding:5px 12px;font-size:.7rem;font-weight:900;display:inline-block}.re-conv-card h3{color:#0f172a;margin-bottom:10px;font-size:1.15rem;line-height:1.3}.re-conv-card p{color:var(--color-text-secondary);flex-grow:1;margin-bottom:20px;font-size:.95rem;line-height:1.6}.re-conv-card__link{background:var(--color-accent);color:#fff;border-radius:14px;align-self:flex-start;padding:12px 22px;font-size:.9rem;font-weight:900;text-decoration:none;transition:transform .15s;display:inline-block}.re-conv-card__link:hover{transform:translateY(-2px)}.re-conv-actions{flex-wrap:wrap;justify-content:center;gap:14px;margin-top:34px;display:flex}.re-conv-btn{border-radius:14px;padding:14px 26px;font-size:.95rem;font-weight:900;text-decoration:none;transition:transform .15s;display:inline-block}.re-conv-btn--primary{color:#fff;background:var(--color-accent)}.re-conv-btn--ghost{color:var(--color-text);background-color:var(--color-bg);border:1px solid var(--color-border)}.re-conv-btn:hover{transform:translateY(-2px)}@media (width<=720px){.re-conv-uses,.re-conv-templates{grid-template-columns:1fr}.re-conv-actions{flex-direction:column}.re-conv-btn{text-align:center}}.tmxr-hero{--tmxr-ink:#eef2ff;--tmxr-dim:#93a4bf;--tmxr-dim-2:#c3d0e6;--tmxr-blue:#3b82f6;--tmxr-blue-lt:#60a5fa;--tmxr-cyan:#7df3ff;--tmxr-purple:#8b5cf6;--tmxr-purple-lt:#a78bfa;--tmxr-magenta:#d946ef;--tmxr-ok:#34d399;--tmxr-font:system-ui, -apple-system, "Segoe UI", Roboto, Inter, Arial, sans-serif;box-sizing:border-box;width:100%;color:var(--tmxr-ink);font-family:var(--tmxr-font);isolation:isolate;background:radial-gradient(120% 100% at 75% 30%,#0b1326 0%,#070b18 52%,#04060e 100%);align-items:center;padding:clamp(28px,4vw,64px) clamp(18px,5vw,72px);display:flex;position:relative;overflow:hidden}.tmxr-hero .tmxr-inner{z-index:2;grid-template-columns:minmax(0,1fr) minmax(0,1.06fr);align-items:center;gap:clamp(28px,4vw,60px);width:100%;max-width:1320px;margin:0 auto;animation:1s ease-out both tmxr-fade;display:grid;position:relative}.tmxr-hero .tmxr-copy{flex-direction:column;gap:22px;min-width:0;display:flex}.tmxr-hero .tmxr-eyebrow{letter-spacing:.22em;text-transform:uppercase;width:fit-content;color:var(--tmxr-cyan);background:#3b82f614;border:1px solid #60a5fa4d;border-radius:100px;align-items:center;gap:10px;margin:0;padding:7px 14px;font-size:12px;font-weight:600;display:inline-flex}.tmxr-hero .tmxr-eyebrow__dot{background:var(--tmxr-ok);border-radius:50%;width:8px;height:8px;animation:2.4s ease-in-out infinite tmxr-blink;box-shadow:0 0 10px 2px #34d399cc}.tmxr-hero .tmxr-title{letter-spacing:-.02em;color:#fff;text-shadow:0 2px 40px #060c1e99;margin:0;font-size:clamp(32px,4.4vw,58px);font-weight:800;line-height:1.05}.tmxr-hero .tmxr-title__grad{background:linear-gradient(100deg, var(--tmxr-cyan) 0%, var(--tmxr-blue-lt) 40%, var(--tmxr-purple-lt) 100%);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text}.tmxr-hero .tmxr-lede{max-width:520px;color:var(--tmxr-dim);text-wrap:pretty;margin:0;font-size:clamp(15px,1.2vw,18px);line-height:1.7}.tmxr-hero .tmxr-actions{flex-wrap:wrap;gap:14px;margin-top:4px;display:flex}.tmxr-hero .tmxr-btn{cursor:pointer;border:1px solid #0000;border-radius:14px;align-items:center;gap:9px;padding:15px 26px;font-size:15.5px;font-weight:600;text-decoration:none;transition:transform .22s,box-shadow .22s,border-color .22s;display:inline-flex}.tmxr-hero .tmxr-btn__arrow{width:16px;height:16px;transition:transform .22s}.tmxr-hero .tmxr-btn--primary{color:#fff;background:linear-gradient(120deg, var(--tmxr-blue) 0%, #6d4bf0 55%, var(--tmxr-purple) 100%);box-shadow:0 10px 34px #505af073,inset 0 1px #ffffff38}.tmxr-hero .tmxr-btn--primary:hover{transform:translateY(-2px);box-shadow:0 16px 46px #605afa99}.tmxr-hero .tmxr-btn--primary:hover .tmxr-btn__arrow{transform:translate(3px)}.tmxr-hero .tmxr-btn--ghost{color:var(--tmxr-dim-2);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff08;border-color:#7896c84d}.tmxr-hero .tmxr-btn--ghost:hover{color:#fff;border-color:#60a5fa99;transform:translateY(-2px)}.tmxr-hero .tmxr-benefits{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;max-width:540px;margin:12px 0 0;padding:0;list-style:none;display:grid}.tmxr-hero .tmxr-benefit{flex-direction:column;align-items:flex-start;gap:8px;display:flex}.tmxr-hero .tmxr-benefit__ico{width:40px;height:40px;color:var(--tmxr-cyan);background:linear-gradient(160deg,#3b82f629,#8b5cf624);border:1px solid #78a0f040;border-radius:11px;place-items:center;display:grid;box-shadow:inset 0 0 14px #3b82f629}.tmxr-hero .tmxr-benefit__ico svg{width:20px;height:20px}.tmxr-hero .tmxr-benefit__label{color:#c9d6ea;font-size:13px;font-weight:500;line-height:1.3}.tmxr-hero .tmxr-window{aspect-ratio:1.2;isolation:isolate;background:radial-gradient(120% 120% at 60% 30%,#0c1732 0%,#070d1c 60%,#050a16 100%);border-radius:clamp(10px,1.2vw,18px);width:100%;animation:1.1s ease-out .1s both tmxr-fade;position:relative;overflow:hidden;box-shadow:0 26px 80px #00000080}.tmxr-hero .tmxr-scene{--tmxr-ex:0px;--tmxr-ey:0px;--tmxr-px:0px;--tmxr-py:0px;aspect-ratio:1672/941;height:100%;position:absolute;top:0;right:0}.tmxr-hero .tmxr-img{object-fit:cover;z-index:0;background-color:#060b18;width:100%;height:100%;display:block;position:absolute;inset:0}.tmxr-hero .tmxr-window:after{content:"";pointer-events:none;z-index:2;background:linear-gradient(90deg,#070b18 0%,#070b188c 3.5%,#0000 10%);position:absolute;inset:0}.tmxr-hero .tmxr-ov{pointer-events:none;mix-blend-mode:screen;z-index:1;position:absolute}.tmxr-hero .tmxr-ov--radial{aspect-ratio:1;border-radius:50%;transform:translate(-50%,-50%)}.tmxr-hero .tmxr-ov--shimmer{background:linear-gradient(115deg,#0000 36%,#96c8ff24 47%,#b48cff1f 53%,#0000 64%) 0 0/220% 100%;animation:8s linear infinite tmxr-shim;inset:0}.tmxr-hero .tmxr-ov--blue{filter:blur(12px);background:radial-gradient(circle,#50a5ff9e,#0000 66%);width:42%;animation:9s ease-in-out infinite tmxr-breathe;top:16%;left:76%}.tmxr-hero .tmxr-ov--purple{filter:blur(14px);background:radial-gradient(circle,#a564ff8c,#0000 68%);width:50%;animation:11s ease-in-out 1.4s infinite tmxr-breathe;top:60%;left:66%}.tmxr-hero .tmxr-ov--cards{filter:blur(6px);background:radial-gradient(60% 44%,#64c8ff38,#0000 70%);width:52%;animation:7s ease-in-out .6s infinite tmxr-pulse;top:22%;left:66%}.tmxr-hero .tmxr-ov--orb{filter:blur(5px);width:25%;transform:translate(calc(-50% + var(--tmxr-px)), calc(-50% + var(--tmxr-py)));background:radial-gradient(circle,#64d7ff8c 0%,#8c6eff4d 46%,#0000 70%);transition:transform .6s ease-out;animation:4.2s ease-in-out infinite tmxr-core;top:42%;left:68.5%}.tmxr-hero .tmxr-ov--eyes{filter:blur(1.5px);width:9%;transform:translate(calc(-50% + var(--tmxr-ex)), calc(-50% + var(--tmxr-ey)));background:radial-gradient(62% 42%,#b4fcff,#78dcff8c 42%,#0000 70%);transition:transform .45s ease-out;animation:4.4s ease-in-out infinite tmxr-eye;top:40.5%;left:68.5%}.tmxr-hero .tmxr-ov--pulse{aspect-ratio:1;border:2px solid #82cdff80;border-radius:50%;width:30%;animation:4.4s ease-out infinite tmxr-ring;top:42%;left:68.5%;transform:translate(-50%,-50%)scale(.42)}.tmxr-hero .tmxr-ov--pulse.tmxr-ov--pulse-2{border-color:#a082ff73;animation-delay:2.2s}.tmxr-hero .tmxr-ov--card{filter:blur(3px);background:radial-gradient(circle,#6edcffd9 0%,#82a0ff52 44%,#0000 70%);width:5%;animation:3.4s ease-in-out infinite tmxr-cardpulse}.tmxr-hero .tmxr-ov--laptop{filter:blur(5px);background:radial-gradient(circle,#50d2ff5c,#0000 66%);width:17%;animation:5.5s ease-in-out infinite tmxr-pulse;top:62%;left:44%}.tmxr-hero .tmxr-ov--phone{filter:blur(4px);background:radial-gradient(circle,#50d2ff61,#0000 64%);width:11%;animation:6.5s ease-in-out .8s infinite tmxr-pulse;top:66%;left:80.5%}.tmxr-hero .tmxr-ov--desk{filter:blur(6px);background:radial-gradient(80% 100% at 57% 100%,#d670ffb8 0%,#a058ff66 38%,#0000 72%);height:20%;animation:4.4s ease-in-out infinite tmxr-desk;bottom:1%;left:2%;right:0}.tmxr-hero .tmxr-ov--desk:after{content:"";filter:blur(.6px);background:linear-gradient(90deg,#0000,#e68cffd9 45%,#d946efe6 70%,#0000);border-radius:2px;height:2px;animation:4.4s ease-in-out infinite tmxr-desk;position:absolute;bottom:12%;left:4%;right:3%}@keyframes tmxr-fade{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}@keyframes tmxr-blink{0%,to{opacity:1}50%{opacity:.4}}@keyframes tmxr-pulse{0%,to{opacity:.55}50%{opacity:1}}@keyframes tmxr-cardpulse{0%,to{opacity:.45}50%{opacity:.95}}@keyframes tmxr-breathe{0%,to{opacity:.55;transform:translate(-50%,-50%)scale(1)}50%{opacity:1;transform:translate(-50%,-50%)scale(1.1)}}@keyframes tmxr-core{0%,to{opacity:.65;filter:blur(5px)brightness()}50%{opacity:1;filter:blur(5px)brightness(1.4)}}@keyframes tmxr-eye{0%,to{opacity:.92}42%{opacity:1}47%{opacity:.3}52%{opacity:1}}@keyframes tmxr-ring{0%{opacity:0;transform:translate(-50%,-50%)scale(.42)}12%{opacity:.6}to{opacity:0;transform:translate(-50%,-50%)scale(1.15)}}@keyframes tmxr-desk{0%,to{opacity:.62}50%{opacity:1}}@keyframes tmxr-shim{0%{background-position:120% 0}to{background-position:-120% 0}}@media (width<=980px){.tmxr-hero{padding-block:44px}.tmxr-hero .tmxr-inner{grid-template-columns:1fr;gap:34px}.tmxr-hero .tmxr-window{order:-1;width:100%;max-width:560px;margin:0 auto}.tmxr-hero .tmxr-lede{max-width:none}}@media (width<=560px){.tmxr-hero .tmxr-benefits{grid-template-columns:repeat(2,1fr);gap:18px}.tmxr-hero .tmxr-btn{flex:auto;justify-content:center}.tmxr-hero .tmxr-window{aspect-ratio:1.08}}@media (prefers-reduced-motion:reduce){.tmxr-hero .tmxr-inner,.tmxr-hero .tmxr-window,.tmxr-hero .tmxr-ov,.tmxr-hero .tmxr-ov--desk:after{animation:none!important}.tmxr-hero .tmxr-inner,.tmxr-hero .tmxr-window{opacity:1!important;transform:none!important}.tmxr-hero .tmxr-ov--eyes,.tmxr-hero .tmxr-ov--orb{transition:none!important;transform:translate(-50%,-50%)!important}.tmxr-hero .tmxr-ov--pulse{display:none}.tmxr-hero .tmxr-ov--shimmer{opacity:.5}}.tmf-card .feature-photo-wrap{border-bottom:1px solid #60a5fa33;place-items:center;display:grid;position:relative;background:radial-gradient(120% 130% at 28% 18%,#14264f 0%,#0a1428 55%,#050a16 100%)!important}.tmf-card .tmf-grid{opacity:.7;background-image:linear-gradient(#60a5fa1c 1px,#0000 1px),linear-gradient(90deg,#60a5fa1c 1px,#0000 1px);background-size:26px 26px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(120% 100% at 50% 42%,#000 0%,#0000 78%);mask-image:radial-gradient(120% 100% at 50% 42%,#000 0%,#0000 78%)}.tmf-card .tmf-glow{filter:blur(16px);background:radial-gradient(circle,#3b82f680 0%,#8b5cf64d 45%,#0000 70%);border-radius:50%;width:160px;height:160px;animation:5s ease-in-out infinite tmf-pulse;position:absolute}.tmf-card .tmf-icon{color:#7df3ff;background:linear-gradient(160deg,#3b82f633,#8b5cf629);border:1px solid #7dafff61;border-radius:17px;place-items:center;width:60px;height:60px;display:grid;position:relative;box-shadow:0 0 26px #3b82f666,inset 0 0 16px #3b82f633}.tmf-card .tmf-icon svg{filter:drop-shadow(0 0 6px #7df3ff8c);width:30px;height:30px}.tmf-card .tmf-corner{border:1px solid #7dafff66;width:16px;height:16px;position:absolute}.tmf-card .tmf-corner--tl{border-bottom:0;border-right:0;top:12px;left:12px}.tmf-card .tmf-corner--br{border-top:0;border-left:0;bottom:12px;right:12px}@keyframes tmf-pulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.08)}}@media (prefers-reduced-motion:reduce){.tmf-card .tmf-glow{animation:none}}.kiddo-hero{--kh-emerald:#16e29a;--kh-cyan:#22d3ee;--kh-lavender:#a78bfa;--kh-gold:#fbbf24;--kh-ink:#f2f7fb;--kh-dim:#c4cee0e6;--kh-font:system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;--kh-ease:cubic-bezier(.22, 1, .36, 1);min-height:760px;font-family:var(--kh-font);isolation:isolate;background:radial-gradient(1200px 720px at 72% 42%,#0c1526 0%,#080d1a 46%,#05070f 100%);align-items:center;display:flex;position:relative;overflow:hidden}@keyframes kh-fade-up{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}@keyframes kh-scene-in{0%{opacity:0;transform:translateY(40px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes kh-card-bob{0%,to{transform:translateY(0)}50%{transform:translateY(-11px)}}@keyframes kh-star-drift{0%{opacity:0;transform:translate(0,0)}14%{opacity:.9}86%{opacity:.7}to{opacity:0;transform:translate(10px,-96px)}}@keyframes kh-shield-pulse{0%,to{opacity:.5;transform:translate(-50%,-50%)scale(1)}50%{opacity:.85;transform:translate(-50%,-50%)scale(1.04)}}@keyframes kh-ring-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes kh-platform-pulse{0%,to{opacity:.65}50%{opacity:1}}.kiddo-hero .kh-bg{pointer-events:none;position:absolute;inset:0}.kiddo-hero .kh-glow{border-radius:50%;position:absolute}.kiddo-hero .kh-glow--emerald{background:radial-gradient(circle,#16e29a29 0%,#16e29a00 62%);width:560px;height:560px;top:6%;right:10%}.kiddo-hero .kh-glow--cyan{background:radial-gradient(circle,#22d3ee24 0%,#22d3ee00 60%);width:620px;height:480px;bottom:-12%;right:24%}.kiddo-hero .kh-glow--lavender{background:radial-gradient(circle,#a78bfa1f 0%,#a78bfa00 62%);width:520px;height:520px;top:-16%;left:-4%}.kiddo-hero .kh-glow--warm{background:radial-gradient(circle,#fbbf241f 0%,#c4a5ff1a 40%,#c4a5ff00 68%);width:500px;height:500px;animation:6s ease-in-out infinite kh-platform-pulse;top:20%;right:16%}.kiddo-hero .kh-grid{background-image:linear-gradient(#78b4ff08 1px,#0000 1px),linear-gradient(90deg,#78b4ff08 1px,#0000 1px);background-size:56px 56px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(720px 520px at 70% 46%,#000000e6,#0000 78%);mask-image:radial-gradient(720px 520px at 70% 46%,#000000e6,#0000 78%)}.kiddo-hero .kh-stars{position:absolute;inset:0}.kiddo-hero .kh-star{opacity:0;border-radius:50%;animation-name:kh-star-drift;animation-timing-function:linear;animation-iteration-count:infinite;position:absolute}.kiddo-hero .kh-inner{grid-template-columns:repeat(auto-fit,minmax(min(100%,400px),1fr));align-items:center;gap:clamp(32px,5vw,68px);width:100%;max-width:1320px;margin:0 auto;padding:clamp(60px,8vw,104px) clamp(24px,5vw,64px);display:grid;position:relative}.kiddo-hero .kh-copy{z-index:3;flex-direction:column;gap:22px;max-width:620px;display:flex;position:relative}.kiddo-hero .kh-copy>*{opacity:0;animation:kh-fade-up 1s var(--kh-ease) forwards}.kiddo-hero .kh-copy>:first-child{animation-delay:.15s}.kiddo-hero .kh-copy>:nth-child(2){animation-delay:.3s}.kiddo-hero .kh-copy>:nth-child(3){animation-delay:.5s}.kiddo-hero .kh-copy>:nth-child(4){animation-delay:.75s}.kiddo-hero .kh-eyebrow{align-items:center;gap:10px;display:flex}.kiddo-hero .kh-eyebrow__dot{background:var(--kh-emerald);border-radius:50%;width:7px;height:7px;box-shadow:0 0 12px 2px #16e29ab3}.kiddo-hero .kh-eyebrow__text{letter-spacing:.22em;text-transform:uppercase;color:#b4c4dcd9;font-size:13px;font-weight:600}.kiddo-hero .kh-title{letter-spacing:-.02em;color:var(--kh-ink);text-wrap:balance;margin:0;font-size:clamp(36px,4.6vw,62px);font-weight:700;line-height:1.08}.kiddo-hero .kh-title__accent{background:linear-gradient(96deg, var(--kh-emerald) 8%, var(--kh-cyan) 60%, var(--kh-lavender) 120%);color:#0000;-webkit-background-clip:text;background-clip:text}.kiddo-hero .kh-lede{color:var(--kh-dim);text-wrap:pretty;max-width:520px;margin:0;font-size:clamp(16px,1.3vw,18px);line-height:1.65}.kiddo-hero .kh-actions{flex-wrap:wrap;gap:14px;margin-top:6px;display:flex}.kiddo-hero .kh-btn{cursor:pointer;border-radius:12px;align-items:center;gap:10px;padding:15px 28px;font-size:15px;font-weight:600;text-decoration:none;transition:transform .25s,box-shadow .25s,border-color .25s,background .25s;display:inline-flex}.kiddo-hero .kh-btn--primary{background:linear-gradient(120deg, #0fbf84 0%, var(--kh-emerald) 52%, var(--kh-cyan) 128%);color:#04120c;letter-spacing:.01em;font-weight:700;box-shadow:0 8px 30px -6px #16e29a73,inset 0 0 0 1px #16e29a66}.kiddo-hero .kh-btn--primary:hover{transform:translateY(-2px);box-shadow:0 14px 40px -6px #16e29a99,inset 0 0 0 1px #16e29a80}.kiddo-hero .kh-btn--ghost{color:#e7e0fb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff0b;border:1px solid #a78bfa4d}.kiddo-hero .kh-btn--ghost:hover{background:#a78bfa1a;border-color:#a78bfa99;transform:translateY(-2px)}.kiddo-hero .kh-scene{opacity:0;min-width:0;height:clamp(440px,46vw,600px);animation:kh-scene-in 1.4s var(--kh-ease) .4s forwards;position:relative}.kiddo-hero .kh-shield{aspect-ratio:1;pointer-events:none;background:radial-gradient(circle,#22d3ee12 0%,#16e29a0a 44%,#22d3ee2e 62%,#8cf0e157 70%,#16e29a00 76%);border:1.5px solid #8cf0e16b;border-radius:50%;width:min(440px,82%);animation:5.5s ease-in-out infinite kh-shield-pulse;position:absolute;top:46%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 90px -6px #22d3ee80,inset 0 0 74px -16px #16e29aa6}.kiddo-hero .kh-shield:before{content:"";pointer-events:none;background:radial-gradient(120% 80% at 50% 16%,#ffffff1f,#fff0 46%);border-radius:50%;position:absolute;inset:5%}.kiddo-hero .kh-shield:after{content:"";border:1.5px dashed #a78bfa6b;border-radius:50%;animation:26s linear infinite kh-ring-spin;position:absolute;inset:-9%}.kiddo-hero .kh-platform{filter:blur(2px);pointer-events:none;background:radial-gradient(#16e29a8c 0%,#22d3ee3d 42%,#16e29a00 72%);border-radius:50%;width:min(360px,70%);height:84px;animation:4.5s ease-in-out infinite kh-platform-pulse;position:absolute;bottom:12%;left:50%;transform:translate(-50%);box-shadow:0 0 70px 8px #16e29a47}.kiddo-hero .kh-stage{z-index:2;position:absolute;inset:0}.kiddo-hero .kh-stage canvas{touch-action:pan-y;display:block;width:100%!important;height:100%!important}.kiddo-hero .kh-fallback{justify-content:center;align-items:center;transition:opacity .6s;display:flex;position:absolute;inset:0}.kiddo-hero .kh-stage--ready .kh-fallback{opacity:0;pointer-events:none}.kiddo-hero .kh-fallback__buddy{filter:drop-shadow(0 0 28px #22d3ee99);font-size:clamp(90px,16vw,150px);animation:5s ease-in-out infinite kh-card-bob}.kiddo-hero .kh-fade-bottom{pointer-events:none;background:linear-gradient(#05070f00,#05070f);height:120px;position:absolute;bottom:0;left:0;right:0}@media (width<=900px){.kiddo-hero{min-height:auto}.kiddo-hero .kh-scene{order:-1;height:clamp(360px,82vw,460px)}}@media (prefers-reduced-motion:reduce){.kiddo-hero *,.kiddo-hero :before,.kiddo-hero :after{animation-duration:.001ms!important;animation-iteration-count:1!important;animation-delay:0s!important}.kiddo-hero .kh-copy>*,.kiddo-hero .kh-scene{opacity:1!important}}main.blog-v2{background:var(--bdna-bg);color:var(--bdna-ink);padding:0;overflow-x:hidden}.blog-v2__section{max-width:1200px;margin:0 auto;padding:clamp(48px,8vh,88px) clamp(20px,4vw,48px)}.blog-v2__heading{margin-bottom:clamp(26px,4vw,40px)}.blog-v2__heading h2{letter-spacing:-.02em;color:var(--bdna-ink);margin-top:16px;font-size:clamp(24px,3vw,38px);font-weight:300}.blog-v2__heading-copy{max-width:60ch;color:var(--bdna-dim);margin-top:12px;font-size:15px}.blog-v2__cat{font-family:var(--bdna-mono);letter-spacing:.26em;text-transform:uppercase;color:var(--bdna-emerald-glow);font-size:9.5px}.blog-v2__chip{letter-spacing:.04em;color:var(--bdna-emerald-glow);background:#0abf8c1f;border:1px solid #3fe8c047;border-radius:999px;align-items:center;width:fit-content;padding:5px 12px;font-size:.72rem;font-weight:600;display:inline-flex}.blog-v2__chip--trend,.blog-v2__chip--gold{background:var(--bdna-gold-soft);color:var(--bdna-gold);border-color:#c9a9624d}.blog-v2__meta-row{font-family:var(--bdna-mono);letter-spacing:.14em;text-transform:uppercase;color:var(--bdna-dim);flex-wrap:wrap;align-items:center;gap:14px;font-size:10px;display:flex}.blog-v2__featured-grid{grid-template-columns:1.15fr .85fr;gap:24px;display:grid}.blog-v2__feature-lead{color:inherit;grid-template-rows:auto 1fr;padding:0;text-decoration:none;display:grid;overflow:hidden}.blog-v2__feature-media{overflow:hidden}.blog-v2__feature-media img,.blog-v2__feature-media .article-cover{object-fit:cover;width:100%;height:100%;min-height:280px;display:block}.blog-v2__feature-body{flex-direction:column;gap:14px;padding:clamp(26px,3.4vw,48px);display:flex}.blog-v2__feature-title{letter-spacing:-.02em;color:var(--bdna-ink);font-size:clamp(24px,2.7vw,38px);font-weight:650;line-height:1.15}.blog-v2__feature-excerpt{color:var(--bdna-dim);font-size:15px;line-height:1.6}.blog-v2__byline{font-family:var(--bdna-mono);letter-spacing:.14em;text-transform:uppercase;color:var(--bdna-dim);font-size:11px}.blog-v2__read-link{font-family:var(--bdna-mono);letter-spacing:.18em;text-transform:uppercase;color:var(--bdna-emerald-glow);margin-top:auto;font-size:11px}.blog-v2__feature-secondary{color:inherit;flex-direction:column;padding:0;text-decoration:none;display:flex;overflow:hidden}.blog-v2__feature-secondary .article-thumb-photo img,.blog-v2__feature-secondary .article-cover{object-fit:cover;width:100%;height:200px}.blog-v2__feature-secondary-body{flex-direction:column;gap:10px;padding:22px;display:flex}.blog-v2__feature-secondary-body h3{letter-spacing:-.01em;color:var(--bdna-ink);font-size:18.5px;font-weight:650}.blog-v2__feature-secondary-body p{color:var(--bdna-dim);-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:13.5px;display:-webkit-box;overflow:hidden}.blog-v2__strip{grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:16px;margin-top:24px;display:grid}.blog-v2__strip-item{color:inherit;border-radius:var(--bdna-radius);flex-direction:column;gap:8px;padding:12px;text-decoration:none;display:flex}.blog-v2__strip-item .article-thumb-photo img,.blog-v2__strip-item .article-cover{object-fit:cover;border-radius:10px;width:100%;height:120px}.blog-v2__strip-item strong{color:var(--bdna-ink);font-size:.95rem;line-height:1.3}.blog-v2__strip-item small{font-family:var(--bdna-mono);letter-spacing:.14em;text-transform:uppercase;color:var(--bdna-dim);font-size:10px}.blog-v2__rail-inner{flex-direction:column;gap:20px;padding:clamp(20px,3vw,28px);display:flex}.blog-v2__search{flex-direction:column;gap:8px;display:flex}.blog-v2__search span{font-family:var(--bdna-mono);letter-spacing:.2em;text-transform:uppercase;color:var(--bdna-dim);font-size:10px}.blog-v2__search input{border:1px solid var(--bdna-panel-edge);width:100%;color:var(--bdna-ink);font:inherit;transition:border-color .25s var(--bdna-ease);background:#0a0e1799;border-radius:999px;outline:none;padding:15px 20px;font-size:14px}.blog-v2__search input::placeholder{color:var(--bdna-dim)}.blog-v2__search input:focus{border-color:var(--bdna-emerald)}.blog-v2__pills{flex-wrap:wrap;gap:10px;display:flex}.blog-v2__pill{font-family:var(--bdna-mono);letter-spacing:.14em;text-transform:uppercase;color:var(--bdna-dim2);background:var(--bdna-panel);border:1px solid var(--bdna-panel-edge);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);white-space:nowrap;cursor:pointer;transition:color .25s var(--bdna-ease), border-color .25s var(--bdna-ease), box-shadow .25s var(--bdna-ease);border-radius:999px;padding:10px 18px;font-size:11px;text-decoration:none}.blog-v2__pill:hover{color:var(--bdna-emerald-glow);border-color:#3fe8c066;box-shadow:0 0 22px #0abf8c1f}.blog-v2__pill.is-active{background:var(--bdna-emerald);color:var(--bdna-bg);border-color:#0000}.blog-v2__grid{grid-template-columns:repeat(3,1fr);gap:22px;display:grid}@media (width<=1000px){.blog-v2__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.blog-v2__grid{grid-template-columns:1fr}}.blog-v2__card .bdna-card__media{aspect-ratio:16/9}.blog-v2__card .article-thumb-photo,.blog-v2__card .article-thumb-photo img,.blog-v2__card .article-cover{object-fit:cover;width:100%;height:100%}.blog-v2__card-top{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.blog-v2__card h3{letter-spacing:-.01em;color:var(--bdna-ink);margin-top:2px;font-size:18.5px;font-weight:650;line-height:1.3}.blog-v2__card p{color:var(--bdna-dim);-webkit-line-clamp:3;-webkit-box-orient:vertical;flex:1;font-size:13.5px;line-height:1.55;display:-webkit-box;overflow:hidden}.blog-v2__card-meta{flex-wrap:wrap;gap:12px;margin-top:8px;display:flex}.blog-v2__card-meta small{font-family:var(--bdna-mono);letter-spacing:.16em;text-transform:uppercase;color:var(--bdna-dim);font-size:10px}.blog-v2__empty{color:var(--bdna-dim);padding:20px 0}.blog-v2__topics{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:18px;display:grid}.blog-v2__topic{color:inherit;flex-direction:column;gap:10px;padding:24px;text-decoration:none;display:flex}.blog-v2__topic-icon{width:46px;height:46px;font-family:var(--bdna-mono);color:var(--bdna-emerald-glow);background:#0abf8c1f;border:1px solid #3fe8c047;border-radius:14px;justify-content:center;align-items:center;font-size:.85rem;font-weight:700;display:inline-flex}.blog-v2__topic strong{color:var(--bdna-ink);font-size:1.05rem}.blog-v2__topic p{color:var(--bdna-dim);font-size:.86rem;line-height:1.5}.blog-v2__topic small{font-family:var(--bdna-mono);letter-spacing:.14em;text-transform:uppercase;color:var(--bdna-emerald-glow);margin-top:auto;font-size:10px}.blog-v2__picks{gap:16px;display:grid}.blog-v2__pick{text-align:left;color:inherit;cursor:pointer;grid-template-columns:auto 1fr;align-items:center;gap:22px;padding:22px 26px;display:grid}.blog-v2__pick-rank{font-family:var(--bdna-mono);color:#3fe8c059;font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1}.blog-v2__pick-info{flex-direction:column;gap:8px;display:flex}.blog-v2__pick-info h3{color:var(--bdna-ink);font-size:1.15rem;font-weight:650}.blog-v2__pick-info p{color:var(--bdna-dim);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.9rem;display:-webkit-box;overflow:hidden}.blog-v2__guide{grid-template-columns:220px 1fr;align-items:center;gap:clamp(24px,4vw,48px);padding:clamp(28px,4vw,48px);display:grid}.blog-v2__guide-cover{aspect-ratio:3/4;border-radius:var(--bdna-radius);background:radial-gradient(circle at 40% 30%, #3fe8c04d, transparent 60%), linear-gradient(160deg, var(--bdna-emerald-deep), var(--bdna-bg-lift));border:1px solid #3fe8c052;flex-direction:column;justify-content:center;align-items:center;gap:8px;display:flex}.blog-v2__guide-cover span{color:var(--bdna-ink);font-size:2.4rem;font-weight:800}.blog-v2__guide-cover small{font-family:var(--bdna-mono);letter-spacing:.2em;text-transform:uppercase;color:var(--bdna-emerald-glow);font-size:10px}.blog-v2__guide-copy{flex-direction:column;align-items:flex-start;gap:14px;display:flex}.blog-v2__guide-copy h2{letter-spacing:-.02em;color:var(--bdna-ink);font-size:clamp(1.5rem,2.6vw,2rem);font-weight:300}.blog-v2__guide-copy>p{color:var(--bdna-dim);max-width:52ch;line-height:1.6}.blog-v2__guide-note{font-family:var(--bdna-mono);letter-spacing:.16em;text-transform:uppercase;color:var(--bdna-dim);font-size:10px}.blog-v2__ad{padding-block:clamp(24px,4vh,44px)}.blog-v2__dispatch{text-align:center;background:radial-gradient(70% 120% at 50% 130%, #0abf8c1f, transparent 60%), var(--bdna-panel);flex-direction:column;align-items:center;gap:16px;padding:clamp(36px,5vw,72px);display:flex;position:relative;overflow:hidden}.blog-v2__dispatch:before{content:"";background:linear-gradient(90deg, transparent, var(--bdna-emerald-glow), transparent);opacity:.5;height:1px;position:absolute;top:0;left:0;right:0}.blog-v2__dispatch h2{letter-spacing:-.02em;color:var(--bdna-ink);font-size:clamp(26px,3.4vw,42px);font-weight:300}.blog-v2__dispatch-copy{max-width:52ch;color:var(--bdna-dim);font-size:15px;line-height:1.6}main.blog-v2 .article-cover{background:linear-gradient(160deg, var(--bdna-bg-lift), var(--bdna-bg));border:1px solid var(--bdna-panel-edge);color:var(--bdna-ink)}main.blog-v2 .article-cover figcaption strong{color:var(--bdna-ink)}main.blog-v2 .article-cover-mark span{color:var(--bdna-emerald-glow)}@media (width<=860px){.blog-v2__featured-grid{grid-template-columns:1fr}}@media (width<=900px){.blog-v2__pick{grid-template-columns:1fr;gap:12px}.blog-v2__guide{text-align:center;grid-template-columns:1fr}.blog-v2__guide-cover{max-width:200px;margin-inline:auto}.blog-v2__guide-copy{align-items:center}}main.resources-v2{background:var(--bdna-bg);color:var(--bdna-ink);overflow-x:hidden}main.resources-v2 .eyebrow{font-family:var(--bdna-mono);letter-spacing:.3em;text-transform:uppercase;color:var(--bdna-emerald-glow);font-size:10px;font-weight:500}main.resources-v2 h1,main.resources-v2 h2,main.resources-v2 h3{color:var(--bdna-ink);letter-spacing:-.02em}main.resources-v2 h1,main.resources-v2 .resource-library-strip-head h2,main.resources-v2 .resource-search-panel-head h2{font-weight:300}main.resources-v2 .resource-library-strip-head p,main.resources-v2 .resources-library-hero-copy>p,main.resources-v2 .resource-search-panel-head p{color:var(--bdna-dim)}main.resources-v2 .resources-library-hero{background:radial-gradient(90% 80% at 88% 0%, #0abf8c24, transparent 60%), linear-gradient(180deg, var(--bdna-bg), var(--bdna-bg-lift));border-bottom:1px solid var(--bdna-panel-edge)}main.resources-v2 .resources-library-hero-copy h1{font-size:clamp(2rem,4.6vw,3.4rem);line-height:1.05}main.resources-v2 .resources-library-stat{border:1px solid var(--bdna-panel-edge);border-radius:var(--bdna-radius);background:#ffffff0a}main.resources-v2 .resources-library-stat strong{color:var(--bdna-emerald-glow)}main.resources-v2 .resources-library-stat span{font-family:var(--bdna-mono);letter-spacing:.12em;text-transform:uppercase;color:var(--bdna-dim)}main.resources-v2 .resources-library-hero-img,main.resources-v2 .resources-library-hero-photo{border-radius:var(--bdna-radius-lg,22px);border:1px solid var(--bdna-panel-edge);overflow:hidden}main.resources-v2 .resource-category-card{background:var(--bdna-panel);border:1px solid var(--bdna-panel-edge);-webkit-backdrop-filter:blur(var(--bdna-glass-blur));backdrop-filter:blur(var(--bdna-glass-blur));color:var(--bdna-ink);transition:transform .3s var(--bdna-ease), border-color .3s var(--bdna-ease), box-shadow .3s var(--bdna-ease)}main.resources-v2 .resource-category-card:hover{border-color:color-mix(in srgb, var(--rcc-accent,var(--bdna-emerald)) 55%, transparent);transform:translateY(-4px);box-shadow:0 14px 44px #0006}main.resources-v2 .resource-category-card.is-active{border-color:var(--rcc-accent,var(--bdna-emerald));box-shadow:0 0 0 1px var(--rcc-accent,var(--bdna-emerald)), 0 14px 44px #0006}main.resources-v2 .resource-category-card-eyebrow{font-family:var(--bdna-mono);letter-spacing:.18em;text-transform:uppercase;color:var(--rcc-accent,var(--bdna-emerald-glow))}main.resources-v2 .resource-category-card-copy h3{color:var(--bdna-ink)}main.resources-v2 .resource-category-card-copy p{color:var(--bdna-dim)}main.resources-v2 .resource-category-card-action{color:var(--rcc-accent,var(--bdna-emerald-glow));font-weight:600}main.resources-v2 .resource-search-panel-card{background:var(--bdna-panel);border:1px solid var(--bdna-panel-edge);-webkit-backdrop-filter:blur(var(--bdna-glass-blur));backdrop-filter:blur(var(--bdna-glass-blur));box-shadow:var(--bdna-shadow);color:var(--bdna-ink)}main.resources-v2 .resource-search-input-wrap{border:1px solid var(--bdna-panel-edge);background:#0a0e1799;border-radius:999px}main.resources-v2 .resource-search-input-wrap:focus-within{border-color:var(--bdna-emerald)}main.resources-v2 .resource-search-input-wrap input{color:var(--bdna-ink);background:0 0}main.resources-v2 .resource-filter-pill-label{font-family:var(--bdna-mono);letter-spacing:.16em;text-transform:uppercase;color:var(--bdna-dim);font-size:10px}main.resources-v2 .resource-filter-pill{font-family:var(--bdna-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--bdna-dim2);background:var(--bdna-glass,#ffffff0b);border:1px solid var(--bdna-panel-edge);transition:color .25s var(--bdna-ease), border-color .25s var(--bdna-ease);border-radius:999px;font-size:11px}main.resources-v2 .resource-filter-pill:hover{color:var(--bdna-emerald-glow);border-color:#3fe8c066}main.resources-v2 .resource-filter-pill.is-active{color:var(--bdna-bg);background:var(--bdna-emerald);border-color:#0000}main.resources-v2 .resource-library-results-bar{color:var(--bdna-dim);border-top:1px solid var(--bdna-panel-edge)}main.resources-v2 .resource-library-results-bar strong{color:var(--bdna-ink)}main.resources-v2 .resource-library-clear{color:var(--bdna-emerald-glow);border:1px solid var(--bdna-panel-edge);background:0 0;border-radius:999px}main.resources-v2 .resource-library-clear:hover{border-color:var(--bdna-emerald)}main.resources-v2 .resource-pub-card{background:var(--bdna-panel);border:1px solid var(--bdna-panel-edge);-webkit-backdrop-filter:blur(var(--bdna-glass-blur));backdrop-filter:blur(var(--bdna-glass-blur));box-shadow:var(--bdna-shadow);color:var(--bdna-ink);transition:transform .3s var(--bdna-ease), border-color .3s var(--bdna-ease), box-shadow .3s var(--bdna-ease)}main.resources-v2 .resource-pub-card:hover{border-color:color-mix(in srgb, var(--rpc-accent,var(--bdna-emerald)) 50%, transparent);transform:translateY(-4px);box-shadow:0 16px 50px #00000073}main.resources-v2 .resource-pub-cover{border-bottom:1px solid var(--bdna-panel-edge)}main.resources-v2 .resource-pub-labels .resource-pub-category,main.resources-v2 .resource-pub-labels .resource-pub-product{font-family:var(--bdna-mono);letter-spacing:.16em;text-transform:uppercase;font-size:9.5px}main.resources-v2 .resource-pub-category{color:var(--rpc-accent,var(--bdna-emerald-glow))}main.resources-v2 .resource-pub-title{color:var(--bdna-ink)}main.resources-v2 .resource-search-hit{color:var(--bdna-emerald-glow);background:#0abf8c38;border-radius:3px}main.resources-v2 .resource-pub-flag{border:1px solid var(--bdna-panel-edge);color:var(--bdna-dim2);font-family:var(--bdna-mono);letter-spacing:.1em;text-transform:uppercase;background:#ffffff0f}main.resources-v2 .resource-pub-flag--top,main.resources-v2 .resource-editors-pick-badge{background:var(--bdna-gold-soft);color:var(--bdna-gold);border:1px solid #c9a9624d}main.resources-v2 .resource-pub-rank{color:var(--rpc-accent,var(--bdna-emerald-glow))}main.resources-v2 .primary-btn{background:linear-gradient(135deg, var(--rpc-accent,var(--bdna-emerald)), color-mix(in srgb, var(--rpc-accent,var(--bdna-emerald)) 55%, #04100b));color:#04100b;box-shadow:0 0 34px color-mix(in srgb, var(--rpc-accent,var(--bdna-emerald)) 30%, transparent);border:1px solid #0000}main.resources-v2 .primary-btn:hover{transform:translateY(-2px)}main.resources-v2 .secondary-btn{color:var(--bdna-ink);border:1px solid var(--bdna-panel-edge);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0b}main.resources-v2 .secondary-btn:hover{border-color:var(--bdna-emerald);color:var(--bdna-emerald-glow)}main.resources-v2 .resource-empty-state{background:var(--bdna-panel);border:1px solid var(--bdna-panel-edge);-webkit-backdrop-filter:blur(var(--bdna-glass-blur));backdrop-filter:blur(var(--bdna-glass-blur));color:var(--bdna-ink)}main.resources-v2 .resource-empty-state h2,main.resources-v2 .resource-empty-state h3{color:var(--bdna-ink)}main.resources-v2 .resource-empty-state p{color:var(--bdna-dim)}main.resources-v2 .modal-panel{color:#1e293b}main.resources-v2 .modal-panel .eyebrow{color:#0f7a5a}main.resources-v2 .resources-library-hero{padding-bottom:56px}main.resources-v2 .resource-library-categories,main.resources-v2 .resource-library-search-panel,main.resources-v2 .resource-library-strip,main.resources-v2 .resource-library-catalog{padding-top:64px;padding-bottom:64px}main.resources-v2{--rl-body-gap:10px}main.resources-v2 .resource-pub-body{padding:20px}main.resources-v2.resources-library-page{padding-bottom:48px}main.resources-v2 .resource-search-panel-card{background:#111d2ef0;border:1px solid #0abf8c57;box-shadow:0 18px 50px #00000080,inset 0 1px #ffffff0d}main.resources-v2 .resource-search-panel-head h2{color:#f1f5f9;font-weight:500}main.resources-v2 .resource-filter-pill-label{color:#b6c4d2}main.resources-v2 .resource-filter-pill{color:#d6e2ea!important;background:#ffffff12!important;border:1px solid #94a3b866!important}main.resources-v2 .resource-filter-pill:hover{color:var(--bdna-emerald-glow)!important;background:#0abf8c1f!important;border-color:#3fe8c099!important}main.resources-v2 .resource-filter-pill.is-active{font-weight:700;color:#06231b!important;background:var(--bdna-emerald-glow)!important;border-color:var(--bdna-emerald-glow)!important}main.resources-v2 .resource-search-input-wrap{background:#090e17d9;border-color:#94a3b866}main.resources-v2 .resource-search-input-wrap:focus-within{border-color:var(--bdna-emerald-glow);box-shadow:0 0 0 3px #0abf8c2e}main.resources-v2 .resource-search-icon{color:var(--bdna-emerald-glow)}main.resources-v2 .resource-search-input-wrap input{color:#f1f5f9}main.resources-v2 .resource-library-results-bar{color:#c2d0da}main.resources-v2 .resource-filter-pill-label{color:#cbd8e2;font-size:11px}main.resources-v2 .resource-search-panel-head p{color:#dbe4ec}main.resources-v2 .resource-search-input-wrap input::placeholder{color:#b3c0ca}main.resources-v2 .resource-pub-meta dt{color:#b9c6d1}main.resources-v2 .resource-pub-meta dd{color:#eef2f6}main.resources-v2 .resource-pub-product{color:#b9c6d1}main.resources-v2 .resource-pub-description{color:#c3d0da}main.resources-v2 .secondary-btn,main.resources-v2 .resource-pub-preview{background:#ffffff1a;border:1px solid #94a3b880;color:#eaf1f5!important}main.resources-v2 .secondary-btn:hover,main.resources-v2 .resource-pub-preview:hover{border-color:var(--bdna-emerald-glow);background:#0abf8c24;color:var(--bdna-emerald-glow)!important}
