.showroom-page,
html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

.showroom-page {
    margin: 0;
    overflow-x: hidden;
    background: #edf3f8;
    color: #061729;
    font-family: "Avenir Next", "Pretendard", "Apple SD Gothic Neo", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    scroll-behavior: smooth;
}

.showroom-page *,
.showroom-page *::before,
.showroom-page *::after {
    box-sizing: border-box;
}

.showroom-page img {
    max-width: 100%;
}

.showroom-page .showroom-shell {
    width: 100%;
    max-width: 520px;
    min-width: 0;
    margin: 0 auto;
    overflow: hidden;
    background: #fffbf4;
    box-shadow: 0 24px 60px rgba(6, 23, 41, 0.14);
}

.showroom-page .showroom-grid,
.showroom-page .showroom-column {
    display: block;
    width: 100%;
    min-width: 0;
}

.showroom-page .showroom-column {
    overflow: visible;
    background: #fffbf4;
    box-shadow: none;
}

.showroom-page .brand-hero {
    position: relative;
    min-height: 100svh;
    padding: 38px 30px 34px;
    overflow: hidden;
    color: #fff;
    background-color: #061729;
    background-image: url("/images/kea-hero-navy-nails.png");
    background-position: 58% center;
    background-repeat: no-repeat;
    background-size: min(118%, 614px) auto;
}

@supports not (min-height: 100svh) {
    .showroom-page .brand-hero {
        min-height: 100vh;
    }
}

.showroom-page .brand-hero::before {
    position: absolute;
    inset: 0;
    content: "";
    background:
        radial-gradient(circle at 22% 48%, rgba(2, 15, 27, 0.22), transparent 38%),
        linear-gradient(180deg, rgba(2, 15, 27, 0.32), rgba(2, 15, 27, 0.02) 38%, rgba(2, 15, 27, 0.42));
}

.showroom-page .brand-nav,
.showroom-page .hero-copy,
.showroom-page .scroll-sign {
    position: relative;
    z-index: 1;
}

.showroom-page .brand-nav {
    position: relative;
    z-index: 40;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.showroom-page .brand-nav strong {
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 0;
}

.brand-menu-toggle {
    position: fixed;
    top: 22px;
    right: max(18px, calc((100vw - min(100vw, 520px)) / 2 + 20px));
    z-index: 900;
    display: grid;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 12px;
    background: rgba(2, 15, 27, 0.36);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.08);
    place-items: center;
}

.brand-menu-toggle span:not(.sr-only),
.brand-menu-toggle span:not(.sr-only)::before,
.brand-menu-toggle span:not(.sr-only)::after {
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 999px;
    background: #f6dcc2;
    content: "";
}

.brand-menu-toggle span:not(.sr-only)::before {
    transform: translateY(-6px);
}

.brand-menu-toggle span:not(.sr-only)::after {
    transform: translateY(4px);
}

.showroom-page .brand-menu,
.brand-menu {
    position: fixed;
    top: 68px;
    right: max(18px, calc((100vw - min(100vw, 520px)) / 2 + 20px));
    z-index: 910;
    display: grid;
    width: auto;
    min-width: 176px;
    max-height: min(62svh, 420px);
    overflow-y: auto;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 14px;
    background: rgba(2, 15, 27, 0.98);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.38);
    gap: 2px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 0.22s ease, transform 0.22s ease;
}

.showroom-page .brand-menu.is-open,
.brand-menu.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.showroom-page .brand-menu a,
.brand-menu a {
    padding: 9px 11px;
    border-radius: 10px;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    text-decoration: none;
}

.showroom-page .brand-menu a:hover,
.showroom-page .brand-menu a:focus-visible,
.brand-menu a:hover,
.brand-menu a:focus-visible {
    background: rgba(246, 220, 194, 0.14);
}

.showroom-page .brand-menu .admin-menu-link,
.brand-menu .admin-menu-link {
    margin-top: 6px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0 0 10px 10px;
    color: #e3a45f;
}

.page-menu-nav {
    position: relative;
    z-index: 40;
}

.showroom-page .hero-copy {
    position: relative;
    display: grid;
    max-width: 310px;
    margin-top: min(27svh, 210px);
    gap: 12px;
    text-shadow: 0 2px 16px rgba(0, 0, 0, 0.62);
}

.showroom-page .hero-copy p,
.showroom-page .hero-copy span {
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
    line-height: 1.8;
}

.showroom-page .hero-copy h1 {
    margin: 0;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(58px, 18vw, 86px);
    font-weight: 400;
    line-height: 0.95;
    letter-spacing: 0;
}

.showroom-page .hero-copy em {
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 28px;
}

.showroom-page .hero-cta,
.showroom-page .send-booking {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    border-radius: 6px;
    background: linear-gradient(135deg, #f6dcc2 0%, #d9ac78 100%);
    color: #fff;
    font-size: 15px;
    font-weight: 900;
    text-decoration: none;
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.28);
}

.showroom-page .hero-cta {
    width: 260px;
    margin-top: 18px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
    backdrop-filter: blur(10px);
    box-shadow: 0 14px 26px rgba(0, 0, 0, 0.18);
}

.showroom-page .scroll-sign {
    position: absolute;
    right: 0;
    bottom: 32px;
    left: 0;
    display: grid;
    justify-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 12px;
    font-weight: 800;
}

.showroom-page .scroll-sign i {
    display: block;
    width: 1px;
    height: 44px;
    background: rgba(255, 255, 255, 0.72);
}

.showroom-page .light-section,
.showroom-page .light-card,
.showroom-page .dark-card {
    width: 100%;
    margin: 0;
    border-radius: 0;
    padding: 42px 30px;
}

.showroom-page .light-section,
.showroom-page .light-card {
    background: #fffbf4;
    color: #061729;
}

