:root {
    --r-brand: #f13bd1;
    --r-brand2: #8b45ff;
    --r-ink: #fff9ff;
    --r-muted: #dfcfe4;
    --r-line: rgba(255,255,255,.2);
    --r-panel: rgba(69,24,83,.68)
}

html {
    min-width: 320px
}

body {
    min-height: 100vh!important;
    margin: 0!important;
    overflow-x: hidden!important;
    color: var(--r-ink)!important;
    font-family: Manrope,Arial,sans-serif!important;
    background-color: #2b0b38!important;
    background-image: linear-gradient(90deg,rgba(45,10,57,.72) 0%,rgba(65,15,78,.55) 42%,rgba(48,10,62,.18) 72%,rgba(28,6,39,.28) 100%),linear-gradient(0deg,#2b0b38 0%,transparent 66%),url("img/rurka-people-bg.png")!important;
    background-position: center,center,center top!important;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    background-attachment: fixed!important
}

body:before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    opacity: .08;
    background-image: linear-gradient(rgba(255,255,255,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.1) 1px,transparent 1px);
    background-size: 44px 44px;
    pointer-events: none
}

.empty_subhead {
    display: none!important
}

.rurka-login,.rurka-login * {
    box-sizing: border-box
}

.rurka-login {
    width: min(1120px,calc(100% - 40px));
    margin: 0 auto;
    padding: 28px 0 34px;
    text-align: left
}

.rurka-topbar {
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.rurka-logo img {
    display: block;
    width: 174px;
    max-height: 70px;
    object-fit: contain
}

.rurka-status {
    display: flex;
    align-items: center;
    gap: 9px;
    background: rgba(16,7,24,.58);
    border: 1px solid var(--r-line);
    backdrop-filter: blur(16px);
    border-radius: 999px;
    padding: 10px 15px;
    font-size: 13px;
    color: var(--r-muted)
}

.rurka-status i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #42e882;
    box-shadow: 0 0 0 4px rgba(66,232,130,.13)
}

.rurka-hero {
    padding: 58px 0 48px;
    max-width: 600px
}

.rurka-kicker {
    color: #ff70e4!important;
    font-weight: 800!important;
    font-size: 12px!important;
    letter-spacing: .16em!important;
    margin: 0 0 8px!important
}

.rurka-hero h1 {
    color: #fff!important;
    font-size: clamp(40px,5.4vw,64px)!important;
    line-height: 1.02!important;
    letter-spacing: -.05em!important;
    font-weight: 800!important;
    margin: 0!important;
    text-shadow: 0 10px 40px rgba(0,0,0,.32)
}

.rurka-hero>p:last-child {
    font-size: 17px!important;
    color: #e0d1e2!important;
    line-height: 1.65!important;
    margin: 18px 0 0!important
}

.rurka-section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 14px
}

.rurka-section-head h2 {
    color: #fff!important;
    font-size: 20px!important;
    font-weight: 800!important;
    margin: 0!important
}

.rurka-section-head>span {
    font-size: 13px;
    color: var(--r-muted)
}

.rurka-room-grid {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 12px
}

.rurka-room-grid>a {
    display: block!important;
    text-decoration: none!important;
    min-width: 0
}

.rurka-room-grid .room_element2 {
    position: relative!important;
    float: none!important;
    display: grid!important;
    grid-template-columns: 54px minmax(0,1fr)!important;
    align-items: center!important;
    gap: 12px!important;
    width: 100%!important;
    max-width: none!important;
    height: 92px!important;
    margin: 0!important;
    padding: 14px!important;
    text-align: left!important;
    color: var(--r-ink)!important;
    background: rgba(24,9,34,.74)!important;
    backdrop-filter: blur(18px)!important;
    border: 1px solid var(--r-line)!important;
    border-radius: 18px!important;
    overflow: hidden!important;
    transition: transform .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease!important
}

.rurka-room-grid .room_element2:hover {
    transform: translateY(-3px);
    border-color: rgba(246,83,220,.56)!important;
    background: rgba(52,17,63,.88)!important;
    box-shadow: 0 16px 36px rgba(0,0,0,.28)
}

.rurka-room-grid .rurka-room-selected {
    border: 2px solid #ef50d4!important;
    padding: 13px!important;
    background: linear-gradient(135deg,rgba(140,24,124,.76),rgba(70,30,125,.74))!important;
    box-shadow: 0 16px 38px rgba(202,35,176,.24)!important
}

