:root{--bg: #0b0b0f;--bg-soft: #12131a;--bg-card: rgba(18, 19, 26, .86);--line: #222430;--text: #f5f7ff;--muted: #a7adbe;--accent: #5b8cff;--accent-2: #8b5cff;--success: #89f7c6;--radius: 22px;--radius-sm: 14px;--shadow: 0 10px 40px rgba(0, 0, 0, .35);--max-width: 1240px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:radial-gradient(circle at top left,rgba(91,140,255,.14),transparent 28%),radial-gradient(circle at top right,rgba(139,92,255,.12),transparent 24%),linear-gradient(180deg,#0b0b0f,#0d0f14);color:var(--text);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.page-width{width:min(calc(100% - 40px),1120px);margin:0 auto}.section{padding:14px 0}.section-lg{padding:38px 0}.badge{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border:1px solid rgba(91,140,255,.22);background:#5b8cff14;color:#dce5ff;border-radius:999px;font-size:13px}.btn-row{display:flex;gap:12px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 18px;border-radius:999px;border:1px solid var(--line);color:var(--text);background:#ffffff05;font-weight:700;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease,background .18s ease}.btn:hover{transform:translateY(-2px);border-color:#5b8cff66;box-shadow:0 0 0 6px #5b8cff14}.btn--primary{background:linear-gradient(135deg,var(--accent),var(--accent-2));border:none}.btn--ghost{background:#ffffff08}.card{background:var(--bg-card);border:1px solid rgba(255,255,255,.06);border-radius:var(--radius);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.glow-card{position:relative;overflow:hidden}.glow-card:before{content:"";position:absolute;inset:-25% auto auto -5%;width:220px;height:220px;background:radial-gradient(circle,rgba(91,140,255,.26),transparent 65%);pointer-events:none}.site-header{position:sticky;top:0;z-index:10;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#0b0b0fb8;border-bottom:1px solid rgba(255,255,255,.06)}.site-header__inner,.site-footer__inner{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:88px}.logo{display:inline-flex;align-items:center;gap:14px;font-weight:800;letter-spacing:.04em}.logo-image{width:58px;height:58px;object-fit:contain;filter:drop-shadow(0 0 20px rgba(91,140,255,.45));flex:0 0 auto}.nav-links{display:flex;gap:18px;flex-wrap:wrap;color:var(--muted);font-size:15px}.hero-brand{display:inline-flex;align-items:center;gap:14px;margin-bottom:18px}.hero-brand__logo{width:72px;height:72px;object-fit:contain;filter:drop-shadow(0 0 22px rgba(91,140,255,.45));flex:0 0 auto}.hero-brand__text{font-size:24px;font-weight:800;letter-spacing:.04em}.hero{display:grid;grid-template-columns:1.2fr .8fr;gap:20px;align-items:center}.hero h1{margin:10px 0 12px;font-size:clamp(34px,5.2vw,64px);line-height:.92;letter-spacing:-.04em}.hero p{margin:0 0 18px;max-width:620px;color:var(--muted);font-size:16px;line-height:1.6}.hero-panel{padding:24px;min-height:340px;display:flex;flex-direction:column;justify-content:space-between}.hero-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.stat-box{padding:16px;border-radius:16px;background:#ffffff08;border:1px solid rgba(255,255,255,.06)}.stat-box strong{display:block;font-size:22px;margin-bottom:4px}.muted{color:var(--muted)}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:12px}.section-heading h2{margin:0;font-size:clamp(24px,3.6vw,38px);line-height:1;letter-spacing:-.03em}.section-heading p{margin:6px 0 0;color:var(--muted);max-width:620px;line-height:1.55}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.feature-card,.product-card,.faq-card,.content-card{padding:18px;height:100%}.feature-card h3,.product-card h3,.content-card h3{margin:12px 0 10px}.feature-card p,.product-card p,.content-card p,.faq-answer{color:var(--muted);line-height:1.7}.product-card{display:flex;flex-direction:column;gap:10px;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.product-card:hover{transform:translateY(-3px) scale(1.01);border-color:#5b8cff52;box-shadow:0 0 0 6px #5b8cff0d,var(--shadow)}.price{font-size:22px;font-weight:800;letter-spacing:-.03em}.price-wrap{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.price-compare{color:var(--muted);text-decoration:line-through;font-size:18px;font-weight:600}.price-discount{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;background:#89f7c61f;color:var(--success);border:1px solid rgba(137,247,198,.2);font-size:13px;font-weight:700}.price-block{display:flex;flex-direction:column;gap:8px}.price-block .price-wrap{gap:10px}.product-grid img{aspect-ratio:1 / 1;object-fit:cover;border-radius:18px;margin-bottom:8px}.steps{counter-reset:step;display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.step{position:relative;padding:18px}.step:before{counter-increment:step;content:counter(step,decimal-leading-zero);display:inline-flex;width:52px;height:52px;border-radius:16px;align-items:center;justify-content:center;margin-bottom:12px;font-weight:800;background:#5b8cff1f;border:1px solid rgba(91,140,255,.28)}.faq-item{padding:14px 0;border-bottom:1px solid rgba(255,255,255,.08)}.faq-item:last-child{border-bottom:none}.faq-q{font-weight:700;margin-bottom:8px}.collection-grid,.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.collection-card a,.product-card a.link-cover{display:block}.product-media{background:#ffffff08;border-radius:var(--radius);overflow:hidden}.product-layout,.page-layout{display:grid;grid-template-columns:1fr .88fr;gap:28px}.product-form{display:flex;flex-direction:column;gap:14px;padding:24px}.variant-select,.qty-input,.search-input{width:100%;min-height:48px;border-radius:14px;border:1px solid var(--line);background:#ffffff08;color:var(--text);padding:0 14px}.site-footer{margin-top:32px;border-top:1px solid rgba(255,255,255,.06);background:#ffffff05}.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:18px;padding:20px 0 28px}.footer-grid p,.footer-grid li{color:var(--muted)}.footer-grid ul{list-style:none;padding:0;margin:0;display:grid;gap:10px}.notice-box{padding:18px 20px;border-radius:18px;border:1px solid rgba(255,255,255,.08);background:#ffffff08;color:var(--muted)}.empty-state{padding:24px;text-align:center}@media(max-width:980px){.hero,.product-layout,.page-layout,.footer-grid{grid-template-columns:1fr}.grid-3,.grid-4,.steps,.collection-grid,.product-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.section-lg{padding:30px 0}.grid-3,.grid-4,.steps,.collection-grid,.product-grid,.hero-stats{grid-template-columns:1fr}.site-header__inner{min-height:66px;flex-direction:column;justify-content:center;padding:12px 0}.nav-links{justify-content:center}.hero-panel{min-height:auto;padding:20px}}.site-header__inner{flex-wrap:wrap;padding:14px 0}.header-search{display:flex;align-items:center;gap:10px;margin-left:auto}.header-search__input,.search-form input,.variant-select,.qty-input{width:100%;min-height:48px;padding:0 16px;border-radius:14px;border:1px solid rgba(255,255,255,.08);background:#ffffff0a;color:var(--text)}.header-search__input{min-width:220px}.header-search__button{min-height:48px}.search-card{padding:24px}.search-form{display:flex;gap:12px;align-items:center}.search-form--large input{font-size:16px}.footer-grid,.collection-grid,.product-layout,.page-layout{display:grid;gap:18px}.footer-grid{grid-template-columns:1.3fr .8fr .8fr;padding:32px 0 54px}.collection-grid{grid-template-columns:repeat(3,1fr)}.product-layout{grid-template-columns:1fr 1fr;align-items:start}.page-layout{grid-template-columns:1fr}.product-media,.product-form{padding:24px}.product-form form{display:grid;gap:12px;margin-top:20px}.notice-box,.empty-state{margin-top:18px;padding:16px 18px;border-radius:16px;border:1px solid rgba(91,140,255,.18);background:#5b8cff14}.purchase-info{margin-top:18px;padding:18px}.purchase-info h3{margin-top:0}.purchase-info ol{padding-left:20px;color:var(--muted);line-height:1.8}.faq-item summary{list-style:none;cursor:pointer;font-weight:700;display:flex;align-items:center;justify-content:space-between;gap:16px}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";font-size:24px;line-height:1;color:var(--text)}.faq-item[open] summary:after{content:"\2013"}.faq-answer{padding-top:12px}.site-footer ul{list-style:none;padding:0;margin:0}.site-footer li+li{margin-top:10px}@media(max-width:960px){.hero,.steps,.grid-3,.grid-4,.footer-grid,.collection-grid,.product-layout{grid-template-columns:1fr}.site-header__inner{align-items:stretch}.nav-links{order:3;width:100%}.header-search{order:2;width:100%;margin-left:0}.header-search__input,.search-form input{min-width:0}.search-form{flex-direction:column}}.custom-select{position:relative;width:100%}.custom-select__trigger{width:100%;min-height:48px;padding:0 16px;border-radius:14px;border:1px solid rgba(255,255,255,.08);background:#ffffff0a;color:var(--text);font:inherit;display:flex;align-items:center;justify-content:space-between;gap:16px;cursor:pointer}.custom-select__trigger:focus-visible,.custom-select__option:focus-visible{outline:2px solid rgba(91,140,255,.65);outline-offset:2px}.custom-select__arrow{flex:0 0 auto;font-size:18px;line-height:1;transition:transform .18s ease}.custom-select.is-open .custom-select__arrow{transform:rotate(180deg)}.custom-select__menu{position:absolute;top:calc(100% + 8px);left:0;right:0;z-index:30;display:none;padding:8px;border-radius:16px;border:1px solid rgba(255,255,255,.08);background:#151822;box-shadow:0 18px 36px #0006}.custom-select.is-open .custom-select__menu{display:grid;gap:6px}.custom-select__option{width:100%;padding:12px 14px;border:0;border-radius:12px;background:transparent;color:var(--text);font:inherit;text-align:left;cursor:pointer}.custom-select__option:hover,.custom-select__option.is-selected{background:linear-gradient(135deg,#5b8cff40,#8b5cff40)}.nav-links{gap:14px}.nav-links__highlight{padding:8px 14px;border-radius:999px;border:1px solid rgba(91,140,255,.24);background:#5b8cff14;color:#dce5ff}.nav-links__highlight:hover{border-color:#5b8cff73;box-shadow:0 0 0 6px #5b8cff0d}.doplneni-grid{margin-top:20px}.product-form__form .btn[disabled]{opacity:.65;cursor:not-allowed}.product-card{min-height:100%}.product-card__top{display:flex;flex-direction:column}.product-card__body{flex:1 1 auto;display:flex;align-items:flex-start}.product-card__body p{margin:0;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden}.product-card__footer{margin-top:auto;display:flex;flex-direction:column;gap:14px}.product-card .btn{margin-top:0}.header-actions{display:flex;align-items:center;gap:14px;margin-left:auto}.cart-link{display:inline-flex;align-items:center;gap:10px;min-height:48px;padding:0 16px;border-radius:999px;border:1px solid rgba(255,255,255,.08);background:#ffffff0a;font-weight:700}.cart-link:hover{border-color:#5b8cff66;box-shadow:0 0 0 6px #5b8cff14}.cart-link__icon{width:18px;height:18px;display:inline-flex}.cart-link__icon svg{width:18px;height:18px}.cart-link__count{min-width:24px;height:24px;padding:0 6px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#5b8cff24;border:1px solid rgba(91,140,255,.24);color:#dce5ff;font-size:12px}.cart-page-title{margin:14px 0 20px;font-size:clamp(32px,5vw,52px);line-height:1;letter-spacing:-.04em}.cart-page-card{display:flex;flex-direction:column;gap:22px}.cart-page-intro{margin-top:-6px}.cart-list{display:grid;gap:18px}.cart-item{display:grid;grid-template-columns:140px 1fr;gap:18px;padding:16px;border-radius:16px;border:1px solid rgba(255,255,255,.08);background:#ffffff08}.cart-item__image img{width:100%;aspect-ratio:1 / 1;object-fit:cover;border-radius:16px}.cart-item__content{display:flex;flex-direction:column;gap:14px;justify-content:space-between}.cart-item__content h2{margin:0 0 8px;font-size:22px}.cart-item__meta,.cart-item__actions{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap}.cart-item__actions .qty-input{width:96px}.cart-summary{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px;border-radius:18px;border:1px solid rgba(255,255,255,.08);background:#ffffff08}@media(max-width:980px){.header-actions{width:100%;justify-content:space-between}.header-search{margin-left:0;flex:1 1 auto}}@media(max-width:640px){.header-actions{flex-direction:column;align-items:stretch}.cart-link{justify-content:center}.cart-item{grid-template-columns:1fr}.cart-summary,.cart-item__meta,.cart-item__actions{align-items:stretch;justify-content:flex-start;flex-direction:column}}.hero{margin-top:6px}.btn-row{gap:10px}.btn{min-height:44px;padding:0 16px}.feature-card h3,.product-card h3,.content-card h3{margin:10px 0 8px}.feature-card p,.product-card p,.content-card p,.faq-answer{line-height:1.55}.steps .step h3{margin:4px 0 8px}@media(min-width:981px){.hero{grid-template-columns:1.1fr .9fr}}.discord-cta{display:flex;align-items:center;gap:14px;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease,background .18s ease}.discord-cta:hover{transform:translateY(-2px);border-color:#5b8cff61;box-shadow:0 0 0 6px #5b8cff0f;background:#5b8cff14}.discord-cta__icon{width:46px;height:46px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#5b8cff3d,#8b5cff3d);border:1px solid rgba(91,140,255,.24);color:#f5f7ff;flex:0 0 auto}.discord-cta__icon svg{width:22px;height:22px}.discord-cta__text{display:flex;flex-direction:column;gap:4px}.discord-cta__text strong{display:block;font-size:20px}.product-card h3{min-height:56px}.product-grid{align-items:stretch}.header-actions{display:flex;align-items:center;gap:14px;margin-left:auto;justify-content:flex-end;flex-wrap:wrap}.header-search{order:1}.cart-link{order:2}.header-localization-wrap{order:3;display:flex;align-items:center;gap:10px;margin-left:4px}.header-localization-form{margin:0}.header-picker{position:relative}.header-picker[open]{z-index:40}.header-picker__summary{list-style:none;display:inline-flex;align-items:center;gap:10px;min-height:48px;padding:0 16px;border-radius:999px;border:1px solid rgba(255,255,255,.08);background:#ffffff0a;color:var(--text);cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease,background .18s ease}.header-picker__summary::-webkit-details-marker{display:none}.header-picker__summary:hover{border-color:#5b8cff66;box-shadow:0 0 0 6px #5b8cff14;transform:translateY(-1px)}.header-picker__meta{font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--muted)}.header-picker__value,.header-picker__option-main{display:inline-flex;align-items:center;gap:8px;font-weight:700}.header-picker__icon{color:var(--muted);font-size:14px;transition:transform .18s ease}.header-picker[open] .header-picker__icon{transform:rotate(180deg)}.header-picker__emoji{font-size:16px;line-height:1}.header-picker__flag{width:20px;height:15px;border-radius:4px;object-fit:cover;box-shadow:0 0 0 1px #ffffff14;flex:0 0 auto}.header-picker__menu{position:absolute;top:calc(100% + 8px);right:0;min-width:240px;max-height:360px;overflow-y:auto;padding:8px;border-radius:18px;border:1px solid rgba(255,255,255,.08);background:#151822;box-shadow:0 18px 36px #0006}.header-picker__menu--country{min-width:310px}.header-picker__option{width:100%;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px 14px;border:0;border-radius:12px;background:transparent;color:var(--text);font:inherit;text-align:left;cursor:pointer}.header-picker__option:hover,.header-picker__option.is-active{background:linear-gradient(135deg,#5b8cff40,#8b5cff40)}.header-picker__check{color:#dce5ff;font-weight:800}@media(max-width:980px){.header-actions{width:100%;justify-content:space-between}.header-search{order:3;width:100%;margin-left:0}.header-localization-wrap{order:2;margin-left:auto;flex-wrap:wrap;justify-content:flex-end}}@media(max-width:640px){.header-actions{flex-direction:column;align-items:stretch}.cart-link{justify-content:center}.header-localization-wrap{width:100%;margin-left:0;justify-content:stretch;flex-direction:column}.header-localization-form,.header-picker,.header-picker__summary,.header-picker__menu{width:100%}.header-picker__menu{right:auto;left:0;min-width:0}}@media(max-width:640px){.logo{gap:10px}.logo-image{width:38px;height:38px}}@media(max-width:749px){.site-header__inner{min-height:84px}.logo-image{width:52px;height:52px}.hero-brand__logo{width:60px;height:60px}.hero-brand__text{font-size:20px}}
/*# sourceMappingURL=/cdn/shop/t/33/assets/base.css.map */
