@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;600;700;800;900&display=swap');
:root{font-family:'Noto Sans KR',sans-serif;color:#172540;background:#edf1f7;font-synthesis:none;font-size:16px}*{box-sizing:border-box}body{margin:0}button,input,select{font:inherit}button,a,input,select{-webkit-tap-highlight-color:transparent}button,select{cursor:pointer}button:focus-visible,a:focus-visible,select:focus-visible,input:focus-visible{outline:3px solid #8aafff;outline-offset:3px}.page{max-width:720px;margin:40px auto;background:#f9fbfe;border:1px solid #e2e8f1;border-radius:28px;overflow:hidden;box-shadow:0 24px 80px #1d34580b}.cover{height:190px;position:relative;background:#9fbeea}.cover img{width:100%;height:100%;object-fit:cover;object-position:50% 48%;display:block}.cover:after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,#17396b33,transparent)}.cover>span{position:absolute;right:24px;top:24px;color:white;font-size:11px;letter-spacing:2.5px;font-weight:600;z-index:1}.profile{padding:0 32px 26px;position:relative}.avatar{width:78px;height:78px;margin-top:-39px;border:5px solid #f9fbfe;border-radius:25px;position:relative;z-index:2;box-shadow:0 7px 18px #31529c15}#share{float:right;margin-top:17px;border:1px solid #dee5f0;background:white;border-radius:20px;padding:8px 15px;font-size:13px;color:#56657e;min-height:40px}h1{font-size:30px;letter-spacing:-1.2px;margin:12px 0 5px;font-weight:900}.verified{font-size:23px;color:#3970ee;margin-left:8px}.tagline{font-size:18px;font-weight:700;margin:0 0 12px}.intro{font-size:14px;line-height:1.85;color:#778398;margin:0}.pills{display:flex;gap:8px;margin-top:20px;flex-wrap:wrap}.pills span{font-size:12px;color:#5e7294;background:#edf2fb;padding:6px 9px;border-radius:7px}.finder{padding:22px 32px 0;border-top:1px solid #e8edf5}.search{display:flex;align-items:center;background:white;border:1px solid #dbe4f3;border-radius:14px;padding:0 15px;box-shadow:0 4px 12px #24457604}.search:focus-within{border-color:#3970ee}.search svg{width:21px;height:21px;flex-shrink:0;color:#3970ee}.search input{min-width:0;flex:1;border:0;background:transparent;padding:17px 11px;outline:none;font-size:14px}.search input::-webkit-search-cancel-button{display:none}#clear{background:none;border:0;color:#75839a;font-size:22px;min-width:36px;min-height:40px}.chips{display:flex;gap:7px;overflow-x:auto;padding:16px 0 22px;scrollbar-width:none}.chips button{white-space:nowrap;border:1px solid #e1e7f0;background:white;color:#68758c;padding:9px 14px;border-radius:30px;font-size:13px;min-height:40px}.chips button.active{background:#244fdc;color:white;border-color:#244fdc}.list-heading{display:flex;align-items:center;justify-content:space-between;gap:8px;margin:0 32px}.list-heading h2{font-size:16px;font-weight:800;letter-spacing:-.6px;margin:0}.list-heading h2 span{font-size:13px;color:#3970ee;margin-left:6px}.list-heading select{border:0;background:transparent;color:#78859a;font-size:12px;min-height:36px}.updated{margin:0 32px 14px;color:#8b97aa;font-size:12px}.deals{padding:0 32px;display:grid;gap:12px}.ticket{display:block;text-decoration:none;color:inherit;background:white;border:1px solid #e0e7f1;border-radius:17px;padding:20px;transition:transform .15s,box-shadow .15s,border-color .15s}.ticket:hover{transform:translateY(-2px);box-shadow:0 8px 22px #2146940c;border-color:#99b3f1}.topline{display:flex;justify-content:space-between;align-items:center;gap:8px}.destination{font-size:21px;font-weight:800;letter-spacing:-.6px}.airport{font-size:12px;color:#8c9ab0;font-weight:500;margin-left:8px;letter-spacing:1px}.region{font-size:11px;color:#6e86ad;background:#f0f4fa;padding:4px 7px;border-radius:5px}.dates{font-size:14px;color:#53647e;margin-top:12px;font-weight:500}.nights{color:#8190a6;font-size:12px;margin-left:7px}.flight{font-size:12px;color:#8c98aa;margin:7px 0 16px}.ticket-bottom{border-top:1px dashed #e2e8f2;padding-top:14px;display:flex;justify-content:space-between;align-items:center;gap:10px}.price{font-size:24px;letter-spacing:-.8px;font-weight:800;color:#244fdc}.price small{font-size:14px;margin-left:3px;font-weight:600}.price.unknown{font-size:16px}.go{background:#edf3ff;color:#315fd9;border-radius:9px;padding:10px 12px;font-size:13px;font-weight:700}.empty{text-align:center;padding:50px 16px;border:1px dashed #d2ddee;border-radius:17px;color:#7c8ca5;line-height:1.8;font-size:14px}.empty button{display:block;margin:15px auto 0;border:0;background:#eaf0fe;color:#315fd9;padding:10px 18px;border-radius:10px}footer{padding:30px 32px;color:#93a0b3;font-size:11px;line-height:1.9}footer a{color:#93a0b3;font-size:10px}.wordmark{margin-top:24px;padding-top:24px;border-top:1px solid #e3e9f3;font-weight:800;font-size:13px;letter-spacing:2px;color:#6a7b98}.wordmark span{float:right;font-size:11px;letter-spacing:0;font-weight:400}#toast{position:fixed;bottom:25px;left:50%;transform:translateX(-50%);background:#1c2e50;color:white;border-radius:30px;padding:12px 24px;font-size:13px;opacity:0;pointer-events:none;transition:opacity .2s;white-space:nowrap}#toast.show{opacity:1}@media(max-width:600px){:root{background:#f9fbfe}.page{margin:0;border:0;border-radius:0;box-shadow:none}.cover{height:155px}.cover>span{font-size:9px;right:20px;top:20px}.profile{padding:0 22px 23px}h1{font-size:28px}.avatar{width:72px;height:72px;margin-top:-36px}.finder{padding:20px 20px 0}.deals{padding:0 20px}.list-heading{margin:0 20px}.updated{margin:0 20px 14px}.list-heading h2{font-size:15px}.ticket{padding:18px}.destination{font-size:20px}.search input{font-size:13px;padding-right:0}.chips button{font-size:12px;padding:8px 13px}.pills{gap:5px}.pills span{font-size:11px;padding:6px 8px}footer{padding:26px 22px}input{font-size:16px!important}}@media(prefers-reduced-motion:reduce){*{transition:none!important}}

.avatar{object-fit:contain;background:#fffef5}.kind-tabs{display:flex;gap:8px;padding:0 32px 20px}.kind-tabs button{flex:1;border:1px solid #dbe4f3;background:#fff;color:#677891;border-radius:12px;padding:13px;font-weight:700;font-size:15px}.kind-tabs button.active{background:#244fdc;border-color:#244fdc;color:white}#heading-text{font-size:inherit;color:inherit;margin-left:0}@media(max-width:600px){.kind-tabs{padding:0 20px 18px}}

/* Compact booking rows, shared across desktop and mobile. */
.deals{gap:8px}.ticket{padding:12px 14px;border-radius:12px}.destination{font-size:17px;letter-spacing:-.4px}.topline{gap:6px;flex-wrap:wrap}.airport{font-size:10px;margin-left:5px}.price{margin-left:auto;font-size:18px;letter-spacing:-.5px}.price small{font-size:11px}.region{font-size:10px;padding:2px 5px}.dates{margin-top:5px;font-size:12px}.flight{margin:4px 0;color:#62738c;font-size:11px}.schedule{display:flex;align-items:baseline;gap:8px;font-size:12px;line-height:1.65;flex-wrap:wrap;color:#53647e}.schedule>span:first-child{color:#8090a6;font-size:11px}.schedule b{font-size:11px;font-weight:600;min-width:48px}.hotel-info{font-size:11px;color:#73839a;margin-top:4px}.profile{padding-bottom:18px}.kind-tabs{padding-bottom:12px}
