*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#f8fafc;color:#1e293b;-webkit-font-smoothing:antialiased}#root{min-height:100dvh;display:flex;flex-direction:column}.map-container{width:100%;height:calc(100dvh - 64px)}.card{background:#fff;border-radius:12px;box-shadow:0 1px 4px #00000014;padding:16px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:10px 20px;border-radius:8px;border:none;font-size:15px;font-weight:600;cursor:pointer;transition:opacity .15s}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:#2563eb;color:#fff}.btn-danger{background:#ef4444;color:#fff}.btn-outline{background:transparent;border:1.5px solid #2563eb;color:#2563eb}.btn:not(:disabled):hover{opacity:.88}.input{width:100%;padding:10px 12px;border:1.5px solid #e2e8f0;border-radius:8px;font-size:15px;outline:none;transition:border-color .15s}.input:focus{border-color:#2563eb}.navbar{height:56px;background:#fff;border-bottom:1px solid #e2e8f0;display:flex;align-items:center;padding:0 16px;gap:12px;font-weight:700;font-size:16px}.badge{padding:2px 8px;border-radius:99px;font-size:12px;font-weight:600}.badge-green{background:#dcfce7;color:#166534}.badge-gray{background:#f1f5f9;color:#64748b}
