@import '_content/LetsGetDrunk.SharedUI/LetsGetDrunk.SharedUI.ijee1zgxzz.bundle.scp.css';

/* /Components/Layout/LanguageSwitcher.razor.rz.scp.css */
.language-switcher[b-8pd8o0ow5k] {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-left: 8px;
}

.flag-icon[b-8pd8o0ow5k] {
    width: 24px;
    height: auto;
    cursor: pointer;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    transition: all 0.2s ease-in-out;
}

    .flag-icon.inactive[b-8pd8o0ow5k] {
        filter: grayscale(75%);
        opacity: 0.5;
    }

    .flag-icon.active[b-8pd8o0ow5k] {
        filter: grayscale(0%);
        opacity: 1;
        transform: scale(1.1);
    }

@media (min-width: 768px) {
    .language-switcher[b-8pd8o0ow5k] {
        margin-left: 20px;
    }

    .flag-icon[b-8pd8o0ow5k] {
        width: 28px;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-ohcrawwo42] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-ohcrawwo42] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.sidebar[b-ohcrawwo42] {
    background-image: linear-gradient(90deg, rgb(5, 39, 103) 0%, #3a0647 100%);
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    height: 60px;
}

.top-row[b-ohcrawwo42] {
    position: fixed;
    top: 0;
    right: 4.5rem;
    height: 60px;
    z-index: 1051;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: transparent;
    border: none;
    padding: 0;
}

.right-controls[b-ohcrawwo42] {
    display: flex;
    align-items: center;
}

.collapsed-left-controls[b-ohcrawwo42] {
    display: none;
}

.content[b-ohcrawwo42] {
    margin-top: 60px;
    padding-top: 1.1rem;
    flex: 1;
}

@media (min-width: 768px) {
    /* Skrytí sidebaru, když je zavřený */
    .page.sidebar-collapsed .sidebar[b-ohcrawwo42] {
        display: none !important;
    }

    /* ROZTAŽENÍ OBSAHU, KDYŽ JE SIDEBAR ZAVŘENÝ */
    .page.sidebar-collapsed main[b-ohcrawwo42] {
        margin-left: 0 !important;
        width: 100% !important;
    }

    .page.sidebar-collapsed .top-row[b-ohcrawwo42] {
        left: 0 !important;
        width: 100% !important;
    }

    .page[b-ohcrawwo42] {
        flex-direction: row;
    }

    .sidebar[b-ohcrawwo42] {
        width: 250px;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
        z-index: 1050;
    }

    main[b-ohcrawwo42] {
        margin-left: 250px;
        width: calc(100% - 250px);
    }

    .top-row[b-ohcrawwo42] {
        position: fixed;
        top: 0;
        left: 250px;
        width: calc(100% - 250px);
        height: 3.5rem;
        z-index: 1000;
        background-image: linear-gradient(90deg, #3a0647 0%, rgb(5, 39, 103) 100%);
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        justify-content: space-between;
        padding: 0 1.5rem;
    }

    .page:not(.sidebar-collapsed) .top-row[b-ohcrawwo42] {
        justify-content: flex-end;
    }

    .collapsed-left-controls.desktop-only[b-ohcrawwo42] {
        display: flex;
        align-items: center;
        gap: 15px;
    }

    .btn-toggle-left[b-ohcrawwo42] {
        background: transparent;
        border: 1px solid rgba(255, 255, 255, 0.3);
        border-radius: 4px;
        padding: 4px 8px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: background 0.2s;
    }

        .btn-toggle-left:hover[b-ohcrawwo42] {
            background: rgba(255, 255, 255, 0.1);
        }

    .top-logo[b-ohcrawwo42] {
        height: 40px;
        cursor: pointer;
    }

    .content[b-ohcrawwo42] {
        margin-top: 3.5rem;
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .page:not(.sidebar-collapsed) .sidebar[b-ohcrawwo42] {
        width: 200px;
    }

    .page:not(.sidebar-collapsed) main[b-ohcrawwo42] {
        margin-left: 200px;
        width: calc(100% - 200px);
    }

    .page:not(.sidebar-collapsed) .top-row[b-ohcrawwo42] {
        left: 200px;
        width: calc(100% - 200px);
    }
}

#blazor-error-ui[b-ohcrawwo42] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-ohcrawwo42] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-wlv78sfib5] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
    z-index: 1060;
}

    .navbar-toggler:checked[b-wlv78sfib5] {
        background-color: rgba(255, 255, 255, 0.5);
    }

.top-row[b-wlv78sfib5] {
    height: 60px;
    background-color: transparent;
    display: flex;
    align-items: center;
    padding-left: 1rem;
    position: relative;
}

.mobile-logo[b-wlv78sfib5] {
    height: 45px;
    width: auto;
    cursor: pointer;
}

.btn-collapse-sidebar[b-wlv78sfib5] {
    display: none;
}

.bi[b-wlv78sfib5] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
    flex-shrink: 0;
}

.bi-house-door-fill-nav-menu[b-wlv78sfib5] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-wlv78sfib5] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-box-arrow-right-nav-menu[b-wlv78sfib5] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-box-arrow-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M10 12.5a.5.5 0 0 1-.5.5h-8a.5.5 0 0 1-.5-.5v-9a.5.5 0 0 1 .5-.5h8a.5.5 0 0 1 .5.5v2a.5.5 0 0 0 1 0v-2A1.5 1.5 0 0 0 9.5 2h-8A1.5 1.5 0 0 0 0 3.5v9A1.5 1.5 0 0 0 1.5 14h8a1.5 1.5 0 0 0 1.5-1.5v-2a.5.5 0 0 0-1 0z'/%3E%3Cpath fill-rule='evenodd' d='M15.854 8.354a.5.5 0 0 0 0-.708l-3-3a.5.5 0 0 0-.708.708L14.293 7.5H5.5a.5.5 0 0 0 0 1h8.793l-2.147 2.146a.5.5 0 0 0 .708.708z'/%3E%3C/svg%3E");
}

