/* Native-like mobile game chrome. Presentation only — no gameplay rules. */

html.game-shell.pwa-root,
body.game-native.game-shell {
    width: 100%;
    max-width: none;
    overscroll-behavior: none;
    -webkit-user-select: none;
    user-select: none;
}

body.game-native {
    --game-ink: #4a2a18;
    --game-gold: #ffd24a;
    --game-gold-deep: #f0a020;
    --game-cream: #fffaf3;
    --game-dock-h: 4.65rem;
    background: #fff4e0 !important;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

body.game-native [hidden] {
    display: none !important;
}

body.game-native .badge-combo {
    display: none;
}

body.game-native .badge-combo.is-on {
    display: inline-flex;
}

body.game-native #headerStats {
    width: auto !important;
    flex-wrap: nowrap !important;
}

body.game-native button {
    font-family: inherit;
    appearance: none;
    -webkit-appearance: none;
}

body.game-native.game-shell {
    touch-action: pan-y;
}

/* ===== Stage: header / play / dock — dock must never be clipped ===== */
body.game-native .game-stage.card-mamosta {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto;
    grid-template-columns: minmax(0, 1fr);
    flex: 1 1 auto;
    width: 100%;
    max-width: none !important;
    height: 100%;
    min-height: 0;
    margin: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    overflow: hidden;
}

body.game-native .game-stage.card-mamosta::before,
body.game-native .game-stage.card-mamosta::after {
    display: none;
}

body.game-native .game-stage-body {
    position: relative;
    grid-row: 2;
    min-height: 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 0.28rem 0.65rem 0.12rem !important;
    padding-left: max(0.65rem, env(safe-area-inset-left, 0px)) !important;
    padding-right: max(0.65rem, env(safe-area-inset-right, 0px)) !important;
    padding-bottom: 0.12rem !important;
    touch-action: pan-y;
}

/* ===== HUD ===== */
body.game-native .game-hud.header-persian {
    grid-row: 1;
    flex-shrink: 0;
    padding: 0.4rem 0.7rem 0.42rem !important;
    padding-top: max(0.4rem, env(safe-area-inset-top, 0px), var(--browser-ui-top, 0px)) !important;
    padding-left: max(0.7rem, env(safe-area-inset-left, 0px)) !important;
    padding-right: max(0.7rem, env(safe-area-inset-right, 0px)) !important;
    background:
        linear-gradient(180deg, #ffd25a 0%, #ffb840 100%) !important;
    border-bottom: none !important;
    box-shadow: 0 8px 22px rgba(180, 100, 20, 0.16);
    contain: layout style;
    z-index: 40;
}

body.game-native .game-hud.header-persian::before,
body.game-native .game-hud.header-persian::after {
    display: none;
}

body.game-native .game-hud-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.4rem;
    min-width: 0;
}

body.game-native .game-brand {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    min-width: 0;
    flex: 1 1 auto;
}

body.game-native .game-hud-identity {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.12rem;
}

body.game-native .game-hud-identity h1 {
    margin: 0;
    font-size: 0.92rem !important;
    letter-spacing: 0.02em !important;
    line-height: 1.1;
    color: #5c3824 !important;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.45) !important;
}

body.game-native .game-back-btn {
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
    background: rgba(255, 255, 255, 0.62);
    border: 1px solid rgba(255, 255, 255, 0.7);
    box-shadow: 0 2px 8px rgba(140, 80, 30, 0.12);
    transition: transform 0.12s ease, background 0.12s ease;
}

body.game-native .game-back-btn:active {
    transform: scale(0.94);
    background: rgba(255, 255, 255, 0.85);
}

body.game-native .game-chapter-bar {
    margin: 0 !important;
    padding: 0.1rem 0.12rem 0.1rem 0.38rem !important;
    gap: 0.3rem;
    max-width: 100%;
    background: rgba(255, 255, 255, 0.42);
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow: none;
    animation: none;
}

