.rules-hub{padding-bottom:48px}.rules-hub-hero{text-align:center;padding:32px 0 8px}.rules-hub-badge{width:64px;height:64px;color:var(--kolor-akcentu);background:linear-gradient(145deg,#f39c1233,#f39c120f);border:1px solid #f39c1259;border-radius:16px;justify-content:center;align-items:center;margin-bottom:20px;font-size:1.75rem;display:inline-flex}.rules-hub-hero h1{color:var(--kolor-naglowka);letter-spacing:-.02em;margin:0 0 14px;font-size:clamp(1.75rem,4vw,2.35rem);font-weight:700}.rules-hub-lead{max-width:560px;color:var(--kolor-tekstu);opacity:.9;margin:0 auto;font-size:1.05rem;line-height:1.65}.rules-hub-cards{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px;margin-top:36px;display:grid}.rules-hub-card{text-align:left;color:inherit;background:var(--kolor-karty);border:1px solid #ffffff12;border-radius:14px;flex-direction:column;align-items:flex-start;padding:26px 24px;text-decoration:none;transition:transform .22s,box-shadow .22s,border-color .22s;display:flex;box-shadow:0 4px 24px #0000001f}.rules-hub-card:hover{border-color:#f39c1273;transform:translateY(-4px);box-shadow:0 14px 40px #00000038}.rules-hub-card:focus-visible{outline:2px solid var(--kolor-akcentu);outline-offset:3px}.rules-hub-card-icon{width:48px;height:48px;color:var(--kolor-akcentu);background:#f39c121f;border-radius:12px;justify-content:center;align-items:center;margin-bottom:16px;font-size:1.35rem;display:flex}.rules-hub-card h2{color:var(--kolor-naglowka);text-align:left;margin:0 0 10px;font-size:1.2rem;font-weight:600}.rules-hub-card p{color:var(--kolor-tekstu);opacity:.85;flex:1;margin:0;font-size:.95rem;line-height:1.55}.rules-hub-card-cta{color:var(--kolor-akcentu);align-items:center;gap:8px;margin-top:18px;font-size:.9rem;font-weight:600;display:inline-flex}.rules-hub-card:hover .rules-hub-card-cta i{transform:translate(4px)}.rules-hub-card-cta i{font-size:.85em;transition:transform .2s}@media (max-width:480px){.rules-hub-cards{grid-template-columns:1fr}}