/* ============================================================
   UNDANGAN PERNIKAHAN — TEMA SAKURA PINK & EMAS
   Token: pink blossom #FCE8EE, mauve #D88AA3 / #B5476A, emas rose #C9914F
   ============================================================ */

:root {
    --blossom-pale: #FCE8EE;
    --blossom: #F4C7D6;
    --mauve: #D88AA3;
    --mauve-dark: #B5476A;
    --rose-gold: #C9914F;
    --rose-gold-light: #E0B777;
    --ink: #3A2E33;
    --ink-soft: #6B5A61;
    --cream: #FFFBF8;
    --white: #FFFFFF;

    --font-display: 'Cormorant Garamond', serif;
    --font-script: 'Alex Brush', cursive;
    --font-body: 'Poppins', sans-serif;

    --shadow-soft: 0 14px 34px rgba(181,71,106,0.16);
    --shadow-deep: 0 20px 46px rgba(181,71,106,0.22);

    --sakura-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 240 240'%3E%3Ccircle cx='120' cy='120' r='112'/%3E%3C/svg%3E");
}

* { margin: 0; padding: 0; box-sizing: border-box; }

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

html { scroll-behavior: smooth; }

body {
    background: linear-gradient(180deg, var(--blossom-pale) 0%, #FFF6F8 40%, var(--blossom-pale) 100%);
    color: var(--ink);
    font-family: var(--font-body);
    overflow-x: hidden;
    position: relative;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; font-family: inherit; border: none; background: none; }

.serif { font-family: var(--font-display); }
.handwriting { font-family: var(--font-script); }

::selection { background: var(--mauve); color: var(--white); }

::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: rgba(181,71,106,0.06); }
::-webkit-scrollbar-thumb { background: var(--mauve); border-radius: 10px; }

/* ============ BLOOM DECOR (sudut bunga sakura) ============ */
.bloom {
    position: absolute;
    width: 180px;
    height: 180px;
    background: radial-gradient(circle at 30% 30%, rgba(244,199,214,0.9), rgba(244,199,214,0) 70%);
    pointer-events: none;
    z-index: 0;
}
.bloom-tl { top: -40px; left: -40px; }
.bloom-tr { top: -50px; right: -60px; width: 220px; height: 220px; }
.bloom-bl { bottom: -50px; left: -50px; width: 200px; height: 200px; }
.bloom-br { bottom: -60px; right: -40px; }

.bloom-divider {
    width: 70px;
    height: 18px;
    margin: 18px auto 26px;
    position: relative;
}
.bloom-divider::before {
    content: '❀';
    display: block;
    text-align: center;
    color: var(--rose-gold);
    font-size: 1.1rem;
}
.bloom-divider::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0; right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--rose-gold-light) 30%, var(--rose-gold-light) 70%, transparent);
    z-index: -1;
}

/* ============ SAKURA FRAME (signature shape) ============
   Frame bulat berbingkai cincin emas-rose tipis putus-putus,
   seperti pada foto referensi */
.sakura-frame {
    position: relative;
    width: 230px;
    height: 230px;
    margin: 0 auto;
    filter: drop-shadow(0 14px 28px rgba(181,71,106,0.28));
}
.sakura-frame.small { width: 180px; height: 180px; }

.sakura-frame .sakura-clip {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    border: 6px solid var(--white);
    box-shadow: 0 0 0 1.5px var(--rose-gold-light);
}
.sakura-frame .sakura-clip img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sakura-frame .sakura-ring {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

/* ============ MUSIC BUTTON ============ */
.music-btn {
    position: fixed;
    bottom: 22px;
    right: 22px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, var(--rose-gold-light), var(--mauve-dark) 75%);
    border: 1px solid var(--rose-gold);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    box-shadow: var(--shadow-deep);
    color: var(--white);
    font-size: 1.1rem;
    animation: spin-disc 5s linear infinite;
}
.music-btn.paused { animation-play-state: paused; }
@keyframes spin-disc { from { transform: rotate(0deg);} to { transform: rotate(360deg);} }

