:root{font-family:Pretendard,Noto Sans KR,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;line-height:1.6;font-weight:400;color:#0f172a;background-color:#f8fafc;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*,*:before,*:after{box-sizing:border-box}body{margin:0;background:#e2e8f0;min-height:100vh}html,body{height:100%}#app{min-height:100vh;height:100%}.page{display:grid;grid-template-columns:minmax(320px,420px) 1fr;gap:1.5rem;padding:1.5rem;min-height:100%}.panel{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 10px 25px #0f172a14}.panel h1{margin:0 0 .5rem;font-size:1.5rem}.description{margin:0 0 1.5rem;color:#475569;font-size:.95rem}.field{display:flex;flex-direction:column;gap:.35rem;margin-bottom:1rem}.field__inline{display:flex;gap:.5rem;align-items:stretch;flex-wrap:nowrap}.field__inline input{flex:1;min-width:0}.field--inline{flex-direction:row;align-items:center;gap:.5rem}.custom-time-toggle{flex-direction:column;align-items:flex-start;gap:.25rem}.custom-time-toggle small{color:#64748b;font-size:.8rem}label{font-weight:600;font-size:.9rem;color:#0f172a}input,select,button{font:inherit}input,select{border-radius:10px;border:1px solid #cbd5f5;padding:.6rem .75rem;background:#fff;transition:border-color .2s,box-shadow .2s}input:focus,select:focus{border-color:#2563eb;outline:none;box-shadow:0 0 0 3px #2563eb26}.field__inline button{min-width:96px}button{border:none;border-radius:10px;padding:.65rem 1.2rem;font-weight:600;background:#e2e8f0;cursor:pointer;transition:background .2s,transform .2s}button:hover{background:#cbd5f5}button:disabled{opacity:.6;cursor:not-allowed}.primary{background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff}.primary:hover{transform:translateY(-2px)}.results{list-style:none;padding:0;margin:0 0 1.5rem;border:1px solid #e2e8f0;border-radius:12px;max-height:260px;overflow-y:auto}.results li{padding:.65rem .9rem;border-bottom:1px solid #e2e8f0;cursor:pointer;transition:background .2s}.results li:last-child{border-bottom:none}.results li.selected,.results li:hover{background:#2563eb14}.results strong{display:block;font-size:.95rem;color:#0f172a}.results span{font-size:.85rem;color:#475569}.results small{font-size:.75rem;color:#94a3b8}.grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.map{position:relative;padding:0;overflow:hidden;min-height:calc(100vh - 3rem)}.kakao-map{width:100%;height:100%;border-radius:16px}.helper{position:absolute;inset:1.5rem;background:#0f172acc;border-radius:12px;color:#fff;padding:1rem;font-size:.9rem;line-height:1.4}.helper code{background:#fff3;padding:.1rem .3rem;border-radius:4px}.error{margin:.25rem 0 0;color:#dc2626;font-size:.85rem}@media(max-width:960px){body{background:#f8fafc}.page{grid-template-columns:1fr;grid-template-rows:auto 1fr;padding:1rem;gap:1rem}.controls{order:1}.map{order:2;min-height:50vh}.kakao-map{min-height:50vh;border-radius:12px}.grid{grid-template-columns:1fr}}@media(max-width:600px){.field__inline{flex-direction:column}.field__inline button{width:100%}}