.bi-person-plus-nav-menu[b-wlv78sfib5] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-plus-fill' viewBox='0 0 16 16'%3E%3Cpath d='M1 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6'/%3E%3Cpath fill-rule='evenodd' d='M13.5 5a.5.5 0 0 1 .5.5V7h1.5a.5.5 0 0 1 0 1H14v1.5a.5.5 0 0 1-1 0V8h-1.5a.5.5 0 0 1 0-1H13V5.5a.5.5 0 0 1 .5-.5'/%3E%3C/svg%3E");
}

.nav-item[b-wlv78sfib5] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-wlv78sfib5] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-wlv78sfib5] {
        padding-bottom: 1rem;
    }

    .nav-item[b-wlv78sfib5]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        min-height: 3rem;
        display: flex;
        align-items: center;
        line-height: 1.4;
        width: 100%;
        padding: 0.5rem 1rem;
        white-space: normal;
    }

    .nav-item[b-wlv78sfib5]  a.active {
        background-color: rgba(255,255,255,0.37);
        color: white;
    }

    .nav-item[b-wlv78sfib5]  .nav-link:hover {
        background-color: rgba(255,255,255,0.1);
        color: white;
    }

.nav-scrollable[b-wlv78sfib5] {
    display: none;
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: calc(100vh - 60px);
    overflow-y: auto;
    z-index: 1055;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

    /* Flexbox roztáhne nav prvek přes celou výšku, což je potřeba pro "mt-auto" */
    .nav-scrollable nav[b-wlv78sfib5] {
        min-height: 100%;
    }

    .nav-scrollable[b-wlv78sfib5]::-webkit-scrollbar {
        display: none;
    }

.navbar-toggler:checked ~ .nav-scrollable[b-wlv78sfib5] {
    display: block;
}

.mobile-only[b-wlv78sfib5] {
    display: block;
}

/* --- Bug Reporter --- */
.bug-reporter[b-wlv78sfib5] {
    margin-top: auto; /* Odtlačí položku na úplné dno nav kontejneru */
    padding: 1rem 0.5rem 0.5rem 0.5rem;
}

    .bug-reporter[b-wlv78sfib5]  .nav-link {
        padding: 0.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        background: transparent !important;
        border: none;
        opacity: 0.4;
        transition: all 0.2s;
        cursor: pointer;
        width: max-content; /* Zabrání roztažení hover efektu přes celý řádek */
    }

        .bug-reporter[b-wlv78sfib5]  .nav-link:hover {
            transform: scale(1.1);
            opacity: 1;
            background: transparent !important;
        }

    .bug-reporter .bi[b-wlv78sfib5] {
        margin-right: 0;
        top: 0;
        width: 1.1rem;
        height: 1.1rem;
    }

/* Oficiální Bootstrap ikona "bug-fill" */
.bi-bug-fill-nav-menu[b-wlv78sfib5] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-bug-fill' viewBox='0 0 16 16'%3E%3Cpath d='M4.978.855a.5.5 0 1 0-.956.29l.41 1.352A5 5 0 0 0 3 6h10a5 5 0 0 0-1.432-3.503l.41-1.352a.5.5 0 1 0-.956-.29l-.291.956A5 5 0 0 0 8 1a5 5 0 0 0-2.731.811l-.29-.956z'/%3E%3Cpath d='M13 6v1H8.5v8.975A5 5 0 0 0 13 11h.5a.5.5 0 0 1 .5.5v.5a.5.5 0 1 0 1 0v-.5a1.5 1.5 0 0 0-1.5-1.5H13V9h1.5a.5.5 0 0 0 0-1H13V7h.5a.5.5 0 0 1 .5.5v.5a.5.5 0 1 0 1 0v-.5a1.5 1.5 0 0 0-1.5-1.5H13zM3 6H1.5a1.5 1.5 0 0 0-1.5 1.5v.5a.5.5 0 1 0 1 0v-.5a.5.5 0 0 1 .5-.5H3v1H1.5a1.5 1.5 0 0 0-1.5 1.5v.5a.5.5 0 1 0 1 0v-.5a.5.5 0 0 1 .5-.5H3v1h-.5a.5.5 0 1 0 0 1h.5v.5a5 5 0 0 0 4.5 4.975V7h-4.5z'/%3E%3C/svg%3E");
}

