*{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;height:100%;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;overflow-x:hidden}#root{width:100%;min-height:100vh}.header{z-index:100;background:var(--header-bg);-webkit-backdrop-filter:blur(24px);border-bottom:1px solid var(--header-border);padding:0 2rem;transition:background .3s,border-color .3s,box-shadow .3s;position:fixed;top:0;left:0;right:0}[data-theme=light] .header{box-shadow:0 2px 16px #0000000f}.header-content{justify-content:space-between;align-items:center;max-width:1160px;height:68px;margin:0 auto;display:flex}.logo-link{flex-shrink:0;text-decoration:none}.logo{cursor:pointer;align-items:center;gap:10px;display:flex}.logo-icon{object-fit:contain;border-radius:7px;width:28px;height:28px}.logo-titles{flex-direction:column;gap:1px;display:flex}.logo-text{color:var(--logo-color);letter-spacing:-.2px;font-family:"Exo 2",sans-serif;font-size:15px;font-weight:700;line-height:1.1;transition:color .3s}.logo-tagline{color:var(--text-2);letter-spacing:.1px;font-size:10px;font-weight:400;line-height:1}.nav{align-items:center;gap:2px;display:flex}.nav-link{color:var(--nav-color);white-space:nowrap;border-radius:8px;padding:6px 13px;font-size:13.5px;font-weight:500;text-decoration:none;transition:color .15s,background .15s}.nav-link:hover{color:var(--nav-hover-color);background:var(--nav-hover-bg)}.nav-link.cta{background:var(--grad);border-radius:20px;margin-left:8px;padding:7px 18px;font-size:13px;font-weight:600;transition:opacity .2s,transform .2s,box-shadow .2s;box-shadow:0 0 20px #e91e6340;color:#fff!important}.nav-link.cta:hover{opacity:.88;transform:translateY(-1px);box-shadow:0 4px 20px #e91e6366}.nav-dropdown-wrap{position:relative}.nav-dropdown-trigger{cursor:pointer;border:none;align-items:center;gap:6px;font-family:inherit;display:flex}.nav-dropdown{background:var(--bg);border:1px solid var(--border);z-index:200;border-radius:14px;min-width:200px;padding:6px;position:absolute;top:calc(100% + 10px);right:0;box-shadow:0 12px 40px #0000002e}.nav-dropdown-item{color:var(--text);border-radius:9px;align-items:center;gap:12px;padding:10px 12px;text-decoration:none;transition:background .15s;display:flex}.nav-dropdown-item:hover{background:var(--surface-hover)}.nav-dropdown-item svg{color:var(--text-2);flex-shrink:0}.nav-dropdown-item-title{color:var(--text);font-size:13.5px;font-weight:600;line-height:1.2}.nav-dropdown-item-sub{color:var(--text-2);margin-top:1px;font-size:11px}.theme-toggle{cursor:pointer;background:0 0;border:none;flex-shrink:0;align-items:center;margin-left:10px;padding:0;display:flex}.theme-toggle-track{background:var(--surface);border:1px solid var(--border);border-radius:14px;align-items:center;width:52px;height:28px;transition:background .3s,border-color .3s;display:flex;position:relative;overflow:hidden}[data-theme=light] .theme-toggle-track{background:#e91e6314;border-color:#e91e6333}.theme-toggle-thumb{background:var(--grad);z-index:2;border-radius:50%;width:22px;height:22px;transition:left .3s cubic-bezier(.34,1.56,.64,1);position:absolute;top:2px;box-shadow:0 2px 6px #e91e6366}.theme-toggle-thumb.dark{left:3px}.theme-toggle-thumb.light{left:27px}.theme-toggle-icons{z-index:1;pointer-events:none;justify-content:space-between;align-items:center;padding:0 5px;display:flex;position:absolute;inset:0}.icon-sun{color:#f6ad55;opacity:.85;align-items:center;display:flex}.icon-moon{color:#90cdf4;opacity:.85;align-items:center;display:flex}.nav-dropdown-item-btn{cursor:pointer;text-align:left;background:0 0;border:none;width:100%;font-family:inherit}.nav-dropdown-item--soon{cursor:default;opacity:.75;border-radius:10px;align-items:center;gap:12px;padding:10px 14px;display:flex;position:relative}.nav-soon-badge{color:#e91e63;white-space:nowrap;letter-spacing:.3px;background:#e91e631f;border:1px solid #e91e6340;border-radius:20px;margin-left:auto;padding:3px 8px;font-size:10px;font-weight:700}.android-modal-glow{background:radial-gradient(circle,#e53e3e33 0%,#0000 70%)}.android-modal-icon{color:#e53e3e;background:linear-gradient(135deg,#e53e3e26,#e53e3e14);border-color:#e53e3e40;box-shadow:0 8px 24px #e53e3e26}.android-modal-logo{color:#e53e3e}.android-modal-grad{background:linear-gradient(135deg,#e53e3e,#ff6b6b);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.android-modal-cta{justify-content:center;align-items:center;gap:10px;display:inline-flex;background:linear-gradient(135deg,#e53e3e,#ff6b6b)!important;box-shadow:0 8px 24px #e53e3e4d!important}@media (max-width:480px){.ios-modal{border-radius:22px;padding:40px 24px 28px}.ios-modal-title{font-size:22px}}@media (max-width:768px){.header{padding:0 1rem}.header-content{flex-direction:column;align-items:flex-start;gap:8px;height:auto;padding:12px 0}.nav{flex-wrap:wrap;gap:2px}.nav-link{padding:5px 9px;font-size:12px}.theme-toggle{margin-left:6px}}.site-footer{background:var(--bg-2);border-top:1px solid var(--border)}.site-footer-inner{max-width:1160px;margin:0 auto;padding:3.5rem 2rem 2rem}.site-footer-top{border-bottom:1px solid var(--border);grid-template-columns:260px 1fr;gap:4rem;margin-bottom:2.5rem;padding-bottom:2.5rem;display:grid}.site-footer-brand{flex-direction:column;gap:.5rem;display:flex}.site-footer-logo{object-fit:contain;border-radius:8px;width:36px;height:36px;margin-bottom:.25rem}.site-footer-name{color:var(--text);font-size:16px;font-weight:700}.site-footer-tagline{color:var(--text-2);max-width:220px;font-size:12.5px;line-height:1.6}.site-footer-cols{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.site-footer-col{flex-direction:column;gap:.55rem;display:flex}.site-footer-col-title{letter-spacing:1.2px;text-transform:uppercase;color:var(--text-3);margin-bottom:.4rem;font-size:11px;font-weight:700}.site-footer-col a{color:var(--text-2);font-size:13px;line-height:1.4;text-decoration:none;transition:color .15s}.site-footer-col a:hover{color:#e91e63}.site-footer-bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;display:flex}.site-footer-bottom p{color:var(--text-3);font-size:12px}.site-footer-bottom a{color:var(--text-3);font-size:12px;text-decoration:none;transition:color .15s}.site-footer-bottom a:hover{color:#e91e63}@media (max-width:900px){.site-footer-top{grid-template-columns:1fr;gap:2rem}.site-footer-cols{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.site-footer-cols{grid-template-columns:1fr 1fr;gap:1.5rem}.site-footer-bottom{flex-direction:column;align-items:flex-start}}.rgpd-section{background:var(--bg-2);border-top:1px solid var(--border);border-bottom:1px solid var(--border);position:relative;overflow:hidden}.rgpd-glow{pointer-events:none;filter:blur(60px);background:radial-gradient(circle,#e91e631a 0%,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;top:-100px;right:-100px}.rgpd-wrap{z-index:1;max-width:1160px;margin:0 auto;padding:6rem 2rem;position:relative}.rgpd-head{text-align:center;margin-bottom:3.5rem}.rgpd-badge{letter-spacing:1.2px;text-transform:uppercase;color:#e91e63;background:#e91e6314;border:1px solid #e91e6333;border-radius:20px;align-items:center;gap:8px;margin-bottom:1.25rem;padding:6px 14px;font-size:11px;font-weight:600;display:inline-flex}.rgpd-badge-dot{background:#e91e63;border-radius:50%;width:7px;height:7px;box-shadow:0 0 8px #e91e63b3}.rgpd-title{color:var(--text);letter-spacing:-.8px;margin-bottom:1rem;font-size:clamp(1.8rem,4vw,2.8rem);font-weight:700;line-height:1.15}.rgpd-sub{color:var(--text-2);max-width:680px;margin:0 auto;font-size:14.5px;line-height:1.75}.rgpd-grid{background:var(--border);border:1px solid var(--border);border-radius:20px;grid-template-columns:repeat(3,1fr);gap:1px;margin-bottom:1.25rem;display:grid;overflow:hidden}.rgpd-card{background:var(--bg-2);padding:1.75rem 1.75rem 2rem;transition:background .2s,transform .2s}.rgpd-card:hover{background:var(--bg)}.rgpd-card-num{letter-spacing:1px;color:#e91e63;font-variant-numeric:tabular-nums;margin-bottom:.75rem;font-size:11px;font-weight:700}.rgpd-card-title{color:var(--text);margin-bottom:.6rem;font-size:15px;font-weight:600;line-height:1.3}.rgpd-card-desc{color:var(--text-2);font-size:13px;line-height:1.7}.rgpd-control-card{background:var(--surface);border:1px solid var(--border);border-radius:18px;align-items:center;gap:2.5rem;padding:1.75rem 2rem;display:flex}.rgpd-control-left{flex:1;min-width:0}.rgpd-control-label{text-transform:uppercase;letter-spacing:1px;color:#e91e63;margin-bottom:.4rem;font-size:11px;font-weight:600}.rgpd-control-text{color:var(--text-2);font-size:13.5px;line-height:1.6}.rgpd-control-text strong{color:var(--text);font-weight:600}.rgpd-control-pills{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.rgpd-pill{color:var(--text-2);background:var(--surface);border:1px solid var(--border);white-space:nowrap;border-radius:20px;align-items:center;gap:6px;padding:5px 12px;font-size:12.5px;font-weight:500;display:inline-flex}.rgpd-pill-check{color:#e91e63;font-size:11px}@media (max-width:900px){.rgpd-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.rgpd-wrap{padding:4rem 1.25rem}.rgpd-grid{grid-template-columns:1fr}.rgpd-control-card{flex-direction:column;align-items:flex-start;gap:1.25rem}.rgpd-control-pills{justify-content:flex-start}}.launch-banner-wrap{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);text-align:center;background:linear-gradient(135deg,#e91e631f 0%,#ff6b6b14 50%,#e91e630f 100%);border:1.5px solid #e91e6340;border-radius:28px;max-width:860px;margin:80px auto 0;padding:52px 40px 48px;position:relative;overflow:hidden;box-shadow:0 0 0 1px #ffffff0a,0 24px 80px #e91e6326,inset 0 1px #ffffff14}.launch-confetti{pointer-events:none;border-radius:28px;width:100%;height:100%;position:absolute;inset:0}.lb-glow{pointer-events:none;filter:blur(80px);border-radius:50%;position:absolute}.lb-glow-1{background:radial-gradient(circle,#e91e634d 0%,#0000 70%);width:320px;height:320px;top:-80px;left:-60px}.lb-glow-2{background:radial-gradient(circle,#ff6b6b33 0%,#0000 70%);width:260px;height:260px;bottom:-60px;right:-40px}.launch-banner-inner{z-index:1;flex-direction:column;align-items:center;gap:28px;display:flex;position:relative}.lb-badge{color:#ff6b8a;letter-spacing:.3px;background:linear-gradient(135deg,#e91e6333,#ff6b6b26);border:1.5px solid #e91e6366;border-radius:100px;align-items:center;gap:8px;padding:7px 18px;font-size:13px;font-weight:700;display:inline-flex;box-shadow:0 4px 20px #e91e6333}.lb-title-wrap{flex-direction:column;align-items:center;gap:12px;display:flex}.lb-title{color:var(--text);margin:0;font-family:"Exo 2",sans-serif;font-size:clamp(26px,5vw,42px);font-weight:800;line-height:1.15}.lb-title-grad{background:linear-gradient(135deg,#e91e63,#ff6b6b);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.lb-subtitle{color:var(--text-2);max-width:520px;margin:0;font-size:16px;line-height:1.6}.lb-subtitle strong{color:var(--text);font-weight:700}.lb-countdown,.lb-unit{align-items:center;gap:4px;display:flex}.flip-digit{perspective:400px;width:64px;height:72px;position:relative}.flip-card{background:#ffffff0f;border:1px solid #ffffff1a;border-radius:14px;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 20px #0000004d,inset 0 1px #ffffff1a}.flip-card:after{content:"";z-index:3;background:#0000004d;height:1px;position:absolute;top:50%;left:0;right:0}.flip-top,.flip-bottom{text-align:center;color:var(--text);font-family:"Exo 2",sans-serif;font-size:32px;font-weight:800;line-height:72px;position:absolute;left:0;right:0}@keyframes flipTop{0%{opacity:1;transform:rotateX(0)}50%{opacity:0;transform:rotateX(-90deg)}to{opacity:0;transform:rotateX(-90deg)}}@keyframes flipBottom{0%{opacity:0;transform:rotateX(90deg)}50%{opacity:0;transform:rotateX(90deg)}to{opacity:1;transform:rotateX(0)}}.flip-card.flipping .flip-top{transform-origin:bottom;animation:.3s ease-in forwards flipTop}.flip-card.flipping .flip-bottom{transform-origin:top;animation:.3s ease-out forwards flipBottom}.lb-unit-label{text-transform:uppercase;letter-spacing:1px;color:var(--text-3);text-align:center;margin-top:6px;font-size:10px;font-weight:700;display:block;position:absolute;bottom:-20px;left:0;right:0}.lb-unit{padding-bottom:24px;position:relative}.lb-sep{color:var(--primary);margin-bottom:24px;padding:0 4px;font-family:"Exo 2",sans-serif;font-size:32px;font-weight:800;line-height:72px}.lb-stores-panel{width:100%;max-width:640px}.lb-store-cards{grid-template-columns:1fr 1fr;gap:16px;display:grid}.lb-store-cards--single{grid-template-columns:1fr;max-width:320px;margin:0 auto}.lb-store-card{color:inherit;background:#00000040;border:1.5px solid #ffffff1f;border-radius:18px;flex-direction:column;align-items:center;gap:6px;padding:22px 16px;text-decoration:none;transition:border-color .2s,background .2s;display:flex}.lb-store-card--play{background:linear-gradient(160deg,#e53e3e33,#e91e631f,#0003);border-color:#e53e3e80}.lb-store-card--ios{background:linear-gradient(160deg,#e91e6326,#0003);border-color:#e91e6366}.lb-store-card-icon{opacity:.95;width:36px;height:36px}.lb-store-card--play .lb-store-card-icon{color:#e53e3e}.lb-store-card--ios .lb-store-card-icon{color:#ff6b8a}.lb-store-card-kicker{text-transform:uppercase;letter-spacing:.08em;color:var(--text-3);font-size:11px;font-weight:700}.lb-store-card-title{color:var(--text);font-family:"Exo 2",sans-serif;font-size:18px;font-weight:800}.lb-store-card-hint{color:var(--text-3);font-size:12px}[data-theme=light] .lb-store-card{background:#ffffffb3;border-color:#00000014}[data-theme=light] .lb-store-card--play{background:linear-gradient(160deg,#e53e3e1a,#e91e630f,#ffffffe6);border-color:#e53e3e59}[data-theme=light] .lb-store-card--ios{background:linear-gradient(160deg,#e91e6314,#ffffffe6);border-color:#e91e6340}@media (max-width:520px){.lb-store-cards{grid-template-columns:1fr}}.lb-enterprise-features{flex-direction:column;gap:10px;width:100%;max-width:480px;display:flex}.lb-enterprise-feature{color:var(--text-2);background:#ffffff0d;border:1px solid #e91e6333;border-radius:12px;align-items:center;gap:12px;padding:12px 16px;font-size:14px;font-weight:500;display:flex}.lb-enterprise-feature span:first-child{flex-shrink:0;font-size:18px}[data-theme=light] .lb-enterprise-feature{background:#e91e630a;border-color:#e91e6326}.lb-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;margin-top:4px;display:flex}.lb-cta-primary{color:#fff;cursor:pointer;letter-spacing:.2px;background:linear-gradient(135deg,#e91e63,#ff6b6b);border:none;border-radius:14px;align-items:center;gap:10px;padding:14px 28px;font-family:inherit;font-size:15px;font-weight:700;text-decoration:none;transition:box-shadow .2s;display:inline-flex;box-shadow:0 8px 28px #e91e6359}.lb-cta-secondary{color:var(--text-2);border-bottom:1px solid #0000;padding:6px 4px;font-size:14px;font-weight:600;text-decoration:none;transition:color .2s,border-color .2s}.lb-cta-secondary:hover{color:var(--primary);border-bottom-color:var(--primary)}.lb-star{color:#e91e63;pointer-events:none;-webkit-user-select:none;user-select:none;font-size:14px;position:absolute}.lb-star--1{opacity:.7;font-size:10px;top:14px;left:18px}.lb-star--2{color:#ff6b6b;font-size:16px;top:22px;right:32px}.lb-star--3{color:gold;font-size:12px;bottom:20px;left:48px}.lb-star--4{color:#ff4081;font-size:10px;bottom:32px;right:60px}.lb-star--5{color:gold;font-size:8px;top:44%;left:12px}[data-theme=light] .launch-banner-wrap{background:linear-gradient(135deg,#e91e6312 0%,#ff6b6b0d 50%,#e91e630a 100%);border-color:#e91e6333;box-shadow:0 24px 80px #e91e631a,inset 0 1px #fff9}[data-theme=light] .flip-card{background:#0000000a;border-color:#00000014}[data-theme=light] .lb-badge{background:#e91e6314;border-color:#e91e6340}@media (max-width:600px){.launch-banner-wrap{border-radius:20px;margin:60px 16px 0;padding:36px 20px 40px}.flip-digit{width:52px;height:60px}.flip-top,.flip-bottom,.lb-sep{font-size:26px;line-height:60px}.lb-cta-primary{padding:12px 22px;font-size:14px}}.home-page{min-height:100vh}.launch-banner-container{max-width:1100px;margin:0 auto;padding:0 24px}.hero{justify-content:center;align-items:center;min-height:100vh;padding-top:68px;display:flex;position:relative;overflow:hidden}.hero-glow{pointer-events:none;filter:blur(100px);border-radius:50%;position:absolute}.hero-glow-1{background:radial-gradient(circle,#e91e6338 0%,#0000 70%);width:600px;height:600px;top:5%;left:15%}.hero-glow-2{background:radial-gradient(circle,#ff6b6b26 0%,#0000 70%);width:450px;height:450px;bottom:10%;right:10%}.hero-glow-3{background:radial-gradient(circle,#e91e631a 0%,#0000 70%);width:300px;height:300px;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-particles{pointer-events:none;position:absolute;inset:0}.hero-particle{background:var(--grad);border-radius:50%;position:absolute}.hero-particle--1{opacity:.5;width:6px;height:6px;top:20%;left:12%}.hero-particle--2{opacity:.4;width:4px;height:4px;top:35%;left:82%}.hero-particle--3{opacity:.35;width:8px;height:8px;top:65%;left:8%}.hero-particle--4{opacity:.5;width:5px;height:5px;top:72%;left:88%}.hero-particle--5{opacity:.3;width:7px;height:7px;top:15%;left:65%}.hero-particle--6{opacity:.45;width:4px;height:4px;top:80%;left:45%}.hero-inner{z-index:2;grid-template-columns:1fr 480px;align-items:center;gap:4rem;width:100%;max-width:1160px;padding:2rem 3rem;display:grid;position:relative}.hero-text{text-align:left;flex-direction:column;align-items:flex-start;display:flex}.hero-eyebrow{color:var(--text-2);letter-spacing:.5px;text-transform:uppercase;background:var(--surface);border:1px solid var(--border);border-radius:20px;align-items:center;gap:8px;margin-bottom:1.75rem;padding:6px 14px;font-size:12px;font-weight:500;display:inline-flex}.eu-dot{background:#e91e63;border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite pulse-dot;display:inline-block;box-shadow:0 0 8px #e91e6399}@keyframes pulse-dot{0%,to{box-shadow:0 0 8px #e91e6399}50%{box-shadow:0 0 16px #e91e63}}.hero-brand{align-items:center;gap:18px;margin-bottom:2rem;display:flex}.hero-brand-logo{object-fit:contain;border-radius:20px;flex-shrink:0;width:72px;height:72px;box-shadow:0 8px 28px #e91e6347}.hero-brand-text{flex-direction:column;gap:5px;display:flex}.hero-brand-name{color:var(--text);letter-spacing:-.5px;font-family:"Exo 2",sans-serif;font-size:clamp(1.5rem,3vw,2rem);font-weight:800;line-height:1}.hero-brand-tagline{color:var(--text-2);letter-spacing:.1px;font-size:clamp(.8rem,1.5vw,1rem);font-weight:400;line-height:1}.hero-title{color:var(--text);letter-spacing:-1.5px;margin-bottom:1.25rem;font-family:"Exo 2",sans-serif;font-size:clamp(2rem,5.5vw,3.8rem);font-weight:900;line-height:1.05}.hero-title-grad{background:var(--grad);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-sub{color:var(--text-2);margin-bottom:2.5rem;font-size:clamp(1rem,2.5vw,1.15rem);font-weight:400;line-height:1.75}.hero-br{display:inline}.hero-actions{flex-wrap:wrap;gap:12px;margin-top:.25rem;display:flex}.hero-phones{justify-content:center;align-items:flex-end;height:560px;display:flex;position:relative}.hero-phone{background:var(--surface);border:1px solid var(--border);border-radius:36px;flex-direction:column;width:210px;height:440px;display:flex;position:absolute;overflow:hidden;box-shadow:0 24px 80px #00000059}.hero-phone--back{opacity:.7;z-index:1;bottom:0;right:20px;transform:rotate(6deg)translateY(20px)}.hero-phone--front{z-index:2;bottom:0;left:20px;transform:rotate(-3deg);box-shadow:0 32px 100px #e91e6333,0 16px 60px #0006}.hero-phone-screen{background:linear-gradient(160deg,#e91e631a 0%,#ff6b6b0d 100%);border-radius:28px;flex:1;justify-content:center;align-items:center;margin:6px 6px 8px;display:flex;overflow:hidden}.hero-phone-img{object-fit:cover;border-radius:22px;width:100%;height:100%;display:block}.store-btn{border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:14px;align-items:center;gap:12px;min-width:165px;padding:13px 22px;text-decoration:none;transition:border-color .2s,background .2s,transform .2s,box-shadow .2s;display:flex}.store-btn:hover{background:var(--surface-hover);border-color:#e91e6380}.store-android{border-color:#e53e3e59}.store-icon{width:26px;height:26px;color:var(--text-2);flex-shrink:0}.store-icon--android{color:#e53e3e}.store-text{flex-direction:column;align-items:flex-start;display:flex}.store-label{color:var(--text-2);text-transform:uppercase;letter-spacing:.4px;font-size:10px}.store-name{color:var(--text);font-size:15px;font-weight:700}.hero-scroll{display:none}.scroll-dot{background:var(--text-3);border-radius:50%;width:6px;height:6px}.stats-bar{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--bg-2);justify-content:center;display:flex;overflow:hidden}.stat-item{border-right:1px solid var(--border);flex-direction:column;flex:1;align-items:center;gap:4px;min-width:0;padding:1.75rem 1rem;display:flex}.stat-item:last-child{border-right:none}.stat-icon{color:#e91e63;opacity:.85;justify-content:center;align-items:center;margin-bottom:4px;display:flex}.stat-value{background:var(--grad);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:clamp(1rem,2.2vw,1.4rem);font-weight:800;line-height:1.1}.stat-label{color:var(--text-2);text-align:center;font-size:11.5px;font-weight:500}.section-wrap{max-width:1160px;margin:0 auto;padding:6rem 2rem}.section-head{text-align:center;margin-bottom:3.5rem}.section-title{color:var(--text);letter-spacing:-.5px;font-family:"Exo 2",sans-serif;font-size:clamp(1.8rem,4vw,2.8rem);font-weight:800;line-height:1.15}.section-desc{color:var(--text-2);max-width:480px;margin-top:.75rem;margin-left:auto;margin-right:auto;font-size:15px;line-height:1.6}.screenshots-row{flex-wrap:wrap;justify-content:center;align-items:flex-end;gap:1.5rem;display:flex}.screenshot-slot{flex-direction:column;align-items:center;gap:.75rem;display:flex}.screenshot-phone{background:var(--surface);border:1px solid var(--border);border-radius:28px;flex-direction:column;width:180px;height:340px;transition:transform .3s,box-shadow .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 12px 40px #0000002e}.screenshot-phone:hover{box-shadow:0 24px 60px #e91e6326;transform:translateY(-8px)!important}.screenshot-phone--raised{transform:translateY(-20px)}.screenshot-notch{background:var(--border);border-radius:0 0 8px 8px;flex-shrink:0;width:60px;height:10px;margin:10px auto 0}.screenshot-placeholder{background:var(--surface);border:1px solid var(--border);border-radius:16px;flex-direction:column;flex:1;justify-content:stretch;align-items:stretch;margin:8px;display:flex;overflow:hidden}.screenshot-placeholder picture{width:100%;height:100%}.screenshot-img{object-fit:cover;width:100%;height:100%;display:block}.screenshot-label{color:#e91e6373;text-transform:uppercase;letter-spacing:1px;font-size:11px;font-weight:600}.screenshot-caption{color:var(--text-2);font-size:12px;font-weight:600}.how-section{background:var(--bg)}.steps-list{flex-direction:column;display:flex}.step-row{grid-template-columns:64px 1fr 280px;align-items:center;gap:2.5rem;display:grid}.step-left{flex-direction:column;align-items:center;display:flex}.step-number{background:var(--grad);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;font-size:16px;font-weight:800;display:flex;box-shadow:0 4px 20px #e91e6359}.step-line{background:linear-gradient(#e91e634d,#0000);width:2px;height:80px;margin-top:8px}.steps-list>:last-child .step-line{display:none}.step-content{flex-direction:column;gap:.5rem;padding:1.5rem 0;display:flex}.step-title{color:var(--text);letter-spacing:-.2px;font-family:"Exo 2",sans-serif;font-size:clamp(1.1rem,2.5vw,1.4rem);font-weight:700}.step-desc{color:var(--text-2);font-size:14px;line-height:1.75}.step-screen{justify-content:center;display:flex}.step-screen-phone{background:var(--surface);border:1px solid var(--border);border-radius:24px;flex-direction:column;width:160px;height:300px;display:flex;overflow:hidden;box-shadow:0 8px 30px #00000026}.features-section{background:var(--bg-2)}.features-grid{border:1px solid var(--border);background:var(--border);border-radius:24px;grid-template-columns:repeat(3,1fr);gap:1px;display:grid;overflow:hidden}.feat-card{background:var(--bg-2);padding:2rem 2rem 2.25rem;transition:background .25s;position:relative;overflow:hidden}.feat-card:hover{background:var(--surface-hover)}.feat-number{color:#e91e630d;-webkit-user-select:none;user-select:none;font-size:4rem;font-weight:900;line-height:1;transition:color .25s;position:absolute;top:8px;right:14px}.feat-card:hover .feat-number{color:#e91e631a}.feat-icon{background:var(--primary-light);color:#e91e63;z-index:1;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1.25rem;display:flex;position:relative}.feat-title{color:var(--text);z-index:1;margin-bottom:.6rem;font-family:"Exo 2",sans-serif;font-size:15px;font-weight:700;line-height:1.3;position:relative}.feat-desc{color:var(--text-2);z-index:1;font-size:13.5px;line-height:1.7;position:relative}.detail-section{background:var(--bg)}.detail-list{flex-direction:column;gap:6rem;display:flex}.detail-row{grid-template-columns:1fr 380px;align-items:center;gap:4rem;display:grid}.detail-row--reverse{grid-template-columns:380px 1fr}.detail-row--reverse .detail-text{order:2}.detail-row--reverse .detail-screen{order:1}.detail-text{flex-direction:column;gap:1rem;display:flex}.detail-title{color:var(--text);letter-spacing:-.3px;font-family:"Exo 2",sans-serif;font-size:clamp(1.5rem,3vw,2rem);font-weight:800;line-height:1.2}.detail-desc{color:var(--text-2);font-size:14.5px;line-height:1.8}.detail-check{color:#e91e63;flex-shrink:0;margin-top:1px;font-weight:700}.detail-screen{justify-content:center;display:flex}.detail-phone{background:var(--surface);border:1px solid var(--border);border-radius:36px;flex-direction:column;width:240px;height:460px;transition:box-shadow .3s;display:flex;overflow:hidden;box-shadow:0 20px 60px #0003}.detail-phone:hover{box-shadow:0 28px 70px #e91e6326}.cta-section{position:relative;overflow:hidden}.cta-inner{background:var(--grad);position:relative;overflow:hidden}.cta-glow{pointer-events:none;background:radial-gradient(60% 80%,#ffffff1f 0%,#0000 70%);position:absolute;inset:0}.cta-content{z-index:1;text-align:center;max-width:600px;margin:0 auto;padding:6rem 2rem;position:relative}.cta-eyebrow{letter-spacing:2px;text-transform:uppercase;color:#ffffffb3;margin-bottom:.75rem;font-size:11px;font-weight:700}.cta-title{color:#fff;letter-spacing:-.5px;margin-bottom:.75rem;font-family:"Exo 2",sans-serif;font-size:clamp(2rem,5vw,3.2rem);font-weight:900;line-height:1.1}.cta-sub{color:#ffffffb3;margin-bottom:2.5rem;font-size:14px}.cta-actions{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.cta-btn{border-radius:14px;justify-content:center;align-items:center;min-width:150px;padding:13px 30px;font-size:15px;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s,background .2s;display:inline-flex}.cta-btn--primary{color:#e91e63;background:#fff}.cta-btn--play{color:#e53e3e;background:#fff}.cta-btn--outline{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff26;border:1px solid #ffffff59}.cta-btn--outline:hover{background:#ffffff38}@media (max-width:1100px){.hero-inner{grid-template-columns:1fr 380px;gap:2.5rem;padding:2rem}.hero-phones{height:480px}.hero-phone{width:180px;height:380px}}@media (max-width:1024px){.detail-row,.detail-row--reverse{grid-template-columns:1fr}.detail-row--reverse .detail-text,.detail-row--reverse .detail-screen{order:unset}.detail-phone{width:200px;height:380px}.step-row{grid-template-columns:48px 1fr;gap:1.5rem}.step-screen{display:none}}@media (max-width:900px){.features-grid{grid-template-columns:repeat(2,1fr)}.hero-inner{grid-template-columns:1fr;padding:2rem 1.5rem}.hero-text{text-align:center;align-items:center}.hero-phones{width:100%;height:340px;margin-top:1rem}.hero-phone{width:150px;height:320px}.hero-phone--back{right:calc(50% - 120px)}.hero-phone--front{left:calc(50% - 120px)}}@media (max-width:768px){.hero-actions{justify-content:center;gap:8px}.store-btn{min-width:140px}.stats-bar{flex-wrap:wrap}.stat-item{border-right:none;border-bottom:1px solid var(--border);flex:0 0 50%}.stat-item:nth-child(odd){border-right:1px solid var(--border)}.features-grid{grid-template-columns:1fr}.screenshots-row{gap:1rem}.screenshot-phone{width:140px;height:270px}.screenshot-phone--raised{transform:translateY(-12px)}.step-row{grid-template-columns:44px 1fr;gap:1rem}.step-screen{display:none}.detail-list{gap:3.5rem}.section-wrap{padding:4rem 1.25rem}}@media (max-width:480px){.screenshots-row{gap:.75rem}.screenshot-phone{border-radius:20px;width:110px;height:210px}.hero-phones{height:280px}.hero-phone{border-radius:28px;width:120px;height:260px}}.ios-modal-overlay{z-index:1000;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#000000a6;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.ios-modal{background:var(--bg-2);text-align:center;border:1.5px solid #e91e6333;border-radius:28px;width:100%;max-width:440px;padding:44px 36px 36px;position:relative;overflow:hidden;box-shadow:0 32px 80px #00000080,0 0 0 1px #ffffff0d,inset 0 1px #ffffff12}.ios-modal-glow{pointer-events:none;filter:blur(40px);background:radial-gradient(circle,#e91e6333 0%,#0000 70%);width:300px;height:300px;position:absolute;top:-80px;left:50%;transform:translate(-50%)}.ios-modal-close{background:var(--surface);width:30px;height:30px;color:var(--text-2);cursor:pointer;border:1px solid #ffffff14;border-radius:50%;justify-content:center;align-items:center;transition:background .15s,color .15s;display:flex;position:absolute;top:16px;right:16px}.ios-modal-close:hover{color:var(--primary);background:#e91e631f}.ios-modal-icon{background:linear-gradient(135deg,#e91e6326,#ff6b6b1a);border:1.5px solid #e91e6340;border-radius:22px;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 20px;font-size:34px;display:flex;box-shadow:0 8px 24px #e91e6326}.ios-modal-title{color:var(--text);margin:0 0 12px;font-family:"Exo 2",sans-serif;font-size:26px;font-weight:800;line-height:1.2}.ios-modal-grad{background:linear-gradient(135deg,#e91e63,#ff6b6b);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.ios-modal-sub{color:var(--text-2);margin:0 0 20px;font-size:15px;line-height:1.6}.ios-modal-date-badge{color:#ff6b8a;background:#e91e6314;border:1px solid #e91e6333;border-radius:20px;align-items:center;gap:7px;margin-bottom:24px;padding:6px 14px;font-size:12px;font-weight:700;display:inline-flex}.ios-modal-actions{flex-direction:column;gap:10px;display:flex}.ios-modal-cta{color:#fff;letter-spacing:.2px;background:linear-gradient(135deg,#e91e63,#ff6b6b);border-radius:14px;padding:14px 20px;font-size:14px;font-weight:700;text-decoration:none;transition:box-shadow .2s;display:block;box-shadow:0 8px 24px #e91e634d}.ios-modal-skip{color:var(--text-3);cursor:pointer;background:0 0;border:none;padding:6px;font-family:inherit;font-size:13px;transition:color .15s}.ios-modal-skip:hover{color:var(--text-2)}[data-theme=light] .ios-modal{box-shadow:0 32px 80px #00000026,0 0 0 1px #0000000d}@media (max-width:480px){.ios-modal{border-radius:22px;padding:40px 24px 28px}.ios-modal-title{font-size:22px}}.simple-page{flex-direction:column;min-height:100vh;display:flex}.simple-content{flex:1;width:100%;max-width:1000px;margin:0 auto;padding:4rem 2rem 6rem}.simple-hero{text-align:center;padding:7rem 2rem 4rem;position:relative;overflow:hidden}.simple-hero-glow{pointer-events:none;background:radial-gradient(60% 60% at 50% 0,#e91e631f 0%,#0000 70%);position:absolute;inset:0}.simple-hero-content{z-index:1;max-width:640px;margin:0 auto;position:relative}.simple-hero-title{color:var(--text);letter-spacing:-.5px;margin:.5rem 0 1rem;font-family:"Exo 2",sans-serif;font-size:clamp(2rem,5vw,3.2rem);font-weight:900;line-height:1.1}.simple-hero-sub{color:var(--text-2);font-size:clamp(1rem,2vw,1.1rem);line-height:1.7}.features-detail-list{border:1px solid var(--border);background:var(--border);border-radius:20px;flex-direction:column;gap:1px;display:flex;overflow:hidden}.feature-detail-card{background:var(--bg);grid-template-columns:56px 1fr;align-items:flex-start;gap:1.5rem;padding:2rem 2.25rem;transition:background .2s;display:grid}.feature-detail-card:hover{background:var(--bg-2)}.feature-detail-icon{background:var(--primary-light);color:#e91e63;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;margin-top:2px;display:flex}.feature-detail-body{flex-direction:column;gap:.6rem;display:flex}.feature-detail-head{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.feature-detail-title{color:var(--text);font-family:"Exo 2",sans-serif;font-size:17px;font-weight:700}.feature-detail-desc{color:var(--text-2);font-size:14px;line-height:1.75}.about-sections{flex-direction:column;gap:3.5rem;display:flex}.about-block{border-left:3px solid #e91e6359;padding-left:1.75rem}.about-block-title{color:var(--text);letter-spacing:-.2px;margin-bottom:1rem;font-family:"Exo 2",sans-serif;font-size:1.4rem;font-weight:700}.about-block-text{color:var(--text-2);margin-bottom:.75rem;font-size:15px;line-height:1.8}.about-block-text:last-child{margin-bottom:0}.about-values{grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:.5rem;display:grid}.about-value-card{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:1.25rem 1.5rem}.about-value-title{color:var(--text);margin-bottom:.4rem;font-size:14px;font-weight:700}.about-value-desc{color:var(--text-2);font-size:13px;line-height:1.65}.about-store-btns{flex-wrap:wrap;gap:.75rem;margin-top:1.25rem;display:flex}.about-store-btn{background:var(--grad);color:#fff;border-radius:10px;align-items:center;gap:8px;padding:10px 22px;font-size:13.5px;font-weight:600;text-decoration:none;transition:opacity .2s,transform .2s;display:inline-flex;box-shadow:0 4px 16px #e91e6340}.about-store-btn:hover{opacity:.88;transform:translateY(-1px)}.about-store-btn--outline{color:var(--text);border:1px solid var(--border);box-shadow:none;background:0 0}.about-store-btn--outline:hover{color:#e91e63;border-color:#e91e6366}.team-page-grid{flex-direction:column;gap:1.25rem;display:flex}.team-page-card{background:var(--surface);border:1px solid var(--border);border-radius:18px;grid-template-columns:80px 1fr;align-items:flex-start;gap:1.5rem;padding:2rem;transition:border-color .2s,background .2s;display:grid}.team-page-card:hover{background:var(--surface-hover);border-color:#e91e634d}.team-page-avatar{background:var(--grad);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:72px;height:72px;font-size:22px;font-weight:700;display:flex}.team-page-name{color:var(--text);margin-bottom:2px;font-family:"Exo 2",sans-serif;font-size:17px;font-weight:700}.team-page-role{color:#e91e63;margin-bottom:.6rem;font-size:13px;font-weight:600}.team-page-desc{color:var(--text-2);font-size:14px;line-height:1.7}.contact-page-grid{grid-template-columns:1fr 1fr;align-items:flex-start;gap:3rem;display:grid}.contact-page-email{color:#e91e63;border-bottom:2px solid #e91e634d;margin:1.25rem 0;padding-bottom:2px;font-size:1.3rem;font-weight:700;text-decoration:none;transition:border-color .2s;display:inline-block}.contact-page-email:hover{border-color:#e91e63}.contact-page-email-inline{color:#e91e63;border-bottom:1px solid #e91e6359;font-weight:600;text-decoration:none}.contact-page-email-inline:hover{border-bottom-color:#e91e63}.contact-form{flex-direction:column;gap:1rem;max-width:520px;margin:1.25rem 0 1.5rem;display:flex}.contact-form-field{flex-direction:column;gap:.35rem;display:flex}.contact-form-label{text-transform:uppercase;letter-spacing:.04em;color:var(--text-2);font-size:12px;font-weight:600}.contact-form-input,.contact-form-textarea{box-sizing:border-box;border:1.5px solid var(--border);background:var(--surface);width:100%;color:var(--text);border-radius:12px;outline:none;padding:.65rem .85rem;font-family:inherit;font-size:14px;transition:border-color .2s,box-shadow .2s}.contact-form-input:focus,.contact-form-textarea:focus{border-color:#e91e6373;box-shadow:0 0 0 3px #e91e631f}.contact-form-textarea{resize:vertical;min-height:140px;line-height:1.5}.contact-form-honeypot{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.contact-form-submit{cursor:pointer;color:#fff;background:linear-gradient(135deg,#e91e63 0%,#ad1457 100%);border:none;border-radius:12px;margin-top:.25rem;padding:.85rem 1.25rem;font-family:inherit;font-size:15px;font-weight:700;transition:transform .15s,box-shadow .15s,opacity .15s;box-shadow:0 4px 20px #e91e6359}.contact-form-submit:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 8px 28px #e91e6366}.contact-form-submit:disabled{opacity:.65;cursor:not-allowed;transform:none}.contact-form-banner{border-radius:12px;max-width:520px;margin-bottom:1rem;padding:.85rem 1rem;font-size:14px}.contact-form-banner--success{color:var(--text);background:#10b9811f;border:1px solid #10b98159}.contact-form-banner--error{color:var(--text);background:#ef44441a;border:1px solid #ef444459}.contact-page-main{position:relative}.contact-page-infos{flex-direction:column;gap:.85rem;margin-top:1rem;display:flex}.contact-page-info-item{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:1rem;padding:.65rem 0;display:flex}.contact-page-info-label{color:var(--text-2);font-size:13px}.contact-page-info-value{color:var(--text);font-size:13px;font-weight:600}.contact-page-reasons{flex-direction:column;gap:1rem;display:flex}.contact-reason-card{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:1.25rem 1.5rem;transition:border-color .2s}.contact-reason-card:hover{border-color:#e91e6340}.contact-reason-title{color:var(--text);margin-bottom:.35rem;font-size:14px;font-weight:700}.contact-reason-desc{color:var(--text-2);font-size:13px;line-height:1.6}.section-eyebrow{letter-spacing:1.5px;text-transform:uppercase;color:#e91e63;margin-bottom:.75rem;font-size:11px;font-weight:600}.step-tag{letter-spacing:1.2px;text-transform:uppercase;color:#e91e63;background:#e91e631a;border:1px solid #e91e6333;border-radius:20px;width:fit-content;padding:3px 10px;font-size:10px;font-weight:700;display:inline-block}.detail-points{flex-direction:column;gap:.4rem;margin-top:.25rem;list-style:none;display:flex}.detail-point{color:var(--text-2);align-items:flex-start;gap:8px;font-size:13.5px;line-height:1.5;display:flex}.detail-check{color:#e91e63;flex-shrink:0;font-weight:700}.hiw-steps{flex-direction:column;gap:0;display:flex}.hiw-step{grid-template-columns:72px 1fr;gap:2rem;display:grid}.hiw-step-left{flex-direction:column;align-items:center;display:flex}.hiw-step-number{background:var(--grad);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;font-size:15px;font-weight:800;display:flex;box-shadow:0 4px 18px #e91e6347}.hiw-step-line{background:linear-gradient(#e91e6340,#0000);flex:1;width:2px;min-height:40px;margin:8px 0}.hiw-step-body{flex-direction:column;gap:.6rem;padding-bottom:3rem;display:flex}.hiw-step-title{color:var(--text);letter-spacing:-.2px;font-family:"Exo 2",sans-serif;font-size:1.3rem;font-weight:700}.hiw-step-desc{color:var(--text-2);max-width:560px;font-size:14.5px;line-height:1.8}@media (max-width:768px){.simple-hero{padding:6rem 1.25rem 3rem}.simple-content{padding:2.5rem 1.25rem 4rem}.about-values{grid-template-columns:1fr}.contact-page-grid{grid-template-columns:1fr;gap:2rem}.team-page-card{grid-template-columns:60px 1fr;gap:1rem;padding:1.5rem}.team-page-avatar{width:56px;height:56px;font-size:18px}.feature-detail-card{grid-template-columns:1fr;gap:1rem}}.legal-layout{background:var(--legal-bg);min-height:100vh;color:var(--legal-text);transition:background .3s,color .3s}.legal-layout .header{background:var(--header-bg)!important;border-bottom-color:var(--header-border)!important}.legal-layout .logo-text{color:var(--logo-color)!important}.legal-layout .nav-link{color:var(--nav-color)!important}.legal-layout .nav-link:hover{color:var(--nav-hover-color)!important;background:var(--nav-hover-bg)!important}.legal-layout .nav-link.cta{background:var(--grad)!important;color:#fff!important}.legal-header{text-align:center;color:#fff;clip-path:polygon(0 0,100% 0,100% 85%,0 100%);background:linear-gradient(135deg,#ff6b6b 0%,#ee5a6f 100%);padding:7rem 2rem 6rem}.legal-header-content h1{text-shadow:0 4px 15px #0003;margin-bottom:1rem;font-size:3rem;font-weight:800}.legal-header-content p{opacity:.95;font-size:1.25rem}.legal-emoji{filter:drop-shadow(0 5px 15px #0003);margin-bottom:1.5rem;font-size:5rem}.legal-container{max-width:900px;margin:-4rem auto 4rem;padding:0 2rem}.back-button{color:var(--back-btn-color);background:var(--back-btn-bg);border:1px solid var(--legal-border);border-radius:12px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.75rem 1.5rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 2px 10px #00000014}.back-button:hover{transform:translate(-5px);box-shadow:0 4px 15px #ff6b6b40}.legal-content{background:var(--legal-surface);border:1px solid var(--legal-border);border-radius:24px;padding:4rem;line-height:1.8;transition:background .3s,border-color .3s;box-shadow:0 10px 40px #0000001a}.legal-content h2{color:var(--legal-h2);border-bottom:3px solid var(--legal-h2);margin:3rem 0 1.5rem;padding-bottom:.75rem;font-size:2rem;font-weight:700}.legal-content h3{color:var(--legal-h3);margin:2rem 0 1rem;font-size:1.5rem;font-weight:600}.legal-content p{color:var(--legal-text-2);margin-bottom:1.25rem;font-size:1.05rem}.legal-content ul,.legal-content ol{color:var(--legal-text-2);margin:1.5rem 0 1.5rem 2rem}.legal-content li{margin:.75rem 0;line-height:1.7}.legal-content strong{color:var(--legal-text);font-weight:600}.legal-content a{color:var(--legal-link);font-weight:600;text-decoration:none;transition:color .3s}.legal-content a:hover{text-decoration:underline}.contact-box{background:var(--contact-box-bg);border-left:4px solid var(--contact-box-border);border-radius:12px;margin:2rem 0;padding:2rem}.highlight-box{background:var(--highlight-box-bg);border-left:4px solid var(--highlight-box-border);border-radius:12px;margin:2rem 0;padding:2rem}.info-table{border-collapse:collapse;border-radius:12px;width:100%;margin:2rem 0;overflow:hidden;box-shadow:0 2px 10px #00000014}.info-table th{background:var(--table-head-bg);color:#fff;text-align:left;padding:1.25rem;font-size:.95rem;font-weight:600}.info-table tbody tr{background:var(--table-row-bg);transition:background .15s}.info-table tbody tr:nth-child(2n){background:var(--table-row-alt)}.info-table td{border-bottom:1px solid var(--table-border);color:var(--table-text);background:inherit;padding:1.1rem 1.25rem;font-size:.95rem}.info-table tbody tr:last-child td{border-bottom:none}.info-table tbody tr:hover{background:var(--table-row-hover)!important}.info-table td strong{color:var(--legal-text)}.legal-footer{color:#fff;text-align:center;background:#1a202c;padding:3rem 2rem}.legal-footer .footer-content p{opacity:.9;margin:.5rem 0}.legal-footer .footer-links{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;margin-top:1.5rem;display:flex}.legal-footer .footer-links a{color:#fffc;text-decoration:none;transition:color .3s}.legal-footer .footer-links a:hover{color:#fff}.legal-footer .footer-links span{color:#fff6}@media (max-width:768px){.legal-header{padding:6rem 1.5rem 5rem}.legal-header-content h1{font-size:2rem}.legal-content{padding:2rem 1.25rem}.legal-content h2{font-size:1.5rem}.legal-emoji{font-size:3.5rem}.info-table{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto}.info-table th,.info-table td{min-width:100px;padding:.85rem 1rem;font-size:.85rem}}.deletion-card{background:var(--deletion-card-bg);border:1px solid var(--deletion-card-border);border-radius:16px;margin-top:1.5rem;padding:1.5rem 2rem;transition:background .3s,border-color .3s;box-shadow:0 4px 20px #00000014}.deletion-card-app{border-left:4px solid #4caf50}.deletion-card h3{color:var(--deletion-card-text);margin:0 0 .75rem;font-size:1.2rem}.deletion-card-desc{color:var(--deletion-card-desc);margin:0;font-size:1rem;line-height:1.6}.deletion-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#d32f2f 0%,#b71c1c 100%);border:none;border-radius:12px;align-items:center;gap:.75rem;margin-top:1.25rem;padding:1rem 1.75rem;font-size:1.05rem;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 4px 14px #d32f2f59}.deletion-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #d32f2f73}.deletion-button:active{transform:translateY(0)}.deletion-button .button-icon{font-size:1.5rem}.deletion-button-label{color:#fff}.legal-intro-note{color:var(--legal-text-2);margin-top:2rem;font-size:.95rem}.legal-intro-note a{color:#ee5a6f;text-decoration:underline}.legal-intro-note a:hover{color:#d32f2f}.earlyadopter-shell{flex-direction:column;min-height:100vh;display:flex}.earlyadopter-embed-wrap{flex:1;width:100%;max-width:100%;margin:0;padding:calc(68px + clamp(.75rem,2vw,1.25rem)) 0 0}@media (max-width:768px){.earlyadopter-embed-wrap{padding-top:calc(120px + clamp(.5rem,2vw,1rem))}}.earlyadopter-iframe{background:var(--surface,#fff);border:0;width:100%;min-height:calc(100vh - 220px);display:block}*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root,[data-theme=dark]{--primary:#e91e63;--primary-dark:#c2185b;--primary-light:#e91e631f;--grad:linear-gradient(135deg,#e91e63 0%,#ff6b6b 100%);--bg:#08080e;--bg-2:#0e0e1a;--surface:#ffffff0a;--surface-hover:#ffffff12;--border:#ffffff14;--border-hover:#e91e6359;--text:#f4f4ff;--text-2:#f4f4ff94;--text-3:#f4f4ff4d;--header-bg:#08080eb8;--header-border:#ffffff0f;--logo-color:#f4f4ff;--nav-color:#f4f4ff94;--nav-hover-bg:#ffffff0f;--nav-hover-color:#f4f4ff;--legal-bg:#0e0e1a;--legal-surface:#161625;--legal-text:#e2e8f0;--legal-text-2:#a0aec0;--legal-border:#ffffff1a;--legal-h2:#ff6b6b;--legal-h3:#ee8b8b;--legal-link:#ff6b6b;--contact-box-bg:#ff6b6b14;--contact-box-border:#ff6b6b;--highlight-box-bg:#1890ff1a;--highlight-box-border:#1890ff;--highlight-green-bg:#52c41a1a;--highlight-green-border:#52c41a;--table-head-bg:linear-gradient(135deg,#c0392b 0%,#e74c3c 100%);--table-row-bg:#161625;--table-row-alt:#1a1a2e;--table-row-hover:#1e1e30;--table-border:#ffffff0f;--table-text:#cbd5e0;--back-btn-bg:#ffffff0f;--back-btn-color:#ff6b6b;--deletion-card-bg:#ffffff0a;--deletion-card-border:#ffffff14;--deletion-card-text:#e2e8f0;--deletion-card-desc:#a0aec0}[data-theme=light]{--primary:#e91e63;--primary-dark:#c2185b;--primary-light:#e91e6317;--grad:linear-gradient(135deg,#e91e63 0%,#ff6b6b 100%);--bg:#fff;--bg-2:#f7f7fb;--surface:#00000008;--surface-hover:#0000000e;--border:#00000017;--border-hover:#e91e634d;--text:#0f0f1a;--text-2:#0f0f1a99;--text-3:#0f0f1a59;--header-bg:#ffffffe0;--header-border:#00000014;--logo-color:#1a202c;--nav-color:#4a5568;--nav-hover-bg:#0000000d;--nav-hover-color:#1a202c;--legal-bg:#f7fafc;--legal-surface:#fff;--legal-text:#2d3748;--legal-text-2:#4a5568;--legal-border:#e2e8f0;--legal-h2:#ff6b6b;--legal-h3:#ee5a6f;--legal-link:#ff6b6b;--contact-box-bg:linear-gradient(135deg,#ffe6e6 0%,#fff0f0 100%);--contact-box-border:#ff6b6b;--highlight-box-bg:#fff3cd;--highlight-box-border:#ffc107;--highlight-green-bg:#e6ffe6;--highlight-green-border:#52c41a;--table-head-bg:linear-gradient(135deg,#ff6b6b 0%,#ee5a6f 100%);--table-row-bg:#fff;--table-row-alt:#fdf7f7;--table-row-hover:#fff0f0;--table-border:#f0e4e4;--table-text:#4a5568;--back-btn-bg:#fff;--back-btn-color:#ff6b6b;--deletion-card-bg:#fff;--deletion-card-border:#0000000f;--deletion-card-text:#333;--deletion-card-desc:#555}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;transition:background .3s,color .3s;overflow-x:hidden}#root,.app{width:100%;min-height:100vh}h1,h2,h3,h4,h5,h6{font-family:"Exo 2",sans-serif}::selection{color:#fff;background:#e91e6347}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:#e91e6359;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#e91e6399}