body.game-native .chapter-label {
    max-width: none;
    font-size: 0.72rem;
    font-weight: 800;
    color: #6d4224;
}

body.game-native .chapter-level-pill {
    font-size: 0.68rem;
    padding: 0.12rem 0.45rem;
}

body.game-native .game-hud-stats {
    display: flex;
    align-items: center;
    gap: 0.32rem;
    flex-shrink: 0;
}

body.game-native .game-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.22rem;
    min-height: 36px;
    padding: 0.18rem 0.55rem;
    border-radius: 999px;
    font-weight: 900;
    font-size: 0.82rem;
    line-height: 1;
    border: 1px solid rgba(255, 255, 255, 0.7);
    background: rgba(255, 255, 255, 0.58);
    color: #5c3824;
    box-shadow: 0 2px 8px rgba(140, 80, 30, 0.1);
}

body.game-native .game-chip-coin {
    background: linear-gradient(180deg, #fff6d0, #ffd978) !important;
    color: #8a5a10 !important;
    border-color: rgba(240, 180, 40, 0.55) !important;
}

body.game-native .game-chip-combo {
    background: linear-gradient(135deg, #ff6b35, #ffd54f) !important;
    color: #1a0e0a !important;
}

body.game-native .music-toggle {
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
    background: rgba(255, 255, 255, 0.58);
    border: 1px solid rgba(255, 255, 255, 0.7);
}

body.game-native .admin-reset-btn {
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
    border-radius: 50%;
    border: 1px solid rgba(180, 50, 40, 0.35);
    background: rgba(255, 236, 230, 0.9);
    color: #9b2c2c;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.05rem;
}

body.game-native .admin-reset-btn[hidden] {
    display: none !important;
}

/* ===== Word board — size to content, no inner scroll ===== */
body.game-native .game-board {
    flex: 0 0 auto;
    min-height: 0;
    max-height: none;
    overflow: visible;
    padding: 0.12rem 0.05rem 0.28rem;
    mask-image: none;
}

body.game-native .game-word-grid,
body.game-native #wordBoxes {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.38rem;
}

body.game-native .game-word-item,
body.game-native #wordBoxes > * {
    width: 100%;
    max-width: none;
    min-width: 0;
    padding: 0;
    margin: 0;
}

body.game-native .word-box {
    min-height: 42px;
    min-width: 0;
    overflow: visible;
    padding: 0.26rem 0.32rem;
    border-radius: 0.85rem;
    background: rgba(255, 255, 255, 0.82) !important;
    border: 1.5px solid rgba(220, 170, 100, 0.38) !important;
    box-shadow: 0 3px 10px rgba(140, 80, 30, 0.07);
    gap: 0.12rem;
}

body.game-native .word-box .letter-slot {
    width: clamp(18px, 5.4vw, 26px);
    height: clamp(24px, 6.4vw, 32px);
    line-height: clamp(24px, 6.4vw, 32px);
    font-size: clamp(0.82rem, 3.6vw, 1.05rem);
}

body.game-native .word-box.completed {
    background: linear-gradient(180deg, rgba(126, 217, 160, 0.22), rgba(255, 255, 255, 0.85)) !important;
    border-color: rgba(50, 170, 100, 0.5) !important;
}

body.game-native .word-box.wrong {
    animation: gameNativeWrong 0.38s ease;
}

@keyframes gameNativeWrong {
    0%, 100% { transform: translateX(0); }
    20% { transform: translateX(-5px); }
    40% { transform: translateX(5px); }
    60% { transform: translateX(-3px); }
    80% { transform: translateX(3px); }
}

/* ===== Letter circle — fills leftover space, never overflows dock ===== */
body.game-native .game-circle-zone {
    flex: 1 1 auto;
    min-height: 0;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    overflow: hidden;
    container-type: size;
}

body.game-native .kurdish-table-scene {
    width: 100%;
    height: 100%;
    max-width: none !important;
    max-height: 100%;
    min-height: 0;
    min-width: 0;
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    border-radius: 0 !important;
    overflow: hidden;
}

