:root {
  --ink: #173b36;
  --muted: #71817b;
  --cream: #f8f6f0;
  --paper: #fffdf8;
  --line: #e4e7df;
  --coral: #e86f51;
  --yellow: #f1c75b;
  --shadow: 0 20px 50px rgba(25, 60, 53, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: "DM Sans", sans-serif; }
.container { width: min(1120px, calc(100% - 48px)); margin: 0 auto; }
.site-header { background: var(--paper); border-bottom: 1px solid rgba(228, 231, 223, .7); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; gap: 46px; }
.brand { color: var(--ink); display: inline-flex; align-items: center; gap: 10px; font-size: 20px; font-weight: 700; letter-spacing: -.5px; text-decoration: none; }
.brand-mark { display: grid; place-items: center; width: 31px; height: 31px; color: var(--paper); background: var(--coral); border-radius: 50% 50% 50% 8px; font-family: Georgia, serif; font-size: 19px; transform: rotate(-10deg); }
.main-nav { display: flex; gap: 32px; margin-right: auto; }
.main-nav a, .text-link { color: var(--muted); font-size: 14px; font-weight: 600; text-decoration: none; }
.main-nav a:hover, .main-nav a.active, .text-link { color: var(--coral); }
.outline-button, .primary-button { border: 0; cursor: pointer; font-family: inherit; font-weight: 700; text-decoration: none; transition: transform .2s, box-shadow .2s; }
.outline-button { border: 1px solid var(--line); border-radius: 4px; color: var(--ink); font-size: 13px; padding: 12px 16px; }
.outline-button:hover, .primary-button:hover { transform: translateY(-2px); }
.menu-toggle { display: none; border: 0; background: none; color: var(--ink); font-size: 24px; }
.hero-section { overflow: hidden; background: var(--paper); padding: 78px 0 105px; }
.hero-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 72px; }
.eyebrow { color: var(--coral); font-size: 11px; font-weight: 700; letter-spacing: 2px; margin: 0 0 17px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: "Playfair Display", Georgia, serif; }
h1 { color: var(--ink); font-size: clamp(46px, 5.5vw, 76px); line-height: .99; letter-spacing: -3px; margin-bottom: 25px; }
h1 em { color: var(--coral); font-style: normal; }
.hero-text { max-width: 365px; color: var(--muted); font-size: 16px; line-height: 1.75; margin-bottom: 30px; }
.primary-button { display: inline-flex; align-items: center; gap: 22px; color: #fff; background: var(--coral); border-radius: 3px; box-shadow: 0 11px 20px rgba(232, 111, 81, .2); font-size: 13px; padding: 16px 19px; }
.hero-visual { position: relative; padding: 12px 36px 28px 26px; }
.hero-image-frame { position: relative; z-index: 1; height: 405px; overflow: hidden; border-radius: 150px 150px 5px 5px; box-shadow: var(--shadow); }
.hero-image-frame img { width: 100%; height: 100%; object-fit: cover; }
.sun-shape { position: absolute; z-index: 0; width: 180px; height: 180px; right: -7px; top: -40px; border-radius: 50%; background: var(--yellow); }
.floating-note { position: absolute; z-index: 2; bottom: 0; left: -4px; display: grid; grid-template-columns: auto 1fr; column-gap: 9px; align-items: center; width: 180px; padding: 16px; background: var(--paper); box-shadow: var(--shadow); font-size: 12px; }
.floating-note strong { font-size: 19px; }.floating-note > span:last-child { grid-column: 2; color: var(--muted); line-height: 1.3; }.note-icon { grid-row: 1 / span 2; color: var(--coral); font-size: 22px; }
.search-section { position: relative; z-index: 3; margin-top: -45px; }.search-panel { display: grid; grid-template-columns: 1.2fr 1.45fr 1.1fr auto; align-items: center; gap: 24px; padding: 25px 28px; background: var(--paper); box-shadow: var(--shadow); }
.search-heading { display: flex; align-items: center; gap: 13px; }.search-icon { color: var(--coral); font-size: 34px; line-height: 1; }.search-heading strong, .search-heading small { display: block; }.search-heading strong { font-size: 14px; }.search-heading small { color: var(--muted); font-size: 12px; margin-top: 4px; }.search-field { display: flex; flex-direction: column; gap: 7px; color: var(--muted); font-size: 11px; font-weight: 600; }.search-field input { width: 100%; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; color: var(--ink); background: transparent; font-family: inherit; font-size: 13px; outline: 0; padding: 0 0 8px; }.search-field input:focus { border-color: var(--coral); }.search-button { white-space: nowrap; padding: 15px 18px; }
.destination-section, .steps-section { padding: 105px 0 40px; }.section-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 30px; }.section-heading .eyebrow { margin-bottom: 9px; }h2 { font-size: 37px; letter-spacing: -1px; margin-bottom: 0; }.text-link { display: inline-flex; gap: 14px; margin-bottom: 7px; }.destination-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }.destination-card { background: var(--paper); transition: transform .25s, box-shadow .25s; }.destination-card:hover { box-shadow: var(--shadow); transform: translateY(-5px); }.card-image { position: relative; height: 245px; overflow: hidden; }.card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }.destination-card:hover .card-image img { transform: scale(1.04); }.category-label { position: absolute; top: 15px; left: 15px; color: var(--ink); background: var(--yellow); font-size: 10px; font-weight: 700; padding: 7px 10px; }.save-button { position: absolute; top: 12px; right: 12px; width: 33px; height: 33px; border: 0; border-radius: 50%; color: var(--ink); background: rgba(255,253,248,.92); cursor: pointer; font-size: 20px; }.save-button.saved { color: var(--coral); }.card-content { display: flex; justify-content: space-between; gap: 12px; padding: 20px 18px 23px; }.card-content h3 { font-size: 16px; margin-bottom: 5px; }.card-content p { color: var(--muted); font-size: 12px; margin: 0; }.card-price { color: var(--coral); font-size: 15px; white-space: nowrap; }.card-price small { color: var(--muted); font-size: 10px; font-weight: 500; }.empty-state { color: var(--muted); padding: 30px 0; text-align: center; }
.steps-section { padding-top: 65px; padding-bottom: 100px; }.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); }.step { min-height: 180px; padding: 28px; background: var(--paper); }.step > span { color: var(--coral); font-family: Georgia, serif; font-size: 18px; }.step h3 { font-size: 17px; margin: 22px 0 8px; }.step p { max-width: 240px; color: var(--muted); font-size: 13px; line-height: 1.6; margin-bottom: 0; }.site-footer { color: #d8e5dc; background: var(--ink); padding: 34px 0; }.footer-wrap { display: flex; align-items: center; gap: 30px; }.footer-wrap .brand { color: #fff; }.footer-wrap p { color: #a9bbb2; font-size: 13px; margin: 0 auto 0 0; }.footer-wrap small { color: #a9bbb2; }
@media (max-width: 800px) { .container { width: min(100% - 32px, 560px); }.nav-wrap { min-height: 68px; gap: 18px; }.main-nav, .nav-action { display: none; }.menu-toggle { display: block; margin-left: auto; }.hero-section { padding: 58px 0 85px; }.hero-grid { grid-template-columns: 1fr; gap: 45px; }.hero-image-frame { height: 330px; }.hero-visual { padding-left: 20px; }.search-section { margin-top: -35px; }.search-panel { grid-template-columns: 1fr; gap: 17px; padding: 22px; }.search-heading { margin-bottom: 3px; }.destination-section, .steps-section { padding-top: 75px; }.destination-grid, .steps-grid { grid-template-columns: 1fr; }.card-image { height: 255px; }.section-heading { align-items: start; gap: 20px; }.text-link { margin-top: 10px; white-space: nowrap; }.footer-wrap { align-items: start; flex-wrap: wrap; gap: 15px; }.footer-wrap p { flex-basis: 100%; order: 3; }.footer-wrap small { margin-left: auto; } }

.admin-link { color: #a9bbb2; font-size: 12px; text-decoration: none; }
.admin-body { min-height: 100vh; background: var(--cream); }
.admin-shell { min-height: 100vh; }
.admin-login { width: min(100% - 40px, 470px); min-height: 100vh; display: flex; flex-direction: column; justify-content: center; margin: 0 auto; padding: 45px 0; }
.admin-login .brand { align-self: flex-start; margin-bottom: 90px; }
.admin-login-copy h1 { font-size: 51px; line-height: 1.02; margin-bottom: 18px; }
.admin-login-copy h1 em { color: var(--coral); font-style: normal; }
.admin-login-copy > p:last-child, .admin-heading > div > p:last-child { color: var(--muted); font-size: 14px; line-height: 1.6; }
.admin-form { display: grid; gap: 16px; }
.admin-login .admin-form { margin-top: 35px; }
.admin-form label { display: grid; gap: 7px; color: var(--ink); font-size: 12px; font-weight: 700; }
.admin-form input, .admin-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 3px; color: var(--ink); background: var(--paper); font: inherit; font-size: 13px; outline: none; padding: 13px 14px; }
.admin-form input:focus, .admin-form textarea:focus { border-color: var(--coral); box-shadow: 0 0 0 3px rgba(232,111,81,.1); }
.admin-form small { color: var(--muted); font-size: 10px; font-weight: 400; }
.form-message { min-height: 18px; color: var(--muted); font-size: 12px; margin: 0; }.success-message { color: #2f8967; }.error-message { color: #bd4e3c; }
.admin-dashboard { min-height: 100vh; }
.admin-topbar { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 0 max(24px, calc((100% - 1120px) / 2)); background: var(--paper); border-bottom: 1px solid var(--line); }
.admin-topbar .brand small { color: var(--coral); font-size: 9px; letter-spacing: 1px; margin-left: 7px; }.admin-top-actions { display: flex; gap: 10px; }.admin-top-actions .outline-button { cursor: pointer; background: transparent; }
.admin-content { width: min(1120px, calc(100% - 48px)); margin: 0 auto; padding: 60px 0 100px; }.admin-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 35px; }.admin-heading h1 { font-size: 42px; letter-spacing: -1px; margin-bottom: 12px; }.status-pill { display: inline-flex; align-items: center; gap: 8px; color: #2f8967; background: #e8f5ee; border-radius: 30px; font-size: 12px; font-weight: 700; padding: 9px 13px; }.status-pill i { width: 7px; height: 7px; border-radius: 50%; background: #43b77f; }
.admin-grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: 22px; }.admin-card { padding: 28px; background: var(--paper); box-shadow: 0 8px 30px rgba(25,60,53,.05); }.card-heading { display: flex; align-items: start; justify-content: space-between; gap: 20px; margin-bottom: 24px; }.card-heading .eyebrow { margin-bottom: 8px; }.card-heading h2 { font-size: 27px; }.card-description { color: var(--muted); font-size: 12px; line-height: 1.6; margin: -9px 0 20px; }.save-action, .secondary-button, .delete-action { border: 0; cursor: pointer; font: inherit; font-size: 12px; font-weight: 700; }.save-action { color: #fff; background: var(--coral); padding: 12px 15px; }.secondary-button { color: var(--ink); background: #edf1ea; padding: 11px 14px; }.delete-action { color: #bd4e3c; background: transparent; padding: 5px 0; }.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }.full-field { grid-column: 1 / -1; }
.destinations-manager, .steps-manager { margin-top: 22px; }.admin-destination-list { display: grid; gap: 18px; }.destination-editor { border-top: 1px solid var(--line); padding-top: 20px; }.destination-editor-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 15px; }.destination-editor-head strong { font-size: 14px; }.destination-editor .secondary-button { margin-top: 15px; }.empty-admin { color: var(--muted); background: #f6f7f2; font-size: 13px; padding: 22px; text-align: center; }.steps-form { display: grid; gap: 18px; }.step-editor { display: grid; grid-template-columns: 42px 1fr 1.5fr; align-items: center; gap: 15px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }.step-editor > span { color: var(--coral); font-family: Georgia, serif; font-size: 18px; }.step-editor label { display: grid; gap: 7px; color: var(--ink); font-size: 12px; font-weight: 700; }
@media (max-width: 800px) { .admin-login { width: min(100% - 32px, 560px); }.admin-login .brand { margin-bottom: 55px; }.admin-login-copy h1 { font-size: 42px; }.admin-topbar { padding: 0 16px; }.admin-top-actions .outline-button:first-child { display: none; }.admin-content { width: min(100% - 32px, 560px); padding-top: 40px; }.admin-heading { align-items: start; flex-direction: column; }.admin-heading h1 { font-size: 34px; }.admin-grid { grid-template-columns: 1fr; }.admin-card { padding: 21px; }.card-heading { flex-direction: column; }.field-grid, .step-editor { grid-template-columns: 1fr; }.step-editor > span { margin-bottom: -7px; }.full-field { grid-column: auto; } }

@media (max-width: 1100px) and (min-width: 801px) {
  .container, .admin-content { width: min(100% - 56px, 960px); }
  .hero-grid { gap: 42px; }
  .search-panel { grid-template-columns: 1fr 1.25fr 1fr; }
  .search-button { grid-column: 1 / -1; justify-self: start; }
  .admin-grid { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .container { width: calc(100% - 32px); }
  .site-header { position: relative; }
  .brand { font-size: 18px; }
  .hero-section { padding: 45px 0 72px; }
  h1 { font-size: clamp(39px, 12vw, 54px); letter-spacing: -2px; }
  h2 { font-size: 31px; }
  .hero-text { font-size: 14px; }
  .hero-visual { padding: 0 10px 30px; }
  .hero-image-frame { height: min(88vw, 355px); border-radius: 110px 110px 5px 5px; }
  .sun-shape { width: 120px; height: 120px; right: -6px; top: -25px; }
  .floating-note { left: -5px; width: 165px; padding: 13px; }
  .search-section { margin-top: -30px; }
  .search-panel { padding: 19px; }
  .search-button { width: 100%; justify-content: space-between; }
  .destination-section, .steps-section { padding-bottom: 25px; }
  .section-heading { margin-bottom: 23px; }
  .section-heading h2 { line-height: 1.1; }
  .card-image { height: min(66vw, 290px); }
  .card-content { align-items: start; padding: 17px 15px 20px; }
  .card-content h3 { font-size: 15px; }
  .card-price { font-size: 14px; }
  .step { min-height: 0; padding: 22px; }
  .step h3 { margin-top: 14px; }
  .site-footer { padding: 27px 0; }
  .footer-wrap { gap: 12px; }
  .footer-wrap small { width: 100%; margin-left: 0; }
  .admin-topbar { min-height: 68px; }
  .admin-topbar .brand small { display: none; }
  .admin-top-actions { gap: 5px; }
  .admin-top-actions .outline-button { padding: 10px; font-size: 11px; }
  .admin-content { width: calc(100% - 32px); padding-bottom: 60px; }
  .admin-login-copy h1 { font-size: 38px; }
  .admin-card { padding: 18px; }
  .card-heading h2 { font-size: 24px; }
  .save-action, .secondary-button { max-width: 100%; white-space: normal; }
}

@media (max-width: 360px) {
  .container, .admin-content { width: calc(100% - 24px); }
  .hero-image-frame { height: 270px; }
  .floating-note { width: 150px; font-size: 11px; }
  .floating-note strong { font-size: 16px; }
  .section-heading { display: block; }
  .text-link { margin-top: 17px; }
  .admin-login { width: calc(100% - 24px); }
  .admin-topbar { padding: 0 12px; }
  .admin-top-actions .outline-button { padding: 8px; }
}

img, input, textarea, button { max-width: 100%; }
button, input, textarea { min-width: 0; }

.user-button { display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); background: var(--paper); cursor: pointer; font-size: 22px; line-height: 1; }
.buy-ticket-button { display: flex; justify-content: space-between; width: calc(100% - 36px); margin: 0 18px 18px; border: 0; color: #fff; background: var(--ink); cursor: pointer; font: inherit; font-size: 12px; font-weight: 700; padding: 12px 14px; }
.modal-backdrop { position: fixed; z-index: 20; inset: 0; display: grid; place-items: center; padding: 20px; background: rgba(23,59,54,.55); }
.modal-backdrop[hidden] { display: none; }
.user-modal { position: relative; width: min(100%, 470px); max-height: min(90vh, 720px); overflow: auto; padding: 34px; background: var(--paper); box-shadow: var(--shadow); }
.modal-close { position: absolute; top: 13px; right: 15px; border: 0; color: var(--muted); background: transparent; cursor: pointer; font-size: 27px; line-height: 1; }
.user-modal h2 { max-width: 360px; margin-bottom: 13px; }
.modal-description { color: var(--muted); font-size: 13px; line-height: 1.6; }
.account-form { display: grid; gap: 15px; margin-top: 24px; }.account-form label { display: grid; gap: 7px; color: var(--ink); font-size: 12px; font-weight: 700; }.account-form input { width: 100%; border: 1px solid var(--line); border-radius: 3px; color: var(--ink); background: #fff; font: inherit; font-size: 13px; padding: 13px; }.account-form .primary-button { justify-content: space-between; }
.member-phone { color: var(--muted); font-size: 13px; }.member-status { margin: 18px 0; padding: 12px 14px; color: #896b20; background: #fff5d8; font-size: 12px; font-weight: 700; }.member-status.approved { color: #2f8967; background: #e8f5ee; }.member-status.rejected { color: #bd4e3c; background: #fbe9e5; }.modal-logout { margin-top: 18px; }.member-tickets h3 { font-size: 16px; }.ticket-item { display: grid; gap: 5px; margin-top: 10px; padding: 14px; border-left: 3px solid var(--coral); background: #f6f7f2; }.ticket-item strong { color: var(--coral); letter-spacing: 1px; }.ticket-item span, .ticket-item small { color: var(--muted); font-size: 12px; }.ticket-item button { justify-self: start; border: 0; color: var(--ink); background: none; cursor: pointer; font: inherit; font-size: 11px; font-weight: 700; padding: 4px 0; }.ticket-empty { color: var(--muted); font-size: 12px; }
.admin-subsection + .admin-subsection { margin-top: 30px; }.admin-subsection h3 { border-bottom: 1px solid var(--line); font-size: 15px; padding-bottom: 11px; }.admin-record { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 15px 0; border-bottom: 1px solid var(--line); }.admin-record > div:first-child { display: grid; gap: 4px; }.admin-record strong { font-size: 13px; }.admin-record span, .admin-record small, .admin-note { color: var(--muted); font-size: 12px; }.record-actions { display: flex; align-items: center; gap: 13px; flex-wrap: wrap; justify-content: end; }.approve-action { border: 0; color: #2f8967; background: #e8f5ee; cursor: pointer; font: inherit; font-size: 11px; font-weight: 700; padding: 9px 11px; }.ticket-code { color: var(--coral) !important; font-weight: 700; letter-spacing: .8px; }
@media (max-width: 600px) { .user-button { width: 36px; height: 36px; }.user-modal { padding: 28px 20px; }.admin-record { align-items: start; flex-direction: column; }.record-actions { justify-content: start; } }

.user-button { text-decoration: none; }
.customer-body { min-height: 100vh; background: var(--cream); }
.customer-shell { min-height: 100vh; }
.customer-auth-panel { width: min(100% - 40px, 470px); min-height: 100vh; display: flex; flex-direction: column; justify-content: center; margin: 0 auto; padding: 45px 0; }.customer-auth-panel .brand { align-self: flex-start; margin-bottom: 78px; }.customer-auth-copy h1, .customer-login-box h1 { font-size: 51px; line-height: 1.02; margin-bottom: 18px; }.customer-auth-copy h1 em, .customer-login-box h1 em { color: var(--coral); font-style: normal; }.customer-auth-copy > p:last-child, .customer-login-box > p { color: var(--muted); font-size: 14px; line-height: 1.6; }.customer-form { display: grid; gap: 16px; margin-top: 32px; }.customer-form label { display: grid; gap: 7px; color: var(--ink); font-size: 12px; font-weight: 700; }.customer-form input { width: 100%; border: 1px solid var(--line); border-radius: 3px; color: var(--ink); background: var(--paper); font: inherit; font-size: 13px; outline: none; padding: 13px 14px; }.customer-form input:focus { border-color: var(--coral); box-shadow: 0 0 0 3px rgba(232,111,81,.1); }.customer-form .primary-button { justify-content: space-between; }.auth-link { color: var(--muted); font-size: 12px; margin: 22px 0 0; }.auth-link a, .back-link { color: var(--coral); font-weight: 700; text-decoration: none; }.back-link { display: inline-block; margin-top: 35px; font-size: 12px; }
.customer-dashboard-shell { width: min(100%, 1180px); margin: 0 auto; background: var(--paper); min-height: 100vh; }.customer-dashboard[hidden] { display: none; }.customer-topbar { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 0 30px; border-bottom: 1px solid var(--line); }.customer-top-actions { display: flex; gap: 10px; }.customer-top-actions button { cursor: pointer; background: transparent; }.customer-login-box { width: min(100% - 48px, 560px); margin: 0 auto; padding: 120px 0; }.customer-content { width: min(100% - 60px, 900px); margin: 0 auto; padding: 70px 0 100px; }.customer-content > h1 { font-size: 48px; letter-spacing: -1px; margin-bottom: 8px; }.customer-phone { color: var(--muted); font-size: 14px; }.customer-status { max-width: 620px; margin: 26px 0 60px; padding: 15px 17px; color: #896b20; background: #fff5d8; font-size: 13px; font-weight: 700; }.customer-status.approved { color: #2f8967; background: #e8f5ee; }.customer-status.rejected { color: #bd4e3c; background: #fbe9e5; }.ticket-section { border-top: 1px solid var(--line); padding-top: 45px; }.ticket-section .section-heading { margin-bottom: 24px; }.customer-ticket { max-width: 650px; margin-bottom: 18px; padding: 25px; border-left: 5px solid var(--coral); background: #f6f7f2; }.ticket-code-large { color: var(--coral); font-size: 18px; font-weight: 700; letter-spacing: 1.5px; }.customer-ticket h3 { font-family: "Playfair Display", Georgia, serif; font-size: 25px; margin: 18px 0 5px; }.customer-ticket p { color: var(--muted); font-size: 13px; }.ticket-meta { display: flex; gap: 35px; border-top: 1px solid var(--line); margin: 18px 0; padding-top: 15px; }.ticket-meta span { display: grid; gap: 5px; color: var(--muted); font-size: 11px; }.ticket-meta strong { color: var(--ink); font-size: 12px; }.ticket-empty-panel { color: var(--muted); background: #f6f7f2; font-size: 13px; padding: 25px; }.customer-buy-button { margin-top: 35px; }
@media (max-width: 600px) { .customer-auth-panel { width: calc(100% - 32px); }.customer-auth-panel .brand { margin-bottom: 55px; }.customer-auth-copy h1, .customer-login-box h1 { font-size: 39px; }.customer-topbar { min-height: 68px; padding: 0 16px; }.customer-top-actions { gap: 5px; }.customer-top-actions .outline-button { padding: 9px 10px; font-size: 11px; }.customer-login-box { width: calc(100% - 32px); padding: 75px 0; }.customer-content { width: calc(100% - 32px); padding: 45px 0 65px; }.customer-content > h1 { font-size: 38px; }.customer-status { margin-bottom: 40px; }.ticket-meta { gap: 17px; flex-wrap: wrap; }.customer-ticket { padding: 19px; }.customer-ticket h3 { font-size: 21px; } }
.stats-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; margin-bottom: 22px; }.stat-card { min-width: 0; padding: 19px; background: var(--paper); box-shadow: 0 8px 30px rgba(25,60,53,.05); }.stat-label, .stat-card small { display: block; color: var(--muted); font-size: 11px; }.stat-card strong { display: block; overflow: hidden; color: var(--ink); font-family: "Playfair Display", Georgia, serif; font-size: clamp(20px, 2.4vw, 28px); line-height: 1.2; margin: 12px 0 6px; text-overflow: ellipsis; white-space: nowrap; }.stat-card small { font-size: 10px; }
.registration-settings { margin-top: 22px; }.registration-settings-form { display: flex; align-items: end; gap: 18px; }.registration-settings-form label { display: grid; gap: 7px; width: min(100%, 420px); color: var(--ink); font-size: 12px; font-weight: 700; }.registration-settings-form select { border: 1px solid var(--line); border-radius: 3px; color: var(--ink); background: var(--paper); font: inherit; font-size: 13px; padding: 13px; }
@media (max-width: 1100px) and (min-width: 801px) { .stats-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 800px) { .stats-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 360px) { .stats-grid { grid-template-columns: 1fr; } }
@media (max-width: 600px) { .registration-settings-form { align-items: stretch; flex-direction: column; gap: 12px; }.registration-settings-form label { width: 100%; } }

.admin-login { width: min(1180px, calc(100% - 48px)); min-height: 100vh; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 0; margin: 0 auto; padding: 35px 0; }
.admin-login-visual { position: relative; min-height: 680px; overflow: hidden; background: var(--ink); }.admin-login-visual img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; }.admin-login-visual::after { position: absolute; content: ""; inset: 0; background: linear-gradient(180deg, rgba(23,59,54,.08), rgba(23,59,54,.88)); }.admin-visual-overlay { position: absolute; z-index: 1; right: 42px; bottom: 42px; left: 42px; color: #fff; }.admin-visual-overlay span { color: var(--yellow); font-size: 11px; font-weight: 700; letter-spacing: 2px; }.admin-visual-overlay strong { display: block; font-family: "Playfair Display", Georgia, serif; font-size: clamp(42px, 5vw, 68px); line-height: .98; margin: 17px 0; }.admin-visual-overlay small { color: #d8e5dc; font-size: 13px; }
.admin-login-panel { min-height: 680px; display: flex; flex-direction: column; justify-content: center; background: var(--paper); padding: 55px clamp(30px, 5vw, 78px); box-shadow: var(--shadow); }.admin-login-panel .brand { align-self: flex-start; margin-bottom: 72px; }.admin-login-copy h1 { font-size: clamp(42px, 4.8vw, 58px); line-height: 1; margin-bottom: 18px; }.admin-login-copy > p:last-child { max-width: 330px; }.admin-login-panel .admin-form { margin-top: 33px; }.admin-login-panel .back-link { margin-top: 25px; }
@media (max-width: 800px) { .admin-login { width: min(100% - 32px, 560px); display: block; padding: 25px 0; }.admin-login-visual { min-height: 310px; }.admin-visual-overlay { right: 25px; bottom: 25px; left: 25px; }.admin-visual-overlay strong { font-size: 42px; }.admin-login-panel { min-height: auto; padding: 38px 25px 42px; }.admin-login-panel .brand { margin-bottom: 48px; }.admin-login-copy h1 { font-size: 42px; } }
