@import "https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Outfit:wght@100..900&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--purple:#9523af;--purple-dark:#6b1880;--purple-deeper:#3d0d4a;--purple-light:#c05fd6;--purple-pale:#f5eaf8;--purple-soft:#e8d0f0;--purple-mid:#b83fd0;--bg:#faf7fb;--bg-alt:#f2eaf6;--ink:#1a0a20;--ink-muted:#5a3d6b;--ink-light:#9b7aad;--white:#fff;--border:#9523af1f;--border-strong:#9523af40}html{scroll-behavior:smooth}body{background-color:var(--bg);color:var(--ink);font-family:Outfit,sans-serif;line-height:1.6;overflow-x:hidden}nav{z-index:100;backdrop-filter:blur(14px);border-bottom:1px solid var(--border);background:#faf7fbe6;justify-content:space-between;align-items:center;padding:1.1rem 5vw;transition:box-shadow .3s;display:flex;position:fixed;top:0;left:0;right:0}nav.scrolled{box-shadow:0 2px 24px #9523af1a}.nav-logo{color:var(--ink);letter-spacing:-.3px;align-items:center;gap:.55rem;font-family:Lora,serif;font-size:1.15rem;font-weight:600;text-decoration:none;display:flex}.nav-logo img{object-fit:cover;border-radius:50%;width:32px;height:32px}.nav-logo span{color:var(--purple)}.nav-links{gap:2rem;list-style:none;display:flex}.nav-links a{color:var(--ink-muted);letter-spacing:.3px;font-size:.85rem;font-weight:500;text-decoration:none;transition:color .2s}.nav-links a:hover{color:var(--purple)}.nav-cta{border-radius:100px;padding:.5rem 1.2rem;background:var(--purple)!important;color:#fff!important;font-size:.82rem!important;transition:background .2s!important}.nav-cta:hover{background:var(--purple-dark)!important}.mobile-menu-toggle{cursor:pointer;z-index:110;background:0 0;border:none;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;padding:6px;transition:background .2s;display:none}.mobile-menu-toggle:hover{background:var(--purple-pale,#9523af14)}.hamburger-line{background:var(--ink);transform-origin:50%;border-radius:2px;width:22px;height:2px;transition:transform .3s cubic-bezier(.4,0,.2,1),opacity .2s;display:block}.mobile-menu-toggle.open .hamburger-line:first-child{transform:translateY(7px)rotate(45deg)}.mobile-menu-toggle.open .hamburger-line:nth-child(2){opacity:0}.mobile-menu-toggle.open .hamburger-line:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.mobile-nav-backdrop,.mobile-nav-drawer{display:none}.hero{flex-direction:column;justify-content:center;min-height:100vh;padding:8rem 5vw 5rem;display:flex;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#9523af1f 0%,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;top:-120px;right:-100px}.hero-content{max-width:55%}.hero-eyebrow{letter-spacing:2.5px;text-transform:uppercase;color:var(--purple);opacity:0;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.75rem;font-weight:600;animation:.6s .2s forwards fadeUp;display:inline-flex}.hero-eyebrow:before{content:"";background:var(--purple);width:28px;height:1.5px;display:block}.hero-headline{letter-spacing:-2px;color:var(--ink);opacity:0;max-width:820px;font-family:Lora,serif;font-size:clamp(3rem,7vw,6rem);font-weight:700;line-height:1.05;animation:.7s .35s forwards fadeUp}.hero-headline em{color:var(--purple);font-style:italic;position:relative}.hero-headline em:after{content:"";background:var(--purple-light);opacity:.4;border-radius:2px;height:3px;position:absolute;bottom:4px;left:0;right:0}.hero-sub{max-width:560px;color:var(--ink-muted);opacity:0;margin-top:1.8rem;font-size:1.05rem;font-weight:300;line-height:1.8;animation:.7s .5s forwards fadeUp}.hero-sub strong{color:var(--ink);font-weight:600}.hero-actions{opacity:0;flex-wrap:wrap;gap:1rem;margin-top:2.5rem;animation:.7s .65s forwards fadeUp;display:flex}.btn-primary{background:var(--purple);color:#fff;cursor:pointer;border:none;border-radius:100px;align-items:center;gap:.5rem;padding:.85rem 2rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:background .2s,transform .15s;display:inline-flex}.btn-primary:hover{background:var(--purple-dark);transform:translateY(-1px)}.btn-secondary{color:var(--ink);border:1.5px solid var(--border-strong);cursor:pointer;background:0 0;border-radius:100px;align-items:center;gap:.5rem;padding:.85rem 2rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:border-color .2s,color .2s,transform .15s;display:inline-flex}.btn-secondary:hover{border-color:var(--purple);color:var(--purple);transform:translateY(-1px)}.hero-deco{opacity:0;pointer-events:none;z-index:1;width:min(340px,32vw);animation:1s .9s forwards fadeIn;position:absolute;top:50%;right:4vw;transform:translateY(-50%)}.hero-card{background:#fff;border-radius:20px;padding:1.6rem;font-family:Outfit,sans-serif;box-shadow:0 0 0 1px #9523af1f,0 8px 24px #9523af1f,0 32px 64px #9523af1a}.hero-card-header{justify-content:space-between;align-items:center;margin-bottom:1.2rem;display:flex}.hero-card-band{flex-direction:column;display:flex}.hero-card-band-num{color:var(--purple);background:linear-gradient(135deg,#9523af,#c05fd6);-webkit-text-fill-color:transparent;background-clip:text;font-family:Lora,serif;font-size:3rem;font-weight:700;line-height:1}.hero-card-band-label{letter-spacing:2px;text-transform:uppercase;color:var(--ink-light);margin-top:2px;font-size:.65rem;font-weight:600}.hero-card-badge{color:#16a34a;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:100px;align-items:center;gap:4px;padding:.35rem .75rem;font-size:.72rem;font-weight:600;display:inline-flex}.hero-card-divider{background:#9523af1a;height:1px;margin:1rem 0}.hero-card-skills{flex-direction:column;gap:.55rem;display:flex}.hero-card-skill-label{color:var(--ink-muted);margin-bottom:2px;font-size:.75rem;font-weight:500}.hero-card-bar-wrap{background:#9523af1a;border-radius:100px;height:6px;overflow:hidden}.hero-card-bar{transform-origin:0;background:linear-gradient(90deg,#9523af,#c05fd6);border-radius:100px;height:100%;animation:1.4s cubic-bezier(.4,0,.2,1) 1.2s both barGrow}@keyframes barGrow{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.hero-card-stats{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.hero-card-stat{flex-direction:column;flex:1;align-items:center;min-width:0;display:flex}.hero-card-stat-num{color:var(--ink);letter-spacing:-.5px;white-space:nowrap;font-family:Lora,serif;font-size:1.05rem;font-weight:700}.hero-card-stat-label{color:var(--ink-light);text-align:center;white-space:nowrap;margin-top:2px;font-size:.6rem;font-weight:400;line-height:1.3}.hero-card-stat-divider{background:#9523af1f;flex-shrink:0;width:1px;height:32px}.hero-card-footer{border-top:1px solid #9523af1a;align-items:center;gap:.75rem;margin-top:1rem;padding-top:1rem;display:flex}.hero-card-avatars{display:flex}.hero-card-avatar{color:#fff;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;margin-left:-6px;font-size:.62rem;font-weight:700;display:flex}.hero-card-avatars .hero-card-avatar:first-child{margin-left:0}.hero-card-footer-text{color:var(--ink-muted);font-size:.72rem;font-weight:400}section{padding:6rem 5vw}section:nth-child(2n){background:var(--bg-alt)}.section-tag{letter-spacing:2.5px;text-transform:uppercase;color:var(--purple);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.7rem;font-weight:600;display:inline-flex}.section-tag:before{content:"";background:var(--purple);width:20px;height:1.5px;display:block}.section-title{letter-spacing:-1px;max-width:640px;font-family:Lora,serif;font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.1}.section-title em{color:var(--purple);font-style:italic}.section-desc{color:var(--ink-muted);max-width:560px;margin-top:.8rem;font-size:.95rem;font-weight:300;line-height:1.8}.about-grid{grid-template-columns:1fr 1.3fr;align-items:flex-end;gap:3rem;margin-top:3.5rem;display:grid}.about-img-wrap{justify-content:flex-start;align-items:center;display:flex;position:relative}.about-img-frame{background:0 0;border-radius:0;justify-content:center;align-items:flex-end;width:100%;max-width:400px;display:flex;position:relative;overflow:visible}.about-badge{background:var(--purple);color:#fff;white-space:nowrap;z-index:2;border-radius:100px;padding:.5rem 1rem;font-size:.78rem;font-weight:600;position:absolute;top:1.2rem;left:1rem;box-shadow:0 4px 16px #9523af66}.about-text{color:var(--ink-muted);margin-top:1.5rem;font-size:.95rem;line-height:1.9}.about-text+.about-text{margin-top:1rem}.about-tags{flex-wrap:wrap;gap:.5rem;margin-top:1.5rem;display:flex}.about-tag{letter-spacing:.3px;border:1px solid var(--border-strong);color:var(--ink-muted);border-radius:100px;padding:.35rem .9rem;font-size:.78rem;font-weight:500}.guides-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;margin-top:3.5rem;display:grid}.guide-card{background:var(--white);border:1px solid var(--border);cursor:pointer;color:inherit;border-radius:12px;padding:2rem;text-decoration:none;transition:transform .2s,box-shadow .2s,border-color .2s;display:block}.guide-card:hover{border-color:var(--purple);transform:translateY(-4px);box-shadow:0 12px 40px #9523af1f}.guide-icon{border-radius:10px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1.2rem;font-size:1.4rem;display:flex}.guide-card-title{margin-bottom:.6rem;font-family:Lora,serif;font-size:1.2rem;font-weight:600;line-height:1.3}.guide-card-desc{color:var(--ink-muted);font-size:.85rem;line-height:1.7}.guide-arrow{color:var(--purple);align-items:center;gap:.3rem;margin-top:1.2rem;font-size:.8rem;font-weight:500;display:inline-flex}.book-section{background:var(--purple-deeper)!important}.book-section .section-tag{color:var(--purple-light)}.book-section .section-tag:before{background:var(--purple-light)}.book-section .section-title{color:#f5eaf8}.book-section .section-title em{color:var(--purple-light)}.book-section .section-desc{color:#f5eaf899}.book-grid{grid-template-columns:auto 1fr;align-items:center;gap:5rem;margin-top:3.5rem;display:grid}.book-cover{filter:drop-shadow(-6px 6px #1a0a20)drop-shadow(8px 16px 32px #0000008c);flex-shrink:0;width:220px;transition:transform .3s,filter .3s;animation:5s ease-in-out infinite floatBookCover}.book-cover:hover{filter:drop-shadow(-8px 10px #1a0a20)drop-shadow(10px 20px 36px #000000a6);animation-play-state:paused;transform:rotate(-2deg)scale(1.03)translateY(-4px)}.book-cover img{border-radius:4px 10px 10px 4px;width:100%;display:block}@keyframes floatBookCover{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-12px)rotate(-1.5deg)}}.book-features{flex-direction:column;gap:.9rem;margin-top:1.5rem;list-style:none;display:flex}.book-features li{color:#f5eaf8b8;align-items:flex-start;gap:.8rem;font-size:.9rem;line-height:1.6;display:flex}.book-features li:before{content:"✦";color:var(--purple-light);flex-shrink:0;margin-top:1px;font-size:.7rem}.book-btn{background:var(--purple);color:#fff;border-radius:100px;align-items:center;gap:.5rem;margin-top:2rem;padding:.85rem 2rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:background .2s,transform .15s;display:inline-flex}.book-btn:hover{background:var(--purple-light);transform:translateY(-1px)}.newsletter-wrap{background:var(--purple-pale);text-align:center;border:1px solid #9523af33;border-radius:16px;max-width:680px;margin:3rem auto 0;padding:3rem}.newsletter-wrap .section-title{text-align:center;margin:0 auto}.newsletter-wrap .section-desc{text-align:center;margin:.8rem auto 0}.newsletter-form{gap:.75rem;max-width:440px;margin-top:2rem;margin-left:auto;margin-right:auto;display:flex}.newsletter-form input[type=email]{border:1.5px solid var(--border-strong);background:var(--white);color:var(--ink);border-radius:100px;outline:none;flex:1;padding:.85rem 1.2rem;font-family:Outfit,sans-serif;font-size:.9rem;transition:border-color .2s}.newsletter-form input[type=email]:focus{border-color:var(--purple)}.newsletter-form input::placeholder{color:var(--ink-light)}.newsletter-meta{color:var(--ink-light);margin-top:.8rem;font-size:.75rem}.yt-grid{grid-template-columns:1fr 1fr;gap:1rem;margin-top:3rem;display:grid}.yt-card{background:var(--white);border:1px solid var(--border);color:inherit;border-radius:10px;text-decoration:none;transition:transform .2s,border-color .2s;overflow:hidden}.yt-card:hover{border-color:var(--purple);transform:translateY(-3px)}.yt-thumb{aspect-ratio:16/9;justify-content:center;align-items:center;width:100%;font-size:2.5rem;display:flex;position:relative}.yt-play{opacity:0;background:#1a0a2047;justify-content:center;align-items:center;transition:opacity .2s;display:flex;position:absolute;inset:0}.yt-card:hover .yt-play{opacity:1}.yt-play svg{fill:#fff;width:44px;height:44px}.yt-info{padding:1rem 1.1rem 1.2rem}.yt-title{font-size:.88rem;font-weight:500;line-height:1.5}.yt-meta{color:var(--ink-light);margin-top:.4rem;font-size:.75rem}.yt-cta{text-align:center;flex-direction:column;align-items:center;gap:.75rem;margin-top:2rem;display:flex}.playlist-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-top:3rem;display:grid}.playlist-card{background:var(--white);border:1px solid var(--border);color:inherit;border-radius:16px;text-decoration:none;transition:transform .25s,box-shadow .25s,border-color .25s;display:block;overflow:hidden}.playlist-card:hover{border-color:var(--purple);transform:translateY(-5px);box-shadow:0 16px 48px #9523af26}.playlist-card:hover .playlist-thumb img{transform:scale(1.04)}.playlist-thumb{aspect-ratio:16/9;justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.playlist-logo{object-fit:cover;opacity:.3;border-radius:50%;width:72px;height:72px;transition:opacity .2s}.playlist-card:hover .playlist-logo{opacity:.5}.playlist-play-btn{justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.playlist-play-btn div,.playlist-play-btn{transition:transform .2s}.playlist-card:hover .playlist-play-btn svg{transform:scale(1.15)}.playlist-badge{backdrop-filter:blur(6px);color:#fff;letter-spacing:1.5px;background:#ffffff26;border:1px solid #ffffff40;border-radius:100px;padding:.3rem .7rem;font-size:.65rem;font-weight:700;position:absolute;top:.75rem;left:.75rem}.playlist-info{padding:1.5rem}.playlist-number{letter-spacing:2px;color:var(--purple);margin-bottom:.4rem;font-size:.7rem;font-weight:700}.playlist-name{color:var(--ink);margin-bottom:.6rem;font-family:Lora,serif;font-size:1.25rem;font-weight:700;line-height:1.25}.playlist-desc{color:var(--ink-muted);margin-bottom:1rem;font-size:.85rem;line-height:1.7}.playlist-meta{justify-content:space-between;align-items:center;display:flex}.playlist-tag{background:var(--purple-pale);color:var(--purple);border:1px solid #9523af33;border-radius:100px;padding:.25rem .75rem;font-size:.72rem;font-weight:600}.playlist-watch{color:var(--purple);font-size:.82rem;font-weight:500}.testimonials-section{background:var(--purple-soft)!important}.testimonials-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-top:2.5rem;display:grid}.testimonial-card{background:var(--white);border:1px solid var(--border);border-radius:16px;flex-direction:column;gap:0;padding:1.8rem;display:flex}.testimonial-stars{color:#f5a623;letter-spacing:2px;margin-bottom:.8rem;font-size:.9rem}.testimonial-text{color:var(--ink-muted);flex:1;font-size:.9rem;font-style:italic;line-height:1.8}.testimonial-author{border-top:1px solid var(--border);align-items:center;gap:.75rem;margin-top:1.4rem;padding-top:1rem;display:flex}.author-avatar-img{border:2px solid var(--purple);border-radius:50%;flex-shrink:0;width:42px;height:42px;overflow:hidden}.author-avatar-img img{object-fit:cover;object-position:center top;width:100%;height:100%}.author-name{font-size:.85rem;font-weight:600}.author-meta{color:var(--ink-light);font-size:.72rem}.band-pill{background:var(--purple-pale);color:var(--purple);white-space:nowrap;border:1px solid #9523af40;border-radius:100px;margin-left:auto;padding:.25rem .7rem;font-size:.7rem;font-weight:700}.testimonial-stat-card{background:linear-gradient(145deg, var(--purple-deeper), var(--purple-dark))!important;border-color:#0000!important}.tsc-inner{flex-direction:column;height:100%;display:flex}.tsc-big{color:#fff;letter-spacing:-2px;font-family:Lora,serif;font-size:3.5rem;font-weight:700;line-height:1}.tsc-big span{color:var(--purple-light);font-size:2rem}.tsc-label{color:#f5eaf899;margin-top:.4rem;font-size:.82rem;line-height:1.5}.tsc-divider{background:#ffffff1a;height:1px;margin:1.2rem 0}.tsc-row{justify-content:space-between;gap:.5rem;display:flex}.tsc-item{flex-direction:column;align-items:center;display:flex}.tsc-num{color:#fff;font-family:Lora,serif;font-size:1rem;font-weight:700}.tsc-sub{color:#f5eaf880;margin-top:2px;font-size:.65rem}.tsc-quote{color:var(--purple-light);margin-top:auto;padding-top:1.2rem;font-family:Lora,serif;font-size:1rem;font-style:italic;line-height:1.5}.tsc-attr{color:#f5eaf880;margin-top:.3rem;font-size:.72rem}footer{background:var(--purple-deeper);color:#f5eaf8;padding:4rem 5vw 2rem}.footer-grid{border-bottom:1px solid #f5eaf81a;grid-template-columns:2fr 1fr 1fr 1fr;gap:3.5rem;margin-bottom:3rem;padding-bottom:2rem;display:grid}.footer-logo{color:#f5eaf8;align-items:center;gap:.6rem;margin-bottom:.8rem;font-family:Lora,serif;font-size:1.3rem;font-weight:700;display:flex}.footer-logo img{object-fit:cover;border-radius:50%;width:38px;height:38px}.footer-logo span{color:var(--purple-light)}.footer-tagline{color:#f5eaf880;max-width:280px;font-size:.85rem;line-height:1.7}.footer-heading{letter-spacing:2px;text-transform:uppercase;color:var(--purple-light);margin-bottom:1rem;font-size:.72rem;font-weight:600}.footer-links{flex-direction:column;gap:.6rem;list-style:none;display:flex}.footer-links a{color:#f5eaf88c;font-size:.85rem;text-decoration:none;transition:color .2s}.footer-links a:hover{color:#f5eaf8}.footer-bottom{color:#f5eaf866;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;font-size:.78rem;display:flex}.footer-bottom-links{align-items:center;gap:.6rem;display:flex}.footer-bottom-links a{color:#f5eaf899;text-decoration:none;transition:color .2s}.footer-bottom-links a:hover{color:#f5eaf8;text-decoration:underline}.footer-sep{color:#f5eaf840}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.reveal{opacity:0;transition:opacity .65s,transform .65s;transform:translateY(28px)}.reveal.visible{opacity:1;transform:translateY(0)}@media (width<=768px){.nav-links{display:none}.mobile-menu-toggle{display:flex}.mobile-nav-backdrop{z-index:98;backdrop-filter:blur(4px);opacity:0;visibility:hidden;background:#1a0a2073;transition:opacity .3s,visibility .3s;display:block;position:fixed;inset:0}.mobile-nav-backdrop.visible{opacity:1;visibility:visible}.mobile-nav-drawer{z-index:99;-webkit-backdrop-filter:blur(20px);border-left:1px solid var(--border);background:#faf7fbf7;flex-direction:column;justify-content:center;width:min(280px,75vw);height:100dvh;padding:2rem 1.8rem;transition:transform .35s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;right:0;transform:translate(100%);box-shadow:-8px 0 40px #9523af1f}.mobile-nav-drawer.open{transform:translate(0)}.mobile-nav-links{flex-direction:column;gap:.4rem;margin:0;padding:0;list-style:none;display:flex}.mobile-nav-links li a{color:var(--ink);letter-spacing:.2px;border-radius:12px;padding:.9rem 1rem;font-family:Outfit,sans-serif;font-size:1.05rem;font-weight:500;text-decoration:none;transition:background .2s,color .2s;display:block}.mobile-nav-links li a:hover,.mobile-nav-links li a:active{background:var(--purple-pale,#9523af14);color:var(--purple)}.mobile-nav-cta{text-align:center;margin-top:.8rem;background:var(--purple)!important;color:#fff!important;border-radius:100px!important;padding:.85rem 1rem!important;font-size:.95rem!important;font-weight:600!important;transition:background .2s!important}.mobile-nav-cta:hover{background:var(--purple-dark)!important}.about-grid{grid-template-columns:1fr;gap:2.5rem}.about-img-frame{aspect-ratio:4/3;max-width:100%}.book-grid{grid-template-columns:1fr;gap:2.5rem}.yt-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr;gap:2rem}.footer-bottom{text-align:center;flex-direction:column;gap:.8rem}.newsletter-form{flex-direction:column}.hero{flex-direction:column;gap:2.5rem;min-height:auto;padding:7rem 5vw 3rem;display:flex}.hero-headline{letter-spacing:-1.5px;font-size:clamp(2.4rem,10vw,3.5rem)}.hero-eyebrow{margin-bottom:.8rem}.hero-sub{margin-top:1rem;font-size:.95rem}.hero-actions{margin-top:1.5rem}.hero-deco{opacity:1;pointer-events:auto;width:100%;animation:none;display:block;position:static;transform:none}.hero-card{padding:1.25rem}.hero-card-band-num{font-size:2.4rem}.hero-card-stats{gap:0}.hero-card-stat-num{font-size:.95rem}.hero-card-stat-label{font-size:.58rem}}.pwa-install-banner{z-index:1000;border:1.5px solid var(--purple-soft);background-color:#faf5fc;border-radius:16px;align-items:center;width:max-content;max-width:90vw;height:44px;padding:0 .5rem 0 .8rem;font-family:Outfit,sans-serif;transition:transform .2s,box-shadow .2s;animation:.4s cubic-bezier(.16,1,.3,1) forwards pwaFadeUp;display:flex;position:fixed;bottom:2rem;left:50%;transform:translate(-50%);box-shadow:0 8px 30px #9523af26}.pwa-install-banner:hover{transform:translate(-50%)translateY(-2px);box-shadow:0 12px 35px #9523af40}.pwa-install-btn{cursor:pointer;height:100%;color:var(--purple-dark);background:0 0;border:none;align-items:center;gap:.6rem;padding:0 .4rem;font-size:.92rem;font-weight:500;transition:color .2s;display:flex}.pwa-install-btn:hover{color:var(--purple)}.pwa-icon{width:18px;height:18px;stroke:var(--purple);fill:none;vertical-align:middle;flex-shrink:0;display:inline-block}.pwa-text{white-space:nowrap;letter-spacing:-.1px}.pwa-divider{background-color:var(--purple-soft);width:1px;height:18px;margin:0 .4rem}.pwa-close-btn{cursor:pointer;width:28px;height:28px;color:var(--ink-light);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;transition:background-color .2s,color .2s;display:flex}.pwa-close-btn:hover{background-color:var(--purple-pale);color:var(--purple)}.pwa-close-btn .pwa-icon{stroke:currentColor;width:14px;height:14px}@keyframes pwaFadeUp{0%{opacity:0;transform:translate(-50%)translateY(24px)}to{opacity:1;transform:translate(-50%)translateY(0)}}