body.game-native .kurdish-table-scene::before,
body.game-native .kurdish-table-scene::after {
    display: none !important;
}

body.game-native .tray-container {
    width: min(86vw, 400px, 100%);
    height: auto;
    max-width: 100%;
    max-height: 100%;
    min-width: 0;
    min-height: 0;
    aspect-ratio: 1 / 1;
    margin: 0 auto;
    touch-action: none;
    padding: clamp(0.5rem, 3vw, 1.25rem);
    background:
        radial-gradient(ellipse at 42% 36%, rgba(255, 248, 230, 0.92) 0%, rgba(255, 214, 140, 0.55) 58%, rgba(232, 168, 90, 0.5) 100%),
        url('/images/kurdish/tray-rim.svg') center / 108% 108% no-repeat !important;
    box-shadow:
        0 14px 32px rgba(140, 80, 30, 0.2),
        inset 0 0 0 2px rgba(255, 255, 255, 0.35) !important;
}

@supports (width: 1cqmin) {
    body.game-native .tray-container {
        width: min(100cqmin, 86vw, 400px, 100%);
        height: min(100cqmin, 86vw, 400px, 100%);
    }
}

body.game-native .word-display {
    min-height: 44px;
    min-width: 5.5rem;
    padding: 0.32rem 0.65rem !important;
    border-radius: 1.1rem;
    background: rgba(255, 252, 246, 0.96) !important;
    border: 1.5px solid rgba(230, 170, 80, 0.45) !important;
    box-shadow:
        0 8px 20px rgba(120, 70, 20, 0.14),
        inset 0 1px 0 rgba(255, 255, 255, 0.9) !important;
    z-index: 22;
}

