:root {
    --bg: #060815;
    --bg-2: #0b1025;
    --panel: rgba(8, 13, 33, 0.76);
    --panel-strong: rgba(7, 10, 24, 0.92);
    --line: rgba(187, 207, 255, 0.28);
    --line-soft: rgba(187, 207, 255, 0.16);
    --text: #edf3ff;
    --muted: #b6c3dd;
    --soft: #7d8cab;
    --accent: #ff6f91;
    --accent-2: #b81446;
    --ice: #9ec6ff;
    --glow: rgba(148, 193, 255, 0.45);
    --shadow: rgba(0, 0, 0, 0.55);
    --radius-xl: 34px;
    --radius-lg: 24px;
    --radius-md: 18px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    min-height: 100vh;
    margin: 0;
    color: var(--text);
    font-family: Georgia, 'Times New Roman', serif;
    background:
        radial-gradient(circle at 72% 8%, rgba(143, 190, 255, 0.26), transparent 28%),
        radial-gradient(circle at 12% 18%, rgba(57, 80, 163, 0.42), transparent 30%),
        radial-gradient(circle at 52% 80%, rgba(181, 21, 70, 0.16), transparent 24%),
        linear-gradient(145deg, #03040b 0%, #080d20 45%, #02030a 100%);
    overflow-x: hidden;
}

body::before,
body::after {
    content: '';
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

body::before {
    background-image:
        radial-gradient(circle, rgba(255,255,255,.82) 0 1px, transparent 1.7px),
        radial-gradient(circle, rgba(152,188,255,.55) 0 1px, transparent 1.6px),
        radial-gradient(circle, rgba(255,105,140,.5) 0 1px, transparent 1.8px);
    background-size: 110px 110px, 160px 160px, 220px 220px;
    background-position: 12px 18px, 80px 30px, 20px 120px;
    opacity: .34;
    animation: driftStars 28s linear infinite;
}

body::after {
    background:
        linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255,255,255,.035) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: radial-gradient(circle at center, rgba(0,0,0,.68), transparent 68%);
    opacity: .25;
}

@keyframes driftStars {
    from { transform: translate3d(0, 0, 0); }
    to { transform: translate3d(-90px, 70px, 0); }
}

.page-shell {
    position: relative;
    z-index: 1;
    width: min(1180px, calc(100% - 28px));
    margin: 0 auto;
    padding: 28px 0 96px;
}

.invitation-card {
    position: relative;
    overflow: hidden;
    min-height: 92vh;
    padding: clamp(20px, 3vw, 46px);
    border: 1px solid var(--line);
    border-radius: var(--radius-xl);
    background:
        radial-gradient(circle at 74% 18%, rgba(92, 139, 225, 0.22), transparent 30%),
        radial-gradient(circle at 10% 55%, rgba(83, 32, 116, 0.23), transparent 28%),
        linear-gradient(180deg, rgba(9, 14, 33, 0.84), rgba(3, 5, 15, 0.94));
    box-shadow: 0 30px 90px var(--shadow), inset 0 0 70px rgba(107, 153, 255, .08);
}

.invitation-card::before {
    content: '';
    position: absolute;
    inset: 12px;
    border: 1px dashed rgba(213, 226, 255, .22);
    border-radius: calc(var(--radius-xl) - 10px);
    pointer-events: none;
}

.invitation-card::after {
    content: '';
    position: absolute;
    inset: -40% -15%;
    background: radial-gradient(circle, rgba(255,255,255,.08) 0 1px, transparent 1.5px);
    background-size: 64px 64px;
    transform: rotate(-8deg);
    opacity: .22;
    pointer-events: none;
}

.card-border {
    position: absolute;
    inset: 22px;
    border-radius: 26px;
    box-shadow: inset 0 0 0 1px rgba(159, 191, 255, .12), inset 0 0 45px rgba(122, 172, 255, .08);
    pointer-events: none;
    z-index: 1;
}

.ornament {
    position: absolute;
    width: 130px;
    height: 130px;
    opacity: .78;
    z-index: 2;
    pointer-events: none;
}

.ornament::before,
.ornament::after {
    content: '';
    position: absolute;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(255,110,145,.75), rgba(103,10,41,.25));
    filter: drop-shadow(0 0 12px rgba(255, 92, 130, .35));
}

