:root {
  --navy: #10253f;
  --ink: #1d2b3a;
  --muted: #7d8b9b;
  --line: #e6ebf0;
  --paper: #ffffff;
  --bg: #f4f7f8;
  --mint: #b8eddb;
  --mint-strong: #32ba8f;
  --coral: #ff8c6c;
  --gold: #f1bf62;
  --shadow: 0 24px 70px rgba(16, 37, 63, .1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--bg); font-family: "Noto Sans KR", sans-serif; }
button, input, select { font: inherit; }
button { cursor: pointer; }
.login-screen { min-height: 100vh; display: grid; place-items: center; padding: 28px 17px; background: linear-gradient(145deg, #eef4f6, #f8fafb); }
.login-card { width: min(100%, 430px); padding: 38px 40px 32px; border: 1px solid #dce5e9; border-radius: 18px; background: #fff; box-shadow: 0 20px 55px rgba(16,37,63,.12); }
.login-brand { display: flex; align-items: center; gap: 12px; margin-bottom: 29px; color: var(--navy); }.login-brand strong { display: block; font-size: 18px; letter-spacing: -.06em; }.login-brand small { display: block; margin-top: 4px; color: var(--muted); font: 600 9px "DM Sans", sans-serif; letter-spacing: .12em; }.login-tabs { display: flex; gap: 20px; margin-bottom: 22px; border-bottom: 1px solid var(--line); }.login-tabs button { padding: 0 3px 12px; border: 0; border-bottom: 2px solid transparent; color: #a1adb7; background: transparent; font-size: 12px; font-weight: 700; }.login-tabs button.active { border-bottom-color: var(--navy); color: var(--navy); }.login-tabs button:disabled { cursor: default; }.login-description { margin-bottom: 22px; color: #7d8b96; font-size: 12px; line-height: 1.7; }.login-form { display: grid; gap: 13px; }.login-form .field > span { color: #6d7b89; }.login-save { display: flex; align-items: center; gap: 7px; margin: 2px 0 4px; color: #8a97a3; font-size: 11px; }.login-save input { accent-color: var(--mint-strong); }.login-button { height: 50px; border: 0; border-radius: 9px; color: #fff; background: var(--navy); font-size: 13px; font-weight: 700; }.login-button:hover { background: #1b3c60; }.login-links { display: flex; justify-content: center; gap: 18px; margin-top: 21px; }.login-links a { color: #8a97a3; font-size: 10px; text-decoration: none; }.login-demo-note { margin: 22px 0 0; padding-top: 16px; border-top: 1px solid #eef1f3; color: #a0abb4; font-size: 10px; text-align: center; line-height: 1.6; }.logout-button { border: 0; padding: 8px 0; color: #82909d; background: transparent; font-size: 11px; }.logout-button:hover { color: var(--navy); }
.login-error { margin: 12px 0 0; color: #b5573d; font-size: 11px; text-align: center; }
.login-language button { padding: 0; border: 0; color: #a1adb7; background: transparent; font-size: 10px; }.login-language button.active { color: var(--navy); font-weight: 700; }.login-language button:hover { color: var(--mint-strong); }
.site-shell { max-width: 1240px; margin: 0 auto; padding: 0 34px 28px; }
.topbar { height: 82px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; gap: 11px; align-items: center; color: var(--navy); text-decoration: none; }
.brand strong { display: block; letter-spacing: -.06em; font-size: 18px; }
.brand small { display: block; color: var(--muted); letter-spacing: .15em; font: 600 8px "DM Sans", sans-serif; margin-top: 3px; }
.brand-mark { display: grid; place-items: center; width: 37px; height: 37px; border-radius: 12px; color: var(--navy); background: var(--mint); font: 800 19px "DM Sans", sans-serif; transform: rotate(-8deg); }
.topbar-note { color: var(--muted); font-size: 12px; }
.live-dot { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--mint-strong); margin-right: 6px; box-shadow: 0 0 0 4px rgba(50,186,143,.12); }
.hero { min-height: 294px; padding: 54px 70px 40px; border-radius: 28px; background: var(--navy); color: #fff; display: flex; overflow: hidden; position: relative; }
.hero-copy { position: relative; z-index: 1; }
.eyebrow { margin: 0 0 10px; color: var(--mint-strong); font: 700 10px "DM Sans", sans-serif; letter-spacing: .18em; }
.hero .eyebrow { color: var(--mint); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 17px; font-size: clamp(34px, 4vw, 54px); line-height: 1.14; letter-spacing: -.08em; }
h1 em { color: var(--coral); font-style: normal; }
.hero-description { color: #b6c5d3; line-height: 1.75; font-size: 14px; }
.hero-badges { display: flex; gap: 8px; margin-top: 28px; }
.hero-badges span { padding: 7px 10px; border: 1px solid rgba(255,255,255,.16); border-radius: 20px; color: #cbd5df; font: 600 9px "DM Sans", sans-serif; letter-spacing: .12em; }
.hero-art { position: absolute; inset: 0 0 0 48%; overflow: hidden; }
.sun-shape { position: absolute; width: 250px; height: 250px; right: 18%; top: 8%; border-radius: 50%; background: #1a3858; }
.road-line { position: absolute; height: 1px; left: 3%; right: -5%; bottom: 43px; background: rgba(184,237,219,.4); transform: rotate(-8deg); }
.bus-illustration { position: absolute; width: 245px; height: 124px; right: 16%; bottom: 42px; border-radius: 44px 44px 17px 17px; background: var(--mint); transform: rotate(-4deg); box-shadow: -32px 28px 0 rgba(4,16,31,.25); }
.bus-window { position: absolute; width: 82px; height: 43px; left: 32px; top: 23px; border-radius: 17px 5px 5px 5px; background: var(--navy); }
.bus-window.small { left: 126px; width: 83px; border-radius: 5px; }
.bus-body { position: absolute; left: 30px; right: 23px; bottom: 21px; padding-top: 4px; border-top: 2px solid rgba(16,37,63,.16); color: var(--navy); font-weight: 800; font-size: 11px; }
.wheel { position: absolute; bottom: -12px; width: 31px; height: 31px; border: 8px solid var(--navy); border-radius: 50%; background: #718399; }
.wheel.one { left: 38px; } .wheel.two { right: 38px; }
.progress-wrap { display: flex; align-items: center; justify-content: center; margin: 28px 0 20px; }
.progress-item { display: flex; align-items: center; gap: 8px; color: #aab5c0; font-size: 12px; white-space: nowrap; }
.progress-item span { display: grid; place-items: center; width: 27px; height: 27px; border: 1px solid #d8e0e7; border-radius: 50%; font: 600 10px "DM Sans", sans-serif; }
.progress-item.active, .progress-item.done { color: var(--navy); font-weight: 700; }.progress-item.active span, .progress-item.done span { background: var(--mint); border-color: var(--mint); color: var(--navy); }
.progress-line { width: 68px; height: 1px; margin: 0 13px; background: #dce4e9; }
.booking-card { min-height: 570px; padding: 43px 52px 49px; border: 1px solid rgba(209,219,226,.75); border-radius: 24px; background: var(--paper); box-shadow: var(--shadow); }
.section-heading { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 28px; }
.no-show-warning { margin: -8px 0 24px; padding: 13px 16px; border: 1px solid #ffd9c9; border-radius: 10px; color: #a65337; background: #fff7f3; font-size: 12px; font-weight: 700; }
.duplicate-warning-modal { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 24px; background: rgba(16,37,63,.46); }
.duplicate-warning-dialog { width: min(560px, 100%); padding: 34px 30px 30px; border: 3px solid var(--coral); border-radius: 20px; color: #8f3825; background: #fff8f5; box-shadow: 0 20px 60px rgba(16,37,63,.25); text-align: center; }
.duplicate-warning-dialog strong { display: block; margin-bottom: 12px; color: #a43e27; font-size: 25px; letter-spacing: -.06em; }
.duplicate-warning-dialog p { margin: 0 0 22px; font-size: 18px; font-weight: 800; line-height: 1.65; }
.duplicate-warning-dialog button { min-width: 120px; height: 42px; border: 0; border-radius: 9px; color: #fff; background: var(--navy); font-weight: 700; }
.lookup-link { padding: 9px 14px; border: 1px solid #d9e5e8; border-radius: 9px; color: var(--navy); background: #fff; font-size: 11px; font-weight: 700; text-decoration: none; }
.lookup-link:hover { border-color: var(--mint-strong); color: var(--mint-strong); }
.page-nav { display: flex; align-items: center; gap: 7px; }
.page-nav-button { padding: 9px 12px; border: 1px solid transparent; border-radius: 9px; color: #82909d; background: transparent; font-size: 11px; font-weight: 700; }
.page-nav-button.active { border-color: #d9e5e8; color: var(--navy); background: #fff; }
.page-nav-button:hover { color: var(--mint-strong); }
.gnu-logo-image { width: 82px; height: 82px; object-fit: cover; object-position: left center; border-radius: 50%; background: #fff; }
.login-language { display: flex; justify-content: center; gap: 18px; margin-top: 21px; color: #a1adb7; font-size: 10px; }.login-language .active { color: var(--navy); font-weight: 700; }
.page-view[hidden] { display: none !important; }
.page-view:not([hidden]) { animation: page-in .22s ease-out; }
@keyframes page-in { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
.booking-page-view { min-height: 640px; }
.lookup-page-view { min-height: 640px; padding: 56px 0 30px; }
.page-heading { max-width: 1240px; margin: 0 auto 22px; padding: 0 52px; }.page-heading h1 { margin: 0 0 8px; color: var(--navy); font-size: 36px; letter-spacing: -.08em; }.page-heading p:last-child { margin: 0; color: #87949f; font-size: 13px; }
.lookup-card { margin-top: 22px; padding: 34px 42px 38px; border: 1px solid rgba(209,219,226,.75); border-radius: 24px; background: var(--paper); box-shadow: var(--shadow); }
.lookup-card .section-heading { margin-bottom: 22px; }
.lookup-description { margin: -10px 0 22px; color: #87949f; font-size: 12px; }
.lookup-form { display: flex; align-items: flex-end; gap: 12px; }
.lookup-form .field { flex: 1; }
.lookup-form .primary-button { min-width: 145px; }
.lookup-result { margin-top: 18px; padding: 18px; border-radius: 12px; color: var(--ink); background: #f7fafb; font-size: 12px; }
.lookup-result[hidden] { display: none; }
.lookup-result strong { display: block; margin-bottom: 10px; color: var(--mint-strong); }
.lookup-result.error { color: #a65337; background: #fff7f3; }
.lookup-result.error strong { color: #a65337; }
.lookup-summary { display: flex; justify-content: space-between; gap: 18px; padding: 8px 0; border-top: 1px solid #e5ecee; color: #82909b; font-size: 11px; }
.lookup-summary b { color: var(--ink); text-align: right; }
.reservation-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.gps-check-button, .cancel-button { min-height: 38px; padding: 0 13px; border: 1px solid #d9e5e8; border-radius: 9px; font-size: 11px; font-weight: 700; }
.gps-check-button { color: var(--navy); background: #eaf8f2; }
.gps-check-button:hover { border-color: var(--mint-strong); }
.cancel-button { color: #a65337; background: #fff7f3; }
.cancel-button:hover:not(:disabled) { border-color: #e59b82; }
.cancel-button:disabled { color: #aab4bb; background: #edf0f2; cursor: not-allowed; }
.gps-status { margin: 10px 0 0; color: #87949f; font-size: 10px; line-height: 1.5; }
.gps-status.gps-match { color: var(--mint-strong); font-weight: 700; }
.cancel-note { display: block; margin-top: 5px; color: #a0abb4; font-size: 10px; }
.lookup-qr { display: inline-flex; align-items: center; gap: 10px; margin-top: 14px; padding: 10px 12px; border: 1px solid #d9e5e8; border-radius: 10px; color: var(--navy); background: #fff; font-size: 11px; font-weight: 700; text-decoration: none; }
.lookup-qr:hover { border-color: var(--mint-strong); color: var(--mint-strong); }
.lookup-qr img { width: 58px; height: 58px; padding: 4px; border: 1px solid #e5e9eb; background: #fff; }
.lookup-qr small { color: #8a97a3; font-size: 9px; font-weight: 400; }
.gps-check-button#ticket-gps-check { width: 65px; height: 65px; flex: 0 0 65px; padding: 5px; }
.ticket .gps-status { width: 100%; margin: -5px 23px 0; }
.button-label { float: none !important; font-size: inherit !important; line-height: inherit !important; }
.trip-meta .sold-out { color: #a65337; }
.trip-meta span, .trip-meta em { display: block; margin-top: 2px; }
.trip-meta em { color: var(--mint-strong); font-style: normal; font-weight: 700; }
.trip-card .secondary-button:disabled { color: #a6afb5; background: #edf0f2; cursor: not-allowed; }
.lookup-item + .lookup-item { margin-top: 16px; padding-top: 8px; border-top: 1px solid #dfe8e9; }
.empty-state { padding: 28px; border: 1px dashed #d9e3e6; border-radius: 13px; color: #8a97a3; background: #f7fafb; text-align: center; font-size: 12px; }
h2 { margin-bottom: 0; font-size: 27px; letter-spacing: -.07em; }.secure-badge { color: var(--mint-strong); font-size: 11px; font-weight: 600; }
.route-fields, .search-fields { display: flex; align-items: flex-end; gap: 12px; }.route-fields { margin-bottom: 18px; }.search-fields .field:first-child { flex: 1.2; }.search-fields .field:nth-child(2) { flex: .8; }.search-fields .primary-button { flex: 1.1; }
.field { display: block; flex: 1; }.field > span, .form-label { display: block; margin-bottom: 9px; color: #6d7b89; font-size: 11px; font-weight: 700; }.field small { color: #a6b0b9; font-weight: 400; }
input:not([type="radio"]):not([type="checkbox"]), select { width: 100%; height: 52px; padding: 0 15px; border: 1px solid var(--line); border-radius: 10px; outline: none; color: var(--ink); background: #fbfcfd; font-size: 13px; transition: .2s; }
input:focus, select:focus { border-color: var(--mint-strong); box-shadow: 0 0 0 4px rgba(50,186,143,.1); }
.swap-button { flex: 0 0 35px; width: 35px; height: 35px; padding: 0; border: 1px solid #dce4e9; border-radius: 50%; color: var(--mint-strong); background: #fff; font-size: 19px; line-height: 1; margin-bottom: 9px; }
.primary-button, .secondary-button { border: 0; border-radius: 10px; font-weight: 700; transition: transform .2s, box-shadow .2s; }.primary-button { height: 52px; padding: 0 20px; color: var(--navy); background: var(--mint); }.primary-button:hover:not(:disabled) { transform: translateY(-2px); box-shadow: 0 9px 20px rgba(50,186,143,.22); }.primary-button span { float: right; font-size: 19px; line-height: 14px; }.primary-button:disabled { color: #a5afb8; cursor: not-allowed; background: #edf0f2; }.full { width: 100%; }
.quick-info { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 28px; padding-top: 19px; border-top: 1px solid #eef1f3; color: #8a97a3; font-size: 11px; }
.flow-panel[hidden] { display: none; }.panel-topline { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 24px; }.panel-topline h3 { margin: 0; font-size: 21px; letter-spacing: -.06em; }.text-button { border: 0; padding: 7px 0; color: #82909d; background: transparent; font-size: 11px; }.text-button:hover { color: var(--navy); }
.trip-list { display: grid; gap: 10px; }.trip-card { display: grid; grid-template-columns: 1.1fr 1fr 1.2fr auto; gap: 15px; align-items: center; padding: 18px 21px; border: 1px solid var(--line); border-radius: 13px; transition: .2s; }.trip-card:hover { border-color: var(--mint-strong); box-shadow: 0 8px 25px rgba(16,37,63,.06); }.trip-time { color: var(--navy); font: 700 25px "DM Sans", sans-serif; }.trip-time small { margin-left: 5px; color: #96a2ad; font: 500 11px "Noto Sans KR", sans-serif; }.trip-route { color: #687887; font-size: 12px; }.trip-route b { margin: 0 9px; color: var(--mint-strong); }.trip-meta { color: #a1abb4; font-size: 11px; }.trip-meta strong { display: block; color: var(--coral); font-size: 13px; margin-bottom: 2px; }.trip-card .secondary-button { padding: 10px 16px; background: #f1fbf7; color: var(--mint-strong); font-size: 12px; }
.seat-layout { display: grid; grid-template-columns: minmax(0, 1fr) 245px; gap: 35px; align-items: start; }.bus-map-wrap { max-width: 495px; margin: 0 auto; }.bus-map-label { display: flex; align-items: center; justify-content: space-between; padding: 0 8px 10px; color: #a1adb7; font-size: 10px; }.steering { color: #a9b4be; font-size: 20px; }.bus-map { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px 11px; padding: 25px 23px 18px; border: 1px solid #dde6e9; border-radius: 42px 42px 20px 20px; background: #f7fbfa; }.seat { height: 39px; border: 1px solid #cbd9da; border-radius: 8px 8px 5px 5px; color: #4e6a6c; background: #fff; font: 600 11px "DM Sans", sans-serif; transition: .15s; }.seat:hover:not(.occupied) { border-color: var(--mint-strong); transform: translateY(-2px); }.seat.selected { border-color: var(--mint-strong); color: var(--navy); background: var(--mint); box-shadow: 0 4px 9px rgba(50,186,143,.22); }.seat.occupied { border-color: #e2e6e8; color: #b9c2c8; background: #e8ecee; cursor: not-allowed; }.aisle { grid-column: 3; height: 1px; align-self: center; background: repeating-linear-gradient(90deg, transparent 0 4px, #d5e0df 4px 7px); }.seat[data-seat="37"] { grid-column: 1; }.last-row-note { margin: 11px 0 20px; color: #93a0aa; text-align: center; font-size: 10px; }.seat-legend { display: flex; justify-content: center; flex-wrap: wrap; gap: 15px; color: #8c9aa6; font-size: 10px; }.legend { display: inline-block; width: 11px; height: 11px; margin-right: 4px; border-radius: 3px; vertical-align: -2px; border: 1px solid #cbd9da; background: #fff; }.legend.selected { border-color: var(--mint-strong); background: var(--mint); }.legend.occupied { border-color: #e2e6e8; background: #e8ecee; }.selection-card { padding: 22px; border-radius: 15px; background: #f7fafb; }.selection-label { color: #72818d; font-size: 11px; font-weight: 700; }.selection-label span { float: right; color: var(--mint-strong); }.selected-seats { min-height: 80px; padding: 15px 0; color: var(--navy); font-weight: 700; font-size: 15px; }.selected-seats.empty { color: #a6b1b9; font-size: 11px; font-weight: 400; }.fare-row { display: flex; justify-content: space-between; align-items: center; padding: 18px 0; border-top: 1px solid #e5ecee; color: #8996a0; font-size: 11px; }.fare-row strong { color: var(--navy); font: 700 18px "DM Sans", sans-serif; }
.details-grid, .payment-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 35px; }.summary-mini, .payment-summary { padding: 23px; border-radius: 14px; background: #f7fafb; }.summary-mini .route-title, .payment-summary .route-title { margin-bottom: 21px; color: var(--navy); font-weight: 800; font-size: 18px; letter-spacing: -.05em; }.route-arrow { padding: 0 8px; color: var(--mint-strong); }.summary-line { display: flex; justify-content: space-between; gap: 18px; padding: 11px 0; border-top: 1px solid #e5ecee; color: #82909b; font-size: 11px; }.summary-line b { color: var(--ink); text-align: right; }.passenger-form, .payment-form { display: grid; gap: 14px; }.payment-option { display: flex; align-items: center; gap: 11px; min-height: 61px; padding: 11px 15px; border: 1px solid var(--line); border-radius: 11px; cursor: pointer; }.payment-option:has(input:checked) { border-color: var(--mint-strong); background: #f5fcf9; }.payment-option input { accent-color: var(--mint-strong); }.payment-option i { margin-left: auto; color: #b3bdc5; font-size: 21px; font-style: normal; }.payment-option small { display: block; margin-top: 3px; color: #a0abb4; font-size: 10px; }.payment-option b { font-size: 12px; }.payment-icon { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 8px; color: var(--navy); background: #e5f7f1; font-weight: 800; }.payment-icon.kakao { color: #3b2d00; background: #fee500; }.check-line { display: flex; align-items: center; gap: 7px; margin: 4px 0 7px; color: #8896a1; font-size: 10px; }.check-line input { accent-color: var(--mint-strong); }
.complete-content { max-width: 490px; margin: 0 auto; text-align: center; }.success-icon { display: grid; place-items: center; width: 54px; height: 54px; margin: 0 auto 17px; border-radius: 50%; color: var(--navy); background: var(--mint); font: 700 28px "DM Sans", sans-serif; }.complete-content h3 { margin-bottom: 9px; font-size: 25px; letter-spacing: -.07em; }.complete-copy { color: #87949f; font-size: 12px; line-height: 1.8; }.ticket { margin: 26px auto 20px; overflow: hidden; border: 1px solid #dfe8e9; border-radius: 17px; background: #fff; box-shadow: 0 13px 30px rgba(16,37,63,.08); text-align: left; }.ticket-head { display: flex; justify-content: space-between; padding: 18px 21px; color: #fff; background: var(--navy); font-size: 12px; font-weight: 700; }.ticket-head span:last-child { color: var(--mint); font: 600 10px "DM Sans", sans-serif; }.ticket-route { display: flex; align-items: center; justify-content: space-between; padding: 22px 23px 17px; }.ticket-route small, .ticket-meta small, .ticket-bottom small { display: block; margin-bottom: 4px; color: #a0acb5; font-size: 9px; }.ticket-route strong { font-size: 17px; letter-spacing: -.06em; }.ticket-route > b { color: var(--mint-strong); font-size: 21px; }.align-right { text-align: right; }.ticket-meta { display: flex; gap: 0; margin: 0 23px; padding: 13px 0; border-top: 1px dashed #dce5e7; border-bottom: 1px dashed #dce5e7; }.ticket-meta span { flex: 1; }.ticket-meta b, .ticket-bottom b { color: var(--ink); font: 600 11px "Noto Sans KR", sans-serif; }.ticket-bottom { display: flex; align-items: center; gap: 17px; padding: 17px 23px 21px; }.ticket-bottom > div:last-child { display: grid; grid-template-columns: 1fr 1fr; column-gap: 20px; }.ticket-bottom > div:last-child small { margin-top: 3px; }.qr { width: 65px; height: 65px; flex: 0 0 65px; padding: 5px; border: 1px solid #e5e9eb; background-color: #fff; background-image: linear-gradient(90deg, #142b44 20%, transparent 20% 38%, #142b44 38% 56%, transparent 56% 71%, #142b44 71%), linear-gradient(#142b44 20%, transparent 20% 36%, #142b44 36% 58%, transparent 58% 72%, #142b44 72%); background-size: 19px 19px; }.secondary-button { height: 44px; padding: 0 21px; color: var(--navy); background: #edf3f4; font-size: 12px; }
footer { display: flex; justify-content: space-between; padding: 23px 4px 0; color: #a0adb7; font: 600 9px "DM Sans", sans-serif; letter-spacing: .08em; }
@media (max-width: 760px) { .site-shell { padding: 0 17px 22px; }.topbar { height: 70px; }.topbar-note { display: none; }.hero { min-height: 360px; padding: 38px 25px; }.hero-art { left: 16%; top: 47%; opacity: .7; }.hero-copy { max-width: 300px; }.progress-item b { display: none; }.progress-line { width: 28px; margin: 0 7px; }.booking-card { padding: 28px 20px 33px; }.section-heading { margin-bottom: 24px; }.route-fields, .search-fields { display: grid; grid-template-columns: 1fr 1fr; }.route-fields { position: relative; }.route-fields .field:first-child { grid-column: 1 / -1; }.route-fields .field:nth-of-type(2) { grid-column: 1 / -1; }.swap-button { position: absolute; right: 7px; top: 61px; }.search-fields .primary-button { grid-column: 1 / -1; }.quick-info { gap: 10px; line-height: 1.5; }.trip-card { grid-template-columns: 1fr auto; }.trip-route, .trip-meta { grid-column: 1; }.seat-layout, .details-grid, .payment-grid { grid-template-columns: 1fr; gap: 24px; }.bus-map { padding-left: 13px; padding-right: 13px; gap: 6px; }.seat { height: 35px; }.panel-topline { align-items: flex-start; }.panel-topline .text-button { white-space: nowrap; }.ticket { margin-top: 20px; } }
@media (max-width: 760px) { .lookup-card { padding: 28px 20px 33px; }.lookup-form { display: grid; grid-template-columns: 1fr 1fr; }.lookup-form .primary-button { grid-column: 1 / -1; }.lookup-card .section-heading { gap: 12px; } }
@media (max-width: 760px) { .login-card { padding: 30px 24px 26px; }.login-brand { gap: 9px; }.login-brand strong { font-size: 16px; }.gnu-logo-image { width: 70px; height: 70px; }.lookup-page-view { padding-top: 30px; }.page-heading { padding: 0 20px; }.page-heading h1 { font-size: 30px; }.page-nav { gap: 2px; }.page-nav-button { padding: 8px 7px; } }