.showroom-page .dark-card {
    background: radial-gradient(circle at top right, rgba(48, 95, 132, 0.46), transparent 34%), linear-gradient(160deg, #061729 0%, #09243a 58%, #020b14 100%);
    color: #fff;
}

.showroom-page .about-section {
    background: radial-gradient(circle at top left, rgba(48, 95, 132, 0.42), transparent 36%), linear-gradient(160deg, #061729 0%, #09243a 58%, #020b14 100%);
    color: #fff;
}

.showroom-page .section-kicker {
    margin: 0 0 20px;
    color: #061729;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.05em;
}

.showroom-page h2 {
    margin: 0 0 18px;
    color: inherit;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 27px;
    font-weight: 500;
    line-height: 1.35;
    letter-spacing: 0;
}

.showroom-page .body-copy,
.showroom-page .light-card > p,
.showroom-page .dark-card > p {
    margin: 0 0 22px;
    font-size: 15px;
    line-height: 1.85;
}

.showroom-page .about-section .section-kicker,
.showroom-page .about-section h2,
.showroom-page .location-dark-card .section-kicker,
.showroom-page .location-dark-card h2 {
    text-align: center;
}

.showroom-page .about-section .section-kicker,
.showroom-page .about-section h2 {
    color: #fff;
}

.showroom-page .about-section .body-copy {
    color: rgba(255, 255, 255, 0.86);
}

.showroom-page .about-section h2 {
    margin-bottom: 30px;
}

.showroom-page .about-section .body-copy {
    margin-bottom: 24px;
}

.showroom-page .about-section .body-copy + .body-copy {
    margin-top: 8px;
}

.showroom-page .about-list {
    display: grid;
    gap: 20px;
    margin-top: 34px;
}

.showroom-page .about-list div {
    display: grid;
    grid-template-columns: 56px 1fr;
    align-items: center;
    gap: 18px;
}

.showroom-page .about-list span,
.showroom-page .info-list span,
.showroom-page .contact-list span {
    color: #061729;
    font-size: 22px;
}

.showroom-page .about-list p {
    margin: 0;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.7;
}

.showroom-page .about-list small {
    color: #405467;
    font-size: 13px;
    font-weight: 700;
}

.showroom-page .about-section .about-list span {
    color: #f1d4a6;
}

.showroom-page .about-section .about-list p {
    color: #fff;
}

.showroom-page .about-section .about-list small {
    color: rgba(255, 255, 255, 0.68);
}

.showroom-page .gallery-card {
    border-top: 1px solid rgba(6, 23, 41, 0.08);
}

.showroom-page .gallery-card h2,
.showroom-page .gallery-card > p {
    text-align: center;
}

.showroom-page .gallery-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin: 28px 0 14px;
}

.showroom-page .gallery-grid img {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 8px;
    object-fit: cover;
}

.showroom-page .outline-button,
.showroom-page .map-buttons a {
    display: grid;
    min-height: 52px;
    border: 1px solid rgba(6, 23, 41, 0.24);
    border-radius: 6px;
    color: #061729;
    font-size: 14px;
    font-weight: 900;
    place-items: center;
    text-decoration: none;
}

.showroom-page .instagram-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    width: 100%;
    border: 0;
    background: linear-gradient(135deg, #feda75 0%, #fa7e1e 28%, #d62976 58%, #962fbf 78%, #4f5bd5 100%);
    color: #fff;
    box-shadow: 0 14px 28px rgba(150, 47, 191, 0.22);
}

.showroom-page .instagram-button span {
    position: relative;
    display: grid;
    width: 24px;
    height: 24px;
    border: 2px solid rgba(255, 255, 255, 0.9);
    border-radius: 8px;
    font-size: 0;
    place-items: center;
}

.showroom-page .instagram-button span::before {
    width: 8px;
    height: 8px;
    border: 2px solid #fff;
    border-radius: 50%;
    content: "";
}

.showroom-page .instagram-button span::after {
    position: absolute;
    width: 4px;
    height: 4px;
    margin: -11px 0 0 12px;
    border-radius: 50%;
    background: #fff;
    content: "";
}

.showroom-page .reservation-card {
    padding-bottom: 64px;
}

.showroom-page .send-booking {
    gap: 10px;
    margin-top: 10px;
    border: 1px solid rgba(255, 255, 255, 0.46);
    color: #061729;
}

.showroom-page .booking-form .send-booking,
.showroom-page .booking-form .my-booking-link {
    width: 100%;
    min-height: 52px;
    box-sizing: border-box;
}

.showroom-page .send-booking span {
    display: grid;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: rgba(6, 23, 41, 0.14);
    place-items: center;
}

.showroom-page .my-booking-link {
    display: grid;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 6px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 14px;
    font-weight: 900;
    place-items: center;
    text-decoration: none;
}

.showroom-page .reservation-card h2,
.showroom-page .reservation-card > p,
.showroom-page .location-dark-card .section-kicker,
.showroom-page .location-dark-card h2,
.showroom-page .contact-card .section-kicker,
.showroom-page .contact-card h2 {
    color: #fff;
}

.showroom-page .reservation-date-form,
.showroom-page .booking-form {
    display: grid;
    gap: 10px;
}

.showroom-page .booking-form {
    margin-top: 16px;
}

.showroom-page label {
    color: inherit;
    font-size: 14px;
    font-weight: 900;
}

.showroom-page input,
.showroom-page select,
.showroom-page textarea,
.showroom-page .reservation-date-form button {
    width: 100%;
    min-height: 50px;
    box-sizing: border-box;
    border: 0;
    border-radius: 6px;
    background: #fff;
    color: #061729;
    font: inherit;
    font-size: 16px;
    font-weight: 700;
    padding: 0 16px;
}

input,
select,
textarea {
    font-size: max(16px, 1rem);
}

.showroom-page input,
.showroom-page select,
.showroom-page .reservation-date-form button {
    height: 50px;
}

.showroom-page .reservation-card input,
.showroom-page .reservation-card select,
.showroom-page .reservation-date-form input,
.showroom-page .reservation-date-form button {
    height: 50px;
    min-height: 50px;
}

.showroom-page .reservation-card label {
    margin-top: 8px;
}

.showroom-page .reservation-card form > label:first-child,
.showroom-page .reservation-card .option-radio-group label,
.showroom-page .reservation-card .time-segment-list label {
    margin-top: 0;
}

.showroom-page textarea {
    height: auto;
    min-height: 108px;
    padding-top: 16px;
    resize: vertical;
}

.showroom-page .option-radio-group {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.showroom-page .option-radio-group label {
    min-width: 0;
}

.showroom-page .option-radio-group input {
    position: absolute;
    width: 1px !important;
    height: 1px !important;
    min-height: 0 !important;
    opacity: 0;
    padding: 0;
    pointer-events: none;
}

.showroom-page .option-radio-group span {
    display: grid;
    min-height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.9);
    color: #061729;
    font-size: 14px;
    font-weight: 900;
    place-items: center;
}

.showroom-page .option-radio-group input:checked + span {
    border-color: rgba(241, 212, 166, 0.72);
    background: #f1d4a6;
}

.showroom-page .select-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    width: 100%;
    min-width: 0;
}

.showroom-page .select-row input {
    display: block;
    max-width: 100%;
    min-width: 0;
}

.showroom-page .reservation-date-form input[type="date"] {
    -webkit-appearance: none;
    appearance: none;
    inline-size: 100%;
    max-inline-size: 100%;
    line-height: 50px;
    padding-block: 0;
    vertical-align: middle;
}

.showroom-page .reservation-date-form input[type="date"]::-webkit-date-and-time-value {
    display: flex;
    align-items: center;
    min-height: 50px;
    margin: 0;
    text-align: left;
}

.showroom-page .time-segment-scroll {
    position: relative;
    max-height: 230px;
    overflow: hidden;
    border: 1px solid rgba(241, 212, 166, 0.22);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
}

.showroom-page .time-segment-scroll::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 52px;
    background: linear-gradient(180deg, rgba(6, 23, 41, 0), rgba(6, 23, 41, 0.92));
    content: "";
    pointer-events: none;
}

.showroom-page .time-segment-list {
    display: grid;
    grid-template-columns: 1fr;
    max-height: 230px;
    overflow-y: scroll;
    overscroll-behavior: contain;
    gap: 8px;
    padding: 8px 10px 42px 8px;
    scrollbar-color: #f1d4a6 rgba(255, 255, 255, 0.14);
    scrollbar-width: thin;
}

.showroom-page .time-segment-list::-webkit-scrollbar {
    width: 6px;
}

.showroom-page .time-segment-list::-webkit-scrollbar-track {
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
}

.showroom-page .time-segment-list::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: #f1d4a6;
}

.showroom-page .time-scroll-hint {
    position: absolute;
    right: 14px;
    bottom: 12px;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: rgba(241, 212, 166, 0.92);
    font-size: 11px;
    font-weight: 900;
    pointer-events: none;
}

.showroom-page .time-scroll-hint::after {
    content: "↓";
    font-size: 12px;
}

.showroom-page .time-segment-list label {
    min-width: 0;
}

.showroom-page .time-segment-list input {
    position: absolute;
    width: 1px !important;
    height: 1px !important;
    min-height: 0 !important;
    opacity: 0;
    padding: 0;
    pointer-events: none;
}

.showroom-page .time-segment-list span {
    display: flex;
    min-height: 46px;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border-radius: 6px;
    background: #fff;
    color: #061729;
    padding: 0 14px;
}

.showroom-page .time-segment-list b {
    font-size: 14px;
    font-weight: 900;
}

.showroom-page .time-segment-list small {
    color: rgba(6, 23, 41, 0.52);
    font-size: 12px;
    font-weight: 900;
}

.showroom-page .time-segment-list input:checked + span {
    background: #f1d4a6;
}

.showroom-page .time-segment-list .disabled span {
    background: rgba(255, 255, 255, 0.48);
    color: rgba(255, 255, 255, 0.54);
    cursor: not-allowed;
}

.showroom-page .time-segment-list .disabled small {
    color: rgba(255, 255, 255, 0.58);
}

.showroom-page .reservation-note {
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 8px;
}

.showroom-page .reservation-note p {
    margin: 0 0 8px;
    color: rgba(255, 255, 255, 0.84);
    font-size: 12px;
    line-height: 1.7;
}

.showroom-page .reservation-note p:last-child {
    margin-bottom: 0;
}

.showroom-page .info-list {
    display: grid;
}

.showroom-page .info-list article {
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 18px;
    padding: 28px 0;
    border-top: 1px solid rgba(6, 23, 41, 0.13);
}

.showroom-page .dark-card .info-list article {
    border-top-color: rgba(255, 255, 255, 0.18);
}

.showroom-page .dark-card .info-list span {
    color: #f1d4a6;
}

.showroom-page .dark-card .info-list p {
    color: rgba(255, 255, 255, 0.74);
}

.showroom-page .light-info-card .info-list span {
    color: #061729;
}

.showroom-page .light-info-card .info-list p {
    color: #405467;
}

.showroom-page .info-list strong {
    display: block;
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: 900;
}

.showroom-page .info-list p {
    margin: 0;
    color: #405467;
    font-size: 14px;
    line-height: 1.75;
    word-break: keep-all;
}

.showroom-page .map-frame {
    display: block;
    overflow: hidden;
    margin: 24px 0;
    border-radius: 8px;
}

.showroom-page .kakao-roughmap-frame {
    aspect-ratio: 16 / 11;
    background: rgba(255, 255, 255, 0.08);
    contain: layout paint;
    max-width: 100%;
    height: auto;
}

.showroom-page .map-frame img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 11;
    object-fit: cover;
}

.showroom-page .kakao-roughmap-frame .root_daum_roughmap,
.showroom-page .kakao-roughmap-frame .wrap_map,
.showroom-page .kakao-roughmap-frame .map {
    width: 100% !important;
    height: 100% !important;
}

.showroom-page .kakao-roughmap-frame .root_daum_roughmap {
    aspect-ratio: 16 / 11;
}

.showroom-page .kakao-roughmap-frame .wrap_btn_zoom {
    top: 8px !important;
    right: 8px !important;
    width: 34px !important;
    height: 104px !important;
}

.showroom-page .kakao-roughmap-frame .wrap_btn_zoom button {
    width: 34px !important;
    min-width: 0 !important;
    min-height: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background-color: transparent !important;
    box-shadow: none !important;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 0 !important;
}

.showroom-page .kakao-roughmap-frame .wrap_btn_zoom .btn_zoom_in {
    height: 34px !important;
    padding: 2px 2px 0 !important;
}