.ornament::before {
    width: 70px;
    height: 12px;
    transform: rotate(38deg);
    top: 42px;
    left: 26px;
}

.ornament::after {
    width: 12px;
    height: 70px;
    transform: rotate(38deg);
    top: 16px;
    left: 56px;
}

.ornament-top-left { top: -10px; left: -12px; }
.ornament-top-right { top: -10px; right: -12px; transform: scaleX(-1); }

.top-label {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-bottom: clamp(18px, 2.5vw, 34px);
    letter-spacing: .56em;
    text-transform: uppercase;
    color: rgba(235, 242, 255, .82);
    font-size: clamp(.74rem, 1vw, .95rem);
}

.top-label p {
    margin: 0;
    text-shadow: 0 0 18px rgba(173, 209, 255, .45);
}

.top-label span {
    display: block;
    width: min(180px, 22vw);
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(206, 222, 255, .45), transparent);
}

.hero-grid {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: minmax(320px, .95fr) minmax(340px, 1.05fr);
    gap: clamp(20px, 4vw, 56px);
    align-items: center;
}

.hero-copy {
    padding: clamp(8px, 1.4vw, 22px) clamp(0px, 1vw, 14px);
    text-align: center;
}

.mini-heart {
    display: inline-grid;
    place-items: center;
    width: 54px;
    height: 44px;
    margin-bottom: 4px;
    color: rgba(222, 234, 255, .72);
    font-size: 42px;
    text-shadow: 0 0 20px rgba(161, 197, 255, .32);
}

.eyebrow {
    margin: 0 0 10px;
    color: var(--accent);
    letter-spacing: .22em;
    text-transform: uppercase;
    font-size: .78rem;
}

h1,
h2,
p {
    text-wrap: pretty;
}

.hero-copy h1 {
    margin: 0;
    font-weight: 400;
    line-height: .98;
    color: #e8f0ff;
    text-shadow: 0 0 26px rgba(171, 206, 255, .42);
}

.hero-copy h1 span {
    display: block;
    font-size: clamp(2.25rem, 6vw, 5.15rem);
    letter-spacing: .02em;
}

.hero-copy h1 strong {
    display: block;
    margin-top: .1em;
    color: var(--accent);
    font-family: 'Brush Script MT', 'Segoe Script', cursive;
    font-size: clamp(4.4rem, 11vw, 9.5rem);
    font-weight: 400;
    line-height: .78;
    text-shadow: 0 0 12px rgba(255, 111, 145, .54), 0 0 38px rgba(184, 20, 70, .45);
}

.divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 24px auto 22px;
    color: rgba(220, 232, 255, .85);
}

.divider i {
    width: min(150px, 28vw);
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(227, 236, 255, .48), transparent);
}

.divider b {
    font-weight: 400;
    color: var(--accent);
}

.main-message {
    max-width: 560px;
    margin: 0 auto;
    color: rgba(238, 244, 255, .88);
    font-size: clamp(1.06rem, 2vw, 1.48rem);
    line-height: 1.65;
}

.accent-message {
    max-width: 460px;
    margin: 28px auto 0;
    color: #ff95ad;
    font-size: clamp(1.02rem, 1.8vw, 1.38rem);
    line-height: 1.7;
    text-shadow: 0 0 18px rgba(255, 92, 130, .24);
}

.hero-art {
    position: relative;
    min-height: clamp(520px, 62vw, 760px);
    border-radius: 42px;
    isolation: isolate;
}

.hero-art::before {
    content: '';
    position: absolute;
    inset: 2% 0 2% 8%;
    z-index: -2;
    border-radius: 46% 54% 44% 56% / 44% 44% 56% 56%;
    background: radial-gradient(circle at center, rgba(146, 197, 255, .28), rgba(54, 75, 139, .08) 42%, transparent 67%);
    filter: blur(8px);
}

.hero-art::after {
    content: '';
    position: absolute;
    inset: 3% -4% 0 8%;
    z-index: -1;
    background: linear-gradient(90deg, rgba(5, 7, 17, .96), transparent 18%, transparent 72%, rgba(5, 7, 17, .56));
    pointer-events: none;
}