body.game-native .letter-cell {
    width: clamp(44px, 11.2vw, 62px);
    height: clamp(44px, 11.2vw, 62px);
    min-width: 44px;
    min-height: 44px;
    font-size: clamp(1.12rem, 4.4vw, 1.85rem);
    background: radial-gradient(ellipse at 30% 26%, #fff4d8, #f0c070 58%, #e09a38) !important;
    border: 2px solid rgba(210, 140, 50, 0.45) !important;
    box-shadow:
        0 5px 0 rgba(180, 110, 40, 0.38),
        0 10px 16px rgba(140, 80, 30, 0.16),
        inset 0 1px 0 rgba(255, 255, 255, 0.55) !important;
}

body.game-native .letter-cell.dragging {
    transform: translate(-50%, -50%) scale(1) !important;
    background: radial-gradient(ellipse at 30% 28%, #fff8e4, #ffd56a) !important;
    box-shadow:
        0 0 0 3px #ffe066,
        0 0 22px rgba(255, 200, 50, 0.45),
        0 6px 0 rgba(180, 110, 40, 0.3) !important;
}

body.game-native.is-drawing .game-stage-body,
body.game-native.is-drawing .game-board {
    overflow: hidden;
}

body.game-native.is-drawing .game-hud,
body.game-native.is-drawing .game-dock,
body.game-native.is-drawing .game-word-grid {
    pointer-events: none;
}

/* ===== Toast feedback (does not shove the circle) ===== */
body.game-native .game-toast.feedback {
    position: absolute;
    left: 50%;
    bottom: 0.35rem;
    transform: translateX(-50%);
    z-index: 35;
    width: min(92%, 360px);
    margin: 0;
    display: none;
    text-align: center;
    pointer-events: none;
    box-shadow: 0 8px 22px rgba(80, 40, 10, 0.16);
}

body.game-native .game-chip-coin.is-unconfirmed {
    outline: none;
}

.mirza-offline-banner {
    position: fixed;
    left: 50%;
    bottom: max(4.8rem, env(safe-area-inset-bottom, 0px));
    transform: translateX(-50%);
    z-index: 4000;
    max-width: min(92vw, 420px);
    padding: 0.7rem 1rem;
    border-radius: 999px;
    background: #3b2416;
    color: #fff6e5;
    font-weight: 700;
    font-size: 0.9rem;
    text-align: center;
    box-shadow: 0 10px 28px rgba(60, 30, 10, 0.28);
    pointer-events: none;
}

.mirza-offline-banner[hidden] {
    display: none !important;
}

@keyframes gameToastIn {
    from { opacity: 0; transform: translateX(-50%) translateY(8px); }
    to { opacity: 1; transform: translateX(-50%) translateY(0); }
}

/* ===== Bottom dock — native tab bar ===== */
body.game-native .game-dock {
    grid-row: 3;
    align-self: stretch;
    width: 100%;
    flex-shrink: 0;
    display: grid;
    grid-template-columns: 1fr 1.25fr;
    gap: 0.45rem;
    padding: 0.4rem 0.7rem;
    padding-bottom: max(0.45rem, env(safe-area-inset-bottom, 0px), var(--browser-ui-bottom, 0px));
    padding-left: max(0.7rem, env(safe-area-inset-left, 0px));
    padding-right: max(0.7rem, env(safe-area-inset-right, 0px));
    background: linear-gradient(180deg, #fff8ec 0%, #ffeccd 42%);
    box-shadow: 0 -10px 24px rgba(160, 90, 20, 0.08);
    contain: layout style;
    z-index: 50;
}

body.game-native .game-dock-btn {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.08rem;
    min-height: 52px;
    margin: 0;
    padding: 0.32rem 0.28rem !important;
    border-radius: 1.05rem !important;
    font-size: 0.68rem !important;
    font-weight: 800 !important;
    line-height: 1.1;
    box-shadow: 0 4px 0 rgba(180, 110, 40, 0.18), 0 8px 14px rgba(140, 80, 30, 0.08) !important;
    transition: transform 0.12s ease, filter 0.12s ease;
    -webkit-tap-highlight-color: transparent;
}

body.game-native .game-dock-btn i {
    font-size: 1.15rem;
    line-height: 1;
}

body.game-native .game-dock-btn:active {
    transform: scale(0.96) translateY(2px);
}

body.game-native .game-dock-hint {
    min-height: 58px;
    background: linear-gradient(180deg, #ffd978, #ffb14a) !important;
}

body.game-native .hint-cost-pill {
    margin: 0;
    padding: 0.05rem 0.38rem;
    font-size: 0.62rem;
    background: rgba(255, 255, 255, 0.7);
}

body.game-native .game-next-wrap {
    position: absolute;
    left: 50%;
    bottom: 0.4rem;
    transform: translateX(-50%);
    z-index: 36;
    width: min(90%, 280px);
    text-align: center;
}

body.game-native .game-next-btn {
    width: 100%;
    min-height: 48px;
}

/* ===== Register sheet ===== */
body.game-native .register-modal-backdrop {
    background: rgba(40, 22, 10, 0.48) !important;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

body.game-native .game-sheet {
    width: min(420px, 100%);
    padding: 1.35rem 1.2rem max(1.2rem, env(safe-area-inset-bottom, 0px));
    border-radius: 1.5rem;
    text-align: center;
    background: linear-gradient(180deg, #fffefb 0%, #ffe9c8 100%);
    border: 2px solid rgba(230, 170, 90, 0.45);
    box-shadow: 0 22px 50px rgba(60, 30, 10, 0.28);
}

body.game-native .game-sheet h3 {
    margin: 0 0 0.55rem;
    font-weight: 900;
    color: #5c3824;
}

body.game-native .game-sheet p {
    margin: 0 0 1rem;
    line-height: 1.8;
    color: #8b6b52;
}

body.game-native .game-sheet-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0.65rem 1.4rem;
    text-decoration: none;
    color: #5c3824 !important;
}

body.game-native .game-sheet-link {
    display: block;
    margin-top: 0.85rem;
    color: #8a7a6a !important;
    text-decoration: none;
    font-weight: 700;
}

/* ===== Level end / tutorial polish ===== */
body.game-native .level-end-overlay {
    padding: max(0.6rem, env(safe-area-inset-top, 0px))
             max(0.6rem, env(safe-area-inset-right, 0px))
             max(0.6rem, env(safe-area-inset-bottom, 0px))
             max(0.6rem, env(safe-area-inset-left, 0px));
}

/* Tutorial cutout uses overlay-local coordinates — padding here shifts the yellow ring. */
body.game-native .tutorial-overlay:not([hidden]) {
    padding: 0;
}

body.game-native .level-end-stats {
    grid-template-columns: 1fr 1fr;
}

body.game-native .level-end-card {
    width: min(400px, 100%);
    padding: 1.25rem 1.05rem 1.1rem;
    border-radius: 1.65rem;
}

body.game-native .tutorial-card {
    border-radius: 1.45rem;
    box-shadow:
        0 18px 40px rgba(80, 40, 10, 0.24),
        0 0 0 1px rgba(255, 255, 255, 0.75) inset;
}

body.game-native .loading-overlay {
    background: rgba(255, 246, 228, 0.97) !important;
}

body.game-native .online-required-overlay {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10050;
    padding: 1rem;
    background: rgba(255, 246, 228, 0.97);
}

body.game-native .online-required-overlay[hidden] {
    display: none !important;
}

body.game-native .online-required-card i {
    display: block;
    margin-bottom: 0.65rem;
    font-size: 2.2rem;
    color: #c07828;
}

/* ===== Narrow phones ===== */
@media (max-width: 430px) {
    body.game-native .game-hud-identity h1 {
        display: none;
    }

    body.game-native .game-chip {
        min-height: 34px;
        padding: 0.14rem 0.45rem;
        font-size: 0.78rem;
    }
}

@media (max-width: 360px) {
    body.game-native .game-back-btn,
    body.game-native .music-toggle {
        width: 42px;
        height: 42px;
        min-width: 42px;
        min-height: 42px;
    }

    body.game-native .chapter-label {
        font-size: 0.66rem;
    }

    body.game-native .game-dock-btn span:not(.hint-cost-pill) {
        font-size: 0.6rem;
    }

    body.game-native .game-word-grid,
    body.game-native #wordBoxes {
        gap: 0.3rem;
    }

    body.game-native .letter-cell {
        width: 44px;
        height: 44px;
        font-size: 1.08rem;
    }
}

@media (max-width: 330px) {
    body.game-native .game-chip-coin i {
        display: none;
    }

    body.game-native .game-dock {
        gap: 0.3rem;
        padding-left: max(0.45rem, env(safe-area-inset-left, 0px));
        padding-right: max(0.45rem, env(safe-area-inset-right, 0px));
    }

    body.game-native .letter-cell {
        width: 42px;
        height: 42px;
        min-width: 42px;
        min-height: 42px;
        font-size: 1.02rem;
        border-width: 1.5px;
    }
}

/* Short phones (SE, small Android, large system bars) */
@media (max-height: 740px) {
    body.game-native .game-hud-identity h1 {
        display: none;
    }

    body.game-native .word-box {
        min-height: 38px;
        padding: 0.2rem 0.26rem;
    }
}

@media (max-height: 640px) {
    body.game-native .game-dock-btn {
        min-height: 46px;
        padding: 0.22rem 0.2rem !important;
    }

    body.game-native .game-dock-hint {
        min-height: 50px;
    }

    body.game-native .word-display {
        min-height: 38px;
        padding: 0.22rem 0.5rem !important;
    }
}

@media (max-height: 560px) {
    body.game-native .game-dock-btn span:not(.hint-cost-pill) {
        display: none;
    }

    body.game-native .hint-cost-pill {
        display: inline-block;
    }
}

/* Tall phones — grow the tray only within leftover space */

/* Tablets / large phones: still a full-screen app, play area centered */
@media (min-width: 768px) {
    body.game-native .game-stage.card-mamosta {
        max-width: none !important;
        margin: 0 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
    }

    body.game-native .game-word-grid,
    body.game-native #wordBoxes {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        max-width: 560px;
        margin-inline: auto;
        width: 100%;
    }

    body.game-native .tray-container {
        width: min(100cqmin, 52vh, 440px, 100%);
        height: min(100cqmin, 52vh, 440px, 100%);
        max-width: 100%;
        max-height: 100%;
    }

    body.game-native .game-dock {
        max-width: 520px;
        margin-inline: auto;
        width: 100%;
        border-radius: 1.25rem 1.25rem 0 0;
    }

    body.game-native .game-hud-identity h1 {
        display: block;
        font-size: 1.02rem !important;
    }
}

/* Landscape phones — side-by-side board + tray (width is often >576px) */
@media (orientation: landscape) and (max-height: 520px) {
    body.game-native .game-hud-identity h1 {
        display: none;
    }

    body.game-native .game-stage-body {
        flex-direction: row;
        align-items: stretch;
        gap: 0.45rem;
        padding-top: 0.15rem !important;
    }

    body.game-native .game-board {
        flex: 0 0 40%;
        max-height: none;
        mask-image: none;
        overflow: visible;
    }

    body.game-native .game-word-grid,
    body.game-native #wordBoxes {
        grid-template-columns: minmax(0, 1fr);
    }

    body.game-native .game-circle-zone {
        flex: 1 1 auto;
        min-width: 0;
    }

    body.game-native .tray-container {
        max-width: min(78vh, 46vw, 280px);
        max-height: 100%;
        min-width: 0;
        width: min(100cqmin, 78vh, 46vw, 280px);
        height: min(100cqmin, 78vh, 46vw, 280px);
    }

    body.game-native .game-dock {
        padding-top: 0.22rem;
        padding-bottom: max(0.28rem, env(safe-area-inset-bottom, 0px), var(--browser-ui-bottom, 0px));
    }

    body.game-native .game-dock-btn {
        min-height: 44px;
        flex-direction: row;
        gap: 0.28rem;
    }

    body.game-native .game-dock-hint {
        min-height: 44px;
    }

    body.game-native .letter-cell {
        width: clamp(40px, 8vh, 48px);
        height: clamp(40px, 8vh, 48px);
        min-width: 40px;
        min-height: 40px;
    }
}

@media (hover: none) {
    body.game-native .word-box:not(.completed):hover {
        transform: none;
    }

    body.game-native .game-dock-btn:hover,
    body.game-native .btn-mamosta:hover,
    body.game-native .btn-outline-mamosta:hover {
        filter: none;
        transform: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.game-native .letter-cell,
    body.game-native .word-box,
    body.game-native .game-toast.feedback,
    body.game-native .game-dock-btn,
    body.game-native .game-chip-combo,
    body.game-native .tutorial-card,
    body.game-native .level-end-card {
        animation: none !important;
        transition: none !important;
    }
}

/* Real used height (after URL / nav inset) — not 100vh, which is too tall on A51/A71 */
html.game-compact body.game-native .game-hud-identity h1 {
    display: none;
}


html.game-short body.game-native .game-dock-btn {
    min-height: 46px;
    padding: 0.22rem 0.2rem !important;
}

html.game-short body.game-native .game-dock-btn span:not(.hint-cost-pill) {
    display: none;
}


@media (display-mode: standalone), (display-mode: fullscreen), (display-mode: minimal-ui) {
    body.game-native.game-shell {
        background: #fff4e0 !important;
    }

    body.game-native .game-hud.header-persian {
        padding-top: max(0.35rem, env(safe-area-inset-top, 0px), var(--browser-ui-top, 0px)) !important;
    }

    body.game-native .game-dock {
        padding-bottom: max(0.45rem, env(safe-area-inset-bottom, 0px), var(--browser-ui-bottom, 0px));
    }
}
