@import "https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css";:root{--brand:#f4b91f;--accent:#216297;--text:#485364;--text-muted:#778293;--text-strong:#121926;--surface:#fbfcfe;--border:#e5eaf2;color:var(--text);font-synthesis:none;letter-spacing:0;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#eef3f8;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;font-size:16px;line-height:1.5}*{box-sizing:border-box}html{background:#eef3f8;min-width:320px}body{min-width:320px;min-height:100svh;margin:0}button,input,select,textarea{font-family:inherit}button{appearance:none;border:0}#root{min-height:100svh}.cashcard-page{min-height:100svh;color:var(--text);overflow-x:hidden}.hero-section{background:#fff;justify-content:center;align-items:center;width:100%;min-height:auto;display:flex}.section-heading p{color:var(--accent);margin:0;font-size:12px;font-weight:800;line-height:1.3}.hero-section h1{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.hero-image{object-fit:contain;object-position:center;flex:0 0 100%;width:100%;max-width:100%;height:auto;display:block}.trust-section{color:#fff;background:linear-gradient(135deg,#101d31 0%,#1a3556 58%,#12223a 100%);padding:82px 40px 90px}.trust-inner{text-align:center;width:min(1120px,100%);min-width:0;margin:0 auto}.trust-inner h2{color:#fff;margin:0;font-size:clamp(30px,4vw,54px);font-weight:900;line-height:1.18}.stat-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:34px;display:grid}.stat-card{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffff21;border:1px solid #ffffff47;border-radius:8px;min-width:0;min-height:174px;padding:34px 22px;box-shadow:0 22px 52px #030a1647}.stat-card strong{overflow-wrap:anywhere;color:#f5c84b;font-size:clamp(42px,6vw,74px);font-weight:900;line-height:1;display:block}.stat-card span{word-break:keep-all;color:#ffffffdb;margin-top:18px;font-size:17px;font-weight:800;display:block}.booking-section{background:#fff;padding:54px 40px 30px}.history-section{background:#fff;padding:30px 40px 64px}.booking-form,.list-panel{border:1px solid var(--border);background:var(--surface);border-radius:8px;box-shadow:0 16px 40px #18223614}.booking-form{flex-direction:column;gap:18px;width:min(920px,100%);margin:0 auto;padding:24px;display:flex}.section-heading{flex-wrap:wrap;align-items:flex-end;gap:8px 14px;display:flex}.section-heading h2{width:100%;color:var(--text-strong);margin:0;font-size:30px;line-height:1.16}.section-heading span{color:var(--text-muted);margin-left:auto;font-size:14px;font-weight:700}.field-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}label{color:var(--text-strong);text-align:left;flex-direction:column;gap:8px;font-size:14px;font-weight:800;display:flex}.choice-field{text-align:left;border:0;min-width:0;margin:0;padding:0}.choice-field legend{color:var(--text-strong);margin:0 0 8px;padding:0;font-size:14px;font-weight:800}.segmented-control{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.segmented-control label{min-width:0;display:block;position:relative}.segmented-control input{opacity:0;width:1px;height:1px;position:absolute}.segmented-control span{height:48px;color:var(--text-strong);cursor:pointer;background:#fff;border:1px solid #d8dee9;border-radius:8px;justify-content:center;align-items:center;font-size:16px;font-weight:800;transition:border-color .16s,box-shadow .16s,background-color .16s;display:flex}.segmented-control input:checked+span{border-color:var(--accent);background:#21629714;box-shadow:0 0 0 4px #2162971a}.segmented-control input:focus-visible+span{outline-offset:3px;outline:3px solid #21629747}input,select,textarea{box-sizing:border-box;width:100%;min-width:0;color:var(--text-strong);font:inherit;background:#fff;border:1px solid #d8dee9;border-radius:8px;outline:none;font-size:16px;line-height:1.4;transition:border-color .16s,box-shadow .16s,background-color .16s}input,select{height:48px;padding:0 14px}textarea{resize:vertical;min-height:132px;padding:14px}input:focus,select:focus,textarea:focus{border-color:var(--accent);box-shadow:0 0 0 4px #2162971f}input::placeholder,textarea::placeholder{color:#98a1af}.booking-form button{background:var(--brand);color:#151515;height:54px;font:inherit;cursor:pointer;border:0;border-radius:8px;font-size:17px;font-weight:900;transition:transform .16s,box-shadow .16s,background-color .16s}.booking-form button:hover{background:#f6c123;transform:translateY(-1px);box-shadow:0 14px 24px #cd99163d}.booking-form button:disabled{cursor:progress;opacity:.65;transform:none}.booking-form button:focus-visible{outline-offset:3px;outline:3px solid #21629747}.submit-message{text-align:center;border-radius:8px;margin:0;padding:12px 14px;font-size:14px;font-weight:800}.submit-message.success{color:#14745f;background:#edf7f4}.submit-message.error{color:#c0392b;background:#fff1f0}.list-panel{width:min(1120px,100%);margin:0 auto;padding:0;overflow:hidden}.list-panel .section-heading{border-bottom:1px solid var(--border);padding:24px 24px 20px}.consultation-list{overflow-x:auto}.consultation-table{border-collapse:collapse;table-layout:fixed;width:100%;min-width:760px}.consultation-table th:first-child,.consultation-table td:first-child{width:18%}.consultation-table th:nth-child(2),.consultation-table td:nth-child(2){width:25%}.consultation-table th:nth-child(3),.consultation-table td:nth-child(3){width:36%}.consultation-table th:nth-child(4),.consultation-table td:nth-child(4){width:21%}.consultation-table th{color:#fff;text-align:center;word-break:keep-all;background:#1b2a41;height:92px;font-size:25px;font-weight:900}.consultation-table td{color:#031126;text-align:center;word-break:keep-all;overflow-wrap:anywhere;background:#fff;border-bottom:1px solid #e4eaf1;height:110px;font-size:25px;font-weight:500}.consultation-table tbody tr:nth-child(2n) td{background:#fafcff}.payment-status{color:#fff;background:#1b2a41;border-radius:999px;justify-content:center;align-items:center;min-width:84px;min-height:38px;padding:0 14px;font-size:16px;font-weight:900;display:inline-flex}@media (width<=1100px){.booking-section,.history-section{padding-inline:24px}}@media (width<=1180px){.trust-section{padding:48px 10px 54px}.trust-inner{width:min(430px,100%)}.trust-inner h2{font-size:28px}.stat-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.stat-card{min-height:96px;padding:16px 4px}.stat-card strong{font-size:clamp(22px,4vw,32px)}.stat-card span{margin-top:10px;font-size:10px;line-height:1.35}}@media (hover:none) and (pointer:coarse){.trust-section{padding:48px 10px 54px}.trust-inner{width:min(430px,100%)}.trust-inner h2{font-size:28px}.stat-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.stat-card{min-height:96px;padding:16px 4px}.stat-card strong{font-size:clamp(22px,7.2vw,32px)}.stat-card span{margin-top:10px;font-size:10px;line-height:1.35}}@media (width<=920px){.hero-section{background:#fff;min-height:auto;padding:0}.hero-image{object-fit:contain;object-position:center;width:100%;max-width:100%;height:auto;max-height:none;box-shadow:none;border-radius:0}.booking-section,.history-section{padding:22px 16px}.field-grid{grid-template-columns:1fr}.booking-form,.list-panel{padding:16px}.list-panel{padding:0}.consultation-table th{height:76px;font-size:13px}.consultation-table td{height:78px;padding:0 2px;font-size:12px;line-height:1.35}.consultation-list{overflow-x:visible}.consultation-table{min-width:0}.payment-status{min-width:46px;min-height:28px;padding:0 7px;font-size:11px}.section-heading h2{font-size:24px}.section-heading span{width:100%;margin-left:0}}@media (width<=420px){.trust-section{padding-inline:8px}.trust-inner h2{font-size:26px}.stat-grid{gap:4px}.stat-card{min-height:88px;padding:14px 3px}.stat-card strong{font-size:clamp(20px,7vw,28px)}.stat-card span{font-size:9px}.consultation-table th{height:64px;font-size:11px}.consultation-table td{height:68px;font-size:10px}.payment-status{min-width:40px;min-height:24px;padding:0 5px;font-size:10px}}@media (width<=360px){.booking-section,.history-section{padding:18px 10px}.booking-form{padding:14px}.consultation-table th{font-size:10px}.consultation-table td{font-size:9px}.payment-status{min-width:34px;min-height:22px;padding:0 4px;font-size:9px}}