.hero-art img {
    width: 100%;
    height: 100%;
    max-height: 790px;
    object-fit: cover;
    object-position: center top;
    border-radius: 42px;
    filter: drop-shadow(0 24px 40px rgba(0, 0, 0, .58));
    opacity: .96;
    mask-image: radial-gradient(ellipse at 58% 45%, #000 0 62%, transparent 80%);
}

.halo-stars {
    position: absolute;
    z-index: 4;
    top: 6%;
    left: 40%;
    width: 230px;
    height: 80px;
    pointer-events: none;
}

.halo-stars span {
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 0 18px 5px rgba(192, 224, 255, .82);
    animation: twinkle 2.8s ease-in-out infinite;
}

.halo-stars span::before,
.halo-stars span::after {
    content: '';
    position: absolute;
    inset: 50% auto auto 50%;
    background: rgba(255,255,255,.9);
    transform: translate(-50%, -50%);
}

.halo-stars span::before { width: 32px; height: 2px; }
.halo-stars span::after { width: 2px; height: 32px; }
.halo-stars span:nth-child(1) { left: 4%; top: 40%; animation-delay: .1s; }
.halo-stars span:nth-child(2) { left: 26%; top: 8%; transform: scale(1.25); animation-delay: .5s; }
.halo-stars span:nth-child(3) { left: 52%; top: 2%; transform: scale(.9); animation-delay: .9s; }
.halo-stars span:nth-child(4) { left: 76%; top: 18%; transform: scale(1.18); animation-delay: 1.35s; }
.halo-stars span:nth-child(5) { left: 94%; top: 44%; transform: scale(.78); animation-delay: 1.8s; }

@keyframes twinkle {
    0%, 100% { opacity: .52; filter: blur(.2px); }
    50% { opacity: 1; filter: blur(0); }
}

.feature-strip {
    position: relative;
    z-index: 4;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    width: min(780px, 92%);
    margin: clamp(-12px, -1vw, 8px) auto 34px;
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(9, 14, 34, .88), rgba(5, 7, 17, .82));
    box-shadow: 0 20px 50px rgba(0,0,0,.36), inset 0 0 30px rgba(122, 171, 255, .06);
}

.feature-strip::before,
.event-panel::before {
    content: '';
    position: absolute;
    inset: 7px;
    border-radius: 18px;
    border: 1px dashed rgba(210, 225, 255, .22);
    pointer-events: none;
}

.feature-card {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    min-height: 110px;
    padding: 16px 18px;
}

.feature-card + .feature-card {
    border-left: 1px dashed rgba(214, 228, 255, .25);
}

