*{margin:0;padding:0;box-sizing:border-box}:root{--primary: #2292F9;--primary-light: #B8DDFB;--bg: #FFFFFF;--bg-dark: #0F172A;--text: #212121;--text-grey: #757575;--text-light: #E2E8F0;--page-margin: 0;--content-max: 720px;--header-height: 4rem;--spacing-page: .85rem;--spacing-section: .9rem}html{scroll-behavior:smooth;font-size:clamp(14px,1.8vw + 12px,16px)}body{font-family:Poppins,system-ui,sans-serif;background:var(--bg);color:var(--text);overflow-x:hidden;line-height:1.6;overflow-wrap:break-word;word-wrap:break-word}.page-content,.page-inner,.contact-card,.section-games-inner,.games-container,.inbox-cards,.friends-questions,.main-content{max-width:100%;min-width:0}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none}ul{list-style:none}h1,h2,h3,h4,.section-title,.hero-title,.contact-title,.blog-title{max-width:100%;overflow-wrap:break-word;hyphens:auto}.app{min-height:100vh;position:relative}.mouse-glow{position:fixed;width:520px;height:520px;background:radial-gradient(circle,rgba(34,146,249,.2) 0%,transparent 72%);border-radius:50%;pointer-events:none;z-index:0;transform:translate(-50%,-50%);transition:opacity .2s}.header,main{position:relative;z-index:10}.section{min-height:82vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:.5rem .6rem var(--spacing-section);position:relative}.section-dark{background:var(--bg-dark);color:var(--text-light)}.scroll-hint{position:absolute;bottom:.5rem;left:50%;transform:translate(-50%);font-size:.75rem;font-weight:500;letter-spacing:.04em;color:var(--text-grey);animation:scrollBounce 2.5s ease-in-out infinite}.hero .scroll-hint{color:#2292f999}.section-dark .scroll-hint{color:#fff9}@keyframes scrollBounce{0%,to{transform:translate(-50%) translateY(0);opacity:.8}50%{transform:translate(-50%) translateY(10px);opacity:1}}.header{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;background:#ffffffe6;backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.06)}.logo{display:block;line-height:0}.logo-img{height:2rem;width:auto;display:block;object-fit:contain}.header nav{display:flex;gap:1.75rem}.header nav a{font-size:.875rem;font-weight:500;color:var(--text);position:relative;transition:color .2s ease}.header nav a:after{content:"";position:absolute;left:0;bottom:-2px;width:100%;height:2px;background:var(--primary);transform:scaleX(0);transform-origin:right;transition:transform .25s ease}.header nav a:hover:after,.header nav a.active:after{transform:scaleX(1);transform-origin:left}.header nav a:hover,.header nav .active{color:var(--primary)}.header nav .active{font-weight:600}.btn-cta-nav{padding:.5rem 1rem;background:var(--primary);color:#fff!important;border-radius:999px;font-weight:600;font-size:.8rem}.btn-cta-nav:hover{filter:brightness(1.1)}@media(max-width:768px){.header nav{display:none}}.marquee-wrap{overflow:hidden;white-space:nowrap;padding:.65rem 0;background:linear-gradient(90deg,var(--primary-light) 0%,rgba(184,221,251,.8) 50%,var(--primary-light) 100%);border-top:2px solid var(--primary);border-bottom:2px solid var(--primary);position:relative}.marquee-gradient{position:absolute;top:0;bottom:0;width:80px;pointer-events:none;z-index:1}.marquee-gradient-left{left:0;background:linear-gradient(90deg,var(--primary-light) 0%,transparent 100%)}.marquee-gradient-right{right:0;background:linear-gradient(270deg,var(--primary-light) 0%,transparent 100%)}.marquee{display:inline-flex;gap:2.5rem}.marquee-item{font-size:.9rem;font-weight:700;color:var(--primary);letter-spacing:.02em}.hero{min-height:90vh;display:flex;flex-direction:column;align-items:center;padding:var(--header-height) 0 var(--spacing-section);position:relative;overflow:hidden}.hero-marquee-wrap{width:100%;flex-shrink:0}.hero-below-marquee{position:relative;width:100%;flex:1;display:flex;flex-direction:column;align-items:center;padding-top:.5rem;padding-bottom:.25rem;min-height:0}.hero-gradient{position:absolute;inset:0;height:100%;background:linear-gradient(180deg,rgba(34,146,249,.28) 0%,rgba(34,146,249,.18) 25%,rgba(184,221,251,.12) 50%,rgba(184,221,251,.05) 75%,transparent 100%);pointer-events:none;z-index:0}.hero-below-marquee .hero-body{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;width:100%;padding:0 .5rem .25rem;flex:1;justify-content:center;max-width:90rem;gap:0}.hero-content{text-align:center;margin:0;width:100%;max-width:100%;display:flex;flex-direction:column;align-items:center;gap:0}.hero-title--single{margin:0}.hero-line--accent{color:var(--primary);font-weight:800}.hero-emoticons-wrap{position:absolute;inset:0;pointer-events:none;z-index:1}.hero-emoticons-wrap .emoticon-decoration-wrap{position:absolute;inset:0}.hero-emoticons-wrap .emoticon-item--xxl{width:200px;height:200px}@media(min-width:1100px){.hero-emoticons-wrap .emoticon-item--xxl{width:240px;height:240px}}@media(max-width:900px){.hero-emoticons-wrap .emoticon-item--xxl{width:140px;height:140px}}@media(max-width:600px){.hero-emoticons-wrap{display:none}}.hero-title{font-size:clamp(2.25rem,9vw,4.5rem);font-weight:800;line-height:1.05;margin:0;letter-spacing:-.035em;color:var(--text);text-transform:uppercase}.hero-line{display:block;overflow:hidden}.hero-reveal{display:block}.hero-title-sub .hero-line{color:var(--primary);font-weight:800}.hero-cta{margin-top:1.25rem;display:flex;flex-direction:column;align-items:center;gap:.75rem}.hero-cta-badge{font-size:.8rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--primary);margin:0;padding:.25rem .6rem;background:#2292f91f;border-radius:100px;border:1px solid rgba(34,146,249,.3)}.hero-cta-social{margin:.75rem 0 0;font-size:.9rem;color:var(--text-grey);font-weight:500;display:flex;align-items:center;justify-content:center;gap:.35rem}.hero-cta-social:before{content:"";width:6px;height:6px;background:var(--primary);border-radius:50%;opacity:.8}.hero-cta-trust{margin:.35rem 0 0;font-size:.8rem;color:var(--text-grey);font-weight:500;opacity:.85}.store-badge{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem 1rem;font-size:.85rem;font-weight:600;color:var(--text);background:#fff;border:1px solid rgba(0,0,0,.12);border-radius:10px;box-shadow:0 2px 8px #0000000f;transition:border-color .2s,box-shadow .2s,transform .2s}.store-badge:hover{border-color:var(--primary-light);box-shadow:0 4px 14px #2292f926;transform:translateY(-2px)}.store-badge-icon{font-size:1.1rem;opacity:.9}.store-badge--apple .store-badge-icon{font-size:1.25rem}.store-badge--google .store-badge-icon{font-size:.9rem}.store-badge--img{padding:0;line-height:0;background:none;border:none;border-radius:0;box-shadow:none}.store-badge--img:hover{background:none;border:none;box-shadow:none;transform:translateY(-2px)}.store-badge--img img{display:block;width:auto;height:40px;object-fit:contain}.store-badge--join.store-badge--img img{width:auto!important;min-height:140px;height:140px!important;max-width:none}.store-badge--join.store-badge--apple-img img{min-height:125px;height:125px!important}.store-badge--join.store-badge--google-img img{min-height:155px;height:155px!important}.store-badge--footer.store-badge--img,.store-badge--footer.store-badge--img:hover{background:none;border:none}.store-badge--footer.store-badge--img img{height:44px;filter:brightness(1.05)}.store-badge--footer.store-badge--img:hover img{filter:brightness(1.15)}.btn-download{display:inline-block;padding:.85rem 2rem;background:var(--primary);color:#fff;font-size:1rem;font-weight:600;letter-spacing:.02em;border-radius:999px;box-shadow:0 2px 12px #2292f940,0 1px 2px #0000000f;transition:box-shadow .25s ease,transform .2s ease}.hero .btn-download{animation:btnHeroGlow 2.5s ease-in-out infinite}@keyframes btnHeroGlow{0%,to{box-shadow:0 4px 20px #2292f966,0 2px 8px #2292f926}50%{box-shadow:0 8px 36px #2292f999,0 2px 14px #2292f940}}.btn-download:hover{box-shadow:0 6px 24px #2292f959,0 2px 4px #00000014}.btn-store{transition:background .25s ease;display:inline-flex;align-items:center;gap:.5rem}.btn-store:hover{transform:scale(1.03)}.sticky-download-bar{position:fixed;top:var(--header-height);left:0;right:0;z-index:90;background:#fffffff7;backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.08);box-shadow:0 4px 20px #0000000f}.sticky-download-bar--first-show{animation:stickyBarHighlight 2.5s ease-out forwards}.sticky-download-bar--first-show .sticky-download-bar-btn{animation:stickyBarBtnPulse 2.5s ease-out forwards}@keyframes stickyBarHighlight{0%{box-shadow:0 8px 32px #0000001f,0 0 0 4px #2292f999,0 0 24px #2292f940;background:#fff}50%{box-shadow:0 6px 24px #00000014,0 0 0 3px #2292f959,0 0 16px #2292f926}to{box-shadow:0 4px 20px #0000000f;background:#fffffff7}}@keyframes stickyBarBtnPulse{0%{box-shadow:0 0 #2292f999;transform:scale(1.05)}40%{box-shadow:0 4px 20px #2292f980,0 0 0 8px #2292f900;transform:scale(1.02)}to{box-shadow:0 2px 10px #2292f94d;transform:scale(1)}}.sticky-download-bar-inner{display:flex;align-items:center;justify-content:center;gap:1rem;padding:.6rem 1rem;flex-wrap:wrap}.sticky-download-bar-text{font-size:.9rem;font-weight:600;color:var(--text)}.sticky-download-bar-btn{padding:.5rem 1.25rem;font-size:.9rem;font-weight:600;color:#fff;background:var(--primary);border-radius:999px;box-shadow:0 2px 10px #2292f94d;transition:box-shadow .2s,transform .2s}.sticky-download-bar-btn:hover{box-shadow:0 4px 18px #2292f966;transform:scale(1.03)}.section-how{min-height:auto;padding:2rem .75rem 2.5rem;background:var(--bg);position:relative}.hero-how{position:relative;padding:1.5rem .75rem 2rem;width:100%;background:transparent}.hero-how .how-step-icon img{width:76px;height:76px}.section-how .how-mouse-glow,.hero-how .how-mouse-glow{width:580px;height:580px;background:radial-gradient(circle,rgba(34,146,249,.14) 0%,rgba(34,146,249,.06) 25%,rgba(34,146,249,.025) 45%,rgba(34,146,249,.008) 65%,rgba(34,146,249,.002) 85%,transparent 100%);border-radius:50%;pointer-events:none;transition:opacity .2s ease-out;filter:blur(14px)}.section-how .how-mouse-glow--fixed,.hero-how .how-mouse-glow--fixed{position:fixed;transform:translate(-50%,-50%);z-index:0}.how-inner{position:relative;z-index:1}.how-inner{max-width:900px;margin:0 auto;width:100%}.how-title{text-transform:uppercase;margin-bottom:1.5rem}.how-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.how-step{text-align:center;padding:1.5rem 1.25rem;background:#fff;border-radius:16px;border:1px solid rgba(0,0,0,.06);box-shadow:0 4px 20px #0000000a;position:relative;transition:box-shadow .25s ease;cursor:default}.how-step:hover{box-shadow:0 12px 36px #00000014,0 4px 12px #2292f91f}.how-step-number{position:absolute;top:.75rem;right:.75rem;width:24px;height:24px;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:800;color:var(--primary);background:#2292f91f;border-radius:50%}.how-step-icon{font-size:2.25rem;margin-bottom:.75rem;line-height:1;display:flex;align-items:center;justify-content:center}.how-step-icon img{width:100px;height:100px;object-fit:contain;display:block}.how-step-title{font-size:1.15rem;font-weight:700;color:var(--text);margin:0 0 .5rem}.how-step-desc{font-size:.9rem;color:var(--text-grey);line-height:1.5;margin:0}@media(max-width:768px){.how-steps{grid-template-columns:1fr;gap:1rem}.section-how{padding:1.5rem .75rem 2rem}}.section-games.section{padding:.5rem .6rem var(--spacing-section)}.section-games-inner{display:flex;align-items:center;justify-content:center;width:100%;max-width:1100px}.section.section-games,.section.section-inbox,.section.section-friends,.section.section-join{position:relative}.emoticon-decoration-wrap{position:absolute;inset:0;pointer-events:none;z-index:1}.emoticon-item{width:80px;height:80px;display:flex;align-items:center;justify-content:center;overflow:visible;background:transparent;will-change:transform}.emoticon-item--xxl{width:260px;height:260px}.emoticon-item--xl{width:200px;height:200px}.emoticon-item--large{width:150px;height:150px}.emoticon-item--medium{width:120px;height:120px}.emoticon-item--small{width:90px;height:90px}.emoticon-item img{width:100%;height:100%;object-fit:contain;object-position:center;display:block;background:transparent}@keyframes emoticonFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-22px)}}@keyframes emoticonPulse{0%,to{transform:scale(1)}50%{transform:scale(1.15)}}@keyframes emoticonSway{0%,to{transform:rotate(-8deg)}50%{transform:rotate(8deg)}}@keyframes emoticonBounce{0%,to{transform:translateY(0)}35%{transform:translateY(-18px)}55%{transform:translateY(-6px)}}.emoticon-item--anim-float{animation:emoticonFloat 4s ease-in-out infinite}.emoticon-item--anim-pulse{animation:emoticonPulse 2.5s ease-in-out infinite}.emoticon-item--anim-sway{animation:emoticonSway 3.5s ease-in-out infinite}.emoticon-item--anim-bounce{animation:emoticonBounce 2.2s ease-in-out infinite}@media(max-width:1024px){.emoticon-decoration-wrap{display:none}}.games-container{max-width:1100px;width:100%}.section-games .section-title{margin-bottom:.25rem}.section-title{font-size:clamp(2.25rem,6vw,3.5rem);font-weight:800;text-align:center;margin:0 0 .35rem;letter-spacing:-.02em;line-height:1.1}.section-title .animated-line{display:block}.section-games .section-title,.section-inbox .section-title,.section-friends .section-title,.section-join .section-title{text-transform:uppercase}.games-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;perspective:1000px}@media(max-width:1024px){.section-games-inner{max-width:100%}}@media(max-width:700px){.games-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:420px){.games-grid{grid-template-columns:1fr}}.game-card{background:#ffffff14;border-radius:10px;padding:.75rem 1rem;height:9.5rem;min-height:9.5rem;max-height:9.5rem;overflow:hidden;display:flex;flex-direction:column;border:1px solid rgba(255,255,255,.1);transform-style:preserve-3d;backface-visibility:hidden;transition:border-color .3s,box-shadow .3s;box-sizing:border-box}.game-card:hover{border-color:#b8ddfb4d;box-shadow:0 8px 32px #0003}.game-card h3{font-size:1.1rem;font-weight:600;text-transform:lowercase;color:var(--primary-light);margin:0 0 .35rem;line-height:1.2;flex-shrink:0}.game-card ul{font-size:1rem;line-height:1.4;opacity:.95;margin:0;padding:0;list-style:none;flex:1;min-height:0}.game-card li{margin-bottom:.2rem;line-height:1.4}.game-card li:last-child{margin-bottom:0}.inbox-title{margin-bottom:.25rem}.inbox-line{display:block}.inbox-title .inbox-highlight{color:var(--primary)}.inbox-cards{display:flex;flex-wrap:wrap;gap:.4rem;justify-content:center;max-width:960px;perspective:1000px}.inbox-card{padding:.75rem 1rem;min-height:3.75rem;display:flex;align-items:center;justify-content:center;text-align:center;background:var(--primary-light);border-radius:10px;font-size:1.05rem;font-weight:500;color:var(--text);border:2px solid var(--primary);transform-style:preserve-3d;backface-visibility:hidden;box-sizing:border-box}.section-friends.section{padding-left:.75rem;padding-right:.75rem}.friends-title .friends-line{display:block}.friends-highlight{color:var(--primary-light)}.friends-questions{display:grid;grid-template-columns:repeat(3,1fr);gap:.4rem;max-width:1100px;width:100%;perspective:1000px}@media(max-width:700px){.friends-questions{grid-template-columns:repeat(2,1fr)}}@media(max-width:420px){.friends-questions{grid-template-columns:1fr}}.friend-question{padding:.75rem 1rem;font-size:1.05rem;min-height:3.75rem;height:auto;display:flex;align-items:center;justify-content:center;text-align:center;background:#ffffff0d;border-radius:10px;border:1px solid rgba(255,255,255,.1);transform-style:preserve-3d;backface-visibility:hidden;box-sizing:border-box}.join-title .join-line{display:block}.join-highlight{color:var(--primary)}.join-qr-wrap{margin-top:.6rem;display:flex;justify-content:center}.join-qr-row{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem}.join-qr-badges{display:flex;align-items:center;justify-content:center;gap:1.5rem;flex-wrap:wrap}.store-badge--join{flex-shrink:0;min-width:0;justify-content:center}.store-badge--join.store-badge--google-img{margin-left:0}@media(max-width:640px){.join-qr-row,.join-qr-badges{gap:1.25rem}.store-badge--join.store-badge--img img{min-height:110px;height:110px!important}.store-badge--join.store-badge--apple-img img{min-height:98px;height:98px!important}.store-badge--join.store-badge--google-img img{min-height:122px;height:122px!important}}.join-qr-card{background:#fff;padding:1.5rem 1.75rem;border-radius:20px;box-shadow:0 8px 32px #00000014;border:2px solid var(--primary-light);text-align:center}.join-qr-card img{width:180px;height:180px;border-radius:16px;display:block;margin:0 auto 1rem}.join-qr-card p{font-size:1.15rem;font-weight:600;color:var(--text);margin:0}.join-qr-card span{font-size:1rem;color:var(--text-grey);display:block;margin-top:.4rem}.contact-single{max-width:320px;margin:0 auto}.footer{padding:var(--spacing-section) var(--page-margin);background:var(--bg-dark);color:var(--text-light);text-align:center}.footer-download{margin-bottom:1.5rem}.footer-download-label{font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-light);opacity:.9;margin:0 0 .75rem}.footer-store-badges{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.store-badge--footer{background:#ffffff14;border-color:#fff3;color:var(--text-light)}.store-badge--footer:hover{background:#ffffff24;border-color:var(--primary-light)}.footer-nav{display:flex;gap:1.5rem;justify-content:center;margin-bottom:1.25rem}.footer-nav a{font-size:.85rem}.footer-nav a:hover{color:var(--primary-light)}.footer-made{font-size:.8rem;opacity:.7}.page-transition-wrap{width:100%;min-height:calc(100vh - 80px)}.main-content{min-height:calc(100vh - 80px)}.page-loader{display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 80px);padding:2rem}.page-loader-spinner{width:40px;height:40px;border:3px solid rgba(34,146,249,.2);border-top-color:var(--primary);border-radius:50%;animation:pageLoaderSpin .8s linear infinite}@keyframes pageLoaderSpin{to{transform:rotate(360deg)}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.page-content{min-height:calc(100vh - 200px);padding:var(--header-height) var(--page-margin) var(--spacing-section)}.page-inner{max-width:var(--content-max);margin:0 auto}.page-content h1{font-size:clamp(2rem,5vw,3rem);font-weight:800;margin-bottom:.5rem;letter-spacing:-.02em}.page-lead{font-size:1rem;color:var(--text-grey);margin-bottom:1.5rem;line-height:1.6}.page-blocks{display:flex;flex-direction:column;gap:1.5rem}.page-block{background:var(--light-grey, #f5f5f5);border-radius:16px;padding:1.5rem;border:1px solid rgba(0,0,0,.06)}.page-block h3{font-size:1.1rem;margin-bottom:.5rem}.page-block p{font-size:.9rem;color:var(--text-grey);line-height:1.6}.page-icon{font-size:1.5rem;display:block;margin-bottom:.6rem}.safety-page{position:relative;overflow:hidden;padding-bottom:var(--spacing-section)}.safety-bg{position:absolute;top:0;left:0;right:0;height:580px;background:linear-gradient(180deg,rgba(34,146,249,.42) 0%,rgba(34,146,249,.28) 30%,rgba(184,221,251,.2) 55%,rgba(184,221,251,.1) 80%,transparent 100%);pointer-events:none;z-index:0}.safety-page .safety-inner{position:relative;z-index:1;max-width:1000px;margin:0 auto}.safety-header{text-align:center;margin-bottom:1.5rem}.safety-badge{display:inline-block;font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--primary);margin-bottom:.75rem}.safety-main-title{font-size:clamp(2rem,5vw,2.85rem)!important;font-weight:800;margin-bottom:.6rem;letter-spacing:-.03em;line-height:1.15;color:var(--text)}.safety-lead{font-size:1.05rem;color:var(--text-grey);max-width:480px;margin:0 auto;line-height:1.6}.safety-layout{display:grid;grid-template-columns:220px 1fr;gap:2rem;align-items:start}.safety-nav{position:sticky;top:calc(var(--header-height) + 1rem)}.safety-nav-label{display:block;font-size:.85rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--text);margin-bottom:1rem}.safety-nav-list{list-style:none;padding:0;margin:0}.safety-nav-list li{margin-bottom:.15rem}.safety-nav-link{display:block;width:100%;text-align:left;padding:.55rem .75rem;font-size:.9rem;font-weight:500;color:var(--text-grey);background:none;border:none;outline:none;cursor:pointer;font-family:inherit;transition:color .2s ease,background .2s ease;border-radius:10px;box-shadow:none}.safety-nav-link:focus{outline:none}.safety-nav-link:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.safety-nav-link:hover{color:var(--text);background:#2292f90f}.safety-nav-link.active{color:var(--primary);font-weight:600;background:#2292f91a;border:none;outline:none;box-shadow:none}.safety-nav-link.active:before{content:"";display:inline-block;width:3px;height:1em;background:var(--primary);border-radius:2px;margin-right:.5rem;vertical-align:-.15em}.safety-content{min-height:280px}.safety-article{position:relative;background:#fff;border-radius:20px;padding:2rem 2.25rem;border:1px solid rgba(0,0,0,.06);box-shadow:0 4px 24px #0000000a;overflow:hidden}.safety-article-accent{position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--primary) 0%,var(--primary-light) 100%)}.safety-article-title{font-size:clamp(1.35rem,3vw,1.65rem);font-weight:700;margin-bottom:1.5rem;letter-spacing:-.02em;line-height:1.3;color:var(--text)}.safety-article-body{font-size:1rem;line-height:1.75;color:var(--text-grey)}.safety-article-body p{margin-bottom:1.15rem;font-size:1.02rem}.safety-article-body p:last-child{margin-bottom:0}.safety-article-body h4{font-size:1.1rem;font-weight:700;margin:2rem 0 .6rem;color:var(--text);letter-spacing:-.01em}.safety-article-body h4:first-of-type{margin-top:1.25rem}.safety-article-body ul{margin:.5rem 0 1.25rem;padding-left:1.5rem;list-style-type:disc}.safety-article-body li{margin-bottom:.55rem;padding-left:.25rem}.safety-article-body li strong{color:var(--text)}.safety-contact-link{display:inline-flex;align-items:center;gap:.35rem;margin-top:1.25rem;padding:.65rem 1.2rem;background:linear-gradient(135deg,var(--primary) 0%,#1a7de8 100%);color:#fff!important;font-weight:600;font-size:.95rem;border-radius:12px;box-shadow:0 2px 12px #2292f94d;transition:box-shadow .2s ease,transform .2s ease}.safety-contact-link:hover{box-shadow:0 4px 20px #2292f966;transform:translateY(-1px)}@media(max-width:768px){.safety-layout{grid-template-columns:1fr;gap:2rem}.safety-nav{position:static;display:flex;flex-wrap:wrap;gap:.4rem}.safety-nav-label{width:100%}.safety-nav-list{display:flex;flex-wrap:wrap;gap:.35rem}.safety-nav-list li{margin:0}.safety-nav-link{padding:.5rem .85rem;background:#2292f914;border-radius:10px;display:inline-block;width:auto;font-size:.85rem}.safety-nav-link:hover{background:#2292f91f}.safety-nav-link.active{background:var(--primary-light);color:var(--primary)}.safety-nav-link.active:before{content:none;display:none}.safety-article{padding:1.5rem 1.25rem}.safety-article-title{font-size:1.25rem}}.blog-page{padding-bottom:var(--spacing-section);position:relative;overflow:hidden}.blog-emoticons-static{position:absolute;inset:0;pointer-events:none;z-index:1}.blog-emoticons-static .emoticon-decoration-wrap{position:absolute;inset:0}.blog-emoticons-detail{position:absolute;inset:0;pointer-events:none;z-index:1}.blog-emoticons-detail .emoticon-decoration-wrap{position:absolute;inset:0}@media(max-width:1024px){.blog-emoticons-static,.blog-emoticons-detail{display:none}}.blog-bg{position:absolute;top:0;left:0;right:0;height:580px;background:linear-gradient(180deg,rgba(34,146,249,.42) 0%,rgba(34,146,249,.28) 30%,rgba(184,221,251,.2) 55%,rgba(184,221,251,.1) 80%,transparent 100%);pointer-events:none;z-index:0}.blog-inner{position:relative;z-index:5;max-width:900px}.blog-header{text-align:center;margin-bottom:1.5rem}.blog-badge{display:inline-block;padding:.35rem .9rem;background:linear-gradient(135deg,var(--primary) 0%,#1a7de8 100%);color:#fff;font-size:.75rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;border-radius:100px;margin-bottom:1rem;box-shadow:0 4px 14px #2292f959}.blog-title{font-size:clamp(2rem,5vw,2.75rem)!important;font-weight:800;margin-bottom:.75rem;background:linear-gradient(135deg,var(--text) 0%,#374151 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.blog-title-line{width:48px;height:4px;background:linear-gradient(90deg,var(--primary) 0%,var(--primary-light) 100%);border-radius:2px;margin:0 auto 1.25rem}.blog-lead{color:var(--text-grey);font-size:1.05rem;max-width:420px;margin:0 auto;line-height:1.6}.blog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem}.blog-card{position:relative;background:#fff;border-radius:20px;padding:0;border:1px solid rgba(0,0,0,.06);cursor:pointer;transition:box-shadow .35s ease,border-color .35s ease,transform .35s ease;overflow:hidden;box-shadow:0 2px 12px #0000000a}.blog-card-accent{position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--primary) 0%,var(--primary-light) 100%);opacity:0;transition:opacity .3s ease}.blog-card:hover,.blog-card.selected{border-color:#2292f940;box-shadow:0 16px 40px #2292f91f,0 4px 12px #0000000f}.blog-card:hover .blog-card-accent,.blog-card.selected .blog-card-accent{opacity:1}.blog-card:hover h3,.blog-card.selected h3{color:var(--primary)}.blog-card-body{padding:1.5rem}.blog-card-body h3{font-size:1.1rem;font-weight:700;margin:0 0 .4rem;line-height:1.35;transition:color .3s ease}.blog-excerpt{color:var(--text-grey);font-size:.9rem;margin:0 0 .75rem;line-height:1.5}.blog-card-cta{font-size:.8rem;font-weight:600;color:var(--primary);display:inline-flex;align-items:center;gap:.25rem}.blog-card-cta:after{content:"→";transition:transform .25s ease}.blog-card:hover .blog-card-cta:after,.blog-card.selected .blog-card-cta:after{transform:translate(4px)}.blog-card:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.blog-detail-wrap{margin-top:1.5rem;position:relative;z-index:10}.blog-detail{position:relative;background:#fff;border-radius:24px;overflow:hidden;border:1px solid rgba(0,0,0,.06);box-shadow:0 24px 56px #0000001a,0 8px 24px #2292f914}.blog-detail-accent{position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(180deg,var(--primary) 0%,var(--primary-light) 100%)}.blog-detail-header{position:relative;padding:1.75rem 3.5rem 1.75rem 1.75rem;background:linear-gradient(135deg,#2292f90f,#b8ddfb2e);border-bottom:1px solid rgba(0,0,0,.05);display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.blog-detail-title-wrap{flex:1;min-width:0}.blog-detail-label{display:block;font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--primary);margin-bottom:.25rem}.blog-detail-header h2{font-size:1.35rem;font-weight:700;margin:0;color:var(--text);line-height:1.35}.blog-close{position:absolute;top:1.25rem;right:1.25rem;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#ffffffe6;color:var(--text-grey);border-radius:12px;border:1px solid rgba(0,0,0,.06);cursor:pointer;transition:background .25s ease,color .25s ease,transform .2s ease}.blog-close:hover{background:var(--primary);color:#fff;transform:scale(1.05)}.blog-detail-body{padding:1.75rem 1.75rem 2rem}.blog-detail-text{color:var(--text-grey);font-size:1.05rem;line-height:1.85;margin:0}.blog-close:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.contact-page{position:relative;overflow:hidden}.contact-bg{position:absolute;top:0;left:0;right:0;height:600px;background:linear-gradient(180deg,rgba(34,146,249,.42) 0%,rgba(34,146,249,.28) 30%,rgba(184,221,251,.2) 55%,rgba(184,221,251,.1) 80%,transparent 100%);pointer-events:none;z-index:0}.contact-emoticons{position:absolute;inset:0;pointer-events:none;z-index:1}.contact-emoticons .emoticon-decoration-wrap{position:absolute;inset:0}.contact-emoticons .emoticon-item--xxl{width:220px;height:220px}.contact-emoticons .emoticon-item--xl{width:180px;height:180px}.contact-emoticons .emoticon-item--large{width:160px;height:160px}.contact-emoticons .emoticon-item--anim-float{animation:emoticonFloatContact 3.5s ease-in-out infinite}.contact-emoticons .emoticon-item--anim-sway{animation:emoticonSwayContact 3s ease-in-out infinite}@keyframes emoticonFloatContact{0%,to{transform:translateY(0)}50%{transform:translateY(-32px)}}@keyframes emoticonSwayContact{0%,to{transform:rotate(-12deg)}50%{transform:rotate(12deg)}}@media(max-width:1024px){.contact-emoticons{display:none}}.contact-page .page-inner.page-contact{position:relative;z-index:5}.page-inner.page-contact{max-width:560px;padding-bottom:var(--spacing-section)}.contact-header{text-align:center;margin-bottom:1.5rem}.contact-badge{display:inline-block;padding:.35rem .9rem;background:linear-gradient(135deg,var(--primary) 0%,#1a7de8 100%);color:#fff;font-size:.75rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;border-radius:100px;margin-bottom:1rem;box-shadow:0 4px 14px #2292f959}.contact-title{font-size:clamp(2rem,5vw,2.75rem);font-weight:800;margin-bottom:.75rem;color:var(--text);letter-spacing:-.02em}.contact-title-line{width:48px;height:4px;background:linear-gradient(90deg,var(--primary) 0%,var(--primary-light) 100%);border-radius:2px;margin:0 auto 1.25rem}.contact-lead{color:var(--text-grey);font-size:1.05rem;line-height:1.6;max-width:420px;margin:0 auto}.contact-success{background:#fff;border-radius:20px;padding:2.5rem 2rem;text-align:center;box-shadow:0 4px 24px #0000000f;border:1px solid rgba(0,0,0,.06);position:relative;overflow:hidden}.contact-success:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--primary) 0%,var(--primary-light) 100%)}.contact-success-icon{width:64px;height:64px;margin:0 auto 1.25rem;display:flex;align-items:center;justify-content:center;color:#2e7d32;background:#2e7d321a;border-radius:50%}.contact-success-title{font-size:1.5rem;font-weight:700;color:var(--text);margin-bottom:.5rem}.contact-success-text{color:var(--text-grey);font-size:1rem;line-height:1.6;margin-bottom:1.5rem}.contact-success-again{padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;font-family:inherit;color:var(--primary);background:#2292f91a;border:2px solid var(--primary-light);border-radius:12px;cursor:pointer;transition:background .2s,color .2s}.contact-success-again:hover{background:#2292f926;color:#1a7de8}.form-feedback{padding:.75rem 1rem;border-radius:12px;font-size:.9rem;font-weight:500}.form-feedback--error{background:#c6282814;color:#c62828;border:1px solid rgba(198,40,40,.2)}.form-select{padding:.85rem 1rem;font-size:1rem;font-family:inherit;border:1px solid rgba(0,0,0,.12);border-radius:12px;background:#fafbfc;color:var(--text);cursor:pointer;transition:border-color .2s,background .2s;width:100%}.form-select:hover{background:#fff;border-color:#0000002e}.form-select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #2292f91f;background:#fff}.form-group-checkbox{margin-top:.25rem}.form-checkbox-label{display:flex;align-items:flex-start;gap:.75rem;font-size:.9rem;font-weight:500;color:var(--text-grey);cursor:pointer;line-height:1.5}.form-checkbox{width:1.15rem;height:1.15rem;margin-top:.15rem;flex-shrink:0;accent-color:var(--primary);cursor:pointer}.contact-card{background:#fff;border-radius:20px;padding:2rem 2rem 2.25rem;box-shadow:0 4px 24px #0000000f,0 1px 3px #0000000a;border:1px solid rgba(0,0,0,.06);position:relative;overflow:hidden}.contact-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--primary) 0%,var(--primary-light) 100%);border-radius:20px 20px 0 0}.contact-form{display:flex;flex-direction:column;gap:1.35rem}.contact-form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}@media(max-width:520px){.contact-form-row{grid-template-columns:1fr}}.form-group{display:flex;flex-direction:column;gap:.45rem}.form-group label{font-size:.85rem;font-weight:600;color:var(--text);letter-spacing:.01em}.form-group input,.form-group textarea{padding:.85rem 1rem;font-size:1rem;font-family:inherit;border:1px solid rgba(0,0,0,.12);border-radius:12px;background:#fafbfc;transition:border-color .2s,box-shadow .2s,background .2s}.form-group input:hover,.form-group textarea:hover{background:#fff;border-color:#0000002e}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #2292f91f;background:#fff}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--text-grey);opacity:.8}.form-group-textarea textarea{resize:none;min-height:140px;max-height:140px}.form-error{color:#c62828;font-size:.9rem;margin:0;padding:.5rem 0}.form-submit{margin-top:.25rem;padding:1rem 1.5rem;font-size:1rem;font-weight:600;font-family:inherit;color:#fff;background:linear-gradient(135deg,var(--primary) 0%,#1a7de8 100%);border:none;border-radius:12px;cursor:pointer;transition:box-shadow .2s,transform .2s;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;box-shadow:0 2px 12px #2292f959}.form-submit:hover:not(:disabled){box-shadow:0 4px 20px #2292f973}.form-submit:disabled{opacity:.85;cursor:not-allowed;box-shadow:none}.form-submit-spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:contactSpinner .7s linear infinite}@keyframes contactSpinner{to{transform:rotate(360deg)}}.qr-overlay{position:fixed;inset:0;background:#0009;backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.qr-modal{background:#fff;border-radius:24px;padding:2rem;max-width:400px;width:100%;position:relative;box-shadow:0 24px 48px #0003}.qr-close{position:absolute;top:1rem;right:1rem;width:36px;height:36px;border:none;background:#f0f0f0;border-radius:50%;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;line-height:1}.qr-modal h3{margin-bottom:.5rem;font-size:1.1rem;text-align:center}.qr-hint{font-size:.9rem;color:var(--text-grey);text-align:center;margin-bottom:1.5rem}.qr-single{text-align:center}.qr-single img{width:200px;height:200px;border-radius:16px;background:#fff;padding:12px;box-shadow:0 4px 16px #0000001a}.qr-single p{margin-top:1rem;font-size:.9rem;font-weight:600;color:var(--text)}
