.landing{min-height:100vh;background:var(--tg-bg);color:var(--tg-text);overflow-x:hidden;padding-top:80px;color-scheme:dark;--tg-bg: #1c1c1e;--tg-secondary-bg: #2c2c2e;--tg-text: #ffffff;--tg-hint: #8e8e93;--tg-divider: #38383a;--tg-card: #2c2c2e;--tg-input-bg: #2c2c2e;--tg-shadow: 0 1px 3px rgba(0, 0, 0, .3);--tg-shadow-lg: 0 4px 20px rgba(0, 0, 0, .4)}.landing-nav{position:fixed;top:16px;left:24px;right:24px;z-index:100;padding:10px 20px;display:flex;align-items:center;justify-content:space-between;background:#1414166b;border:1px solid rgba(255,255,255,.1);border-radius:20px;backdrop-filter:blur(24px) saturate(160%);-webkit-backdrop-filter:blur(24px) saturate(160%);box-shadow:0 2px 16px #00000059,inset 0 1px #ffffff14;overflow:hidden}.landing-nav:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)'/%3E%3C/svg%3E");opacity:.07;pointer-events:none}.landing-nav__brand{display:flex;align-items:center;gap:8px;text-decoration:none}.landing-nav__logo-img{width:32px;height:32px;border-radius:8px;object-fit:cover;mix-blend-mode:screen;flex-shrink:0}.landing-nav__logo{font-size:22px;font-weight:900;letter-spacing:-.5px;background:linear-gradient(135deg,#3a8ee0,#00b8d8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.landing-nav__login{display:inline-flex;align-items:center;padding:8px 20px;background:linear-gradient(135deg,#3a8ee0,#00b8d8);color:#fff!important;font-size:14px;font-weight:600;border-radius:10px;text-decoration:none;transition:opacity .2s,transform .2s}.landing-nav__login:hover{opacity:.9;transform:translateY(-1px)}.landing-section{padding:80px 24px;max-width:960px;margin:0 auto}.landing-section--alt{max-width:100%;background:var(--tg-secondary-bg);padding:80px 0}.landing-section--alt .landing-section__inner{max-width:960px;margin:0 auto;padding:0 24px}.landing-section__title{font-size:clamp(22px,5vw,30px);font-weight:800;text-align:center;margin-bottom:12px;line-height:1.2}.landing-section__subtitle{font-size:15px;color:var(--tg-hint);text-align:center;margin-bottom:48px;max-width:480px;margin-left:auto;margin-right:auto;line-height:1.5}.landing-hero{padding:72px 40px 80px;max-width:1080px;margin:0 auto;display:flex;align-items:center;gap:72px}.landing-hero__content{flex:1;min-width:0}.landing-hero__badge{display:inline-flex;align-items:center;gap:7px;padding:6px 14px 6px 10px;background:#3a8ee01f;border:1px solid rgba(58,142,224,.25);border-radius:100px;font-size:13px;font-weight:500;color:#7db8f0;margin-bottom:28px}.landing-hero__badge-logo{width:18px;height:18px;object-fit:contain;flex-shrink:0}.landing-hero__badge-logo--max{border-radius:4px}.landing-hero__tagline{font-size:clamp(32px,5vw,52px);font-weight:800;letter-spacing:-1.5px;line-height:1.15;color:var(--tg-text);margin-bottom:20px}.landing-hero__tagline-accent{background:linear-gradient(135deg,#3a8ee0,#00b8d8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.landing-hero__desc{font-size:17px;color:var(--tg-hint);margin-bottom:36px;line-height:1.65;max-width:400px}.landing-hero__stats{display:flex;align-items:center;gap:0;margin-bottom:40px}.landing-hero__stat{display:flex;flex-direction:column;gap:2px;padding:0 20px}.landing-hero__stat:first-child{padding-left:0}.landing-hero__stat-num{font-size:22px;font-weight:800;letter-spacing:-.5px;color:var(--tg-text)}.landing-hero__stat-label{font-size:12px;color:var(--tg-hint);white-space:nowrap}.landing-hero__stat-sep{width:1px;height:32px;background:var(--tg-divider);flex-shrink:0}.landing-hero__cta{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:16px 36px;background:linear-gradient(135deg,#3a8ee0,#00b8d8);color:#fff;font-size:17px;font-weight:700;border-radius:14px;border:none;cursor:pointer;text-decoration:none;transition:transform .2s,box-shadow .2s;box-shadow:0 6px 28px #3a8ee073}.landing-hero__cta:hover{transform:translateY(-2px);box-shadow:0 12px 36px #3a8ee08c;color:#fff}.landing-hero__cta:active{transform:scale(.98)}.landing-hero__trial{margin-top:16px;font-size:13px;color:var(--tg-hint)}.landing-hero__img-wrap{flex-shrink:0;width:340px;position:relative}.landing-hero__img-wrap:before{content:"";position:absolute;top:-40px;right:-40px;bottom:-40px;left:-40px;background:radial-gradient(ellipse at 50% 60%,rgba(58,142,224,.22) 0%,transparent 68%);pointer-events:none;z-index:0}.landing-hero__mockup-img{width:100%;display:block;border-radius:24px;box-shadow:0 0 0 1px #ffffff0f,0 28px 80px #0000008c;position:relative;z-index:1}@media(max-width:820px){.landing-hero{flex-direction:column;padding:52px 24px 60px;gap:48px;text-align:center}.landing-hero__badge{margin-left:auto;margin-right:auto}.landing-hero__desc{max-width:100%;margin-left:auto;margin-right:auto}.landing-hero__stats{justify-content:center}.landing-hero__stat:first-child{padding-left:20px}.landing-hero__cta{width:100%}.landing-hero__img-wrap{order:-1;width:100%;max-width:320px;margin:0 auto}}.landing-platforms{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px}.landing-platform-card{background:var(--tg-card);border-radius:var(--tg-radius-lg);padding:28px 24px;box-shadow:var(--tg-shadow);border:2px solid transparent;position:relative}.landing-platform-card--telegram{border-color:#3390ec40}.landing-platform-card--max{border-color:#00b8d880;animation:landing-max-glow 2.5s ease-in-out infinite}@keyframes landing-max-glow{0%,to{box-shadow:0 0 #00b8d859}50%{box-shadow:0 0 0 10px #6c5ce700}}.landing-platform-card--browser{border-color:#00b89440}.landing-platform-icon{width:52px;height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.landing-platform-icon--telegram{background:#3390ec1f;color:#3390ec}.landing-platform-icon--max{background:#00b8d81f;color:#0090b8}.landing-platform-icon--branded{background:none;width:auto;height:auto;border-radius:0;padding:0;margin-bottom:16px}.landing-platform-icon--browser{background:#00b8941f;color:#00b894}.landing-platform-card h3{font-size:17px;font-weight:700;margin-bottom:8px}.landing-platform-card p{font-size:14px;color:var(--tg-hint);line-height:1.5;margin-bottom:16px}.landing-platform-badge{display:inline-flex;align-items:center;gap:6px;padding:5px 12px;border-radius:20px;font-size:12px;font-weight:600}.landing-platform-badge--ready{background:#00b89421;color:#00b894}.landing-platform-badge--soon{background:#00b8d81f;color:#0090b8}.landing-spinner{display:inline-block;width:12px;height:12px;border:2px solid currentColor;border-top-color:transparent;border-radius:50%;animation:landing-spin .9s linear infinite;flex-shrink:0}@keyframes landing-spin{to{transform:rotate(360deg)}}.landing-platforms-guarantee{display:flex;align-items:center;gap:10px;margin-top:28px;padding:14px 20px;background:linear-gradient(135deg,#00b8d814,#3390ec14);border:1px solid rgba(0,184,216,.2);border-radius:12px;font-size:14px;color:var(--tg-text);line-height:1.5}.landing-platforms-guarantee__icon{font-size:20px;flex-shrink:0}.landing-typewriter{display:flex;align-items:center;gap:8px;background:var(--tg-secondary-bg);border-radius:8px;padding:9px 13px;font-size:13px;font-family:SF Mono,Fira Code,Consolas,monospace;margin-bottom:16px;border:1px solid var(--tg-divider);min-height:38px}.landing-typewriter__lock{font-size:11px;opacity:.6}.landing-typewriter__typed{color:#00b894;font-weight:600}.landing-typewriter__suffix{color:var(--tg-hint)}.landing-typewriter__cursor{animation:landing-blink 1s step-end infinite;color:#00b894;font-weight:300;margin-left:1px}@keyframes landing-blink{0%,to{opacity:1}50%{opacity:0}}.landing-customize{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}@media(max-width:640px){.landing-customize{grid-template-columns:1fr;gap:32px}}.landing-customize__label{font-size:13px;font-weight:600;color:var(--tg-hint);text-transform:uppercase;letter-spacing:.5px;margin-bottom:14px}.landing-customize__swatches{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:24px}.landing-customize__swatch{width:36px;height:36px;border-radius:50%;border:3px solid transparent;cursor:pointer;transition:transform .15s,border-color .15s;outline:none}.landing-customize__swatch:hover{transform:scale(1.18)}.landing-customize__swatch--active{border-color:var(--tg-text);transform:scale(1.18)}.landing-customize__hint{font-size:13px;color:var(--tg-hint);margin-top:8px}.landing-mock-card{background:var(--tg-card);border-radius:var(--tg-radius-lg);overflow:hidden;box-shadow:var(--tg-shadow-lg)}.landing-mock-card__image{width:100%;aspect-ratio:4 / 3;display:flex;align-items:center;justify-content:center;font-size:52px;transition:background-color .35s ease}.landing-mock-card__body{padding:16px}.landing-mock-card__name{font-size:16px;font-weight:600;margin-bottom:4px}.landing-mock-card__desc{font-size:13px;color:var(--tg-hint);margin-bottom:14px;line-height:1.4}.landing-mock-card__footer{display:flex;align-items:center;justify-content:space-between}.landing-mock-card__price{font-size:20px;font-weight:700}.landing-mock-card__btn{padding:10px 20px;border-radius:10px;border:none;color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:background-color .35s ease,transform .15s}.landing-mock-card__btn:active{transform:scale(.96)}.landing-steps{display:flex;align-items:flex-start;gap:0}@media(max-width:720px){.landing-steps{flex-direction:column;align-items:center;gap:24px}.landing-step{width:100%;max-width:320px}.landing-step-arrow{display:none}}.landing-step{flex:1;text-align:center;padding:0 12px}.landing-step__icon-wrap{width:72px;height:72px;border-radius:20px;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;background:var(--tg-card);box-shadow:var(--tg-shadow);position:relative}.landing-step__num{position:absolute;top:-8px;right:-8px;width:22px;height:22px;background:linear-gradient(135deg,#3a8ee0,#00b8d8);color:#fff;border-radius:50%;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center}.landing-step h3{font-size:15px;font-weight:700;margin-bottom:8px;line-height:1.3}.landing-step p{font-size:13px;color:var(--tg-hint);line-height:1.5}.landing-step-arrow{display:flex;align-items:center;padding-top:20px;color:var(--tg-hint);flex-shrink:0}.landing-plus-one{position:absolute;top:-4px;right:-4px;font-size:14px;font-weight:800;color:#00b894;pointer-events:none;white-space:nowrap}.landing-pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px;max-width:640px;margin:0 auto 24px}.landing-pricing-note{text-align:center;font-size:13px;color:var(--tg-hint);margin-top:8px}.landing-plan-link{display:flex;align-items:center;justify-content:center;text-decoration:none}.landing-footer{border-top:1px solid var(--tg-divider);padding:40px 24px;text-align:center;color:var(--tg-hint);font-size:13px}.landing-footer a{color:var(--tg-hint);text-decoration:underline;text-underline-offset:3px}.landing-footer a:hover{color:var(--tg-text)}.landing-compliance{text-align:center}.landing-compliance__block{margin-bottom:28px}.landing-compliance__label{font-size:12px;font-weight:600;color:var(--tg-hint);text-transform:uppercase;letter-spacing:.5px;margin-bottom:12px}.landing-compliance__logos{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap}.landing-compliance__ps-logo{width:80px;height:48px;object-fit:contain;object-position:center}.landing-compliance__bank-logo{width:120px;height:48px;object-fit:contain;object-position:center}.landing-compliance__bank-link{display:flex;flex-direction:column;align-items:center;gap:6px;text-decoration:none}.landing-compliance__bank-url{font-size:12px;color:var(--tg-hint);text-decoration:underline;text-underline-offset:2px}.landing-compliance__contacts{display:flex;justify-content:center;gap:40px;flex-wrap:wrap;margin-bottom:28px}.landing-compliance__contact-item{display:flex;align-items:flex-start;gap:10px;text-align:left}.landing-compliance__contact-icon{font-size:18px;line-height:1.4;flex-shrink:0}.landing-compliance__contact-label{font-size:11px;color:var(--tg-hint);margin-bottom:2px;font-weight:500}.landing-compliance__contact-value{font-size:13px;font-weight:600;color:var(--tg-text);text-decoration:none}a.landing-compliance__contact-value:hover{text-decoration:underline}.landing-compliance__links{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap;font-size:13px}.landing-compliance__links a{color:var(--tg-hint);text-decoration:underline;text-underline-offset:3px}.landing-compliance__links a:hover{color:var(--tg-text)}.landing-compliance__sep{color:var(--tg-divider)}.landing-mpt__eyebrow{text-align:center;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:#00b894;margin-bottom:12px}.landing-mpt__steps{display:flex;flex-direction:column;gap:0;max-width:680px;margin:0 auto;position:relative}.landing-mpt__steps:before{content:"";position:absolute;left:28px;top:40px;bottom:40px;width:2px;background:linear-gradient(to bottom,#00b8d84d,#00b8944d);border-radius:2px}.landing-mpt__step{display:flex;gap:24px;align-items:flex-start;padding:20px 0;position:relative}.landing-mpt__step-num{width:56px;height:56px;border-radius:16px;background:var(--tg-card);border:2px solid var(--tg-divider);display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:800;color:var(--tg-hint);flex-shrink:0;position:relative;z-index:1}.landing-mpt__step-body{padding-top:8px}.landing-mpt__step-title{font-size:17px;font-weight:700;margin-bottom:6px;color:var(--tg-text)}.landing-mpt__step-desc{font-size:14px;color:var(--tg-hint);line-height:1.6;margin:0}.landing-mpt__highlight{margin-top:36px;padding:22px 26px;background:linear-gradient(135deg,#00b89412,#00b8d812);border:1px solid rgba(0,184,148,.2);border-radius:16px;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}.landing-mpt__highlight-text{display:flex;align-items:flex-start;gap:12px;font-size:15px;color:var(--tg-text);line-height:1.5;flex:1;min-width:200px}.landing-mpt__highlight-icon{font-size:22px;flex-shrink:0;margin-top:1px}.landing-mpt__cta{display:inline-flex;align-items:center;gap:6px;padding:11px 24px;background:linear-gradient(135deg,#3a8ee0,#00b8d8);color:#fff;font-size:14px;font-weight:700;border-radius:12px;text-decoration:none;white-space:nowrap;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 14px #00b8d84d;flex-shrink:0}.landing-mpt__cta:hover{transform:translateY(-2px);box-shadow:0 7px 20px #00b8d86b;color:#fff}@media(max-width:640px){.landing-mpt__steps:before{display:none}}.landing-freedom__eyebrow{text-align:center;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:#e17055;margin-bottom:12px}.landing-freedom__cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px}.landing-freedom__card{background:var(--tg-card);border-radius:var(--tg-radius-lg);padding:24px 22px;box-shadow:var(--tg-shadow);border:1px solid var(--tg-divider);display:flex;flex-direction:column;gap:10px}.landing-freedom__card-top{display:flex;align-items:center;justify-content:space-between}.landing-freedom__icon{width:48px;height:48px;border-radius:13px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.landing-freedom__badge{padding:4px 11px;border-radius:20px;font-size:12px;font-weight:700}.landing-freedom__tag{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--tg-hint);margin-top:4px}.landing-freedom__fear{font-size:14px;font-weight:600;color:var(--tg-text);line-height:1.4;font-style:italic;opacity:.7}.landing-freedom__solution{font-size:14px;color:var(--tg-hint);line-height:1.6;margin:0}.landing-freedom__cta-banner{margin-top:32px;padding:24px 28px;background:linear-gradient(135deg,#e1705512,#00b8d812);border:1px solid rgba(225,112,85,.2);border-radius:16px;display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}.landing-freedom__cta-text{font-size:15px;color:var(--tg-text);line-height:1.5;flex:1;min-width:200px}.landing-freedom__cta-btn{display:inline-flex;align-items:center;padding:12px 26px;background:linear-gradient(135deg,#3a8ee0,#00b8d8);color:#fff;font-size:14px;font-weight:700;border-radius:12px;text-decoration:none;white-space:nowrap;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 16px #00b8d859;flex-shrink:0}.landing-freedom__cta-btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00b8d873;color:#fff}.landing-orb-wrap{position:relative}.landing-orb{position:absolute;border-radius:50%;pointer-events:none;z-index:0;will-change:transform}.landing-orb-wrap>:not(.landing-orb){position:relative;z-index:1}.landing-orb--blue-lg{width:500px;height:500px;background:radial-gradient(circle,rgba(58,142,224,.22) 0%,transparent 65%);top:-60px;right:5%;filter:blur(80px);animation:orb-float-1 9s ease-in-out infinite}.landing-orb--cyan-md{width:360px;height:360px;background:radial-gradient(circle,rgba(0,184,216,.18) 0%,transparent 65%);bottom:-40px;left:8%;filter:blur(70px);animation:orb-float-2 11s ease-in-out infinite}.landing-orb--lavender-sm{width:240px;height:240px;background:radial-gradient(circle,rgba(180,210,255,.22) 0%,transparent 65%);top:30%;left:40%;filter:blur(60px);animation:orb-float-3 13s ease-in-out infinite}.landing-orb--cyan-lg{width:460px;height:460px;background:radial-gradient(circle,rgba(0,184,216,.16) 0%,transparent 65%);top:-40px;left:3%;filter:blur(80px);animation:orb-float-2 10s ease-in-out infinite}.landing-orb--blue-sm{width:280px;height:280px;background:radial-gradient(circle,rgba(58,142,224,.18) 0%,transparent 65%);bottom:-20px;right:10%;filter:blur(65px);animation:orb-float-1 12s ease-in-out infinite}.landing-orb--blue-md{width:380px;height:380px;background:radial-gradient(circle,rgba(58,142,224,.16) 0%,transparent 65%);top:-30px;right:8%;filter:blur(75px);animation:orb-float-3 10s ease-in-out infinite}.landing-orb--cyan-sm{width:260px;height:260px;background:radial-gradient(circle,rgba(0,184,216,.14) 0%,transparent 65%);bottom:-30px;left:12%;filter:blur(60px);animation:orb-float-1 14s ease-in-out infinite}@keyframes orb-float-1{0%,to{transform:translate(0) scale(1)}33%{transform:translate(-18px,22px) scale(1.03)}66%{transform:translate(14px,-16px) scale(.97)}}@keyframes orb-float-2{0%,to{transform:translate(0) scale(1)}40%{transform:translate(20px,-18px) scale(1.05)}70%{transform:translate(-10px,14px) scale(.96)}}@keyframes orb-float-3{0%,to{transform:translate(0) scale(1)}50%{transform:translate(-14px,18px) scale(1.08)}}.landing-platform-card{backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);background:#1c1c1ea6}.landing-freedom__card{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:#1c1c1e99}.landing-divider{height:1px;background:var(--tg-divider);opacity:.6}.faq-list{display:flex;flex-direction:column;gap:8px;max-width:720px;margin:0 auto}.faq-item{border-radius:14px;background:#1c1c1e8c;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.06);overflow:hidden}.faq-item__trigger{width:100%;display:flex;justify-content:space-between;align-items:center;gap:12px;padding:16px 20px;background:none;border:none;cursor:pointer;text-align:left;font-size:15px;font-weight:500;color:var(--tg-text);line-height:1.4}.faq-item__trigger:hover{background:#ffffff0a}.faq-item__body{padding:0 20px 16px}.faq-item__body p{font-size:14px;color:var(--tg-hint);line-height:1.65}.legal-page{min-height:100vh;background:var(--tg-bg);color:var(--tg-text)}.legal-nav{padding:16px 24px;border-bottom:1px solid var(--tg-divider)}.legal-nav__back{font-size:14px;font-weight:600;color:var(--tg-link, #3390ec);text-decoration:none}.legal-nav__back:hover{text-decoration:underline}.legal-content{max-width:720px;margin:0 auto;padding:40px 24px 80px}.legal-content h1{font-size:26px;font-weight:800;margin-bottom:40px}.legal-content section{margin-bottom:36px}.legal-content h2{font-size:17px;font-weight:700;margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid var(--tg-divider)}.legal-content p{font-size:14px;line-height:1.7;color:var(--tg-text);margin-bottom:10px}.legal-content ul{font-size:14px;line-height:1.7;padding-left:20px;margin-bottom:10px;color:var(--tg-text)}.legal-content a{color:var(--tg-link, #3390ec);text-decoration:underline;text-underline-offset:3px}.legal-table{width:100%;border-collapse:collapse;font-size:13px;margin-top:12px;margin-bottom:12px}.legal-table th,.legal-table td{padding:10px 12px;text-align:left;border:1px solid var(--tg-divider)}.legal-table th{background:var(--tg-secondary-bg);font-weight:600}.legal-updated{margin-top:40px;font-size:12px;color:var(--tg-hint)}:root{--tg-bg: #ffffff;--tg-secondary-bg: #f0f0f0;--tg-text: #000000;--tg-hint: #999999;--tg-link: #2481cc;--tg-button: #3390ec;--tg-button-text: #ffffff;--tg-divider: #e8e8e8;--tg-card: #ffffff;--tg-input-bg: #f0f0f0;--tg-shadow: 0 1px 3px rgba(0, 0, 0, .08);--tg-shadow-lg: 0 4px 20px rgba(0, 0, 0, .1);--tg-radius: 12px;--tg-radius-sm: 8px;--tg-radius-lg: 16px;--tg-radius-xl: 20px;--shop-primary: #6C5CE7;--safe-area-bottom: env(safe-area-inset-bottom, 0px)}@media(prefers-color-scheme:dark){:root{--tg-bg: #1c1c1e;--tg-secondary-bg: #2c2c2e;--tg-text: #ffffff;--tg-hint: #8e8e93;--tg-divider: #38383a;--tg-card: #2c2c2e;--tg-input-bg: #2c2c2e;--tg-shadow: 0 1px 3px rgba(0, 0, 0, .3);--tg-shadow-lg: 0 4px 20px rgba(0, 0, 0, .4)}}[data-shop-theme=dark],[data-merchant-theme=dark]{--tg-bg: #1c1c1e;--tg-secondary-bg: #2c2c2e;--tg-text: #ffffff;--tg-hint: #8e8e93;--tg-divider: #38383a;--tg-card: #2c2c2e;--tg-input-bg: #2c2c2e;--tg-shadow: 0 1px 3px rgba(0, 0, 0, .3);--tg-shadow-lg: 0 4px 20px rgba(0, 0, 0, .4);color-scheme:dark}[data-shop-theme=light]{--tg-bg: #ffffff;--tg-secondary-bg: #f0f0f0;--tg-text: #000000;--tg-hint: #999999;--tg-link: #2481cc;--tg-divider: #e8e8e8;--tg-card: #ffffff;--tg-input-bg: #f0f0f0;--tg-shadow: 0 1px 3px rgba(0, 0, 0, .08);--tg-shadow-lg: 0 4px 20px rgba(0, 0, 0, .1);color-scheme:light}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:16px;line-height:1.5;color:var(--tg-text);background:var(--tg-bg);overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:var(--tg-link);text-decoration:none}button{font:inherit;cursor:pointer;border:none;background:none;color:inherit}input,textarea{font:inherit;color:inherit}img{display:block;max-width:100%}.tg-input-wrap{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}.tg-input-label{font-size:13px;font-weight:500;color:var(--tg-hint);text-transform:uppercase;letter-spacing:.5px;padding-left:4px}.tg-input{width:100%;padding:12px 16px;background:var(--tg-input-bg);border:2px solid transparent;border-radius:var(--tg-radius);font-size:16px;color:var(--tg-text);outline:none;transition:border-color .2s,background-color .2s}.tg-input:focus{border-color:var(--tg-button);background:var(--tg-bg)}.tg-input::placeholder{color:var(--tg-hint)}.tg-input--center{text-align:center;font-size:24px;letter-spacing:8px;font-weight:600}.tg-textarea{resize:vertical;min-height:80px}.tg-input-group{display:flex;align-items:center;background:var(--tg-input-bg);border-radius:var(--tg-radius);border:2px solid transparent;transition:border-color .2s}.tg-input-group:focus-within{border-color:var(--tg-button)}.tg-input-group .tg-input{background:transparent;border:none;flex:1}.tg-input-group .tg-input:focus{border:none;background:transparent}.tg-input-prefix,.tg-input-suffix{padding:0 12px;color:var(--tg-hint);font-size:14px;white-space:nowrap;font-weight:500}.tg-input-prefix{padding-right:0}.tg-input--error,.tg-input-group--error{border-color:#d63031!important}.tg-input-error-text{font-size:12px;color:#d63031;padding-left:4px;margin-top:-2px}.tg-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;border-radius:var(--tg-radius);font-size:15px;font-weight:600;transition:all .2s;width:100%;text-align:center}.tg-button--primary{background:var(--tg-button);color:var(--tg-button-text)}.tg-button--primary:active{opacity:.85;transform:scale(.98)}.tg-button--primary:disabled{opacity:.5;cursor:not-allowed}.tg-button--outline{background:transparent;border:2px solid var(--tg-divider);color:var(--tg-text)}.tg-button--outline:active{background:var(--tg-secondary-bg)}.tg-button--flat{background:transparent;color:var(--tg-link)}.tg-button--flat:active{opacity:.7}.tg-button--small{padding:8px 16px;font-size:13px;width:auto}.tg-button--danger{background:#d63031;color:#fff}.tg-switch-row{display:flex;align-items:center;justify-content:space-between;padding:12px 0;font-size:15px}.tg-switch{width:52px;height:32px;border-radius:16px;background:var(--tg-divider);position:relative;transition:background-color .3s;cursor:pointer;flex-shrink:0}.tg-switch--on{background:var(--tg-button)}.tg-switch__thumb{position:absolute;top:2px;left:2px;width:28px;height:28px;border-radius:50%;background:#fff;box-shadow:0 2px 4px #0003;transition:transform .3s}.tg-switch--on .tg-switch__thumb{transform:translate(20px)}.icon-button{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;color:var(--tg-text);transition:background-color .2s}.icon-button:active{background:var(--tg-secondary-bg)}.icon-button--danger{color:#d63031}.page-layout{min-height:100dvh;display:flex;flex-direction:column}.page-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;position:sticky;top:0;background:var(--tg-bg);z-index:50;border-bottom:1px solid var(--tg-divider);min-height:56px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.page-header__left{width:40px;flex-shrink:0}.page-header__title{font-size:17px;font-weight:600;text-align:center;flex:1}.page-header__right{width:40px;flex-shrink:0;display:flex;justify-content:flex-end}.page-content{flex:1}.page-content--padded{padding:16px}.adaptive-back-button{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;color:var(--tg-link);transition:background-color .2s}.adaptive-back-button:active{background:var(--tg-secondary-bg)}.adaptive-main-button-wrap{position:fixed;bottom:0;left:0;right:0;padding:12px 16px;padding-bottom:calc(12px + var(--safe-area-bottom));background:var(--tg-bg);border-top:1px solid var(--tg-divider);z-index:100}.adaptive-main-button{width:100%;padding:14px;background:var(--tg-button);color:var(--tg-button-text);border:none;border-radius:var(--tg-radius);font-size:16px;font-weight:600;cursor:pointer;transition:all .2s}.adaptive-main-button:active{transform:scale(.98);opacity:.9}.adaptive-main-button:disabled{opacity:.5;cursor:not-allowed}.adaptive-main-button__spinner{display:inline-block;width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulseRing{0%{transform:scale(1);opacity:.6}to{transform:scale(1.5);opacity:0}}.auth-page{min-height:100dvh;display:flex;align-items:center;justify-content:center;padding:24px;background:var(--tg-bg)}.auth-card{width:100%;max-width:380px}.auth-logo{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:40px}.auth-logo__icon{width:72px;height:72px;border-radius:20px;background:linear-gradient(135deg,#6c5ce7,#a29bfe);display:flex;align-items:center;justify-content:center;margin:0 auto 16px;color:#fff}.auth-logo__title{font-size:28px;font-weight:700;letter-spacing:-.5px}.auth-logo__subtitle{color:var(--tg-hint);font-size:15px;margin-top:4px}.auth-form{display:flex;flex-direction:column;gap:12px}.auth-hint{text-align:center;color:var(--tg-hint);font-size:14px;margin-bottom:8px}.auth-error{color:#d63031;font-size:13px;text-align:center}.dashboard{padding-bottom:24px}.dashboard__user{display:flex;align-items:center;gap:12px;padding:16px;margin-bottom:8px;background:var(--tg-card);border-radius:var(--tg-radius-lg);box-shadow:var(--tg-shadow)}.dashboard__avatar{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,#6c5ce7,#a29bfe);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:18px;flex-shrink:0}.dashboard__user-info{flex:1}.dashboard__user-name{font-weight:600;font-size:16px;display:block}.dashboard__trial{font-size:13px;color:#e17055;font-weight:500}.dashboard__section{margin-top:24px}.dashboard__section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.dashboard__section-title{font-size:18px;font-weight:700}.shop-list{display:flex;flex-direction:column;gap:12px}.shop-card{border-radius:var(--tg-radius-lg);overflow:hidden;background:var(--tg-card);box-shadow:var(--tg-shadow);cursor:pointer;transition:transform .2s}.shop-card:active{transform:scale(.98)}.shop-card__accent{height:4px}.shop-card__body{padding:16px}.shop-card__header{display:flex;align-items:center;gap:12px;margin-bottom:12px}.shop-card__icon{width:40px;height:40px;border-radius:var(--tg-radius);display:flex;align-items:center;justify-content:center;flex-shrink:0}.shop-card__info{flex:1;min-width:0}.shop-card__name{font-size:16px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.shop-card__domain{font-size:13px;color:var(--tg-hint)}.shop-card__footer{display:flex;gap:8px}.dashboard__quick-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:24px}.quick-action{display:flex;flex-direction:column;align-items:center;gap:8px;padding:16px 8px;background:var(--tg-card);border-radius:var(--tg-radius-lg);box-shadow:var(--tg-shadow);font-size:12px;font-weight:500;color:var(--tg-text);transition:transform .2s}.quick-action:active{transform:scale(.95)}.quick-action__icon{width:44px;height:44px;border-radius:var(--tg-radius);display:flex;align-items:center;justify-content:center;color:#fff}.quick-action__icon--purple{background:linear-gradient(135deg,#6c5ce7,#a29bfe)}.quick-action__icon--blue{background:linear-gradient(135deg,#0984e3,#74b9ff)}.quick-action__icon--gray{background:linear-gradient(135deg,#636e72,#b2bec3)}.badge{display:inline-flex;align-items:center;padding:4px 10px;border-radius:20px;font-size:12px;font-weight:600;background:var(--tg-secondary-bg);color:var(--tg-hint)}.badge--success{background:#00b89420;color:#00b894}.badge--warning{background:#fdcb6e20;color:#e17055}.badge--danger{background:#d6303120;color:#d63031}.empty-state{display:flex;flex-direction:column;align-items:center;text-align:center;padding:48px 24px}.empty-state__icon{color:var(--tg-hint);opacity:.5;margin-bottom:16px}.empty-state__title{font-size:18px;font-weight:600;margin-bottom:8px}.empty-state__desc{color:var(--tg-hint);font-size:14px;margin-bottom:24px;max-width:280px}.create-shop{padding-bottom:100px}.wizard-progress{display:flex;gap:6px;margin-bottom:24px}.wizard-progress__step{flex:1;height:4px;border-radius:2px;background:var(--tg-divider);transition:background-color .3s}.wizard-progress__step--active{background:var(--tg-button)}.wizard-step{animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.wizard-hint{color:var(--tg-hint);font-size:14px;margin-bottom:20px;text-align:center}.type-cards{display:flex;flex-direction:column;gap:12px}.type-card{position:relative;padding:24px;background:var(--tg-card);border:2px solid var(--tg-divider);border-radius:var(--tg-radius-lg);text-align:left;transition:all .2s}.type-card--selected{box-shadow:var(--tg-shadow-lg)}.type-card:active{transform:scale(.98)}.type-card__icon{margin-bottom:12px;color:var(--tg-hint)}.type-card--selected .type-card__icon{color:var(--tg-text)}.type-card h3{font-size:17px;font-weight:600;margin-bottom:4px}.type-card p{font-size:14px;color:var(--tg-hint);line-height:1.4}.type-card__check{position:absolute;top:16px;right:16px;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}.color-picker{margin-bottom:24px}.color-picker__label{display:block;font-size:13px;font-weight:500;color:var(--tg-hint);text-transform:uppercase;letter-spacing:.5px;margin-bottom:12px}.color-picker__presets{display:grid;grid-template-columns:repeat(6,1fr);gap:10px;margin-bottom:16px}.color-picker__swatch{width:100%;aspect-ratio:1;border-radius:var(--tg-radius);border:3px solid transparent;transition:all .2s;cursor:pointer}.color-picker__swatch--active{border-color:var(--tg-text);transform:scale(1.1)}.color-picker__swatch:active{transform:scale(.9)}.color-picker__custom{display:flex;align-items:center;gap:12px}.color-picker__input{width:44px;height:44px;border:none;border-radius:var(--tg-radius);cursor:pointer;background:none}.color-picker__input::-webkit-color-swatch-wrapper{padding:0}.color-picker__input::-webkit-color-swatch{border:none;border-radius:var(--tg-radius-sm)}.color-picker__hex{font-size:14px;color:var(--tg-hint);font-family:SF Mono,monospace}.theme-picker{display:flex;gap:8px;margin-top:8px}.theme-picker__option{flex:1;padding:10px 0;border-radius:var(--tg-radius-sm);border:1.5px solid var(--tg-divider);background:var(--tg-card);color:var(--tg-hint);font-size:14px;font-weight:500;transition:border-color .15s,color .15s;cursor:pointer}.theme-picker__option--active{font-weight:600}.style-preview{margin-top:24px}.style-preview__label{font-size:13px;font-weight:500;color:var(--tg-hint);text-transform:uppercase;letter-spacing:.5px;margin-bottom:12px}.style-preview__card{border-radius:var(--tg-radius-lg);overflow:hidden;box-shadow:var(--tg-shadow-lg);background:var(--tg-card)}.style-preview__header{padding:16px 20px;color:#fff;font-weight:600;font-size:16px}.style-preview__body{padding:16px}.style-preview__product{display:flex;gap:12px;margin-bottom:16px}.style-preview__img{width:60px;height:60px;border-radius:var(--tg-radius-sm);background:var(--tg-secondary-bg);flex-shrink:0}.style-preview__info{flex:1;display:flex;flex-direction:column;gap:8px;padding:8px 0}.style-preview__line{height:10px;border-radius:5px;background:var(--tg-secondary-bg)}.style-preview__line--short{width:60%}.style-preview__btn{width:100%;padding:10px;border-radius:var(--tg-radius);color:#fff;font-weight:600;font-size:14px}.payment-methods{display:flex;flex-direction:column;gap:12px}.payment-method{display:flex;align-items:center;gap:16px;padding:16px 20px;background:var(--tg-card);border:2px solid var(--tg-divider);border-radius:var(--tg-radius-lg);font-size:15px;font-weight:500;transition:all .2s;position:relative}.payment-method--selected{box-shadow:var(--tg-shadow)}.payment-method:active{transform:scale(.98)}.payment-method__check{position:absolute;right:16px}.shop-manage__banner{padding:24px 20px;border-radius:var(--tg-radius-lg);color:#fff;display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px}.shop-manage__banner h2{font-size:20px;font-weight:700}.shop-manage__banner span{font-size:13px;opacity:.8}.shop-manage__banner .badge{background:#fff3;color:#fff}.shop-manage__stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:20px}.stat-card{padding:16px;background:var(--tg-card);border-radius:var(--tg-radius);box-shadow:var(--tg-shadow);text-align:center}.stat-card__value{display:block;font-size:24px;font-weight:700}.stat-card__label{font-size:12px;color:var(--tg-hint);font-weight:500}.shop-manage__actions{display:flex;flex-direction:column;gap:2px;background:var(--tg-card);border-radius:var(--tg-radius-lg);box-shadow:var(--tg-shadow);overflow:hidden}.action-cell{width:100%;display:flex;align-items:center;gap:14px;padding:14px 16px;transition:background-color .15s;text-align:left}.action-cell:active{background:var(--tg-secondary-bg)}.action-cell__icon{width:40px;height:40px;border-radius:var(--tg-radius);display:flex;align-items:center;justify-content:center;flex-shrink:0}.action-cell__content{flex:1;min-width:0}.action-cell__title{display:block;font-size:15px;font-weight:500}.action-cell__subtitle{display:block;font-size:13px;color:var(--tg-hint)}.action-cell__arrow{color:var(--tg-hint);flex-shrink:0}.products-list{display:flex;flex-direction:column;gap:2px;background:var(--tg-card);border-radius:var(--tg-radius-lg);box-shadow:var(--tg-shadow);overflow:hidden}.products-list__add{margin:16px;width:auto}.product-row{display:flex;align-items:center;gap:4px;padding:8px 12px;transition:background-color .15s}.product-row__sort-arrows{display:flex;flex-direction:column;flex-shrink:0;gap:0}.sort-arrow-btn{width:28px;height:24px;display:flex;align-items:center;justify-content:center;color:var(--tg-hint);border-radius:6px;transition:background-color .15s,color .15s}.sort-arrow-btn:disabled{opacity:.25}.sort-arrow-btn:not(:disabled):active{background:var(--tg-secondary-bg);color:var(--tg-text)}.product-row__clickable{flex:1;min-width:0;display:flex;align-items:center;gap:12px;cursor:pointer;padding:4px 0}.product-row__image{width:48px;height:48px;border-radius:var(--tg-radius-sm);object-fit:cover;flex-shrink:0}.product-row__image--placeholder{background:var(--tg-secondary-bg);display:flex;align-items:center;justify-content:center;color:var(--tg-hint)}.product-row__info{flex:1;min-width:0}.product-row__name{display:block;font-size:15px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-row__price{font-size:13px;color:var(--tg-hint)}.category-manage{padding-bottom:32px}.category-list{border-radius:var(--tg-radius);overflow:hidden;background:var(--tg-bg)}.category-row{display:flex;align-items:center;gap:8px;min-height:48px;padding-right:12px;border-bottom:1px solid var(--tg-divider);transition:background-color .15s}.category-row:last-child{border-bottom:none}.category-row__name{flex:1;font-weight:500;color:var(--tg-text)}.category-row__actions{display:flex;gap:2px;flex-shrink:0}.category-row__edit{flex:1;display:flex;align-items:center;gap:6px}.category-row__input{flex:1;height:34px;padding:4px 10px;font-size:14px}.category-add-row{background:var(--tg-secondary-bg)}.category-add-btn{display:flex;align-items:center;gap:6px;width:100%;min-height:40px;padding-right:16px;font-size:13px;color:var(--tg-hint);border-bottom:1px solid var(--tg-divider);transition:background-color .15s}.category-add-btn:last-child{border-bottom:none}.category-add-btn:active{background:var(--tg-secondary-bg)}.category-add-btn--root{min-height:48px;font-size:14px;font-weight:500}.product-edit{padding-bottom:100px}.photo-carousel{margin:0 -16px 24px;overflow:hidden}.photo-carousel__track{display:flex;gap:10px;padding:12px 16px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}.photo-carousel__track::-webkit-scrollbar{display:none}.photo-carousel__slide{flex:0 0 auto;scroll-snap-align:start}.photo-carousel__card{position:relative;width:140px;height:140px;border-radius:16px;overflow:hidden;background:var(--tg-secondary-bg);box-shadow:0 2px 12px #0000001f}.photo-carousel__img{width:100%;height:100%;object-fit:cover;display:block}.photo-carousel__remove{position:absolute;top:6px;right:6px;width:26px;height:26px;border-radius:50%;background:#0000008c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer}.photo-carousel__add{width:140px;height:140px;border-radius:16px;background:var(--tg-secondary-bg);border:2px dashed var(--tg-hint);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;color:var(--tg-hint);font-size:13px;cursor:pointer;transition:border-color .15s,color .15s}.photo-carousel__add--primary{border-style:dashed;border-color:var(--tg-hint);width:220px;height:220px;border-radius:20px}.photo-carousel__hint{font-size:11px;opacity:.7}.crop-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#000;display:flex;flex-direction:column}.crop-modal{display:flex;flex-direction:column;height:100%;background:#000;color:#fff;-webkit-user-select:none;user-select:none}.crop-modal__header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;padding-top:max(14px,env(safe-area-inset-top));flex-shrink:0}.crop-modal__title{font-size:16px;font-weight:600}.crop-modal__btn{width:38px;height:38px;border-radius:50%;background:#ffffff1f;color:#fff;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer}.crop-modal__btn--confirm{background:#fff3}.crop-modal__canvas{flex:1;position:relative;overflow:hidden;touch-action:none;cursor:grab}.crop-modal__canvas:active{cursor:grabbing}.crop-modal__image-wrap{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;transform-origin:center;will-change:transform;transition:opacity .2s}.crop-modal__image{max-width:100%;max-height:100%;display:block;pointer-events:none}.crop-modal__frame{position:absolute;top:50%;left:50%;width:min(calc(100% + -0px),calc(100vh - 200px));aspect-ratio:1;transform:translate(-50%,-50%);border:2px solid rgba(255,255,255,.9);border-radius:12px;pointer-events:none;box-shadow:0 0 0 9999px #0000008c}.crop-modal__controls{display:flex;align-items:center;gap:12px;padding:16px 20px;padding-bottom:max(20px,env(safe-area-inset-bottom));flex-shrink:0}.crop-modal__slider{flex:1;accent-color:#fff}.crop-modal__zoom-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#ffffff1f;border:none;border-radius:50%;color:#fff;cursor:pointer;flex-shrink:0}.store-page{min-height:100dvh;background:var(--tg-bg)}.store-loading{min-height:100dvh;display:flex;align-items:center;justify-content:center}.store-loading__spinner{width:32px;height:32px;border:3px solid var(--tg-divider);border-top-color:var(--tg-button);border-radius:50%;animation:spin .6s linear infinite}.store-header{position:sticky;top:10px;z-index:50;margin:10px 12px 0;padding:11px 20px;display:flex;align-items:center;justify-content:center;border-radius:14px;overflow:hidden;background:#b4b4be1f;border:1px solid rgba(120,120,130,.28);backdrop-filter:blur(40px) saturate(160%);-webkit-backdrop-filter:blur(40px) saturate(160%);box-shadow:inset 0 1px #ffffff59,inset 0 -1px #0000000f}.store-header:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)'/%3E%3C/svg%3E");opacity:.055;pointer-events:none}.store-header__title{font-size:16px;font-weight:600;color:var(--tg-text);text-align:center;position:relative;z-index:1;letter-spacing:-.2px}.store-header__actions{display:flex;gap:8px;flex-shrink:0}.store-header__btn{width:40px;height:40px;border-radius:50%;background:#fff3;display:flex;align-items:center;justify-content:center;color:#fff;position:relative}.store-header__btn--cart{background:#ffffff4d}.store-header__badge{position:absolute;top:-4px;right:-4px;min-width:20px;height:20px;border-radius:10px;background:#fff;color:var(--tg-text);font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center;padding:0 5px}.store-main{padding:12px 16px 100px}.store-search{margin-bottom:10px}.store-search__input{width:100%;height:38px;background:var(--tg-secondary-bg);border:none;outline:none;border-radius:10px;padding:0 12px;font-size:14px;color:var(--tg-text)}.store-search__input::placeholder{color:var(--tg-hint)}.store-category-tabs{display:flex;gap:8px;overflow-x:auto;scrollbar-width:none;padding-bottom:4px;margin-bottom:12px}.store-category-tabs::-webkit-scrollbar{display:none}.store-category-tab{flex-shrink:0;height:32px;padding:0 14px;border-radius:16px;font-size:13px;font-weight:500;border:1.5px solid var(--tg-divider);color:var(--tg-text);background:transparent;white-space:nowrap;transition:background-color .15s,color .15s,border-color .15s}.store-category-tab--active{font-weight:600}.store-subcategory-tabs{display:flex;gap:6px;overflow-x:auto;scrollbar-width:none;padding-bottom:4px;margin-bottom:12px;margin-top:-4px}.store-subcategory-tabs::-webkit-scrollbar{display:none}.store-subcategory-tab{flex-shrink:0;height:28px;padding:0 12px;border-radius:14px;font-size:12px;font-weight:500;border:1.5px solid var(--tg-divider);color:var(--tg-hint);background:transparent;white-space:nowrap;transition:color .15s,border-color .15s}.store-subcategory-tab--active{font-weight:600}.store-empty{text-align:center;padding:48px 0;color:var(--tg-hint)}.store-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}@media(min-width:480px){.store-grid{grid-template-columns:repeat(3,1fr)}}.store-product{background:var(--tg-card);border-radius:var(--tg-radius-lg);overflow:hidden;box-shadow:var(--tg-shadow);cursor:pointer;transition:transform .2s}.store-product:active{transform:scale(.97)}.store-product__image-wrap{position:relative;aspect-ratio:1;overflow:hidden}.store-product__image{width:100%;height:100%;object-fit:cover}.store-product__image--empty{background:var(--tg-secondary-bg)}.store-product__sold-out{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080;color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.store-product__body{padding:10px 12px 12px}.store-product__name{font-size:14px;font-weight:600;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.3}.store-product__desc{font-size:12px;color:var(--tg-hint);margin-top:2px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.3}.store-product__footer{display:flex;align-items:center;justify-content:space-between;margin-top:8px}.store-product__price{font-size:15px;font-weight:700}.store-product__add{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0;transition:transform .15s}.store-product__add:active{transform:scale(.9)}.store-product__link{font-size:13px;font-weight:600;display:flex;align-items:center;gap:4px}.store-product__qty{display:flex;align-items:center;gap:8px}.qty-btn{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--tg-secondary-bg);color:var(--tg-text);transition:transform .15s;flex-shrink:0}.qty-btn:active{transform:scale(.9)}.qty-value{font-size:15px;font-weight:600;min-width:24px;text-align:center}.qty-btn--large{width:44px;height:44px}.qty-value--large{font-size:20px;min-width:40px}.store-cart-bar{position:fixed;bottom:0;left:0;right:0;display:flex;align-items:center;gap:12px;padding:14px 20px;padding-bottom:calc(14px + var(--safe-area-bottom));background:var(--tg-card);border-top:1px solid var(--tg-divider);box-shadow:0 -4px 20px #0000001a;cursor:pointer;z-index:100}.store-cart-bar__info{display:flex;align-items:center;gap:8px;color:var(--tg-hint);font-size:14px}.store-cart-bar__total{font-size:17px;font-weight:700;flex:1;text-align:right}.store-cart-bar__action{font-weight:600;font-size:14px}.shop-bottom-nav{position:fixed;bottom:0;left:0;right:0;display:flex;background:var(--tg-card);border-top:1px solid var(--tg-divider);box-shadow:0 -2px 12px #00000014;padding-bottom:var(--safe-area-bottom, 0px);z-index:100}.shop-bottom-nav__tab{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:8px 4px 10px;gap:3px;color:var(--tg-hint);transition:color .15s;min-height:54px}.shop-bottom-nav__tab--active{color:var(--tg-link)}.shop-bottom-nav__icon{position:relative;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.shop-bottom-nav__badge{position:absolute;top:-4px;right:-6px;min-width:16px;height:16px;border-radius:8px;font-size:10px;font-weight:700;color:#fff;display:flex;align-items:center;justify-content:center;padding:0 3px}.shop-bottom-nav__label{font-size:10px;font-weight:500}.store-page--with-bottom-nav .store-main{padding-bottom:calc(70px + var(--safe-area-bottom, 0px))}.page-layout--with-bottom-nav .page-content{padding-bottom:calc(80px + var(--safe-area-bottom, 0px))}.profile-menu-item{display:flex;align-items:center;gap:12px;width:100%;padding:14px 16px;background:var(--tg-card);border-radius:var(--tg-radius);margin-bottom:8px;font-size:15px;font-weight:500;border:1px solid var(--tg-divider);text-align:left}.profile-menu-item__arrow{margin-left:auto;color:var(--tg-hint)}.profile-section{background:var(--tg-card);border-radius:var(--tg-radius);padding:16px;border:1px solid var(--tg-divider)}.profile-section__title{font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--tg-hint);margin-bottom:12px}.profile-phone-banner{display:flex;align-items:center;gap:12px;background:var(--tg-card);border-radius:var(--tg-radius);padding:12px 14px;margin-bottom:16px;border:1px solid var(--tg-divider)}.customer-orders-auth{display:flex;flex-direction:column;align-items:center;padding:32px 16px;text-align:center}.customer-orders-auth__icon{margin-bottom:16px}.customer-orders-auth__title{font-size:18px;font-weight:700;margin-bottom:8px}.customer-orders-auth__subtitle{font-size:14px;color:var(--tg-hint);max-width:280px}.customer-order-card{background:var(--tg-card);border-radius:var(--tg-radius);padding:12px 14px;margin-bottom:10px;border:1px solid var(--tg-divider)}.customer-order-card__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.customer-order-card__id{font-size:13px;font-weight:700;font-family:monospace}.customer-order-card__status{font-size:12px;font-weight:600}.customer-order-card__items{border-top:1px solid var(--tg-divider);padding-top:8px;display:flex;flex-direction:column;gap:4px}.customer-order-card__item{display:flex;justify-content:space-between;font-size:13px}.customer-order-card__footer{display:flex;justify-content:space-between;align-items:center;margin-top:10px;padding-top:8px;border-top:1px solid var(--tg-divider)}.customer-order-card__total{font-size:16px;font-weight:700}.product-page{min-height:100dvh;padding-bottom:100px}.product-page .adaptive-back-button{position:absolute;top:12px;left:12px;z-index:10;background:#0000004d;color:#fff}.ppc{position:relative;width:100%;aspect-ratio:1}.ppc__track{display:flex;width:100%;height:100%;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;position:relative}.ppc__track::-webkit-scrollbar{display:none}.ppc__slide{flex:0 0 100%;scroll-snap-align:start;position:relative;overflow:hidden}.ppc__img{width:100%;height:100%;object-fit:cover;display:block;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.ppc__sold-out{position:absolute;bottom:16px;left:16px;padding:6px 14px;background:#000000b3;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fff;border-radius:20px;font-size:13px;font-weight:600;pointer-events:none;z-index:2}.ppc__dots{position:absolute;bottom:12px;left:50%;transform:translate(-50%);display:flex;gap:6px;z-index:3}.ppc__dot{width:6px;height:6px;border-radius:50%;background:#ffffff80;border:none;padding:0;cursor:pointer;transition:width .25s ease,background .2s ease}.ppc__dot--active{width:18px;border-radius:3px;background:#fff}.product-page__content{padding:20px 16px}.product-page__category{display:flex;align-items:center;flex-wrap:wrap;gap:2px;margin-bottom:6px}.product-page__category-crumb{display:inline-flex;align-items:center;gap:2px;font-size:12px;color:var(--tg-hint)}.product-page__category-sep{color:var(--tg-hint);opacity:.6}.product-page__name{font-size:22px;font-weight:700;margin-bottom:4px}.product-page__price{display:block;font-size:20px;font-weight:700;margin-bottom:12px}.product-page__desc{font-size:15px;color:var(--tg-hint);line-height:1.5;margin-bottom:20px}.product-page__qty-controls{display:flex;align-items:center;justify-content:center;gap:16px;padding:16px;background:var(--tg-secondary-bg);border-radius:var(--tg-radius-lg);margin-bottom:16px}.product-page__go-cart{padding:0 16px}.cart-page{padding-bottom:100px}.cart-items{display:flex;flex-direction:column;gap:2px;background:var(--tg-card);border-radius:var(--tg-radius-lg);box-shadow:var(--tg-shadow);overflow:hidden;margin-bottom:16px}.cart-item{display:flex;align-items:center;gap:12px;padding:12px 16px}.cart-item__image{width:52px;height:52px;border-radius:var(--tg-radius-sm);object-fit:cover;flex-shrink:0}.cart-item__image--empty{background:var(--tg-secondary-bg)}.cart-item__info{flex:1;min-width:0}.cart-item__name{display:block;font-size:15px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cart-item__price{font-size:14px;font-weight:600}.cart-item__controls{display:flex;align-items:center;gap:8px}.cart-summary{background:var(--tg-card);border-radius:var(--tg-radius-lg);padding:16px;box-shadow:var(--tg-shadow);margin-bottom:12px}.cart-summary__row{display:flex;justify-content:space-between;padding:4px 0;font-size:14px;color:var(--tg-hint)}.cart-summary__row--total{padding-top:12px;margin-top:8px;border-top:1px solid var(--tg-divider);font-size:17px;font-weight:700;color:var(--tg-text)}.cart-clear{margin-bottom:16px;color:#d63031}.checkout-page{padding-bottom:100px}.checkout-section-title{font-size:15px;font-weight:600;margin-bottom:12px}.checkout-order{background:var(--tg-card);border-radius:var(--tg-radius-lg);padding:16px;box-shadow:var(--tg-shadow);margin-bottom:20px}.checkout-item{display:flex;justify-content:space-between;padding:6px 0;font-size:14px}.checkout-item__name{color:var(--tg-hint)}.checkout-item__price{font-weight:500}.checkout-total{display:flex;justify-content:space-between;padding-top:12px;margin-top:8px;border-top:1px solid var(--tg-divider);font-size:17px;font-weight:700}.checkout-payment{margin-bottom:20px}.checkout-methods{display:flex;flex-direction:column;gap:8px;margin-bottom:12px}.checkout-method-card{display:flex;align-items:center;gap:12px;padding:14px 16px;background:var(--tg-card);border-radius:var(--tg-radius);box-shadow:var(--tg-shadow);font-size:14px;font-weight:500}.checkout-payment__hint{font-size:13px;color:var(--tg-hint);line-height:1.4}.checkout-success{display:flex;flex-direction:column;align-items:center;text-align:center;padding:32px 16px;gap:12px}.checkout-success h2{font-size:22px}.checkout-success p{color:var(--tg-hint);font-size:14px;max-width:280px}.checkout-success__methods{width:100%;margin-top:16px}.checkout-success__methods-title{font-size:13px;font-weight:600;color:var(--tg-hint);margin-bottom:8px}.checkout-success__method{display:flex;align-items:center;gap:12px;padding:10px 16px;background:var(--tg-secondary-bg);border-radius:var(--tg-radius);font-size:14px;margin-bottom:6px}.checkout-success .tg-button{margin-top:16px}.subscription-page{padding-bottom:24px}.sub-banner{display:flex;align-items:center;gap:16px;padding:16px 20px;border-radius:var(--tg-radius-lg);margin-bottom:24px}.sub-banner--trial{background:linear-gradient(135deg,#fdcb6e20,#e1705520);color:#e17055}.sub-banner--expired{background:linear-gradient(135deg,#d6303120,#e8439320);color:#d63031}.sub-banner h3{font-size:15px;font-weight:600}.sub-banner p{font-size:13px;opacity:.8}.sub-plans{display:flex;flex-direction:column;gap:16px}.sub-plan{background:var(--tg-card);border-radius:var(--tg-radius-lg);padding:24px;box-shadow:var(--tg-shadow);position:relative}.sub-plan--popular{border:2px solid #6C5CE7;box-shadow:var(--tg-shadow-lg)}.sub-plan--active{border:2px solid #00B894;box-shadow:0 4px 20px #00b89433}.sub-plan--popular.sub-plan--active{border-color:#00b894}.sub-plan__badge{position:absolute;top:-10px;right:20px;padding:4px 12px;background:linear-gradient(135deg,#6c5ce7,#a29bfe);color:#fff;border-radius:20px;font-size:12px;font-weight:600}.sub-plan__badge--current{background:linear-gradient(135deg,#00b894,#00cec9)}.sub-plan__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.sub-plan__header h3{font-size:18px;font-weight:700}.sub-plan__price{display:flex;align-items:baseline;gap:2px}.sub-plan__amount{font-size:28px;font-weight:700}.sub-plan__period{font-size:14px;color:var(--tg-hint)}.sub-plan__features{list-style:none;margin-bottom:20px}.sub-plan__features li{display:flex;align-items:center;gap:10px;padding:6px 0;font-size:14px;color:var(--tg-text)}.sub-plan__features li svg{color:#00b894;flex-shrink:0}.bottom-sheet-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:200;display:flex;align-items:flex-end;animation:fadeInOverlay .2s ease}@keyframes fadeInOverlay{0%{opacity:0}to{opacity:1}}.bottom-sheet{width:100%;background:var(--tg-bg);border-radius:var(--tg-radius-xl) var(--tg-radius-xl) 0 0;padding:12px 20px;padding-bottom:calc(20px + var(--safe-area-bottom));max-height:85dvh;overflow-y:auto;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.bottom-sheet__handle{width:36px;height:4px;border-radius:2px;background:var(--tg-divider);margin:0 auto 12px}.bottom-sheet__title{font-size:17px;font-weight:600;text-align:center;margin-bottom:16px}.settings-section{margin-bottom:28px}.settings-section__title{font-size:13px;font-weight:600;color:var(--tg-hint);text-transform:uppercase;letter-spacing:.5px;margin-bottom:14px;padding-left:4px}.settings-page{padding-bottom:24px}.orders-list{display:flex;flex-direction:column;gap:12px}.order-card{background:var(--tg-bg);border-radius:16px;padding:16px;border:1px solid var(--tg-border)}.order-card__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.order-card__id{font-weight:600;font-size:14px;font-family:monospace;color:var(--tg-text)}.order-card__date{font-size:12px;color:var(--tg-hint);margin-bottom:12px}.order-card__items{display:flex;flex-direction:column;gap:6px;margin-bottom:12px}.order-card__item{display:flex;justify-content:space-between;font-size:14px;color:var(--tg-text)}.order-card__total{display:flex;justify-content:space-between;font-weight:600;font-size:15px;padding-top:8px;border-top:1px solid var(--tg-border);margin-bottom:8px}.order-card__comment{font-size:13px;color:var(--tg-hint);background:var(--tg-secondary-bg);padding:8px 12px;border-radius:10px;margin-bottom:12px}.order-card__actions{display:flex;gap:8px}.tg-button--small{padding:8px 16px;font-size:13px;border-radius:10px}.docs-page{display:flex;min-height:100vh;background:var(--tg-bg);color:var(--tg-text)}.docs-nav{width:260px;flex-shrink:0;position:sticky;top:0;height:100vh;overflow-y:auto;padding:32px 20px;border-right:1px solid var(--tg-divider);display:flex;flex-direction:column;gap:24px}.docs-nav__back{font-size:14px;font-weight:500;color:var(--tg-link);text-decoration:none;display:inline-flex;align-items:center;gap:4px;opacity:.85;transition:opacity .15s}.docs-nav__back:hover{opacity:1}.docs-nav__list{list-style:none;display:flex;flex-direction:column;gap:4px}.docs-nav__item{border-radius:var(--tg-radius-sm);overflow:hidden}.docs-nav__link{display:block;padding:8px 12px;font-size:13px;line-height:1.4;color:var(--tg-hint);text-decoration:none;border-radius:var(--tg-radius-sm);transition:background .15s,color .15s}.docs-nav__link:hover{background:var(--tg-secondary-bg);color:var(--tg-text)}.docs-main{flex:1;max-width:720px;padding:48px 40px}.docs-title{font-size:32px;font-weight:700;margin-bottom:40px;color:var(--tg-text)}.docs-section{margin-bottom:48px;scroll-margin-top:24px}.docs-section__title{font-size:20px;font-weight:600;margin-bottom:12px;color:var(--tg-text)}.docs-section__content{font-size:15px;line-height:1.7;color:var(--tg-hint)}@media(max-width:767px){.docs-page{flex-direction:column}.docs-nav{width:100%;height:auto;position:static;flex-direction:column;padding:16px;border-right:none;border-bottom:1px solid var(--tg-divider);gap:12px}.docs-nav__list{flex-direction:row;flex-wrap:nowrap;overflow-x:auto;gap:6px;padding-bottom:4px}.docs-nav__item{flex-shrink:0}.docs-nav__link{white-space:nowrap;background:var(--tg-secondary-bg);color:var(--tg-text);font-size:12px;padding:6px 12px}.docs-main{padding:24px 16px}.docs-title{font-size:24px;margin-bottom:28px}.docs-section{margin-bottom:32px}.docs-section__title{font-size:17px}}::-webkit-scrollbar{width:0;height:0}
