:root{--bg: #0d0b16;--bg-soft: #151325;--panel: rgba(22, 18, 36, .82);--panel-strong: #1a1630;--text: #f2f4ff;--muted: #b7bdd6;--line: rgba(255,255,255,.08);--primary: #6d5ef5;--primary-strong: #8174ff;--accent: #8cf2d1;--shadow: 0 30px 80px rgba(24, 16, 43, .45)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,sans-serif;background:radial-gradient(circle at top,rgba(109,94,245,.24),transparent 24%),var(--bg);color:var(--text)}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,textarea{font:inherit}.container{width:min(1180px,calc(100% - 32px));margin:0 auto}.site-header{position:sticky;top:0;z-index:20;background:#0d0b16b3;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--line)}.header-inner{display:flex;align-items:center;justify-content:space-between;min-height:72px;gap:20px}.brand{display:inline-flex;align-items:center;gap:12px;font-weight:700;letter-spacing:-.04em}.brand-mark{display:grid;place-items:center;width:28px;height:28px;border-radius:9px;background:linear-gradient(135deg,var(--primary),var(--accent));color:#fff;font-size:.9rem;overflow:hidden;flex:0 0 auto}.brand-mark img{display:block;width:100%;height:100%;object-fit:cover}.main-nav,.header-actions,.footer-links{display:flex;align-items:center;gap:22px}.main-nav a,.header-link,.footer-links a{color:var(--muted);transition:color .2s ease}.main-nav a:hover,.header-link:hover,.footer-links a:hover{color:var(--text)}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 20px;border-radius:12px;border:1px solid transparent;font-weight:600;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease;cursor:pointer}.btn:hover{transform:translateY(-1px)}.btn--primary{background:linear-gradient(135deg,var(--primary),var(--primary-strong));color:#fff;box-shadow:0 18px 35px #6d5ef559}.btn--secondary{border-color:#ffffff1f;background:#ffffff05;color:var(--text)}.btn--ghost{border-color:#6d5ef573;background:#6d5ef51a;color:var(--text)}.btn--small{min-height:38px;padding:0 16px}.hero{padding:80px 0 40px}.hero__grid{display:grid;grid-template-columns:1.1fr .9fr;gap:52px;align-items:center}.eyebrow{margin:0 0 18px;color:var(--accent);text-transform:uppercase;letter-spacing:.12em;font-size:.72rem;font-weight:700}.eyebrow--soft{color:#a9c8ff}.hero h1,.section-heading h2,.custom-request h2,.product-page h1,.account-downloads h1{margin:0 0 20px;letter-spacing:-.06em;line-height:1.04}.hero h1{font-size:clamp(3rem,6vw,5rem);max-width:620px}.hero__text{max-width:560px;color:var(--muted);font-size:1.06rem;line-height:1.7}.hero__actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:28px}.hero__stats{list-style:none;display:flex;gap:30px;margin:34px 0 0;padding:0;color:var(--muted)}.hero__stats li{display:grid}.hero__stats strong{color:var(--text);font-size:1.3rem}.hero__visual{position:relative;min-height:520px;display:grid;place-items:center}.bot-card{background:linear-gradient(180deg,#ffffff0f,#ffffff05);border:1px solid var(--line);border-radius:28px;box-shadow:var(--shadow)}.bot-card--large{width:min(100%,430px);padding:32px 30px;position:relative;z-index:2}.bot-card__badge{display:inline-flex;padding:8px 12px;border-radius:999px;background:#8cf2d126;color:var(--accent);font-size:.76rem;font-weight:700;text-transform:uppercase}.bot-card h3{margin:20px 0 12px;font-size:2rem}.bot-card p{margin:0;color:var(--muted);line-height:1.7}.bot-card__meta{display:flex;justify-content:space-between;align-items:center;margin-top:22px;color:#ffd669;font-size:1.1rem}.mini-bot{position:absolute;display:grid;place-items:center;background:#ffffff0d;border:1px solid var(--line);border-radius:18px;color:var(--text);font-weight:700;box-shadow:var(--shadow)}.mini-bot--one{width:90px;height:90px;left:30px;top:40px}.mini-bot--two{width:110px;height:110px;right:20px;top:80px}.mini-bot--three{width:90px;height:90px;left:50px;bottom:30px}.featured-products,.custom-request,.account-downloads{padding:40px 0 80px}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:28px}.section-heading h2{font-size:clamp(2.1rem,4vw,3rem)}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px}.product-card{background:#ffffff05;border:1px solid var(--line);border-radius:24px;overflow:hidden;transition:transform .2s ease,border-color .2s ease}.product-card:hover{transform:translateY(-4px);border-color:#6d5ef580}.product-card__media{position:relative;aspect-ratio:1.2;overflow:hidden;background:linear-gradient(135deg,#6d5ef540,#8cf2d11a)}.product-card__media img{width:100%;height:100%;object-fit:cover}.product-card__placeholder{width:100%;height:100%;display:grid;place-items:center;font-size:2.5rem;font-weight:800;letter-spacing:.2em;color:#fffc}.product-card__placeholder--large{min-height:420px;border-radius:24px}.product-card__info{padding:22px 20px 24px}.product-card__topline{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:12px}.product-chip{display:inline-block;padding:7px 10px;background:#6d5ef51f;border:1px solid rgba(109,94,245,.2);color:#dfe2ff;border-radius:999px;font-size:.72rem;font-weight:700}.product-rating{color:#ffc857;font-size:.76rem}.product-card h3{margin:0 0 10px;font-size:1.5rem}.product-card p{margin:0;color:var(--muted);line-height:1.7}.product-card__footer{display:flex;justify-content:space-between;align-items:center;gap:14px;margin-top:18px}.product-card__actions{display:flex;align-items:center;gap:8px}.product-card__form{margin:0}.product-card__form button[disabled],.product-card__actions button[disabled]{cursor:not-allowed;opacity:.55}.custom-request__wrap{display:grid;grid-template-columns:.9fr 1.1fr;gap:28px;background:linear-gradient(180deg,#ffffff0a,#ffffff05);border:1px solid var(--line);border-radius:28px;padding:clamp(22px,4vw,36px)}.custom-request__text p:last-child{color:var(--muted);line-height:1.8}.request-form{width:100%}.request-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.request-grid label{display:grid;gap:8px;color:var(--muted);font-weight:500}.request-grid__full{grid-column:1 / -1}.request-grid input,.request-grid textarea{width:100%;max-width:100%;border:1px solid var(--line);border-radius:12px;background:#08080e61;color:var(--text);padding:14px 16px}.request-grid textarea{min-height:130px;resize:vertical}.request-note{margin-top:18px;padding:14px 16px;border-radius:12px;background:#6d5ef514;border:1px solid rgba(109,94,245,.18);color:var(--muted);line-height:1.6}.request-note strong{color:var(--text)}.request-form .btn{margin-top:18px}.request-status{margin-bottom:18px;padding:14px 16px;border-radius:12px;line-height:1.6}.request-status--success{border:1px solid rgba(140,242,209,.28);background:#8cf2d117}.request-status--error{border:1px solid rgba(255,156,156,.28);background:#ff9c9c17}.product-page{padding:54px 0 30px}.product-page__grid{display:grid;grid-template-columns:1fr 1fr;gap:44px;align-items:center}.product-page__gallery img{border-radius:28px;border:1px solid var(--line);background:#ffffff05}.product-page__details h1{font-size:clamp(2.4rem,5vw,4rem)}.product-page__price{margin:18px 0;font-size:clamp(1.8rem,3vw,2.5rem);font-weight:700}.product-page__description{color:var(--muted);line-height:1.8}.product-form{margin-top:24px;display:grid;gap:14px;max-width:360px}.product-form__field{display:grid;gap:8px;color:var(--muted);font-size:.92rem}.product-form__field select{width:100%;border:1px solid var(--line);border-radius:14px;background:#ffffff0d;color:var(--text);padding:13px 14px;font:inherit}.product-form__field select option{color:#120f1f}.product-form button[disabled]{cursor:not-allowed;opacity:.55}.product-page__features{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-top:24px}.product-page__features strong{display:block;margin-bottom:12px}.product-page__features ul{margin:0;padding-left:18px;color:var(--muted);line-height:1.9}.product-showcase{padding:44px 0 24px}.screenshot-carousel{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(520px,78%);gap:20px;overflow-x:auto;padding:4px 2px 18px;scroll-snap-type:x mandatory;scrollbar-color:rgba(255,255,255,.24) transparent}.screenshot-card{scroll-snap-align:start;margin:0;overflow:hidden;border:1px solid var(--line);border-radius:24px;background:#ffffff05;box-shadow:var(--shadow)}.screenshot-card__button{display:block;width:100%;padding:0;border:0;background:transparent;color:inherit;cursor:zoom-in}.screenshot-card img,.screenshot-card .product-card__placeholder{width:100%;aspect-ratio:16 / 9;object-fit:cover;background:linear-gradient(135deg,#6d5ef540,#8cf2d11a)}.screenshot-card figcaption{padding:14px 18px 16px;color:var(--muted);line-height:1.5}.screenshot-card--empty .product-card__placeholder{min-height:320px}.screenshot-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;display:none;z-index:70;padding:24px}.screenshot-lightbox.is-open{display:grid;place-items:center}.screenshot-lightbox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#020207d6;cursor:zoom-out}.screenshot-lightbox__dialog{position:relative;z-index:1;width:min(1180px,100%);max-height:calc(100vh - 48px);border:1px solid var(--line);border-radius:24px;overflow:hidden;background:#090b14;box-shadow:var(--shadow)}.screenshot-lightbox__dialog img{width:100%;max-height:calc(100vh - 48px);object-fit:contain;background:#090b14}.screenshot-lightbox__close{position:absolute;top:12px;right:12px;z-index:2;width:42px;height:42px;border-radius:50%;border:0;background:#ffffff1f;color:var(--text);font-size:2rem;line-height:1;cursor:pointer}.collection-page{padding:52px 0 80px}.account-downloads__wrap{background:#ffffff05;border:1px solid var(--line);border-radius:28px;padding:28px 26px}.download-list{display:grid;gap:16px}.download-item,.empty-state{display:flex;align-items:center;justify-content:space-between;gap:16px;background:#ffffff05;border:1px solid var(--line);border-radius:18px;padding:18px 20px}.download-item h3{margin:0 0 8px}.download-item p,.empty-state p{margin:0;color:var(--muted)}.reviews-section{padding:40px 0 80px}.review-form-panel{background:#ffffff05;border:1px solid var(--line);border-radius:24px;padding:22px 20px 18px;margin-bottom:30px}.review-form-panel--locked{display:flex;align-items:center;justify-content:center;min-height:120px;text-align:center}.review-form-panel--locked p{margin:0;color:var(--muted);font-size:1.05rem}.review-form-panel--locked a{color:var(--accent)}.review-form{display:grid;gap:18px}.review-form__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.review-form__grid>*{min-width:0}.review-form label{display:grid;gap:8px;color:var(--muted);font-weight:500;min-width:0}.review-form input,.review-form textarea{width:100%;max-width:100%;border:1px solid var(--line);border-radius:12px;background:#08080e61;color:var(--text);padding:14px 16px}.review-form textarea{min-height:130px;resize:vertical}.review-form__rating{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}.stars{display:inline-flex;gap:4px}.stars input{display:none}.stars span{display:inline-block;font-size:1.7rem;cursor:pointer;color:#ffffff47;transition:color .15s ease}.stars label.is-active span,.stars label.is-preview span{color:#ffc857}.reviews-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.reviews-grid--large{grid-template-columns:repeat(2,minmax(0,1fr))}.review-card{background:#ffffff05;border:1px solid var(--line);border-radius:22px;padding:22px 20px}.review-card__stars{color:#ffc857;letter-spacing:.12em;margin-bottom:14px}.review-card p{margin:0;color:var(--muted);line-height:1.8}.review-card__author{margin-top:18px;display:flex;flex-direction:column;gap:4px}.review-card__author strong{font-size:1rem}.review-card__author span{color:var(--muted);font-size:.85rem}.reviews-page{padding:56px 0 80px}.setup-guide{padding:56px 0 86px}.setup-guide__header{max-width:780px;margin-bottom:30px}.setup-guide__header h1{margin:0 0 18px;font-size:clamp(2.4rem,5vw,4.2rem);letter-spacing:-.06em;line-height:1.04}.setup-guide__intro,.setup-guide__page-content,.setup-step__text,.setup-note{color:var(--muted);line-height:1.8}.setup-guide__intro p,.setup-guide__page-content p,.setup-step__text p,.setup-note p{margin:0 0 14px}.setup-guide__page-content,.setup-note{background:#ffffff05;border:1px solid var(--line);border-radius:22px;padding:22px 20px}.setup-guide__blocks{display:grid;gap:22px}.setup-step{display:grid;grid-template-columns:auto minmax(0,1fr) minmax(280px,.8fr);gap:20px;align-items:start;background:#ffffff05;border:1px solid var(--line);border-radius:24px;padding:22px}.setup-step__number{display:grid;place-items:center;width:42px;height:42px;border-radius:14px;background:linear-gradient(135deg,var(--primary),var(--accent));color:#fff;font-weight:800}.setup-step h2,.setup-note h2{margin:0 0 12px;color:var(--text);font-size:1.45rem}.setup-step__image,.setup-image{overflow:hidden;border:1px solid var(--line);border-radius:18px;background:#ffffff05}.setup-step__image img,.setup-image img{width:100%;object-fit:cover}.setup-image__button{display:block;width:100%;padding:0;border:0;background:transparent;color:inherit;cursor:zoom-in}.setup-image{margin:0}.setup-image figcaption{padding:12px 14px 14px;color:var(--muted);line-height:1.5}.cart-page{padding:52px 0 80px}.cart-form{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(260px,.6fr);gap:28px;align-items:start}.cart-items{display:grid;gap:18px}.cart-item{display:grid;grid-template-columns:140px 1fr auto;gap:20px;align-items:center;background:#ffffff05;border:1px solid var(--line);border-radius:22px;padding:18px}.cart-item__media{width:140px;height:120px;overflow:hidden;border-radius:14px;background:linear-gradient(135deg,#6d5ef533,#8cf2d114)}.cart-item__media img{width:100%;height:100%;object-fit:cover}.cart-item__info h3{margin:0 0 8px;font-size:1.45rem}.cart-item__info p{margin:0;color:var(--muted)}.cart-item__controls{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:16px}.cart-item__controls label{display:inline-flex;align-items:center;gap:10px;color:var(--muted)}.cart-item__controls input{width:72px;background:#08080e61;border:1px solid var(--line);border-radius:10px;color:var(--text);padding:8px 10px}.cart-item__controls a{color:#ff9c9c}.cart-item__price{font-size:1.4rem;font-weight:700}.cart-summary{position:sticky;top:96px;background:#ffffff05;border:1px solid var(--line);border-radius:22px;padding:22px}.cart-summary h3{margin:0 0 18px;font-size:1.5rem}.summary-row{display:flex;justify-content:space-between;align-items:center;color:var(--muted);margin-bottom:18px}.summary-row strong{color:var(--text)}.cart-summary .btn{width:100%;margin-top:10px}.empty-cart{background:#ffffff05;border:1px solid var(--line);border-radius:24px;padding:36px 22px;text-align:center}.empty-cart p{margin:0 0 18px;color:var(--muted);font-size:1.1rem}.site-footer{border-top:1px solid var(--line);padding:28px 0 42px;background:#07070cb3}.footer-inner{display:flex;justify-content:space-between;align-items:center;gap:20px}.site-footer p{margin:16px 0 0;max-width:420px;color:var(--muted);line-height:1.8}@media screen and (max-width:920px){.hero__grid,.product-page__grid,.custom-request__wrap,.cart-form{grid-template-columns:1fr}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.header-inner{flex-wrap:wrap}.main-nav{order:3;width:100%;overflow-x:auto;padding:4px 0 8px;gap:18px;scrollbar-width:none}.main-nav::-webkit-scrollbar{display:none}.main-nav a{flex:0 0 auto;white-space:nowrap}.cart-summary{position:static}}@media screen and (max-width:640px){.container{width:min(100% - 24px,1180px)}.site-header{position:sticky}.header-inner{min-height:auto;padding:10px 0 8px;gap:12px;flex-direction:row;flex-wrap:wrap;align-items:center}.brand{width:auto;flex:1 1 auto;min-width:0}.brand>span:last-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.header-actions{width:auto;flex:0 0 auto;display:flex;flex-wrap:nowrap;align-items:center;gap:8px}.header-actions .btn{min-height:38px;padding:0 12px}.header-link{min-height:38px;display:inline-flex;align-items:center;white-space:nowrap}.main-nav{order:4;margin:0 -12px;width:calc(100% + 24px);padding:4px 12px 8px;gap:16px}.hero{padding-top:52px}.hero__stats{flex-wrap:wrap;gap:18px}.section-heading{display:block;margin-bottom:22px}.section-heading h2{font-size:2rem;line-height:1.08}.product-grid,.request-grid,.product-page__features,.review-form__grid,.reviews-grid,.reviews-grid--large{grid-template-columns:1fr}.footer-inner,.download-item{flex-direction:column;align-items:flex-start}.product-showcase{padding:34px 0 18px}.screenshot-carousel{grid-auto-columns:minmax(280px,88%);gap:14px}.screenshot-card{border-radius:20px}.screenshot-card figcaption{padding:12px 14px 14px}.screenshot-lightbox{padding:12px}.screenshot-lightbox__dialog{max-height:calc(100vh - 24px);border-radius:18px}.screenshot-lightbox__dialog img{max-height:calc(100vh - 24px)}.reviews-section{padding:34px 0 56px}.review-form-panel{padding:20px 18px;border-radius:20px}.review-form-panel--locked{min-height:96px}.review-card{padding:20px 18px}.review-card p{line-height:1.65}.setup-guide{padding:38px 0 58px}.setup-step{grid-template-columns:1fr;gap:16px;padding:18px;border-radius:20px}.setup-step__number{width:38px;height:38px;border-radius:13px}.setup-guide__page-content,.setup-note{padding:18px;border-radius:20px}.cart-page{padding:38px 0 56px}.cart-form{gap:18px}.cart-item{grid-template-columns:86px minmax(0,1fr);gap:14px;padding:14px;border-radius:20px}.cart-item__media{width:86px;height:86px;border-radius:14px}.cart-item__info h3{font-size:1.1rem}.cart-item__controls{align-items:flex-start;flex-direction:column;gap:8px;margin-top:10px}.cart-item__price{grid-column:1 / -1;justify-self:end;font-size:1.2rem}.cart-summary{width:100%;padding:18px;border-radius:20px}.cart-summary h3{font-size:1.3rem}.site-footer{padding:24px 0 34px}.footer-inner{gap:22px}.footer-inner>div:first-child{width:100%}.site-footer p{margin-top:14px;max-width:none;line-height:1.65}.footer-links{width:100%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px 18px;align-items:start}.footer-links a{overflow-wrap:anywhere;line-height:1.25}}@media screen and (max-width:380px){.cart-item{grid-template-columns:72px minmax(0,1fr)}.cart-item__media{width:72px;height:72px}}
/*# sourceMappingURL=/cdn/shop/t/11/assets/theme.css.map */
