@import"https://fonts.googleapis.com/css2?family=Kantumruy+Pro:wght@400;500;600;700;800&display=swap";:root{--color-global-bg: #070b18;--color-global-text: #f5f7ff;--color-muted-text: #99a4c2;--color-border: #29314b;--color-surface: #0e1427;--color-surface-raised: #151d35;--color-topup-bg: #7c5cff;--color-topup-text: #ffffff;--color-header-text: #f8f9ff;--color-header-icon: #9f8cff;--color-username-result-bg: #102a24;--color-username-result-text: #7ef0c0;--color-package-bg: #121a30;--color-package-text: #f5f7ff;--color-package-selected-bg: #201b45;--color-package-selected-text: #c7bcff;--color-checkbox: #7c5cff;--color-payment-button-bg: #7c5cff;--color-payment-button-text: #ffffff;--color-accent: #9f8cff;--color-accent-2: #28d7e5;--color-danger: #ff667a;--color-success: #43d6a0;--shadow: 0 22px 60px rgb(0 0 0 / 32%)}*{box-sizing:border-box}html{background:var(--color-global-bg);color:var(--color-global-text);font-family:Kantumruy Pro,system-ui,sans-serif}body{margin:0;min-width:320px;background:radial-gradient(circle at 75% -10%,rgb(124 92 255/18%),transparent 35%),var(--color-global-bg)}button,input,textarea{font:inherit}button,a{transition:.2s ease}a{color:inherit;text-decoration:none}button{color:inherit}.siteHeader{position:sticky;top:0;z-index:100;display:flex;align-items:center;justify-content:space-between;min-height:70px;padding:0 clamp(18px,5vw,70px);border-bottom:1px solid rgb(255 255 255/7%);background:#070b18cc;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.brand{display:flex;align-items:center;gap:10px;color:var(--color-header-text);font-size:21px;font-weight:800}.brand b{color:var(--color-accent-2)}.brandMark{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:linear-gradient(135deg,var(--color-accent),#4c39c6);box-shadow:0 8px 28px #7c5cff59}.brandMark svg{width:20px}.mainNav{display:flex;align-items:center;gap:6px}.mainNav a,.mainNav button{display:flex;align-items:center;gap:8px;padding:10px 13px;border:0;border-radius:10px;background:transparent;color:var(--color-muted-text);cursor:pointer}.mainNav a:hover,.mainNav button:hover{background:var(--color-surface-raised);color:var(--color-header-text)}.mainNav svg{width:17px}.menuButton{display:none;border:0;background:transparent;color:var(--color-header-icon)}main{min-height:calc(100vh - 200px)}.hero{position:relative;isolation:isolate;display:grid;justify-items:center;min-height:500px;padding:100px 20px 70px;overflow:hidden;text-align:center}.heroGlow{position:absolute;z-index:-1;top:20%;left:50%;width:min(700px,90vw);height:300px;border-radius:50%;background:#7c5cff38;filter:blur(90px);transform:translate(-50%)}.eyebrow,.category{display:inline-flex;align-items:center;gap:7px;padding:7px 11px;border:1px solid rgb(159 140 255/25%);border-radius:999px;background:#7c5cff1a;color:var(--color-accent);font-size:12px;font-weight:700}.eyebrow svg{width:14px}.hero h1{max-width:900px;margin:20px 0 12px;font-size:clamp(42px,7vw,88px);line-height:1.07;letter-spacing:-.04em}.hero h1 em{color:transparent;background:linear-gradient(90deg,var(--color-accent),var(--color-accent-2));-webkit-background-clip:text;background-clip:text;font-style:normal}.hero>p{max-width:570px;margin:0;color:var(--color-muted-text);font-size:18px}.heroPrice{display:flex;align-items:center;gap:13px;margin-top:28px;padding:10px 17px;border:1px solid var(--color-border);border-radius:14px;background:var(--color-surface)}.heroPrice small{color:var(--color-muted-text)}.heroPrice strong{color:var(--color-accent-2);font-size:22px}.catalogSection,.detailPage,.narrowPage,.adminPage{width:min(1180px,calc(100% - 32px));margin:0 auto;padding:45px 0 80px}.sectionHeading,.adminTitle{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:24px}.sectionHeading span,.adminTitle small{color:var(--color-accent);font-size:11px;font-weight:800;letter-spacing:.13em}.sectionHeading h2,.adminTitle h1{margin:3px 0 0;font-size:clamp(25px,4vw,36px)}.searchBox{display:flex;align-items:center;gap:9px;width:min(330px,100%);padding:0 14px;border:1px solid var(--color-border);border-radius:13px;background:var(--color-surface)}.searchBox svg{width:17px;color:var(--color-muted-text)}.searchBox input{width:100%;height:44px;border:0;outline:0;background:transparent;color:var(--color-global-text)}.movieGrid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px}.movieCard{overflow:hidden;border:1px solid var(--color-border);border-radius:18px;background:var(--color-package-bg);box-shadow:0 12px 32px #00000024}.movieCard:hover{border-color:var(--color-accent);transform:translateY(-5px);box-shadow:0 18px 42px #00000047}.poster{position:relative;display:grid;place-items:center;aspect-ratio:2/3;overflow:hidden;background:linear-gradient(145deg,#202a4a,#0a1021);color:var(--color-muted-text)}.poster>svg{width:50px;height:50px}.poster img{width:100%;height:100%;object-fit:cover}.poster i{position:absolute;top:10px;left:10px;padding:5px 8px;border-radius:8px;background:var(--color-accent);color:#fff;font-size:10px;font-style:normal;font-weight:800}.movieMeta{display:block;padding:14px}.movieMeta small{color:var(--color-accent);font-size:10px}.movieMeta>strong{display:block;margin:5px 0 13px;overflow:hidden;font-size:15px;text-overflow:ellipsis;white-space:nowrap}.movieMeta>span{display:flex;align-items:center;justify-content:space-between}.movieMeta b{color:var(--color-accent-2)}.movieMeta em{padding:6px 8px;border-radius:7px;background:var(--color-surface-raised);color:var(--color-muted-text);font-size:10px;font-style:normal}.backButton{display:flex;align-items:center;gap:8px;margin-bottom:25px;border:0;background:transparent;color:var(--color-muted-text);cursor:pointer}.backButton svg{width:18px}.movieDetail{display:grid;grid-template-columns:minmax(250px,370px) 1fr;gap:clamp(30px,6vw,80px);align-items:center}.detailPoster{display:grid;place-items:center;aspect-ratio:2/3;overflow:hidden;border:1px solid var(--color-border);border-radius:24px;background:var(--color-surface);box-shadow:var(--shadow)}.detailPoster img{width:100%;height:100%;object-fit:cover}.detailPoster svg{width:70px;height:70px;color:var(--color-muted-text)}.detailContent h1{margin:15px 0;font-size:clamp(35px,6vw,65px);line-height:1.1}.detailContent>p{max-width:650px;color:var(--color-muted-text);font-size:17px;line-height:1.85}.secureLine{display:flex;align-items:center;gap:10px;margin:22px 0;color:var(--color-success);font-size:13px}.secureLine svg{width:17px}.purchaseBox{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:25px;padding:20px;border:1px solid var(--color-border);border-radius:18px;background:var(--color-surface)}.purchaseBox>div:first-child{display:grid}.purchaseBox small{color:var(--color-muted-text)}.purchaseBox strong{font-size:30px}.primaryButton,.secondaryButton{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:0 17px;border:0;border-radius:11px;cursor:pointer;font-weight:800}.primaryButton{background:var(--color-payment-button-bg);color:var(--color-payment-button-text);box-shadow:0 9px 28px #7c5cff47}.primaryButton:hover{filter:brightness(1.1);transform:translateY(-1px)}.primaryButton:disabled{opacity:.5;cursor:not-allowed}.secondaryButton{border:1px solid var(--color-border);background:var(--color-surface-raised);color:var(--color-global-text)}.primaryButton svg,.secondaryButton svg{width:17px}.loginPrompt{display:grid;justify-items:center;gap:10px}.loginPrompt>span,.telegramLogin p{display:flex;align-items:center;gap:7px;color:var(--color-muted-text);font-size:12px}.telegramLogin{display:grid;justify-items:center}.telegramLogin p{margin:8px 0 0}.telegramLogin svg{width:14px}.notice{margin-top:14px;padding:11px 13px;border-radius:10px;font-size:13px}.notice.error{border:1px solid rgb(255 102 122/30%);background:#ff667a1a;color:#ff9aaa}.notice.success{border:1px solid rgb(67 214 160/30%);background:#43d6a01a;color:var(--color-success)}.modalBackdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:500;display:grid;place-items:center;padding:25px;background:#03050cb8;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px)}.paymentModal{position:relative;display:grid;justify-items:center;width:min(520px,96vw);max-height:92dvh;padding:35px;overflow:auto;border:1px solid var(--color-border);border-radius:24px;background:var(--color-surface);box-shadow:var(--shadow);text-align:center}.paymentModal.hostedCheckout{width:min(1060px,92vw);height:min(850px,92dvh);padding:0;overflow:hidden;background:#fff}.modalClose{position:fixed;top:16px;right:16px;z-index:4;display:grid;place-items:center;width:44px;height:44px;border:0;background:transparent;color:#fff;cursor:pointer}.checkoutFrame{display:block;width:100%;height:100%;border:0;background:#fff}.checkoutStatus{position:absolute;right:12px;bottom:10px;display:flex;align-items:center;gap:7px;padding:6px 10px;border-radius:8px;background:#070b18d9;color:#fff;font-size:11px}.paymentBrand{display:flex;align-items:center;gap:8px}.paymentBrand span{padding:5px 8px;background:#d71920;color:#fff;font-weight:800}.paymentBrand b{color:#e11d2e}.amount{font-size:32px;font-weight:800}.qrImage{width:min(310px,80vw);border-radius:15px}.paymentState{display:flex;align-items:center;gap:8px;color:var(--color-muted-text)}.successIcon{width:60px;height:60px;color:var(--color-success)}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.pageTitle{display:flex;align-items:center;gap:13px;margin-bottom:25px}.pageTitle>svg{width:40px;height:40px;color:var(--color-accent)}.pageTitle small{color:var(--color-muted-text)}.pageTitle h1{margin:0}.orderList{display:grid;gap:12px}.orderList article{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:18px;border:1px solid var(--color-border);border-radius:14px;background:var(--color-surface)}.orderList h3{margin:4px 0}.orderList small,.orderList span{color:var(--color-muted-text);font-size:11px}.orderRight{display:grid;justify-items:end;gap:5px}.orderRight em{color:var(--color-accent);font-size:11px;font-style:normal}.orderRight a{color:var(--color-success);font-size:12px}.authPage{display:grid;place-items:center;padding:60px 20px}.authCard{display:grid;width:min(440px,100%);padding:30px;border:1px solid var(--color-border);border-radius:20px;background:var(--color-surface);box-shadow:var(--shadow)}.authIcon{display:grid;place-items:center;width:48px;height:48px;border-radius:14px;background:#7c5cff2e;color:var(--color-accent)}.authCard small{margin-top:17px;color:var(--color-accent)}.authCard h1{margin:4px 0}.authCard p{color:var(--color-muted-text)}.authCard label,.adminForm label{display:grid;gap:6px;margin-top:14px;color:var(--color-muted-text);font-size:12px}.authCard input,.adminForm input,.adminForm textarea{width:100%;border:1px solid var(--color-border);border-radius:10px;outline:0;background:var(--color-global-bg);color:var(--color-global-text)}.authCard input,.adminForm input{height:44px;padding:0 12px}.adminForm textarea{padding:12px;resize:vertical}.authCard .primaryButton{margin-top:20px}.adminGrid{display:grid;grid-template-columns:minmax(0,2fr) minmax(260px,1fr);gap:20px;align-items:start}.adminForm,.telegramSetup,.adminMovies{padding:24px;border:1px solid var(--color-border);border-radius:18px;background:var(--color-surface)}.adminForm h2,.telegramSetup h2{display:flex;align-items:center;gap:9px;margin-top:0}.formRow,.checkRow,.formActions{display:flex;gap:12px}.formRow>*{flex:1}.checkRow{margin:18px 0}.checkRow label{display:flex;align-items:center}.checkRow input{width:17px;height:17px;accent-color:var(--color-checkbox)}.uploadButton{display:flex!important;align-items:center;justify-content:center;min-height:45px;border:1px dashed var(--color-border);border-radius:10px;cursor:pointer}.uploadButton input{display:none}.coverPreview{width:100%;max-height:230px;margin-top:12px;border-radius:10px;object-fit:contain;background:var(--color-global-bg)}.formActions{margin-top:20px}.telegramSetup{display:grid;justify-items:start}.telegramSetup>svg{width:42px;height:42px;color:var(--color-accent)}.telegramSetup p{color:var(--color-muted-text);line-height:1.7}.botResult{display:flex;gap:9px;margin-top:15px;color:var(--color-success)}.botResult span{display:grid;color:var(--color-muted-text);font-size:12px}.botResult b{color:var(--color-success)}.adminMovies{margin-top:22px}.adminMovieList{display:grid;gap:9px}.adminMovieList article{display:grid;grid-template-columns:70px 1fr auto;gap:13px;align-items:center;padding:10px;border:1px solid var(--color-border);border-radius:12px;background:var(--color-global-bg)}.adminThumb{display:grid;place-items:center;width:70px;aspect-ratio:2/3;overflow:hidden;border-radius:8px;background:var(--color-surface-raised)}.adminThumb img{width:100%;height:100%;object-fit:cover}.adminMovieList h3,.adminMovieList p{margin:3px 0}.adminMovieList small,.adminMovieList p{color:var(--color-muted-text);font-size:11px}.rowActions{display:flex;gap:6px}.rowActions button{display:grid;place-items:center;width:36px;height:36px;border:1px solid var(--color-border);border-radius:8px;background:var(--color-surface);cursor:pointer}.rowActions svg{width:15px}.rowActions .danger{color:var(--color-danger)}.emptyState{display:grid;justify-items:center;padding:70px 20px;color:var(--color-muted-text);text-align:center}.emptyState svg{width:55px;height:55px}.pageLoader{display:grid;place-items:center;align-content:center;gap:12px;min-height:100vh}.pageLoader svg{width:50px;height:50px;color:var(--color-accent)}footer{display:grid;justify-items:center;gap:5px;padding:35px 20px;border-top:1px solid var(--color-border);background:#050813;color:var(--color-muted-text);text-align:center}footer strong{color:var(--color-global-text)}footer small{font-size:10px}@media(max-width:950px){.movieGrid{grid-template-columns:repeat(4,minmax(0,1fr))}.movieDetail{grid-template-columns:minmax(220px,320px) 1fr;gap:35px}}@media(max-width:720px){.siteHeader{min-height:62px;padding:0 16px}.menuButton{display:grid}.mainNav{position:fixed;top:62px;right:12px;display:none;width:230px;padding:10px;border:1px solid var(--color-border);border-radius:13px;background:var(--color-surface);box-shadow:var(--shadow)}.mainNav.open{display:grid}.mainNav a,.mainNav button{width:100%}.hero{min-height:430px;padding-top:70px}.hero h1{font-size:43px}.sectionHeading{display:grid}.movieGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.movieDetail{grid-template-columns:1fr}.detailPoster{width:min(310px,85vw);margin:auto}.purchaseBox{display:grid}.purchaseBox .primaryButton{width:100%}.paymentModal.hostedCheckout{align-self:end;width:100dvw;height:min(64dvh,560px);border-radius:18px 18px 0 0}.paymentModal.hostedCheckout .checkoutFrame{position:absolute;top:0;left:50%;width:141%;height:138.89%;transform:translate(-50%) scale(.72);transform-origin:top center}.modalBackdrop{place-items:end center;padding:0}.adminGrid{grid-template-columns:1fr}.formRow{display:grid}.adminTitle{align-items:start}.checkoutStatus{left:8px;right:8px;justify-content:center}.orderList article{align-items:start}.adminMovieList article{grid-template-columns:55px 1fr}.adminThumb{width:55px}.rowActions{grid-column:2}}@media(max-width:480px){.movieGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.hero h1{font-size:37px}.hero>p{font-size:15px}.catalogSection,.detailPage,.narrowPage,.adminPage{width:min(100% - 24px,1180px)}.movieMeta{padding:11px}.movieMeta em{display:none}.detailContent h1{font-size:36px}.adminForm,.telegramSetup,.adminMovies{padding:16px}.checkRow{display:grid}.orderList article{display:grid}.orderRight{justify-items:start}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation:none!important;transition:none!important}}.paymentBrand span,.paymentBrand b{display:none}.paymentBrand img{display:block;width:70px;height:70px;object-fit:contain}.acceptedPayment{width:108px;height:30px;object-fit:contain}.textButton{border:0;background:transparent;color:var(--color-accent-2);font-size:12px;cursor:pointer}.fixedPrice{display:flex;align-items:center;gap:10px;margin-top:14px;padding:12px;border:1px solid var(--color-border);border-radius:10px;background:var(--color-global-bg)}.fixedPrice span,.fixedPrice small{color:var(--color-muted-text);font-size:11px}.fixedPrice strong{color:var(--color-accent-2);font-size:20px}.contactPage{width:min(1050px,calc(100% - 32px));min-height:calc(100vh - 180px);margin:auto;padding:80px 0}.contactHero{max-width:700px;margin-bottom:35px}.contactHero h1{margin:16px 0 8px;font-size:clamp(40px,7vw,72px)}.contactHero p{color:var(--color-muted-text);font-size:17px;line-height:1.8}.contactCards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.contactCard{display:flex;align-items:flex-start;gap:14px;min-height:180px;padding:22px;border:1px solid var(--color-border);border-radius:18px;background:var(--color-surface)}.contactCard>span{display:grid;place-items:center;flex:0 0 44px;width:44px;height:44px;border-radius:13px;background:#7c5cff26;color:var(--color-accent)}.contactCard small,.contactCard p{color:var(--color-muted-text)}.contactCard h2{margin:5px 0}.contactCard p{font-size:13px;line-height:1.7}.telegramContact:hover{border-color:var(--color-accent);transform:translateY(-3px)}@media(max-width:720px){.contactCards{grid-template-columns:1fr}.contactPage{padding-top:50px}}html,body,#root{min-height:100%}body{overflow-x:hidden}.siteHeader{padding-top:env(safe-area-inset-top);padding-left:max(clamp(18px,5vw,70px),env(safe-area-inset-left));padding-right:max(clamp(18px,5vw,70px),env(safe-area-inset-right))}.brand{min-height:44px}.menuButton{place-items:center;width:44px;height:44px;padding:0;cursor:pointer}.backButton{min-height:44px;margin-left:-10px;padding:0 10px}.mainNav a,.mainNav button{min-height:44px}.textButton{min-height:40px;padding:0 4px}.authCard input,.adminForm input,.adminForm textarea{font-size:16px}footer{padding-right:max(20px,env(safe-area-inset-right));padding-bottom:max(35px,calc(22px + env(safe-area-inset-bottom)));padding-left:max(20px,env(safe-area-inset-left))}@media(min-width:1800px){.catalogSection,.detailPage,.narrowPage,.adminPage{width:min(1440px,calc(100% - 96px))}.movieGrid{grid-template-columns:repeat(6,minmax(0,1fr));gap:22px}.hero{min-height:540px}.movieDetail{grid-template-columns:minmax(280px,410px) 1fr}}@media(max-width:720px){.siteHeader{min-height:calc(62px + env(safe-area-inset-top));padding-left:max(16px,env(safe-area-inset-left));padding-right:max(10px,env(safe-area-inset-right))}.mainNav{top:calc(62px + env(safe-area-inset-top));right:max(12px,env(safe-area-inset-right));max-height:calc(100dvh - 80px - env(safe-area-inset-top));overflow-y:auto}.primaryButton,.secondaryButton{min-height:48px}.modalClose{top:auto;right:max(8px,env(safe-area-inset-right));bottom:calc(min(68dvh,590px) + 8px)}.paymentModal.hostedCheckout{height:min(68dvh,590px);padding-bottom:env(safe-area-inset-bottom)}.contactCard{min-height:0}.orderList article{min-width:0}.orderList article>div{min-width:0}.orderList h3{overflow-wrap:anywhere}}@media(max-width:360px){.brand{font-size:18px}.brandMark{width:36px;height:36px}.hero{min-height:400px;padding-top:55px}.hero h1{font-size:34px}.heroPrice{margin-top:22px}.movieGrid{gap:10px}.movieMeta>strong{font-size:13px}.detailPoster{width:min(240px,76vw)}.detailContent h1{font-size:32px}.purchaseBox{padding:16px}.authCard{padding:24px 20px}.contactPage{width:calc(100% - 24px)}}@media(hover:none)and (pointer:coarse){.movieCard:hover,.telegramContact:hover,.primaryButton:hover{transform:none}.rowActions button{width:44px;height:44px}}.purchaseDetailPage{max-width:1280px}.purchaseDetail{grid-template-columns:minmax(280px,.9fr) minmax(430px,1.1fr);align-items:start;gap:clamp(30px,5vw,70px)}.movieSummary{position:sticky;top:105px;display:grid;grid-template-columns:minmax(150px,235px) 1fr;gap:24px;align-items:start}.movieSummary .detailPoster{width:100%;border-radius:20px}.movieSummaryText{padding-top:8px}.movieSummaryText h1{margin:14px 0 12px;font-size:clamp(28px,3.5vw,48px);line-height:1.15}.movieSummaryText>p{display:-webkit-box;margin:0;color:var(--color-muted-text);line-height:1.75;-webkit-line-clamp:6;-webkit-box-orient:vertical;overflow:hidden}.detailPrice{display:grid;gap:2px;margin-top:22px;padding-top:18px;border-top:1px solid var(--color-border)}.detailPrice small{color:var(--color-muted-text)}.detailPrice strong{color:var(--color-accent-2);font-size:30px}.checkoutSteps{display:grid;gap:16px}.purchaseStep{padding:22px;border:1px solid var(--color-border);border-radius:20px;background:linear-gradient(145deg,rgb(255 255 255/4%),transparent),var(--color-surface);box-shadow:0 14px 38px #00000024}.purchaseStep.active{border-color:#7c5cff7a}.purchaseStep.complete{border-color:#43d6a040}.purchaseStep.locked{opacity:.58}.stepHeading{display:flex;align-items:center;gap:13px;margin-bottom:18px}.stepHeading small{color:var(--color-accent);font-size:10px;font-weight:800;letter-spacing:.08em}.stepHeading h2{margin:2px 0 0;font-size:19px}.stepNumber{display:grid;place-items:center;flex:0 0 38px;width:38px;height:38px;border-radius:12px;background:#7c5cff29;color:var(--color-accent);font-weight:800}.complete .stepNumber{background:#43d6a024;color:var(--color-success)}.stepNumber svg{width:18px}.stepLogin{display:grid;justify-items:start;padding:16px;border-radius:14px;background:var(--color-global-bg)}.stepLogin p{margin:0 0 14px;color:var(--color-muted-text);font-size:13px}.telegramIdentity{display:grid;grid-template-columns:46px 1fr auto;gap:12px;align-items:center;padding:12px;border:1px solid rgb(67 214 160/20%);border-radius:14px;background:#43d6a012}.telegramIdentity>img,.telegramIdentity>span{display:grid;place-items:center;width:46px;height:46px;border-radius:50%;object-fit:cover;background:#229ed9;color:#fff}.telegramIdentity>span svg{width:23px}.telegramIdentity>div{display:grid;min-width:0}.telegramIdentity strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.telegramIdentity small{color:var(--color-muted-text)}.telegramIdentity>svg{width:21px;color:var(--color-success)}.paymentChoice{display:grid;grid-template-columns:54px 1fr 28px;gap:13px;align-items:center;padding:14px;border:1px solid var(--color-border);border-radius:15px;background:var(--color-global-bg)}.paymentChoice.selected{border-color:#7c5cff94;box-shadow:inset 0 0 0 1px #7c5cff21}.paymentChoice>img{width:54px;height:54px;object-fit:contain}.paymentChoice>div{display:grid}.paymentChoice small{color:var(--color-muted-text);font-size:11px}.choiceCheck{display:grid;place-items:center;width:24px;height:24px;border-radius:50%;background:var(--color-accent);color:#fff}.choiceCheck svg{width:14px}.termsAcceptance{display:flex;align-items:flex-start;gap:10px;margin:17px 2px;color:var(--color-muted-text);font-size:12px;line-height:1.65}.termsAcceptance input{flex:0 0 18px;width:18px;height:18px;margin-top:1px;accent-color:var(--color-checkbox)}.termsAcceptance button{padding:0;border:0;background:none;color:var(--color-accent-2);cursor:pointer;text-decoration:underline;text-underline-offset:3px}.checkoutButton{width:100%;min-height:52px;font-size:15px}.checkoutTrust{display:flex;align-items:center;justify-content:center;gap:7px;margin-top:13px;color:var(--color-muted-text);font-size:11px}.checkoutTrust svg{width:15px;color:var(--color-success)}.termsPage{width:min(780px,calc(100% - 32px));margin:auto;padding:45px 0 90px}.termsCard{padding:clamp(22px,5vw,48px);border:1px solid var(--color-border);border-radius:24px;background:var(--color-surface);box-shadow:var(--shadow)}.termsCard>h1,.termsModal>h2{margin:13px 0 22px;font-size:clamp(28px,5vw,40px)}.termsContent{display:grid;gap:12px}.termsIntro{margin:0 0 7px;color:var(--color-muted-text);line-height:1.75}.termsItem{display:grid;grid-template-columns:40px 1fr;gap:12px;padding:15px;border:1px solid var(--color-border);border-radius:14px;background:var(--color-global-bg)}.termsItem>span{display:grid;place-items:center;width:40px;height:40px;border-radius:11px;background:#7c5cff24;color:var(--color-accent)}.termsItem svg{width:19px}.termsItem h3{margin:0 0 4px;font-size:15px}.termsItem p{margin:0;color:var(--color-muted-text);font-size:12px;line-height:1.75}.termsBackdrop{place-items:center;padding:20px}.termsModal{position:relative;width:min(680px,100%);max-height:min(820px,92dvh);padding:30px;overflow:auto;border:1px solid var(--color-border);border-radius:24px;background:var(--color-surface);box-shadow:var(--shadow)}.termsModal .modalClose,.receiptModal .modalClose{position:absolute;top:14px;right:14px;bottom:auto;background:var(--color-surface-raised);color:var(--color-global-text);border-radius:50%}.termsAgreeButton{width:100%;margin-top:18px}.termsFullLink{display:block;margin-top:13px;color:var(--color-accent-2);font-size:12px;text-align:center;text-decoration:underline}.paymentModal.receiptModal{justify-items:stretch;width:min(560px,calc(100vw - 28px));padding:26px;background:var(--color-surface);text-align:left}.receiptSuccess{display:flex;align-items:center;justify-content:center;gap:9px;margin:7px 40px 18px;color:var(--color-success);font-size:18px;font-weight:800}.receiptSuccess svg{width:28px;height:28px}.digitalReceipt{overflow:hidden;border:1px solid var(--color-border);border-radius:18px;background:#fff;color:#111827}.receiptTitle{display:flex;align-items:center;gap:11px;padding:18px 20px;border-bottom:1px dashed #d7dce4;background:#f7f8fb}.receiptTitle>svg{width:28px;height:28px;color:#6d4df4}.receiptTitle>div{display:grid}.receiptTitle small{color:#6b7280}.digitalReceipt dl{margin:0;padding:7px 20px 14px}.digitalReceipt dl>div{display:grid;grid-template-columns:128px 1fr;gap:10px;padding:10px 0;border-bottom:1px solid #eef0f4}.digitalReceipt dl>div:last-child{border:0}.digitalReceipt dt{color:#6b7280;font-size:12px}.digitalReceipt dd{margin:0;overflow-wrap:anywhere;text-align:right;font-size:13px;font-weight:700}.digitalReceipt .paidStatus{color:#0e9f6e}.telegramJoinPanel{display:grid;grid-template-columns:48px 1fr;gap:11px;align-items:center;margin-top:16px;padding:15px;border:1px solid rgb(34 158 217/30%);border-radius:16px;background:#229ed917}.telegramJoinIcon{display:grid;place-items:center;width:48px;height:48px;border-radius:50%;background:#229ed9;color:#fff}.telegramJoinIcon svg{width:25px}.telegramJoinPanel>div{display:grid}.telegramJoinPanel small{color:var(--color-muted-text);font-size:11px}.telegramJoinButton{grid-column:1/-1;display:flex;align-items:center;justify-content:center;gap:9px;min-height:50px;border-radius:12px;background:#229ed9;color:#fff;font-weight:800}.telegramJoinButton:hover{background:#168bc2}.telegramJoinButton svg{width:21px}.joinedMessage{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:16px;padding:14px;border-radius:13px;background:#43d6a01a;color:var(--color-success);font-weight:700}.receiptModal>small{justify-self:center;margin-top:13px;color:var(--color-muted-text)}@media(max-width:950px){.purchaseDetail{grid-template-columns:minmax(250px,.8fr) minmax(390px,1.2fr);gap:28px}.movieSummary{grid-template-columns:1fr;position:static}.movieSummary .detailPoster{width:min(240px,100%)}.movieSummaryText{padding:0}}@media(max-width:720px){.purchaseDetail{grid-template-columns:1fr}.movieSummary{grid-template-columns:112px 1fr;gap:16px}.movieSummary .detailPoster{width:112px;margin:0;border-radius:15px}.movieSummaryText h1{margin:9px 0 6px;font-size:25px}.movieSummaryText>p{font-size:12px;line-height:1.6;-webkit-line-clamp:3}.detailPrice{margin-top:12px;padding-top:10px}.detailPrice strong{font-size:23px}.purchaseStep{padding:18px}.termsModal{max-height:calc(100dvh - 24px);padding:22px 16px;border-radius:20px}.termsModal .modalClose,.receiptModal .modalClose{top:10px;right:10px;bottom:auto}.paymentModal.receiptModal{align-self:center;max-height:calc(100dvh - 24px);padding:18px 14px;border-radius:20px}.receiptSuccess{font-size:16px}.digitalReceipt dl{padding-right:14px;padding-left:14px}.digitalReceipt dl>div{grid-template-columns:105px 1fr}}@media(max-width:420px){.purchaseDetailPage{width:calc(100% - 20px)}.movieSummary{grid-template-columns:92px 1fr}.movieSummary .detailPoster{width:92px}.movieSummaryText h1{font-size:21px}.movieSummaryText>p{display:none}.purchaseStep{padding:15px;border-radius:17px}.stepHeading h2{font-size:17px}.paymentChoice{grid-template-columns:46px 1fr 24px;padding:11px}.paymentChoice>img{width:46px;height:46px}.telegramIdentity{grid-template-columns:42px 1fr auto}.telegramIdentity>img,.telegramIdentity>span{width:42px;height:42px}.termsItem{grid-template-columns:34px 1fr;padding:12px}.termsItem>span{width:34px;height:34px}.receiptTitle{padding:15px}.digitalReceipt dl>div{grid-template-columns:1fr;gap:2px}.digitalReceipt dd{text-align:left}.telegramJoinPanel{padding:12px}}.stepLogin{justify-items:center;text-align:center}.stepLogin .telegramLogin{width:100%;justify-items:center}.stepLogin .telegramLogin p{justify-content:center;text-align:center}.profilePage{width:min(1120px,calc(100% - 32px));margin:auto;padding:48px 0 90px}.profileHero{position:relative;display:grid;grid-template-columns:1fr auto;gap:18px;align-items:center;padding:28px;border:1px solid var(--color-border);border-radius:24px;background:linear-gradient(135deg,rgb(124 92 255/17%),transparent 56%),var(--color-surface);box-shadow:var(--shadow)}.profileIdentity{display:flex;align-items:center;gap:16px;min-width:0}.profileIdentity>img,.profileIdentity>span{display:grid;place-items:center;flex:0 0 72px;width:72px;height:72px;border:2px solid rgb(255 255 255/15%);border-radius:50%;background:linear-gradient(135deg,var(--color-accent),#4c39c6);object-fit:cover}.profileIdentity>span svg{width:34px}.profileIdentity>div{min-width:0}.profileIdentity small{color:var(--color-accent-2)}.profileIdentity h1{margin:3px 0;font-size:clamp(25px,4vw,36px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profileIdentity p{margin:0;color:var(--color-muted-text)}.profileVerified{display:flex;align-items:center;gap:10px;padding:12px 15px;border:1px solid rgb(34 158 217/25%);border-radius:14px;background:#229ed917;color:#50b8e8}.profileVerified>svg{width:26px}.profileVerified span{display:grid}.profileVerified small{color:var(--color-muted-text)}.profileLogout{grid-column:2;justify-self:end;padding:6px 0;border:0;background:transparent;color:var(--color-muted-text);cursor:pointer;font-size:12px}.profileLogout:hover{color:var(--color-danger)}.profileLogout svg{width:15px;vertical-align:middle}.profileStats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:18px 0}.profileStats article{display:flex;align-items:center;gap:13px;padding:18px;border:1px solid var(--color-border);border-radius:17px;background:var(--color-surface)}.profileStats article>span{display:grid;place-items:center;width:43px;height:43px;border-radius:12px;background:#7c5cff21;color:var(--color-accent)}.profileStats svg{width:20px}.profileStats article>div{display:grid}.profileStats small{color:var(--color-muted-text)}.profileStats strong{font-size:22px}.profileOrders{padding:25px;border:1px solid var(--color-border);border-radius:22px;background:var(--color-surface)}.profileSectionTitle{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:20px}.profileSectionTitle small{color:var(--color-accent);font-weight:700}.profileSectionTitle h2{margin:3px 0 0}.profileSectionTitle>span{color:var(--color-muted-text);font-size:12px}.profileOrderList{display:grid;gap:10px}.profileOrderList article{display:grid;grid-template-columns:50px minmax(0,1fr) auto;gap:13px;align-items:center;padding:15px;border:1px solid var(--color-border);border-radius:15px;background:var(--color-global-bg)}.orderMovieIcon{display:grid;place-items:center;width:50px;height:50px;border-radius:13px;background:var(--color-surface-raised);color:var(--color-accent)}.orderMovieIcon svg{width:22px}.orderMain{min-width:0}.orderMain small,.orderMain time{color:var(--color-muted-text);font-size:10px}.orderMain h3{margin:3px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:15px}.orderAmount{display:grid;justify-items:end;gap:4px}.orderAmount>strong{color:var(--color-accent-2)}.orderStatus{padding:4px 7px;border-radius:7px;background:var(--color-surface-raised);color:var(--color-muted-text);font-size:10px}.status-access_pending,.status-access_granted,.status-paid{background:#43d6a01a;color:var(--color-success)}.status-failed,.status-expired{background:#ff667a1a;color:var(--color-danger)}.orderActions{grid-column:2/-1;display:flex;justify-content:flex-end;gap:9px}.orderActions .secondaryButton{min-height:38px;font-size:11px}.telegramOrderLink,.orderComplete{display:flex;align-items:center;gap:6px;min-height:38px;padding:0 12px;border-radius:10px;font-size:11px;font-weight:700}.telegramOrderLink{background:#229ed9;color:#fff}.telegramOrderLink svg{width:15px}.telegramOrderLink svg:last-child{width:12px}.orderComplete{color:var(--color-success)}.profileEmpty{display:grid;justify-items:center;padding:55px 20px;color:var(--color-muted-text);text-align:center}.profileEmpty>svg{width:48px;height:48px}.profileEmpty h3{margin-bottom:0}.profileEmpty .primaryButton{margin-top:8px}@media(max-width:720px){.profilePage{padding-top:28px}.profileHero{grid-template-columns:1fr;padding:20px}.profileVerified{justify-self:stretch}.profileLogout{grid-column:1;justify-self:start}.profileStats{grid-template-columns:1fr}.profileStats article{padding:14px}.profileOrders{padding:16px}.profileOrderList article{grid-template-columns:44px minmax(0,1fr)}.orderMovieIcon{width:44px;height:44px}.orderAmount{grid-column:2;justify-items:start}.orderActions{grid-column:1/-1;justify-content:stretch}.orderActions>*{flex:1}.profileSectionTitle{align-items:start}}@media(max-width:420px){.profilePage{width:calc(100% - 20px)}.profileIdentity>img,.profileIdentity>span{flex-basis:58px;width:58px;height:58px}.profileIdentity h1{font-size:23px}.profileSectionTitle{display:grid}.profileOrderList article{padding:12px}.orderActions{display:grid}.profileStats strong{font-size:20px}}.profileDates{display:flex;flex-wrap:wrap;gap:5px 13px;margin-top:7px}.profileDates span{color:var(--color-muted-text);font-size:10px}.purchaseDetailPage{padding-top:0}.purchaseDetailPage>.backButton{margin-top:0}.telegramBotRecovery{grid-column:1/-1;color:#50b8e8;font-size:11px;text-align:center}.joinedMessage{flex-wrap:wrap}.joinedMessage a{padding:7px 10px;border-radius:9px;background:#229ed921;color:#50b8e8;font-size:11px}.orderSummary{grid-template-columns:repeat(3,minmax(0,1fr))}.orderSummary article{min-width:0;background:linear-gradient(145deg,rgb(124 92 255/9%),transparent 65%),var(--color-surface)}.orderSummary article>div{min-width:0}.orderSummary small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.orderHistoryPanel{overflow:hidden;padding:0;border-radius:24px}.orderHistoryHeading{align-items:center;margin:0;padding:24px 25px;border-bottom:1px solid var(--color-border);background:linear-gradient(100deg,rgb(124 92 255/10%),transparent)}.orderHistoryHeading h2{margin:3px 0 2px}.orderHistoryHeading p{margin:0;color:var(--color-muted-text);font-size:12px}.orderRefresh{display:flex;align-items:center;gap:7px;min-height:40px;padding:0 12px;border:1px solid var(--color-border);border-radius:11px;background:var(--color-global-bg);color:var(--color-muted-text);cursor:pointer}.orderRefresh:hover{border-color:var(--color-accent);color:var(--color-global-text)}.orderRefresh:disabled{opacity:.6}.orderRefresh svg{width:15px}.orderHistoryPanel>.notice{margin:16px 24px}.orderHistoryPanel>.profileEmpty{min-height:280px}.orderHistoryPanel .profileOrderList{gap:12px;padding:20px}.profileOrderList .orderHistoryCard{display:block;padding:0;overflow:hidden;border-radius:18px;background:linear-gradient(145deg,rgb(255 255 255/3%),transparent),var(--color-global-bg)}.orderCardTop{display:grid;grid-template-columns:52px minmax(0,1fr) auto;gap:14px;align-items:center;padding:17px}.orderCardTop .orderMain small,.orderCardTop .orderMain time{display:flex;align-items:center;gap:5px}.orderCardTop .orderMain small svg,.orderCardTop .orderMain time svg{flex:0 0 12px;width:12px;height:12px}.orderCardTop .orderMain h3{margin:5px 0 6px}.orderCardTop>.orderStatus{align-self:start;white-space:nowrap}.orderCardBottom{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:13px 17px;border-top:1px solid var(--color-border);background:#ffffff05}.orderCardBottom .orderAmount{display:grid;justify-items:start;gap:0}.orderCardBottom .orderAmount small{color:var(--color-muted-text);font-size:9px}.orderCardBottom .orderAmount strong{color:var(--color-accent-2);font-size:20px}.orderCardBottom .orderActions{display:flex;flex-wrap:wrap;justify-content:flex-end;grid-column:auto}.orderCardBottom .orderActions>*{flex:none}.orderCardBottom .secondaryButton,.orderCardBottom .telegramOrderLink{min-height:40px}.orderCardBottom .secondaryButton svg{width:15px}@media(max-width:720px){.profilePage{width:min(100% - 20px,1120px)}.profileHero{border-radius:19px}.profileStats.orderSummary{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.orderSummary article{display:grid;justify-items:center;gap:7px;padding:12px 6px;text-align:center}.orderSummary article>span{width:38px;height:38px}.orderSummary article>div{width:100%}.orderSummary small{font-size:9px}.orderSummary strong{font-size:18px}.orderHistoryPanel{padding:0}.orderHistoryHeading{display:flex;padding:18px}.orderHistoryHeading p{display:none}.orderRefresh{width:42px;min-width:42px;padding:0;font-size:0}.orderRefresh svg{width:17px}.orderHistoryPanel .profileOrderList{padding:12px}.orderCardTop{grid-template-columns:44px minmax(0,1fr);gap:11px;padding:14px}.orderCardTop>.orderStatus{grid-column:2;justify-self:start}.orderCardTop .orderMain h3{font-size:14px}.orderCardBottom{align-items:flex-start;padding:12px 14px}.orderCardBottom .orderActions{display:grid;justify-items:stretch;width:min(210px,70%)}.orderCardBottom .orderActions>*{width:100%;justify-content:center;text-align:center}.orderCardBottom .orderAmount strong{font-size:18px}}@media(max-width:420px){.profilePage{width:calc(100% - 16px)}.profileHero{padding:16px}.profileIdentity{gap:11px}.profileDates{display:grid;gap:2px}.profileStats.orderSummary{margin:10px 0}.orderHistoryHeading{padding:16px 14px}.orderHistoryHeading h2{font-size:20px}.orderHistoryPanel .profileOrderList{padding:9px}.orderCardBottom{display:grid}.orderCardBottom .orderActions{width:100%}}.brandLogo{display:block;object-fit:contain}.brandMark{width:52px;height:52px;border-radius:0;background:transparent;box-shadow:none}.brandMark .brandLogo{width:100%;height:100%;filter:drop-shadow(0 8px 12px rgb(32 167 255/22%))}.footerLogo{width:132px;height:auto;margin-bottom:5px;filter:drop-shadow(0 10px 18px rgb(32 167 255/16%))}.loaderLogo{width:112px;height:112px;animation:brandPulse 1.5s ease-in-out infinite}.authBrandLogo{justify-self:center;width:170px;height:auto;margin:-9px 0 12px}.adminBrandTitle{display:flex;align-items:center;gap:14px}.adminBrandTitle>.brandLogo{width:64px;height:64px;filter:drop-shadow(0 8px 14px rgb(32 167 255/18%))}.receiptLogo{flex:0 0 42px;width:42px;height:42px}.receiptTitle>.receiptLogo{width:42px;height:42px}.pageLoader>.brandLogo{filter:drop-shadow(0 12px 25px rgb(124 92 255/30%))}@keyframes brandPulse{0%,to{transform:scale(.96);opacity:.78}50%{transform:scale(1.04);opacity:1}}@media(max-width:720px){.brandMark{width:46px;height:46px}.footerLogo{width:118px}.adminBrandTitle>.brandLogo{width:52px;height:52px}.adminBrandTitle{align-items:flex-start}.authBrandLogo{width:148px}}@media(max-width:360px){.brandMark{width:42px;height:42px}.brand{gap:7px}.brand>span:last-child{font-size:17px}}.purchasedAccessStep{display:grid}.purchasedAccessPanel{display:grid;grid-template-columns:50px 1fr;gap:13px;align-items:center;margin-bottom:17px;padding:15px;border:1px solid rgb(34 158 217/28%);border-radius:15px;background:#229ed914}.purchasedTelegramIcon{display:grid;place-items:center;width:50px;height:50px;border-radius:50%;background:#229ed9;color:#fff}.purchasedTelegramIcon svg{width:26px}.purchasedAccessPanel>div{display:grid;gap:3px}.purchasedAccessPanel small{color:var(--color-muted-text);font-size:11px}.telegramAccessButton{background:#229ed9;box-shadow:0 9px 28px #229ed940}.telegramAccessButton:hover{background:#168bc2}.telegramAccessButton svg:last-child{width:14px}.orderHistoryPanel .profileOrderList{gap:9px;padding:14px}.orderCardTop{padding:13px 15px}.orderCardBottom{padding:10px 15px}.orderCardBottom .orderActions{flex:0 1 auto}.orderCardBottom .orderActions .secondaryButton{min-height:38px;padding:0 13px;white-space:nowrap}@media(max-width:720px){.orderHistoryPanel .profileOrderList{padding:9px}.orderCardTop{padding:11px 12px}.orderCardBottom{align-items:center;padding:9px 12px}.orderCardBottom .orderActions{display:flex;width:auto;max-width:70%}.orderCardBottom .orderActions>*{width:auto}.orderCardBottom .orderActions .secondaryButton{font-size:10px}}@media(max-width:420px){.orderCardBottom{display:flex}.orderCardBottom .orderActions{width:auto;max-width:72%}.orderCardBottom .orderAmount strong{font-size:17px}}
