@font-face{font-family:Geist;src:url(/fonts/geist-variable.woff2) format("woff2");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Geist Mono;src:url(/fonts/geist-mono-variable.woff2) format("woff2");font-weight:100 900;font-style:normal;font-display:swap}:root{color-scheme:light;--base: #eff1f5;--mantle: #e6e9ef;--crust: #dce0e8;--surface0: #ccd0da;--surface1: #bcc0cc;--surface2: #acb0be;--tekst: #4c4f69;--tekst-drugorzedny: #5c5f77;--akcent: #8839ef;--na-akcencie: #ffffff;--uwaga: #fe640b;--ostrzezenie: #d20f39;--cien: 0 1px 2px rgb(76 79 105 / 8%), 0 6px 18px rgb(76 79 105 / 8%)}@media(prefers-color-scheme:dark){:root:not([data-motyw=jasny]){color-scheme:dark;--base: #1e1e2e;--mantle: #181825;--crust: #11111b;--surface0: #313244;--surface1: #45475a;--surface2: #585b70;--tekst: #cdd6f4;--tekst-drugorzedny: #a6adc8;--akcent: #cba6f7;--na-akcencie: #11111b;--uwaga: #fab387;--ostrzezenie: #f38ba8;--cien: 0 1px 2px rgb(17 17 27 / 45%), 0 6px 18px rgb(17 17 27 / 45%)}}:root[data-motyw=ciemny]{color-scheme:dark;--base: #1e1e2e;--mantle: #181825;--crust: #11111b;--surface0: #313244;--surface1: #45475a;--surface2: #585b70;--tekst: #cdd6f4;--tekst-drugorzedny: #a6adc8;--akcent: #cba6f7;--na-akcencie: #11111b;--uwaga: #fab387;--ostrzezenie: #f38ba8;--cien: 0 1px 2px rgb(17 17 27 / 45%), 0 6px 18px rgb(17 17 27 / 45%)}:root{font-family:Geist,ui-sans-serif,system-ui,sans-serif;color:var(--tekst);background:var(--mantle);line-height:1.55}*{box-sizing:border-box}body{margin:0;background:var(--mantle);color:var(--tekst)}a{color:var(--akcent)}button,input,select{font:inherit}h1,h2,h3{letter-spacing:-.015em}h1{line-height:1.2}button{border:1px solid var(--akcent);border-radius:.5rem;padding:.7rem 1.1rem;background:var(--akcent);color:var(--na-akcencie);font-weight:500;cursor:pointer}button.secondary{background:transparent;color:var(--akcent);border-color:var(--surface1)}button:disabled{opacity:.5;cursor:not-allowed}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible{outline:2px solid var(--akcent);outline-offset:2px}.shell{width:min(100% - 2rem,70rem);margin:0 auto}.pomin{position:absolute;left:-9999px;top:0;z-index:10;background:var(--base);color:var(--tekst);padding:.75rem 1rem;border:1px solid var(--akcent);border-radius:.5rem}.pomin:focus{left:1rem;top:1rem}header{border-bottom:1px solid var(--surface0);background:var(--base)}nav{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;padding:1rem 0}nav strong{margin-right:auto;font-size:1.15rem}nav a[aria-current=page]{font-weight:600;text-decoration-thickness:.12em;text-underline-offset:.25em}main{padding:3rem 0 5rem}.ikona{width:1.25rem;height:1.25rem;display:block}.przelacznik-motywu{display:inline-flex;align-items:center;justify-content:center;width:2.4rem;height:2.4rem;padding:0;background:transparent;color:var(--tekst);border:1px solid var(--surface1)}.przelacznik-motywu:hover{background:var(--surface0)}.przelacznik-motywu .ikona{display:none}:root:not([data-motyw]) .przelacznik-motywu .ikona-system,:root[data-motyw=jasny] .przelacznik-motywu .ikona-jasny,:root[data-motyw=ciemny] .przelacznik-motywu .ikona-ciemny{display:block}.hero{max-width:48rem;margin-bottom:2rem}.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(18rem,1fr));gap:1rem}.card,.panel{background:var(--base);border:1px solid var(--surface0);border-radius:.75rem;padding:1.25rem;box-shadow:var(--cien)}.card h2,.card h3,.panel h1,.panel h2{margin-top:0}.meta{color:var(--tekst-drugorzedny);font-size:.95rem}.kod{font-family:Geist Mono,ui-monospace,monospace;font-size:.85rem;letter-spacing:.02em;color:var(--tekst-drugorzedny)}.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}.notice{background:var(--base);border:1px solid var(--surface0);border-left:.25rem solid var(--uwaga);padding:1rem;border-radius:0 .5rem .5rem 0}.notice.danger{border-left-color:var(--ostrzezenie)}.progress{height:.5rem;border-radius:1rem;background:var(--surface0);overflow:hidden}.progress span{display:block;height:100%;background:var(--akcent)}.question-actions{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-top:2rem}.options{display:grid;gap:.6rem;margin:1.5rem 0;border:0;padding:0}.options legend{padding:0}.option{display:flex;gap:.75rem;align-items:flex-start;border:1px solid var(--surface1);border-radius:.5rem;padding:.8rem;background:var(--base);cursor:pointer}.option:has(input:checked){border-color:var(--akcent);background:var(--surface0)}.option input{margin-top:.3rem;accent-color:var(--akcent)}.result-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(14rem,1fr))}.score{font-family:Geist Mono,ui-monospace,monospace;font-size:1.7rem;font-weight:600}dl{display:grid;grid-template-columns:minmax(10rem,16rem) 1fr;gap:.6rem 1rem}dt{font-weight:600}@media(max-width:38rem){nav strong{width:100%}dl{display:block}dt{margin-top:1rem}.question-actions{flex-direction:column-reverse;align-items:stretch}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}.meta button.secondary{padding:.15rem .55rem;border-radius:.4rem;font-size:.9rem}