/* ============ COVER ============ */
#cover {
    position: fixed;
    inset: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, var(--blossom-pale) 0%, #FFF6F8 45%, var(--blossom-pale) 100%);
    transition: transform 1.1s cubic-bezier(.77,0,.18,1);
    overflow-y: auto;
    padding: 50px 20px 40px;
}

.cover-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 420px;
    margin: auto;
}

.eyebrow {
    font-family: var(--font-display);
    font-style: italic;
    font-size: 1.05rem;
    color: var(--ink);
    margin-bottom: 18px;
    font-weight: 500;
}

.cover-content h1 {
    font-size: 3.6rem;
    color: var(--mauve-dark);
    margin: 4px 0 10px;
    line-height: 1;
}

.cover-date {
    font-size: 0.95rem;
    color: var(--ink-soft);
    letter-spacing: 0.5px;
    margin-bottom: 28px;
}

.kepada-label {
    font-size: 0.85rem;
    color: var(--ink-soft);
    margin-bottom: 6px;
}

.guest-name {
    font-family: var(--font-display);
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--ink);
    padding: 10px 0 30px;
    border-bottom: 1px solid rgba(201,145,79,0.35);
    margin: 0 auto 30px;
    max-width: 280px;
}

/* ============ BUTTONS ============ */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 32px;
    background: linear-gradient(135deg, var(--mauve), var(--mauve-dark));
    color: var(--white);
    border: none;
    border-radius: 40px;
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 0.88rem;
    letter-spacing: 0.3px;
    box-shadow: 0 10px 24px rgba(181,71,106,0.35);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(181,71,106,0.45); }
.btn:active { transform: translateY(0); }
.btn:focus-visible { outline: 2px solid var(--mauve-dark); outline-offset: 3px; }

.btn-outline {
    background: transparent;
    border: 1.5px solid var(--mauve);
    color: var(--mauve-dark);
    box-shadow: none;
}
.btn-outline:hover {
    background: rgba(216,138,163,0.1);
    box-shadow: 0 8px 18px rgba(181,71,106,0.15);
}

/* ============ MAIN CONTENT ============ */
#main-content {
    display: none;
    position: relative;
    z-index: 1;
    max-width: 600px;
    margin: 0 auto;
    padding-bottom: 50px;
}

section {
    padding: 64px 24px;
    text-align: center;
    position: relative;
}

.section-title {
    font-size: 2.1rem;
    color: var(--mauve-dark);
    margin-bottom: 2px;
    font-weight: 600;
}

.lead-text {
    font-size: 0.9rem;
    color: var(--ink-soft);
    line-height: 1.7;
    max-width: 420px;
    margin: 0 auto 24px;
}

/* ============ COUPLE SECTION ============ */
.couple-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    margin-top: 20px;
}

.person { max-width: 320px; }
.batik-frame { margin-bottom: 18px; }

.name-title {
    font-size: 1.7rem;
    color: var(--ink);
    margin-bottom: 8px;
    font-weight: 600;
}

.ortu-text {
    font-size: 0.85rem;
    color: var(--ink-soft);
    line-height: 1.6;
    margin-bottom: 12px;
    padding: 0 10px;
}

.ig-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.82rem;
    color: var(--mauve-dark);
    border: 1px solid rgba(216,138,163,0.4);
    padding: 6px 16px;
    border-radius: 30px;
    transition: 0.3s;
}
.ig-link:hover { background: rgba(216,138,163,0.1); border-color: var(--mauve); }

.ampersand {
    font-family: var(--font-script);
    font-size: 3.4rem;
    color: var(--rose-gold);
    line-height: 0.5;
}

/* ============ LOVE STORY ============ */
.story-timeline {
    display: flex;
    flex-direction: column;
    gap: 28px;
    margin-top: 24px;
    text-align: left;
}

.story-item {
    background: var(--white);
    border-radius: 18px;
    padding: 24px;
    box-shadow: var(--shadow-soft);
    border: 1px solid rgba(244,199,214,0.6);
    position: relative;
}

.story-item .story-year {
    font-family: var(--font-display);
    font-style: italic;
    font-size: 0.95rem;
    color: var(--rose-gold);
    font-weight: 600;
    margin-bottom: 6px;
}