.rurka-room-grid .in_room_icon {
    display: block!important;
    width: 54px!important
}

.rurka-room-grid .in_room_img {
    display: block!important;
    width: 54px!important;
    height: 54px!important;
    padding: 0!important;
    border-radius: 13px!important;
    object-fit: cover!important;
    filter: none!important
}

.rurka-room-grid .in_room_count,.rurka-room-grid .text_reg {
    display: none!important
}

.rurka-room-grid .in_room_name {
    display: block!important;
    min-width: 0!important
}

.rurka-room-grid .rnam {
    display: block!important;
    color: #fff!important;
    font-family: Manrope,sans-serif!important;
    font-size: 14px!important;
    text-transform: none!important;
    margin-bottom: 5px!important;
    white-space: nowrap!important;
    overflow: hidden!important;
    text-overflow: ellipsis!important
}

.rurka-room-grid .rdis {
    display: block!important;
    color: var(--r-muted)!important;
    font-family: Manrope,sans-serif!important;
    font-size: 11px!important;
    line-height: 1.35!important;
    white-space: nowrap!important;
    overflow: hidden!important;
    text-overflow: ellipsis!important
}

.rurka-entry {
    position: relative;
    margin-top: 24px;
    padding: 28px;
    background: var(--r-panel);
    backdrop-filter: blur(24px);
    border: 1px solid var(--r-line);
    border-radius: 26px;
    box-shadow: 0 28px 80px rgba(0,0,0,.4)
}

.rurka-entry-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--r-line)
}

.rurka-entry-head h2 {
    color: #fff!important;
    font-size: 26px!important;
    font-weight: 800!important;
    margin: 0!important
}

.rurka-secure {
    color: var(--r-muted);
    font-size: 12px
}

.rurka-consent {
    display: flex!important;
    align-items: flex-start;
    gap: 11px;
    /* margin:22px 0!important; */
    padding: 10px 12px;
    border: 1px solid transparent;
    border-radius: 12px;
    cursor: pointer;
    color: var(--r-muted);
    font-size: 13px;
    line-height: 1.5;
    transition: .2s
}

.rurka-consent input {
    position: absolute;
    opacity: 0;
    pointer-events: none
}

.rurka-checkbox {
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    width: 22px;
    height: 22px;
    border: 1.5px solid #8f7c96;
    border-radius: 7px;
    color: transparent
}

.rurka-consent input:checked+.rurka-checkbox {
    color: #fff;
    border-color: transparent;
    background: linear-gradient(135deg,var(--r-brand),var(--r-brand2))
}

.rurka-text-link {
    border: 0;
    background: none;
    padding: 0;
    color: #ff70e4;
    font-weight: 700;
    cursor: pointer
}

.rurka-consent-error {
    border-color: #f3667a;
    background: rgba(243,102,122,.13);
    animation: rurka-shake .28s linear
}

.rurka-tools {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 34px;
    margin-bottom: 14px;
    color: var(--r-muted);
    font-size: 12px
}

.rurka-tools>span {
    display: flex;
    align-items: center;
    gap: 7px
}

.rurka-form {
    position: relative;
    margin: 0
}

.rurka-fields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px
}

.rurka-fields label>span {
    display: block;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    margin: 0 0 8px 4px
}

.rurka-fields .form-control {
    width: 100%!important;
    height: 50px!important;
    margin: 0!important;
    padding: 0 15px!important;
    border: 1px solid var(--r-line)!important;
    border-radius: 13px!important;
    background: rgba(255,255,255,.08)!important;
    color: #fff!important;
    box-shadow: none!important
}

.rurka-fields .form-control::placeholder {
    color: #948598
}

.rurka-fields .form-control:focus {
    border-color: #e84ed0!important;
    box-shadow: 0 0 0 4px rgba(232,78,208,.13)!important
}

.rurka-fields .form-control:disabled {
    background: rgba(255,255,255,.035)!important;
    color: #827486!important
}

.rurka-actions {
    margin: 22px 0!important;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 18px
}

.rurka-btn {
    height: 52px!important;
    margin: 0!important;
    padding: 0 18px!important;
    border-radius: 14px!important;
    font-weight: 800!important;
    cursor: pointer!important
}