@media (min-width: 768px) {
    .navbar-toggler[b-wlv78sfib5] {
        display: none;
    }

    .top-row[b-wlv78sfib5] {
        height: 120px;
        justify-content: center;
        padding-left: 0;
    }

    .mobile-logo[b-wlv78sfib5] {
        height: 90px;
    }

    .btn-collapse-sidebar[b-wlv78sfib5] {
        display: flex;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        background-color: white;
        border: none;
        width: 22px;
        height: 50px;
        border-radius: 25px 0 0 25px;
        cursor: pointer;
        align-items: center;
        justify-content: center;
        padding-left: 16px;
        padding-right: 0;
        box-shadow: -2px 0 5px rgba(0,0,0,0.15);
        z-index: 1060;
        transition: all 0.2s;
    }

        .btn-collapse-sidebar:hover[b-wlv78sfib5] {
            background-color: #f8f9fa;
            width: 26px;
        }

    .nav-scrollable[b-wlv78sfib5] {
        display: block;
        position: static;
        height: calc(100vh - 120px);
        background: none;
        width: auto;
        overflow-y: auto;
    }

    .mobile-only[b-wlv78sfib5] {
        display: none;
    }
}
/* /Components/Layout/TermsAgreementOverlay.razor.rz.scp.css */
.terms-overlay-wrapper[b-uophvdtvj9] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 9999; /* Extrémně vysoký z-index, aby to překrylo i NavMenu */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.terms-modal[b-uophvdtvj9] {
    background-color: white;
    color: black;
    padding: 1.5rem;
    border-radius: 8px;
    max-width: 800px;
    width: 100%;
    max-height: 85vh;
    display: flex;
    flex-direction: column;
}