.showroom-page .kakao-roughmap-frame .wrap_btn_zoom .btn_zoom_out,
.showroom-page .kakao-roughmap-frame .wrap_btn_zoom .btn_zoom_reset {
    height: 35px !important;
    padding: 2px !important;
}

.showroom-page .location-address {
    margin: 0;
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.8;
}

.showroom-page .location-address span {
    display: block;
}

.showroom-page .location-dark-card {
    padding-bottom: 20px;
}

.showroom-page .location-dark-card h2 {
    margin-bottom: 24px;
}

.showroom-page .light-location-card .section-kicker,
.showroom-page .light-location-card h2,
.showroom-page .light-contact-card h2 {
    color: #061729;
}

.showroom-page .light-location-card .location-address,
.showroom-page .light-location-card .parking-box strong,
.showroom-page .light-location-card .parking-box span,
.showroom-page .light-contact-card .contact-list p,
.showroom-page .light-contact-card .contact-list a {
    color: #061729;
}

.showroom-page .light-location-card .map-buttons a {
    border-color: rgba(6, 23, 41, 0.24);
    color: #061729;
}

.showroom-page .light-location-card .parking-box b,
.showroom-page .light-contact-card .contact-list span {
    color: #b48b54;
}

.showroom-page .dark-studio-section {
    border-top-color: rgba(255, 255, 255, 0.08);
    background: radial-gradient(circle at top right, rgba(48, 95, 132, 0.46), transparent 34%), linear-gradient(160deg, #061729 0%, #09243a 58%, #020b14 100%);
    color: #fff;
}

.showroom-page .dark-studio-section .studio-slide {
    background: rgba(255, 255, 255, 0.08);
}

.showroom-page .map-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 22px 0 34px;
}

.showroom-page .map-buttons a {
    border-color: rgba(255, 255, 255, 0.34);
    color: #f1d4a6;
}

.showroom-page .parking-box {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 0;
}

.showroom-page .parking-box strong {
    display: block;
    margin-bottom: 12px;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 26px;
    font-weight: 500;
}

.showroom-page .parking-box span {
    color: #fff;
    font-size: 15px;
    font-weight: 800;
}

.showroom-page .parking-box b {
    color: #f1d4a6;
    font-size: 48px;
}

.showroom-page .studio-view-section {
    border-top: 1px solid rgba(6, 23, 41, 0.08);
    background:
        linear-gradient(180deg, rgba(6, 27, 47, 0.04), rgba(6, 27, 47, 0)),
        #eef5f7;
    overflow: hidden;
    contain: paint;
}

.showroom-page .studio-view-section h2,
.showroom-page .studio-view-section > p {
    text-align: center;
}

.showroom-page .studio-view-section h2 {
    font-family: "Avenir Next", "Pretendard", "Apple SD Gothic Neo", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 0.08em;
}

.showroom-page .studio-slider {
    position: relative;
    height: min(58.5vw, 263px);
    overflow: hidden;
    margin-top: 30px;
    border-radius: 16px;
    contain: layout paint;
    cursor: grab;
    max-width: 100%;
    touch-action: pan-y;
}

.showroom-page .studio-slider.is-dragging {
    cursor: grabbing;
}

.showroom-page .studio-slider-track {
    --studio-gap: 10px;
    position: absolute;
    inset: 0;
    display: flex;
    gap: var(--studio-gap);
    width: calc(1200% + (var(--studio-gap) * 11));
    height: 100%;
    animation: studioTrackSlide 42s linear infinite;
    will-change: transform;
}

.showroom-page .studio-slider:hover .studio-slider-track {
    animation-play-state: paused;
}

.showroom-page .studio-slider.is-enhanced .studio-slider-track {
    animation: none;
    transform: translate3d(var(--studio-offset, 0px), 0, 0);
}

.showroom-page .studio-slide {
    position: relative;
    flex: 0 0 calc((100% - (var(--studio-gap) * 11)) / 12);
    width: calc((100% - (var(--studio-gap) * 11)) / 12);
    max-width: none;
    height: 100%;
    margin: 0;
    overflow: hidden;
    border-radius: 14px;
    background: #061729;
    opacity: 1;
}

.showroom-page .studio-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@keyframes studioTrackSlide {
    0% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(calc(-50% - (var(--studio-gap) / 2)), 0, 0);
    }
}

.showroom-page .contact-list {
    display: grid;
    gap: 23px;
}

.showroom-page .contact-list p,
.showroom-page .contact-list a {
    display: grid;
    grid-template-columns: 36px 1fr;
    gap: 12px;
    margin: 0;
    color: #fff;
    text-decoration: none;
}

.showroom-page .contact-list a {
    border-radius: 10px;
}

.showroom-page .contact-list a:focus-visible {
    outline: 2px solid rgba(241, 212, 166, 0.8);
    outline-offset: 4px;
}

.showroom-page .contact-card h2 {
    margin-bottom: 30px;
}

.showroom-page .contact-list span {
    color: #f1d4a6;
}

.showroom-page .contact-list .contact-icon {
    grid-row: 1 / 3;
    display: grid;
    width: 28px;
    height: 28px;
    border-radius: 10px;
    color: #061729;
    font-size: 11px;
    font-weight: 900;
    place-items: center;
}

.showroom-page .contact-list strong,
.showroom-page .contact-list em {
    grid-column: 2;
}

.showroom-page .contact-list .kakao-icon {
    position: relative;
    background: #fee500;
}

.showroom-page .contact-list .kakao-icon::before {
    width: 17px;
    height: 13px;
    border-radius: 50%;
    background: #371d1e;
    content: "";
}

.showroom-page .contact-list .kakao-icon::after {
    position: absolute;
    left: 9px;
    bottom: 6px;
    width: 7px;
    height: 7px;
    background: #371d1e;
    clip-path: polygon(0 0, 100% 35%, 22% 100%);
    content: "";
}