.rurka-btn-primary {
    border: 0!important;
    color: #fff!important;
    background: linear-gradient(135deg,var(--r-brand),var(--r-brand2))!important;
    box-shadow: 0 12px 28px rgba(190,45,187,.28)!important
}

.rurka-btn-primary i {
    float: right;
    line-height: 20px
}

.rurka-btn-guest {
    color: #fff!important;
    border: 1px solid rgba(255,255,255,.2)!important;
    background: rgba(255,255,255,.08)!important
}

.rurka-btn:disabled,.rurka-account-links button:disabled {
    opacity: .4!important;
    cursor: not-allowed!important;
    box-shadow: none!important
}

.rurka-account-links {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 9px;
    margin-top: 18px;
    color: #75677a
}

.rurka-account-links button {
    border: 0!important;
    background: none!important;
    color: var(--r-muted)!important;
    font-size: 12px!important;
    padding: 2px!important;
    cursor: pointer
}

.rurka-form-block {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 42px;
    cursor: pointer;
    background: transparent
}

.rurka-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 4px 0;
    color: #94869a;
    font-size: 12px
}

.rurka-footer nav {
    display: flex;
    gap: 18px
}

.rurka-footer button {
    border: 0;
    background: none;
    padding: 0;
    color: inherit;
    font-size: inherit;
    cursor: pointer
}

.cookie_wrap {
    background: rgba(18,8,25,.96)!important;
    border-top: 1px solid var(--r-line)!important;
    color: #fff!important
}

@keyframes rurka-shake {
    25% {
        transform: translateX(-5px)
    }

    75% {
        transform: translateX(5px)
    }
}

@media(max-width: 900px) {
    body {
        background-position:center,center,62% top!important
    }

    .rurka-room-grid {
        grid-template-columns: repeat(2,minmax(0,1fr))
    }
}