.feature-card h2 {
    margin: 0;
    font-size: clamp(1rem, 1.5vw, 1.32rem);
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.feature-card p {
    margin: 7px 0 0;
    color: var(--muted);
    font-size: .92rem;
}

.feature-icon {
    position: relative;
    display: grid;
    place-items: center;
    flex: 0 0 72px;
    width: 72px;
    height: 72px;
    border-radius: 999px;
    background: rgba(255,255,255,.04);
    box-shadow: inset 0 0 20px rgba(160, 199, 255, .12), 0 0 22px rgba(160, 199, 255, .12);
}

.heart-icon {
    color: #e4edff;
    font-size: 54px;
    line-height: 1;
    text-shadow: 0 0 18px rgba(176, 208, 255, .55);
}

.sushi-icon {
    background: transparent;
    box-shadow: none;
}

.nigiri,
.maki {
    position: absolute;
    display: block;
}

.nigiri {
    left: 7px;
    bottom: 21px;
    width: 45px;
    height: 20px;
    border-radius: 55% 55% 45% 45%;
    background: linear-gradient(155deg, #ff9b93, #d74a55 62%, #8f2037);
    transform: rotate(-8deg);
    box-shadow: 0 10px 0 -3px #f5f0e9, 0 12px 14px rgba(0,0,0,.24);
}

.nigiri::after {
    content: '';
    position: absolute;
    inset: 5px 11px;
    border-top: 2px solid rgba(255,255,255,.36);
    border-bottom: 2px solid rgba(255,255,255,.22);
    border-radius: 999px;
}

.maki {
    right: 1px;
    bottom: 18px;
    width: 28px;
    height: 28px;
    border-radius: 999px;
    background: radial-gradient(circle at center, #f8f6f0 0 29%, #24263a 30% 57%, #050713 58%);
    box-shadow: inset 0 0 0 3px rgba(255,255,255,.08), 0 12px 14px rgba(0,0,0,.24);
}

.maki::before {
    content: '';
    position: absolute;
    inset: 9px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff6f91, #6fd38f);
}

.event-panel {
    position: relative;
    z-index: 4;
    margin: 0 auto;
    width: min(1030px, 96%);
    padding: clamp(28px, 4vw, 52px);
    border: 1px solid var(--line);
    border-radius: 30px;
    background:
        radial-gradient(circle at 12% 78%, rgba(91, 123, 199, .25), transparent 25%),
        radial-gradient(circle at 86% 55%, rgba(255, 91, 133, .16), transparent 26%),
        linear-gradient(180deg, rgba(8, 13, 32, .91), rgba(4, 7, 18, .93));
    box-shadow: 0 24px 70px rgba(0,0,0,.42), inset 0 0 55px rgba(124, 173, 255, .08);
    text-align: center;
    overflow: hidden;
}

.panel-decor {
    position: absolute;
    left: -42px;
    bottom: -28px;
    width: 270px;
    height: 170px;
    background:
        linear-gradient(to top, rgba(0,0,0,.32), rgba(0,0,0,0)),
        radial-gradient(circle at 30% 55%, rgba(120, 157, 235, .16), transparent 44%);
    opacity: .55;
}

.panel-decor::before,
.panel-decor::after {
    content: '';
    position: absolute;
    bottom: 0;
    background: rgba(74, 93, 146, .45);
    border-radius: 12px 12px 0 0;
}

.panel-decor::before {
    width: 120px;
    height: 88px;
    left: 70px;
    clip-path: polygon(0 100%, 0 36%, 14% 36%, 14% 24%, 24% 24%, 24% 12%, 38% 12%, 50% 0, 62% 12%, 76% 12%, 76% 24%, 86% 24%, 86% 36%, 100% 36%, 100% 100%);
}

.panel-decor::after {
    width: 82px;
    height: 108px;
    left: 150px;
    clip-path: polygon(0 100%, 0 42%, 18% 42%, 18% 22%, 34% 22%, 50% 0, 66% 22%, 82% 22%, 82% 42%, 100% 42%, 100% 100%);
}

.panel-kicker {
    position: relative;
    margin: 0 0 12px;
    color: #ff9bb3;
    letter-spacing: .16em;
    text-transform: uppercase;
    font-size: .78rem;
}

.event-panel h2 {
    position: relative;
    margin: 0 0 28px;
    color: #eaf1ff;
    font-size: clamp(2.2rem, 4.8vw, 4.4rem);
    font-weight: 400;
    text-shadow: 0 0 26px rgba(171, 206, 255, .38);
}

.event-details {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    width: min(620px, 100%);
    margin: 0 auto 22px;
}

.detail-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 16px 14px;
    border: 1px solid var(--line-soft);
    border-radius: 18px;
    background: rgba(255,255,255,.035);
}

.detail-icon {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255, 111, 145, .12);
    font-size: 1.25rem;
}

.detail-box small {
    display: block;
    margin-bottom: 4px;
    color: var(--soft);
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: .72rem;
}

.detail-box strong {
    color: var(--text);
    font-size: 1rem;
    font-weight: 400;
}

.address-card {
    position: relative;
    width: min(560px, 100%);
    min-height: 120px;
    margin: 0 auto;
    padding: 24px 28px;
    display: grid;
    place-items: center;
    border: 1px dashed rgba(226, 235, 255, .32);
    border-radius: 18px;
    background: rgba(5, 9, 23, .58);
    box-shadow: inset 0 0 32px rgba(145, 187, 255, .06);
}

.pin {
    position: absolute;
    top: -16px;
    left: 50%;
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    transform: translateX(-50%) rotate(45deg);
    color: transparent;
    border-radius: 50% 50% 50% 0;
    background: linear-gradient(135deg, var(--accent), var(--accent-2));
    box-shadow: 0 0 24px rgba(255, 92, 130, .44);
}

.pin::after {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255,255,255,.84);
}

.address-card p {
    margin: 0;
    color: rgba(237, 243, 255, .86);
    font-size: clamp(1.08rem, 2vw, 1.55rem);
    line-height: 1.45;
}