.showroom-page .contact-list .insta-icon {
    background: linear-gradient(135deg, #feda75 0%, #d62976 52%, #4f5bd5 100%);
    color: #fff;
    font-size: 18px;
}

.showroom-page .contact-list strong,
.showroom-page .contact-list em {
    display: block;
    font-style: normal;
}

.showroom-page .contact-list strong {
    margin-bottom: 5px;
    font-size: 14px;
}

.showroom-page .contact-list em {
    color: rgba(255, 255, 255, 0.84);
    font-size: 14px;
    line-height: 1.6;
}

.showroom-page .bottom-showroom-nav {
    display: none;
}

@media (min-width: 760px) {
    .showroom-page .showroom-shell {
        margin: 24px auto;
        border-radius: 24px;
    }
}

@media (max-width: 380px) {
    .showroom-page .brand-hero,
    .showroom-page .light-section,
    .showroom-page .light-card,
    .showroom-page .dark-card {
        padding-right: 22px;
        padding-left: 22px;
    }

    .showroom-page .hero-cta {
        width: 100%;
    }

    .showroom-page .time-segment-list {
        max-height: 214px;
    }

    .showroom-page .time-segment-scroll {
        max-height: 214px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .showroom-page .studio-slider {
        overflow: hidden;
    }

    .showroom-page .studio-slider-track {
        animation: none;
    }

    .showroom-page .studio-slide {
        opacity: 1;
        transform: none;
    }
}

.my-page {
    overflow-x: hidden;
    background: #edf3f8;
    color: #061729;
    font-family: "Avenir Next", "Pretendard", "Apple SD Gothic Neo", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.my-page *,
.my-page *::before,
.my-page *::after {
    box-sizing: border-box;
}

.my-page .my-shell {
    display: block;
    width: 100%;
    max-width: 520px;
    min-height: 100vh;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    background: #fffbf4;
    box-shadow: 0 24px 60px rgba(6, 23, 41, 0.14);
}

.my-page .my-top-bar {
    position: relative;
    display: block;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: radial-gradient(circle at top right, rgba(48, 95, 132, 0.46), transparent 34%), linear-gradient(160deg, #061729 0%, #09243a 58%, #020b14 100%);
    padding: 26px 30px 22px;
    box-shadow: none;
}

.my-page .my-top-bar > div {
    display: grid;
    grid-template-columns: 1fr;
    align-items: start;
    gap: 12px;
    width: 100%;
}

.my-page .my-top-bar h1 {
    grid-column: 1 / -1;
    margin: 0;
    color: #fff;
    font-family: inherit;
    font-size: 34px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.05;
}

.my-page .my-top-bar span {
    grid-column: 1 / -1;
    display: block;
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
    line-height: 1.7;
    word-break: keep-all;
}

.my-page .link-button {
    position: absolute;
    top: 26px;
    right: 30px;
    display: grid;
    min-width: 72px;
    min-height: 38px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    place-items: center;
    text-decoration: none;
}

.my-page .my-lookup,
.my-page .list-section {
    margin: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.my-page .my-lookup {
    background: #fffbf4;
    padding: 36px 30px 32px;
}

.my-page .list-section {
    display: grid;
    gap: 10px;
    border-top: 1px solid rgba(6, 23, 41, 0.08);
    background: #fff7ec;
    padding: 28px 30px 36px;
}

.my-page .panel-title,
.my-page .result-heading {
    display: grid;
    grid-template-columns: 1fr;
    align-items: start;
    margin-bottom: 14px;
}

.my-page .panel-title > span,
.my-page .result-heading > span {
    display: none;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #061729;
    color: #f1d4a6;
    font-size: 12px;
    font-weight: 900;
    place-items: center;
}

.my-page .result-heading > span {
    background: rgba(255, 255, 255, 0.12);
}

.my-page .panel-title h2,
.my-page .result-heading h2 {
    margin: 0 0 6px;
    color: #061729;
    font-family: inherit;
    font-size: 22px;
    font-weight: 900;
    letter-spacing: 0;
}

.my-page .result-heading h2 {
    color: #061729;
}

.my-page .panel-title p,
.my-page .result-heading p {
    margin: 0;
    color: #536273;
    font-size: 13px;
    line-height: 1.6;
}

.my-page .result-heading p {
    color: #536273;
}

.my-page .my-results[hidden] {
    display: none;
}

.my-page .past-heading {
    margin-top: 12px;
    padding-top: 16px;
    border-top: 1px solid rgba(6, 23, 41, 0.1);
}

.my-page .form-grid {
    display: grid;
    gap: 10px;
}

.my-page label {
    display: grid;
    gap: 6px;
    color: #061729;
    font-size: 14px;
    font-weight: 900;
}

.my-page input {
    width: 100%;
    min-height: 56px;
    border: 1px solid rgba(6, 23, 41, 0.1);
    border-radius: 8px;
    background: #fff;
    color: #061729;
    font: inherit;
    font-size: 15px;
    font-weight: 700;
    padding: 0 16px;
}

.my-page .primary-action {
    width: 100%;
    min-height: 56px;
    margin-top: 10px;
    border: 0;
    border-radius: 8px;
    background: linear-gradient(135deg, #f6dcc2 0%, #d9ac78 100%);
    color: #061729;
    font-size: 15px;
    font-weight: 900;
    box-shadow: 0 16px 28px rgba(217, 172, 120, 0.22);
}

.my-page .booking-card {
    border: 1px solid rgba(6, 23, 41, 0.08);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0 10px 22px rgba(6, 23, 41, 0.05);
}

.my-page .my-booking-row {
    display: grid;
    grid-template-columns: 74px 1fr;
    align-items: center;
    gap: 10px;
    padding: 10px;
}

.my-page .booking-date-block {
    display: grid;
    align-content: center;
    justify-items: center;
    min-height: 56px;
    border-radius: 10px;
    border: 1px solid rgba(217, 172, 120, 0.22);
    background: rgba(255, 246, 231, 0.78);
    padding: 8px 6px;
}

.my-page .booking-date-block span {
    color: rgba(6, 23, 41, 0.54);
    font-size: 10px;
    font-weight: 800;
}

.my-page .booking-date-block strong {
    margin: 3px 0 0;
    color: #061729;
    font-size: 18px;
    line-height: 1;
}

.my-page .booking-summary {
    display: grid;
    align-content: center;
    min-width: 0;
    gap: 6px;
}

.my-page .booking-summary p {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 10px;
    margin: 0;
}

.my-page .booking-summary b,
.my-page .booking-summary em {
    color: #061729;
    font-size: 13px;
    font-style: normal;
}

.my-page .booking-summary em {
    color: rgba(6, 23, 41, 0.58);
}

.my-page .status {
    width: fit-content;
    border: 1px solid rgba(217, 172, 120, 0.34);
    border-radius: 999px;
    background: rgba(229, 205, 160, 0.32);
    color: #7a572a;
    padding: 4px 8px;
    font-size: 11px;
    font-weight: 900;
}

.my-page .status.cancelled {
    border-color: rgba(6, 23, 41, 0.1);
    background: rgba(6, 23, 41, 0.06);
    color: rgba(6, 23, 41, 0.52);
}

.my-page .my-booking-row form {
    grid-column: 1 / -1;
    margin: 2px 0 0;
}

.my-page .my-booking-row .secondary-action {
    width: 100%;
    min-height: 38px;
    border: 1px solid rgba(143, 69, 69, 0.18);
    border-radius: 8px;
    background: rgba(143, 69, 69, 0.08);
    color: #8f4545;
    font-size: 12px;
    font-weight: 900;
}

.my-page .past-booking-row {
    opacity: 0.72;
}

.my-page .my-empty {
    display: grid;
    gap: 7px;
    border: 1px dashed rgba(255, 255, 255, 0.22);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.06);
    padding: 24px 18px;
    color: rgba(255, 255, 255, 0.72);
    text-align: center;
}

.my-page .my-empty strong {
    color: #fff;
}

.my-page .my-empty p {
    margin: 0;
}

.my-page .social-footer {
    margin: 0;
    background: #fffbf4;
    padding: 24px 30px 34px;
}

@media (min-width: 760px) {
    .my-page .my-shell {
        margin: 24px auto;
        border-radius: 24px;
    }
}

.admin-page {
    overflow-x: hidden;
    background: #edf3f8;
    color: #061729;
    font-family: "Avenir Next", "Pretendard", "Apple SD Gothic Neo", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.admin-page *,
.admin-page *::before,
.admin-page *::after {
    box-sizing: border-box;
}

.admin-page .admin-shell {
    display: block;
    width: 100%;
    max-width: 760px;
    min-height: 100vh;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    background: #fffbf4;
    box-shadow: 0 24px 60px rgba(6, 23, 41, 0.14);
}

.admin-page .admin-top-bar {
    position: relative;
    display: block;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: radial-gradient(circle at top right, rgba(48, 95, 132, 0.46), transparent 34%), linear-gradient(160deg, #061729 0%, #09243a 58%, #020b14 100%);
    padding: 26px 30px 24px;
    box-shadow: none;
}

.admin-page .admin-top-bar > div {
    display: grid;
    grid-template-columns: 1fr;
    align-items: start;
    gap: 12px;
    width: 100%;
}

.admin-page .admin-top-bar h1 {
    grid-column: 1 / -1;
    margin: 0;
    color: #fff;
    font-family: inherit;
    font-size: 34px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.05;
}

.admin-page .admin-top-bar span {
    grid-column: 1 / -1;
    display: block;
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
    line-height: 1.7;
    word-break: keep-all;
}

.admin-page .link-button {
    position: absolute;
    top: 26px;
    right: 30px;
    display: grid;
    min-width: 72px;
    min-height: 38px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    place-items: center;
    text-decoration: none;
}

.admin-page .admin-login-panel,
.admin-page .admin-calendar-panel,
.admin-page .admin-control-panel,
.admin-page .admin-stats-panel,
.admin-page .admin-list-section {
    margin: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.admin-page .admin-login-panel,
.admin-page .admin-control-panel,
.admin-page .admin-stats-panel {
    background: #fffbf4;
    padding: 38px 30px 34px;
}

.admin-page .admin-list-section {
    background: #fbf3e8;
    padding: 38px 30px 42px;
}

.admin-page .admin-calendar-panel {
    background: #fff;
    padding: 38px 30px 42px;
}

.admin-page .admin-control-panel {
    border-top: 1px solid rgba(6, 23, 41, 0.08);
}

.admin-page .admin-stats-panel {
    border-top: 1px solid rgba(6, 23, 41, 0.08);
}

.admin-page .panel-title,
.admin-page .result-heading {
    display: grid;
    grid-template-columns: 1fr;
    align-items: start;
    margin-bottom: 18px;
}

.admin-page .panel-title.compact {
    margin-bottom: 14px;
}

.admin-page .panel-title h2,
.admin-page .result-heading h2 {
    margin: 0 0 6px;
    color: #061729;
    font-family: inherit;
    font-size: 23px;
    font-weight: 900;
    letter-spacing: 0;
}

.admin-page .admin-list-section .result-heading h2 {
    color: #061729;
}

.admin-page .panel-title p,
.admin-page .result-heading p {
    margin: 0;
    color: #536273;
    font-size: 13px;
    line-height: 1.6;
}

.admin-page .admin-list-section .result-heading p {
    color: #536273;
}

.admin-page label {
    display: grid;
    gap: 8px;
    color: #061729;
    font-size: 14px;
    font-weight: 900;
}

.admin-page input,
.admin-page select {
    width: 100%;
    min-height: 52px;
    border: 1px solid rgba(6, 23, 41, 0.1);
    border-radius: 8px;
    background: #fff;
    color: #061729;
    font: inherit;
    font-size: 15px;
    font-weight: 700;
    padding: 0 14px;
}

.admin-page .primary-action,
.admin-page .admin-form button {
    min-height: 52px;
    border: 0;
    border-radius: 8px;
    background: linear-gradient(135deg, #f6dcc2 0%, #d9ac78 100%);
    color: #061729;
    font-size: 15px;
    font-weight: 900;
    box-shadow: 0 16px 28px rgba(217, 172, 120, 0.22);
}

.admin-page .primary-action {
    width: 100%;
    margin-top: 16px;
}

.admin-page .admin-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 86px;
    gap: 10px;
}

.admin-page .admin-range-tools {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 16px 0 12px;
}

.admin-page .range-tabs {
    display: inline-grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-width: 154px;
    overflow: hidden;
    border: 1px solid rgba(6, 23, 41, 0.12);
    border-radius: 999px;
    background: rgba(6, 23, 41, 0.05);
    padding: 3px;
}

.admin-page .range-tabs button {
    min-height: 32px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: rgba(6, 23, 41, 0.58);
    padding: 0 12px;
    font: inherit;
    font-size: 12px;
    font-weight: 900;
}

.admin-page .range-tabs button.active {
    background: #061729;
    color: #fff;
}

.admin-page .period-nav {
    display: flex;
    gap: 8px;
}

.admin-page .period-nav-button {
    display: grid;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(6, 23, 41, 0.12);
    border-radius: 999px;
    background: #fff;
    color: #061729;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    place-items: center;
    text-decoration: none;
}

.admin-page .admin-overview-scroll {
    position: relative;
    max-height: 312px;
    overflow: hidden;
}

.admin-page .admin-overview-scroll::after,
.admin-page .stats-chart-scroll::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 48px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.96));
    content: "";
    pointer-events: none;
}

.admin-page .admin-overview-grid {
    display: grid;
    grid-template-columns: 1fr;
    max-height: 312px;
    overflow-y: scroll;
    overscroll-behavior: contain;
    gap: 6px;
    padding: 0 6px 42px 0;
    scrollbar-color: #d9ac78 rgba(6, 23, 41, 0.08);
    scrollbar-width: thin;
}

.admin-page .admin-overview-grid::-webkit-scrollbar,
.admin-page .stats-chart::-webkit-scrollbar {
    width: 6px;
}

.admin-page .admin-overview-grid::-webkit-scrollbar-track,
.admin-page .stats-chart::-webkit-scrollbar-track {
    border-radius: 999px;
    background: rgba(6, 23, 41, 0.08);
}

.admin-page .admin-overview-grid::-webkit-scrollbar-thumb,
.admin-page .stats-chart::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: #d9ac78;
}

.admin-page .admin-scroll-hint {
    position: absolute;
    right: 16px;
    bottom: 12px;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: rgba(6, 23, 41, 0.62);
    font-size: 11px;
    font-weight: 900;
    pointer-events: none;
}

.admin-page .admin-scroll-hint::after {
    content: "↓";
}

.admin-page .overview-day {
    display: grid;
    grid-template-columns: minmax(68px, auto) minmax(0, 1fr) auto;
    align-items: center;
    min-height: 54px;
    border: 1px solid rgba(6, 23, 41, 0.1);
    border-radius: 10px;
    background: #fff;
    padding: 8px 10px;
    color: #061729;
    text-decoration: none;
    box-shadow: none;
    gap: 8px;
}

.admin-page .overview-day.selected {
    border-color: rgba(6, 23, 41, 0.42);
    background: #f8efe2;
    box-shadow: inset 0 0 0 1px rgba(6, 23, 41, 0.06);
}

.admin-page .overview-day.today {
    border-color: rgba(217, 172, 120, 0.9);
    box-shadow: inset 0 0 0 1px rgba(217, 172, 120, 0.38);
}

.admin-page .overview-day.today.selected {
    border-color: rgba(154, 95, 82, 0.76);
    box-shadow: inset 0 0 0 1px rgba(154, 95, 82, 0.22);
}

.admin-page .overview-weekday {
    color: rgba(6, 23, 41, 0.68);
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
}

.admin-page .overview-date-label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-width: 0;
}

.admin-page .overview-day strong {
    margin: 0;
    color: #061729;
    font-size: 15px;
    font-weight: 900;
    line-height: 1;
    white-space: nowrap;
}

.admin-page .overview-day.saturday strong {
    color: #315f83;
}

.admin-page .overview-day.sunday strong {
    color: #9a5f52;
}

.admin-page .overview-day em {
    width: fit-content;
    border-radius: 999px;
    background: rgba(6, 23, 41, 0.08);
    color: #061729;
    padding: 3px 6px;
    font-size: 9px;
    font-style: normal;
    font-weight: 900;
    white-space: nowrap;
}

.admin-page .overview-day small {
    justify-self: end;
    margin-top: 0;
    color: rgba(6, 23, 41, 0.38);
    font-size: 10px;
    font-weight: 800;
}

.admin-page .day-times {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin-top: 0;
}

.admin-page .time-chip {
    border-radius: 999px;
    padding: 3px 6px;
    font-size: 10px;
    font-weight: 900;
    line-height: 1;
}

.admin-page .time-chip.booked {
    background: rgba(6, 23, 41, 0.1);
    color: #061729;
}

.admin-page .time-chip.blocked {
    background: rgba(217, 172, 120, 0.24);
    color: #7f5531;
}

.admin-page .booking-card {
    border: 1px solid rgba(6, 23, 41, 0.08);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 12px 24px rgba(6, 23, 41, 0.06);
}

.admin-page .admin-detail-group {
    display: grid;
    gap: 7px;
}

.admin-page .admin-detail-group + .admin-detail-group {
    margin-top: 24px;
}

.admin-page .admin-detail-group h3 {
    margin: 0;
    color: #061729;
    font-size: 15px;
    font-weight: 900;
}

.admin-page .admin-booking-row,
.admin-page .admin-blocked-row {
    display: grid;
    align-items: center;
    column-gap: 12px;
    row-gap: 7px;
    margin-bottom: 6px;
    padding: 9px 12px;
}

.admin-page .admin-booking-row {
    grid-template-columns: 58px minmax(0, 1fr) auto;
}

.admin-page .admin-blocked-row {
    grid-template-columns: 58px minmax(0, auto) auto;
    justify-content: start;
}

.admin-page .admin-booking-row strong,
.admin-page .admin-blocked-row strong {
    margin: 0;
    color: #061729;
    font-size: 15px;
    font-weight: 900;
}

.admin-page .admin-booking-row .admin-customer-cell,
.admin-page .admin-blocked-row .muted-text {
    min-width: 0;
    color: rgba(6, 23, 41, 0.68);
    font-size: 13px;
    font-weight: 800;
}

.admin-page .admin-customer-cell {
    display: grid;
    gap: 1px;
    line-height: 1.22;
}

.admin-page .admin-customer-cell b,
.admin-page .admin-customer-cell em {
    min-width: 0;
    overflow-wrap: anywhere;
}

.admin-page .admin-customer-cell b {
    color: #061729;
    font-size: 13px;
    font-style: normal;
    font-weight: 900;
}

.admin-page .admin-customer-cell em {
    color: rgba(6, 23, 41, 0.62);
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
}

.admin-page .admin-booking-flags {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 5px;
    min-width: 62px;
}

.admin-page .visit-badge {
    width: fit-content;
    border: 1px solid rgba(183, 145, 91, 0.34);
    border-radius: 999px;
    background: rgba(229, 205, 160, 0.34);
    color: #71532b;
    padding: 4px 7px;
    font-size: 11px;
    font-weight: 900;
    white-space: nowrap;
}

.admin-page .visit-badge.first-visit {
    border-color: rgba(217, 172, 120, 0.46);
    background: #fff6e7;
    color: #8a5c25;
}

.admin-page .admin-request-items {
    grid-column: 2 / -1;
    display: grid;
    gap: 5px;
    margin: 4px 0 0;
    padding-right: 74px;
}

.admin-page .admin-request-items span {
    width: fit-content;
    max-width: 100%;
    border: 1px solid rgba(217, 172, 120, 0.22);
    border-radius: 8px;
    background: rgba(255, 246, 231, 0.62);
    color: rgba(6, 23, 41, 0.54);
    padding: 5px 7px;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.45;
    overflow-wrap: anywhere;
}

.admin-page .status {
    width: fit-content;
    border: 1px solid rgba(6, 23, 41, 0.1);
    border-radius: 999px;
    background: rgba(6, 23, 41, 0.08);
    color: #061729;
    padding: 5px 8px;
    font-size: 11px;
    font-weight: 900;
}

.admin-page .admin-booking-row form,
.admin-page .admin-blocked-row form {
    margin: 0;
}

.admin-page .admin-booking-row form {
    grid-column: 3;
    justify-self: end;
    align-self: end;
}

.admin-page .secondary-action {
    min-height: 30px;
    border: 1px solid rgba(6, 23, 41, 0.16);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.72);
    color: rgba(6, 23, 41, 0.66);
    padding: 0 9px;
    font-size: 11px;
    font-weight: 900;
    white-space: nowrap;
}

.admin-page .secondary-action:hover,
.admin-page .secondary-action:focus-visible {
    border-color: rgba(6, 23, 41, 0.24);
    background: #fff;
    color: #061729;
}

.admin-page .empty {
    margin: 0;
    border: 1px dashed rgba(6, 23, 41, 0.16);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.52);
    padding: 24px 18px;
    color: rgba(6, 23, 41, 0.58);
    text-align: center;
}

.admin-page .stats-tabs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    margin-bottom: 14px;
}

