:root{--bg-dark:#081423;--header-bg:#0d1d31;--card-bg:#0d1e34;--card-border:rgba(212,175,55,0.2);--accent-gold:#d4af37;--accent-gold-light:#f3e5ab;--accent-gold-dark:#aa8829;--text-white:#ffffff;--text-muted:#a0aec0;--notice-bg:rgba(212,175,55,0.08);--notice-border:#d4af37;--whatsapp-color:#25d366;--youtube-color:#ff0000;--font-primary:"Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;--transition-fast:0.25s ease;--transition-smooth:0.4s cubic-bezier(0.16,1,0.3,1);--shadow-gold:0 10px 30px rgba(212,175,55,0.25);--shadow-card:0 15px 35px rgba(0,0,0,0.4);--border-radius-sm:8px;--border-radius-md:16px;--border-radius-lg:24px}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{background-color:var(--bg-dark);color:var(--text-white);font-family:var(--font-primary);line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.section-padding{padding:6rem 0}.text-center{text-align:center}.gold-text{color:var(--accent-gold)}.gold-gradient-text{background:linear-gradient(135deg,#ffffff 0,var(--accent-gold-light) 50%,var(--accent-gold) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;display:inline-block}.section-header{margin-bottom:3.5rem}.section-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;position:relative;display:inline-block}.section-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:60px;height:3px;background:var(--accent-gold);border-radius:2px}.section-subtitle{font-size:1.1rem;color:var(--text-muted);max-width:650px;margin:0 auto}a{text-decoration:none;color:inherit;transition:var(--transition-fast)}ul{list-style:none}img,video{max-width:100%;height:auto;display:block}.badge{gap:.5rem;padding:.4rem 1rem;background:rgba(212,175,55,.12);border:1px solid rgba(212,175,55,.4);border-radius:50px;color:var(--accent-gold);font-size:.825rem;letter-spacing:1px;margin-bottom:1.5rem;text-transform:uppercase}.badge,.btn{display:inline-flex;align-items:center;font-weight:600}.btn{justify-content:center;gap:.75rem;padding:1rem 2rem;font-size:1.05rem;border-radius:var(--border-radius-sm);cursor:pointer;transition:var(--transition-smooth);border:none}.btn-sm{padding:.6rem 1.25rem;font-size:.9rem}.btn-gold{background:linear-gradient(135deg,var(--accent-gold) 0,var(--accent-gold-dark) 100%);color:#081423;box-shadow:0 4px 15px rgba(212,175,55,.2)}.btn-gold:hover{transform:translateY(-3px);box-shadow:var(--shadow-gold);background:linear-gradient(135deg,var(--accent-gold-light) 0,var(--accent-gold) 100%)}.btn-secondary{background:rgba(255,255,255,.05);color:var(--text-white);border:1px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn-secondary:hover{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.4);transform:translateY(-3px)}.btn-glow{position:relative;overflow:hidden}.btn-glow:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.4) 0,transparent 60%);transform:rotate(45deg) translateY(-100%);transition:transform .75s ease}.btn-glow:hover:before{transform:rotate(45deg) translateY(100%)}.site-header{position:fixed;top:0;left:0;width:100%;z-index:1000;background-color:rgba(13,29,49,.85);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(212,175,55,.1);transition:var(--transition-fast)}.site-header.scrolled{background-color:var(--header-bg);box-shadow:0 10px 30px rgba(0,0,0,.5)}.header-container{display:flex;align-items:center;justify-content:space-between;height:80px}.logo{font-size:1.6rem;font-weight:700;letter-spacing:-.5px}.nav-list{display:flex;align-items:center;gap:2.5rem}.nav-link{font-weight:500;color:var(--text-white);position:relative}.nav-link:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background-color:var(--accent-gold);transition:var(--transition-fast)}.nav-link:hover{color:var(--accent-gold)}.nav-link:hover:after{width:100%}.mobile-toggle{display:none;background:none;border:none;color:var(--text-white);font-size:1.5rem;cursor:pointer}.hero-section{padding-top:10rem;padding-bottom:6rem;position:relative;background:radial-gradient(circle at 80% 20%,rgba(212,175,55,.08) 0,transparent 50%),radial-gradient(circle at 20% 80%,rgba(13,29,49,.8) 0,transparent 50%)}.hero-container{display:grid;grid-template-columns:1.2fr .8fr;gap:4rem;align-items:center}.hero-title{font-size:3.25rem;font-weight:800;line-height:1.2;margin-bottom:1.25rem}.hero-subtitle{font-size:1.1rem;color:var(--text-muted);margin-bottom:2rem;line-height:1.7}.price-box{display:flex;align-items:center;gap:1rem;margin-bottom:2rem;background:rgba(13,30,52,.6);padding:.8rem 1.25rem;border-radius:var(--border-radius-sm);border:1px solid rgba(212,175,55,.2);width:fit-content}.price-label{color:var(--text-muted);font-size:.95rem}.price-amount{font-size:2rem;font-weight:800;color:var(--accent-gold)}.price-tag{background:rgba(212,175,55,.15);color:var(--accent-gold-light);font-size:.75rem;padding:.25rem .6rem;border-radius:4px;text-transform:uppercase;font-weight:600}.hero-actions{display:flex;align-items:center;gap:1.25rem;flex-wrap:wrap}.hero-image-wrapper{position:relative;display:flex;justify-content:center}.book-card{position:relative;border-radius:var(--border-radius-md);transition:transform .5s cubic-bezier(.2,.8,.2,1)}.book-card:hover{transform:translateY(-10px) rotate(-1deg)}.book-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:90%;height:90%;background:radial-gradient(circle,rgba(212,175,55,.35) 0,transparent 70%);filter:blur(40px);z-index:1}.book-cover{position:relative;z-index:2;max-width:380px;border-radius:var(--border-radius-md);box-shadow:0 20px 40px rgba(0,0,0,.6),0 0 0 1px rgba(212,175,55,.3)}.notice-section{padding:2rem 0 4rem}.notice-card{background:var(--notice-bg);border:1.5px solid var(--notice-border);border-radius:var(--border-radius-md);padding:2.25rem;position:relative;box-shadow:0 10px 30px rgba(212,175,55,.08);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.notice-header{gap:1rem;margin-bottom:1.25rem}.notice-header,.notice-icon{display:flex;align-items:center}.notice-icon{width:44px;height:44px;background:var(--accent-gold);color:#081423;border-radius:50%;justify-content:center;font-size:1.35rem;flex-shrink:0}.notice-header h3{font-size:1.4rem;color:var(--accent-gold);font-weight:700}.notice-body{display:flex;flex-direction:column;gap:1rem;font-size:1.05rem;color:#e2e8f0;line-height:1.7}.notice-body strong{color:var(--text-white)}.notice-footer-text{color:var(--accent-gold-light);font-weight:500;display:flex;align-items:center;gap:.5rem;margin-top:.5rem}.video-section{background:linear-gradient(180deg,var(--bg-dark) 0,var(--header-bg) 100%)}.video-container{max-width:900px;margin:0 auto}.video-wrapper{position:relative;border-radius:var(--border-radius-lg);overflow:hidden;box-shadow:0 25px 50px -12px rgba(0,0,0,.7),0 0 0 1px rgba(212,175,55,.25);background:#000}.video-wrapper video{width:100%;display:block;aspect-ratio:16/9;object-fit:cover}.features-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;margin-bottom:4rem}.feature-card{background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--border-radius-md);padding:2rem;transition:var(--transition-smooth);position:relative;overflow:hidden}.feature-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,transparent,var(--accent-gold),transparent);opacity:0;transition:var(--transition-fast)}.feature-card:hover{transform:translateY(-8px);border-color:rgba(212,175,55,.5);box-shadow:var(--shadow-card)}.feature-card:hover:before{opacity:1}.feature-icon{width:54px;height:54px;background:rgba(212,175,55,.1);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:var(--accent-gold);margin-bottom:1.25rem}.feature-card h3{font-size:1.2rem;font-weight:600;margin-bottom:.75rem;color:var(--text-white)}.feature-card p{color:var(--text-muted);font-size:.95rem;line-height:1.6}.feature-card-highlight{background:linear-gradient(135deg,rgba(212,175,55,.15) 0,var(--card-bg) 100%);border-color:var(--accent-gold)}.about-section{background:var(--header-bg)}.about-card{background:var(--bg-dark);border:1px solid var(--card-border);border-radius:var(--border-radius-lg);padding:3.5rem 3rem;box-shadow:var(--shadow-card)}.about-content .section-title{text-align:left;margin-bottom:1.5rem}.about-content .section-title:after{left:0;transform:none}.about-text{font-size:1.15rem;color:#cbd5e1;line-height:1.8;margin-bottom:2rem}.about-highlights{display:flex;flex-direction:column;gap:1rem}.highlight-item{display:flex;align-items:center;gap:1rem;font-size:1.05rem;font-weight:500}.highlight-item i{color:var(--accent-gold);font-size:1.2rem}.contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:900px;margin:0 auto}.contact-card{background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--border-radius-md);padding:2.5rem;text-align:center;display:flex;flex-direction:column;align-items:center;transition:var(--transition-smooth)}.contact-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-card)}.whatsapp-card:hover{border-color:var(--whatsapp-color)}.youtube-card:hover{border-color:var(--youtube-color)}.contact-icon{width:64px;height:64px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;margin-bottom:1.25rem}.whatsapp-card .contact-icon{background:rgba(37,211,102,.15);color:var(--whatsapp-color)}.youtube-card .contact-icon{background:rgba(255,0,0,.15);color:var(--youtube-color)}.contact-card h3{font-size:1.3rem;margin-bottom:.5rem}.contact-card p{color:var(--text-muted);font-size:.95rem;margin-bottom:1.5rem}.contact-link{font-weight:600;font-size:1.05rem;display:inline-flex;align-items:center;gap:.5rem}.whatsapp-card .contact-link{color:var(--whatsapp-color)}.youtube-card .contact-link{color:var(--youtube-color)}.site-footer{background:#050d17;padding:3rem 0;border-top:1px solid rgba(255,255,255,.05)}.footer-logo{font-size:1.8rem;font-weight:700;display:inline-block;margin-bottom:1rem}.copyright{color:var(--text-muted);font-size:.9rem}.reveal{opacity:0;transform:translateY(30px);transition:opacity .8s ease,transform .8s ease}.reveal.active{opacity:1;transform:translateY(0)}@media (max-width:992px){.hero-container{grid-template-columns:1fr;text-align:center;gap:3rem}.hero-title{font-size:2.75rem}.price-box{margin:0 auto 2rem}.hero-actions{justify-content:center}.about-card{padding:2.5rem 2rem}.about-content .section-title{text-align:center}.about-content .section-title:after{left:50%;transform:translateX(-50%)}.d-none-mobile{display:none}}@media (max-width:768px){.mobile-toggle{display:block}.nav-menu{position:fixed;top:80px;left:0;width:100%;background-color:var(--header-bg);padding:2rem;border-bottom:1px solid var(--card-border);transform:translateY(-150%);transition:transform .4s ease;box-shadow:0 20px 30px rgba(0,0,0,.5)}.nav-menu.active{transform:translateY(0)}.nav-list{flex-direction:column;gap:1.5rem}.hero-title{font-size:2.25rem}.section-title{font-size:2rem}.features-grid{grid-template-columns:1fr}.notice-card{padding:1.5rem}.notice-header h3{font-size:1.2rem}}@media (max-width:480px){.hero-title{font-size:1.85rem}.hero-actions{flex-direction:column;width:100%}.btn{width:100%}.book-cover{max-width:280px}.contact-grid{grid-template-columns:1fr}}body{font-family:var(--font-poppins),var(--font-primary)}.btn-gold{position:relative;overflow:hidden}.btn-ripple{position:absolute;width:120px;height:120px;margin-left:-60px;margin-top:-60px;border-radius:50%;background:rgba(255,255,255,.45);transform:scale(0);animation:btn-ripple .6s linear;pointer-events:none}@keyframes btn-ripple{to{transform:scale(2.5);opacity:0}}.about-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:3rem;align-items:center}.about-image{display:flex;justify-content:center}.about-image img{max-width:360px;border-radius:var(--border-radius-md);box-shadow:0 20px 40px rgba(0,0,0,.45),0 0 0 1px rgba(212,175,55,.25);object-fit:cover}.about-image img,.book-cover{width:100%;height:auto}.placeholder-page{padding:10rem 0 6rem;min-height:70vh}.placeholder-card{max-width:720px;margin:0 auto;text-align:center;background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--border-radius-lg);padding:3rem 2rem;box-shadow:var(--shadow-card)}.placeholder-card .section-title:after{left:50%;transform:translateX(-50%)}@media (max-width:992px){.about-grid{grid-template-columns:1fr;text-align:center}.about-highlights{align-items:center}.about-image{order:-1}}.nav-list{gap:1.25rem}.nav-link{font-size:.9rem;white-space:nowrap}.nav-link.active{color:var(--accent-gold)}.nav-link.active:after{width:100%}.nav-login-link{font-weight:600;font-size:.9rem;color:var(--text-white);padding:.45rem .85rem;border:1px solid rgba(212,175,55,.35);border-radius:var(--border-radius-sm);transition:var(--transition-fast)}.nav-login-link.active,.nav-login-link:hover{color:var(--accent-gold);border-color:var(--accent-gold)}.nav-item-mobile-only{display:none}.page-hero{padding-top:9rem;padding-bottom:3rem;background:radial-gradient(circle at 80% 20%,rgba(212,175,55,.08) 0,transparent 50%)}.page-hero-title{font-size:2.6rem;font-weight:800;line-height:1.25;margin-bottom:1rem}.page-hero-subtitle{font-size:1.08rem;color:var(--text-muted);max-width:680px;margin:0 auto;line-height:1.7}.page-section{padding-top:1rem}.content-narrow{max-width:820px;margin:0 auto;display:flex;flex-direction:column;gap:1.5rem}.info-card{background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--border-radius-md);padding:2rem}.info-card-title{font-size:1.25rem;font-weight:600;margin-bottom:.85rem;color:var(--text-white);display:flex;align-items:center;gap:.65rem}.info-card-title i{color:var(--accent-gold)}.info-card p{color:var(--text-muted);line-height:1.7;margin-bottom:.75rem}.info-card p:last-child{margin-bottom:0}.info-list{margin-top:.75rem;display:flex;flex-direction:column;gap:.55rem}.info-list li{color:#cbd5e1;padding-left:1.25rem;position:relative}.info-list li:before{content:"";position:absolute;left:0;top:.55rem;width:7px;height:7px;border-radius:50%;background:var(--accent-gold)}.info-actions{display:flex;flex-wrap:wrap;gap:.85rem;margin-top:1.25rem}.muted-note{color:var(--accent-gold-light)!important;font-size:.95rem}.free-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem;max-width:900px;margin:0 auto}.resource-card{background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--border-radius-md);padding:2rem}.resource-card-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:rgba(212,175,55,.1);color:var(--accent-gold);font-size:1.25rem;margin-bottom:1rem}.resource-card h2{font-size:1.2rem;margin:.85rem 0 .65rem}.resource-card p{color:var(--text-muted);font-size:.95rem;line-height:1.65}.library-footnote{text-align:center;margin-top:2.5rem;color:var(--text-muted)}.library-footnote a{color:var(--accent-gold);font-weight:600}.store-grid{display:grid;grid-template-columns:minmax(0,560px);justify-content:center;gap:2rem}.product-card{background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--border-radius-lg);overflow:hidden;display:grid;grid-template-columns:minmax(140px,.85fr) minmax(0,1.15fr);align-items:stretch;box-shadow:var(--shadow-card)}.product-card-media{background:rgba(0,0,0,.25);padding:1.25rem;display:flex;align-items:center;justify-content:center;min-height:220px}.product-card-cover{width:100%;max-width:200px;height:auto;border-radius:var(--border-radius-sm);box-shadow:0 12px 28px rgba(0,0,0,.45);object-fit:contain}.product-card-body{padding:1.75rem 1.5rem;display:flex;flex-direction:column;align-items:flex-start;gap:.65rem;min-width:0}.product-card-category{font-size:.78rem;letter-spacing:.04em;text-transform:uppercase;color:var(--accent-gold);opacity:.9}.product-card-title{font-size:1.25rem;font-weight:700;line-height:1.35}.product-card-desc{color:var(--text-muted);font-size:.92rem;line-height:1.65;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.product-card-meta{margin:.15rem 0 .35rem}.product-card-price{font-size:1.6rem;font-weight:800;color:var(--accent-gold)}.product-detail{padding-top:8.5rem}.breadcrumb{color:var(--text-muted);font-size:.9rem;margin-bottom:2rem}.breadcrumb a{color:var(--accent-gold)}.product-detail-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:3.5rem;align-items:center}.product-detail-title{font-size:2.35rem;font-weight:800;line-height:1.25;margin-bottom:1.25rem}.product-detail-desc{color:var(--text-muted);font-size:1.05rem;line-height:1.75;margin:1.25rem 0 1.5rem}.product-detail-media .book-cover{max-width:360px;margin:0 auto}.buy-soon-wrap{display:flex;flex-direction:column;align-items:flex-start;gap:.75rem;margin-bottom:1rem}.buy-soon-message{color:var(--accent-gold-light);font-weight:500;font-size:.95rem}.buy-error-message{color:#fecaca}.buy-success-message{color:#bbf7d0}.footer-nav{margin:1.25rem 0 1rem}.footer-nav-list{display:flex;flex-wrap:wrap;justify-content:center;gap:.85rem 1.5rem}.footer-nav-list a{color:var(--text-muted);font-size:.92rem;font-weight:500}.footer-nav-list a:hover{color:var(--accent-gold)}.footer-social{display:flex;justify-content:center;gap:1.25rem;margin-bottom:1.25rem}.footer-social-link{color:var(--text-muted);font-size:.92rem;font-weight:500;display:inline-flex;align-items:center;gap:.4rem}.footer-social-link:hover,.notice-body a{color:var(--accent-gold)}.notice-body a{font-weight:600}.placeholder-actions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin-top:.5rem}@media (max-width:1100px){.nav-link{font-size:.8rem}.nav-list{gap:.85rem}}@media (max-width:992px){.product-card{grid-template-columns:1fr;text-align:center}.product-card-body{align-items:center}.product-detail-grid{grid-template-columns:1fr;gap:2.5rem;text-align:center}.buy-soon-wrap{align-items:center;width:100%}.product-detail-info .price-box{margin-left:auto;margin-right:auto}.free-grid{grid-template-columns:1fr}.page-hero-title{font-size:2.15rem}}@media (max-width:768px){.nav-item-mobile-only{display:list-item}.nav-link{font-size:1rem;white-space:normal}.header-container{height:72px}.page-hero{padding-top:7.5rem}.product-detail{padding-top:7rem}.product-detail-title{font-size:1.85rem}.info-actions{flex-direction:column}.info-actions .btn{width:100%}}.auth-page{padding:9rem 0 5rem;min-height:75vh}.auth-card{max-width:480px;margin:0 auto;background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--border-radius-lg);padding:2.5rem 2rem;box-shadow:var(--shadow-card)}.auth-title{font-size:2rem;font-weight:800;margin-bottom:.5rem}.auth-subtitle{color:var(--text-muted);margin-bottom:1.75rem;line-height:1.6}.auth-form{display:flex;flex-direction:column;gap:.35rem}.auth-label{font-size:.9rem;font-weight:600;color:var(--accent-gold-light);margin-top:.65rem}.auth-input{width:100%;padding:.85rem 1rem;border-radius:var(--border-radius-sm);border:1px solid rgba(212,175,55,.25);background:rgba(8,20,35,.8);color:var(--text-white);font:inherit;outline:none;transition:var(--transition-fast)}.auth-input:focus{border-color:var(--accent-gold);box-shadow:0 0 0 3px rgba(212,175,55,.15)}.auth-submit{margin-top:1.35rem;width:100%}.auth-footer-text{margin-top:1.25rem;text-align:center;color:var(--text-muted);font-size:.95rem}.auth-footer-text a{color:var(--accent-gold);font-weight:600}.auth-error{background:rgba(255,80,80,.12);border:1px solid rgba(255,120,120,.35);color:#fecaca;border-radius:var(--border-radius-sm);font-size:.92rem}.auth-banner,.auth-error{padding:.75rem .9rem;margin-bottom:.75rem}.auth-banner{background:rgba(212,175,55,.1);border:1px solid rgba(212,175,55,.35);color:var(--accent-gold-light);border-radius:var(--border-radius-sm);font-size:.9rem;line-height:1.5}.auth-loading{text-align:center;color:var(--text-muted);padding:1rem 0}.account-layout{display:grid;gap:1.5rem;max-width:720px;margin:0 auto}.account-card{max-width:none}.account-email-label{color:var(--text-muted);font-size:.9rem;margin-top:1rem}.account-email{font-size:1.05rem;font-weight:600;margin-bottom:1.25rem}.account-logout{width:auto}.account-section-title{font-size:1.35rem;font-weight:700;margin-bottom:.85rem}.account-empty-title{font-weight:600;margin-bottom:.5rem}.account-empty-text{color:var(--text-muted);margin-bottom:1.25rem}.account-error{color:#fecaca;margin-bottom:1rem;font-size:.95rem}.account-purchase-list{list-style:none;display:flex;flex-direction:column;gap:.85rem;margin:0;padding:0}.account-purchase-item{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start;padding:.9rem 0;border-top:1px solid rgba(255,255,255,.08)}.account-purchase-list li:first-child .account-purchase-item{border-top:none;padding-top:.25rem}.account-purchase-title{font-size:1.02rem;font-weight:600;margin-bottom:.35rem;line-height:1.35}.account-purchase-meta{color:var(--text-muted);font-size:.88rem;margin-bottom:.2rem}.account-purchase-link{color:var(--accent-gold-light);font-size:.88rem;font-weight:500;white-space:nowrap}.account-purchase-link:hover{color:var(--accent-gold)}.account-purchase-actions{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:.85rem}.library-page{min-height:100vh;background:var(--bg-dark);display:flex;flex-direction:column}.library-toolbar{border-bottom:1px solid rgba(212,175,55,.2);background:rgba(13,29,49,.96);position:sticky;top:0;z-index:20}.library-toolbar-inner{max-width:1200px;margin:0 auto;padding:.85rem 1.25rem;display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.library-back{color:var(--text-muted);font-size:.9rem}.library-back:hover{color:var(--accent-gold-light)}.library-title{flex:1 1;font-size:1.05rem;font-weight:600;min-width:12rem}.library-body{flex:1 1;display:flex;flex-direction:column;min-height:0}.library-frame{flex:1 1;width:100%;border:none;min-height:calc(100vh - 72px);background:#111}.library-denied,.library-status{max-width:520px;margin:4rem auto;text-align:center;padding:0 1.25rem}.library-denied h2{margin-bottom:.75rem}.library-denied p{color:var(--text-muted);margin-bottom:1.25rem}.library-denied-actions{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap}.header-account-actions{display:flex;align-items:center;gap:.75rem}.nav-logout-link{background:transparent;border:none;color:var(--text-muted);font:inherit;font-size:.9rem;font-weight:600;cursor:pointer;padding:.25rem .15rem}.nav-logout-link:hover{color:var(--accent-gold)}.nav-logout-mobile{display:block;margin-top:.85rem;width:100%;text-align:left;background:transparent;border:1px solid rgba(212,175,55,.3);color:var(--text-white);border-radius:var(--border-radius-sm);padding:.7rem 1rem;font:inherit;font-weight:600;cursor:pointer}.nav-logout-mobile:hover{border-color:var(--accent-gold);color:var(--accent-gold)}@media (max-width:768px){.auth-page{padding-top:7.5rem}.auth-card{padding:2rem 1.35rem}.auth-title{font-size:1.7rem}}.store-status{max-width:640px;margin:0 auto;text-align:center;background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--border-radius-md);padding:2rem 1.5rem;color:var(--text-muted)}.store-status-error{border-color:rgba(255,120,120,.35);color:#fecaca}.store-product-block{display:flex;flex-direction:column;gap:.85rem}.store-buy-row{display:flex;justify-content:center}.store-buy-row .buy-soon-wrap{align-items:center}.home-hero .hero-title{font-size:3.1rem}.home-portrait-card{position:relative;display:flex;justify-content:center}.home-portrait{position:relative;z-index:2;width:100%;max-width:360px;height:auto;border-radius:var(--border-radius-md);box-shadow:0 20px 40px rgba(0,0,0,.55),0 0 0 1px rgba(212,175,55,.28);object-fit:cover}.about-text-secondary{margin-top:-.5rem}.home-platform-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}.home-platform-card{background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--border-radius-md);padding:2rem 1.5rem;transition:var(--transition-smooth);display:flex;flex-direction:column;min-height:100%}.home-platform-card:hover{transform:translateY(-6px);border-color:rgba(212,175,55,.5);box-shadow:var(--shadow-card)}.home-platform-card h3{font-size:1.2rem;margin-bottom:.75rem}.home-platform-card p{color:var(--text-muted);font-size:.95rem;line-height:1.65;flex:1 1}.home-card-link{margin-top:1.25rem;color:var(--accent-gold);font-weight:600;font-size:.95rem;display:inline-flex;align-items:center;gap:.45rem}.home-teaser-section{padding-top:2rem;padding-bottom:2rem}.home-teaser-alt{padding-top:0}.home-teaser-card{max-width:820px;margin:0 auto;background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--border-radius-lg);padding:2.5rem 2rem;text-align:center}.home-teaser-card .section-title{margin-bottom:1rem}.home-teaser-card .section-title:after{left:50%;transform:translateX(-50%)}.home-teaser-card p{color:var(--text-muted);line-height:1.7;max-width:620px;margin:0 auto 1.5rem}.home-teaser-actions{display:flex;flex-wrap:wrap;gap:.85rem;justify-content:center}.home-featured-section{background:linear-gradient(180deg,var(--bg-dark) 0,var(--header-bg) 100%)}.home-featured-card{max-width:860px;margin:0 auto 3rem;background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--border-radius-lg);overflow:hidden;display:grid;grid-template-columns:.75fr 1.25fr;box-shadow:var(--shadow-card)}.home-featured-media{background:rgba(0,0,0,.25);padding:1.5rem;display:flex;align-items:center;justify-content:center}.home-featured-cover{width:100%;max-width:200px;height:auto;border-radius:var(--border-radius-sm);box-shadow:0 12px 28px rgba(0,0,0,.45)}.home-featured-body{padding:2rem 1.75rem;display:flex;flex-direction:column;align-items:flex-start;gap:.75rem}.home-featured-body h3{font-size:1.4rem;font-weight:700}.home-featured-body p{color:var(--text-muted);line-height:1.65;font-size:.98rem}.home-featured-actions{margin-top:.5rem}.home-video-wrap{max-width:460px;width:100%;margin:2rem auto 0;padding-inline:0}.home-preview-video-card{width:100%;max-width:460px;margin:0 auto;border-radius:var(--border-radius-lg);overflow:hidden;box-shadow:0 18px 40px -14px rgba(0,0,0,.65),0 0 0 1px rgba(212,175,55,.28);background:#000}.home-preview-video-card video{display:block;width:100%;height:auto;aspect-ratio:1/1;object-fit:contain;background:#000}.home-video-title{font-size:1.45rem;font-weight:700;margin-bottom:.5rem}@media (max-width:992px){.home-featured-card,.home-platform-grid{grid-template-columns:1fr}.home-featured-card{text-align:center}.home-featured-body{align-items:center}.home-hero .hero-title{font-size:2.5rem}}@media (max-width:768px){.home-hero .hero-title{font-size:2.1rem}.home-portrait{max-width:280px}.home-teaser-actions{flex-direction:column}.home-teaser-actions .btn{width:100%}}.home-approach{padding-top:4.5rem;padding-bottom:4.5rem}.home-approach-inner{max-width:1040px;margin:0 auto}.home-approach-header{text-align:center;margin-bottom:2.75rem}.home-approach-header .badge{margin-bottom:1.25rem}.home-approach-heading{font-size:clamp(1.65rem,3.2vw,2.35rem);font-weight:700;line-height:1.3;letter-spacing:-.02em;max-width:18ch;margin:0 auto 1.35rem;color:var(--text-white)}.home-approach-text{color:#cbd5e1;font-size:1.05rem;line-height:1.75;font-weight:400;max-width:720px;margin:0 auto}.home-pillars-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem;margin-bottom:2.5rem}.home-pillar{background:var(--card-bg);border:1px solid rgba(212,175,55,.2);border-radius:var(--border-radius-md);padding:1.6rem 1.35rem 1.5rem;position:relative;overflow:hidden;transition:border-color var(--transition-fast),transform var(--transition-smooth)}.home-pillar:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,var(--accent-gold) 0,transparent 100%);opacity:.85}.home-pillar:hover{border-color:rgba(212,175,55,.45);transform:translateY(-3px)}.home-pillar-number{display:block;font-size:.8rem;font-weight:700;letter-spacing:.12em;color:var(--accent-gold);margin-bottom:.85rem}.home-pillar-title{font-size:1.08rem;font-weight:600;color:var(--text-white);margin-bottom:.55rem;line-height:1.35}.home-pillar-text{color:var(--text-muted);font-size:.92rem;line-height:1.6;font-weight:400}.home-approach-closing{text-align:center;max-width:640px;margin:0 auto;font-size:1.08rem;line-height:1.7;font-weight:500;color:var(--accent-gold-light);padding-top:.25rem}.contact-card p,.hero-subtitle,.home-featured-body p,.home-platform-card p,.section-subtitle{font-weight:400}.home-video-caption{text-align:center;color:var(--text-muted);font-size:.95rem;margin-bottom:1rem}.home-featured-section{padding-top:3.5rem;padding-bottom:3.5rem}@media (max-width:992px){.home-pillars-grid{grid-template-columns:1fr;max-width:520px;margin-left:auto;margin-right:auto;margin-bottom:2.25rem}.home-approach-heading{max-width:22ch}}@media (max-width:768px){.home-approach{padding-top:3.5rem;padding-bottom:3.5rem}.home-approach-header{margin-bottom:2.25rem}.home-approach-text{font-size:.98rem}.home-approach-closing{font-size:1rem}}.admin-app{min-height:100vh;background:radial-gradient(ellipse at top,rgba(212,175,55,.08),transparent 45%),var(--bg-dark)}.admin-topbar{border-bottom:1px solid rgba(212,175,55,.18);background:rgba(13,29,49,.95);position:sticky;top:0;z-index:40;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.admin-topbar-inner{max-width:1180px;margin:0 auto;padding:.9rem 1.25rem;display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.admin-brand-link{display:flex;flex-direction:column;gap:.1rem}.admin-brand-name{font-weight:700;font-size:1.15rem}.admin-brand-meta{color:var(--accent-gold);font-size:.75rem;letter-spacing:.08em;text-transform:uppercase}.admin-nav{display:flex;gap:.75rem;flex:1 1;flex-wrap:wrap}.admin-nav-link{color:var(--text-muted);font-size:.92rem;font-weight:500;padding:.35rem .55rem;border-radius:6px}.admin-nav-link.active,.admin-nav-link:hover{color:var(--text-white);background:rgba(255,255,255,.05)}.admin-user{display:flex;align-items:center;gap:.75rem}.admin-user-email{color:var(--text-muted);font-size:.85rem}.admin-logout{background:transparent;border:1px solid rgba(255,255,255,.2);color:var(--text-white);border-radius:6px;padding:.35rem .7rem;cursor:pointer;font:inherit;font-size:.85rem}.admin-logout:hover{border-color:rgba(212,175,55,.5)}.admin-main{max-width:1180px;margin:0 auto;padding:2rem 1.25rem 3.5rem}.admin-page-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.75rem;flex-wrap:wrap}.admin-kicker{color:var(--accent-gold);font-size:.78rem;letter-spacing:.12em;font-weight:600;margin-bottom:.4rem}.admin-page h1{font-size:clamp(1.6rem,3vw,2rem);margin-bottom:.4rem}.admin-lede{color:var(--text-muted);max-width:42rem;font-size:.98rem}.admin-state{min-height:70vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem 1.25rem;gap:.75rem}.admin-state h1{font-size:1.75rem}.admin-state p{color:var(--text-muted);max-width:34rem}.admin-state-actions{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:center;margin-top:.5rem}.admin-hint{margin-top:1rem;font-size:.88rem;color:#94a3b8}.admin-hint code{color:var(--accent-gold-light);font-size:.84rem}.admin-form{background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--border-radius-md);padding:1.5rem;max-width:760px}.admin-label{display:block;margin:.85rem 0 .4rem;font-size:.9rem;font-weight:500;color:#e2e8f0}.admin-file,.admin-input,.admin-textarea{width:100%;background:rgba(8,20,35,.7);border:1px solid rgba(255,255,255,.12);border-radius:8px;color:var(--text-white);padding:.7rem .85rem;font:inherit}.admin-textarea{resize:vertical;min-height:96px}.admin-input:focus,.admin-textarea:focus{outline:none;border-color:rgba(212,175,55,.55)}.admin-form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.admin-price-wrap{display:flex;align-items:center;gap:.5rem}.admin-price-wrap span{color:var(--accent-gold);font-weight:600}.admin-file-note{margin-top:.4rem;color:var(--text-muted);font-size:.82rem}.admin-delivery-note{margin-top:1.25rem;padding:1rem 1.1rem;border:1px solid rgba(212,175,55,.28);border-radius:8px;background:rgba(212,175,55,.06)}.admin-delivery-note strong{display:block;color:var(--accent-gold-light);margin-bottom:.45rem;font-size:.92rem}.admin-delivery-note p{color:var(--text-muted);font-size:.88rem;line-height:1.55;margin-bottom:.45rem}.admin-delivery-note p:last-child{margin-bottom:0}.admin-delivery-note code{color:var(--accent-gold-light);font-size:.84rem}.admin-status{margin-top:1.25rem;border:1px solid rgba(212,175,55,.2);border-radius:8px;padding:.9rem 1rem}.admin-status legend{padding:0 .35rem;color:var(--accent-gold-light);font-size:.85rem}.admin-radio{display:inline-flex;align-items:center;gap:.4rem;margin-right:1.25rem;color:var(--text-muted)}.admin-form-actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1.5rem;flex-wrap:wrap}.admin-error{background:rgba(248,113,113,.12);border:1px solid rgba(248,113,113,.35);color:#fecaca;padding:.75rem .9rem;border-radius:8px;margin-bottom:1rem}.admin-muted{color:var(--text-muted)}.admin-empty{text-align:center;padding:2.5rem 1rem;background:var(--card-bg);border:1px dashed rgba(212,175,55,.3);border-radius:var(--border-radius-md)}.admin-empty p{color:var(--text-muted);margin-bottom:1rem}.admin-table-scroll{overflow-x:auto;border:1px solid var(--card-border);border-radius:var(--border-radius-md);background:var(--card-bg)}.admin-table{width:100%;border-collapse:collapse;min-width:860px}.admin-table td,.admin-table th{text-align:left;padding:.85rem .9rem;border-bottom:1px solid rgba(255,255,255,.06);vertical-align:top;font-size:.92rem}.admin-table th{color:var(--accent-gold-light);font-weight:600;font-size:.8rem;letter-spacing:.04em;text-transform:uppercase;background:rgba(8,20,35,.55)}.admin-product-cell{display:flex;flex-direction:column;gap:.2rem}.admin-slug{color:var(--text-muted);font-size:.8rem}.admin-status-pill{display:inline-flex;padding:.2rem .55rem;border-radius:999px;font-size:.78rem;font-weight:600;background:rgba(148,163,184,.15);color:#cbd5e1}.admin-status-pill.is-live{background:rgba(212,175,55,.15);color:var(--accent-gold-light)}.admin-row-actions{display:flex;flex-wrap:wrap;gap:.45rem}.admin-action{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.14);color:var(--text-white);border-radius:6px;padding:.3rem .55rem;font:inherit;font-size:.82rem;cursor:pointer;text-decoration:none}.admin-action:hover{border-color:rgba(212,175,55,.45)}.admin-action:disabled{opacity:.5;cursor:not-allowed}.admin-action-danger{color:#fecaca;border-color:rgba(248,113,113,.35)}.admin-card-list{display:none}.account-admin-link{margin:1rem 0 .75rem;width:100%}@media (max-width:900px){.admin-table-scroll{display:none}.admin-card-list{display:grid;gap:.9rem}.admin-product-card{background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--border-radius-md);padding:1rem 1.05rem}.admin-product-card-top{display:flex;justify-content:space-between;gap:.75rem;align-items:flex-start;margin-bottom:.5rem}.admin-product-card h3{font-size:1.02rem;line-height:1.35}.admin-product-date,.admin-product-meta{color:var(--text-muted);font-size:.88rem;margin-bottom:.35rem}.admin-form-row{grid-template-columns:1fr}.admin-user-email{display:none}}@font-face{font-family:Poppins;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/6c177e25b87fd9cd-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:Poppins;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/6c9a125e97d835e1-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/4c285fdca692ea22-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/034d78ad42e9620c-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:Poppins;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/fe0777f1195381cb-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/eafabf029ad39a43-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/db911767852bc875-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:Poppins;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/f10b8e9d91f3edcb-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8888a3826f4a3af4-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/29e7bbdce9332268-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:Poppins;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c3bc380753a8436c-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/0484562807a97172-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/29a4aea02fdee119-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:Poppins;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/a1386beebedccca4-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/b957ea75a84b6ea7-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/28485c0de2075f40-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:Poppins;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/5fb25f343c7550ca-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/7db6c35d839a711c-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins Fallback;src:local("Arial");ascent-override:93.62%;descent-override:31.21%;line-gap-override:8.92%;size-adjust:112.16%}.__className_c70c06{font-family:Poppins,Poppins Fallback;font-style:normal}.__variable_c70c06{--font-poppins:"Poppins","Poppins Fallback"}