@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');

:root {
  color-scheme: dark;
  --bg: #050505;
  --bg-soft: #0a0a0b;
  --panel: rgba(18, 18, 20, 0.72);
  --panel-strong: rgba(17, 17, 19, 0.92);
  --line: rgba(255, 255, 255, 0.085);
  --line-strong: rgba(255, 224, 72, 0.34);
  --text: #f7f7f8;
  --muted: #94949e;
  --muted-2: #66666f;
  --accent: #ffe048;
  --accent-soft: rgba(255, 224, 72, 0.1);
  --accent-glow: rgba(255, 224, 72, 0.24);
  --danger: #fb7185;
  --success: #86efac;
  --radius-xl: 30px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --shadow-panel: 0 28px 80px rgba(0, 0, 0, 0.42);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 50% -10%, rgba(255, 224, 72, 0.09), transparent 28rem),
    linear-gradient(180deg, #050505 0%, #070708 48%, #050505 100%);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }
::selection { background: var(--accent); color: #050505; }

.shell { width: min(1160px, calc(100% - 32px)); margin-inline: auto; position: relative; z-index: 3; }

.ambient { position: fixed; border-radius: 999px; filter: blur(110px); pointer-events: none; z-index: 0; opacity: .54; }
.ambient--one { width: 460px; height: 260px; background: rgba(255, 224, 72, .12); top: -130px; left: calc(50% - 230px); animation: drift 10s ease-in-out infinite alternate; }
.ambient--two { width: 360px; height: 360px; background: rgba(130, 94, 255, .05); right: -180px; top: 36vh; animation: drift 13s ease-in-out infinite alternate-reverse; }
.tech-grid { position: fixed; inset: 0; pointer-events: none; z-index: 0; opacity: .24; background-image: linear-gradient(rgba(255,255,255,.022) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.022) 1px, transparent 1px); background-size: 44px 44px; mask-image: linear-gradient(to bottom, black, transparent 85%); }
.pointer-glow { position: fixed; width: 420px; height: 420px; border-radius: 50%; background: radial-gradient(circle, rgba(255,224,72,.065), transparent 66%); transform: translate(-50%, -50%); pointer-events: none; z-index: 1; opacity: 0; transition: opacity .3s ease; }
body.has-pointer .pointer-glow { opacity: 1; }

.ios-btn, button { transition: transform .2s var(--ease-out), opacity .2s var(--ease-out), border-color .2s ease, background-color .2s ease, box-shadow .2s ease; touch-action: manipulation; -webkit-tap-highlight-color: transparent; }
.ios-btn:active, button:active { transform: scale(.965); opacity: .88; }
button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }

.site-header { min-height: 90px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 900; letter-spacing: -.04em; }
.brand__mark { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 15px; background: linear-gradient(145deg, #ffeb72, #ffd51f); color: #070707; box-shadow: 0 12px 35px rgba(255, 224, 72, .18), inset 0 1px 0 rgba(255,255,255,.75); }
.brand__name { font-size: 18px; }
.live-pill, .micro-badge { display: inline-flex; align-items: center; gap: 8px; border: 1px solid rgba(255,224,72,.23); background: rgba(255,224,72,.07); color: var(--accent); border-radius: 999px; padding: 8px 13px; font-size: 11px; font-weight: 800; letter-spacing: .02em; backdrop-filter: blur(15px); }
.live-pill__dot { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 0 rgba(255,224,72,.4); animation: pulse-ring 1.8s infinite; }
.header-actions { display: flex; align-items: center; gap: 8px; }
.header-home { display: inline-flex; align-items: center; gap: 7px; min-height: 35px; padding: 0 12px; border: 1px solid var(--line); border-radius: 999px; color: #c3c3ca; background: rgba(255,255,255,.035); font-size: 11px; font-weight: 700; }

.hero { min-height: calc(100vh - 150px); padding: 88px 0 100px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 58px; }
.hero__copy h1 { margin: 20px 0 18px; font-size: clamp(43px, 5.8vw, 78px); line-height: 1.05; letter-spacing: -.065em; font-weight: 950; }
.accent-text { color: var(--accent); text-shadow: 0 0 38px rgba(255,224,72,.12); }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; border: 1px solid var(--line); background: rgba(255,255,255,.035); border-radius: 999px; padding: 8px 12px; color: var(--accent); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; backdrop-filter: blur(18px); }
.hero__description { max-width: 620px; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.82; font-weight: 500; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 32px; }
.primary-btn, .ghost-btn, .secondary-btn, .mini-primary { border: 0; cursor: pointer; }
.primary-btn { min-height: 52px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 11px; border-radius: 17px; background: linear-gradient(135deg, #ffeb66, #ffd51f); color: #080808; font-size: 13px; font-weight: 900; box-shadow: 0 16px 44px rgba(255,224,72,.16), inset 0 1px 0 rgba(255,255,255,.75); }
.primary-btn:hover { box-shadow: 0 20px 50px rgba(255,224,72,.23), inset 0 1px 0 rgba(255,255,255,.8); transform: translateY(-2px); }
.ghost-btn, .secondary-btn { min-height: 52px; padding: 0 19px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 1px solid var(--line); border-radius: 17px; background: rgba(255,255,255,.035); color: #c5c5cc; font-size: 12px; font-weight: 800; }
.ghost-btn:hover, .secondary-btn:hover { border-color: rgba(255,255,255,.16); background: rgba(255,255,255,.06); color: white; }
.trust-row { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 24px; color: #777780; font-size: 11px; font-weight: 650; }
.trust-row i { color: var(--accent); margin-right: 5px; }

.hero-console { position: relative; border: 1px solid rgba(255,255,255,.095); border-radius: 30px; background: linear-gradient(145deg, rgba(20,20,22,.82), rgba(8,8,9,.76)); box-shadow: 0 42px 100px rgba(0,0,0,.5), inset 0 1px 0 rgba(255,255,255,.055); overflow: hidden; backdrop-filter: blur(24px); }
.hero-console::before { content: ""; position: absolute; inset: -1px; background: linear-gradient(110deg, transparent 20%, rgba(255,224,72,.07), transparent 60%); transform: translateX(-100%); animation: sheen 6.5s ease-in-out infinite; pointer-events: none; }
.console__topbar { height: 48px; padding: 0 16px; display: flex; align-items: center; gap: 12px; border-bottom: 1px solid var(--line); color: var(--muted-2); font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.console__dots { display: flex; gap: 5px; }
.console__dots span { width: 6px; height: 6px; border-radius: 50%; background: #303034; }
.console__label { flex: 1; }
.console__status { color: #a7f3d0; display: inline-flex; align-items: center; gap: 6px; }
.console__status i { width: 6px; height: 6px; border-radius: 50%; background: #86efac; box-shadow: 0 0 12px rgba(134,239,172,.55); }
.console__body { padding: 22px; }
.metric-card { border: 1px solid var(--line); border-radius: 19px; padding: 17px; background: rgba(255,255,255,.025); min-height: 112px; display: flex; flex-direction: column; justify-content: center; gap: 7px; }
.metric-card--wide { min-height: 100px; flex-direction: row; align-items: center; justify-content: space-between; }
.metric-card__label { color: #6f6f78; font-size: 9px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.metric-card strong { font-size: 17px; letter-spacing: -.03em; }
.metric-card small { color: #76767f; font-size: 10px; }
.console__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.signal-bars { display: flex; align-items: end; gap: 4px; height: 28px; }
.signal-bars span { width: 4px; border-radius: 9px; background: var(--accent); animation: bars 1.4s ease-in-out infinite alternate; }
.signal-bars span:nth-child(1){height:35%}.signal-bars span:nth-child(2){height:58%;animation-delay:.1s}.signal-bars span:nth-child(3){height:90%;animation-delay:.2s}.signal-bars span:nth-child(4){height:68%;animation-delay:.3s}.signal-bars span:nth-child(5){height:100%;animation-delay:.4s}
.flow-track { position: relative; display: grid; grid-template-columns: repeat(4,1fr); align-items: start; gap: 8px; margin: 29px 0; }
.flow-track__line { position: absolute; left: 12.5%; right: 12.5%; top: 17px; height: 1px; background: linear-gradient(90deg,var(--accent),rgba(255,255,255,.08)); }
.flow-node { position: relative; z-index: 1; display: grid; justify-items: center; gap: 7px; color: #606068; }
.flow-node i { width: 35px; height: 35px; border-radius: 12px; display: grid; place-items: center; border: 1px solid var(--line); background: #0d0d0f; font-size: 11px; }
.flow-node small { font-size: 8px; font-weight: 800; letter-spacing: .08em; }
.flow-node.is-active { color: var(--accent); }
.flow-node.is-active i { border-color: var(--line-strong); background: var(--accent-soft); box-shadow: 0 0 25px rgba(255,224,72,.08); }

.features { padding: 20px 0 90px; display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.feature-card { position: relative; min-height: 250px; padding: 26px; border-radius: 26px; border: 1px solid var(--line); background: linear-gradient(145deg, rgba(18,18,20,.72), rgba(10,10,11,.72)); box-shadow: var(--shadow-panel); overflow: hidden; }
.feature-card::after { content:""; position:absolute; width:150px; height:150px; border-radius:50%; background:rgba(255,224,72,.04); right:-80px; bottom:-80px; filter:blur(20px); }
.feature-card__icon { width: 43px; height: 43px; border-radius: 15px; display: grid; place-items: center; border: 1px solid rgba(255,224,72,.2); background: var(--accent-soft); color: var(--accent); font-size: 14px; }
.feature-card__index { position: absolute; right: 24px; top: 25px; color: #3e3e43; font: 800 10px/1 monospace; }
.feature-card h2 { margin: 53px 0 10px; font-size: 16px; letter-spacing: -.025em; }
.feature-card p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.75; }

.site-footer { min-height: 82px; border-top: 1px solid rgba(255,255,255,.055); display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #55555e; font-size: 10px; }

/* Exchange */
.site-header--exchange { min-height: 80px; }
.exchange-shell { padding: 42px 0 80px; }
.exchange-intro { display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; margin-bottom: 26px; }
.exchange-intro h1 { margin: 13px 0 7px; font-size: clamp(30px,4vw,44px); letter-spacing: -.05em; }
.exchange-intro p { margin: 0; color: var(--muted); font-size: 12px; }
.progress-chip { min-width: 320px; border: 1px solid var(--line); background: rgba(255,255,255,.025); border-radius: 15px; padding: 11px 13px; display: flex; align-items: center; justify-content: space-between; gap: 9px; color: #5f5f67; font-size: 9px; font-weight: 800; }
.progress-chip span.is-active { color: var(--accent); }
.progress-chip i { width: 18px; height: 1px; background: #2a2a2e; }
.exchange-layout { display: grid; grid-template-columns: minmax(0,1.55fr) minmax(330px,.9fr); gap: 18px; align-items: start; }
.exchange-main { min-width: 0; display: grid; gap: 18px; }
.exchange-side { min-width: 0; }
.panel { border: 1px solid var(--line); border-radius: var(--radius-xl); padding: 24px; background: linear-gradient(145deg, rgba(18,18,20,.78), rgba(10,10,11,.77)); box-shadow: var(--shadow-panel), inset 0 1px 0 rgba(255,255,255,.03); backdrop-filter: blur(25px); }
.settlement-panel { position: sticky; top: 18px; }
.panel__head { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 20px; }
.section-heading, .selected-ticket { display: flex; align-items: center; gap: 12px; min-width: 0; }
.section-heading__icon { width: 38px; height: 38px; flex: 0 0 38px; border-radius: 14px; display: grid; place-items: center; border: 1px solid rgba(255,224,72,.2); background: var(--accent-soft); color: var(--accent); font-size: 12px; }
.section-heading h2, .selected-ticket h2 { margin: 0 0 4px; font-size: 14px; letter-spacing: -.02em; }
.section-heading p, .selected-ticket p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.5; }
.micro-badge { padding: 6px 9px; font-size: 9px; }
.ticket-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 9px; }
.ticket-option { position: relative; min-width: 0; min-height: 76px; padding: 12px; border: 1px solid var(--line); border-radius: 18px; background: rgba(4,4,5,.58); cursor: pointer; display: flex; align-items: center; gap: 10px; text-align: left; overflow: hidden; }
.ticket-option::after { content:""; position:absolute; inset:auto 12px 0; height:1px; background:linear-gradient(90deg,transparent,var(--accent),transparent); opacity:0; transition:opacity .2s; }
.ticket-option:hover { border-color: rgba(255,255,255,.15); background: rgba(255,255,255,.035); transform: translateY(-1px); }
.ticket-option.is-selected { border-color: rgba(255,224,72,.52); background: linear-gradient(135deg,rgba(255,224,72,.10),rgba(255,255,255,.02)); box-shadow: 0 12px 35px rgba(255,224,72,.065); }
.ticket-option.is-selected::after { opacity:1; }
.ticket-logo { --logo-bg:#e11d48; width: 34px; height: 34px; flex: 0 0 34px; display: grid; place-items: center; border-radius: 12px; background: var(--logo-bg); color:white; font-size:11px; font-weight:950; box-shadow: inset 0 1px 0 rgba(255,255,255,.18); }
.ticket-logo--large { width: 42px; height: 42px; flex-basis: 42px; border-radius: 15px; font-size: 13px; }
.ticket-option__copy { min-width: 0; flex: 1; }
.ticket-option__copy strong { display:block; color:#ddddE2; font-size:11px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.ticket-option.is-selected .ticket-option__copy strong { color:var(--accent); }
.ticket-option__copy small { display:block; margin-top:4px; color:#606068; font-size:9px; }
.rate-badge { position:absolute; right:8px; top:7px; color:#85858d; font-size:8px; font-weight:900; }
.ticket-option.is-selected .rate-badge { color:var(--accent); }
.panel__head--pin { padding-bottom: 17px; border-bottom: 1px solid var(--line); }
.mini-primary { min-height: 34px; padding: 0 11px; display:inline-flex;align-items:center;justify-content:center;gap:6px;border-radius:12px;background:var(--accent);color:#090909;font-size:10px;font-weight:900; }
.mini-primary--large { min-height: 42px; padding: 0 15px; }
.pin-entry { margin-top: 4px; }
.field-label-row { display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px; }
.field-label-row label, .form-field label { color:#a8a8b0;font-size:10px;font-weight:750; }
.input-hint { color:#63636b;font-size:9px;font-weight:700; }
.pin-inputs { display:grid; gap:8px; }
.pin-segment { width:100%; min-width:0; height:48px; border:1px solid var(--line); border-radius:15px; background:#08080a; color:var(--accent); text-align:center; font:800 13px/1.2 ui-monospace,SFMono-Regular,Menlo,monospace; letter-spacing:.08em; text-transform:uppercase; transition:border-color .2s,box-shadow .2s,background .2s; }
.pin-segment:focus { border-color:rgba(255,224,72,.6); box-shadow:0 0 0 4px rgba(255,224,72,.055); background:#0b0b0c; outline:0; }
.field-help { margin:9px 0 0;color:#5f5f67;font-size:9px; }
.field-help i { color:#777780;margin-right:4px; }
.primary-btn--full { width:100%; margin-top:16px; min-height:46px; font-size:11px; }
.pin-list-block { margin-top:18px; }
.list-head { display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px; }
.list-head h3 { margin:0;color:#b8b8bf;font-size:10px; }
.list-head h3 i { color:var(--accent);margin-right:5px; }
.list-head h3 span { color:var(--accent); }
.text-btn { border:0;background:transparent;color:#66666f;font-size:9px;cursor:pointer;padding:4px; }
.text-btn:hover { color:var(--danger); }
.pin-list { max-height: 180px; overflow:auto; padding-right:3px; display:grid; gap:7px; }
.empty-state { padding:20px 12px;text-align:center;border:1px dashed rgba(255,255,255,.08);border-radius:15px;color:#55555d;font-size:10px; }
.pin-item { min-width:0; padding:10px 11px; display:flex;align-items:center;justify-content:space-between;gap:10px;border:1px solid rgba(255,255,255,.065);border-radius:15px;background:rgba(2,2,3,.5); animation:item-in .28s var(--ease-out) both; }
.pin-item__main { min-width:0;display:flex;align-items:center;gap:9px; }
.pin-item__index { color:var(--accent);font-size:9px;font-weight:900; }
.pin-item__copy { min-width:0; }
.pin-item__copy strong { display:block;font:800 10px/1.3 ui-monospace,SFMono-Regular,Menlo,monospace;color:#d7d7dc;white-space:nowrap;overflow:hidden;text-overflow:ellipsis; }
.pin-item__copy small { display:block;margin-top:3px;color:#5b5b63;font-size:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis; }
.pin-item__remove { width:28px;height:28px;display:grid;place-items:center;border:0;border-radius:10px;background:transparent;color:#55555e;cursor:pointer; }
.pin-item__remove:hover { color:var(--danger);background:rgba(251,113,133,.07); }
.info-strip { margin-top:16px;padding:11px 12px;border:1px solid rgba(255,224,72,.12);border-radius:15px;background:rgba(255,224,72,.035);display:flex;flex-wrap:wrap;gap:12px 18px;color:#9b9ba3;font-size:9px; }
.info-strip div { display:flex;align-items:center;gap:6px; }.info-strip i{color:var(--accent)}
.form-stack { display:grid;gap:12px; }
.form-field { display:grid;gap:7px; }
.form-field input, .select-field, textarea { width:100%;border:1px solid var(--line);border-radius:15px;background:#08080a;color:#eeeeF1;transition:border-color .2s,box-shadow .2s,background .2s; }
.form-field input { height:47px;padding:0 14px;font-size:11px; }
.form-field input::placeholder, textarea::placeholder { color:#45454c; }
.form-field input:focus, textarea:focus { border-color:rgba(255,224,72,.55);box-shadow:0 0 0 4px rgba(255,224,72,.05);outline:0;background:#0b0b0d; }
.select-field { min-height:49px;padding:0 13px;display:flex;align-items:center;justify-content:space-between;cursor:pointer; }
.select-field:hover { border-color:rgba(255,255,255,.15); }
.select-field__value { display:flex;align-items:center;gap:10px;font-size:11px;font-weight:800; }
.select-field>i { color:#5c5c64;font-size:9px; }
.bank-badge, .financial-card__badge { --badge-bg:#ffdf2b; --badge-fg:#111; display:grid;place-items:center;border-radius:50%;background:var(--badge-bg);color:var(--badge-fg);font-weight:950;letter-spacing:-.05em; }
.bank-badge { width:27px;height:27px;font-size:9px; }
.check-row { margin-top:13px;display:flex;align-items:center;justify-content:flex-end;gap:7px;color:#73737b;font-size:9px;cursor:pointer; }
.check-row input { position:absolute;opacity:0;pointer-events:none; }
.check-ui { width:16px;height:16px;border:1px solid var(--line);border-radius:5px;background:#09090a;display:grid;place-items:center;color:#090909;font-size:8px;transition:.2s; }
.check-ui i { opacity:0;transform:scale(.4);transition:.2s var(--ease-out); }
.check-row input:checked + .check-ui { background:var(--accent);border-color:var(--accent); }
.check-row input:checked + .check-ui i { opacity:1;transform:scale(1); }
.notice-box { margin-top:16px;padding:13px;border:1px solid var(--line);border-radius:16px;background:rgba(255,255,255,.02); }
.notice-box strong { display:block;margin-bottom:7px;color:#b4b4bb;font-size:9px; }.notice-box strong i{color:var(--accent);margin-right:5px}.notice-box p{margin:3px 0;color:#66666f;font-size:8.5px;line-height:1.5}.notice-box b{color:var(--accent)}
.primary-btn--submit { min-height:51px;margin-top:14px;font-size:12px; }
.prototype-note { margin:10px 6px 0;text-align:center;color:#505058;font-size:8px;line-height:1.55; }
.prototype-note i{margin-right:4px}

/* Modal */
.modal { position:fixed;inset:0;z-index:100;display:grid;place-items:center;padding:18px;visibility:hidden;pointer-events:none; }
.modal.is-open { visibility:visible;pointer-events:auto; }
.modal__backdrop { position:absolute;inset:0;background:rgba(0,0,0,.72);backdrop-filter:blur(12px);opacity:0;transition:opacity .25s ease; }
.modal.is-open .modal__backdrop { opacity:1; }
.modal__dialog { position:relative;z-index:1;width:min(590px,100%);max-height:min(720px,88vh);overflow:hidden;border:1px solid rgba(255,255,255,.1);border-radius:25px;background:rgba(15,15,17,.96);box-shadow:0 40px 110px rgba(0,0,0,.7);padding:20px;opacity:0;transform:translateY(16px) scale(.975);transition:opacity .25s ease,transform .34s var(--ease-out); }
.modal.is-open .modal__dialog { opacity:1;transform:translateY(0) scale(1); }
.modal__dialog--narrow { width:min(500px,100%); }
.modal__head { display:flex;justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:15px; }.modal__head h2{margin:0 0 5px;font-size:14px}.modal__head h2 i{color:var(--accent);margin-right:6px}.modal__head p{margin:0;color:#777780;font-size:9px;line-height:1.55}
.icon-btn { width:31px;height:31px;flex:0 0 31px;display:grid;place-items:center;border:1px solid var(--line);border-radius:11px;background:rgba(255,255,255,.035);color:#85858d;cursor:pointer; }
.tab-list { display:grid;grid-template-columns:1fr 1fr;gap:6px;padding:4px;border:1px solid var(--line);border-radius:14px;background:#080809;margin-bottom:12px; }
.tab-btn { height:34px;border:0;border-radius:10px;background:transparent;color:#65656d;font-size:10px;font-weight:800;cursor:pointer; }.tab-btn.is-active{background:rgba(255,224,72,.095);color:var(--accent)}
.financial-grid { max-height:420px;overflow:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:7px;padding-right:3px; }
.financial-card { min-width:0;min-height:58px;padding:9px;border:1px solid var(--line);border-radius:14px;background:#09090a;display:flex;align-items:center;gap:9px;cursor:pointer;text-align:left; }.financial-card:hover{border-color:rgba(255,224,72,.25);background:rgba(255,224,72,.035)}.financial-card__badge{width:28px;height:28px;flex:0 0 28px;font-size:8px}.financial-card span:last-child{min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:9px;font-weight:800;color:#c4c4ca}
textarea { resize:vertical;min-height:150px;padding:13px;font:650 11px/1.7 ui-monospace,SFMono-Regular,Menlo,monospace; }
.modal__actions { display:flex;justify-content:flex-end;gap:8px;margin-top:13px; }.modal__actions .secondary-btn{min-height:42px;padding:0 14px;border-radius:13px;font-size:10px}
.confirm-summary { display:grid;gap:8px;padding:13px;border:1px solid var(--line);border-radius:16px;background:#09090a; }.summary-row{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;font-size:9px}.summary-row span{color:#66666f}.summary-row strong{color:#d7d7dc;text-align:right;font-size:9px}.summary-row strong.accent{color:var(--accent)}

.toast-region { position:fixed;z-index:150;right:18px;bottom:18px;display:grid;gap:8px;width:min(330px,calc(100vw - 36px));pointer-events:none; }
.toast { border:1px solid rgba(255,255,255,.11);border-radius:15px;background:rgba(18,18,20,.94);box-shadow:0 18px 45px rgba(0,0,0,.45);backdrop-filter:blur(20px);padding:12px 13px;display:flex;align-items:flex-start;gap:9px;animation:toast-in .35s var(--ease-out) both; }.toast i{margin-top:1px;color:var(--accent)}.toast strong{display:block;font-size:10px}.toast p{margin:3px 0 0;color:#777780;font-size:9px;line-height:1.45}.toast.is-error i{color:var(--danger)}.toast.is-success i{color:var(--success)}.toast.is-leaving{animation:toast-out .22s ease forwards}

.custom-scroll::-webkit-scrollbar,.modal-scroll::-webkit-scrollbar{width:5px}.custom-scroll::-webkit-scrollbar-track,.modal-scroll::-webkit-scrollbar-track{background:#09090b;border-radius:8px}.custom-scroll::-webkit-scrollbar-thumb,.modal-scroll::-webkit-scrollbar-thumb{background:#27272a;border-radius:8px}.custom-scroll::-webkit-scrollbar-thumb:hover,.modal-scroll::-webkit-scrollbar-thumb:hover{background:#3f3f46}
.reveal { opacity:0;transform:translateY(18px);transition:opacity .7s var(--ease-out),transform .7s var(--ease-out);transition-delay:var(--delay,0ms) }.reveal.is-visible{opacity:1;transform:none}

@keyframes pulse-ring{0%{box-shadow:0 0 0 0 rgba(255,224,72,.4)}70%{box-shadow:0 0 0 7px rgba(255,224,72,0)}100%{box-shadow:0 0 0 0 rgba(255,224,72,0)}}
@keyframes drift{from{transform:translate3d(-2%,-3%,0) scale(.96)}to{transform:translate3d(4%,5%,0) scale(1.06)}}
@keyframes sheen{0%,55%{transform:translateX(-100%)}78%,100%{transform:translateX(120%)}}
@keyframes bars{from{opacity:.35;transform:scaleY(.55)}to{opacity:1;transform:scaleY(1)}}
@keyframes item-in{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}
@keyframes toast-in{from{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:none}}
@keyframes toast-out{to{opacity:0;transform:translateY(8px) scale(.98)}}

@media (max-width: 980px) {
  .hero { grid-template-columns:1fr; padding-top:62px; gap:38px; }
  .hero-console { max-width:680px; }
  .features { grid-template-columns:1fr; }
  .feature-card { min-height:190px; }
  .feature-card h2 { margin-top:35px; }
  .exchange-layout { grid-template-columns:1fr; }
  .settlement-panel { position:static; }
}
@media (max-width: 720px) {
  .shell { width:min(100% - 22px,1160px); }
  .site-header { min-height:72px; }
  .brand__mark { width:38px;height:38px;border-radius:13px; }.brand__name{font-size:16px}
  .live-pill:not(.live-pill--compact){font-size:9px;padding:7px 9px}.live-pill--compact{display:none}.header-home span{display:none}.header-home{width:36px;padding:0;justify-content:center}
  .hero { min-height:auto;padding:64px 0 78px; }
  .hero__copy h1 { font-size:clamp(40px,12vw,60px); }
  .hero__description { font-size:13px; }
  .hero__actions { flex-direction:column; }.primary-btn,.ghost-btn{width:100%}
  .trust-row { gap:9px 14px; }
  .features { padding-bottom:55px; }
  .site-footer { flex-direction:column;justify-content:center;gap:5px;text-align:center; }
  .exchange-shell { padding-top:30px; }
  .exchange-intro { align-items:flex-start;flex-direction:column; }.progress-chip{min-width:0;width:100%}
  .panel { padding:17px;border-radius:23px; }
  .ticket-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .ticket-option { min-height:72px; }
  .financial-grid { grid-template-columns:repeat(2,1fr); }
  .modal { padding:10px; }.modal__dialog{padding:16px;border-radius:22px}
}
@media (max-width: 420px) {
  .ticket-grid{grid-template-columns:1fr 1fr;gap:7px}.ticket-option{padding:10px}.ticket-logo{width:30px;height:30px;flex-basis:30px}.rate-badge{display:none}
  .panel__head--pin{align-items:flex-start}.mini-primary{padding:0 9px}.selected-ticket h2{max-width:190px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .info-strip{display:grid}.financial-grid{grid-template-columns:1fr 1fr}
}
@media (prefers-reduced-motion: reduce) {
  *,*::before,*::after{animation-duration:.001ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.001ms!important}
  .reveal{opacity:1;transform:none}
  .pointer-glow{display:none}
}


/* =========================================================
   Exchange UI v3 — aligned two-column application workspace
   ========================================================= */
body[data-page="exchange"],
body[data-page="status"] {
  font-family: 'Noto Sans KR','Apple SD Gothic Neo','Malgun Gothic',system-ui,sans-serif;
  font-weight: 600;
}

.soft-bg {
  position: fixed;
  inset: 0;
  z-index: -20;
  pointer-events: none;
  overflow: hidden;
}
.soft-bg::before,
.soft-bg::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  filter: blur(100px);
}
.soft-bg::before {
  width: 440px;
  height: 280px;
  left: 18%;
  top: -150px;
  background: rgba(255,216,77,.09);
}
.soft-bg::after {
  width: 360px;
  height: 360px;
  right: -180px;
  top: 36%;
  background: rgba(255,216,77,.035);
}

.exchange-hero {
  min-height: 176px;
  background:
    radial-gradient(circle at 92% 0%, rgba(255,216,77,.09), transparent 28%),
    #141416 !important;
  box-shadow: 0 24px 70px rgba(0,0,0,.18);
}
.exchange-hero h1 { max-width: 820px; }
.exchange-workspace { align-items: start; }
.exchange-left, .exchange-side { min-width: 0; }

.cute-panel {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.075);
  border-radius: 26px;
  background: #141416;
  box-shadow: 0 18px 50px rgba(0,0,0,.15);
}
.panel-head {
  min-height: 106px;
  padding: 20px 22px;
  border-bottom: 1px solid rgba(255,255,255,.065);
  background: linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,0));
}
.panel-icon {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  place-items: center;
  border: 1px solid rgba(255,216,77,.16);
  border-radius: 13px;
  background: rgba(255,216,77,.075);
  color: #ffd84d;
}
.section-number {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 9px;
  border-radius: 999px;
  background: rgba(255,216,77,.1);
  color: #ffe784;
  font-size: 9px;
  font-weight: 900;
  white-space: nowrap;
}
.soft-badge {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 9px;
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 999px;
  background: rgba(255,255,255,.035);
  color: #777780;
  font-size: 9px;
  font-weight: 900;
  white-space: nowrap;
}

.ticket-grid {
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 10px;
}
.ticket-option {
  min-height: 82px;
  padding: 13px;
  border-radius: 18px;
  background: #0c0c0e;
}
.ticket-logo {
  --logo-bg:#e11d48;
  display:grid;
  width:34px;
  height:34px;
  flex:0 0 34px;
  place-items:center;
  border-radius:12px;
  background:var(--logo-bg);
  color:#fff;
  font-size:10px;
  font-weight:950;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.18);
}
.ticket-logo--large {
  width:42px;
  height:42px;
  flex-basis:42px;
  border-radius:14px;
  font-size:12px;
}
.rate-badge {
  position:absolute;
  right:10px;
  top:9px;
  color:#71717a;
  font-size:8px;
  font-weight:900;
}
.ticket-option__copy strong {
  padding-right: 44px;
  font-size: 11px;
  line-height: 1.35;
}
.ticket-option__copy small { margin-top: 5px; font-size: 9px; }
.ticket-option.is-selected {
  border-color: rgba(255,216,77,.62);
  background: linear-gradient(145deg, rgba(255,216,77,.10), #0d0d0f 68%);
}
.ticket-option.is-selected .rate-badge,
.ticket-option.is-selected .ticket-option__copy strong { color:#ffd84d; }

.pin-entry-box {
  border:1px solid rgba(255,255,255,.065);
  border-radius:20px;
  background:#0d0d0f;
  padding:16px;
}
.pin-inputs { display:grid; gap:8px; }
.pin-segment {
  width:100%;
  min-width:0;
  height:52px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:14px;
  background:#09090b;
  color:#f3f3f5;
  outline:0;
  text-align:center;
  font-family:ui-monospace,SFMono-Regular,Menlo,monospace;
  font-size:12px;
  font-weight:900;
  letter-spacing:.05em;
  transition:border-color .18s,box-shadow .18s,background .18s;
}
.pin-segment::placeholder { color:#575760; }
.pin-segment:focus {
  border-color:rgba(255,216,77,.55);
  background:#101012;
  box-shadow:0 0 0 4px rgba(255,216,77,.05);
}
.empty-state {
  padding:22px 14px;
  border:1px dashed rgba(255,255,255,.07);
  border-radius:16px;
  color:#606068;
  text-align:center;
  font-size:10px;
  font-weight:800;
}
.pin-item {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:11px 12px;
  border:1px solid rgba(255,255,255,.06);
  border-radius:15px;
  background:#0d0d0f;
}
.pin-item__main { min-width:0;display:flex;align-items:center;gap:10px; }
.pin-item__index {
  display:grid;
  width:28px;
  height:28px;
  flex:0 0 28px;
  place-items:center;
  border-radius:9px;
  background:rgba(255,216,77,.1);
  color:#ffe784;
  font-size:8px;
  font-weight:900;
}
.pin-item__copy { min-width:0; }
.pin-item__copy strong { display:block;color:#e7e7ea;font:800 10px/1.4 ui-monospace,SFMono-Regular,Menlo,monospace; }
.pin-item__copy small { display:block;margin-top:3px;color:#676770;font-size:8.5px;font-weight:800; }
.pin-item__remove {
  display:grid;
  width:32px;
  height:32px;
  flex:0 0 32px;
  place-items:center;
  border:0;
  border-radius:10px;
  background:rgba(255,255,255,.035);
  color:#686870;
  cursor:pointer;
}
.pin-item__remove:hover { background:rgba(255,124,134,.09);color:#ff9aa2; }

.info-pill {
  min-height:64px;
  display:flex;
  align-items:center;
  gap:11px;
  padding:12px;
  border:1px solid rgba(255,255,255,.06);
  border-radius:17px;
  background:#0d0d0f;
}
.info-pill--yellow { border-color:rgba(255,216,77,.13);background:rgba(255,216,77,.055); }
.info-pill__icon {
  display:grid;
  width:32px;
  height:32px;
  flex:0 0 32px;
  place-items:center;
  border-radius:11px;
  background:rgba(255,255,255,.045);
  color:#8f8f97;
  font-size:10px;
}
.info-pill--yellow .info-pill__icon { background:#ffd84d;color:#17150d; }

.field-label {
  display:block;
  margin-bottom:8px;
  color:#b5b5bc;
  font-size:10px;
  font-weight:900;
}
.form-control,
.bank-select {
  width:100%;
  min-height:50px;
  border:1px solid rgba(255,255,255,.085);
  border-radius:15px;
  background:#0d0d0f;
  color:#f1f1f3;
  outline:0;
}
.form-control {
  padding:0 14px;
  font-size:11px;
  font-weight:800;
}
.form-control::placeholder { color:#55555d; }
.form-control:focus {
  border-color:rgba(255,216,77,.5);
  background:#101012;
  box-shadow:0 0 0 4px rgba(255,216,77,.05);
}
.bank-select {
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0 13px;
  cursor:pointer;
}
.bank-select:hover { border-color:rgba(255,255,255,.15); }
.bank-badge {
  width:29px;
  height:29px;
  flex:0 0 29px;
  border-radius:10px;
  background:#ffd84d;
  color:#17150d;
  font-size:9px;
  font-weight:950;
}

.modal-head {
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
  padding:2px 2px 16px;
  border-bottom:1px solid rgba(255,255,255,.06);
}
.modal-close {
  display:grid;
  width:34px;
  height:34px;
  flex:0 0 34px;
  place-items:center;
  border:1px solid rgba(255,255,255,.07);
  border-radius:11px;
  background:rgba(255,255,255,.035);
  color:#85858d;
  cursor:pointer;
}
.extract-textarea {
  width:100%;
  min-height:170px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:17px;
  background:#0c0c0e;
  color:#eeeef1;
  outline:0;
  padding:14px;
  font-size:11px;
  line-height:1.7;
}
.success-receipt {
  padding:20px;
  border:1px solid rgba(255,216,77,.16);
  border-radius:20px;
  background:rgba(255,216,77,.055);
  text-align:center;
}
.success-receipt span { display:block;color:#9a8b43;font-size:9px;font-weight:900; }
.success-receipt strong { display:block;margin-top:8px;color:#ffd84d;font-size:26px;font-weight:950;letter-spacing:.08em; }
.success-receipt p { margin:10px 0 0;color:#777780;font-size:9px;font-weight:800;line-height:1.6; }

@media (max-width: 1279px) {
  .exchange-workspace { grid-template-columns:1fr !important; }
  .exchange-side { position:static !important; }
}
@media (max-width: 760px) {
  .exchange-hero { min-height:auto; }
  .panel-head { min-height:auto;padding:17px; }
  .ticket-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .ticket-option { min-height:76px; }
}
@media (max-width: 480px) {
  .ticket-grid { grid-template-columns:1fr; }
  .rate-badge { display:block; }
  .pin-inputs { gap:5px; }
  .pin-segment { height:46px;border-radius:12px;font-size:10px; }
}

/* Local brand logo restoration */
.brand-mark { overflow:hidden; position:relative; }
.brand-mark__img {
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
}
.ticket-logo.brand-mark {
  background:#fff;
  padding:3px;
}
.ticket-logo.brand-mark .brand-mark__img { border-radius:9px; }
.ticket-logo--large.brand-mark { padding:4px; }
.bank-badge.brand-mark,
.financial-card__badge.brand-mark {
  overflow:hidden;
  background:#fff;
  border:1px solid rgba(255,255,255,.1);
}
.bank-badge.brand-mark .brand-mark__img,
.financial-card__badge.brand-mark .brand-mark__img {
  width:100%;
  height:100%;
  object-fit:contain;
}
.brand-mark__fallback {
  display:grid;
  width:100%;
  height:100%;
  place-items:center;
  border-radius:inherit;
  background:var(--badge-bg, var(--logo-bg, #222));
  color:var(--badge-fg, #fff);
  font-size:9px;
  font-weight:950;
}

/* Home live feed + notice board */
.live-roller{overflow:hidden}.live-roller__track{display:grid}.live-sale-row{min-height:58px;display:grid;grid-template-columns:82px 78px minmax(0,1fr) 110px 72px;align-items:center;gap:10px;padding:10px 18px;border-bottom:1px solid rgba(255,255,255,.055);text-decoration:none;background:rgba(255,255,255,.005);transition:.18s}.live-sale-row:hover{background:rgba(255,255,255,.025)}.live-sale-time{color:#686870;font-size:8px;font-weight:800}.live-sale-person{color:#a3a3aa;font-size:9px;font-weight:800}.live-sale-title{min-width:0;color:#e3e3e6;font-size:10px;font-weight:900;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.live-sale-title b{color:#777780;font-size:8px}.live-sale-amount{text-align:right;color:#f1f1f3;font-size:10px;font-weight:900}.live-sale-status{justify-self:end;display:inline-flex;min-width:62px;justify-content:center;padding:6px 8px;border-radius:999px;font-size:8px;font-weight:900}.live-sale-status.is-waiting{background:rgba(255,216,77,.1);color:#ffe784}.live-sale-status.is-completed{background:rgba(105,219,156,.1);color:#9ce8ba}.live-empty{padding:28px 18px;text-align:center;color:#696971;font-size:9px;font-weight:800}.home-notice-item{display:grid;grid-template-columns:minmax(0,1fr) auto 14px;align-items:center;gap:10px;min-height:48px;padding:10px 12px;border-radius:13px;border:1px solid rgba(255,255,255,.06);background:#101012;text-decoration:none;transition:.18s}.home-notice-item:hover{border-color:rgba(255,216,77,.18);background:rgba(255,216,77,.035)}.home-notice-item strong{min-width:0;color:#d8d8dc;font-size:10px;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.home-notice-item time{color:#66666e;font-size:8px;font-weight:800}.home-notice-item>span{color:#777780;font-size:17px}.home-notice-item:hover strong,.home-notice-item:hover>span{color:#ffd84d}@media(max-width:720px){.live-sale-row{grid-template-columns:60px minmax(0,1fr) 78px;gap:7px}.live-sale-person{display:none}.live-sale-amount{display:none}.live-sale-status{min-width:58px}.home-notice-item{grid-template-columns:minmax(0,1fr) auto 12px}}

/* =========================================================
   2026-08-19 — larger financial institution picker
   ========================================================= */
.modal__dialog--bank {
  width:min(940px,calc(100vw - 36px));
  max-height:min(840px,92vh);
  padding:24px;
}
.modal__dialog--bank .modal-head h2 { font-size:25px; }
.modal__dialog--bank .modal-head p { font-size:11px; }
.modal__dialog--bank .financial-grid {
  max-height:min(570px,calc(92vh - 200px));
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
  padding:2px 4px 4px 2px;
}
.modal__dialog--bank .financial-card {
  min-height:72px;
  padding:12px 13px;
  border-radius:17px;
  gap:11px;
}
.modal__dialog--bank .financial-card__badge {
  width:38px;
  height:38px;
  flex:0 0 38px;
  border-radius:12px;
  font-size:10px;
}
.modal__dialog--bank .financial-card span:last-child {
  font-size:11px;
  line-height:1.35;
  overflow:visible;
  text-overflow:clip;
  white-space:normal;
}
.modal__dialog--bank .tab-btn { height:42px;font-size:11px; }

@media (max-width:900px) {
  .modal__dialog--bank .financial-grid { grid-template-columns:repeat(3,minmax(0,1fr)); }
}
@media (max-width:650px) {
  .modal__dialog--bank {
    width:calc(100vw - 18px);
    max-height:94vh;
    padding:17px;
    border-radius:22px;
  }
  .modal__dialog--bank .financial-grid {
    max-height:calc(94vh - 190px);
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .modal__dialog--bank .financial-card { min-height:66px;padding:10px; }
  .modal__dialog--bank .financial-card__badge { width:34px;height:34px;flex-basis:34px; }
  .modal__dialog--bank .financial-card span:last-child { font-size:10.5px; }
}
@media (max-width:380px) {
  .modal__dialog--bank .financial-grid { grid-template-columns:1fr; }
}

/* =========================================================
   2026-08-19 — mobile compact exchange + rolling live feed
   ========================================================= */
.mobile-scroll-hint{display:none;margin:10px 2px 0;color:#707079;font-size:9px;font-weight:800;line-height:1.5}.mobile-scroll-hint i{margin-right:5px;color:#ffd84d}
.bank-modal-tools{margin-bottom:10px}.bank-search{display:flex;align-items:center;gap:9px;height:44px;border:1px solid rgba(255,255,255,.08);border-radius:14px;background:#0b0b0d;padding:0 13px;color:#777780}.bank-search:focus-within{border-color:rgba(255,216,77,.45);box-shadow:0 0 0 4px rgba(255,216,77,.045)}.bank-search i{font-size:10px}.bank-search input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:#eeeef1;font-size:11px;font-weight:800}.bank-search input::placeholder{color:#585860}.financial-empty{grid-column:1/-1;padding:34px 16px;text-align:center;color:#717179;font-size:10px;font-weight:800}

.live-roller{height:290px;overflow:hidden;mask-image:linear-gradient(to bottom,transparent 0,#000 16px,#000 calc(100% - 16px),transparent 100%);-webkit-mask-image:linear-gradient(to bottom,transparent 0,#000 16px,#000 calc(100% - 16px),transparent 100%)}
.live-roller__track{will-change:transform}.live-roller__track.is-rolling{animation:bolt-live-roll 30s linear infinite}.live-roller:hover .live-roller__track.is-rolling{animation-play-state:paused}@keyframes bolt-live-roll{from{transform:translateY(0)}to{transform:translateY(-50%)}}
#liveConnection.is-online{background:rgba(110,231,173,.08);color:#86efb9}

.important-card{overflow:hidden;border:1px solid rgba(255,216,77,.13);border-radius:30px;background:linear-gradient(145deg,rgba(255,216,77,.055),rgba(255,255,255,.018));box-shadow:0 24px 70px rgba(0,0,0,.18)}.important-card__head{display:flex;align-items:center;gap:15px;padding:22px 24px;border-bottom:1px solid rgba(255,255,255,.06)}.important-icon{display:grid;width:46px;height:46px;flex:0 0 46px;place-items:center;border-radius:16px;background:#ffd84d;color:#17150d}.important-card__head p{margin:0;color:#ffd84d;font-size:10px;font-weight:900}.important-card__head h2{margin:2px 0 0;color:#fff;font-size:27px;line-height:1.15}.important-card__head span:not(.important-icon){display:block;margin-top:5px;color:#818189;font-size:10px;font-weight:800}.important-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;margin:0;padding:0;list-style:none}.important-list li{display:grid;grid-template-columns:34px minmax(0,1fr);gap:10px;min-height:86px;padding:18px 20px;border-bottom:1px solid rgba(255,255,255,.055)}.important-list li:nth-child(odd){border-right:1px solid rgba(255,255,255,.055)}.important-list li:nth-last-child(-n+2){border-bottom:0}.important-list b{color:#ffd84d;font-size:10px;font-weight:950}.important-list p{margin:0;color:#aaaab1;font-size:10.5px;font-weight:700;line-height:1.75}.important-list strong{color:#eeeef1}

@media(max-width:640px){
  body[data-page="exchange"] header{height:64px}.exchange-hero{margin-bottom:14px!important;padding:18px!important;border-radius:22px!important}.exchange-hero h1{margin-top:10px!important;font-size:34px!important}.exchange-hero p{margin-top:8px!important;font-size:11px!important;line-height:1.7!important}.exchange-workspace{gap:14px!important}.exchange-left{display:grid;gap:14px!important}.cute-panel{border-radius:22px!important}.panel-head{padding:14px!important}.panel-head h2{font-size:18px!important}.panel-head p{font-size:10px!important;line-height:1.6!important}
  .ticket-grid{display:flex!important;grid-template-columns:none!important;gap:9px!important;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:x mandatory;padding:2px 2px 8px;scrollbar-width:none}.ticket-grid::-webkit-scrollbar{display:none}.ticket-option{flex:0 0 72%;min-height:68px!important;padding:10px!important;scroll-snap-align:start}.ticket-option__copy small{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ticket-logo{width:34px!important;height:34px!important;flex-basis:34px!important}.rate-badge{display:block!important;font-size:8px!important}.mobile-scroll-hint{display:block}
  .pin-entry-box{padding:13px!important}.pin-inputs{gap:5px!important}.pin-segment{height:44px!important}.exchange-side .cute-panel>.p-5,.exchange-left .cute-panel>.p-5{padding:15px!important}.form-control,.bank-select{min-height:48px!important}.exchange-side .space-y-4{gap:12px!important}
  .modal{padding:6px!important;align-items:flex-end}.modal__dialog--bank{width:100%!important;height:min(92dvh,820px);max-height:92dvh!important;padding:0!important;border-radius:24px 24px 0 0!important;display:flex;flex-direction:column}.modal__dialog--bank .modal-head{flex:0 0 auto;padding:16px 17px!important}.modal__dialog--bank .modal-head h2{font-size:21px!important}.modal__dialog--bank .modal-head p{font-size:10px!important}.modal__dialog--bank>.p-5{display:flex;min-height:0;flex:1;flex-direction:column;padding:12px 14px 14px!important}.bank-modal-tools{margin-bottom:8px}.bank-search{height:42px}.bank-tabs{flex:0 0 auto;margin-bottom:8px!important}.modal__dialog--bank .tab-btn{height:38px!important}.modal__dialog--bank .financial-grid{min-height:0;max-height:none!important;flex:1;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important;padding:1px 2px 8px!important}.modal__dialog--bank .financial-card{min-height:56px!important;padding:8px 9px!important;border-radius:13px!important;gap:8px!important}.modal__dialog--bank .financial-card__badge{width:30px!important;height:30px!important;flex-basis:30px!important;border-radius:10px!important}.modal__dialog--bank .financial-card span:last-child{font-size:9.5px!important;line-height:1.25!important}
  .live-roller{height:218px}.live-sale-row{min-height:54px;padding:9px 12px}.live-roller__track.is-rolling{animation-duration:26s}.important-card{border-radius:24px}.important-card__head{padding:18px}.important-card__head h2{font-size:23px}.important-list{grid-template-columns:1fr}.important-list li{min-height:0;padding:14px 16px;border-right:0!important;border-bottom:1px solid rgba(255,255,255,.055)!important}.important-list li:last-child{border-bottom:0!important}.important-list p{font-size:9.5px;line-height:1.7}
}

@media(max-width:390px){.ticket-option{flex-basis:82%}.modal__dialog--bank .financial-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.modal__dialog--bank .financial-card span:last-child{font-size:9px!important}}
@media(prefers-reduced-motion:reduce){.live-roller__track.is-rolling{animation:none}.live-roller{height:auto;max-height:290px;overflow:auto;mask-image:none;-webkit-mask-image:none}}


/* =========================================================
   2026-08-19 — important notice visibility polish
   ========================================================= */
.important-card{position:relative;border:1px solid rgba(255,216,77,.27);background:linear-gradient(145deg,rgba(255,216,77,.105),rgba(20,20,22,.98) 42%,rgba(255,255,255,.02));box-shadow:0 28px 90px rgba(0,0,0,.26),0 0 0 1px rgba(255,216,77,.025) inset}.important-card::before{content:"필독";position:absolute;right:22px;top:20px;z-index:2;display:grid;min-width:48px;height:28px;place-items:center;border-radius:999px;background:#ffd84d;color:#17150d;font-size:9px;font-weight:950;letter-spacing:.06em}.important-card__head{padding:27px 28px;background:linear-gradient(90deg,rgba(255,216,77,.075),transparent);border-bottom-color:rgba(255,216,77,.12)}.important-icon{width:54px;height:54px;flex-basis:54px;border-radius:18px;box-shadow:0 12px 34px rgba(255,216,77,.12)}.important-icon i{font-size:19px}.important-card__title{padding-right:70px}.important-card__title p{display:flex;align-items:center;gap:7px;font-size:10px;letter-spacing:.04em}.important-kicker-dot{display:inline-block!important;width:7px;height:7px;margin:0!important;border-radius:999px;background:#ffd84d;box-shadow:0 0 0 5px rgba(255,216,77,.09)}.important-card__head h2{margin-top:5px;font-size:34px;letter-spacing:-.035em}.important-card__head span:not(.important-icon):not(.important-kicker-dot){max-width:760px;margin-top:8px;color:#b1b1b8;font-size:11px;line-height:1.75}.important-list{padding:10px}.important-list li{margin:0;border:1px solid transparent;border-radius:18px;padding:18px 17px;transition:.18s}.important-list li:nth-child(odd){border-right-color:transparent}.important-list li:nth-last-child(-n+2){border-bottom-color:transparent}.important-list li:hover{border-color:rgba(255,216,77,.12);background:rgba(255,216,77,.035)}.important-list b{display:grid;width:30px;height:30px;place-items:center;border-radius:10px;background:rgba(255,216,77,.095);color:#ffe784;font-size:9px}.important-list p{padding-top:3px;color:#c2c2c8;font-size:11px}.important-list strong{color:#fff4bd}
@media(max-width:640px){.important-card::before{right:15px;top:15px;min-width:42px;height:25px;font-size:8px}.important-card__head{align-items:flex-start;padding:21px 17px}.important-icon{width:43px;height:43px;flex-basis:43px;border-radius:14px}.important-card__title{padding-right:43px}.important-card__head h2{font-size:27px}.important-card__head span:not(.important-icon):not(.important-kicker-dot){font-size:9.5px;line-height:1.65}.important-list{padding:7px}.important-list li{grid-template-columns:30px minmax(0,1fr);gap:8px;padding:12px 10px}.important-list b{width:27px;height:27px}.important-list p{font-size:9.7px}}