.admin-page .stats-tabs button {
    min-height: 36px;
    border: 1px solid rgba(6, 23, 41, 0.1);
    border-radius: 999px;
    background: #fff;
    color: rgba(6, 23, 41, 0.62);
    font: inherit;
    font-size: 12px;
    font-weight: 900;
}

.admin-page .stats-tabs button.active {
    background: #061729;
    color: #fff;
}

.admin-page .stats-summary {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 18px;
}

.admin-page .stats-summary span {
    display: grid;
    min-height: 54px;
    align-content: center;
    border: 1px solid rgba(6, 23, 41, 0.08);
    border-radius: 12px;
    background: #fff;
    color: rgba(6, 23, 41, 0.58);
    padding: 8px 10px;
    font-size: 11px;
    font-weight: 800;
}

.admin-page .stats-summary b {
    display: block;
    color: #061729;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.2;
}

.admin-page .stats-chart-scroll {
    position: relative;
    max-height: 286px;
    overflow: hidden;
}

.admin-page .stats-chart {
    display: grid;
    max-height: 286px;
    overflow-y: scroll;
    overscroll-behavior: contain;
    gap: 8px;
    padding: 0 6px 42px 0;
    scrollbar-color: #d9ac78 rgba(6, 23, 41, 0.08);
    scrollbar-width: thin;
}