.event-actions {
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.btn {
    border: 0;
    border-radius: 999px;
    padding: 12px 20px;
    color: var(--text);
    font: 700 .9rem/1 system-ui, -apple-system, Segoe UI, sans-serif;
    letter-spacing: .02em;
    text-decoration: none;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.btn:hover {
    transform: translateY(-2px);
}

.btn-primary {
    background: linear-gradient(135deg, var(--accent), var(--accent-2));
    box-shadow: 0 14px 28px rgba(184, 20, 70, .28);
}

.btn-secondary {
    border: 1px solid var(--line);
    background: rgba(255,255,255,.06);
}

.sushi-decor {
    position: absolute;
    right: clamp(20px, 5vw, 78px);
    bottom: 38px;
    width: 150px;
    height: 95px;
    opacity: .9;
    pointer-events: none;
}

.sushi-decor span {
    position: absolute;
    border-radius: 999px;
    filter: drop-shadow(0 10px 12px rgba(0,0,0,.34));
}

.sushi-decor span:nth-child(1) {
    width: 56px;
    height: 28px;
    right: 30px;
    top: 12px;
    background: linear-gradient(155deg, #ff9b93, #d84b57 62%, #8b1e37);
    box-shadow: 0 13px 0 -3px #f8f0e8;
    transform: rotate(-12deg);
}

.sushi-decor span:nth-child(2),
.sushi-decor span:nth-child(3) {
    width: 34px;
    height: 34px;
    background: radial-gradient(circle at center, #f8f6f0 0 27%, #e36f89 28% 38%, #161827 39% 62%, #050713 63%);
}

.sushi-decor span:nth-child(2) { right: 84px; top: 44px; }
.sushi-decor span:nth-child(3) { right: 18px; top: 52px; }

.footer-note {
    position: relative;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin: 30px 0 0;
    color: rgba(232, 240, 255, .84);
    text-transform: uppercase;
    letter-spacing: .36em;
    font-size: clamp(.76rem, 1.2vw, 1rem);
}

.footer-note p {
    margin: 0;
}

.footer-note span {
    color: var(--accent);
    letter-spacing: 0;
}

.music-control {
    position: fixed;
    z-index: 50;
    right: 18px;
    bottom: 18px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(220, 232, 255, .32);
    border-radius: 999px;
    padding: 12px 16px;
    color: var(--text);
    background: rgba(8, 12, 28, .78);
    backdrop-filter: blur(14px);
    box-shadow: 0 16px 45px rgba(0,0,0,.42), inset 0 0 24px rgba(157, 198, 255, .08);
    cursor: pointer;
    transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.music-control:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 111, 145, .62);
}

.music-control.is-playing {
    background: rgba(41, 10, 26, .82);
    border-color: rgba(255, 111, 145, .58);
}

.music-icon {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--accent), var(--accent-2));
    box-shadow: 0 0 20px rgba(255, 92, 130, .32);
    font-size: 1.2rem;
}

.music-text {
    font: 700 .9rem/1 system-ui, -apple-system, Segoe UI, sans-serif;
}

.toast {
    position: fixed;
    left: 50%;
    bottom: 86px;
    z-index: 60;
    transform: translate(-50%, 12px);
    opacity: 0;
    pointer-events: none;
    padding: 12px 18px;
    border: 1px solid var(--line);
    border-radius: 999px;
    color: var(--text);
    background: rgba(7, 11, 26, .88);
    backdrop-filter: blur(14px);
    box-shadow: 0 18px 45px rgba(0,0,0,.38);
    font: 700 .88rem/1.3 system-ui, -apple-system, Segoe UI, sans-serif;
    transition: opacity .22s ease, transform .22s ease;
}

.toast.show {
    opacity: 1;
    transform: translate(-50%, 0);
}

.noscript-message {
    position: fixed;
    z-index: 70;
    left: 16px;
    right: 16px;
    bottom: 16px;
    padding: 14px 16px;
    border-radius: 14px;
    background: #fff3cd;
    color: #382900;
    font-family: system-ui, sans-serif;
    text-align: center;
}

@media (max-width: 980px) {
    .hero-grid {
        grid-template-columns: 1fr;
    }

    .hero-art {
        min-height: 560px;
        max-width: 620px;
        width: 100%;
        margin: 0 auto;
        order: -1;
    }

    .hero-copy h1 span {
        font-size: clamp(2.4rem, 8vw, 5rem);
    }

    .feature-strip {
        margin-top: 18px;
    }
}

@media (max-width: 680px) {
    .page-shell {
        width: min(100% - 14px, 1180px);
        padding-top: 8px;
    }

    .invitation-card {
        border-radius: 24px;
        padding: 22px 14px 28px;
    }

    .invitation-card::before,
    .card-border {
        inset: 8px;
        border-radius: 18px;
    }

    .top-label {
        gap: 9px;
        letter-spacing: .28em;
    }

    .top-label span {
        width: 48px;
    }

    .hero-art {
        min-height: 470px;
    }

    .hero-art img {
        border-radius: 28px;
        mask-image: linear-gradient(180deg, #000 0 76%, transparent 100%);
    }

    .hero-copy {
        padding: 0 6px;
    }

    .hero-copy h1 strong {
        font-size: clamp(4rem, 22vw, 6.3rem);
    }

    .main-message,
    .accent-message {
        font-size: 1rem;
    }

    .feature-strip {
        grid-template-columns: 1fr;
        width: 100%;
        padding: 12px;
    }

    .feature-card {
        justify-content: flex-start;
        min-height: 94px;
    }

    .feature-card + .feature-card {
        border-left: 0;
        border-top: 1px dashed rgba(214, 228, 255, .25);
    }

    .event-panel {
        width: 100%;
        padding: 30px 16px;
        border-radius: 22px;
    }

    .event-details {
        grid-template-columns: 1fr;
    }

    .sushi-decor {
        position: relative;
        right: auto;
        bottom: auto;
        margin: 18px auto 0;
    }

    .footer-note {
        gap: 9px;
        letter-spacing: .16em;
        font-size: .72rem;
    }

    .music-control {
        right: 12px;
        bottom: 12px;
        padding: 10px 12px;
    }

    .music-text {
        display: none;
    }
}

/* Confirmación por WhatsApp */
.confirm-panel {
    position: relative;
    z-index: 4;
    width: min(960px, 96%);
    margin: 28px auto 0;
    padding: clamp(26px, 4vw, 46px);
    border: 1px solid var(--line);
    border-radius: 30px;
    background:
        radial-gradient(circle at 18% 22%, rgba(37, 211, 102, .13), transparent 28%),
        radial-gradient(circle at 84% 80%, rgba(255, 111, 145, .14), transparent 30%),
        linear-gradient(180deg, rgba(8, 13, 32, .92), rgba(4, 7, 18, .94));
    box-shadow: 0 24px 70px rgba(0,0,0,.42), inset 0 0 55px rgba(124, 173, 255, .08);
    text-align: center;
    overflow: hidden;
}

.confirm-panel::before {
    content: '';
    position: absolute;
    inset: 7px;
    border-radius: 22px;
    border: 1px dashed rgba(210, 225, 255, .22);
    pointer-events: none;
}

.confirm-glow {
    position: absolute;
    inset: -80px -40px auto auto;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(37, 211, 102, .18), transparent 68%);
    filter: blur(6px);
    pointer-events: none;
}

.confirm-panel h2 {
    position: relative;
    margin: 0 0 12px;
    color: #eaf1ff;
    font-size: clamp(2rem, 4vw, 3.7rem);
    font-weight: 400;
    text-shadow: 0 0 26px rgba(171, 206, 255, .36);
}

.confirm-intro {
    position: relative;
    width: min(680px, 100%);
    margin: 0 auto 24px;
    color: rgba(237, 243, 255, .78);
    font-size: clamp(1rem, 1.7vw, 1.18rem);
    line-height: 1.55;
}

.confirm-form {
    position: relative;
    width: min(760px, 100%);
    margin: 0 auto;
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 18px;
}

.confirm-form label {
    display: grid;
    gap: 8px;
    text-align: left;
}

.confirm-form label span {
    color: #ff9bb3;
    font: 700 .76rem/1.1 system-ui, -apple-system, Segoe UI, sans-serif;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.confirm-form input,
.confirm-form select {
    width: 100%;
    min-height: 48px;
    border: 1px solid rgba(206, 222, 255, .22);
    border-radius: 16px;
    padding: 12px 14px;
    color: var(--text);
    background: rgba(5, 9, 23, .68);
    box-shadow: inset 0 0 28px rgba(145, 187, 255, .05);
    outline: none;
    font: 500 .98rem/1.2 system-ui, -apple-system, Segoe UI, sans-serif;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.confirm-form input:focus,
.confirm-form select:focus {
    border-color: rgba(255, 111, 145, .72);
    box-shadow: 0 0 0 4px rgba(255, 111, 145, .12), inset 0 0 28px rgba(145, 187, 255, .06);
}

.confirm-form select option {
    color: #111827;
}

.btn-whatsapp {
    min-width: min(100%, 290px);
    background: linear-gradient(135deg, #25d366, #128c7e);
    box-shadow: 0 14px 28px rgba(18, 140, 126, .28);
}

.btn-whatsapp.is-loading {
    pointer-events: none;
    opacity: .72;
}

.confirm-note {
    min-height: 22px;
    margin: 14px 0 0;
    color: rgba(182, 195, 221, .86);
    font: 500 .88rem/1.45 system-ui, -apple-system, Segoe UI, sans-serif;
}

.confirm-note.is-success {
    color: #9ff2bd;
}

.confirm-note.is-error {
    color: #ff9bb3;
}

/* Panel de control de confirmaciones */
.admin-shell {
    position: relative;
    z-index: 1;
    width: min(1120px, calc(100% - 28px));
    min-height: 100vh;
    margin: 0 auto;
    padding: 34px 0;
}

.admin-panel {
    border: 1px solid var(--line);
    border-radius: 28px;
    padding: clamp(22px, 4vw, 42px);
    background:
        radial-gradient(circle at 80% 12%, rgba(143, 190, 255, 0.18), transparent 26%),
        linear-gradient(180deg, rgba(9, 14, 33, 0.9), rgba(3, 5, 15, 0.96));
    box-shadow: 0 30px 90px var(--shadow), inset 0 0 70px rgba(107, 153, 255, .08);
}

.admin-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 24px;
}

.admin-header h1,
.admin-panel h1 {
    margin: 0;
    color: #eaf1ff;
    font-size: clamp(2rem, 4vw, 3.4rem);
    font-weight: 400;
    text-shadow: 0 0 26px rgba(171, 206, 255, .34);
}

.admin-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
}

.admin-summary {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 20px;
}

.admin-summary article {
    padding: 20px;
    border: 1px solid var(--line-soft);
    border-radius: 20px;
    background: rgba(255,255,255,.04);
}

.admin-summary small {
    display: block;
    margin-bottom: 6px;
    color: var(--soft);
    text-transform: uppercase;
    letter-spacing: .13em;
    font: 700 .72rem/1 system-ui, -apple-system, Segoe UI, sans-serif;
}

.admin-summary strong {
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 400;
}

.admin-table-wrap {
    overflow-x: auto;
    border: 1px solid var(--line-soft);
    border-radius: 20px;
    background: rgba(5, 9, 23, .58);
}

.admin-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 760px;
    font-family: system-ui, -apple-system, Segoe UI, sans-serif;
}

.admin-table th,
.admin-table td {
    padding: 14px 16px;
    border-bottom: 1px solid rgba(206, 222, 255, .11);
    text-align: left;
    vertical-align: top;
}

.admin-table th {
    color: #ff9bb3;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: .72rem;
}

.admin-table td {
    color: rgba(237, 243, 255, .86);
    font-size: .92rem;
}

.empty-row {
    text-align: center !important;
    color: var(--muted) !important;
}

.admin-panel code {
    display: inline-block;
    margin-top: 12px;
    padding: 10px 12px;
    border: 1px solid var(--line-soft);
    border-radius: 12px;
    color: #ffb3c4;
    background: rgba(5, 9, 23, .78);
}

@media (max-width: 680px) {
    .confirm-panel {
        width: 100%;
        padding: 30px 16px;
        border-radius: 22px;
    }

    .form-grid,
    .admin-summary {
        grid-template-columns: 1fr;
    }

    .admin-header {
        display: block;
    }

    .admin-actions {
        justify-content: flex-start;
        margin-top: 16px;
    }
}
