.commerce-page{min-height:100svh;background:var(--canvas)}.commerce-status{display:flex;height:36px;min-height:36px;align-items:center;justify-content:center;border-bottom:1px solid var(--line);background:var(--canvas);color:var(--ink);padding:0 24px;font-size:13px;letter-spacing:.2px;line-height:1.2;text-align:center}.shop-hero-shell{min-height:calc(100svh - 112px);overflow-x:clip;overflow-y:visible}.commerce-header-shell,.shop-hero-shell{background:var(--ink);color:var(--dark-text)}.commerce-header{position:relative;z-index:var(--z-header);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;min-height:76px;border-bottom:1px solid var(--dark-line)}.commerce-brand{display:inline-flex;align-items:center;gap:16px;justify-self:start}.commerce-brand>img{display:block;width:48px;height:32px;flex:0 0 48px;border-radius:0;filter:brightness(0) invert(1);object-fit:contain}.commerce-brand>span{display:flex;align-items:baseline;gap:8px}.commerce-brand strong{font-size:18px;font-weight:500;letter-spacing:-.03em}.commerce-brand small{color:rgb(245 247 250/70%);font-size:10px;font-weight:400;letter-spacing:.11em;text-transform:uppercase}.commerce-nav{display:flex;align-items:center;gap:28px;color:var(--dark-muted);font-size:13px;font-weight:600}.commerce-nav a,.commerce-nav span{position:relative;padding-block:28px}.commerce-nav .is-active{color:#fff}.commerce-nav .is-active:after{position:absolute;right:0;bottom:-1px;left:0;height:2px;background:var(--action);content:""}.commerce-nav span[aria-disabled=true]{opacity:.48}.commerce-header-link{display:inline-flex;align-items:center;justify-self:end;border:1px solid #3a4350;border-radius:10px;padding:10px 14px;color:var(--dark-text);font-size:12px;font-weight:700;transition:border-color .16s ease,background .16s ease}.commerce-header-link:hover{border-color:#596678;background:#171c24}.shop-hero{min-height:calc(100svh - 118px);padding-block:64px 72px}.shop-device-field{max-width:480px;margin-top:32px}.shop-guide{display:grid;grid-template-areas:"stage primary" "stage secondary";grid-template-columns:minmax(380px,5fr) minmax(470px,7fr);column-gap:clamp(52px,6vw,96px);row-gap:0;align-items:start;width:100%}.shop-guide-primary{grid-area:primary;min-width:0}.shop-guide-secondary{grid-area:secondary;min-width:0}.shop-guide-primary h1{max-width:720px;margin:0;font-size:clamp(48px,5.2vw,72px);font-weight:700;letter-spacing:-.052em;line-height:.98;text-wrap:balance}.shop-guide-intro{max-width:640px;margin:24px 0 0;color:var(--dark-muted);font-size:16px;line-height:1.65}.shop-guide-progress{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));max-width:640px;margin:34px 0 0;border-block:1px solid var(--dark-line);padding:0;list-style:none}.shop-guide-progress li{position:relative;padding:14px 12px 14px 0;color:#738094;font-size:10px;font-weight:750;letter-spacing:.09em;text-transform:uppercase}.shop-guide-progress li+li{padding-left:18px}.shop-guide-progress li+li:before{content:none}.shop-guide-progress li.is-current{color:var(--dark-text)}.shop-guide-progress li.is-complete{color:#b7c4d7}.shop-guide-progress-number{margin-right:7px;color:#79a3ff;font-variant-numeric:tabular-nums}.shop-guide-step{min-width:0;max-width:640px;margin:28px 0 0}.shop-guide-step-heading{display:flex;width:100%;align-items:center;gap:12px;margin:0;color:var(--dark-text)}.shop-guide-step-heading>span:first-child{display:none;width:28px;height:28px;flex:0 0 28px;place-items:center;border:1px solid #465266;border-radius:50%;color:#9fbcff;font-size:9px;font-weight:800}.shop-guide-step-heading div,.shop-guide-step-heading>span:last-child{display:flex;min-width:0;align-items:baseline;gap:9px}.shop-guide-step-heading strong{font-size:13px;font-weight:760}.shop-guide-step-heading small{color:var(--dark-muted);font-size:10px;font-weight:550}.shop-guide .shop-device-field{max-width:none;margin-top:14px}.shop-guide-data-state{display:flex;min-height:76px;align-items:flex-start;justify-content:center;flex-direction:column;gap:5px;margin-top:14px;border:1px solid #343e4d;border-radius:11px;background:#171c24;color:var(--dark-text);padding:14px 16px}.shop-guide-data-state strong{font-size:13px}.shop-guide-data-state small{color:var(--dark-muted);font-size:10px;line-height:1.45}.shop-guide-data-state.is-error{border-color:#76505a}.shop-guide-data-state button{display:inline-flex;min-height:44px;align-items:center;border:1px solid #68768b;border-radius:9px;background:transparent;color:#fff;margin-top:5px;padding:8px 13px;font-size:11px;font-weight:750}.shop-guide-intents{border:0;padding:0}.shop-guide-option-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:14px}.shop-guide-option{display:grid;grid-template-columns:26px minmax(0,1fr);gap:10px;min-width:0;min-height:112px;align-content:start;border:1px solid #343e4d;border-radius:12px;background:#171c24;color:var(--dark-text);padding:14px;text-align:left;transition:border-color .16s ease,background .16s ease,transform .16s ease}.shop-guide-option:hover:not(:disabled){border-color:#66758b;transform:translateY(-2px)}.shop-guide-option.is-active{border:2px solid #80a8ff;background:linear-gradient(145deg,#1d2b42,#18202d);padding:13px}.shop-guide-option.is-active .shop-guide-option-index{border-color:#a9c4ff;background:#80a8ff;color:#101722;font-size:12px}.shop-guide-option-index{display:grid;width:26px;height:26px;place-items:center;border:1px solid #465266;border-radius:50%;color:#9fbcff;font-size:8px;font-weight:800}.shop-guide-option-copy,.shop-guide-option-meta{display:flex;min-width:0;flex-direction:column}.shop-guide-option-copy strong{overflow-wrap:anywhere;font-size:14px;font-weight:720}.shop-guide-option-copy small,.shop-guide-option-meta small{margin-top:4px;color:var(--dark-muted);font-size:11px;line-height:1.35}.shop-guide-option-meta{grid-column:1/-1;margin-top:2px;border-top:1px solid var(--dark-line);padding-top:9px;color:#c8d5ec;font-size:11px;font-variant-numeric:tabular-nums;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.shop-guide-intents:disabled .shop-guide-option{cursor:not-allowed;opacity:.34}.shop-guide-disabled-note{margin:12px 0 0;color:#8591a2;font-size:11px}.shop-color-picker{margin-top:14px}.shop-color-picker-label{display:block;margin-bottom:8px;color:#aab6c8;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.shop-color-picker>div{display:flex;flex-wrap:wrap;gap:10px}.shop-color-swatch{width:30px;height:30px;padding:0;border:2px solid rgb(245 247 250/22%);border-radius:50%;cursor:pointer;transition:transform .15s ease,border-color .15s ease}.shop-color-swatch:hover{transform:scale(1.1)}.shop-color-swatch.is-active{border-color:#79a8ff;box-shadow:0 0 0 2px rgb(12 16 24),0 0 0 4px rgb(121 168 255/45%)}.shop-kind-picker{margin-top:14px}.shop-kind-picker>span{display:block;margin-bottom:8px;color:#aab6c8;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.shop-kind-picker>div{display:flex;flex-wrap:wrap;gap:8px}.shop-kind-chip{display:inline-flex;align-items:center;gap:7px;min-height:36px;padding:6px 13px;border:1px solid #323b4a;border-radius:999px;background:rgb(20 25 34/80%);color:#cfd8e6;font:inherit;font-size:12.5px;cursor:pointer;transition:border-color .15s ease,color .15s ease}.shop-kind-chip i{width:12px;height:12px;border:1px solid rgb(245 247 250/25%);border-radius:50%}.shop-kind-chip:hover{border-color:#55627a}.shop-kind-chip.is-active{border-color:#79a8ff;color:#fff}.shop-guide-add-set{display:inline-flex;align-items:center;justify-content:center;min-height:44px;margin-top:10px;padding:10px 16px;border:1px solid #3c4a61;border-radius:12px;background:transparent;color:#cfd8e6;font:inherit;font-size:13px;font-weight:650;cursor:pointer;transition:border-color .15s ease,color .15s ease}.shop-guide-add-set:hover{border-color:#79a8ff;color:#fff}.shop-guide-clear-layers{display:inline-flex;min-height:44px;align-items:center;margin-top:12px;border:0;border-bottom:1px solid #62718a;background:transparent;color:#b7c4d7;padding:0;font-size:10px;font-weight:700}.shop-guide-clear-layers:hover{border-color:#fff;color:#fff}.shop-guide-result{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:20px;align-items:end;max-width:640px;margin-top:30px;border-top:1px solid var(--dark-line);padding-top:22px}.shop-guide-result>div{display:flex;min-width:0;flex-direction:column}.shop-guide-result p{margin:0 0 8px;color:#8fa4c2;font-size:9px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.shop-guide-result p span{margin-right:7px;color:#79a3ff}.shop-guide-result strong{color:var(--dark-text);font-size:17px;letter-spacing:-.02em}.shop-guide-result small{margin-top:6px;color:var(--dark-muted);font-size:11px;font-variant-numeric:tabular-nums}.shop-guide-result>button{display:inline-flex;min-height:48px;align-items:center;justify-content:space-between;gap:18px;border:0;border-radius:10px;background:var(--action);color:#fff;padding:15px 24px;font-size:11px;font-weight:760;transition:background .16s ease,transform .16s ease}.shop-guide-result>button:hover:not(:disabled){background:var(--action-dark);transform:translateY(-1px)}.shop-guide-result>button:disabled{cursor:not-allowed;opacity:1;background:#2b3441;color:#a8b4c6}.shop-applied-guide button:focus-visible,.shop-guide-data-state button:focus-visible,.shop-guide-option:focus-visible,.shop-guide-result>button:focus-visible{outline:2px solid #fff;outline-offset:3px;box-shadow:0 0 0 5px var(--focus-ring)}.shop-guide-stage{position:sticky;top:24px;align-self:start;grid-area:stage;min-width:0;aspect-ratio:4/5;min-height:460px;max-height:calc(100svh - 48px);overflow:hidden;border:1px solid #313946;border-radius:18px;background:var(--ink)}.protection-model-stage,.shop-guide-stage-images{position:absolute;inset:0}.protection-model-stage{z-index:1;overflow:hidden;background:radial-gradient(circle at 70% 22%,rgb(76 116 190/18%),transparent 36%),radial-gradient(circle at 24% 74%,rgb(111 82 170/13%),transparent 34%),linear-gradient(155deg,#10151f,#090d14 48%,#080b11)}.protection-model-stage:before{position:absolute;right:-12%;bottom:8%;left:-12%;height:28%;background:radial-gradient(ellipse at center,rgb(77 106 158/18%),transparent 65%);content:"";filter:blur(18px);pointer-events:none}.protection-model-fallback,.protection-model-stage-canvas,.protection-model-stage-canvas canvas{position:absolute;inset:0;width:100%;height:100%}.protection-model-stage-canvas{z-index:1;opacity:1;transition:opacity .26s ease}.protection-model-stage-canvas canvas{display:block;touch-action:pan-y}.protection-model-stage.is-loading .protection-model-stage-canvas{opacity:.36}.protection-model-stage.is-error .protection-model-stage-canvas{opacity:0}.protection-model-fallback{z-index:0;opacity:.42}.protection-model-fallback img{object-fit:cover;object-position:50% 58%;filter:saturate(.72) contrast(1.05)}.protection-model-status{position:absolute;z-index:5;top:50%;left:50%;max-width:260px;color:rgb(245 247 250/76%);font-size:10px;font-weight:700;line-height:1.45;text-align:center;transform:translate(-50%,-50%);pointer-events:none}.protection-model-status span{display:inline-flex;align-items:center;justify-content:center;gap:9px;border:1px solid rgb(245 247 250/16%);border-radius:999px;background:rgb(8 11 17/74%);padding:9px 13px;backdrop-filter:blur(12px)}.protection-model-status i{width:10px;height:10px;border:1px solid rgb(255 255 255/30%);border-top-color:#9fbcff;border-radius:50%;animation:protection-stage-spin .7s linear infinite}@keyframes protection-stage-spin{to{transform:rotate(1turn)}}.protection-model-controls{position:absolute;z-index:4;top:68px;right:20px;left:20px;display:flex;align-items:center;justify-content:space-between;gap:10px;pointer-events:none}.protection-model-controls>div{display:flex}.protection-model-controls button{min-height:44px;border:1px solid rgb(245 247 250/18%);background:rgb(8 11 17/64%);color:rgb(245 247 250/70%);padding:10px 13px;font-size:11px;font-weight:760;letter-spacing:.04em;pointer-events:auto;backdrop-filter:blur(14px)}.protection-model-controls>div button:first-child{border-radius:9px 0 0 9px}.protection-model-controls>div button:last-child{margin-left:-1px;border-radius:0 9px 9px 0}.protection-model-controls>button{border-radius:9px}.protection-model-controls button.is-active{border-color:rgb(159 188 255/70%);background:rgb(53 79 123/72%);color:#fff}.protection-model-controls button:disabled{cursor:not-allowed;opacity:.38}.protection-model-controls button:focus-visible,.shop-guide-clear-layers:focus-visible{outline:2px solid #fff;outline-offset:3px}.shop-guide-render{z-index:0;object-fit:cover;opacity:0;transform:translateY(-6px);transition:opacity .24s ease-in-out,transform .24s ease-in-out}.shop-guide-render.is-active{z-index:1;opacity:1;transform:translateY(0)}.shop-guide-render.is-phone{object-position:50% 58%}.shop-guide-render.is-display{object-position:48% 50%}.shop-guide-render.is-lens{object-position:50% 42%}.shop-guide-render.is-case{object-position:50% 52%}.shop-guide-render.is-watch{object-position:50% 48%}.shop-guide-stage-index{top:20px;align-items:center;justify-content:space-between;color:rgb(245 247 250/58%);font-size:9px;font-weight:780;letter-spacing:.11em;text-transform:uppercase}.shop-guide-stage-caption,.shop-guide-stage-index{position:absolute;z-index:3;right:20px;left:20px;display:flex}.shop-guide-stage-caption{bottom:20px;flex-direction:column;border-top:1px solid rgb(245 247 250/20%);background:linear-gradient(180deg,transparent,rgb(14 17 23/70%));padding-top:15px}.shop-guide-stage-caption span{color:rgb(245 247 250/58%);font-size:9px;font-weight:760;letter-spacing:.09em;text-transform:uppercase}.shop-guide-stage-caption strong{margin-top:7px;color:#fff;font-size:20px;letter-spacing:-.025em}.shop-guide-stage-caption small{margin-top:4px;color:rgb(245 247 250/68%);font-size:10px}.shop-guide .device-combobox-label{color:#8a8f98;font-size:11px;letter-spacing:.05em}.shop-applied-guide{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:34px;border:1px solid #bfd0f8;border-radius:10px;background:#edf3ff;color:#24344f;padding:12px 14px;font-size:12px}.shop-applied-guide button{display:inline-flex;min-height:44px;align-items:center;border:0;background:transparent;color:#164fbf;padding:8px;font-size:11px;font-weight:750;text-decoration:underline;text-underline-offset:3px}.shop-proof-strip{border-bottom:1px solid var(--line);background:var(--surface)}.shop-proof-strip>div{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;min-height:86px;align-items:center}.shop-proof-strip span{position:relative;color:var(--muted);font-size:12px;font-weight:650;text-align:center}.shop-proof-strip span+span:before{position:absolute;top:50%;left:-12px;width:1px;height:28px;background:var(--line);content:"";transform:translateY(-50%)}.shop-catalog-section{background:var(--canvas);padding-block:112px}.shop-catalog-heading{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);gap:72px;align-items:end}.shop-catalog-heading h2,.voucher-builder-form>header h2{margin:12px 0 0;color:var(--ink);font-size:clamp(40px,4vw,54px);font-weight:690;letter-spacing:-.045em;line-height:1.03}.shop-catalog-heading>p{margin:0;color:var(--muted);font-size:14px;line-height:1.7}.shop-catalog-heading h2:focus{border-radius:4px;outline:2px solid #fff;outline-offset:2px;box-shadow:0 0 0 5px var(--focus-ring)}.shop-catalog-tools{display:flex;align-items:center;justify-content:space-between;gap:28px;margin-top:44px;border-block:1px solid var(--line);padding-block:16px}.shop-filter-tabs{display:flex;flex-wrap:wrap;gap:8px}.shop-filter-tabs button,.voucher-value-options button{min-height:40px;border:1px solid var(--line);border-radius:10px;background:var(--surface);color:var(--muted);padding-inline:14px;font-size:12px;font-weight:650}.shop-filter-tabs button.is-active,.voucher-value-options button.is-selected{border-color:var(--action);background:var(--action-soft);color:var(--action-hover)}.shop-search-field input{width:min(310px,32vw);min-height:42px;border:1px solid #bdc8d4;border-radius:10px;background:var(--surface);color:var(--ink);padding-inline:14px;font-size:13px}.shop-search-field input:focus-visible,.voucher-dedication-field textarea:focus-visible,.voucher-value-options input:focus-visible{border-color:var(--action);outline:2px solid #fff;outline-offset:2px;box-shadow:0 0 0 5px var(--focus-ring)}.shop-result-count{margin:22px 0 0;color:var(--muted);font-size:12px}.shop-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin-top:22px}.shop-product-card{min-width:0;overflow:hidden;border:1px solid var(--line);border-radius:18px;background:var(--surface)}.shop-product-visual{position:relative;aspect-ratio:4/5;overflow:hidden;background:var(--ink)}.shop-product-visual img{object-fit:cover;transition:transform .36s ease}.shop-product-card:hover .shop-product-visual img{transform:scale(1.025)}.shop-product-visual>span{position:absolute;bottom:12px;left:12px;border:1px solid rgb(255 255 255/30%);border-radius:8px;background:rgb(14 17 23/56%);color:rgb(216 223 232/64%);padding:7px 9px;font-size:11px;font-weight:650;letter-spacing:.06em;text-transform:uppercase}.shop-empty-state:after,.shop-product-visual:after{content:none}.shop-product-visual>span{z-index:2}.shop-product-body{padding:24px}.shop-product-body>p{margin:0;color:var(--action);font-size:10px;font-weight:750;letter-spacing:.1em}.shop-product-body h3{margin:8px 0 0;color:var(--ink);font-size:20px;font-weight:660;letter-spacing:-.03em}.shop-product-body>span{display:block;margin-top:7px;color:var(--muted);font-size:12px}.shop-product-price{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;margin-top:24px;border-top:1px solid var(--line);padding-top:18px}.shop-product-price strong{color:var(--ink);font-size:18px;font-variant-numeric:tabular-nums}.shop-product-price small{color:var(--muted);font-size:11px;text-align:right}.shop-product-body>a,.shop-product-body>button{display:flex;width:100%;align-items:center;justify-content:space-between;gap:12px;margin-top:18px;border:1px solid var(--line);border-radius:10px;background:transparent;color:var(--ink);padding:12px 13px;font-size:11px;font-weight:700;text-align:left}.shop-product-body>a:hover,.shop-product-body>button:hover:not(:disabled){border-color:#b3c0cf;background:#f7f9fb}.shop-product-body>button:disabled{cursor:not-allowed;opacity:.56}.shop-product-body>button b{font-size:18px;font-weight:500}.shop-product-model{display:grid;gap:7px;margin-top:16px}.shop-product-model>span{color:var(--muted);font-size:10px;font-weight:700;text-transform:uppercase}.shop-product-model select{width:100%;min-height:42px;border:1px solid #bdc8d4;border-radius:9px;background:var(--surface);color:var(--ink);padding-inline:11px}.shop-product-model select:focus-visible{border-color:var(--action);outline:2px solid #fff;outline-offset:2px;box-shadow:0 0 0 5px var(--focus-ring)}.shop-empty-state{position:relative;overflow:hidden;margin-top:22px;border:1px solid var(--line);border-radius:16px;background:var(--surface);padding:38px}.shop-empty-state strong{color:var(--ink);font-size:18px}.shop-empty-state p{margin:8px 0 18px;color:var(--muted);font-size:13px}.shop-empty-state button{border:0;background:transparent;color:var(--action);padding:0;font-weight:700}.commerce-bridge{border-top:1px solid var(--line);background:var(--surface);padding-block:88px}.commerce-bridge-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.commerce-bridge article{border:1px solid var(--line);border-radius:18px;background:var(--canvas);padding:34px}.commerce-bridge h2{margin:12px 0 28px;color:var(--ink);font-size:31px;font-weight:670;letter-spacing:-.04em;line-height:1.08}.commerce-bridge a{display:inline-flex;gap:12px;color:var(--action);font-size:13px;font-weight:700}.commerce-footer{border-top:1px solid var(--dark-line);background:var(--ink);color:var(--dark-text);padding-block:40px}.commerce-footer>div{display:flex;align-items:flex-start;justify-content:space-between;gap:48px}.commerce-footer span{font-size:13px;font-weight:650}.commerce-footer p{max-width:720px;margin:0;color:var(--dark-muted);font-size:11px;line-height:1.6;text-align:right}.commerce-footer a{color:inherit;text-decoration-color:currentcolor;text-underline-offset:3px}.commerce-footer a:hover,.voucher-hero-shell{color:var(--dark-text)}.voucher-hero-shell{min-height:calc(100svh - 36px);overflow:hidden;background:var(--ink)}.voucher-hero{display:grid;grid-template-columns:minmax(350px,.82fr) minmax(460px,1.18fr);gap:clamp(64px,8vw,128px);align-items:center;min-height:calc(100svh - 112px);padding-block:72px 88px}.voucher-hero-copy h1{max-width:680px;margin:0;font-size:clamp(52px,5.4vw,74px);font-weight:700;letter-spacing:-.055em;line-height:.98}.voucher-hero-copy>p:not(.eyebrow){max-width:590px;margin:28px 0 0;color:var(--dark-muted);font-size:17px;line-height:1.65}.voucher-hero-copy .button{margin-top:32px}.voucher-live-preview{position:relative;min-width:0;aspect-ratio:210/99;min-height:0;overflow:hidden;border-radius:16px;color:#fff;background:radial-gradient(circle at 78% 22%,#204a7c 0,transparent 31%),linear-gradient(135deg,#07172d,#0c294f);box-shadow:0 18px 44px rgb(7 23 45/22%);isolation:isolate}.voucher-live-preview:before{position:absolute;z-index:4;inset:3.2%;border:1px solid rgb(226 190 115/50%);border-radius:12px;content:"";pointer-events:none}.voucher-live-preview:after{position:absolute;z-index:1;right:-15%;bottom:-45%;width:42%;aspect-ratio:1;border:1px solid rgb(226 190 115/30%);border-radius:50%;box-shadow:0 0 0 7vw rgb(104 171 237/4.5%);content:"";pointer-events:none}.voucher-preview-photo{z-index:0;object-fit:cover;filter:saturate(.82) contrast(1.04)}.voucher-preview-shade{position:absolute;z-index:1;inset:0;background:linear-gradient(100deg,rgb(4 13 27/96%),rgb(4 13 27/72%) 58%,rgb(4 13 27/42%));pointer-events:none}.voucher-preview-vnitrek{position:relative;z-index:3;display:grid;height:100%;grid-template-columns:minmax(0,1fr) 94px;gap:16px;padding:clamp(16px,3.2vw,34px)}.voucher-preview-hlavni{display:flex;min-width:0;flex-direction:column}.voucher-preview-brand{display:flex;align-items:center;gap:clamp(7px,1.4vw,14px);min-height:30px}.voucher-preview-logo{display:block;width:clamp(52px,12vw,98px);height:auto;max-height:clamp(28px,6.6vw,54px);object-fit:contain;object-position:left center;filter:drop-shadow(0 2px 7px rgb(0 0 0/36%))}.voucher-preview-brand-copy{border-left:1px solid rgb(226 190 115/55%);padding-left:clamp(7px,1.4vw,14px);color:#f2dcae;font-size:clamp(6px,.92vw,9px);letter-spacing:.15em;line-height:1.4;text-transform:uppercase}.voucher-preview-brand-copy strong{display:block;color:#fff;font-size:clamp(7px,1.08vw,11px);letter-spacing:.19em}.voucher-preview-gold{display:block;width:clamp(32px,8vw,68px);height:1px;margin-top:clamp(7px,1.4vw,14px);background:linear-gradient(90deg,#e2be73,transparent)}.voucher-preview-main{min-width:0;margin-block:auto}.voucher-preview-main small{display:block;margin-bottom:4px;color:#d8bd84;font-size:clamp(7px,1vw,10px);font-weight:800;letter-spacing:.15em;text-transform:uppercase}.voucher-preview-main>strong{display:block;max-width:100%;font-size:clamp(15px,3vw,31px);font-weight:680;letter-spacing:-.035em;line-height:1.08;overflow-wrap:anywhere}.voucher-preview-main p{max-width:92%;margin:8px 0 0;color:#e2e8f0;font-size:clamp(7px,1.25vw,12px);line-height:1.35;overflow:hidden;overflow-wrap:anywhere;white-space:pre-line}.voucher-preview-foot{color:#94a3b8;font-size:clamp(6px,1vw,9px)}.voucher-preview-qr{display:grid;align-self:end;justify-self:end;width:78px;height:78px;border:1px solid rgb(255 255 255/28%);border-radius:11px;background:rgb(5 18 36/56%);padding:9px;place-items:center;color:#cbd5e1;font-size:8px;line-height:1.25;text-align:center}.voucher-preview-qr-mark{position:relative;display:block;width:24px;height:24px;margin:auto auto 5px;border:2px solid #93c5fd;border-radius:6px}.voucher-preview-qr-mark:after,.voucher-preview-qr-mark:before{position:absolute;width:5px;height:5px;background:#93c5fd;border-radius:1px;content:""}.voucher-preview-qr-mark:before{top:4px;left:4px}.voucher-preview-qr-mark:after{right:4px;bottom:4px}.voucher-facts{border-bottom:1px solid var(--line);background:var(--surface)}.voucher-facts>div{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));min-height:92px;align-items:center}.voucher-facts span{min-height:36px;display:flex;align-items:center;justify-content:center;border-right:1px solid var(--line);color:var(--muted);padding-inline:20px;font-size:11px;font-weight:650;text-align:center}.voucher-facts span:first-child{border-left:1px solid var(--line)}.voucher-builder-section{background:var(--canvas);padding-block:112px}.voucher-builder-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);gap:clamp(48px,7vw,96px);align-items:start}.voucher-builder-form>header>p:last-child{max-width:620px;margin:20px 0 0;color:var(--muted);font-size:14px;line-height:1.65}.voucher-service-options,.voucher-type-switch,.voucher-value-options{margin:40px 0 0;padding:0;border:0}.voucher-dedication-field>span,.voucher-service-options legend,.voucher-type-switch legend,.voucher-value-options legend{margin-bottom:13px;color:var(--ink);font-size:13px;font-weight:700}.voucher-type-switch{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.voucher-type-switch legend{grid-column:1/-1}.voucher-service-options label,.voucher-type-switch label{position:relative;display:flex;min-width:0;border:1px solid var(--line);border-radius:14px;background:var(--surface);cursor:pointer}.voucher-type-switch label{flex-direction:column;gap:7px;padding:20px}.voucher-service-options input,.voucher-type-switch input{position:absolute;width:1px;height:1px;opacity:0}.voucher-service-options label.is-selected,.voucher-type-switch label.is-selected{border-color:var(--action);background:var(--action-soft);box-shadow:0 0 0 1px var(--action)}.voucher-service-options label:has(input:focus-visible),.voucher-type-switch label:has(input:focus-visible){outline:2px solid #fff;outline-offset:2px;box-shadow:0 0 0 5px var(--focus-ring)}.voucher-type-switch span{color:var(--ink);font-size:14px;font-weight:700}.voucher-type-switch small{color:var(--muted);font-size:11px}.voucher-service-options{display:grid;gap:10px}.voucher-service-options label{align-items:center;justify-content:space-between;gap:20px;padding:17px 18px}.voucher-service-options label>span{display:flex;min-width:0;flex-direction:column;gap:5px}.voucher-service-options strong{color:var(--ink);font-size:13px}.voucher-service-options small{color:var(--muted);font-size:10px}.voucher-service-options b{color:var(--ink);font-size:14px;font-variant-numeric:tabular-nums;white-space:nowrap}.voucher-value-options>div{display:flex;flex-wrap:wrap;gap:8px}.voucher-value-options>label{display:grid;gap:8px;margin-top:18px}.voucher-value-options>label span{color:var(--muted);font-size:11px}.voucher-value-options input{min-height:48px;border:1px solid #bdc8d4;border-radius:10px;background:var(--surface);color:var(--ink);padding-inline:14px}.voucher-value-options input[aria-invalid=true]{border-color:#b42318}.voucher-value-options>p{margin:14px 0 0;border-left:2px solid #c69f43;background:#fbf7ef;color:#6d6148;padding:12px 14px;font-size:11px;line-height:1.55}.voucher-dedication-field{display:grid;margin-top:36px}.voucher-dedication-field textarea{resize:vertical;border:1px solid #bdc8d4;border-radius:12px;background:var(--surface);color:var(--ink);padding:14px;line-height:1.5}.voucher-dedication-field small{margin-top:8px;color:var(--muted);font-size:10px}.voucher-photo-field{display:grid;gap:10px;margin-top:22px}.voucher-photo-heading{display:flex;align-items:baseline;justify-content:space-between;gap:16px;color:var(--ink);font-size:13px;font-weight:700}.voucher-photo-heading span small{margin-left:5px;color:var(--muted);font-size:9px;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.voucher-photo-heading button{min-height:36px;border:0;border-radius:8px;background:transparent;color:var(--action);padding:8px 6px;font-size:10px;font-weight:750}.voucher-photo-picker{position:relative;display:grid;grid-template-columns:42px minmax(0,1fr);gap:2px 12px;align-items:center;border:1px dashed #aab7c6;border-radius:13px;background:#f8fafc;padding:14px 16px;cursor:pointer}.voucher-photo-picker:hover{border-color:var(--action);background:var(--action-soft)}.voucher-photo-picker:has(input:focus-visible){outline:2px solid #fff;outline-offset:2px;box-shadow:0 0 0 5px var(--focus-ring)}.voucher-photo-picker input{position:absolute;width:1px;height:1px;opacity:0}.voucher-photo-thumb{position:relative;display:grid;width:38px;height:38px;grid-row:1/3;border-radius:10px;place-items:center;background:var(--action);color:#fff;font-size:22px;font-weight:400;overflow:hidden}.voucher-photo-thumb img{object-fit:cover}.voucher-photo-picker strong{color:var(--ink);font-size:12px}.voucher-photo-field>small,.voucher-photo-picker small{color:var(--muted);font-size:11px;line-height:1.5}.voucher-photo-error{margin:0;color:#a4342a;font-size:11px;line-height:1.5}.voucher-photo-tuning{display:grid;grid-template-columns:1fr 1fr;gap:10px 18px;margin-top:12px;padding:14px 16px;border:1px solid var(--line);border-radius:12px;background:rgb(245 247 250/55%)}.voucher-tuning-preview{grid-column:1/-1;margin-bottom:4px;touch-action:none;cursor:grab;user-select:none}.voucher-tuning-preview:active{cursor:grabbing}.voucher-tuning-preview .voucher-live-preview{width:100%;border-radius:14px}.voucher-tuning-preview .voucher-preview-vnitrek{grid-template-columns:minmax(0,1fr) 64px;gap:8px;padding:16px}.voucher-tuning-preview .voucher-preview-main strong{font-size:clamp(14px,2.4vw,20px)}.voucher-tuning-preview .voucher-preview-qr{width:58px;height:58px;padding:5px;font-size:6.5px}.voucher-tuning-preview .voucher-preview-qr-mark{width:18px;height:18px;margin-bottom:3px}.voucher-photo-tuning label{display:flex;flex-direction:column;gap:4px;font-size:11px;color:#5b6675}.voucher-photo-tuning input[type=range]{width:100%;accent-color:var(--action)}.voucher-photo-tuning>small{grid-column:1/-1;color:#5b6675;font-size:12px}.ucet-login,.ucet-prehled{max-width:640px}.ucet-prehled h2{margin:26px 0 10px;font-size:17px}.ucet-list{display:grid;gap:10px;margin:0;padding:0;list-style:none}.ucet-list li{display:flex;align-items:center;gap:14px;padding:14px 16px;border:1px solid var(--line);border-radius:12px;background:var(--surface)}.ucet-list li>div{display:flex;flex:1;flex-direction:column;gap:2px;min-width:0}.ucet-list small{color:#667180;font-size:12px}.ucet-stav{padding:5px 11px;border-radius:999px;font-size:11.5px;font-weight:700;white-space:nowrap;background:#eef2f8;color:#4a5769}.ucet-stav.is-issued,.ucet-stav.is-paid{background:#e2f5e9;color:#1c6b3c}.ucet-stav.is-cancelled,.ucet-stav.is-issue_error{background:#fbe9e7;color:#a4342a}.ucet-download{color:var(--action);font-size:13px;font-weight:650;white-space:nowrap}.ucet-prazdno{margin:0 0 8px;color:#667180;font-size:13.5px}.voucher-summary{position:sticky;top:32px;border:1px solid var(--line);border-radius:18px;background:var(--surface);padding:30px}.voucher-summary h3{margin:12px 0 0;color:var(--ink);font-size:30px;font-weight:680;letter-spacing:-.04em}.voucher-summary dl{margin:28px 0;border-top:1px solid var(--line)}.voucher-summary dl>div{display:flex;justify-content:space-between;gap:18px;border-bottom:1px solid var(--line);padding-block:13px}.voucher-summary dt{color:var(--muted);font-size:11px}.voucher-summary dd{margin:0;color:var(--ink);font-size:12px;font-weight:650;text-align:right}.voucher-summary .button{width:100%;font-size:12px}.voucher-summary .button:disabled{border:1px solid var(--line);background:#e9edf2;color:#687383;opacity:1}.voucher-summary>a{display:block;margin-top:18px;color:var(--action);font-size:12px;font-weight:700;text-align:center}.voucher-summary>p:last-child{margin:24px 0 0;border-top:1px solid var(--line);color:var(--muted);padding-top:18px;font-size:10px;line-height:1.55}.commerce-inline-state{margin-top:26px;border:1px solid var(--line);border-radius:13px;background:#f7f9fb;color:var(--muted);padding:15px 17px;font-size:12px;line-height:1.55}.commerce-inline-state strong{display:block;color:var(--ink);font-size:13px}.commerce-inline-state p{margin:5px 0 0}.commerce-inline-state.is-error{border-color:#f2b8b5;background:#fff7f6;color:#8f2f29}.commerce-inline-state button{margin-top:12px;border:0;background:transparent;color:var(--action);padding:0;font-size:12px;font-weight:750}.voucher-order-fields{margin:0;padding:0;border:0}.shop-checkout-section{border-top:1px solid var(--line)}.shop-cart-lines{display:grid;gap:10px;margin-top:34px}.shop-cart-line{display:grid;grid-template-columns:minmax(0,1fr) 76px auto;gap:14px;align-items:center;border:1px solid var(--line);border-radius:13px;background:var(--surface);padding:16px}.shop-cart-line>div{display:grid;gap:5px}.shop-cart-line strong{color:var(--ink);font-size:13px}.shop-cart-line span{color:var(--muted);font-size:10px}.shop-cart-line input{width:100%;min-height:40px;border:1px solid #bdc8d4;border-radius:9px;background:var(--surface);color:var(--ink);padding-inline:10px}.shop-cart-line>button,.shop-secondary-action{border:0;background:transparent;color:var(--action);font-size:11px;font-weight:700}.shop-cart-line>button:disabled{opacity:.5}.shop-address-field{grid-column:1/-1}.shop-address-field textarea{min-width:0;resize:vertical;border:1px solid #bdc8d4;border-radius:10px;background:var(--surface);color:var(--ink);padding:13px 14px;font:inherit;line-height:1.5}.shop-address-field textarea:focus-visible,.shop-cart-line input:focus-visible{border-color:var(--action);outline:2px solid #fff;outline-offset:2px;box-shadow:0 0 0 5px var(--focus-ring)}.shop-secondary-action{display:block;width:100%;margin-top:14px;padding:9px;text-align:center}.voucher-buyer-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:20px}.voucher-buyer-grid label{display:grid;gap:8px}.voucher-buyer-grid span{color:var(--ink);font-size:12px;font-weight:700}.voucher-buyer-grid input{min-width:0;min-height:48px;border:1px solid #bdc8d4;border-radius:10px;background:var(--surface);color:var(--ink);padding-inline:14px}.voucher-buyer-grid input:focus-visible{border-color:var(--action);outline:2px solid #fff;outline-offset:2px;box-shadow:0 0 0 5px var(--focus-ring)}.voucher-terms-check{display:flex;gap:10px;align-items:flex-start;margin-top:20px;color:var(--muted);font-size:11px;line-height:1.55}.voucher-terms-check input{width:18px;height:18px;flex:0 0 18px;margin-top:1px;accent-color:var(--action)}.voucher-terms-check a{color:var(--action);font-weight:700;text-decoration:underline;text-underline-offset:2px}.voucher-payment-result>h3{margin-bottom:22px}.voucher-payment-qr{display:block;width:min(100%,260px);height:auto;margin-inline:auto;border:1px solid var(--line);border-radius:14px;background:#fff}.voucher-demo-warning{margin:0 0 16px;border:1px solid #e6c366;border-radius:10px;background:#fff9e8;color:#725410;padding:11px 12px;font-size:11px;line-height:1.5}.voucher-payment-status{margin:18px 0 0;border:1px solid #ead48e;border-radius:11px;background:#fffaf0;color:#725410;padding:13px 14px}.voucher-payment-status.is-success{border-color:#a8dbc5;background:#f2fbf7;color:#176044}.voucher-payment-status.is-error{border-color:#f2b8b5;background:#fff7f6;color:#8f2f29}.voucher-payment-status strong{display:block;font-size:12px}.voucher-payment-status p{margin:5px 0 0;font-size:10px;line-height:1.55}.voucher-payment-result .button{width:100%;margin-top:12px;font-size:12px}.voucher-status-note{margin:12px 0 0;color:var(--muted);font-size:10px;text-align:center}.voucher-terms-band{border-top:1px solid var(--line);background:var(--surface);padding-block:72px}.voucher-terms-band>div{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.voucher-terms-band>div>div{border-top:1px solid var(--line);padding-top:20px}.voucher-terms-band span{color:var(--action);font-size:11px;font-weight:750}.voucher-terms-band strong{display:block;margin-top:10px;color:var(--ink);font-size:17px}.voucher-terms-band p{margin:8px 0 0;color:var(--muted);font-size:12px;line-height:1.55}@media (max-width:1040px){.commerce-header{grid-template-columns:1fr auto}.commerce-nav{display:none}}@media (max-width:980px){.shop-guide,.shop-hero{grid-template-columns:1fr}.shop-guide{grid-template-areas:"primary" "secondary" "stage";gap:48px}.shop-guide-stage{aspect-ratio:16/10;max-height:55svh;min-height:0}.shop-guide-primary,.shop-guide-secondary{max-width:720px}.shop-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.shop-catalog-heading,.voucher-builder-grid,.voucher-hero{grid-template-columns:1fr}.voucher-summary{position:static}}@media (max-width:680px){.shop-hero-shell{overflow:visible}.commerce-status{height:auto;min-height:44px;justify-content:flex-start;padding-inline:20px;font-size:11px;text-align:left}.commerce-header{min-height:68px}.commerce-brand>img{width:42px;height:32px}.commerce-brand small{display:none}.commerce-header-link{border-radius:8px;padding:8px 10px;font-size:11px}.shop-hero{min-height:auto;padding-block:20px 68px}.shop-guide{gap:26px}.shop-guide-stage{position:relative;z-index:var(--z-stage);top:auto;aspect-ratio:auto;height:min(55svh,430px);min-height:360px;max-height:none;border-radius:14px}.shop-guide-primary h1{font-size:clamp(40px,11.5vw,52px)}.shop-guide-intro{margin-top:20px;font-size:14px}.shop-guide-progress{margin-top:28px}.shop-guide-progress li{padding-block:12px;font-size:10px}.shop-guide-progress li+li{padding-left:12px}.shop-guide-progress-number{display:block;margin:0 0 3px}.shop-guide-step{margin-top:24px}.shop-guide-option-grid{grid-template-columns:1fr}.shop-guide-option{grid-template-columns:30px minmax(0,1fr) auto;min-height:0;align-items:center;padding:13px 14px}.shop-guide-option-meta{grid-column:auto;align-items:flex-end;margin:0;border:0;padding:0;text-align:right;font-size:10px}.shop-guide-result{grid-template-columns:1fr;align-items:stretch}.shop-guide-result>button{width:100%}.shop-guide-stage-caption,.shop-guide-stage-index{right:16px;left:16px}.shop-guide-stage-caption{bottom:16px}.shop-guide-stage-index{top:16px}.protection-model-controls{top:56px;right:16px;left:16px}.shop-applied-guide{align-items:flex-start;flex-direction:column}.commerce-bridge-grid,.shop-proof-strip>div,.voucher-terms-band>div{grid-template-columns:1fr}.shop-proof-strip>div{gap:0;padding-block:16px}.shop-proof-strip span{padding-block:11px}.shop-proof-strip span+span:before{top:0;right:0;left:0;width:auto;height:1px;transform:none}.shop-catalog-section,.voucher-builder-section{padding-block:72px}.shop-catalog-heading{gap:24px}.commerce-footer>div,.shop-catalog-tools{align-items:stretch;flex-direction:column}.shop-search-field input{width:100%}.shop-product-grid{grid-template-columns:1fr}.commerce-footer p{text-align:left}.voucher-hero{min-height:auto;padding-block:58px 72px}.voucher-hero-copy h1{font-size:clamp(42px,12vw,56px)}.voucher-live-preview{aspect-ratio:210/122;min-height:0}.voucher-preview-vnitrek{grid-template-columns:minmax(0,1fr) 64px;gap:8px;padding:16px}.voucher-preview-qr{width:58px;height:58px;padding:5px;font-size:6.5px}.voucher-facts>div{grid-template-columns:repeat(2,minmax(0,1fr));padding-block:10px}.voucher-photo-tuning{grid-template-columns:1fr}.voucher-facts span,.voucher-facts span:first-child{border:0;padding-block:12px}.voucher-buyer-grid,.voucher-type-switch{grid-template-columns:1fr}.shop-cart-line{grid-template-columns:minmax(0,1fr) 68px}.shop-cart-line>button{grid-column:1/-1;justify-self:start;padding:0}}@media (max-width:680px) and (orientation:landscape){.shop-guide-stage{position:relative;top:auto;aspect-ratio:16/7;height:auto;min-height:0;max-height:260px}}@media (prefers-reduced-motion:reduce){.protection-model-stage-canvas,.shop-guide-option,.shop-guide-render,.shop-guide-result>button{transition:none;transform:none}.protection-model-status i{animation:none}}@media print{.commerce-header-link,.commerce-nav,.protection-model-controls,.shop-catalog-tools,.shop-guide-result>button,.shop-guide-stage,.shop-search-field,video{display:none!important}.shop-guide{display:block}.shop-hero{min-height:0!important;padding-block:24px}.shop-hero-shell{overflow:visible!important}.commerce-footer,.commerce-header-shell,.shop-hero-shell,.voucher-hero-shell{background:#fff!important;color:#000!important;min-height:0!important}.commerce-footer *,.commerce-header-shell *,.shop-hero-shell *,.voucher-hero-copy,.voucher-hero-copy *{background-color:transparent!important;background-image:none!important;color:#000!important;box-shadow:none!important}.commerce-brand>img{filter:brightness(0)!important}.voucher-live-preview{-webkit-print-color-adjust:exact;print-color-adjust:exact;break-inside:avoid}.shop-product-card,.ucet-list li,.voucher-summary{break-inside:avoid}.shop-catalog-section,.voucher-builder-section{padding-block:24px!important}}