.admin-page .stats-chart-row {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr) 38px;
    align-items: center;
    gap: 8px;
}

.admin-page .stats-chart-label {
    color: rgba(6, 23, 41, 0.68);
    font-size: 11px;
    font-weight: 900;
    white-space: nowrap;
}

.admin-page .stats-chart-track {
    display: block;
    height: 10px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(6, 23, 41, 0.08);
}

.admin-page .stats-chart-bar {
    display: block;
    height: 100%;
    min-width: 4px;
    border-radius: inherit;
    background: linear-gradient(90deg, #061729 0%, #d9ac78 100%);
    transition: width 180ms ease;
}

.admin-page .stats-chart-row strong {
    color: #061729;
    font-size: 11px;
    font-weight: 900;
    text-align: right;
}

@media (max-width: 640px) {
    .admin-page .admin-shell {
        max-width: 520px;
    }

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

    .admin-page .admin-range-tools {
        align-items: stretch;
        flex-direction: column;
    }

    .admin-page .range-tabs {
        width: 100%;
    }

    .admin-page .period-nav {
        justify-content: flex-end;
    }

    .admin-page .admin-overview-scroll {
        max-height: 284px;
    }

    .admin-page .admin-overview-grid {
        max-height: 284px;
    }

    .admin-page .admin-overview-grid {
        grid-template-columns: 1fr;
        gap: 6px;
    }

    .admin-page .overview-day {
        min-height: 50px;
        border-radius: 10px;
        padding: 7px 9px;
    }

    .admin-page .overview-day strong {
        font-size: 14px;
    }

    .admin-page .time-chip {
        padding: 2px 5px;
        font-size: 9px;
    }

    .admin-page .admin-booking-row {
        grid-template-columns: 50px minmax(0, 1fr) auto;
        column-gap: 9px;
        row-gap: 6px;
        padding: 8px 10px;
    }

    .admin-page .admin-blocked-row {
        grid-template-columns: 52px 1fr auto;
    }

    .admin-page .admin-booking-row strong,
    .admin-page .admin-blocked-row strong {
        font-size: 13px;
    }

    .admin-page .admin-booking-row .admin-customer-cell,
    .admin-page .admin-blocked-row .muted-text {
        font-size: 11px;
    }

    .admin-page .admin-customer-cell b {
        font-size: 12px;
    }

    .admin-page .admin-customer-cell em {
        font-size: 11px;
    }

    .admin-page .admin-booking-flags {
        min-width: 54px;
        gap: 4px;
    }

    .admin-page .admin-booking-row .status,
    .admin-page .visit-badge {
        padding: 4px 6px;
        font-size: 10px;
    }

    .admin-page .admin-request-items {
        grid-column: 1 / -1;
        padding-right: 0;
    }

    .admin-page .admin-request-items span {
        font-size: 11px;
    }

    .admin-page .secondary-action {
        width: auto;
        min-height: 30px;
        padding: 0 7px;
        font-size: 10px;
    }

    .admin-page .stats-summary {
        grid-template-columns: 1fr;
        gap: 6px;
    }

    .admin-page .stats-summary span {
        min-height: 44px;
    }

    .admin-page .stats-chart-scroll,
    .admin-page .stats-chart {
        max-height: 240px;
    }

    .admin-page .stats-chart-row {
        grid-template-columns: 64px minmax(0, 1fr) 34px;
        gap: 6px;
    }
}

@media (min-width: 760px) {
    .admin-page .admin-shell {
        margin: 24px auto;
        border-radius: 24px;
    }
}

.sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
}

input,
select,
textarea {
    font-size: 16px !important;
}
/* AI content/admin refresh */

.showroom-page .event-card {
    position: relative;
    margin-top: 18px;
    overflow: hidden;
    padding: 14px;
}

.showroom-page .event-count {
    position: absolute;
    top: 24px;
    right: 24px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    min-width: 46px;
    justify-content: center;
    padding: 5px 9px;
    border-radius: 999px;
    background: rgba(6, 27, 47, 0.76);
    color: #fff9ef;
    font-size: 12px;
    font-weight: 800;
    box-shadow: 0 8px 20px rgba(6, 27, 47, 0.16);
}

.showroom-page .event-count[hidden] {
    display: none;
}

.showroom-page .event-banner-list {
    display: flex;
    gap: 12px;
    margin-top: 0;
    overflow-x: auto;
    padding: 0 0 8px;
    scroll-padding-inline: 0;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
}

.showroom-page .event-banner-list article {
    flex: 0 0 100%;
    min-width: 0;
    scroll-snap-align: center;
}

.showroom-page .event-banner-list img {
    width: 100%;
    aspect-ratio: 2 / 3;
    object-fit: contain;
    background: #fffaf2;
    border-radius: 18px;
    box-shadow: 0 16px 36px rgba(6, 27, 47, 0.14);
}

.showroom-page .event-banner-list strong {
    color: #061b2f;
    font-size: 14px;
}

.gallery-grid img,
.studio-slider img,
.event-banner-list img,
.admin-image-grid img,
.event-admin-list img {
    cursor: zoom-in;
}

.image-lightbox-modal {
    position: fixed;
    inset: 0;
    z-index: 160;
    display: grid;
    place-items: center;
    width: 100svw;
    max-width: none;
    padding: max(24px, env(safe-area-inset-top)) 0 max(24px, env(safe-area-inset-bottom));
    background: rgba(2, 12, 24, 0.76);
    overscroll-behavior: contain;
}

.image-lightbox-frame {
    position: relative;
    display: grid;
    width: min(100svw, 860px);
    max-width: 100svw;
    height: calc(100dvh - 44px);
    max-height: calc(100dvh - 44px);
}

.image-lightbox-frame img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100svw;
    max-height: calc(100dvh - 44px);
    border-radius: 18px;
    object-fit: cover;
    background: #fffaf2;
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.42);
}

.image-lightbox-close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(246, 230, 201, 0.24);
    border-radius: 50%;
    background: rgba(6, 27, 47, 0.82);
    color: #fff9ef;
    font-size: 24px;
    line-height: 1;
}

@media (max-width: 520px) {
    .image-lightbox-modal {
        padding-inline: 0;
    }

    .image-lightbox-frame,
    .image-lightbox-frame img {
        width: 100svw;
        height: calc(100dvh - 42px);
        max-width: 100svw;
        max-height: calc(100dvh - 42px);
    }

    .image-lightbox-frame img {
        border-radius: 14px;
    }

    .image-lightbox-close {
        top: 8px;
        right: 8px;
        width: 36px;
        height: 36px;
    }
}

.floating-action-stack {
    position: fixed;
    right: max(16px, env(safe-area-inset-right));
    bottom: max(18px, env(safe-area-inset-bottom));
    z-index: 80;
    display: grid;
    gap: 10px;
}

.floating-action-stack .chatbot-button {
    position: static;
    width: 48px;
    height: 48px;
    border: 0;
    border-radius: 50%;
    box-shadow: 0 14px 30px rgba(2, 16, 30, 0.28);
}

.floating-action-stack .chatbot-button {
    position: relative;
    display: grid;
    place-items: center;
    width: 62px;
    height: 62px;
    padding: 0;
    overflow: hidden;
    background: #e2f4e8;
    color: #061b2f;
    text-decoration: none;
}

.floating-action-stack .chatbot-button img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    pointer-events: none;
}

.floating-action-stack .chatbot-button span {
    position: absolute;
    top: 5px;
    right: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 23px;
    height: 18px;
    padding: 0 5px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 999px;
    background: #061b2f;
    color: #fff9ef;
    font-size: 10px;
    font-weight: 900;
    line-height: 1;
    box-shadow: 0 4px 10px rgba(6, 27, 47, 0.2);
    pointer-events: none;
}

.chatbot-modal,
.knowledge-editor-modal,
.event-editor-modal {
    position: fixed;
    inset: 0;
    z-index: 120;
    display: grid;
    place-items: end center;
    padding: 18px 14px max(12px, env(safe-area-inset-bottom));
    background: rgba(2, 12, 24, 0.48);
    overscroll-behavior: contain;
    touch-action: none;
}

