*{box-sizing:border-box;margin:0;padding:0}body{background:var(--kolor-surface-sunken);color:var(--kolor-text-primary);padding:2rem;font-family:system-ui,sans-serif}.karta{background:var(--kolor-surface-base);border:1px solid var(--kolor-border-default);border-radius:1rem;max-width:26rem;margin:3rem auto;padding:2rem}.karta h1{margin-bottom:.25rem;font-size:1.5rem;line-height:1.3}.karta p{color:var(--kolor-text-secondary);margin-bottom:1.5rem;line-height:1.5}.pole{margin-bottom:1rem;display:block}.pole span{color:var(--kolor-text-secondary);margin-bottom:.375rem;font-size:.875rem;display:block}.pole input{border:1px solid var(--kolor-border-default);background:var(--kolor-surface-raised);width:100%;color:var(--kolor-text-primary);border-radius:.5rem;padding:.75rem;font-family:inherit;font-size:1rem}.pole input:focus-visible{outline:2px solid var(--kolor-border-brand);outline-offset:1px}.przycisk{cursor:pointer;background:var(--kolor-text-brand);width:100%;color:var(--kolor-text-inverse);border:0;border-radius:.5rem;padding:.875rem;font-family:inherit;font-size:1rem;font-weight:600}.przycisk:disabled{cursor:default;background:var(--kolor-text-disabled)}a.przycisk{box-sizing:border-box;text-align:center;text-decoration:none;display:block}.reguly{color:var(--kolor-text-secondary);margin:0 0 1.5rem;font-size:.875rem;list-style:none}.reguly li:before{content:"";background:var(--kolor-text-disabled);border-radius:50%;width:.625rem;height:.625rem;margin-right:.5rem;display:inline-block}.reguly li[data-spelniona=true]:before{background:var(--kolor-semantic-success)}.reguly li[data-spelniona=false]:before{background:var(--kolor-semantic-danger)}.komunikat{color:var(--kolor-semantic-danger);margin-bottom:1rem;font-size:.875rem}.komunikat[data-rodzaj=sukces]{color:var(--kolor-semantic-success)}
