@charset "UTF-8";

:root {
    --ink: #24162a;
    --muted: #746b77;
    --line: #e9e3e9;
    --paper: #fffdf9;
    --wash: #f5f1f3;
    --orange: #ff6b35;
    --orange-dark: #e84d1b;
    --pink: #ef4772;
    --plum: #4d245e;
    --plum-dark: #2d1638;
    --green: #1e956f;
    --yellow: #ffd888;
    --shadow: 0 18px 50px rgba(48, 28, 53, .09);
    --font: "Pretendard Variable", Pretendard, SUIT, "Noto Sans KR", "Apple SD Gothic Neo", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--font); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { color: inherit; font: inherit; }
button, select { cursor: pointer; }
img { display: block; max-width: 100%; }

.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand__mark { display: grid; width: 40px; height: 40px; place-items: center; border-radius: 13px 13px 13px 4px; color: #fff; background: var(--orange); font-size: 20px; font-weight: 900; box-shadow: 0 8px 20px rgba(255, 107, 53, .25); }
.brand strong { display: block; font-size: 21px; letter-spacing: -.8px; line-height: 1; }
.brand small { display: block; margin-top: 5px; color: #8b818d; font-size: 8px; font-weight: 800; letter-spacing: 2px; }
.brand--light { color: #fff; }
.brand--light small { color: rgba(255,255,255,.58); }

.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 10px; padding: 0 21px; border: 1px solid transparent; border-radius: 14px; background: transparent; font-size: 14px; font-weight: 750; transition: .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--primary { color: #fff; border-color: var(--orange); background: var(--orange); box-shadow: 0 10px 25px rgba(255,107,53,.22); }
.button--primary:hover { border-color: var(--orange-dark); background: var(--orange-dark); box-shadow: 0 13px 28px rgba(255,107,53,.3); }
.button--outline { border-color: #dcd3dd; background: #fff; }
.button--outline:hover, .button--ghost:hover { border-color: var(--orange); color: var(--orange); }
.button--ghost { min-height: 43px; border-color: rgba(56,34,61,.16); background: rgba(255,255,255,.58); backdrop-filter: blur(10px); }
.button--plain { color: #5f5262; }
.button--plain:hover { color: var(--orange); }
.button--small { min-height: 39px; padding: 0 15px; border-radius: 11px; font-size: 13px; }
.button--full { width: 100%; }

.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--orange); font-size: 11px; font-weight: 850; letter-spacing: 2.5px; }
.eyebrow i { width: 24px; height: 2px; background: currentColor; }
.eyebrow--light { color: #ffd293; }

/* Landing */
.landing-body { min-height: 100vh; overflow-x: hidden; background: radial-gradient(circle at 87% 9%, #ffe0c1 0, transparent 30%), linear-gradient(135deg, #fffaf4 0%, #fffdf9 54%, #f8f0f6 100%); }
.landing-nav { display: flex; width: min(1240px, calc(100% - 48px)); height: 92px; align-items: center; justify-content: space-between; margin: 0 auto; }
.landing-main { display: grid; width: min(1240px, calc(100% - 48px)); min-height: calc(100vh - 92px); grid-template-columns: 1.05fr .95fr; align-items: center; gap: 40px; margin: 0 auto; padding: 48px 0 88px; }
.landing-copy { position: relative; z-index: 2; }
.landing-copy h1 { margin: 24px 0 23px; font-size: clamp(48px, 5.5vw, 78px); font-weight: 850; letter-spacing: -5px; line-height: 1.08; }
.landing-copy h1 em { color: var(--orange); font-style: normal; }
.landing-copy > p { max-width: 610px; margin: 0; color: #716675; font-size: 18px; line-height: 1.8; }
.landing-actions { display: flex; gap: 10px; margin-top: 36px; }
.trust-row { display: flex; gap: 28px; margin-top: 60px; }
.trust-row span { display: flex; max-width: 150px; align-items: center; gap: 9px; color: #625765; font-size: 11px; font-weight: 700; line-height: 1.35; }
.trust-row b { display: grid; flex: 0 0 auto; width: 31px; height: 31px; place-items: center; border: 1px solid #dfd5dc; border-radius: 50%; color: var(--orange); font-size: 10px; }
.landing-visual { position: relative; display: grid; min-height: 630px; place-items: center; }
.landing-visual::before { position: absolute; width: 530px; height: 530px; border-radius: 50%; background: linear-gradient(145deg, #5d2b6e, #35183f); box-shadow: 0 45px 100px rgba(74,35,87,.28); content: ""; }
.orb { position: absolute; border-radius: 50%; filter: blur(1px); }
.orb--one { top: 2%; right: 4%; width: 95px; height: 95px; background: #ffbb70; opacity: .75; }
.orb--two { bottom: 5%; left: 2%; width: 120px; height: 120px; border: 26px solid #ef7598; opacity: .45; }
.phone-card { position: relative; z-index: 2; width: 285px; height: 565px; overflow: hidden; border: 9px solid #1c101f; border-radius: 43px; background: #fffaf5; box-shadow: 0 30px 75px rgba(30,13,34,.4); transform: rotate(3deg); }
.phone-card__top { display: flex; height: 33px; align-items: center; justify-content: space-between; padding: 0 22px; color: #fff; background: #32153c; font-size: 9px; font-weight: 700; }
.phone-card__top i { width: 48px; height: 13px; border-radius: 8px; background: #130b15; }
.mini-hero { position: relative; display: flex; height: 287px; flex-direction: column; justify-content: flex-end; padding: 25px; color: #fff; background: radial-gradient(circle at 80% 12%, #ffcf80 0 16%, transparent 17%), linear-gradient(155deg, #ff723c 0%, #ec4774 52%, #52215f 100%); }
.mini-hero::before { position: absolute; top: 55px; left: 36px; width: 180px; height: 180px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; content: ""; }
.mini-pill { position: absolute; top: 20px; left: 20px; padding: 6px 11px; border-radius: 20px; background: rgba(255,255,255,.2); font-size: 8px; font-weight: 800; letter-spacing: 1px; }
.mini-hero b { position: relative; font-size: 74px; letter-spacing: -6px; line-height: .95; }
.mini-hero b small { font-size: 31px; }
.mini-hero strong { position: relative; margin-top: 8px; font-size: 17px; }
.mini-ticket { position: relative; display: flex; width: calc(100% - 34px); height: 107px; flex-direction: column; justify-content: center; margin: -12px auto 0; padding: 17px 20px; border-radius: 16px; background: #fff; box-shadow: 0 12px 30px rgba(56,30,60,.14); }
.mini-ticket::after { position: absolute; top: 0; right: 0; width: 56px; height: 100%; border-radius: 0 16px 16px 0; background: #f5eaf2; content: ""; }
.mini-ticket span, .mini-ticket b, .mini-ticket small { position: relative; z-index: 1; }
.mini-ticket span { color: #a08e9f; font-size: 9px; }
.mini-ticket b { margin: 5px 0; color: var(--plum); font-size: 22px; }
.mini-ticket small { color: var(--orange); font-size: 9px; font-weight: 700; }
.mini-claim { display: grid; width: calc(100% - 34px); height: 46px; place-items: center; margin: 17px auto; border-radius: 13px; color: #fff; background: var(--orange); font-size: 12px; font-weight: 800; }
.floating-note { position: absolute; z-index: 3; display: grid; min-width: 170px; grid-template-columns: 39px auto; column-gap: 10px; padding: 13px 16px; border: 1px solid rgba(255,255,255,.56); border-radius: 15px; background: rgba(255,255,255,.89); box-shadow: var(--shadow); backdrop-filter: blur(10px); }
.floating-note > span { display: grid; width: 39px; height: 39px; grid-row: 1 / 3; place-items: center; border-radius: 12px; color: #fff; background: var(--orange); }
.floating-note b { align-self: end; font-size: 12px; }
.floating-note small { color: #8d7f8d; font-size: 9px; }
.floating-note--top { top: 16%; left: 2%; }
.floating-note--bottom { right: 0; bottom: 17%; }
.floating-note--bottom > span { background: var(--green); }

/* Login */
.login-body { min-height: 100vh; background: #f7f2f4; }
.login-shell { display: grid; min-height: 100vh; grid-template-columns: 1.05fr .95fr; }
.login-art { position: relative; display: flex; overflow: hidden; flex-direction: column; justify-content: space-between; padding: 55px clamp(45px, 6vw, 100px); color: #fff; background: radial-gradient(circle at 88% 14%, rgba(255,200,123,.28) 0 16%, transparent 16.4%), radial-gradient(circle at 14% 100%, rgba(241,71,113,.42), transparent 36%), linear-gradient(145deg, #5b286d 0%, #35173f 66%, #24102c 100%); }
.login-art::after { position: absolute; right: -160px; bottom: 10%; width: 440px; height: 440px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.025), 0 0 0 140px rgba(255,255,255,.018); content: ""; }
.login-art__copy { position: relative; z-index: 1; }
.login-art__copy h1 { margin: 20px 0; font-size: clamp(45px, 5vw, 70px); letter-spacing: -4px; line-height: 1.1; }
.login-art__copy h1 em { color: #ffc978; font-style: normal; }
.login-art__copy p { max-width: 500px; margin: 0; color: rgba(255,255,255,.64); font-size: 16px; line-height: 1.8; }
.login-art__stats { position: relative; z-index: 1; display: flex; gap: 0; border-top: 1px solid rgba(255,255,255,.14); padding-top: 25px; }
.login-art__stats span { min-width: 130px; border-right: 1px solid rgba(255,255,255,.12); margin-right: 28px; }
.login-art__stats b, .login-art__stats small { display: block; }
.login-art__stats b { font-size: 25px; }
.login-art__stats small { margin-top: 5px; color: rgba(255,255,255,.48); font-size: 10px; }
.login-panel { display: grid; place-items: center; padding: 40px; }
.login-card { width: min(430px, 100%); }
.login-card__kicker { color: var(--orange); font-size: 10px; font-weight: 850; letter-spacing: 2px; }
.login-card h2 { margin: 11px 0 8px; font-size: 38px; letter-spacing: -2px; }
.login-card > p { margin: 0 0 35px; color: var(--muted); font-size: 14px; }
.stack-form { display: grid; gap: 17px; }
.field { display: grid; gap: 8px; color: #4c414e; font-size: 12px; font-weight: 700; }
.field > span:first-child b { color: var(--orange); }
.field input, .field select, .field textarea { width: 100%; border: 1px solid #ddd5de; outline: 0; background: #fff; font-size: 14px; font-weight: 500; transition: .2s; }
.field input, .field select { height: 49px; padding: 0 14px; border-radius: 12px; }
.field textarea { min-height: 112px; resize: vertical; padding: 14px; border-radius: 12px; line-height: 1.65; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 4px rgba(255,107,53,.09); }
.field > small { color: #978c98; font-size: 10px; font-weight: 500; }
.input-wrap { position: relative; }
.input-wrap i { position: absolute; z-index: 1; top: 50%; left: 15px; color: #a99eaa; font-style: normal; transform: translateY(-50%); }
.input-wrap input { padding-left: 43px; }
.input-wrap--password input { padding-right: 52px; }
.password-toggle { position: absolute; top: 50%; right: 9px; display: grid; width: 34px; height: 34px; place-items: center; border: 0; border-radius: 10px; color: #9b909d; background: transparent; transform: translateY(-50%); transition: .2s ease; }
.password-toggle:hover, .password-toggle:focus-visible { color: var(--orange); background: #fff2ec; }
.password-toggle:focus-visible { outline: 2px solid rgba(255,107,53,.35); outline-offset: 2px; }
.password-toggle__icon { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.password-toggle__icon--hide { display: none; }
.password-toggle.is-visible .password-toggle__icon--show { display: none; }
.password-toggle.is-visible .password-toggle__icon--hide { display: block; }
.check-row { display: flex; align-items: center; gap: 8px; color: #716674; font-size: 12px; }
.check-row input { accent-color: var(--orange); }
.field-error { margin: -8px 0 0; color: #d83f54; font-size: 12px; }
.demo-account { display: flex; align-items: center; gap: 12px; margin-top: 25px; padding: 13px 15px; border: 1px dashed #d7ccd6; border-radius: 12px; background: #fffaf5; }
.demo-account > span { padding: 5px 7px; border-radius: 6px; color: #fff; background: var(--plum); font-size: 8px; font-weight: 850; letter-spacing: 1px; }
.demo-account p { margin: 0; color: #817483; font-size: 10px; line-height: 1.55; }
.demo-account b { color: #4d414f; }
.back-link { display: block; margin-top: 25px; color: #8b808c; font-size: 11px; text-align: center; }

/* Operator shell */
.operator-body { min-height: 100vh; background: #f5f2f4; }
.operator-frame { display: grid; min-height: 100vh; grid-template-columns: 244px minmax(0, 1fr); }
.sidebar { position: sticky; z-index: 40; top: 0; display: flex; height: 100vh; flex-direction: column; padding: 30px 21px 22px; color: #fff; background: linear-gradient(180deg, #35183f 0%, #26112f 100%); }
.brand--sidebar { padding-left: 7px; }
.brand--sidebar small { color: rgba(255,255,255,.4); }
.sidebar__nav { display: grid; gap: 7px; margin-top: 52px; }
.nav-item { display: flex; height: 48px; align-items: center; gap: 13px; padding: 0 14px; border-radius: 12px; color: rgba(255,255,255,.55); font-size: 13px; font-weight: 650; transition: .2s; }
.nav-item:hover { color: #fff; background: rgba(255,255,255,.06); }
.nav-item.is-active { color: #fff; background: var(--orange); box-shadow: 0 10px 24px rgba(255,107,53,.2); }
.nav-item__icon { display: grid; width: 22px; place-items: center; font-size: 18px; }
.sidebar__bottom { display: grid; gap: 18px; margin-top: auto; }
.operator-mini { display: flex; min-width: 0; align-items: center; gap: 10px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.08); }
.avatar { display: grid; flex: 0 0 auto; width: 38px; height: 38px; place-items: center; border-radius: 12px; color: var(--plum); background: #f6c979; font-size: 13px; font-weight: 850; }
.avatar--small { width: 33px; height: 33px; border-radius: 10px; }
.operator-mini > span:last-child { min-width: 0; }
.operator-mini strong, .operator-mini small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.operator-mini strong { font-size: 12px; }
.operator-mini small { margin-top: 4px; color: rgba(255,255,255,.36); font-size: 8px; }
.text-button { display: flex; width: 100%; justify-content: space-between; padding: 0 6px; border: 0; color: rgba(255,255,255,.4); background: transparent; font-size: 10px; }
.text-button:hover { color: #fff; }
.operator-main { min-width: 0; }
.mobile-header { display: none; }
.page-wrap { width: min(1430px, calc(100% - 72px)); margin: 0 auto; padding: 50px 0 75px; }
.page-heading { margin-bottom: 31px; }
.page-heading--split { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; }
.page-kicker { display: block; margin-bottom: 9px; color: var(--orange); font-size: 9px; font-weight: 850; letter-spacing: 2px; }
.page-heading h1 { margin: 0; font-size: 31px; letter-spacing: -1.7px; }
.page-heading p { margin: 8px 0 0; color: #837984; font-size: 13px; }
.crumb { display: inline-block; margin-bottom: 20px; color: #8c818d; font-size: 11px; }
.crumb:hover { color: var(--orange); }
.toast { display: flex; align-items: center; gap: 9px; margin-bottom: 22px; padding: 14px 17px; border: 1px solid #bde3d4; border-radius: 13px; color: #24775d; background: #effaf6; font-size: 12px; font-weight: 650; box-shadow: 0 8px 20px rgba(40,120,90,.06); animation: slideDown .35s ease; }
.toast > span { display: grid; width: 22px; height: 22px; place-items: center; border-radius: 50%; color: #fff; background: var(--green); }
@keyframes slideDown { from { opacity: 0; transform: translateY(-10px); } }

.metric-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; margin-bottom: 20px; }
.metric-card { position: relative; min-height: 155px; padding: 23px; border: 1px solid #e7e1e7; border-radius: 18px; background: #fff; box-shadow: 0 6px 24px rgba(48,30,52,.035); }
.metric-card--dark { color: #fff; border-color: var(--plum); background: linear-gradient(145deg, #592868, #3a1945); }
.metric-card > small { display: block; color: #948a95; font-size: 10px; font-weight: 650; }
.metric-card--dark > small { color: rgba(255,255,255,.52); }
.metric-card > strong { display: block; margin-top: 10px; font-size: 28px; letter-spacing: -1.5px; }
.metric-card > strong em { margin-left: 4px; color: #9c919d; font-size: 11px; font-style: normal; font-weight: 600; }
.metric-card--dark > strong em { color: rgba(255,255,255,.5); }
.metric-card > p { margin: 11px 0 0; color: #a095a1; font-size: 9px; }
.metric-card__icon { position: absolute; top: 22px; right: 22px; display: grid; width: 34px; height: 34px; place-items: center; border-radius: 10px; color: #fff; background: rgba(255,255,255,.13); font-style: normal; }
.metric-card__icon--orange { color: var(--orange); background: #fff0e9; }
.metric-card__icon--pink { color: var(--pink); background: #ffedf3; }
.metric-card__icon--green { color: var(--green); background: #eaf8f3; }
.live-dot { display: inline-block; width: 6px; height: 6px; margin-right: 5px; border-radius: 50%; background: #50d5a9; box-shadow: 0 0 0 4px rgba(80,213,169,.12); }

.content-panel { border: 1px solid #e7e1e7; border-radius: 18px; background: #fff; box-shadow: 0 8px 27px rgba(45,27,49,.035); }
.panel-heading { display: flex; min-height: 72px; align-items: center; justify-content: space-between; padding: 0 23px; border-bottom: 1px solid #eee9ee; }
.panel-heading > div { display: flex; align-items: baseline; gap: 9px; }
.panel-heading h2 { margin: 0; font-size: 15px; letter-spacing: -.5px; }
.panel-heading span { color: #9a909b; font-size: 9px; }
.panel-hint { display: flex; align-items: center; gap: 6px; }
.panel-hint i { width: 6px; height: 6px; border-radius: 50%; background: var(--green); }
.event-list { display: grid; }
.event-row { display: grid; grid-template-columns: 120px minmax(0, 1fr); gap: 18px; padding: 17px 23px; border-bottom: 1px solid #f0ecf0; transition: .2s; }
.event-row:last-child { border-bottom: 0; }
.event-row:hover { background: #fffcf9; }
.event-row__image { display: grid; height: 86px; overflow: hidden; place-items: center; border-radius: 13px; color: #fff; background: linear-gradient(145deg, var(--orange), var(--pink) 55%, var(--plum)); }
.event-row__image img { width: 100%; height: 100%; object-fit: cover; }
.event-row__image > span { font-size: 29px; font-weight: 850; }
.event-row__image small { font-size: 14px; }
.event-row__main { display: grid; grid-template-columns: minmax(190px, 1.25fr) minmax(145px, .75fr) minmax(180px, .75fr) auto; align-items: center; gap: 24px; }
.event-row__title .status { margin-right: 6px; }
.event-row__title > small { color: #a399a4; font-size: 9px; }
.event-row__title h3 { margin: 7px 0 4px; font-size: 14px; }
.event-row__title h3 a:hover { color: var(--orange); }
.event-row__title p { overflow: hidden; margin: 0; color: #958b96; font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.status { display: inline-flex; align-items: center; gap: 5px; padding: 5px 8px; border-radius: 20px; font-size: 8px; font-weight: 800; }
.status::before { width: 5px; height: 5px; border-radius: 50%; background: currentColor; content: ""; }
.status--active { color: #16825f; background: #eaf8f3; }
.status--muted { color: #8d838e; background: #f1eef1; }
.event-row__quantity > span { color: #9a909b; font-size: 9px; }
.event-row__quantity > span small { margin-right: 8px; }
.event-row__quantity > span b { color: var(--ink); font-size: 14px; }
.progress { height: 5px; overflow: hidden; margin-top: 8px; border-radius: 5px; background: #eee9ee; }
.progress i { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--orange), var(--pink)); }
.event-row__quantity em { display: block; margin-top: 5px; color: #a197a2; font-size: 8px; font-style: normal; text-align: right; }
.event-row__stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.event-row__stats span { text-align: center; }
.event-row__stats small, .event-row__stats b { display: block; }
.event-row__stats small { margin-bottom: 5px; color: #a197a2; font-size: 8px; }
.event-row__stats b { font-size: 13px; }
.event-row__actions { display: flex; align-items: center; gap: 6px; }
.icon-button { display: inline-grid; width: 37px; height: 37px; place-items: center; border: 1px solid #e2dce3; border-radius: 10px; color: #746975; background: #fff; font-size: 13px; }
.icon-button:hover { border-color: var(--orange); color: var(--orange); }
.empty-state { padding: 75px 20px; text-align: center; }
.empty-state > span { display: grid; width: 50px; height: 50px; place-items: center; margin: 0 auto; border-radius: 16px; color: var(--orange); background: #fff0e9; font-size: 20px; }
.empty-state h3 { margin: 18px 0 8px; font-size: 18px; }
.empty-state p { margin: 0 0 22px; color: var(--muted); font-size: 12px; }

/* Event forms */
.event-form { display: grid; gap: 18px; }
.form-grid { display: grid; gap: 15px; }
.form-section { padding: 27px 29px 30px; border: 1px solid #e6e0e6; border-radius: 18px; background: #fff; box-shadow: 0 8px 26px rgba(45,28,48,.035); }
.section-title { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 27px; }
.section-title > span { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 10px; color: var(--orange); background: #fff0e9; font-size: 9px; font-weight: 850; }
.section-title h2 { margin: 0; font-size: 16px; }
.section-title p { margin: 5px 0 0; color: #978c98; font-size: 10px; }
.field-grid { display: grid; gap: 16px; }
.field-grid--two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.form-section > .field, .form-section > .field-grid { margin-top: 17px; }
.form-section > .section-title + .field-grid, .form-section > .section-title + .field { margin-top: 0; }
.suffix-input { position: relative; display: block; }
.suffix-input input { padding-right: 48px; }
.suffix-input i { position: absolute; top: 50%; right: 15px; color: #9b909c; font-size: 12px; font-style: normal; transform: translateY(-50%); }
.upload-box { position: relative; display: grid; min-height: 230px; overflow: hidden; place-items: center; border: 1px dashed #cfc4cf; border-radius: 16px; background: #faf7f8; cursor: pointer; }
.upload-box:hover { border-color: var(--orange); background: #fffaf6; }
.upload-box input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.upload-box__preview { position: absolute; inset: 0; background-position: center; background-size: cover; opacity: 0; transition: .2s; }
.upload-box__preview.has-image { opacity: 1; }
.upload-box__preview.has-image::after { position: absolute; inset: 0; background: rgba(29,12,34,.45); content: ""; }
.upload-box__content { position: relative; z-index: 1; display: grid; justify-items: center; color: #817583; }
.upload-box__content > b { display: grid; width: 47px; height: 47px; place-items: center; margin-bottom: 12px; border-radius: 15px; color: #fff; background: var(--plum); font-size: 22px; }
.upload-box__content strong { font-size: 13px; }
.upload-box__content small { margin-top: 7px; color: #a49aa5; font-size: 9px; }
.upload-box__preview.has-image + .upload-box__content { color: #fff; text-shadow: 0 1px 5px rgba(0,0,0,.25); }
.upload-box__preview.has-image + .upload-box__content small { color: rgba(255,255,255,.74); }
.toggle-row { display: flex; align-items: center; gap: 13px; margin-top: 24px; cursor: pointer; }
.toggle-row input { position: absolute; opacity: 0; }
.toggle-row > i { position: relative; width: 44px; height: 25px; flex: 0 0 auto; border-radius: 30px; background: #cec7cf; transition: .2s; }
.toggle-row > i::after { position: absolute; top: 3px; left: 3px; width: 19px; height: 19px; border-radius: 50%; background: #fff; box-shadow: 0 2px 6px rgba(0,0,0,.18); content: ""; transition: .2s; }
.toggle-row input:checked + i { background: var(--green); }
.toggle-row input:checked + i::after { transform: translateX(19px); }
.toggle-row b, .toggle-row small { display: block; }
.toggle-row b { font-size: 12px; }
.toggle-row small { margin-top: 3px; color: #9a8f9b; font-size: 9px; }
.form-actions { display: flex; align-items: center; justify-content: flex-end; gap: 8px; padding: 11px 0 0; }
.error-summary { padding: 17px 20px; border: 1px solid #f1b9c2; border-radius: 14px; color: #a92742; background: #fff1f3; font-size: 11px; }
.error-summary ul { margin: 8px 0 0; padding-left: 18px; line-height: 1.7; }

/* Event details */
.detail-heading { align-items: flex-end; }
.heading-badges { display: flex; align-items: center; gap: 8px; margin-bottom: 9px; color: #958a96; font-size: 9px; }
.heading-actions { display: flex; gap: 8px; }
.detail-metrics { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-bottom: 16px; }
.detail-metrics article { min-height: 134px; padding: 21px; border: 1px solid #e6e0e6; border-radius: 17px; background: #fff; }
.detail-metrics article > span { display: block; color: #948995; font-size: 9px; }
.detail-metrics strong { display: block; margin: 10px 0; font-size: 25px; }
.detail-metrics strong small { margin-left: 3px; color: #998f9a; font-size: 9px; font-weight: 600; }
.detail-metrics em { display: block; color: #aaa0aa; font-size: 8px; font-style: normal; }
.detail-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); gap: 15px; align-items: start; }
.chart-panel { min-height: 380px; }
.big-total { color: var(--ink) !important; font-size: 20px !important; font-weight: 800; }
.big-total small { margin-left: 3px; font-size: 9px; }
.bar-chart { display: flex; height: 282px; align-items: flex-end; justify-content: space-around; gap: 9px; padding: 32px 28px 23px; }
.bar-chart__item { display: grid; height: 100%; flex: 1; grid-template-rows: 20px 1fr 20px; justify-items: center; }
.bar-chart__value { color: #897e8b; font-size: 9px; }
.bar-chart__track { display: flex; width: min(42px, 65%); height: 100%; align-items: flex-end; border-radius: 7px 7px 3px 3px; background: #f4f0f3; }
.bar-chart__track i { display: block; width: 100%; border-radius: 7px 7px 3px 3px; background: linear-gradient(180deg, #ff8a56, var(--orange)); min-height: 4px; }
.bar-chart__item small { align-self: end; color: #988e99; font-size: 8px; }
.qr-panel { grid-row: span 2; }
.qr-card { position: relative; width: calc(100% - 42px); margin: 23px auto 17px; padding: 21px 19px 19px; overflow: hidden; border-radius: 18px; color: #fff; background: linear-gradient(145deg, #542563, #301438); text-align: center; }
.qr-card::after { position: absolute; right: -45px; bottom: -45px; width: 140px; height: 140px; border: 20px solid rgba(255,255,255,.05); border-radius: 50%; content: ""; }
.qr-card__brand { display: flex; align-items: center; justify-content: center; gap: 7px; margin-bottom: 16px; font-size: 8px; font-weight: 800; letter-spacing: 1px; }
.qr-card__brand i { display: grid; width: 24px; height: 24px; place-items: center; border-radius: 8px 8px 8px 3px; color: #fff; background: var(--orange); font-style: normal; }
.qr-card img { width: min(218px, 100%); margin: 0 auto 14px; border: 8px solid #fff; border-radius: 11px; background: #fff; }
.qr-card strong, .qr-card p, .qr-card small { position: relative; z-index: 1; display: block; }
.qr-card strong { font-size: 17px; }
.qr-card p { margin: 5px 0 9px; color: rgba(255,255,255,.64); font-size: 9px; }
.qr-card small { overflow: hidden; color: rgba(255,255,255,.34); font-size: 6px; text-overflow: ellipsis; white-space: nowrap; }
.qr-panel > .button { width: calc(100% - 42px); margin: 0 21px 21px; }
.info-panel { min-height: 370px; }
.info-list { display: grid; grid-template-columns: repeat(2, 1fr); margin: 0; padding: 21px 23px 8px; gap: 19px; }
.info-list dt { margin-bottom: 6px; color: #9b909c; font-size: 8px; }
.info-list dd { margin: 0; font-size: 11px; font-weight: 650; line-height: 1.5; }
.info-list dd b { color: var(--orange); font-size: 17px; }
.info-list dd small { display: block; margin-top: 2px; color: #a399a4; font-size: 8px; font-weight: 400; }
.info-list dd a { display: block; overflow: hidden; color: var(--orange); text-overflow: ellipsis; white-space: nowrap; }
.info-panel blockquote { margin: 13px 23px 23px; padding: 15px 17px; border-left: 3px solid var(--orange); border-radius: 0 10px 10px 0; color: #746976; background: #fff8f3; font-size: 10px; line-height: 1.7; }
.preview-panel { overflow: hidden; }
.preview-phone { display: block; overflow: hidden; margin: 22px; border-radius: 15px; background: #f6f0f3; }
.preview-phone > img, .preview-phone__fallback { width: 100%; height: 170px; object-fit: cover; }
.preview-phone__fallback { display: grid; place-items: center; color: #fff; background: linear-gradient(145deg, var(--orange), var(--pink), var(--plum)); font-size: 45px; font-weight: 850; }
.preview-phone > span, .preview-phone > strong, .preview-phone > b { display: block; margin: 0 17px; }
.preview-phone > span { margin-top: 14px; color: var(--orange); font-size: 8px; font-weight: 750; }
.preview-phone > strong { margin-top: 5px; font-size: 12px; }
.preview-phone > b { margin-top: 9px; margin-bottom: 15px; color: var(--green); font-size: 9px; }

/* Public event */
.event-page { min-height: 100vh; background: #eae4e9; }
.event-splash { position: fixed; z-index: 100; inset: 0; display: grid; place-content: center; color: #fff; background: radial-gradient(circle at 75% 20%, rgba(255,209,132,.25), transparent 28%), linear-gradient(150deg, #612d72 0%, #3b1947 62%, #25102e 100%); text-align: center; transition: opacity .48s ease, visibility .48s; }
.event-splash.is-hidden { opacity: 0; visibility: hidden; }
.splash-logo { display: grid; grid-template-columns: 62px auto; align-items: center; gap: 13px; text-align: left; animation: splashPulse 1s ease infinite alternate; }
.splash-logo > span { display: grid; width: 62px; height: 62px; grid-row: 1 / 3; place-items: center; border-radius: 20px 20px 20px 7px; color: #fff; background: var(--orange); font-size: 30px; font-weight: 900; box-shadow: 0 15px 35px rgba(255,107,53,.28); }
.splash-logo strong { align-self: end; font-size: 34px; line-height: 1; }
.splash-logo small { align-self: start; color: rgba(255,255,255,.48); font-size: 8px; font-weight: 800; letter-spacing: 2.5px; }
.event-splash > p { margin: 24px 0 0; color: rgba(255,255,255,.54); font-size: 11px; letter-spacing: .5px; }
@keyframes splashPulse { to { transform: translateY(-4px); } }
.event-shell { width: min(480px, 100%); min-height: 100vh; margin: 0 auto; overflow: hidden; background: #fffdf9; box-shadow: 0 0 50px rgba(38,20,42,.13); opacity: 0; transform: translateY(8px); transition: opacity .5s .18s, transform .5s .18s; }
.event-shell.is-ready { opacity: 1; transform: none; }
.event-topbar { display: flex; height: 70px; align-items: center; justify-content: space-between; padding: 0 20px; background: #fffdf9; }
.event-brand { display: flex; align-items: center; gap: 8px; }
.event-brand > i { display: grid; width: 33px; height: 33px; place-items: center; border-radius: 10px 10px 10px 3px; color: #fff; background: var(--orange); font-size: 15px; font-style: normal; font-weight: 900; }
.event-brand b, .event-brand small { display: block; }
.event-brand b { font-size: 15px; line-height: 1; }
.event-brand small { margin-top: 4px; color: #aa9eaa; font-size: 6px; font-weight: 800; letter-spacing: 1px; }
.event-region { padding: 6px 9px; border: 1px solid #e8dfe6; border-radius: 20px; color: #827582; font-size: 8px; font-weight: 700; }
.event-hero { position: relative; height: 465px; overflow: hidden; background: var(--plum); }
.event-hero > img { width: 100%; height: 100%; object-fit: cover; }
.event-hero__shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(32,12,37,.05) 30%, rgba(32,12,37,.82) 100%); }
.event-hero__badge { position: absolute; top: 20px; left: 20px; padding: 7px 11px; border-radius: 30px; color: #235841; background: rgba(236,255,246,.9); font-size: 8px; font-weight: 850; backdrop-filter: blur(6px); }
.event-hero__badge::before { display: inline-block; width: 5px; height: 5px; margin-right: 5px; border-radius: 50%; background: var(--green); content: ""; }
.event-hero__copy { position: absolute; right: 24px; bottom: 30px; left: 24px; color: #fff; }
.event-hero__copy small { color: #ffd69b; font-size: 10px; font-weight: 750; }
.event-hero__copy h1 { max-width: 380px; margin: 9px 0 0; font-size: 30px; letter-spacing: -1.8px; line-height: 1.3; }
.event-hero__fallback { display: flex; height: 100%; flex-direction: column; align-items: center; justify-content: center; color: #fff; background: radial-gradient(circle at 80% 15%, #ffc46f 0 14%, transparent 14.5%), linear-gradient(155deg, var(--orange), var(--pink) 53%, var(--plum)); }
.event-hero__fallback small, .event-hero__fallback span { letter-spacing: 3px; }
.event-hero__fallback b { font-size: 110px; letter-spacing: -9px; }
.event-hero__fallback em { font-size: 42px; font-style: normal; }
.event-content { position: relative; padding: 31px 20px max(35px, env(safe-area-inset-bottom)); }
.discount-heading { display: flex; align-items: center; justify-content: space-between; }
.discount-heading span { color: var(--orange); font-size: 8px; font-weight: 850; letter-spacing: 1.7px; }
.discount-heading h2 { margin: 7px 0 0; font-size: 25px; letter-spacing: -1.3px; }
.discount-heading h2 b { color: var(--orange); font-size: 35px; }
.discount-heading > i { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 14px; color: var(--orange); background: #fff0e7; font-style: normal; }
.event-message { margin: 20px 0 26px; color: #6e626f; font-size: 13px; line-height: 1.8; white-space: pre-line; }
.coupon-stage { position: relative; z-index: 1; isolation: isolate; }
.coupon-burst { position: fixed; z-index: 90; inset: 0; overflow: hidden; pointer-events: none; }
.coupon-burst i { position: absolute; top: var(--burst-origin-y, 50%); left: var(--burst-origin-x, 50%); display: block; width: var(--burst-size); height: var(--burst-size); color: var(--burst-color); opacity: 0; filter: drop-shadow(0 3px 5px rgba(48,20,55,.28)) drop-shadow(0 0 7px rgba(255,255,255,.32)); font-style: normal; transform: translate(-50%, -50%) scale(.1) rotate(0); will-change: transform, opacity; }
.coupon-burst .is-star::before { position: absolute; inset: 0; background: currentColor; clip-path: polygon(50% 0, 61% 35%, 98% 38%, 69% 59%, 79% 96%, 50% 74%, 21% 96%, 31% 59%, 2% 38%, 39% 35%); content: ""; }
.coupon-burst .is-spark { border-radius: 50%; background: currentColor; box-shadow: 0 0 0 3px color-mix(in srgb, currentColor 20%, transparent), 0 0 14px currentColor; }
.coupon-burst.is-bursting i { animation: couponStarBurst 1120ms cubic-bezier(.12,.7,.16,1) var(--burst-delay) both; }
.coupon-ticket { position: relative; display: grid; min-height: 150px; grid-template-columns: minmax(0, 1fr) 107px; overflow: hidden; border: 1px solid rgba(255,255,255,.08); border-radius: 19px; color: #fff; background: linear-gradient(140deg, #572668, #30143a); box-shadow: 0 18px 35px rgba(58,26,67,.19); transform: translateZ(0); transition: background .55s ease, border-color .55s ease, box-shadow .55s ease, transform .45s cubic-bezier(.18,.9,.3,1.25); }
.coupon-ticket::before, .coupon-ticket::after { position: absolute; z-index: 2; right: 95px; width: 23px; height: 23px; border-radius: 50%; background: #fffdf9; content: ""; }
.coupon-ticket::before { top: -12px; }
.coupon-ticket::after { bottom: -12px; }
.coupon-ticket__foil { position: absolute; z-index: 0; inset: 0; opacity: 0; background: linear-gradient(110deg, transparent 22%, rgba(255,255,255,.22) 42%, rgba(151,255,221,.14) 50%, transparent 68%); transform: translateX(-110%); pointer-events: none; }
.coupon-ticket__main { position: relative; z-index: 1; display: flex; min-width: 0; flex-direction: column; justify-content: center; padding: 22px; }
.coupon-ticket__label { color: #ffc778; font-size: 7px; font-weight: 850; letter-spacing: 1.8px; }
.coupon-ticket__main > strong { margin: 9px 0 6px; font-size: 26px; letter-spacing: -1px; }
.coupon-ticket__main > strong b { color: #ffd08d; }
.coupon-ticket__main > small { overflow: hidden; color: rgba(255,255,255,.5); font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.coupon-ticket__issued { display: none; width: max-content; align-items: center; gap: 5px; margin-top: 10px; padding: 4px 8px 4px 5px; border: 1px solid rgba(213,255,237,.3); border-radius: 20px; color: #e4fff4; background: rgba(7,55,45,.26); box-shadow: inset 0 1px rgba(255,255,255,.12); font-size: 7px; font-weight: 850; letter-spacing: .6px; }
.coupon-ticket__issued i { display: grid; width: 14px; height: 14px; place-items: center; border-radius: 50%; color: #12634d; background: #caffea; font-size: 8px; font-style: normal; }
.coupon-ticket__side { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; border-left: 1px dashed rgba(255,255,255,.25); background: rgba(255,255,255,.05); }
.coupon-ticket__side span { color: rgba(255,255,255,.4); font-size: 6px; letter-spacing: 1px; }
.coupon-ticket__side b { margin: 5px 0 8px; color: #ffd08d; font-size: 22px; }
.coupon-ticket__side i { display: grid; width: 29px; height: 29px; place-items: center; border-radius: 50%; color: var(--plum); background: #ffd08d; font-style: normal; }
.coupon-ticket.is-claimed { border-color: rgba(175,255,223,.2); background: radial-gradient(circle at 18% 15%, rgba(106,255,201,.19), transparent 25%), repeating-linear-gradient(125deg, transparent 0 12px, rgba(255,255,255,.025) 12px 13px), linear-gradient(138deg, #187c63 0%, #105744 56%, #0a3b32 100%); box-shadow: 0 22px 42px rgba(13,89,68,.24), inset 0 1px rgba(255,255,255,.16); }
.coupon-ticket.is-claimed::before, .coupon-ticket.is-claimed::after { box-shadow: 0 0 0 1px rgba(20,100,77,.08); }
.coupon-ticket.is-claimed .coupon-ticket__label, .coupon-ticket.is-claimed .coupon-ticket__side b { color: #c9ffe8; }
.coupon-ticket.is-claimed .coupon-ticket__main > strong b { color: #bfffe4; text-shadow: 0 0 20px rgba(142,255,209,.2); }
.coupon-ticket.is-claimed .coupon-ticket__main > small { color: rgba(229,255,245,.64); }
.coupon-ticket.is-claimed .coupon-ticket__issued { display: inline-flex; }
.coupon-ticket.is-claimed .coupon-ticket__side { border-left-color: rgba(207,255,238,.3); background: linear-gradient(180deg, rgba(255,255,255,.07), rgba(0,29,23,.1)); }
.coupon-ticket.is-claimed .coupon-ticket__side i { color: #176049; background: #d3ffed; box-shadow: 0 0 0 5px rgba(211,255,237,.09), 0 5px 13px rgba(4,44,33,.2); }
.coupon-ticket.is-claimed .coupon-ticket__foil { opacity: 1; animation: couponFoil 4.5s ease-in-out 1.2s infinite; }
.coupon-ticket.is-celebrating { transform: scale(1.025) rotate(-.35deg); box-shadow: 0 26px 55px rgba(12,103,76,.32), 0 0 0 5px rgba(129,255,207,.1); }
@keyframes couponStarBurst { 0% { opacity: 0; transform: translate(-50%, -50%) scale(.15) rotate(0); } 14% { opacity: 1; } 70% { opacity: 1; } 100% { opacity: 0; transform: translate(calc(-50% + var(--burst-x)), calc(-50% + var(--burst-y))) scale(.85) rotate(var(--burst-rotate)); } }
@keyframes couponFoil { 0%, 62% { transform: translateX(-110%); } 82%, 100% { transform: translateX(110%); } }
@media (prefers-reduced-motion: reduce) {
    .coupon-ticket, .coupon-ticket__foil { animation: none !important; transition-duration: .01ms; }
    .coupon-ticket.is-celebrating { transform: none; box-shadow: 0 22px 42px rgba(13,89,68,.24), 0 0 0 4px rgba(129,255,207,.12); }
    .coupon-burst.is-bursting i { animation-duration: 780ms; }
}
.remaining-card { display: flex; align-items: center; gap: 12px; margin-top: 15px; padding: 15px 17px; border: 1px solid #ece5eb; border-radius: 15px; background: #fff; }
.remaining-card__icon { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 12px; color: var(--orange); background: #fff1e9; }
.remaining-card > div:nth-child(2) { flex: 1; }
.remaining-card span, .remaining-card strong { display: block; }
.remaining-card span { color: #998e99; font-size: 8px; }
.remaining-card strong { margin-top: 3px; font-size: 14px; }
.remaining-card strong b { color: var(--orange); font-size: 19px; }
.remaining-card > small { padding: 4px 7px; border-radius: 20px; color: var(--green); background: #eaf8f3; font-size: 7px; font-weight: 800; }
.claim-area { margin-top: 20px; }
.claim-button { display: flex; width: 100%; min-height: 58px; align-items: center; justify-content: space-between; padding: 0 20px 0 24px; border: 0; border-radius: 16px; color: #fff; background: var(--orange); box-shadow: 0 12px 28px rgba(255,107,53,.27); font-size: 15px; font-weight: 850; transition: .2s; }
.claim-button:hover { background: var(--orange-dark); transform: translateY(-2px); }
.claim-button:disabled { background: #ad9fad; box-shadow: none; cursor: wait; transform: none; }
.claim-button i { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 11px; color: var(--orange); background: #fff; font-style: normal; }
.claim-note { margin: 10px 0 0; color: #a096a1; font-size: 8px; text-align: center; }
.claim-result { display: flex; align-items: center; gap: 12px; padding: 16px 17px; border-radius: 15px; }
.claim-result > span { display: grid; width: 39px; height: 39px; flex: 0 0 auto; place-items: center; border-radius: 50%; color: #fff; font-weight: 850; }
.claim-result b, .claim-result p { display: block; margin: 0; }
.claim-result b { font-size: 13px; }
.claim-result p { margin-top: 4px; font-size: 9px; }
.claim-result.is-success { color: #19684f; border: 1px solid #b8e4d3; background: #edf9f5; }
.claim-result.is-success > span { background: var(--green); }
.claim-result.is-muted { color: #756a76; border: 1px solid #ded6de; background: #f3f0f3; }
.claim-result.is-muted > span { background: #958996; }
.usage-guide { margin-top: 37px; padding-top: 29px; border-top: 1px solid #eee8ed; }
.usage-guide h3 { margin: 0 0 18px; font-size: 15px; }
.usage-guide ol { display: grid; margin: 0; padding: 0; gap: 10px; list-style: none; }
.usage-guide li { display: flex; align-items: center; gap: 12px; }
.usage-guide li > span { display: grid; width: 32px; height: 32px; flex: 0 0 auto; place-items: center; border: 1px solid #e6dfe5; border-radius: 10px; color: var(--orange); background: #fff; font-size: 9px; font-weight: 850; }
.usage-guide p { margin: 0; }
.usage-guide b, .usage-guide small { display: block; }
.usage-guide b { font-size: 11px; }
.usage-guide small { margin-top: 3px; color: #a196a2; font-size: 8px; }
.event-footer { margin: 40px -20px -35px; padding: 27px 20px calc(25px + env(safe-area-inset-bottom)); color: rgba(255,255,255,.5); background: #2f1737; text-align: center; }
.event-footer > span { display: inline-flex; align-items: center; gap: 6px; color: #fff; font-size: 14px; font-weight: 800; }
.event-footer > span i { display: grid; width: 25px; height: 25px; place-items: center; border-radius: 8px 8px 8px 3px; background: var(--orange); font-size: 10px; font-style: normal; }
.event-footer p { margin: 10px 0 5px; font-size: 8px; }
.event-footer small { font-size: 7px; }

.sidebar-scrim { display: none; }

@media (max-width: 1160px) {
    .event-row__main { grid-template-columns: minmax(190px, 1.2fr) minmax(140px, .8fr) auto; }
    .event-row__stats { display: none; }
    .metric-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
    .landing-main { grid-template-columns: 1fr; padding-top: 60px; }
    .landing-copy { text-align: center; }
    .landing-copy > p { margin-inline: auto; }
    .landing-actions, .trust-row { justify-content: center; }
    .landing-visual { min-height: 650px; }
    .login-shell { grid-template-columns: 1fr; }
    .login-art { min-height: 430px; padding: 38px 42px; }
    .login-art__copy { margin: 70px 0; }
    .login-art__copy h1 { font-size: 48px; }
    .login-panel { min-height: 620px; }
    .operator-frame { display: block; }
    .sidebar { position: fixed; left: 0; transform: translateX(-100%); transition: .25s ease; }
    .sidebar.is-open { transform: none; }
    .sidebar-scrim { position: fixed; z-index: 30; inset: 0; background: rgba(24,12,28,.38); backdrop-filter: blur(2px); }
    .sidebar-scrim.is-open { display: block; }
    .mobile-header { position: sticky; z-index: 20; top: 0; display: flex; height: 64px; align-items: center; justify-content: space-between; padding: 0 22px; border-bottom: 1px solid #e8e1e7; background: rgba(255,253,249,.91); backdrop-filter: blur(12px); }
    .mobile-header .brand__mark { width: 32px; height: 32px; border-radius: 10px 10px 10px 3px; font-size: 15px; }
    .mobile-header .brand strong { font-size: 17px; }
    .menu-button { width: 33px; border: 0; background: transparent; font-size: 19px; }
    .page-wrap { width: min(100% - 36px, 760px); padding-top: 30px; }
    .detail-grid { grid-template-columns: 1fr; }
    .qr-panel { grid-row: auto; }
}

@media (max-width: 680px) {
    .landing-nav, .landing-main { width: calc(100% - 32px); }
    .landing-nav { height: 76px; }
    .landing-copy h1 { font-size: 45px; letter-spacing: -3px; }
    .landing-copy > p { font-size: 15px; }
    .landing-actions { flex-direction: column; }
    .trust-row { align-items: flex-start; gap: 12px; }
    .trust-row span { display: grid; justify-items: center; font-size: 9px; text-align: center; }
    .landing-visual { min-height: 580px; transform: scale(.9); }
    .landing-visual::before { width: 440px; height: 440px; }
    .floating-note--top { left: -4%; }
    .floating-note--bottom { right: -5%; }
    .login-art { min-height: 370px; padding: 30px 25px; }
    .login-art__copy { margin: 55px 0; }
    .login-art__copy h1 { font-size: 38px; letter-spacing: -3px; }
    .login-art__copy p { font-size: 13px; }
    .login-art__stats span { min-width: 90px; margin-right: 14px; }
    .login-panel { min-height: auto; padding: 55px 24px; }
    .page-heading--split { align-items: flex-start; flex-direction: column; }
    .page-heading--split > .button { width: 100%; }
    .page-heading h1 { font-size: 26px; }
    .metric-grid { grid-template-columns: repeat(2, 1fr); gap: 9px; }
    .metric-card { min-height: 137px; padding: 18px; }
    .metric-card__icon { top: 17px; right: 17px; }
    .metric-card > strong { font-size: 23px; }
    .panel-hint { display: none; }
    .event-row { grid-template-columns: 82px minmax(0, 1fr); padding: 14px; gap: 13px; }
    .event-row__image { height: 82px; }
    .event-row__main { grid-template-columns: minmax(0, 1fr) auto; gap: 12px; }
    .event-row__quantity { grid-column: 1 / -1; }
    .event-row__actions { grid-row: 1; grid-column: 2; }
    .event-row__actions .icon-button { display: none; }
    .field-grid--two { grid-template-columns: 1fr; }
    .form-section { padding: 23px 19px; }
    .upload-box { min-height: 205px; }
    .form-actions { align-items: stretch; flex-direction: column-reverse; }
    .form-actions .button { width: 100%; }
    .heading-actions { width: 100%; }
    .heading-actions .button { flex: 1; padding-inline: 11px; }
    .detail-metrics { grid-template-columns: repeat(2, 1fr); }
    .detail-metrics article { min-height: 122px; padding: 18px; }
    .info-list { grid-template-columns: 1fr; }
}

@media print {
    body * { visibility: hidden !important; }
    #qr-print-area, #qr-print-area * { visibility: visible !important; }
    #qr-print-area { position: absolute; inset: 0; width: 100%; border: 0; box-shadow: none; }
    #qr-print-area .panel-heading, #qr-print-area > .button { display: none; }
    #qr-print-area .qr-card { width: 115mm; margin: 12mm auto; color: #000; border: 2px solid #26112f; background: #fff; }
    #qr-print-area .qr-card::after { display: none; }
    #qr-print-area .qr-card__brand, #qr-print-area .qr-card strong { color: #26112f; }
    #qr-print-area .qr-card p, #qr-print-area .qr-card small { color: #5f5262; }
}