.chatbot-modal[hidden],
.knowledge-editor-modal[hidden],
.event-editor-modal[hidden] {
    display: none;
}

.chatbot-modal {
    overflow: hidden;
}

body.chatbot-open {
    overflow: hidden;
}

.chatbot-panel,
.knowledge-editor-panel,
.event-editor-panel {
    width: min(100%, 430px);
    max-height: min(780px, calc(100dvh - 24px));
    overflow: hidden;
    border: 1px solid rgba(246, 230, 201, 0.22);
    border-radius: 24px;
    background: #061b2f;
    color: #fff9ef;
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.38);
}

.chatbot-panel {
    display: grid;
    grid-template-rows: auto auto minmax(340px, 1fr) auto;
    height: min(700px, calc(100dvh - 24px));
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
}

.chatbot-panel header,
.knowledge-editor-panel header,
.event-editor-panel header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 18px 14px;
    border-bottom: 1px solid rgba(246, 230, 201, 0.12);
}

.chatbot-panel header strong,
.knowledge-editor-panel header strong,
.event-editor-panel header strong {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 21px;
    font-weight: 500;
    letter-spacing: 0;
}

.chatbot-panel header p {
    margin-top: 4px;
    color: rgba(255, 249, 239, 0.64);
    font-size: 12px;
}

.chatbot-panel header button,
.knowledge-editor-panel header button,
.event-editor-panel header button {
    width: 34px;
    height: 34px;
    border: 1px solid rgba(246, 230, 201, 0.18);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    color: #fff9ef;
    font-size: 20px;
}

.chatbot-notice {
    margin: 12px 18px 0;
    padding: 10px 12px;
    border: 1px solid rgba(246, 230, 201, 0.2);
    border-radius: 14px;
    background: rgba(246, 230, 201, 0.1);
    color: rgba(255, 249, 239, 0.78);
    font-size: 12px;
    line-height: 1.5;
}

.chatbot-messages {
    display: grid;
    align-content: start;
    gap: 12px;
    min-height: 0;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
    padding: 18px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0));
}

.chatbot-row {
    display: flex;
    align-items: flex-start;
    gap: 9px;
}

.chatbot-row.user {
    justify-content: flex-end;
}

.chatbot-message {
    max-width: 84%;
    padding: 12px 14px;
    border-radius: 16px;
    font-size: 14px;
    line-height: 1.6;
    white-space: pre-wrap;
}

.chatbot-message.bot,
.chatbot-message.typing {
    max-width: 92%;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 249, 239, 0.92);
}

.chatbot-avatar {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #e2f4e8;
    background-image: url("/images/kaili-chatbot.png");
    background-position: 48% 48%;
    background-repeat: no-repeat;
    background-size: 138%;
    color: #061b2f;
    flex: 0 0 auto;
    box-shadow: 0 5px 14px rgba(6, 27, 47, 0.2);
}

.typing-indicator {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    min-width: 42px;
    height: 24px;
}

.typing-indicator i {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #f6e6c9;
    animation: chatbotTyping 0.9s ease-in-out infinite;
}

.typing-indicator i:nth-child(2) {
    animation-delay: 0.14s;
}

.typing-indicator i:nth-child(3) {
    animation-delay: 0.28s;
}

@keyframes chatbotTyping {
    0%,
    100% {
        opacity: 0.35;
    }
    50% {
        opacity: 1;
    }
}

.chatbot-message.user {
    justify-self: end;
    background: #f6e6c9;
    color: #061b2f;
}

.chatbot-form {
    display: grid;
    grid-template-columns: 1fr 70px;
    gap: 8px;
    padding: 14px;
    border-top: 1px solid rgba(246, 230, 201, 0.12);
}

.chatbot-form input,
.knowledge-editor-panel input,
.knowledge-editor-panel select,
.knowledge-editor-panel textarea,
.event-editor-panel input,
.event-editor-panel textarea {
    width: 100%;
    min-height: 46px;
    border: 1px solid rgba(246, 230, 201, 0.18);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.96);
    color: #061b2f;
    font-size: 16px;
}

.chatbot-form input {
    padding: 0 14px;
}

.chatbot-form button,
.knowledge-editor-actions button:last-child {
    border: 0;
    border-radius: 12px;
    background: #f6e6c9;
    color: #061b2f;
    font-weight: 700;
}

.chat-page {
    min-height: 100dvh;
    background: #061b2f;
}

.chat-page-shell {
    width: 100%;
    max-width: 520px;
    min-height: 100dvh;
    margin: 0 auto;
    background: #061b2f;
}

.chat-page-panel {
    display: grid;
    grid-template-rows: auto auto minmax(0, 1fr) auto;
    min-height: 100dvh;
    background: #061b2f;
    color: #fff9ef;
}

.chat-page-panel header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: max(16px, env(safe-area-inset-top)) 16px 12px;
    border-bottom: 1px solid rgba(246, 230, 201, 0.12);
}

.chat-page-panel header strong {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 21px;
    font-weight: 500;
    letter-spacing: 0;
}

.chat-page-panel header p {
    margin-top: 4px;
    color: rgba(255, 249, 239, 0.64);
    font-size: 12px;
}

.chat-page-panel header a {
    display: grid;
    width: 36px;
    height: 36px;
    border: 1px solid rgba(246, 230, 201, 0.18);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    color: #fff9ef;
    font-size: 21px;
    line-height: 1;
    text-decoration: none;
    place-items: center;
}

.chat-page .chatbot-notice {
    margin: 10px 14px 0;
}

.chat-page .chatbot-messages {
    min-height: 0;
    padding: 14px;
    overflow-y: auto;
}

.chat-page .chatbot-form {
    grid-template-columns: minmax(0, 1fr) 64px;
    gap: 8px;
    padding: 12px 12px max(12px, env(safe-area-inset-bottom));
    background: #061b2f;
}

.chat-page .chatbot-form input {
    min-width: 0;
}

@media (max-width: 640px), (pointer: coarse) {
    .chatbot-modal {
        position: fixed;
        inset: 0;
        place-items: stretch;
        width: 100%;
        height: 100dvh;
        min-height: 100dvh;
        padding: 0;
        background: #061b2f;
        touch-action: auto;
    }

    .chatbot-panel {
        display: grid;
        grid-template-rows: auto auto minmax(0, 1fr) auto;
        width: 100%;
        height: 100dvh;
        max-height: 100dvh;
        min-height: 0;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        overflow: hidden;
    }

    .chatbot-panel header {
        padding: max(14px, env(safe-area-inset-top)) 16px 12px;
    }

    .chatbot-notice {
        margin: 10px 14px 0;
    }

    .chatbot-messages {
        min-height: 0;
        padding: 14px;
        overflow-y: auto;
    }

    .chatbot-form {
        grid-template-columns: minmax(0, 1fr) 64px;
        gap: 8px;
        padding: 12px 12px max(12px, env(safe-area-inset-bottom));
        background: #061b2f;
    }

    .chatbot-form input {
        min-width: 0;
    }
}

.admin-content-page {
    min-height: 100dvh;
    background:
        radial-gradient(circle at 18% 0%, rgba(246, 230, 201, 0.08), transparent 35%),
        linear-gradient(180deg, #061b2f 0%, #08243d 48%, #fbf7f0 48%, #fbf7f0 100%);
}

.admin-content-dashboard {
    display: grid;
    gap: 18px;
}

.admin-status-card,
.admin-management-card {
    border: 1px solid rgba(6, 27, 47, 0.08);
    border-radius: 22px;
    background: rgba(255, 252, 247, 0.96);
    box-shadow: 0 18px 50px rgba(6, 27, 47, 0.12);
}

.admin-status-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 18px;
    color: #061b2f;
}

.admin-status-card span,
.admin-card-head p {
    color: rgba(6, 27, 47, 0.58);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.admin-status-card strong {
    display: block;
    margin-top: 5px;
    font-size: 16px;
}

.admin-soft-button,
.admin-card-head button,
.admin-upload-form button,
.event-generate-form button,
.event-row-actions button {
    position: relative;
    overflow: hidden;
    min-height: 42px;
    border: 0;
    border-radius: 999px;
    background: #061b2f;
    color: #fff9ef;
    padding: 0 16px;
    font-size: 13px;
    font-weight: 700;
}

.admin-content-page button.is-loading {
    cursor: wait;
    opacity: 0.92;
}

.admin-content-page button.is-loading::after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, #f6e6c9, transparent);
    content: "";
    animation: adminButtonProgress 1s linear infinite;
}

@keyframes adminButtonProgress {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

.admin-management-card {
    padding: 18px;
}

.admin-card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 16px;
}

.admin-card-head h2 {
    margin-top: 4px;
    color: #061b2f;
    font-family: "Avenir Next", "Pretendard", "Apple SD Gothic Neo", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 22px;
    font-weight: 900;
    letter-spacing: 0;
}

.knowledge-list,
.event-admin-list {
    display: grid;
    gap: 12px;
}

.knowledge-disclosure {
    display: grid;
    gap: 12px;
}

