:root{color-scheme:light dark;--bg: #0f1412;--surface: #1a2220;--border: #2a3532;--text: #e8f0ed;--muted: #8fa39c;--accent: #2ecc8f;--accent-dim: #1a7a5a;--danger: #e85d5d;--page-pad: clamp(.75rem, 2.5vw, 2rem);--content-max: min(32rem, 100% - 2 * var(--page-pad));--content-max-md: min(40rem, 100% - 2 * var(--page-pad));--content-max-lg: min(50rem, 100% - 2 * var(--page-pad));font-family:DM Sans,Segoe UI,system-ui,-apple-system,sans-serif;line-height:1.5;font-weight:400;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%}body{min-height:100dvh;background:radial-gradient(1200px 600px at 10% 0%,#163530 0%,transparent 55%),radial-gradient(800px 400px at 90% 20%,#1a3d35 0%,transparent 50%),var(--bg)}@media(min-width:64rem){body{background:radial-gradient(1800px 800px at 8% 0%,#1a3d36 0%,transparent 50%),radial-gradient(1200px 500px at 85% 15%,#163028 0%,transparent 48%),radial-gradient(ellipse 100% 80% at 50% 100%,#0a1210,var(--bg))}}a{color:var(--accent)}a:hover{text-decoration:underline}button{font:inherit;cursor:pointer}code{font-family:JetBrains Mono,ui-monospace,monospace;font-size:.9em}.potrdilo-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:flex;align-items:center;justify-content:center;padding:env(safe-area-inset-top,0) env(safe-area-inset-right,0) env(safe-area-inset-bottom,0) env(safe-area-inset-left,0)}.potrdilo-modal__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:#0009;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.potrdilo-modal__panel{position:relative;z-index:1;width:100%;max-width:min(26rem,calc(100vw - 1.5rem));max-height:min(96vh,100%);margin:.75rem;padding:1.25rem 1rem;background:var(--surface, #1a2220);border:1px solid var(--border, #2a3532);border-radius:14px;box-shadow:0 20px 60px #00000073;overflow:auto}@media(min-width:64rem){.potrdilo-modal__panel{max-width:min(30rem,calc(100vw - 2rem));padding:1.5rem 1.25rem}.potrdilo-modal__title{font-size:1.3rem}}@media(max-width:600px){.potrdilo-modal{align-items:stretch}.potrdilo-modal__panel{max-width:none;max-height:none;min-height:100%;width:100%;margin:0;border-radius:0;display:flex;flex-direction:column}}.potrdilo-modal__close{position:absolute;top:.5rem;right:.5rem;width:2.4rem;height:2.4rem;border:none;border-radius:8px;background:#24332e;color:var(--text, #e8f0ed);font-size:1.5rem;line-height:1;cursor:pointer}.potrdilo-modal__close:hover,.potrdilo-modal__close:focus-visible{background:#2a4038;outline:none}.potrdilo-modal__title{font-size:1.2rem;font-weight:600;margin:0 1.5rem .5rem 0;padding-right:.5rem;color:var(--text, #e8f0ed)}.potrdilo-modal__lead{font-size:.86rem;line-height:1.4;color:var(--muted, #8fa39c);margin:0 0 1rem}.potrdilo-modal__link{color:var(--accent, #2ecc8f)}.potrdilo-row{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;gap:.35rem;margin:.5rem 0 .35rem}.potrdilo-box{width:2.25rem;height:2.5rem;text-align:center;font-size:1.15rem;font-weight:600;font-variant-numeric:tabular-nums;border-radius:8px;border:1px solid var(--border, #2a3532);background:#0a100e;color:var(--text, #e8f0ed);padding:0;flex:0 0 auto}.potrdilo-box:focus{border-color:var(--accent, #2ecc8f);outline:none;box-shadow:0 0 0 1px var(--accent, #2ecc8f)}@media(min-width:400px){.potrdilo-box{width:2.5rem;height:2.7rem;font-size:1.2rem}}.potrdilo-hint{text-align:center;font-size:.8rem;color:var(--muted, #8fa39c);margin:.25rem 0 .75rem}.potrdilo-actions{display:flex;justify-content:flex-end;gap:.5rem;margin-top:auto;padding-top:.5rem;flex-wrap:wrap}.app{width:100%;max-width:var(--content-max);margin:0 auto;padding:1.25rem var(--page-pad) 2.5rem;box-sizing:border-box}@media(min-width:36rem){.app{max-width:var(--content-max-md);padding-top:1.5rem}}@media(min-width:64rem){.app{max-width:var(--content-max-lg);padding:1.75rem var(--page-pad) 3rem}}.app--camera{max-width:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1;padding:0;margin:0;display:flex;flex-direction:column;background:#000}@media(max-width:22.5rem){.cam-dock{gap:.5rem .7rem;padding-left:.35rem;padding-right:.35rem}.cam-aux-btn--round{width:2.85rem;height:2.85rem}.cam-shutter{width:4rem;height:4rem}.cam-hint{font-size:.75rem;padding-left:2.5rem;padding-right:2.5rem}}.cam-video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0;max-height:none;border-radius:0;touch-action:manipulation}.cam-video--mirror{transform:scaleX(-1)}.cam-top-end{position:absolute;top:max(.5rem,env(safe-area-inset-top,0px));right:max(.5rem,env(safe-area-inset-right,0px));z-index:2;display:flex;justify-content:flex-end;pointer-events:auto}.cam-aux-btn{width:2.75rem;height:2.75rem;border-radius:10px;border:1px solid rgba(255,255,255,.35);background:#00000073;color:#fff;display:flex;align-items:center;justify-content:center;padding:0;transition:background .12s ease,transform .1s ease}.cam-aux-btn:hover,.cam-aux-btn:focus-visible{background:#0000009e;outline:none}.cam-aux-btn:disabled{opacity:.4;pointer-events:none}.cam-aux-btn--round{width:3.1rem;height:3.1rem;border-radius:50%}.cam-aux-btn--upload{position:absolute;bottom:0;left:1rem}.cam-aux-btn__ic{display:flex;align-items:center;justify-content:center;line-height:0}.cam-hint{position:absolute;top:max(3.2rem,calc(env(safe-area-inset-top,0px) + 2.4rem));left:0;right:0;z-index:2;text-align:center;color:#ffffffd9;font-size:.8rem;text-shadow:0 1px 3px #000;padding:0 3.25rem;pointer-events:none}.cam-dock{position:absolute;bottom:max(1.25rem,env(safe-area-inset-bottom,0px));left:0;right:0;z-index:2;display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:center;gap:.65rem 1.1rem;padding:0 .5rem .2rem;max-width:100%}.cam-shutter{flex:0 0 auto;width:4.5rem;height:4.5rem;border-radius:50%;border:4px solid rgba(255,255,255,.9);background:#2ecc8f59;box-shadow:0 0 0 3px #0006;padding:0;transition:transform .12s ease}.cam-shutter:disabled{opacity:.45;transform:none}.cam-shutter:not(:disabled):active{transform:scale(.94)}.cam-err{position:absolute;top:50%;left:1rem;right:1rem;z-index:3;text-align:center;color:#ffb4b4;font-size:.9rem;text-shadow:0 0 4px #000}.sub-h{margin-bottom:.5rem}.sub-h-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.25rem}.sub-h-t{font-size:clamp(1.2rem,1.1rem + .4vw,1.5rem);font-weight:600;margin:0;letter-spacing:-.02em}@media(min-width:64rem){.sub-h-t{letter-spacing:-.03em}}.nav-back,.nav-inline{border:1px solid var(--border);background:#121a18;color:var(--accent);font-size:.9rem;padding:.5rem .85rem;border-radius:8px;min-height:2.75rem;display:inline-flex;align-items:center;text-decoration:none;line-height:1.2;transition:border-color .12s ease,background .12s ease}a.nav-back:hover,a.nav-inline:hover{background:#162420;border-color:#3a4a45;text-decoration:none}.nav-inline{color:var(--text)}h1{font-size:clamp(1.3rem,1.15rem + .6vw,1.65rem);font-weight:600;letter-spacing:-.02em;margin:0 0 .35rem}.subtitle{color:var(--muted);font-size:clamp(.88rem,.82rem + .25vw,1rem);margin:0 0 1.25rem;line-height:1.45;max-width:55ch}@media(min-width:48rem){.subtitle{line-height:1.55}}.card{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:1rem;margin-bottom:1rem;box-shadow:0 10px 40px #0003}@media(min-width:48rem){.card{padding:1.1rem 1.25rem;border-radius:16px;box-shadow:0 12px 48px #00000038}}.row{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.muted{color:var(--muted);font-size:.88rem;margin:.5rem 0 0}.seg{display:flex;gap:.4rem;margin:.75rem 0}.seg button{flex:1;padding:.55rem .7rem;border-radius:9px;border:1px solid var(--border);background:#121a18;color:var(--text)}.seg button.active,.seg button:hover{border-color:var(--accent);background:#142820;color:var(--text)}video{width:100%;max-height:50vh;object-fit:cover;border-radius:10px;background:#000;display:block}video.preview--mirror{transform:scaleX(-1)}.preview{width:100%;max-height:50vh;object-fit:contain;border-radius:10px;background:#0a0e0c;display:block}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;padding:.65rem 1rem;border-radius:10px;border:none;background:var(--accent);color:#0a1210;font-weight:600;text-decoration:none}.btn:disabled{opacity:.45;cursor:not-allowed}.btn.secondary{background:#24332e;color:var(--text);border:1px solid var(--border)}.btn.danger{background:transparent;color:var(--danger);border:1px solid #5c3030}.hint{font-size:.8rem;color:var(--muted);margin:.4rem 0 0}.ocrbox{font-size:.78rem;line-height:1.4;max-height:180px;overflow:auto;padding:.6rem .75rem;border-radius:8px;background:#0a100e;border:1px solid var(--border);white-space:pre-wrap;word-break:break-word;color:#a8bdb4;margin:.6rem 0 0}.id-display{font-size:clamp(1.35rem,1.1rem + 1.2vw,2rem);font-weight:700;letter-spacing:.12em;text-align:center;padding:.75rem .4rem;color:var(--accent);font-variant-numeric:tabular-nums}.candidates{list-style:none;padding:0;margin:.5rem 0 0;font-size:.9rem;color:var(--muted)}.candidates li{padding:.2rem 0;display:flex;justify-content:space-between;gap:.5rem}.candidates li button{background:none;border:none;color:var(--accent);padding:0;text-decoration:underline}input.manual{width:100%;padding:.6rem .75rem;border-radius:8px;border:1px solid var(--border);background:#0a100e;color:var(--text);font-size:1.1rem;letter-spacing:.2em;text-align:center;font-family:ui-monospace,monospace}.progress-outer{height:4px;background:#1e2a27;border-radius:3px;margin:.75rem 0 0;overflow:hidden}.progress-inner{height:100%;background:linear-gradient(90deg,var(--accent-dim),var(--accent));transition:width .15s ease}.footer-links{display:flex;flex-direction:column;gap:.4rem;font-size:.9rem}.skip-link{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden}.skip-link:focus{position:static;width:auto;height:auto;padding:.4rem .6rem;background:var(--accent);color:#000;border-radius:6px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.lvm-official{margin:0 0 .75rem;padding:.65rem .75rem;border-radius:8px;background:#14221e;border:1px solid #2a5a45}.lvm-official-h{font-size:.9rem;font-weight:600;margin:0 0 .4rem;color:var(--accent)}.lvm-official-ul{margin:0;padding-left:1.1rem;font-size:.88rem;line-height:1.45;color:var(--text)}.lvm-official-ul li{margin:.2rem 0}.lvm-lead{margin:.4rem 0 .6rem;font-size:.92rem;line-height:1.5;color:var(--text)}.lvm-ocr{max-height:200px;overflow:auto;font-size:.72rem;white-space:pre-wrap;background:#0a100e;border:1px solid var(--border);border-radius:8px;padding:.5rem;color:#8fa39c}.lvm-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.65rem}.lvm-row{display:grid;grid-template-columns:1fr;gap:.35rem;padding:.65rem .7rem;background:#111816;border:1px solid var(--border);border-radius:8px}@media(min-width:31.25rem){.lvm-row{grid-template-columns:5rem 1fr minmax(0,1.2fr);align-items:start}.lvm-t,.lvm-idx{align-self:center}}@media(min-width:48rem){.lvm-row{padding:.85rem 1rem;gap:.5rem .6rem;border-radius:10px}}.lvm-idx{font-weight:600;font-size:.9rem;color:var(--accent)}.lvm-nums{display:flex;flex-wrap:wrap;gap:.3rem}.lvm-b{display:inline-flex;align-items:center;justify-content:center;min-width:1.65rem;height:1.7rem;padding:0 .25rem;border-radius:6px;background:#1a2824;border:1px solid #2a4a3e;font-size:.8rem;font-weight:600;font-variant-numeric:tabular-nums}@media(min-width:24rem){.lvm-b{min-width:1.8rem;height:1.8rem;font-size:.85rem;padding:0 .3rem}}@media(min-width:64rem){.lvm-b{min-width:1.95rem;height:1.95rem;font-size:.9rem}}.lvm-t{display:flex;flex-direction:column;gap:.2rem;font-size:.9rem}.lvm-win{color:var(--accent);font-weight:600}.lvm-eur{color:#e8c96a;font-weight:600;font-size:.95rem}.lvm-lose{color:var(--muted);font-size:.88rem}.lvm-by-draw{grid-column:1 / -1;list-style:none;margin:.35rem 0 0;padding:.4rem 0 0;border-top:1px solid #24332e;font-size:.82rem;color:var(--muted)}.lvm-by-draw li{display:flex;flex-wrap:wrap;gap:.25rem .5rem;padding:.2rem 0}.lvm-dt{color:#8a9a94;min-width:0;flex:0 0 6.5rem}@media(min-width:31.25rem){.lvm-dt{min-width:7.5rem;flex:none}}h2.lvm-title.subtitle{font-size:clamp(1.02rem,.94rem + .35vw,1.2rem);line-height:1.3}.listek-pregled{width:100%;max-width:var(--content-max);margin:0 auto;padding:1rem var(--page-pad) 2.5rem;box-sizing:border-box}@media(min-width:36rem){.listek-pregled{max-width:var(--content-max-md);padding-top:1.35rem}}@media(min-width:64rem){.listek-pregled{max-width:var(--content-max-lg);padding:1.5rem var(--page-pad) 3rem}}.listek-hero{margin-bottom:1.25rem}.listek-hero__row{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.listek-query{margin:0 0 .4rem;font-size:.75rem;word-break:break-all}.listek-query code{color:var(--muted, #6b6b7a);background:var(--code-bg, rgba(0, 0, 0, .04));padding:.2rem .4rem;border-radius:4px}.listek-hero__title{font-size:clamp(1.15rem,1rem + .9vw,1.65rem);font-weight:600;line-height:1.3;margin:0 0 .5rem;max-width:40ch}@media(min-width:48rem){.listek-hero__title{max-width:none}}.listek-hero__digits{letter-spacing:.12em;font-variant-numeric:tabular-nums}.listek-apply{margin-top:.75rem}.listek-apply__row{display:flex;flex-wrap:wrap;gap:.5rem;align-items:stretch;margin-top:.35rem}@media(min-width:30rem){.listek-apply__row{flex-wrap:nowrap;align-items:center}.listek-apply__row .manual{flex:1;min-width:0}}.listek-prize{background:var(--card-bg, #f7f5fb);border:1px solid var(--border, rgba(0, 0, 0, .08));border-radius:12px;padding:1rem 1rem 1.1rem;margin-bottom:1.25rem}@media(min-width:48rem){.listek-prize{padding:1.25rem 1.35rem 1.35rem;border-radius:16px}}.listek-prize__cheer{font-size:clamp(1.05rem,.95rem + .4vw,1.35rem);font-weight:700;margin:0 0 .25rem}.listek-prize__lead,.listek-prize__active{margin:.15rem 0 .25rem;font-size:.95rem}.listek-prize__meta{margin:.15rem 0 .5rem;font-size:.85rem;color:var(--muted, #5c5c6a)}.listek-prize__lines{list-style:none;margin:.75rem 0 0;padding:0;display:flex;flex-direction:column;gap:.9rem}.listek-prize__line{border-top:1px solid var(--border, rgba(0, 0, 0, .08));padding-top:.75rem}.listek-prize__lines .listek-prize__line:first-child{border-top:none;padding-top:0}.listek-prize__kv{font-size:.9rem;line-height:1.5;margin:.1rem 0}.listek-prize__total{text-align:center;margin:1.1rem 0 .5rem;font-size:.95rem}.listek-prize__total-l{font-weight:500}.listek-prize__total-n{display:inline-block;font-size:clamp(1.25rem,1rem + 1vw,1.75rem);font-weight:700;margin-top:.2rem;font-variant-numeric:tabular-nums}.listek-prize__info{text-align:center;font-size:.9rem;margin:.75rem 0 0}.listek-prize__info a{text-decoration:underline}.listek-prize__none{margin:0 0 .75rem;font-size:.95rem;line-height:1.45}.listek-err{color:var(--danger, #b00020);margin:0}.listek-aux{text-align:center}.listek-foot{margin-top:1.5rem}@media(prefers-color-scheme:dark){.listek-prize{background:#ffffff0a}.listek-query code{background:#ffffff14}}.arch-block{margin-top:1rem;padding-top:.75rem;border-top:1px solid var(--border)}.arch-block:first-of-type{margin-top:.35rem;padding-top:0;border-top:none}.arch-block-title{font-size:.95rem;font-weight:600;margin:0 0 .5rem;display:flex;align-items:center;gap:.5rem}.arch-src{font-size:.75rem;font-weight:500;color:var(--accent);text-decoration:none}.arch-src:hover{text-decoration:underline}.arch-list{list-style:none;margin:0;padding:0}.arch-row{display:flex;flex-direction:column;gap:.25rem;padding:.5rem 0;border-bottom:1px solid var(--border);font-size:.88rem}.arch-row:last-child{border-bottom:none}@media(min-width:40rem){.arch-row{flex-direction:row;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:.5rem 1rem;padding:.55rem 0}.arch-date{flex:0 0 auto}.arch-nums{flex:1 1 auto;justify-content:flex-end}}.arch-date{color:var(--muted);font-size:.82rem}.arch-nums{display:flex;flex-wrap:wrap;align-items:center;gap:.2rem .35rem}.arch-balls{display:inline-flex;flex-wrap:wrap;gap:.25rem}.arch-balls--add .arch-ball{border-style:dashed;opacity:.95}.arch-ball{display:inline-flex;align-items:center;justify-content:center;min-width:1.6rem;height:1.6rem;padding:0 .3rem;border-radius:50%;background:#1a2a25;border:1px solid var(--border);font-size:.8rem;font-variant-numeric:tabular-nums}.arch-plus{color:var(--muted);font-weight:600;font-size:.85rem}.rez-grid{display:flex;flex-direction:column;gap:1rem}@media(min-width:48rem){.rez-grid{gap:1.15rem}.rez-game{padding:1rem 1.1rem}}.rez-game{border:1px solid var(--border);border-radius:10px;padding:.75rem .9rem;background:#111816}.rez-game-title{margin:0 0 .35rem;font-size:1rem;font-weight:600}.rez-meta{margin:0 0 .6rem;font-size:.88rem;color:var(--muted)}.rez-next{font-weight:400}.rez-subs{list-style:none;margin:0;padding:0}.rez-subs li{margin-bottom:.75rem}.rez-subs li:last-child{margin-bottom:0}.rez-sub-h{margin-bottom:.35rem}.rez-sub-name{font-weight:600;font-size:.92rem}.rez-sub-nums{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem}.rez-balls{display:inline-flex;flex-wrap:wrap;gap:.35rem}.rez-ball{display:inline-flex;align-items:center;justify-content:center;min-width:2rem;height:2rem;padding:0 .4rem;border-radius:999px;background:linear-gradient(145deg,#1e3d32,#0d2620);border:1px solid #2a5c4a;font-size:.9rem;font-weight:600;font-variant-numeric:tabular-nums}.rez-balls--add .rez-ball{background:linear-gradient(145deg,#3d2e1e,#261a0d);border-color:#6b5a3a}.rez-plus{color:var(--muted);font-weight:600;padding:0 .15rem}.rez-err{color:var(--danger);margin:0 0 .5rem;font-size:.92rem}
