@import url("/static/majlis14/social-v11.css");
:root{--bg:#020d14;--panel:#08222a;--felt:#063b3e;--cyan:#25d7dd;--gold:#d8aa55;--text:#f4f3e9;--muted:#94adb1}*{box-sizing:border-box}body.m14{margin:0;min-height:100vh;background:radial-gradient(circle at 50% 20%,#0b3941,#020d14 65%);color:var(--text);font-family:Inter,Segoe UI,Arial,sans-serif}a{color:inherit}header{height:72px;padding:0 clamp(16px,4vw,60px);display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #1c4b52;background:#03131acc}header>a:first-child{text-decoration:none;display:flex;align-items:center;gap:8px;letter-spacing:2px}header>a:first-child span,.sigil{display:grid;place-items:center;width:42px;height:42px;border:1px solid var(--gold);border-radius:13px;color:var(--gold)}header em{color:var(--muted)}button,input,select{font:inherit}.gate{display:grid;place-items:center}.gate-card{width:min(440px,calc(100% - 32px));padding:46px;border:1px solid #285762;border-radius:26px;background:#061a23e8;text-align:center;box-shadow:0 40px 100px #0008}.sigil{margin:0 auto 20px;width:70px;height:70px;font-size:25px}.gate-card h1,.welcome h1{font-family:Georgia,serif;font-size:clamp(40px,7vw,70px);margin:12px 0}.gate-card p,.welcome p{color:var(--muted);line-height:1.7}.gate-card label,.panel label{display:grid;gap:8px;text-align:left;color:var(--muted)}input,select{width:100%;padding:14px;border:1px solid #30616a;border-radius:12px;background:#03151c;color:white}button{padding:13px 18px;border:0;border-radius:12px;background:linear-gradient(135deg,var(--cyan),#159eaa);color:#001216;font-weight:800;cursor:pointer}.gate-card button{width:100%;margin:14px 0}.error{padding:10px;border-radius:10px;background:#6d2035}.lobby{width:min(1120px,calc(100% - 32px));margin:auto;padding:70px 0}.welcome{text-align:center;margin-bottom:45px}.welcome small,.panel small{color:var(--cyan);letter-spacing:2px}.lobby-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.panel,.rules{padding:30px;border:1px solid #20525c;border-radius:20px;background:#061c25cc}.panel form{display:grid;gap:14px}.rules{display:grid;grid-template-columns:1fr repeat(3,1fr);gap:20px;margin-top:22px;align-items:center}.rules>div{display:flex;gap:12px;align-items:center}.rules span{font:700 32px Georgia;color:var(--gold)}.rules p{color:var(--muted)}.table-page{overflow-x:hidden}.table{position:relative;width:min(1500px,100%);min-height:calc(100vh - 72px);margin:auto;padding:18px;background:radial-gradient(ellipse at center,#0a5556,#063033 64%,#02171c);border:10px solid #092d35;box-shadow:inset 0 0 0 2px var(--gold)}.status{display:flex;gap:18px;justify-content:center;align-items:center;color:var(--muted)}.status strong{color:white}.players{display:flex;justify-content:space-around;margin:20px 0}.player{min-width:140px;padding:10px 14px;border:1px solid #28707a;border-radius:14px;background:#031b22;text-align:center}.player.active{box-shadow:0 0 0 2px var(--cyan)}.player small{display:block;color:var(--muted)}.center{display:flex;justify-content:center;gap:28px;margin:40px 0}.pile{width:95px;height:130px;border:2px solid var(--gold);background:repeating-linear-gradient(45deg,#061721,#061721 8px,#102d37 8px,#102d37 10px);color:white}.pile small{display:block;color:var(--gold)}.pile b{font-size:30px}.discard{background:#f5f1e8}.melds{display:flex;gap:16px;justify-content:center;min-height:90px;overflow-x:auto}.meld-group{display:flex}.card{position:relative;width:66px;height:94px;padding:6px;border:1px solid #bbb;border-radius:8px;background:#fbfaf4;color:#111;box-shadow:0 5px 12px #0005;font-weight:900;user-select:none}.card.red{color:#c92335}.card.joker{color:var(--gold);background:#071b25}.hand{display:flex;justify-content:center;min-height:125px;margin-top:20px;padding:12px 6vw;overflow-x:auto}.hand .card{flex:0 0 66px;margin-left:-18px;transition:.15s}.hand .card:first-child{margin-left:0}.hand .card.selected{transform:translateY(-18px);box-shadow:0 0 0 3px var(--cyan)}.controls{display:flex;flex-wrap:wrap;gap:8px;justify-content:center}.controls button{display:none}.controls button.show{display:block}.controls button:nth-child(n+3){background:#0a2c35;color:white;border:1px solid #28707a}@media(max-width:700px){header{height:60px;font-size:12px}.lobby-grid,.rules{grid-template-columns:1fr}.table{min-height:calc(100vh - 60px);border-width:4px;padding:8px}.status{font-size:11px;flex-wrap:wrap}.players{gap:5px;overflow-x:auto;justify-content:flex-start}.player{min-width:105px;font-size:11px}.center{margin:18px 0}.pile{width:72px;height:100px}.hand{justify-content:flex-start;padding-left:22px}.hand .card{flex-basis:58px;width:58px;height:84px;margin-left:-13px}.controls{position:sticky;bottom:4px;background:#021319dd;padding:8px}}


/* ==========================================================
   MJLIS BILINGUAL BRAND IDENTITY
   English: MJLIS | Arabic: مجلس
   ========================================================== */

.mjlis-title {
    display: flex;
    margin: 12px 0;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 2px;
}

.mjlis-title > span {
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(42px, 7vw, 70px);
    letter-spacing: 8px;
}

.mjlis-title > small {
    color: var(--gold);
    font-family: Tahoma, Arial, sans-serif;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0;
}

.mjlis-ar {
    width: auto !important;
    min-width: 52px;
    padding: 0 10px;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0;
}

header > a:first-child b {
    letter-spacing: 3px;
}

@media (max-width: 700px) {

    .mjlis-ar {
        min-width: 42px;
        padding: 0 7px;
        font-size: 13px;
    }

header > a:first-child b {
        letter-spacing: 2px;
    }
}

/* MJLIS PUBLIC BETA LOBBY */
.site-header,.game-header{position:relative;z-index:30}.wordmark{display:flex!important;align-items:center;gap:10px!important}.wordmark span{width:auto!important;height:auto!important;border:0!important;font:700 18px Georgia;color:var(--gold)}.site-header nav{display:flex;gap:28px}.site-header nav a,.rosvix-link{text-decoration:none;color:var(--muted);font-weight:700}.site-header nav a:hover{color:#fff}.lobby-page{background:radial-gradient(circle at 72% 22%,#0b5555 0,#062b34 26%,#020d14 70%)}.lobby{width:min(1240px,calc(100% - 34px));padding:54px 0 80px}.hero{display:grid;grid-template-columns:minmax(0,.85fr) minmax(480px,1.15fr);gap:52px;align-items:center;min-height:600px}.hero-copy>small,.steps>small,.lobby-dialog>small{color:var(--cyan);font-weight:900;letter-spacing:2px}.hero-copy h1{margin:16px 0 20px;font:800 clamp(48px,6.2vw,86px)/.96 Georgia,serif;letter-spacing:-3px}.hero-copy h1 span{color:var(--cyan)}.hero-copy>p{max-width:590px;color:var(--muted);font-size:18px;line-height:1.65}.identity-form{max-width:610px;margin:28px 0}.identity-form label{display:block;margin-bottom:8px;color:#dbe8e8;font-weight:700}.identity-form>div{display:flex;gap:8px;padding:6px;border:1px solid #31616a;border-radius:17px;background:#031820}.identity-form input{border:0;background:transparent}.identity-form button{white-space:nowrap}.play-actions{display:grid;grid-template-columns:1.25fr 1fr 1fr;gap:10px;margin:30px 0 16px}.play-actions form{display:flex}.play-actions button{display:flex;width:100%;min-height:76px;padding:12px;align-items:center;gap:11px;text-align:left;box-shadow:0 14px 30px #0005;transition:.2s}.play-actions button:hover{transform:translateY(-3px);filter:brightness(1.08)}.play-primary{background:linear-gradient(135deg,#35dce0,#0f9ba8)}.play-secondary{border:1px solid #2f626b;background:#071e27;color:#fff}.action-symbol{display:grid;width:38px;height:38px;flex:0 0 38px;place-items:center;border-radius:11px;background:#ffffff18}.play-actions button>span:last-child{display:flex;min-width:0;flex-direction:column}.play-actions b{font-size:14px}.play-actions small{margin-top:3px;color:#b6cbcc;font-size:9px}.welcome-back{font-size:13px!important}.trust-row{display:flex;flex-wrap:wrap;gap:18px;color:#8ab1b3;font-size:12px}.hero-table{perspective:1200px}.table-surface{position:relative;min-height:500px;border:12px solid #18373b;border-radius:48%;background:radial-gradient(ellipse,#0c6b67,#074342 58%,#062d33);box-shadow:0 40px 90px #0009,inset 0 0 0 2px #d8aa5588,inset 0 0 90px #001c;transform:rotateX(8deg)}.table-surface:after{content:"";position:absolute;inset:7%;border:1px solid #ffffff10;border-radius:50%;pointer-events:none}.seat{position:absolute;z-index:3;display:grid;grid-template-columns:38px auto;column-gap:8px;align-items:center;padding:8px 13px;border:1px solid #2e686d;border-radius:15px;background:#031920e8;box-shadow:0 10px 20px #0006}.seat i{grid-row:1/3;display:grid;width:38px;height:38px;place-items:center;border-radius:50%;background:linear-gradient(135deg,var(--cyan),#0c7c87);color:#001519;font-style:normal;font-weight:900}.seat b{font-size:12px}.seat small{color:var(--muted);font-size:9px}.seat-top{top:-22px;left:50%;transform:translateX(-50%)}.seat-bottom{bottom:-22px;left:50%;transform:translateX(-50%)}.seat-left{left:-32px;top:45%;transform:translateY(-50%)}.seat-right{right:-32px;top:45%;transform:translateY(-50%)}.preview-piles{position:absolute;left:50%;top:44%;display:flex;gap:15px;transform:translate(-50%,-50%)}.preview-piles span{display:grid;width:60px;height:82px;place-items:center;border:2px solid var(--gold);border-radius:9px;box-shadow:0 12px 15px #0007;font-weight:900}.preview-deck{background:repeating-linear-gradient(45deg,#061721,#061721 7px,#15333a 7px,#15333a 9px);color:var(--gold)}.preview-fire{background:#f7f2e7;color:#c92335}.preview-hand{position:absolute;left:50%;bottom:48px;display:flex;transform:translateX(-50%)}.preview-hand span{display:grid;width:57px;height:80px;margin-left:-15px;padding:6px;place-items:start;border:1px solid #bbb;border-radius:8px;background:#fbfaf4;color:#111;box-shadow:0 8px 16px #0008;font-weight:900}.preview-hand span:nth-child(1){transform:rotate(-8deg)}.preview-hand span:nth-child(2){transform:rotate(-4deg)}.preview-hand span:nth-child(4){transform:rotate(4deg)}.preview-hand span:nth-child(5){transform:rotate(8deg)}.preview-hand .preview-joker{place-items:center;background:#091e26;color:var(--gold)}.steps{padding:80px 0 40px;text-align:center}.steps h2{margin:12px 0 34px;font:700 clamp(32px,5vw,54px) Georgia}.step-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.step-grid article{padding:26px 18px;border:1px solid #24545b;border-radius:18px;background:#061b23bf}.step-grid article>span{display:grid;width:40px;height:40px;margin:auto;place-items:center;border-radius:12px;background:#0b4b55;color:var(--cyan);font-weight:900}.step-grid h3{margin:14px 0 6px}.step-grid p{margin:0;color:var(--muted);font-size:13px;line-height:1.5}.feature-strip{display:grid;grid-template-columns:repeat(4,1fr);margin-top:28px;border:1px solid #28545c;border-radius:20px;background:#041921}.feature-strip div{padding:24px;text-align:center;border-right:1px solid #21464d}.feature-strip div:last-child{border:0}.feature-strip b{display:block;color:var(--gold);font:700 36px Georgia}.feature-strip span{color:var(--muted);font-size:12px}.lobby-dialog,.rules-dialog{width:min(470px,calc(100% - 28px));padding:32px;border:1px solid #32636b;border-radius:22px;background:#061b24;color:#fff;box-shadow:0 40px 100px #000b}.lobby-dialog::backdrop,.rules-dialog::backdrop{background:#001015c9;backdrop-filter:blur(5px)}.dialog-close{float:right;width:38px;height:38px;padding:0;border:1px solid #365a61;background:#0c2931;color:#fff;font-size:24px}.lobby-dialog h2{font:700 34px Georgia}.lobby-dialog p,.rules-dialog p,.rules-dialog li{color:var(--muted);line-height:1.6}.lobby-dialog form:last-child{display:grid;gap:12px}.lobby-dialog label{display:grid;gap:7px}
@media(max-width:900px){.site-header nav{display:none}.hero{grid-template-columns:1fr;gap:46px}.hero-table{order:-1}.table-surface{min-height:390px}.step-grid{grid-template-columns:1fr 1fr}.play-actions{grid-template-columns:1fr}.play-actions button{min-height:64px}.hero-copy h1{font-size:56px}.hero-copy{text-align:center}.hero-copy>p,.identity-form{margin-left:auto;margin-right:auto}.trust-row{justify-content:center}}
@media(max-width:560px){.lobby{padding-top:24px}.hero{min-height:0}.hero-table{padding:14px}.table-surface{min-height:310px;border-width:7px}.seat{padding:5px 7px;grid-template-columns:28px auto}.seat i{width:28px;height:28px}.seat-left{left:-22px}.seat-right{right:-22px}.preview-hand span{width:42px;height:61px}.preview-piles span{width:45px;height:62px}.hero-copy h1{font-size:43px}.hero-copy>p{font-size:15px}.step-grid{grid-template-columns:1fr}.feature-strip{grid-template-columns:1fr 1fr}.feature-strip div:nth-child(2){border-right:0}.feature-strip div:nth-child(-n+2){border-bottom:1px solid #21464d}.identity-form>div{flex-direction:column}.site-header{padding:0 14px}.rosvix-link{font-size:10px}}

/* ==========================================================
   MJLIS MOBILE LOBBY AND JOIN EXPERIENCE V26
   ========================================================== */

.join-error {
    margin: 18px 0 -12px;
    padding: 12px 14px;
    border: 1px solid #ff8b75;
    border-radius: 12px;
    background: rgba(123, 37, 37, .42);
    color: #ffd8cf;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.45;
}

@media (max-width: 700px) {

    .lobby-page .site-header {
        position: sticky;
        top: 0;
        z-index: 100;
        height: 58px;
        padding: 0 12px;
        gap: 8px;
        backdrop-filter: blur(14px);
    }

    .lobby-page .wordmark {
        min-width: 0;
    }

    .lobby-page .mjlis-logo {
        width: 38px;
        height: 38px;
    }

    .lobby-page .mjlis-brand-copy span {
        display: none;
    }

    .lobby-page .header-account {
        min-width: 0;
        margin-left: auto;
    }

    .lobby-page .header-account a {
        max-width: 140px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .lobby {
        width: min(100% - 20px, 1240px);
        padding: 18px 0 54px;
    }

    .hero {
        gap: 28px;
    }

    .hero-table {
        padding: 8px 14px 18px;
    }

    .table-surface {
        min-height: 285px;
        border-radius: 38%;
    }

    .hero-copy h1 {
        margin-top: 12px;
        font-size: clamp(38px, 12vw, 52px);
    }

    .play-actions {
        gap: 9px;
        margin-top: 22px;
    }

    .play-actions button {
        min-height: 66px;
        padding: 11px 13px;
        touch-action: manipulation;
    }

    .lobby-dialog {
        width: calc(100% - 20px);
        max-height: calc(100svh - 24px);
        margin: auto;
        padding: 22px 18px;
        overflow-y: auto;
    }

    .lobby-dialog h2 {
        margin: 16px 0 8px;
        font-size: 29px;
    }

    .lobby-dialog input,
    .lobby-dialog select {
        min-height: 52px;
        font-size: 16px;
    }

    .lobby-dialog form:last-child > button {
        min-height: 52px;
        touch-action: manipulation;
    }

    .join-error {
        margin: 14px 0 0;
        text-align: left;
    }
}

@media (max-width: 390px) {

    .lobby-page .header-account a {
        max-width: 105px;
        font-size: 11px;
    }

    .table-surface {
        min-height: 255px;
    }

    .seat-left {
        left: -12px;
    }

    .seat-right {
        right: -12px;
    }
}


/* ==========================================================
   MJLIS PLAY ACTION CARDS V27
   Friends first, join second, bot practice third
   ========================================================== */

.play-actions {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.play-actions form {
    min-width: 0;
}

.play-actions button {
    position: relative;
    min-width: 0;
    min-height: 92px;
    padding: 15px 14px;
    border: 1px solid rgba(91, 190, 199, .34);
    border-radius: 17px;
    overflow: hidden;
}

.play-actions button::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        120deg,
        rgba(255, 255, 255, .10),
        transparent 42%
    );
    pointer-events: none;
}

.play-actions .play-primary {
    border-color: rgba(84, 240, 225, .64);
    background: linear-gradient(135deg, #30d9dc, #1098a7);
    color: #00181d;
    box-shadow: 0 16px 34px rgba(12, 184, 194, .24);
}

.play-actions .play-secondary {
    background: linear-gradient(145deg, #092832, #061b24);
    box-shadow: 0 14px 30px rgba(0, 0, 0, .28);
}

.play-actions .action-symbol {
    width: 43px;
    height: 43px;
    flex-basis: 43px;
    border: 1px solid rgba(255, 255, 255, .10);
    border-radius: 13px;
    font-size: 17px;
}

.play-actions .play-primary .action-symbol {
    background: rgba(255, 255, 255, .20);
}

.play-actions .action-join .action-symbol {
    color: var(--cyan);
}

.play-actions .action-bots .action-symbol {
    color: var(--gold);
}

.play-actions button > span:nth-child(2) {
    flex: 1;
}

.play-actions b {
    overflow: hidden;
    font-size: 15px;
    line-height: 1.15;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.play-actions small {
    font-size: 10px;
    line-height: 1.35;
}

.play-actions .play-primary small {
    color: rgba(0, 28, 33, .76);
}

.action-arrow {
    width: auto !important;
    height: auto !important;
    flex: 0 0 auto !important;
    border: 0 !important;
    background: transparent !important;
    font-size: 17px;
    opacity: .78;
    transition: transform .18s ease;
}

.play-actions button:hover .action-arrow {
    transform: translateX(3px);
}

@media (max-width: 1050px) and (min-width: 901px) {

    .play-actions {
        grid-template-columns: 1fr;
    }

    .play-actions button {
        min-height: 70px;
    }
}

@media (max-width: 900px) {

    .play-actions {
        grid-template-columns: 1fr;
        width: min(100%, 520px);
        margin-right: auto;
        margin-left: auto;
    }

    .play-actions button {
        min-height: 72px;
    }

    .play-actions b,
    .play-actions small {
        white-space: normal;
    }
}

/* MJLIS INDEPENDENT ADMINISTRATION */
.admin-pro{width:min(1440px,calc(100% - 36px));padding:48px 0 80px}.admin-header-actions,.admin-header-actions form{display:flex;align-items:center;gap:14px}.admin-header-actions span{color:var(--muted);font-size:13px}.ghost-button,.small-action{border:1px solid #2b6068;background:#08242c;color:#eaf6f5;text-decoration:none}.admin-title,.panel-title{display:flex;align-items:center;justify-content:space-between;gap:20px}.admin-title h1{margin:8px 0;font:700 clamp(38px,5vw,66px) Georgia}.admin-title p{color:var(--muted)}.admin-title small,.panel-title small{color:var(--cyan);font-weight:900;letter-spacing:2px}.secure-badge{padding:10px 14px;border:1px solid #217169;border-radius:999px;background:#07312f;color:#45e2aa;font-weight:800}.admin-metrics-wide{display:grid;grid-template-columns:repeat(6,1fr);gap:14px;margin:30px 0}.admin-metrics-wide>div{display:grid;gap:7px;padding:22px;border:1px solid #275963;border-radius:18px;background:#061c25}.admin-metrics-wide b{color:var(--gold);font:700 34px Georgia}.admin-metrics-wide span{color:var(--muted);font-size:12px}.admin-panel{margin-top:20px;padding:28px;border:1px solid #285762;border-radius:22px;background:#061a23e8;box-shadow:0 18px 50px #0003}.panel-title h2{margin:6px 0 18px;font:700 30px Georgia}.panel-title input{max-width:330px}.admin-user-table{overflow-x:auto}.admin-user-row{display:grid;grid-template-columns:1.25fr .8fr .9fr .8fr 1.7fr;gap:18px;min-width:1060px;padding:16px;border-bottom:1px solid #1f4b53;align-items:center}.admin-user-row.heading{color:var(--cyan);font-size:11px;font-weight:900;letter-spacing:1px}.admin-user-row>span{display:grid;gap:5px}.admin-user-row small{color:var(--muted)}.status-pill{display:inline-flex;width:max-content;padding:5px 9px;border-radius:999px;background:#174c43;color:#66e8b2;font-size:11px;font-style:normal;font-weight:800}.status-pill.pending{background:#5b4519;color:#ffd16c}.status-pill.suspended{background:#552535;color:#ff91a7}.admin-actions{display:flex!important;flex-wrap:wrap;gap:6px}.admin-actions form{display:inline-flex}.small-action{padding:7px 10px;border-radius:8px;font-size:11px;font-weight:800;cursor:pointer}.small-action.good{border-color:#247d63;color:#65e8b0}.small-action.warn{border-color:#826326;color:#ffd16c}.small-action.danger{border-color:#84384c;color:#ff9aad}.admin-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.visitor-chart{display:flex;height:190px;align-items:end;justify-content:space-around;gap:12px}.visitor-chart>div{display:grid;height:100%;grid-template-rows:24px 1fr 20px;align-items:end;text-align:center}.visitor-chart i{display:block;width:34px;max-height:135px;border-radius:8px 8px 2px 2px;background:linear-gradient(#2bd9df,#0e7687);box-shadow:0 0 20px #20cbd633}.visitor-chart small{color:var(--muted)}.analytics-row,.audit-row{display:grid;grid-template-columns:1fr auto auto;gap:14px;padding:13px 0;border-bottom:1px solid #1d4650;align-items:center}.analytics-row small,.audit-row small,.audit-row span,.empty-state{color:var(--muted)}.admin-alert{padding:14px;border:1px solid #805a28;border-radius:12px;background:#4c3518;color:#ffd888}.admin-dialog{width:min(480px,calc(100% - 28px));padding:30px;border:1px solid #436a72;border-radius:22px;background:#061a23;color:white}.admin-dialog::backdrop{background:#001015cc;backdrop-filter:blur(4px)}.admin-dialog form{display:grid;gap:14px}.dialog-x{justify-self:end;padding:4px 12px;background:#17313a;color:white}.danger-button{background:linear-gradient(135deg,#ff718b,#bd3555);color:white}.totp-card{text-align:center}.totp-qr{display:block;width:210px;height:210px;margin:20px auto;border:10px solid white;border-radius:14px}.totp-secret{display:block;margin:12px;padding:10px;overflow-wrap:anywhere;color:var(--gold)}.admin-edit-card{max-width:680px}
@media(max-width:1050px){.admin-metrics-wide{grid-template-columns:repeat(3,1fr)}.admin-grid{grid-template-columns:1fr}}
@media(max-width:650px){.admin-pro{width:min(100% - 20px,1440px);padding-top:24px}.admin-title{align-items:flex-start;flex-direction:column}.admin-metrics-wide{grid-template-columns:1fr 1fr}.admin-panel{padding:17px}.panel-title{align-items:stretch;flex-direction:column}.panel-title input{max-width:none}.admin-header-actions span{display:none}.visitor-chart i{width:24px}}


/* ==========================================================
   MJLIS ADMIN DISCOVERY AND ADMINISTRATOR MANAGEMENT V28
   ========================================================== */

.admin-nav-link,
.mobile-admin-link,
.table-admin-link {
    border: 1px solid #34717a;
    background: #092933;
    color: #72edf0;
    font-weight: 900;
    text-decoration: none;
}

.mobile-admin-link {
    display: none;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 50%;
}

.admin-promote-action {
    border-color: #9a7737;
    background: #392d17;
    color: #ffd47b;
}

.promote-button {
    background: linear-gradient(135deg, #efc56b, #c28a2d);
    color: #1c1304;
}

.admin-alert.success {
    border-color: #277b64;
    background: #123f35;
    color: #7ff0bd;
}

.promote-dialog strong {
    color: var(--gold);
}

@media (max-width: 900px) {

    .site-header .mobile-admin-link {
        display: grid;
    }
}

@media (max-width: 650px) {

    .admin-header {
        height: auto;
        min-height: 62px;
        padding: 9px 12px;
        gap: 10px;
    }

    .admin-header .mjlis-logo {
        width: 38px;
        height: 38px;
    }

    .admin-header-actions {
        margin-left: auto;
        gap: 6px;
    }

    .admin-header-actions .ghost-button,
    .admin-header-actions button {
        padding: 8px 10px;
        font-size: 10px;
    }

    .admin-title h1 {
        font-size: 39px;
    }

    .admin-metrics-wide {
        gap: 8px;
    }

    .admin-metrics-wide > div {
        padding: 14px;
    }

    .admin-metrics-wide b {
        font-size: 27px;
    }

    .admin-user-table {
        overflow: visible;
    }

    .admin-user-row {
        min-width: 0;
        margin-bottom: 12px;
        padding: 14px;
        grid-template-columns: 1fr 1fr;
        gap: 12px;
        border: 1px solid #25545d;
        border-radius: 14px;
        background: #051a22;
    }

    .admin-user-row.heading {
        display: none;
    }

    .admin-user-row > span:first-child,
    .admin-user-row .admin-actions {
        grid-column: 1 / -1;
    }

    .admin-actions {
        padding-top: 9px;
        border-top: 1px solid #234b53;
    }

    .small-action {
        min-height: 34px;
    }
}


/* ==========================================================
   MJLIS PREMIUM CARD LOUNGE V31
   Approved midnight-green, ivory and warm-gold homepage
   ========================================================== */

.lobby-page {
    --bg: #061716;
    --panel: #0b2421;
    --felt: #0d4b42;
    --cyan: #d7a94b;
    --gold: #d7a94b;
    --text: #f6f1e6;
    --muted: #a8bbb5;
    background:
        radial-gradient(circle at 72% 32%, rgba(23, 91, 74, .22), transparent 37%),
        linear-gradient(125deg, #030b0b, #061716 52%, #081d1a);
}

.lobby-page .site-header {
    height: 78px;
    border-bottom: 1px solid rgba(215, 169, 75, .22);
    background: rgba(3, 13, 13, .88);
    box-shadow: 0 12px 35px rgba(0, 0, 0, .22);
    backdrop-filter: blur(18px);
}

.lobby-page .mjlis-logo {
    border-color: rgba(215, 169, 75, .55);
    box-shadow: 0 0 24px rgba(215, 169, 75, .12);
}

.lobby-page .mjlis-brand-copy b,
.lobby-page .mjlis-brand-copy span {
    color: #f0c66e;
}

.lobby-page .site-header nav a {
    position: relative;
    color: #b8c4bf;
}

.lobby-page .site-header nav a:first-child,
.lobby-page .site-header nav a:hover {
    color: #f2d58a;
}

.lobby-page .site-header nav a:first-child::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -12px;
    left: 0;
    height: 2px;
    background: #d7a94b;
}

.lobby-page .header-account > a {
    border-color: rgba(215, 169, 75, .34);
    background: rgba(11, 36, 33, .78);
}

.lobby-page .lobby {
    width: min(1420px, calc(100% - 48px));
    padding: 46px 0 88px;
}

.lobby-page .hero {
    grid-template-columns: minmax(430px, .88fr) minmax(560px, 1.12fr);
    gap: clamp(44px, 5vw, 86px);
    min-height: 650px;
}

.lobby-page .hero-copy > small {
    color: #d7a94b;
    font-size: 12px;
    letter-spacing: 3px;
}

.lobby-page .hero-copy h1 {
    max-width: 660px;
    margin: 22px 0 22px;
    color: #f6f1e6;
    font: 700 clamp(58px, 6.2vw, 92px)/.97 Georgia, serif;
    letter-spacing: -3px;
}

.lobby-page .hero-copy h1 span {
    color: #d7a94b;
}

.lobby-page .hero-copy > p {
    max-width: 600px;
    color: #a8bbb5;
    font-size: 18px;
    line-height: 1.7;
}

.lobby-page .play-actions {
    display: grid;
    max-width: 620px;
    margin: 30px 0 17px;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.lobby-page .play-actions .play-primary {
    grid-column: 1 / -1;
    min-height: 82px;
    border: 1px solid #f0d38a;
    background: linear-gradient(135deg, #e6bd62, #bd842d);
    color: #1c1304;
    box-shadow: 0 18px 42px rgba(0, 0, 0, .38), inset 0 1px rgba(255, 255, 255, .5);
}

.lobby-page .play-actions .play-secondary {
    min-height: 74px;
    border: 1px solid rgba(215, 169, 75, .45);
    background: linear-gradient(145deg, rgba(12, 48, 42, .98), rgba(5, 25, 24, .98));
    color: #f6f1e6;
}

.lobby-page .play-actions button {
    position: relative;
    overflow: hidden;
    padding: 14px 17px;
    border-radius: 15px;
    gap: 14px;
}

.lobby-page .play-actions button::before {
    background: linear-gradient(110deg, transparent 15%, rgba(255, 255, 255, .14), transparent 75%);
}

.lobby-page .play-actions .action-symbol {
    width: 46px;
    height: 46px;
    flex-basis: 46px;
    border: 1px solid rgba(242, 213, 138, .28);
    border-radius: 12px;
    background: rgba(0, 0, 0, .16);
    color: #f2d58a;
}

.lobby-page .play-actions .play-primary .action-symbol {
    background: rgba(4, 37, 32, .9);
    color: #f2d58a;
}

.lobby-page .play-actions button > span:nth-child(2) {
    display: grid;
    min-width: 0;
    flex: 1 1 auto;
    gap: 4px;
}

.lobby-page .play-actions b {
    overflow: visible;
    font-size: 15px;
    line-height: 1.18;
    text-overflow: clip;
    white-space: normal;
}

.lobby-page .play-actions small {
    display: block;
    overflow: visible;
    color: #9fb5ae;
    font-size: 10px;
    line-height: 1.35;
    text-overflow: clip;
    white-space: normal;
}

.lobby-page .play-actions .play-primary small {
    color: rgba(28, 19, 4, .74);
}

.lobby-page .action-arrow {
    margin-left: auto;
    color: inherit;
}

.lobby-page .trust-row {
    display: grid;
    max-width: 620px;
    margin-top: 24px;
    padding: 15px 18px;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    border: 1px solid rgba(215, 169, 75, .2);
    border-radius: 15px;
    background: rgba(5, 25, 23, .72);
    color: #b7c7c1;
}

.lobby-page .trust-row span {
    padding: 0 8px;
    border-right: 1px solid rgba(215, 169, 75, .17);
    text-align: center;
}

.lobby-page .trust-row span:last-child {
    border-right: 0;
}

.lobby-page .hero-table {
    padding: 24px;
}

.lobby-page .table-surface {
    min-height: 560px;
    border: 20px solid #17201c;
    border-radius: 49%;
    background:
        radial-gradient(ellipse at center, rgba(22, 107, 89, .42), transparent 54%),
        radial-gradient(ellipse, #0d594d, #0a3d37 61%, #072a28);
    box-shadow:
        0 45px 100px rgba(0, 0, 0, .7),
        0 0 0 2px #593e19,
        0 0 0 5px #101a17,
        inset 0 0 0 2px rgba(215, 169, 75, .82),
        inset 0 0 100px rgba(0, 0, 0, .48);
}

.lobby-page .table-surface::before {
    content: "";
    position: absolute;
    inset: -19px;
    z-index: -1;
    border-radius: inherit;
    background: repeating-radial-gradient(ellipse at center, #35291d 0 4px, #17140f 5px 10px);
}

.lobby-page .table-surface::after {
    inset: 8%;
    border-color: rgba(215, 169, 75, .19);
}

.lobby-page .seat {
    border-color: rgba(215, 169, 75, .45);
    background: rgba(4, 24, 22, .94);
}

.lobby-page .seat i {
    background: linear-gradient(135deg, #1b594c, #0b302b);
    color: #f2d58a;
}

.lobby-page .steps article,
.lobby-page .feature-strip,
.lobby-page .home-leaders {
    border-color: rgba(215, 169, 75, .24);
    background: rgba(6, 28, 26, .82);
}

@media (max-width: 1050px) {
    .lobby-page .hero {
        grid-template-columns: 1fr;
        gap: 54px;
    }

    .lobby-page .hero-copy {
        max-width: 720px;
        margin: auto;
        text-align: center;
    }

    .lobby-page .hero-copy > p,
    .lobby-page .play-actions,
    .lobby-page .trust-row {
        margin-right: auto;
        margin-left: auto;
    }

    .lobby-page .hero-table {
        order: 0;
        width: min(760px, 100%);
        margin: auto;
    }
}

@media (max-width: 600px) {
    .lobby-page .site-header {
        height: 64px;
        padding: 0 12px;
    }

    .lobby-page .mjlis-logo {
        width: 42px;
        height: 42px;
    }

    .lobby-page .mjlis-brand-copy span {
        display: none;
    }

    .lobby-page .lobby {
        width: min(100% - 24px, 1420px);
        padding-top: 32px;
    }

    .lobby-page .hero {
        gap: 34px;
    }

    .lobby-page .hero-copy {
        text-align: left;
    }

    .lobby-page .hero-copy > small {
        font-size: 10px;
        letter-spacing: 2px;
    }

    .lobby-page .hero-copy h1 {
        margin: 15px 0;
        font-size: clamp(43px, 13vw, 58px);
        letter-spacing: -2px;
    }

    .lobby-page .hero-copy > p {
        font-size: 15px;
        line-height: 1.58;
    }

    .lobby-page .play-actions {
        grid-template-columns: 1fr 1fr;
        gap: 9px;
    }

    .lobby-page .play-actions .play-primary {
        min-height: 72px;
    }

    .lobby-page .play-actions .play-secondary {
        min-height: 83px;
        padding: 11px;
        align-items: flex-start;
        gap: 8px;
    }

    .lobby-page .play-actions .action-symbol {
        width: 35px;
        height: 35px;
        flex-basis: 35px;
    }

    .lobby-page .play-actions b {
        font-size: 12px;
    }

    .lobby-page .play-actions small {
        font-size: 9px;
    }

    .lobby-page .play-actions .action-arrow {
        display: none;
    }

    .lobby-page .welcome-back {
        text-align: left;
    }

    .lobby-page .trust-row {
        grid-template-columns: 1fr 1fr;
        row-gap: 12px;
        font-size: 10px;
    }

    .lobby-page .trust-row span:nth-child(2) {
        border-right: 0;
    }

    .lobby-page .hero-table {
        padding: 8px 18px 16px;
    }

    .lobby-page .table-surface {
        min-height: 335px;
        border-width: 11px;
    }

    .lobby-page .table-surface::before {
        inset: -10px;
    }
}

@media (max-width: 370px) {
    .lobby-page .play-actions {
        grid-template-columns: 1fr;
    }

    .lobby-page .play-actions .play-primary {
        grid-column: auto;
    }
}
/* ==========================================================
   MJLIS PUBLIC RULES / SEO PAGES — V39
   ========================================================== */
.rules-entry{margin-top:32px;padding:24px 26px;border:1px solid rgba(222,172,72,.32);border-radius:20px;background:linear-gradient(135deg,rgba(222,172,72,.09),rgba(4,38,39,.58));display:flex;align-items:center;justify-content:space-between;gap:24px}.rules-entry h3{margin:0 0 6px;color:#f8f0df;font-size:1.25rem}.rules-entry p{margin:0;color:#a9c4c3}.rules-entry>div:last-child{display:flex;gap:10px;flex-wrap:wrap}.rules-entry a,.rules-play{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 18px;border:1px solid rgba(222,172,72,.45);border-radius:13px;color:#f0bd54;text-decoration:none;font-weight:800}.rules-entry a:hover,.rules-play:hover{background:#ddb04e;color:#061f20}.rules-page{background:#031f21;color:#f8f0df;min-height:100vh}.rules-page .site-header{position:relative}.rules-shell{width:min(1180px,calc(100% - 40px));margin:0 auto;padding:72px 0 100px}.rules-hero{max-width:850px;margin:0 auto 70px;text-align:center}.rules-hero>small,.rules-copy section>small{color:#e1ad45;font-weight:900;letter-spacing:.18em}.rules-hero h1{margin:15px 0 18px;font-family:Georgia,serif;font-size:clamp(3.1rem,7vw,6.7rem);line-height:.88}.rules-hero h1 span{color:#dfaa40}.rules-hero p{max-width:720px;margin:0 auto 28px;color:#a9c8c8;font-size:1.2rem;line-height:1.8}.rules-content{display:grid;grid-template-columns:220px minmax(0,760px);justify-content:center;gap:60px;align-items:start}.rules-toc{position:sticky;top:24px;display:grid;gap:4px;padding:20px;border:1px solid rgba(224,174,70,.25);border-radius:18px;background:#06292b}.rules-toc strong{margin-bottom:10px;color:#f5e7cb}.rules-toc a{padding:8px 0;color:#91b4b5;text-decoration:none}.rules-toc a:hover{color:#e4b24d}.rules-copy{min-width:0}.rules-copy section{scroll-margin-top:30px;padding:0 0 54px;margin:0 0 54px;border-bottom:1px solid rgba(255,255,255,.1)}.rules-copy h2{margin:10px 0 16px;font-family:Georgia,serif;font-size:clamp(2rem,4vw,3.2rem);line-height:1.05}.rules-copy h3{color:#edc169}.rules-copy p,.rules-copy li{color:#b7cdcd;font-size:1.05rem;line-height:1.85}.rules-copy ol{padding-inline-start:24px}.rules-facts,.rule-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:24px}.rules-facts span,.rule-grid>div{padding:20px;border:1px solid rgba(117,186,184,.22);border-radius:16px;background:rgba(4,35,37,.7)}.rules-facts b{display:block;color:#e4ae41;font-family:Georgia,serif;font-size:2rem}.rules-copy details{border-bottom:1px solid rgba(255,255,255,.1);padding:16px 0}.rules-copy summary{cursor:pointer;font-weight:800;color:#f3e8d4}.rules-final{padding:36px;border-radius:22px;background:linear-gradient(135deg,#0b3b3b,#092929);border:1px solid rgba(223,172,67,.4);text-align:center}.rules-final h2{margin-top:0}.rules-ar{font-family:Tahoma,Arial,sans-serif}.rules-ar .rules-hero h1,.rules-ar .rules-copy h2,.rules-ar .rules-facts b{font-family:Tahoma,Arial,sans-serif}.rules-ar .rules-toc{text-align:right}.rules-ar .rules-copy ol{padding-right:24px;padding-left:0}
@media(max-width:760px){.rules-entry{align-items:flex-start;flex-direction:column}.rules-entry>div:last-child,.rules-entry a{width:100%}.rules-shell{width:min(100% - 28px,1180px);padding-top:42px}.rules-hero{margin-bottom:42px}.rules-content{display:block}.rules-toc{position:static;display:flex;overflow-x:auto;margin-bottom:42px;white-space:nowrap}.rules-toc strong{display:none}.rules-toc a{padding:9px 13px;border:1px solid rgba(255,255,255,.1);border-radius:999px}.rules-facts,.rule-grid{grid-template-columns:1fr 1fr}.rules-page .site-header nav{display:none}.rules-page .header-account{margin-inline-start:auto}}
@media(max-width:420px){.rules-facts,.rule-grid{grid-template-columns:1fr}.rules-hero h1{font-size:3.25rem}.rules-copy h2{font-size:2rem}.rules-copy section{padding-bottom:38px;margin-bottom:38px}}


/* ==========================================================
   MJLIS UPLOADED HOME TABLE — V40
   ========================================================== */

.lobby-page .hero-table {
    padding: 0;
}

.lobby-page .table-surface {
    width: 100%;
    min-height: 0;
    aspect-ratio: 796 / 596;
    overflow: visible;

    border: 0;
    border-radius: 42px;

    background-color: #0a3028;
    background-image:
        url("/static/majlis14/mjlis-table.jpg?v=1");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    box-shadow:
        0 38px 80px rgba(0, 0, 0, .58);

    transform: none;
}

.lobby-page .table-surface::before,
.lobby-page .table-surface::after,
.lobby-page .preview-piles,
.lobby-page .preview-hand {
    display: none;
}

.lobby-page .seat-top {
    top: 6%;
}

.lobby-page .seat-bottom {
    bottom: 5%;
}

.lobby-page .seat-left {
    left: 3%;
}

.lobby-page .seat-right {
    right: 3%;
}

@media (max-width: 600px) {

    .lobby-page .hero-table {
        padding: 0;
    }

    .lobby-page .table-surface {
        min-height: 0;
        border-radius: 24px;
    }

    .lobby-page .seat-top {
        transform:
            translateX(-50%)
            scale(.82);
    }

    .lobby-page .seat-bottom {
        transform:
            translateX(-50%)
            scale(.82);
    }

    .lobby-page .seat-left {
        left: -2%;
        transform:
            translateY(-50%)
            scale(.78);
        transform-origin: left center;
    }

    .lobby-page .seat-right {
        right: -2%;
        transform:
            translateY(-50%)
            scale(.78);
        transform-origin: right center;
    }
}

/* MJLIS HEADER AUTH CONTRAST V41 */
.lobby-page .header-account {
    display: flex;
    align-items: center;
    gap: 10px;
}

.lobby-page .header-account > a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    padding: 0 17px;
    border: 1px solid rgba(224, 177, 76, .48);
    border-radius: 12px;
    color: #f5ead2;
    background: transparent;
    text-decoration: none;
    font-weight: 800;
}

.lobby-page .header-account > a:hover {
    border-color: #efc15e;
    color: #ffffff;
    background: rgba(224, 177, 76, .12);
}

.lobby-page .header-account > .join-link {
    border-color: #efbd52;
    color: #071714;
    background: linear-gradient(135deg, #f3ce78, #d9a43d);
    box-shadow: 0 8px 22px rgba(217, 164, 61, .24);
}

.lobby-page .header-account > .join-link:hover {
    color: #020a09;
    background: linear-gradient(135deg, #ffe29a, #e8b750);
    transform: translateY(-1px);
}

@media (max-width: 600px) {
    .lobby-page .header-account {
        gap: 6px;
    }

    .lobby-page .header-account > a {
        min-height: 38px;
        padding: 0 10px;
        font-size: 11px;
    }
}

/* MJLIS GUEST ACCESS MODEL V42 */
.lobby-page .account-required-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 22px;
}

.lobby-page .account-required-actions a {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    text-decoration: none;
    font-weight: 900;
}

.lobby-page .account-primary {
    color: #071714;
    background: linear-gradient(135deg, #f3ce78, #d9a43d);
}

.lobby-page .account-secondary {
    border: 1px solid rgba(224, 177, 76, .48);
    color: #f5ead2;
    background: #09231f;
}

.lobby-page .guest-reminder {
    display: block;
    margin-top: 18px;
    color: #9eb9b3;
    letter-spacing: 0;
}

@media (max-width: 520px) {
    .lobby-page .account-required-actions {
        grid-template-columns: 1fr;
    }
}


/* ===== MJLIS MOBILE NAVIGATION AND SIGN OUT V43 ===== */

.mobile-menu {
    display: none;
    position: relative;
    margin-inline-start: auto;
    z-index: 100;
}

.mobile-menu > summary {
    display: grid;
    width: 46px;
    height: 46px;
    padding: 0;
    place-items: center;
    border: 1px solid rgba(222, 172, 72, .48);
    border-radius: 50%;
    background: #082827;
    color: #f2bd54;
    cursor: pointer;
    font-size: 23px;
    font-weight: 900;
    list-style: none;
}

.mobile-menu > summary::-webkit-details-marker,
.account-menu > summary::-webkit-details-marker {
    display: none;
}

.mobile-menu[open] > summary {
    background: #dca943;
    color: #061b1b;
}

.mobile-menu-panel,
.account-menu-panel {
    position: absolute;
    right: 0;
    top: calc(100% + 12px);
    z-index: 200;
    display: grid;
    width: 230px;
    padding: 10px;
    border: 1px solid rgba(222, 172, 72, .42);
    border-radius: 16px;
    background: #061d1f;
    box-shadow: 0 24px 55px rgba(0, 0, 0, .65);
}

.mobile-menu-panel a,
.mobile-menu-panel button,
.account-menu-panel a,
.account-menu-panel button {
    display: flex;
    width: 100%;
    min-height: 44px;
    padding: 10px 13px;
    align-items: center;
    border: 0;
    border-radius: 10px;
    background: transparent;
    color: #f8f0df;
    text-align: left;
    text-decoration: none;
    font: inherit;
    font-weight: 800;
    cursor: pointer;
}

.mobile-menu-panel a:hover,
.mobile-menu-panel button:hover,
.account-menu-panel a:hover,
.account-menu-panel button:hover {
    background: rgba(222, 172, 72, .14);
    color: #efba51;
}

.mobile-menu-panel form,
.account-menu-panel form {
    margin: 4px 0 0;
    padding-top: 4px;
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.mobile-menu-panel form button,
.account-menu-panel form button {
    color: #ffaaa3;
}

.mobile-menu-panel .mobile-join-link {
    margin-top: 5px;
    justify-content: center;
    background: #dfa942;
    color: #061d1f;
}

.account-menu {
    position: relative;
}

.account-menu > summary {
    display: flex;
    min-height: 46px;
    padding: 5px 10px 5px 6px;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(222, 172, 72, .3);
    border-radius: 999px;
    background: #0a2929;
    color: #f8f0df;
    cursor: pointer;
    list-style: none;
    font-weight: 800;
}

.account-menu > summary img {
    width: 34px;
    height: 34px;
    border: 2px solid #dca943;
    border-radius: 50%;
    object-fit: cover;
}

.account-chevron {
    color: #dca943;
    font-size: 16px;
}

.profile-header {
    position: relative;
    z-index: 50;
}

.profile-nav {
    display: flex;
    margin-inline-start: auto;
    align-items: center;
    gap: 12px;
}

.profile-nav a {
    color: #b6c9c7;
    text-decoration: none;
    font-weight: 800;
}

.profile-nav a:hover {
    color: #efba51;
}

.profile-nav form {
    margin: 0;
}

.profile-nav button {
    min-height: 42px;
    padding: 0 17px;
    border: 1px solid rgba(255, 138, 128, .55);
    border-radius: 12px;
    background: rgba(123, 37, 37, .22);
    color: #ffb3ab;
    cursor: pointer;
    font-weight: 900;
}

.profile-nav button:hover {
    background: #a63f38;
    color: white;
}

@media (max-width: 900px) {
    .mobile-menu {
        display: block;
    }

    .lobby-page .header-account,
    .profile-header .profile-nav {
        display: none !important;
    }

    .lobby-page .site-header,
    .profile-header {
        overflow: visible;
    }

    .mobile-menu-panel {
        position: fixed;
        top: 78px;
        right: 12px;
        width: min(280px, calc(100vw - 24px));
    }
}

@media (max-width: 560px) {
    .mobile-menu > summary {
        width: 43px;
        height: 43px;
    }

    .mobile-menu-panel {
        top: 70px;
    }
}