.knowledge-disclosure summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 42px;
    padding: 0 14px;
    border: 1px solid rgba(6, 27, 47, 0.1);
    border-radius: 14px;
    background: #fffaf2;
    color: #061b2f;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
}

.knowledge-disclosure summary::after {
    content: "+";
    color: rgba(6, 27, 47, 0.52);
    font-size: 18px;
}

.knowledge-disclosure[open] summary::after {
    content: "-";
}

.knowledge-item,
.event-admin-list article {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 14px;
    align-items: start;
    padding: 14px;
    border: 1px solid rgba(6, 27, 47, 0.08);
    border-radius: 16px;
    background: #fffaf2;
}

.knowledge-item span,
.admin-image-grid span {
    display: inline-flex;
    width: fit-content;
    margin-bottom: 7px;
    padding: 4px 8px;
    border-radius: 999px;
    background: rgba(6, 27, 47, 0.08);
    color: #061b2f;
    font-size: 11px;
    font-weight: 800;
}

.knowledge-item strong,
.admin-image-grid strong,
.event-admin-list strong {
    display: block;
    color: #061b2f;
    font-size: 15px;
}

.knowledge-item p,
.event-admin-list p {
    margin-top: 6px;
    color: rgba(6, 27, 47, 0.72);
    font-size: 13px;
    line-height: 1.6;
    white-space: pre-wrap;
}

.knowledge-item small,
.event-admin-list small {
    display: block;
    margin-top: 8px;
    color: rgba(6, 27, 47, 0.46);
    font-size: 11px;
}

.admin-row-actions {
    display: grid;
    gap: 6px;
}

.admin-row-actions button,
.admin-image-grid button,
.event-admin-list button {
    min-width: 58px;
    min-height: 32px;
    border: 1px solid rgba(6, 27, 47, 0.12);
    border-radius: 999px;
    background: #fff;
    color: rgba(6, 27, 47, 0.72);
    font-size: 12px;
    font-weight: 700;
}

.admin-row-actions .toggle-switch,
.admin-image-grid .toggle-switch,
.event-admin-list .toggle-switch {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    min-width: 58px;
    min-height: 30px;
    padding: 0;
    border: 1px solid rgba(6, 27, 47, 0.14);
    border-radius: 999px;
    background: rgba(6, 27, 47, 0.1);
    color: rgba(6, 27, 47, 0.62);
    font-size: 11px;
    font-weight: 900;
    transition: background 0.18s ease, color 0.18s ease, padding 0.18s ease;
}

.admin-row-actions .toggle-switch span,
.admin-image-grid .toggle-switch span,
.event-admin-list .toggle-switch span {
    position: absolute;
    top: 50%;
    right: 8px;
    z-index: 1;
    display: block;
    width: auto;
    margin: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: inherit;
    font-size: 11px;
    line-height: 1;
    transform: translateY(-50%);
}

.admin-row-actions .toggle-switch::before,
.admin-image-grid .toggle-switch::before,
.event-admin-list .toggle-switch::before {
    position: absolute;
    left: 4px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 3px 8px rgba(6, 27, 47, 0.18);
    content: "";
    transition: transform 0.18s ease;
}

.admin-row-actions .toggle-switch.active,
.admin-image-grid .toggle-switch.active,
.event-admin-list .toggle-switch.active {
    background: #061b2f;
    color: #fff9ef;
}

.admin-row-actions .toggle-switch.active span,
.admin-image-grid .toggle-switch.active span,
.event-admin-list .toggle-switch.active span {
    right: auto;
    left: 8px;
}

.admin-row-actions .toggle-switch.active::before,
.admin-image-grid .toggle-switch.active::before,
.event-admin-list .toggle-switch.active::before {
    transform: translateX(28px);
}

.admin-row-actions button.active,
.admin-image-grid button.active,
.event-admin-list button.active {
    background: #061b2f;
    color: #fff9ef;
}

.admin-upload-form,
.event-generate-form {
    display: grid;
    gap: 9px;
    margin-bottom: 16px;
}

.admin-upload-form input,
.admin-upload-form select,
.event-generate-form input,
.event-generate-form textarea {
    width: 100%;
    min-height: 44px;
    border: 1px solid rgba(6, 27, 47, 0.12);
    border-radius: 12px;
    background: #fff;
    color: #061b2f;
    padding: 0 12px;
    font-size: 16px;
}

.admin-upload-form input[type="file"] {
    min-height: 76px;
    padding: 20px 12px;
    border-style: dashed;
    background: #fffaf2;
}

.event-period-fields input[type="date"] {
    -webkit-appearance: none;
    appearance: none;
    display: flex;
    align-items: center;
    color: #061b2f !important;
    -webkit-text-fill-color: #061b2f;
    color-scheme: light;
    line-height: 44px;
    padding-block: 0;
}

.event-period-fields input[type="date"]::-webkit-date-and-time-value {
    display: flex;
    align-items: center;
    min-height: 44px;
    margin: 0;
    color: #061b2f !important;
    -webkit-text-fill-color: #061b2f;
    text-align: left;
}

.event-generate-form textarea,
.knowledge-editor-panel textarea {
    padding: 12px;
    line-height: 1.55;
    resize: vertical;
}

.admin-image-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.admin-image-grid article {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9px;
    padding: 10px;
    border: 1px solid rgba(6, 27, 47, 0.08);
    border-radius: 16px;
    background: #fffaf2;
}

.admin-image-grid article[hidden] {
    display: none !important;
}

.admin-image-grid img {
    grid-column: 1 / -1;
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 12px;
}

.admin-image-grid article > div {
    grid-column: 1 / -1;
}

.admin-image-grid .toggle-switch,
.admin-image-grid [data-image-delete] {
    width: 100%;
    min-width: 0;
}

.event-admin-list article {
    grid-template-columns: 76px minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
}

.event-period-fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
}

.event-period-fields label {
    display: grid;
    gap: 6px;
    color: rgba(6, 27, 47, 0.68);
    font-size: 12px;
    font-weight: 800;
}

.event-row-actions {
    display: grid;
    grid-template-columns: repeat(3, auto);
    align-items: center;
    gap: 6px;
}

.event-sort-control {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-top: 8px;
    color: rgba(6, 27, 47, 0.58);
    font-size: 11px;
    font-weight: 800;
    white-space: nowrap;
}

.event-sort-control input {
    width: 46px;
    min-height: 28px;
    border: 1px solid rgba(6, 27, 47, 0.12);
    border-radius: 9px;
    background: #fff;
    color: #061b2f;
    padding: 0 6px;
    font-size: 13px;
    text-align: center;
}

.event-sort-control button {
    min-width: 0;
    min-height: 28px;
    padding: 0 8px;
    border-radius: 9px;
    font-size: 11px;
}

.event-editor-panel {
    display: grid;
    gap: 13px;
    padding-bottom: 16px;
}

.event-editor-panel label {
    display: grid;
    gap: 7px;
    padding: 0 16px;
    color: rgba(255, 249, 239, 0.78);
    font-size: 13px;
    font-weight: 700;
}

.event-editor-panel .event-period-fields {
    padding: 0 16px;
}

.event-editor-panel .event-period-fields label {
    padding: 0;
    color: rgba(255, 249, 239, 0.78);
}

.event-editor-panel .admin-switch-row {
    grid-template-columns: 1fr auto;
}

.event-admin-list img {
    width: 76px;
    height: 94px;
    object-fit: contain;
    background: #fff;
    border-radius: 12px;
}

.admin-empty {
    padding: 20px;
    border: 1px dashed rgba(6, 27, 47, 0.18);
    border-radius: 16px;
    color: rgba(6, 27, 47, 0.58);
    text-align: center;
    font-size: 13px;
}

.knowledge-editor-panel {
    display: grid;
    gap: 13px;
    padding-bottom: 16px;
}

.knowledge-editor-panel label {
    display: grid;
    gap: 7px;
    padding: 0 16px;
    color: rgba(255, 249, 239, 0.78);
    font-size: 13px;
    font-weight: 700;
}

.admin-switch-row {
    grid-template-columns: 1fr auto;
    align-items: center;
}

.admin-switch-row input {
    width: 22px;
    min-height: 22px;
}

.knowledge-editor-actions {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(92px, 1fr));
    gap: 9px;
    padding: 0 16px;
}

.knowledge-editor-actions button {
    position: relative;
    overflow: hidden;
    min-height: 46px;
    border-radius: 12px;
    font-weight: 700;
}

.knowledge-editor-actions button:first-child {
    border: 1px solid rgba(246, 230, 201, 0.18);
    background: rgba(255, 255, 255, 0.06);
    color: #fff9ef;
}

@media (max-width: 520px) {
    .event-admin-list article {
        grid-template-columns: 64px minmax(0, 1fr) auto;
        gap: 8px;
    }

    .event-admin-list img {
        width: 64px;
        height: 82px;
    }

    .event-admin-list p {
        font-size: 12px;
        line-height: 1.45;
    }

    .event-admin-list small {
        margin-top: 5px;
        font-size: 10px;
    }

    .event-row-actions {
        grid-template-columns: 1fr;
        gap: 5px;
    }

    .event-admin-list button {
        min-width: 54px;
        min-height: 30px;
        padding: 0 10px;
    }
}