@media(max-width: 600px) {
    body {
        background-image:linear-gradient(180deg,rgba(11,5,17,.48) 0%,rgba(13,5,19,.82) 30%,#100615 64%),url("../img/rurka-people-bg.png")!important;
        background-position: center,64% top!important;
        background-size: cover,auto 68vh!important;
        background-attachment: scroll!important
    }

    .rurka-login {
        width: min(100% - 24px,480px);
        padding-top: 12px
    }

    .rurka-topbar {
        height: 64px
    }

    .rurka-logo img {
        width: 140px
    }

    .rurka-status {
        padding: 8px 11px
    }

    .rurka-hero {
        max-width: 340px;
        padding: 58px 2px 62px
    }

    .rurka-hero h1 {
        font-size: 39px!important
    }

    .rurka-hero>p:last-child {
        font-size: 15px!important;
        color: #f0e4f1!important
    }

    .rurka-room-grid {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        padding: 0 1px 10px
    }

    .rurka-room-grid>a {
        min-width: 272px;
        scroll-snap-align: start
    }

    .rurka-entry {
        margin-top: 14px;
        padding: 20px 16px;
        border-radius: 22px
    }

    .rurka-secure {
        display: none
    }

    .rurka-fields,.rurka-actions {
        grid-template-columns: 1fr
    }

    .rurka-actions {
        gap: 9px
    }

    .rurka-btn-guest {
        order: -1
    }

    .rurka-footer {
        align-items: flex-start;
        gap: 12px;
        flex-direction: column;
        padding: 24px 3px 8px
    }
}

@media(prefers-reduced-motion:reduce) {
    .rurka-login * {
        scroll-behavior: auto!important;
        transition: none!important;
        animation: none!important
    }
}

/* Wersja 2: jaÅ›niejszy wyglÄ…d i mobilne przewijanie pokojÃ³w */
.rurka-room-viewport {
    position: relative
}

.rurka-room-next,.rurka-swipe-hint {
    display: none
}

.rurka-entry {
    background: rgba(69,24,83,.68);
    border-color: rgba(255,255,255,.2);
    box-shadow: 0 28px 80px rgba(26,3,35,.32)
}

.rurka-room-grid .room_element2 {
    background: rgba(75,27,88,.7)!important;
    border-color: rgba(255,255,255,.2)!important
}

.rurka-room-grid .room_element2:hover {
    background: rgba(101,34,114,.82)!important
}

.rurka-room-grid .rurka-room-selected {
    background: linear-gradient(135deg,rgba(195,42,165,.78),rgba(100,49,174,.78))!important
}

.rurka-fields .form-control {
    background: rgba(255,255,255,.12)!important
}

.rurka-fields .form-control:disabled {
    background: rgba(255,255,255,.07)!important
}

@media(max-width: 600px) {
    body {
        background-color:#310c40!important;
        background-image: linear-gradient(180deg,rgba(39,8,52,.14) 0%,rgba(56,13,69,.28) 28%,rgba(48,11,62,.78) 51%,#310c40 70%),url("img/rurka-people-bg.png")!important;
        background-position: center,95% top!important;
        background-size: cover,auto 62vh!important;
        background-repeat: no-repeat!important;
        background-attachment: scroll!important
    }

    .rurka-hero {
        padding: 78px 2px 72px
    }

    .rurka-room-viewport {
        margin-right: -12px
    }

    .rurka-room-grid {
        padding: 2px 64px 12px 1px!important;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch
    }

    .rurka-room-grid::-webkit-scrollbar {
        display: none
    }

    .rurka-room-grid>a {
        min-width: min(78vw,310px)!important
    }

    .rurka-room-next {
        display: grid;
        place-items: center;
        position: absolute;
        z-index: 4;
        right: 5px;
        top: 50%;
        transform: translateY(-55%);
        width: 54px;
        height: 54px;
        padding: 0;
        border: 1px solid rgba(255,255,255,.32);
        border-radius: 50%;
        color: #fff;
        background: linear-gradient(135deg,#ff42d1,#a335ff);
        box-shadow: 0 10px 28px rgba(211,38,192,.42);
        cursor: pointer;
        transition: opacity .2s,transform .2s
    }

    .rurka-room-next:active {
        transform: translateY(-55%) scale(.94)
    }

    .rurka-room-next.is-hidden {
        opacity: 0;
        pointer-events: none
    }

    .rurka-swipe-hint {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        margin: 7px 0 17px;
        color: #eadbef;
        font-size: 12px
    }

    .rurka-swipe-hint i {
        color: #ff75df;
        font-size: 18px;
        animation: rurka-swipe 1.7s ease-in-out infinite
    }

    .rurka-entry {
        margin-top: 0;
        background: rgba(83,31,98,.72)
    }

    .rurka-btn-guest {
        order: initial
    }
}

@keyframes rurka-swipe {
    0%,100% {
        transform: translateX(-3px)
    }

    50% {
        transform: translateX(5px)
    }
}

/* Rejestracja jako waÅ¼ne wezwanie do dziaÅ‚ania */
.rurka-register-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: 18px;
    margin-bottom: 18px;
    padding: 16px 18px;
    border: 1px solid rgba(255,111,224,.55);
    border-radius: 16px;
    background: linear-gradient(135deg,rgba(238,56,204,.18),rgba(126,67,255,.2));
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 12px 30px rgba(43,5,54,.18)
}

.rurka-register-copy {
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0
}

.rurka-register-copy span {
    color: #ead9ed;
    font-size: 12px
}

.rurka-register-copy strong {
    color: #fff;
    font-size: 15px;
    line-height: 1.3
}

.rurka-register-cta button {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 46px;
    padding: 0 17px;
    border: 1px solid rgba(255,255,255,.3);
    border-radius: 13px;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    background: linear-gradient(135deg,#f43acb,#9145ff);
    box-shadow: 0 9px 22px rgba(206,42,190,.3);
    cursor: pointer;
    transition: transform .18s,box-shadow .18s,opacity .18s
}

.rurka-register-cta button:hover:not(:disabled) {
    transform: translateY(-2px);
    box-shadow: 0 13px 28px rgba(206,42,190,.4)
}

.rurka-register-cta button:disabled {
    opacity: .48;
    cursor: not-allowed;
    box-shadow: none
}

.rurka-recovery {
    display: flex;
    justify-content: center;
    margin-top: 14px
}

.rurka-recovery button {
    padding: 4px;
    border: 0;
    color: #d9c7dd;
    font-size: 12px;
    background: none;
    cursor: pointer
}

.rurka-recovery button:hover {
    color: #fff
}

@media(max-width: 600px) {
    .rurka-register-cta {
        align-items:stretch;
        flex-direction: column;
        gap: 12px;
        padding: 16px
    }

    .rurka-register-copy {
        text-align: center
    }

    .rurka-register-cta button {
        width: 100%;
        min-height: 50px
    }
}













/* Kontener tłumacza */
#google_translate_element {
    position: relative;
    display: inline-flex;
    align-items: center;
}

/* Główny przycisk */
.goog-te-gadget-simple {
    display: inline-flex !important;
    align-items: center;
    min-height: 38px;

    padding: 7px 12px !important;

    background: linear-gradient(
        135deg,
        rgba(241, 59, 209, 0.18),
        rgba(139, 69, 255, 0.24)
    ) !important;

    border: 1px solid rgba(255, 255, 255, 0.22) !important;
    border-radius: 12px !important;

    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 8px 22px rgba(25, 4, 32, 0.22);

    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);

    font-family: "Manrope", Arial, sans-serif !important;
    font-size: 12px !important;

    cursor: pointer;
    transition:
        transform 0.2s ease,
        background 0.2s ease,
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

.goog-te-gadget-simple:hover {
    transform: translateY(-1px);

    background: linear-gradient(
        135deg,
        rgba(241, 59, 209, 0.3),
        rgba(139, 69, 255, 0.36)
    ) !important;

    border-color: rgba(255, 117, 223, 0.58) !important;
    box-shadow: 0 10px 26px rgba(211, 38, 192, 0.3);
}

/* Link znajdujący się w przycisku */
.goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed {
    display: inline-flex !important;
    align-items: center;
    gap: 6px;

    color: #ffffff !important;
    font-family: "Manrope", Arial, sans-serif !important;
    font-weight: 600 !important;
    text-decoration: none !important;
}

/* Tekst i strzałka */
.goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed span {
    display: inline-block !important;

    border-left: 0 !important;
    padding-left: 0 !important;

    color: #eadbef !important;
    text-decoration: none !important;
}

/* Kolor strzałki */
.goog-te-gadget-simple
.VIpgJd-ZVi9od-xl07Ob-lTBxed
span:last-child {
    color: #ff75df !important;
    font-size: 10px !important;
}

/* Ukrycie oryginalnej ikony Google */
.goog-te-gadget img,
.goog-te-gadget-icon {
    display: none !important;
}

/* Usunięcie zbędnego tślnika Google */
.goog-te-gadget-simple span[style*="border-left"] {
    border-left: 0 !important;
}

/* Telefon */
@media (max-width: 600px) {
    .goog-te-gadget-simple {
        min-height: 36px;
        padding: 6px 10px !important;
        border-radius: 11px !important;
        font-size: 11px !important;
    }
}








/* =========================================================
   WSPÓLNY NOWOCZESNY WYGLĄD MODALI
   Rejestracja / Gość / Przypomnienie hasła
   ========================================================= */

/* Tło za modalem */
.small_modal_out:has(#registration_form_box),
.small_modal_out:has(#guest_form_box),
.small_modal_out:has(#recovery_email) {
    padding: 12px;

    background:
        radial-gradient(
            circle at 20% 10%,
            rgba(241, 59, 209, 0.18),
            transparent 35%
        ),
        rgba(15, 4, 22, 0.82) !important;

    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(9px);
}

/* Główne okno */
.small_modal_in:has(#registration_form_box),
.small_modal_in:has(#guest_form_box),
.small_modal_in:has(#recovery_email) {
    width: calc(100% - 24px) !important;
    max-width: 440px !important;
    margin: 20px auto !important;

    overflow: hidden;

    color: #fff;

    background:
        linear-gradient(
            145deg,
            rgba(85, 29, 101, 0.97),
            rgba(41, 14, 57, 0.98)
        ) !important;

    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px !important;

    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.11),
        0 24px 65px rgba(12, 1, 20, 0.52);
}

/* Przypomnienie hasła może być węższe */
.small_modal_in:has(#recovery_email) {
    max-width: 380px !important;
}

/* Górny pasek */
.small_modal_in:has(#registration_form_box) .modal_top,
.small_modal_in:has(#guest_form_box) .modal_top,
.small_modal_in:has(#recovery_email) .modal_top {
    min-height: 50px;

    color: #fff !important;

    background:
        linear-gradient(
            135deg,
            rgba(241, 59, 209, 0.96),
            rgba(139, 69, 255, 0.96)
        ) !important;

    border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}

.small_modal_in:has(#registration_form_box) .modal_top_text,
.small_modal_in:has(#guest_form_box) .modal_top_text,
.small_modal_in:has(#recovery_email) .modal_top_text {
    padding-left: 16px;

    font-family: "Manrope", Arial, sans-serif;
    font-size: 14px;
    font-weight: 800;
}

/* Przycisk zamknięcia */
.small_modal_in:has(#registration_form_box) .modal_top_element,
.small_modal_in:has(#guest_form_box) .modal_top_element,
.small_modal_in:has(#recovery_email) .modal_top_element {
    width: 44px;
    height: 44px;

    color: #fff;

    border-radius: 50%;

    transition:
        background 0.2s ease,
        transform 0.2s ease;
}

.small_modal_in:has(#registration_form_box) .modal_top_element:hover,
.small_modal_in:has(#guest_form_box) .modal_top_element:hover,
.small_modal_in:has(#recovery_email) .modal_top_element:hover {
    background: rgba(255, 255, 255, 0.14);
    transform: rotate(5deg);
}

/* Wspólna zawartość */
#registration_form_box,
#guest_form_box,
.small_modal_in:has(#recovery_email) .pad15 {
    padding: 18px !important;

    color: #fff;

    font-family: "Manrope", Arial, sans-serif;

    background:
        linear-gradient(
            145deg,
            rgba(78, 27, 92, 0.85),
            rgba(46, 15, 63, 0.94)
        ) !important;
}

/* Komunikat 18+ */
#registration_form_box > center,
#guest_form_box > center {
    display: block;

    margin-bottom: 14px;
    padding: 9px 12px;

    text-align: left;

    background: rgba(255, 91, 125, 0.12);
    border: 1px solid rgba(255, 111, 139, 0.3);
    border-radius: 11px;
}

#registration_form_box > center font,
#guest_form_box > center font {
    color: #ffb6c6 !important;

    font-family: "Manrope", Arial, sans-serif;
    font-size: 11px !important;
    font-weight: 700;
    line-height: 1.4;
}

#registration_form_box > br,
#guest_form_box > br {
    display: none;
}

/* Etykiety */
#registration_form_box .label,
#guest_form_box .label,
.small_modal_in:has(#recovery_email) .label {
    margin: 10px 0 5px !important;

    color: #f4eaf6 !important;

    font-size: 11px !important;
    font-weight: 700 !important;
}

/* Weryfikacja e-mail */
#registration_form_box .label + a {
    display: inline-block;

    margin: -3px 0 5px;

    color: #ff8be7 !important;

    font-size: 10px !important;
}

/* Pola tekstowe */
#registration_form_box .full_input,
#guest_form_box .full_input,
.small_modal_in:has(#recovery_email) .full_input {
    width: 100% !important;
    min-width: 100% !important;
    height: 42px !important;

    padding: 0 12px !important;

    color: #fff !important;

    background: rgba(255, 255, 255, 0.09) !important;

    border: 1px solid rgba(255, 255, 255, 0.18) !important;
    border-radius: 11px !important;

    outline: none;

    box-shadow: none !important;

    transition:
        background 0.2s ease,
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

#registration_form_box .full_input::placeholder,
#guest_form_box .full_input::placeholder,
.small_modal_in:has(#recovery_email) .full_input::placeholder {
    color: rgba(237, 218, 241, 0.52) !important;
}

#registration_form_box .full_input:focus,
#guest_form_box .full_input:focus,
.small_modal_in:has(#recovery_email) .full_input:focus {
    background: rgba(255, 255, 255, 0.13) !important;

    border-color: #ef5bd7 !important;

    box-shadow:
        0 0 0 3px rgba(239, 91, 215, 0.13) !important;
}

/* Selecty */
#registration_form_box select,
#guest_form_box select {
    width: 100% !important;
    height: 42px !important;

    padding: 0 35px 0 12px !important;

    color: #fff !important;

    background-color: rgba(255, 255, 255, 0.09) !important;

    border: 1px solid rgba(255, 255, 255, 0.18) !important;
    border-radius: 11px !important;

    outline: none;
    cursor: pointer;
}

#registration_form_box select:focus,
#guest_form_box select:focus {
    border-color: #ef5bd7 !important;

    box-shadow:
        0 0 0 3px rgba(239, 91, 215, 0.13);
}

#registration_form_box select option,
#guest_form_box select option {
    color: #fff;
    background: #3d154c;
}

/* SelectBoxIt generowany przez skrypt */
#registration_form_box .selectboxit,
#guest_form_box .selectboxit {
    height: 42px !important;

    color: #fff !important;

    background: rgba(255, 255, 255, 0.09) !important;

    border: 1px solid rgba(255, 255, 255, 0.18) !important;
    border-radius: 11px !important;

    box-shadow: none !important;
}

#registration_form_box .selectboxit-container span,
#guest_form_box .selectboxit-container span {
    height: 25px;
    line-height: 35px;
    color: #fff !important;
}

/* Płeć i wiek */
#registration_form_box .register_options,
#guest_form_box .register_options {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9px;

    margin-top: 2px;
}

#registration_form_box .form_left,
#registration_form_box .form_right,
#guest_form_box .form_left,
#guest_form_box .form_right {
    float: none !important;

    width: 100% !important;
    padding: 0 !important;
}

/* Pole dodatkowe */
#registration_form_box #referrer-wrapper,
#guest_form_box #referrer-wrapper {
    margin-top: 8px !important;
    padding: 10px;

    background: rgba(255, 255, 255, 0.05);

    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 11px;
}

/* Newsletter */
#registration_form_box > div[style*="margin-top:15px"] {
    margin: 14px 0 12px !important;
    padding: 11px 12px;

    color: #eadced;

    background:
        linear-gradient(
            135deg,
            rgba(241, 59, 209, 0.09),
            rgba(139, 69, 255, 0.09)
        );

    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 11px;
}

#registration_form_box > div[style*="margin-top:15px"] label {
    display: flex;
    align-items: flex-start;
    gap: 8px;

    font-size: 11px !important;
    line-height: 1.4;
}