.story-item h4 {
    font-size: 1.25rem;
    color: var(--ink);
    margin-bottom: 8px;
    font-family: var(--font-display);
    font-weight: 700;
}

.story-item p {
    font-size: 0.86rem;
    color: var(--ink-soft);
    line-height: 1.65;
}

/* ============ GALLERY ============ */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-top: 24px;
}

.gallery-grid img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 12px;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 12px rgba(181,71,106,0.15);
}
.gallery-grid img:hover { transform: scale(1.04); box-shadow: 0 8px 20px rgba(181,71,106,0.3); }

.lightbox {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(58,46,51,0.92);
    z-index: 200;
    align-items: center;
    justify-content: center;
    padding: 24px;
    cursor: zoom-out;
}
.lightbox.active { display: flex; }
.lightbox img {
    max-width: 100%;
    max-height: 85vh;
    border-radius: 12px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.5);
}

/* ============ COUNTDOWN ============ */
.timer-wrapper {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin: 24px 0 36px;
    flex-wrap: wrap;
}

.time-box {
    background: var(--white);
    border: 1px solid rgba(201,145,79,0.35);
    border-radius: 14px;
    padding: 14px 10px;
    min-width: 68px;
    box-shadow: var(--shadow-soft);
}

.time-box span {
    display: block;
    font-family: var(--font-display);
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--mauve-dark);
    line-height: 1;
}

.time-box p {
    font-size: 0.68rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--ink-soft);
    margin-top: 6px;
}

/* ============ EVENT CARDS ============ */
.event-card {
    background: var(--white);
    border: 1px solid rgba(244,199,214,0.7);
    border-radius: 20px;
    padding: 28px 24px;
    margin-bottom: 22px;
    box-shadow: var(--shadow-soft);
    position: relative;
    overflow: hidden;
}
.event-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--rose-gold), transparent);
}

.event-card h3 {
    font-family: var(--font-display);
    font-size: 1.5rem;
    color: var(--mauve-dark);
    margin-bottom: 16px;
    font-weight: 700;
}

.event-card p {
    font-size: 0.9rem;
    color: var(--ink-soft);
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-align: left;
}
.event-card p i { color: var(--rose-gold); width: 16px; flex-shrink: 0; }

#reminder-btn { width: 100%; }

/* ============ GIFT SECTION ============ */
.gift-card-red {
    background: linear-gradient(155deg, var(--mauve), var(--mauve-dark));
    border: 1px solid rgba(201,145,79,0.5);
    border-radius: 18px;
    padding: 22px;
    margin-bottom: 18px;
    text-align: left;
    box-shadow: var(--shadow-deep);
    color: var(--white);
}

.bank-name {
    font-size: 0.85rem;
    color: var(--rose-gold-light);
    font-weight: 600;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.rek-number {
    font-family: var(--font-display);
    font-size: 1.5rem;
    color: var(--white);
    letter-spacing: 1px;
    margin-bottom: 4px;
}

.atas-nama {
    font-size: 0.8rem;
    color: rgba(255,255,255,0.8);
    margin-bottom: 16px;
}

.btn-salin {
    background: rgba(255,255,255,0.15);
    border: 1px solid rgba(255,255,255,0.6);
    color: var(--white);
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 0.78rem;
    font-weight: 500;
    float: left;
    transition: 0.3s;
}
.btn-salin:hover { background: rgba(255,255,255,0.28); }

/* ============ RSVP & CHAT ============ */
.rsvp-container {
    background: var(--white);
    border: 1px solid rgba(244,199,214,0.8);
    border-radius: 20px;
    padding: 30px 22px;
    max-width: 600px;
    margin: 0 auto;
    box-shadow: var(--shadow-deep);
}

#chat-form input,
#chat-form select,
#chat-form textarea {
    width: 100%;
    padding: 13px 16px;
    margin-bottom: 16px;
    background: var(--blossom-pale);
    border: 1px solid rgba(216,138,163,0.35);
    color: var(--ink);
    border-radius: 10px;
    font-family: var(--font-body);
    font-size: 0.9rem;
    transition: 0.3s;
}
#chat-form input::placeholder,
#chat-form textarea::placeholder { color: rgba(58,46,51,0.4); }

