:root{--bg: #050505;--bg-card: #111113;--bg-card-hover: #1a1a1e;--border: #222228;--text: #f5f5f7;--text-secondary: #8e8e93;--accent: #6c63ff;--accent-glow: rgba(108, 99, 255, .15);--green: #34c759;--red: #ff3b30;--orange: #ff9f0a;--radius: 20px;--radius-sm: 12px}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;overflow-x:hidden}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg);color:var(--text);overflow-x:hidden;line-height:1.6;max-width:100vw}a{text-decoration:none;color:inherit}::selection{background:var(--accent);color:#fff}.shader-hero{position:relative;width:100%;height:100vh;height:100dvh;overflow:hidden;background:#000}.shader-hero__canvas{position:absolute;top:0;left:0;width:100%;height:100%}.shader-hero__content{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:2;padding-bottom:15vh}.shader-hero__logo{width:280px;height:280px;border-radius:36px;margin-bottom:-10px;filter:drop-shadow(0 8px 32px rgba(0,0,0,.5))}.shader-hero__name{font-size:3.5rem;font-weight:800;letter-spacing:-.02em;color:#fff;text-shadow:0 4px 20px rgba(0,0,0,.5)}.shader-fade{position:relative;margin-top:-100px;height:100px;background:linear-gradient(to bottom,transparent 0%,#050505 100%);pointer-events:none;z-index:3}@media(max-width:768px){.shader-hero__logo{width:220px;height:220px}.shader-hero__name{font-size:2.8rem}}@media(max-width:480px){.shader-hero__logo{width:180px;height:180px}.shader-hero__name{font-size:2.2rem}}.app{overflow-x:hidden;width:100%}.gradient-text{background:linear-gradient(135deg,#6c63ff,#a78bfa,#c084fc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-container{max-width:1200px;margin:0 auto;padding:0 24px}.section-header{text-align:center;margin-bottom:64px}.section-header h2{font-size:clamp(2rem,5vw,3rem);font-weight:800;margin:16px 0 12px;letter-spacing:-.02em}.section-header p{color:var(--text-secondary);font-size:1.125rem;max-width:520px;margin:0 auto}.section-badge{display:inline-block;padding:6px 16px;border-radius:100px;background:var(--accent-glow);color:var(--accent);font-size:.85rem;font-weight:600;letter-spacing:.02em}.nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:16px 0;transition:all .3s ease}.nav--scrolled{background:#050505cc;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border);padding:10px 0}.nav__inner{max-width:1200px;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between}.nav__logo{display:flex;align-items:center;gap:10px;font-weight:700;font-size:1.2rem}.nav__logo img{border-radius:8px}.nav__links{display:flex;align-items:center;gap:32px}.nav__links a{color:var(--text-secondary);font-size:.9rem;font-weight:500;transition:color .2s}.nav__links a:hover{color:var(--text)}.nav__cta{background:var(--accent)!important;color:#fff!important;padding:8px 20px;border-radius:100px;font-weight:600!important;transition:transform .2s,box-shadow .2s!important}.nav__cta:hover{transform:translateY(-1px) scale(1.05);box-shadow:0 4px 20px var(--accent-glow)}.nav__cta:active{transform:scale(.95)}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:120px 24px 80px;position:relative;overflow:hidden;max-width:1200px;margin:0 auto;gap:60px}.hero__glow{position:absolute;top:-200px;left:50%;transform:translate(-50%);width:min(800px,100vw);height:800px;background:radial-gradient(circle,var(--accent-glow) 0%,transparent 70%);pointer-events:none}.hero__content{flex:1;max-width:600px}.hero__logo{width:180px;height:180px;border-radius:36px;margin-bottom:32px;margin-left:-40px}.hero__title{font-size:clamp(2.5rem,6vw,4rem);font-weight:800;line-height:1.1;letter-spacing:-.03em;margin-bottom:20px}.hero__subtitle{color:var(--text-secondary);font-size:1.15rem;line-height:1.7;margin-bottom:36px;max-width:480px}.hero__actions{margin-bottom:48px}.google-play-badge img{height:80px;transition:transform .2s}.google-play-badge:hover img{transform:scale(1.05)}.google-play-badge:active img{transform:scale(.95)}.hero__stats{display:flex;gap:40px}.stat{display:flex;flex-direction:column}.stat__value{font-size:1.5rem;font-weight:800;color:var(--accent)}.stat__label{font-size:.8rem;color:var(--text-secondary);font-weight:500}.hero__phone{flex-shrink:0}.hero__screenshot{width:300px;height:auto;border-radius:32px;box-shadow:0 40px 80px #00000080,0 0 60px var(--accent-glow);animation:float 4s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.features{padding:120px 0}.features__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;perspective:1000px}.feature-card{background:var(--bg-card);border:none;border-radius:var(--radius);padding:32px 28px;will-change:transform;cursor:pointer;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none}.feature-card:hover{background:var(--bg-card-hover);box-shadow:0 12px 40px #0000004d}.feature-card__icon{width:96px;height:96px;display:block;margin-bottom:20px;object-fit:contain}.feature-card__title{font-size:1.1rem;font-weight:700;margin-bottom:8px}.feature-card__desc{color:var(--text-secondary);font-size:.9rem;line-height:1.6}.ai-section{padding:120px 0}.ai-section__inner{display:flex;align-items:center;gap:80px}.ai-section__text{flex:1}.ai-section__text h2{font-size:clamp(2rem,4vw,2.8rem);font-weight:800;margin:16px 0 20px;letter-spacing:-.02em}.ai-section__text p{color:var(--text-secondary);font-size:1.05rem;line-height:1.7;margin-bottom:28px}.ai-section__list{list-style:none;display:flex;flex-direction:column;gap:14px}.ai-section__list li{font-size:.95rem;color:var(--text-secondary)}.ai-section__visual{flex-shrink:0;display:flex;align-items:center;justify-content:center}.ai-orb-video{width:300px;height:300px;border-radius:50%;object-fit:cover;filter:drop-shadow(0 0 60px rgba(108,99,255,.4)) drop-shadow(0 0 120px rgba(108,99,255,.15))}.security{padding:120px 0}.security__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;perspective:1000px}.security-card{background:var(--bg-card);border:none;border-radius:var(--radius);padding:32px 24px;text-align:center;transition:all .3s ease;cursor:pointer;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none}.security-card:hover{background:var(--bg-card-hover)}.security-card__icon{width:96px;height:96px;display:block;margin:0 auto 20px;object-fit:contain}.security-card h3{font-size:1rem;font-weight:700;margin-bottom:8px}.security-card p{color:var(--text-secondary);font-size:.85rem;line-height:1.5}.cta{padding:120px 0;position:relative}.cta__glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:600px;height:600px;background:radial-gradient(circle,var(--accent-glow) 0%,transparent 70%);pointer-events:none}.cta__inner{text-align:center;position:relative}.cta__logo{border-radius:36px;margin-bottom:32px;width:180px;height:180px;box-shadow:0 8px 40px #0006}.cta__inner h2{font-size:clamp(2rem,5vw,3rem);font-weight:800;margin-bottom:12px;letter-spacing:-.02em}.cta__inner p{color:var(--text-secondary);font-size:1.1rem;margin-bottom:32px}.cta .google-play-badge img{height:80px}.footer{padding:32px 0;border-top:1px solid var(--border)}.footer__inner{display:flex;align-items:center;justify-content:space-between}.footer__brand{display:flex;align-items:center;gap:8px;font-weight:700}.footer__brand img{border-radius:6px}.footer__links{display:flex;align-items:center;gap:24px}.footer__links a{color:var(--text-secondary);font-size:.85rem;font-weight:500;transition:color .2s}.footer__links a:hover{color:var(--accent)}.footer__copy{color:var(--text-secondary);font-size:.85rem}@media(max-width:768px){.footer__inner{flex-direction:column;gap:16px;text-align:center}.footer__links{gap:16px;flex-wrap:wrap;justify-content:center}}@media(max-width:1024px){.features__grid,.security__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.section-container{padding:0 16px}.nav__links a:not(.nav__cta){display:none}.nav__links{gap:0}.nav__inner{padding:0 16px}.nav__logo span{font-size:1rem}.hero{flex-direction:column;text-align:center;padding:100px 16px 60px;min-height:auto;gap:40px}.hero__logo{width:120px;height:120px;margin-left:0;margin-bottom:24px}.hero__title{font-size:2.2rem}.hero__subtitle{margin:0 auto 28px;font-size:1rem}.hero__actions{margin-bottom:36px}.google-play-badge img{height:64px}.hero__stats{justify-content:center;flex-wrap:wrap;gap:24px}.hero__phone{order:-1}.hero__screenshot{width:200px;border-radius:24px}.features{padding:80px 0}.features__grid{grid-template-columns:1fr;gap:16px}.feature-card{padding:24px 20px}.feature-card__icon{width:64px;height:64px}.section-header{margin-bottom:40px}.section-header h2{font-size:1.8rem}.ai-section{padding:80px 0}.ai-section__inner{flex-direction:column;text-align:center;gap:40px}.ai-section__text h2{font-size:1.8rem}.ai-section__list{align-items:center}.ai-section__visual{margin-top:20px}.ai-orb-video{width:280px;height:280px}.security{padding:80px 0}.security__grid{grid-template-columns:1fr 1fr;gap:12px}.security-card{padding:24px 16px}.security-card__icon{width:64px;height:64px}.cta{padding:80px 0}.cta__logo{width:120px;height:120px}.cta__inner h2{font-size:1.6rem}.cta .google-play-badge img{height:64px}.footer__inner{flex-direction:column;gap:12px}}@media(max-width:480px){.hero__title{font-size:1.8rem}.hero__logo{width:100px;height:100px}.hero__screenshot{width:180px}.hero__stats{gap:16px}.stat__value{font-size:1.2rem}.features__grid{gap:12px}.feature-card__icon{width:56px;height:56px}.security__grid{grid-template-columns:1fr}.security-card__icon{width:56px;height:56px}.ai-orb-video{width:240px;height:240px}.cta__logo{width:100px;height:100px}.cta__inner h2{font-size:1.4rem}}.legal-page{min-height:100vh;background:var(--bg);color:var(--text);display:flex;flex-direction:column}.legal-main{flex:1;padding:120px 0 80px}.legal-container{max-width:860px;margin:0 auto;padding:0 24px}.legal-container--narrow{max-width:680px}.legal-header{text-align:center;margin-bottom:64px}.legal-header h1{font-size:clamp(2rem,5vw,3rem);font-weight:800;letter-spacing:-.03em;margin:16px 0 12px}.legal-header__sub{color:var(--text-secondary);font-size:1.1rem;line-height:1.7;max-width:520px;margin:0 auto}.legal-content{display:flex;flex-direction:column;gap:0}.legal-section{padding:32px 0;border-bottom:1px solid var(--border)}.legal-section:last-child{border-bottom:none}.legal-section h2{font-size:1.2rem;font-weight:700;margin-bottom:16px;color:var(--text);letter-spacing:-.01em}.legal-section p{color:var(--text-secondary);font-size:.95rem;line-height:1.8;margin-bottom:12px}.legal-section p:last-child{margin-bottom:0}.legal-section ul{list-style:none;display:flex;flex-direction:column;gap:10px;margin:12px 0}.legal-section ul li{color:var(--text-secondary);font-size:.95rem;line-height:1.7;padding-left:20px;position:relative}.legal-section ul li:before{content:"→";position:absolute;left:0;color:var(--accent);font-size:.85rem}.legal-section strong{color:var(--text);font-weight:600}.legal-link{color:var(--accent);text-decoration:none;font-weight:500;transition:opacity .2s}.legal-link:hover{opacity:.8;text-decoration:underline}.legal-contact{margin-top:12px;padding:16px 20px;background:var(--bg-card);border-radius:var(--radius-sm);display:inline-block}.delete-badge{background:#ff3b301f!important;color:#ff3b30!important}.delete-info-card{display:flex;gap:16px;align-items:flex-start;background:#ff9f0a14;border:1px solid rgba(255,159,10,.2);border-radius:var(--radius);padding:20px 24px;margin-bottom:40px}.delete-info-card__icon{font-size:1.5rem;flex-shrink:0;margin-top:2px}.delete-info-card strong{display:block;font-size:.95rem;font-weight:700;color:var(--text);margin-bottom:6px}.delete-info-card p{color:var(--text-secondary);font-size:.9rem;line-height:1.7;margin:0}.delete-form{display:flex;flex-direction:column;gap:28px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-size:.9rem;font-weight:600;color:var(--text)}.required{color:#ff3b30}.optional{color:var(--text-secondary);font-weight:400;font-size:.85rem}.form-group input,.form-group select,.form-group textarea{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text);font-family:Inter,-apple-system,sans-serif;font-size:.95rem;padding:14px 16px;transition:border-color .2s,box-shadow .2s;outline:none;width:100%;-moz-appearance:none;appearance:none;-webkit-appearance:none}.form-group select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%238e8e93' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;padding-right:40px;cursor:pointer}.form-group select option{background:#1a1a1e;color:var(--text)}.form-group textarea{resize:vertical;min-height:110px}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-glow)}.form-group input.input-error,.form-group select.input-error,.form-group textarea.input-error{border-color:#ff3b30;box-shadow:0 0 0 3px #ff3b301f}.field-error{color:#ff3b30;font-size:.82rem;font-weight:500}.field-hint{color:var(--text-secondary);font-size:.82rem}.form-group--checkbox{gap:10px}.checkbox-label{display:flex;gap:12px;align-items:flex-start;cursor:pointer}.checkbox-label input[type=checkbox]{width:18px;height:18px;min-width:18px;accent-color:var(--accent);cursor:pointer;margin-top:2px;background:var(--bg-card);border:1px solid var(--border);border-radius:4px;padding:0}.checkbox-label span{font-size:.9rem;color:var(--text-secondary);line-height:1.6}.checkbox-label span strong{color:var(--text)}.checkbox-label--error span{color:#ff3b30}.delete-submit-btn{background:#ff3b30;color:#fff;border:none;border-radius:100px;padding:16px 32px;font-size:1rem;font-weight:700;font-family:Inter,-apple-system,sans-serif;cursor:pointer;transition:box-shadow .2s,opacity .2s;width:100%;letter-spacing:-.01em}.delete-submit-btn:hover:not(:disabled){box-shadow:0 8px 30px #ff3b3059}.delete-submit-btn:disabled{opacity:.7;cursor:not-allowed}.btn-loading{display:flex;align-items:center;justify-content:center;gap:10px}.spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.delete-success{background:var(--bg-card);border-radius:var(--radius);padding:56px 40px;text-align:center}.delete-success__icon{width:64px;height:64px;background:#34c75926;color:#34c759;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.8rem;font-weight:700;margin:0 auto 24px}.delete-success h2{font-size:1.8rem;font-weight:800;letter-spacing:-.02em;margin-bottom:16px}.delete-success p{color:var(--text-secondary);font-size:1rem;line-height:1.7;max-width:420px;margin:0 auto 12px}.delete-success__back{display:inline-block;margin-top:28px;color:var(--accent);font-size:.95rem;font-weight:600;text-decoration:none;transition:opacity .2s}.delete-success__back:hover{opacity:.75}@media(max-width:768px){.legal-main{padding:100px 0 60px}.legal-container{padding:0 16px}.legal-header{margin-bottom:40px}.legal-header h1{font-size:1.9rem}.delete-info-card{flex-direction:column;gap:12px}.delete-success{padding:40px 24px}}