#registration_form_box #newsletter_optin {
    flex: 0 0 auto;

    width: 17px;
    height: 17px;
    margin: 0 !important;

    accent-color: #ec43d0;
}

/* Przyciski wszystkich trzech modali */
#registration_form_box .theme_btn,
#guest_form_box .theme_btn,
.small_modal_in:has(#recovery_email) .theme_btn {
    width: 100% !important;
    min-height: 44px;

    margin: 10px 0 0 !important;
    padding: 0 16px !important;

    color: #fff !important;

    font-family: "Manrope", Arial, sans-serif;
    font-size: 13px !important;
    font-weight: 800 !important;

    background:
        linear-gradient(
            135deg,
            #f13bd1,
            #9145ff
        ) !important;

    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 12px !important;

    box-shadow:
        0 10px 24px rgba(206, 42, 190, 0.3);

    cursor: pointer;

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        filter 0.2s ease;
}

#registration_form_box .theme_btn:hover,
#guest_form_box .theme_btn:hover,
.small_modal_in:has(#recovery_email) .theme_btn:hover {
    filter: brightness(1.08);
    transform: translateY(-1px);

    box-shadow:
        0 13px 28px rgba(206, 42, 190, 0.38);
}

/* Telefon */
@media (max-width: 600px) {
    .small_modal_out:has(#registration_form_box),
    .small_modal_out:has(#guest_form_box),
    .small_modal_out:has(#recovery_email) {
        padding: 6px;
    }

    .small_modal_in:has(#registration_form_box),
    .small_modal_in:has(#guest_form_box),
    .small_modal_in:has(#recovery_email) {
        width: calc(100% - 12px) !important;
        margin: 6px auto !important;

        border-radius: 17px !important;
    }

    #registration_form_box,
    #guest_form_box,
    .small_modal_in:has(#recovery_email) .pad15 {
        padding: 14px !important;
    }

    #registration_form_box .full_input,
    #guest_form_box .full_input,
    .small_modal_in:has(#recovery_email) .full_input,
    #registration_form_box select,
    #guest_form_box select {
        height: 40px !important;
    }

    #registration_form_box .register_options,
    #guest_form_box .register_options {
        gap: 7px;
    }

    #registration_form_box .theme_btn,
    #guest_form_box .theme_btn,
    .small_modal_in:has(#recovery_email) .theme_btn {
        min-height: 43px;
    }
}