#chat-form input:focus,
#chat-form select:focus,
#chat-form textarea:focus {
    outline: none;
    border-color: var(--mauve);
    background: var(--white);
    box-shadow: 0 0 0 3px rgba(216,138,163,0.15);
}
#chat-form select option { background: var(--white); color: var(--ink); }

.chat-box {
    margin-top: 26px;
    max-height: 380px;
    overflow-y: auto;
    text-align: left;
    padding-right: 8px;
}

.chat-msg {
    background: var(--blossom-pale);
    border-left: 3px solid var(--rose-gold);
    padding: 16px;
    border-radius: 0 14px 14px 0;
    margin-bottom: 14px;
    animation: fadeIn 0.5s ease-in-out;
}
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-8px); }
    to { opacity: 1; transform: translateY(0); }
}

.chat-msg h4 {
    color: var(--mauve-dark);
    font-size: 1rem;
    font-family: var(--font-display);
    font-weight: 700;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}
.chat-msg p { font-size: 0.88rem; color: var(--ink-soft); line-height: 1.55; }
.chat-time {
    font-size: 0.72rem;
    color: rgba(58,46,51,0.4);
    display: block;
    margin-top: 10px;
    text-align: right;
    font-style: italic;
}

.badge-status {
    font-size: 0.68rem;
    padding: 3px 10px;
    border-radius: 10px;
    font-weight: 500;
    white-space: nowrap;
}
.badge-hadir { background: rgba(74,189,128,0.15); color: #2f9e5d; border: 1px solid #4abd80; }
.badge-absen { background: rgba(220,80,90,0.12); color: #c5424f; border: 1px solid #dc5a5a; }

/* ============ SHARE ============ */
.share-row {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 20px;
}
.share-icon {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: var(--white);
    border: 1px solid rgba(244,199,214,0.8);
    box-shadow: var(--shadow-soft);
    color: var(--mauve-dark);
    font-size: 1.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}
.share-icon:hover { transform: translateY(-3px); box-shadow: var(--shadow-deep); background: var(--mauve); color: var(--white); }

/* ============ FOOTER ============ */
footer {
    text-align: center;
    padding: 50px 24px 30px;
    margin-top: 20px;
}
footer p { font-size: 0.85rem; color: var(--ink-soft); }
footer h3 { font-size: 2.8rem; color: var(--mauve-dark); }

/* ============ RESPONSIVE ============ */
@media (min-width: 700px) {
    .couple-wrapper { flex-direction: row; justify-content: center; align-items: center; gap: 50px; }
    .gift-card-red, .event-card { padding: 32px; }
    .gallery-grid { grid-template-columns: repeat(4, 1fr); }
}

@media (max-width: 380px) {
    .cover-content h1 { font-size: 2.9rem; }
    .time-box { min-width: 58px; padding: 10px 6px; }
    .time-box span { font-size: 1.4rem; }
    .sakura-frame { width: 200px; height: 200px; }
}

/* ============ ADMIN MODAL ============ */
.admin-trigger-btn {
    position: fixed;
    bottom: 22px;
    left: 22px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: var(--white);
    border: 1.5px solid rgba(201,145,79,0.6);
    box-shadow: var(--shadow-soft);
    color: var(--rose-gold);
    font-size: 1.1rem;
    z-index: 998;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    cursor: pointer;
}

.admin-trigger-btn:hover {
    transform: scale(1.1);
    box-shadow: var(--shadow-deep);
    background: var(--mauve);
    color: var(--white);
    border-color: var(--mauve);
}

.admin-modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(58,46,51,0.85);
    z-index: 300;
    align-items: center;
    justify-content: center;
    padding: 20px;
    animation: fadeIn 0.3s ease;
}

.admin-modal.active {
    display: flex;
}

.admin-modal-content {
    background: var(--white);
    border-radius: 20px;
    max-width: 500px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 25px 60px rgba(0,0,0,0.3);
    border: 1px solid rgba(244,199,214,0.8);
}

.admin-modal-header {
    padding: 24px 24px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(244,199,214,0.3);
}

.admin-modal-header h3 {
    font-family: var(--font-display);
    color: var(--mauve-dark);
    font-size: 1.3rem;
    display: flex;
    align-items: center;
    gap: 10px;
}

.close-admin {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid rgba(181,71,106,0.2);
    background: var(--white);
    color: var(--ink-soft);
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.close-admin:hover {
    background: #fee;
    color: var(--mauve-dark);
}

.admin-modal-body {
    padding: 24px;
}

.admin-subtitle {
    font-size: 0.85rem;
    color: var(--ink-soft);
    margin-bottom: 20px;
    text-align: center;
}

.password-input-wrapper {
    position: relative;
}

.password-input-wrapper input {
    width: 100%;
    padding: 13px 45px 13px 16px;
    background: var(--blossom-pale);
    border: 1px solid rgba(216,138,163,0.35);
    border-radius: 10px;
    font-family: var(--font-body);
    font-size: 0.9rem;
}

.password-input-wrapper input:focus {
    outline: none;
    border-color: var(--mauve);
    box-shadow: 0 0 0 3px rgba(216,138,163,0.15);
}

.toggle-password {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: var(--ink-soft);
    cursor: pointer;
    padding: 5px;
}

.error-message {
    background: rgba(220,80,90,0.1);
    border: 1px solid #dc5a5a;
    color: #c5424f;
    padding: 10px;
    border-radius: 8px;
    margin-top: 12px;
    font-size: 0.82rem;
    text-align: center;
}

/* Admin Panel */
.admin-panel-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(244,199,214,0.3);
}

.admin-panel-header h4 {
    color: var(--mauve-dark);
    font-family: var(--font-display);
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    gap: 8px;
}

.btn-logout {
    padding: 8px 16px;
    background: rgba(220,80,90,0.1);
    border: 1px solid rgba(220,80,90,0.3);
    color: #c5424f;
    border-radius: 20px;
    font-size: 0.8rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 6px;
}

.btn-logout:hover {
    background: rgba(220,80,90,0.2);
}

.admin-card {
    background: var(--blossom-pale);
    border: 1px solid rgba(244,199,214,0.6);
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 20px;
}

.admin-card h5 {
    color: var(--mauve-dark);
    font-family: var(--font-display);
    font-size: 1rem;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.admin-card input[type="text"] {
    width: 100%;
    padding: 12px 16px;
    background: var(--white);
    border: 1px solid rgba(216,138,163,0.35);
    border-radius: 10px;
    font-family: var(--font-body);
    font-size: 0.9rem;
}

.admin-card input[type="text"]:focus {
    outline: none;
    border-color: var(--mauve);
    box-shadow: 0 0 0 3px rgba(216,138,163,0.15);
}

.link-copy-wrapper {
    display: flex;
    gap: 8px;
}

.link-copy-wrapper input {
    flex: 1;
    background: var(--white);
    padding: 10px 14px;
    border: 1px solid rgba(216,138,163,0.35);
    border-radius: 10px;
    font-size: 0.82rem;
    color: var(--ink);
    font-family: monospace;
}

.btn-salin-link {
    padding: 10px 16px;
    background: var(--mauve);
    color: var(--white);
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-size: 0.82rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
    transition: all 0.3s ease;
}

.btn-salin-link:hover {
    background: var(--mauve-dark);
    transform: translateY(-1px);
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.stat-item {
    text-align: center;
    padding: 12px;
    background: var(--white);
    border-radius: 12px;
    border: 1px solid rgba(244,199,214,0.4);
}

.stat-number {
    display: block;
    font-family: var(--font-display);
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--mauve-dark);
    line-height: 1;
}

.stat-label {
    display: block;
    font-size: 0.7rem;
    color: var(--ink-soft);
    margin-top: 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Responsive Admin */
@media (max-width: 400px) {
    .stats-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
    }
    
    .admin-modal-content {
        max-width: 95vw;
    }
}