.terms-title[b-uophvdtvj9] {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.terms-description[b-uophvdtvj9] {
    margin-bottom: 1rem;
}

.terms-content-box[b-uophvdtvj9] {
    background-color: #f3f4f6;
    padding: 1rem;
    border-radius: 4px;
    font-size: 0.875rem;
    overflow-y: auto;
    flex-grow: 1;
    margin-bottom: 1rem;
}

.terms-btn[b-uophvdtvj9] {
    width: 100%;
    background-color: #dc2626;
    color: white;
    font-weight: bold;
    padding: 1rem;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
}

    .terms-btn:hover[b-uophvdtvj9] {
        background-color: #b91c1c;
    }
/* /Components/Layout/UserMenu.razor.rz.scp.css */
.auth-buttons[b-ncvjqdpw38] {
    display: flex;
    gap: 10px;
    align-items: center;
}

.btn-auth[b-ncvjqdpw38] {
    padding: 6px 12px;
    font-size: 0.9rem;
    font-weight: bold;
    cursor: pointer;
    background: linear-gradient(135deg, #007bff, #0056b3);
    color: white;
    border: none;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.15);
    transition: all 0.3s ease;
    white-space: nowrap;
}

    .btn-auth:hover[b-ncvjqdpw38] {
        transform: translateY(-2px);
        box-shadow: 0 6px 12px rgba(0,0,0,0.2);
        background: linear-gradient(135deg, #0069d9, #004085);
    }

.btn-logout[b-ncvjqdpw38] {
    background: linear-gradient(135deg, #d9534f, #c9302c);
}

    .btn-logout:hover[b-ncvjqdpw38] {
        background: linear-gradient(135deg, #c9302c, #a02622);
    }

/* Výchozí stav pro mobily na výšku */
.logout-btn[b-ncvjqdpw38], .register-btn[b-ncvjqdpw38] {
    display: none;
}

/* Zobrazení registrace při otočení mobilu na šířku */
@media (max-width: 767px) and (orientation: landscape) {
    .register-btn[b-ncvjqdpw38] {
        display: inline-block;
    }
}

/* Standardní desktopové a tabletové zobrazení */
@media (min-width: 768px) {
    .btn-auth[b-ncvjqdpw38] {
        padding: 8px 16px;
        font-size: 1rem;
    }

    .logout-btn[b-ncvjqdpw38], .register-btn[b-ncvjqdpw38] {
        display: inline-block;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .auth-buttons[b-ncvjqdpw38] {
        gap: 5px;
    }

    .btn-auth[b-ncvjqdpw38] {
        padding: 6px 10px;
        font-size: 0.85rem;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
/* ZÁKLADNÍ KONTEJNERY A SCROLLOVÁNÍ */
.menu-container[b-rf71bwg859] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh; /* Nepoužíváme overflow: hidden, aby mohl fungovat sticky */
    min-height: 100dvh; /* OPRAVA: Řeší problém iOS/iPad Safari, kde 100vh schovávalo obsah pod okraj displeje */
    box-sizing: border-box;
    padding-bottom: 20px; /* Prostor pro to, aby se verze měla o co opřít */
}

.main-layout-container[b-rf71bwg859] {
    margin: auto; /* Obsah se dokonale vycentruje na střed */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

.main-title[b-rf71bwg859] {
    font-size: 2.5rem;
    color: #666;
    font-weight: 300;
    margin-bottom: 2rem;
    letter-spacing: 2px;
    text-align: center;
}

/* ROZLOŽENÍ HERNÍCH TLAČÍTEK */
.menu-wrapper[b-rf71bwg859] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    width: 100%;
}

.game-group[b-rf71bwg859] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.group-1[b-rf71bwg859] {
    transform: translateX(-25px);
}

.group-2[b-rf71bwg859] {
    transform: translateX(25px);
}

.buttons-col[b-rf71bwg859] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 240px;
}

.yellow-group[b-rf71bwg859] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 290px;
    align-items: center;
}

.half-buttons[b-rf71bwg859] {
    display: flex;
    gap: 12px;
    width: 100%;
}

.btn-half[b-rf71bwg859] {
    flex: 1;
    font-size: 1rem !important;
}

/* ČÍSLA A STYLOVÁNÍ TLAČÍTEK */
.group-number[b-rf71bwg859] {
    font-size: 7rem;
    color: #999;
    font-weight: 300;
    line-height: 0.8;
    user-select: none;
}

.menu-button[b-rf71bwg859] {
    display: block; /* PŘIDÁNO: Aby <a> tag zabral celou šířku kontejneru jako tlačítko */
    text-decoration: none; /* PŘIDÁNO: Aby <a> tag neměl podtržení */
    box-sizing: border-box; /* PŘIDÁNO: Aby padding nerozbil šířku */

    padding: 0.8rem 1.5rem;
    font-size: 1.2rem;
    font-weight: bold;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: box-shadow 0.3s ease, transform 0.2s ease;
    width: 100%;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0,0,0,0.15);
}

    .menu-button:hover[b-rf71bwg859] {
        transform: scale(1.03);
        box-shadow: 0 6px 12px rgba(0,0,0,0.2);
    }

    .menu-button:active[b-rf71bwg859] {
        transform: scale(0.98);
        box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    }

    /* PŘIDÁNO: Ochrana proti změně barvy odkazů (fialová/modrá barva po kliknutí) */
    .menu-button:visited[b-rf71bwg859], .menu-button:active[b-rf71bwg859], .menu-button:focus[b-rf71bwg859] {
        color: white;
    }

/* GRADIENTY */
.blue-gradient[b-rf71bwg859] {
    background: linear-gradient(135deg, #007bff, #00d4ff);
    color: white;
}

.yellow-gradient[b-rf71bwg859] {
    background: linear-gradient(135deg, #ffc107, #ff9800);
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

/* VERZE APLIKACE (PC výchozí - OPRAVA: Sticky drží prvek viditelný bez scrollu a zároveň respektuje layout a boční panel) */
.version-label[b-rf71bwg859] {
    position: -webkit-sticky;
    position: sticky;
    bottom: 10px;
    margin-left: 5px; /* OPRAVA: Posunuto přesně na 5px */
    align-self: flex-start;
    margin-top: auto; /* Zaručí, že v HTML toku prvek padne na absolutní dno kontejneru */
    cursor: pointer;
    font-size: 0.85rem;
    color: #aaaaaa;
    z-index: 50;
}

/* --- OPRAVA: TABLETY NA VÝŠKU (iPad, iPad Pro) --- */
@media (min-width: 851px) and (max-width: 1024px) {
    .main-layout-container[b-rf71bwg859] {
        margin: 15vh auto auto auto; /* Fixní posun, který zruší gigantickou mezeru nahoře a uvolní místo pro verzi dole */
    }
}

/* --- MOBILY NA VÝŠKU --- */
@media (max-width: 850px) and (orientation: portrait) {
    .menu-container[b-rf71bwg859] {
        height: auto;
        overflow-y: auto;
        padding-bottom: 20px; /* OPRAVA: Zmenšeno z 40px pro odstranění zbytečné díry */
        overflow-x: hidden;
    }

    .main-layout-container[b-rf71bwg859] {
        margin: 0 auto;
        padding-top: 15px;
        padding-bottom: 15px; /* OPRAVA: Zmenšeno z 20px */
    }

    .main-title[b-rf71bwg859] {
        font-size: 1.8rem;
        margin-bottom: 1rem;
    }

    .group-1[b-rf71bwg859], .group-2[b-rf71bwg859] {
        transform: none;
        flex-direction: column;
        position: relative;
        width: 100%;
        max-width: 300px; /* Omezení kontejneru na šířku tlačítek, aby čísla neujížděla mimo obrazovku */
        margin-top: 30px;
    }

    .buttons-col[b-rf71bwg859], .yellow-group[b-rf71bwg859] {
        width: 100%;
        max-width: 300px;
    }

    /* Čísla jsou menší a bezpečně vedle tlačítek */
    .group-number[b-rf71bwg859] {
        position: absolute;
        font-size: 1.5rem;
        top: -20px;
        z-index: 1;
        opacity: 0.4;
    }

    .group-1 .group-number[b-rf71bwg859] {
        right: -15px;
    }

    .group-2 .group-number[b-rf71bwg859] {
        left: -15px;
    }

    .menu-button[b-rf71bwg859] {
        padding: 0.7rem 1rem;
        font-size: 1.1rem;
    }

    /* Na mobilu se verze ukazuje až po doscrollování dolů */
    .version-label[b-rf71bwg859] {
        position: absolute;
        bottom: 5px; /* OPRAVA: Posunuto níž, aby zbytečně nevisela ve vzduchu */
        cursor: pointer;
        left: 5px; /* OPRAVA: Sladěno s PC na 5px */
        margin: 0;
    }
}

/* --- MOBILY NA ŠÍŘKU --- */
@media (max-width: 950px) and (orientation: landscape) {
    .menu-container[b-rf71bwg859] {
        height: auto;
        overflow-y: auto;
        padding-bottom: 20px; /* OPRAVA: Zmenšeno z 40px pro sjednocení mezery */
    }

    .main-layout-container[b-rf71bwg859] {
        margin: 0 auto;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .version-label[b-rf71bwg859] {
        position: absolute;
        bottom: 5px; /* OPRAVA: Sjednoceno na 5px */
        cursor: pointer;
        left: 5px; /* OPRAVA: Sjednoceno na 5px */
        margin: 0;
    }
}

/* --- PŮVODNÍ BUBBLE STYLY (Netknuto) --- */
.expired-subscription-bubble[b-rf71bwg859] {
    position: fixed;
    top: 6rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 90%;
    max-width: 320px;
    background-color: #ff4d4d;
    color: white;
    padding: 1.5rem;
    border-radius: 12px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    z-index: 10000;
    animation: fadein-b-rf71bwg859 0.5s ease-out;
}

@media (max-width: 767px) and (orientation: landscape) {
    .expired-subscription-bubble[b-rf71bwg859] {
        top: auto;
        bottom: 1rem;
        left: 2rem;
        right: auto;
        margin: 0;
    }
}

@media (min-width: 768px) {
    .expired-subscription-bubble[b-rf71bwg859] {
        top: auto;
        bottom: 2rem;
        left: 17rem;
        right: auto;
        margin: 0;
    }
}

.exclamation-icon[b-rf71bwg859] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background-color: white;
    color: #ff4d4d;
    font-size: 28px;
    font-weight: 900;
    border-radius: 50%;
    align-self: center;
    margin-top: -5px;
    margin-bottom: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.bubble-content[b-rf71bwg859] {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    position: relative;
}

    .bubble-content p[b-rf71bwg859] {
        margin: 0;
        font-size: 1rem;
        line-height: 1.4;
        font-weight: 500;
        text-align: center;
    }

.btn-renew[b-rf71bwg859] {
    background-color: white;
    color: #ff4d4d;
    border: none;
    padding: 0.75rem;
    font-weight: bold;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

    .btn-renew:hover[b-rf71bwg859] {
        background-color: #f8f8f8;
        transform: scale(1.03);
    }

    .btn-renew:active[b-rf71bwg859] {
        transform: scale(0.98);
    }

.btn-close[b-rf71bwg859] {
    position: absolute;
    top: -1rem;
    right: -1rem;
    background: none;
    border: none;
    color: white;
    font-size: 1.2rem;
    cursor: pointer;
    opacity: 0.8;
    transition: opacity 0.2s ease;
}

    .btn-close:hover[b-rf71bwg859] {
        opacity: 1;
    }

@keyframes fadein-b-rf71bwg859 {
    from {
        opacity: 0;
        transform: translateY(-15px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
