:root{--font-family-sans:"Pretendard",-apple-system,BlinkMacSystemFont,system-ui,Roboto,"Helvetica Neue","Segoe UI","Apple SD Gothic Neo","Noto Sans KR","Malgun Gothic","Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol",sans-serif;--color-primary:#2563eb;--color-primary-dark:#1d4ed8;--color-primary-light:#93c5fd;--color-ink:#0f172a;--color-muted:#64748b;--color-placeholder:#94a3b8;--color-surface:#fff;--color-surface-tint:hsla(0,0%,100%,.9);--color-border:rgba(226,232,240,.9);--color-muted-bg:rgba(148,163,184,.18);--color-neutral-200:#e2e8f0;--color-neutral-500:#64748b;--color-neutral-700:#475569;--color-primary-bg-subtle:rgba(37,99,235,.04);--color-primary-bg:rgba(37,99,235,.08);--color-primary-bg-strong:rgba(37,99,235,.12);--color-primary-border:rgba(37,99,235,.4);--color-primary-border-strong:rgba(37,99,235,.6);--color-primary-shadow:rgba(37,99,235,.12);--color-primary-focus:rgba(37,99,235,.22);--color-error:#dc2626;--color-error-bg:rgba(239,68,68,.12);--color-backdrop:rgba(15,23,42,.35);--color-backdrop-strong:rgba(15,23,42,.5);--color-shadow:rgba(0,0,0,.12);--color-shadow-strong:rgba(15,23,42,.3);--color-input-border:rgba(148,163,184,.45);--color-input-border-hover:rgba(148,163,184,.6);--color-focus-ring:rgba(147,197,253,.35);--color-error-focus-ring:rgba(220,38,38,.1);--color-code-bg:rgba(15,23,42,.06);--color-handle:rgba(148,163,184,.7);--color-surface-hover:rgba(148,163,184,.08);--color-surface-active:rgba(148,163,184,.2);--color-card-surface:hsla(0,0%,100%,.95);--color-card-border:rgba(226,232,240,.8);--color-accent-purple:#7c3aed;--color-accent-purple-bg:rgba(124,58,237,.08);--color-danger-gradient-start:#ef4444;--color-danger-gradient-end:#dc2626;--breakpoint-mobile:720px}html.dark{--color-primary:#3b82f6;--color-primary-dark:#2563eb;--color-primary-light:#1d4ed8;--color-ink:#f1f5f9;--color-muted:#94a3b8;--color-placeholder:#cbd5e1;--color-surface:#0f172a;--color-surface-tint:rgba(15,23,42,.95);--color-border:rgba(51,65,85,.8);--color-muted-bg:rgba(148,163,184,.12);--color-neutral-200:#334155;--color-neutral-500:#64748b;--color-neutral-700:#94a3b8;--color-primary-bg-subtle:rgba(59,130,246,.06);--color-primary-bg:rgba(59,130,246,.12);--color-primary-bg-strong:rgba(59,130,246,.18);--color-primary-border:rgba(59,130,246,.45);--color-primary-border-strong:rgba(59,130,246,.65);--color-primary-shadow:rgba(59,130,246,.15);--color-primary-focus:rgba(59,130,246,.28);--color-error:#f87171;--color-error-bg:rgba(239,68,68,.15);--color-backdrop:rgba(0,0,0,.5);--color-backdrop-strong:rgba(0,0,0,.7);--color-shadow:rgba(0,0,0,.3);--color-shadow-strong:rgba(0,0,0,.5);--color-input-border:rgba(71,85,105,.6);--color-input-border-hover:rgba(71,85,105,.8);--color-focus-ring:rgba(59,130,246,.35);--color-error-focus-ring:hsla(0,91%,71%,.15);--color-code-bg:hsla(0,0%,100%,.06);--color-handle:rgba(148,163,184,.5);--color-surface-hover:rgba(148,163,184,.1);--color-surface-active:rgba(148,163,184,.15);--color-card-surface:rgba(30,41,59,.95);--color-card-border:rgba(51,65,85,.8);--color-accent-purple:#a78bfa;--color-accent-purple-bg:rgba(167,139,250,.12);--color-danger-gradient-start:#f87171;--color-danger-gradient-end:#ef4444}html.dark body{background-color:var(--color-surface);color:var(--color-ink)}.skeleton{cursor:default;pointer-events:none}.skeleton-shimmer{animation:skeleton-shimmer 1.5s ease-in-out infinite;background:linear-gradient(90deg,#94a3b81a,#94a3b82e 50%,#94a3b81a);background-size:200% 100%}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.skeleton-avatar{border-radius:999px;height:32px;width:32px}.skeleton-text{border-radius:4px;height:16px;width:80%}.skeleton-text-small{border-radius:4px;height:14px;width:40%}.skeleton-badge{border-radius:6px;height:20px;width:48px}body{font-family:var(--font-family-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.has-tooltip{position:relative}.has-tooltip:after{background:var(--color-ink,#0f172a);border-radius:6px;color:#fff;content:attr(data-tooltip);font-size:12px;font-weight:500;left:50%;margin-top:6px;opacity:0;padding:5px 10px;pointer-events:none;position:absolute;top:100%;transform:translate(-50%);transition:opacity 80ms ease,visibility 80ms ease;visibility:hidden;white-space:nowrap;z-index:100}.has-tooltip:hover:after{opacity:1;visibility:visible}.has-tooltip.tooltip-top:after{bottom:100%;margin-bottom:6px;margin-top:0;top:auto}.has-tooltip.tooltip-left:after{left:auto;margin-right:6px;margin-top:0;right:100%;top:50%;transform:translateY(-50%)}.has-tooltip.tooltip-right:after{left:100%;margin-left:6px;margin-top:0;top:50%;transform:translateY(-50%)}input,select,textarea{font-family:inherit;letter-spacing:normal;word-spacing:normal}.map-card-marker-container{align-items:center;display:flex;flex-direction:column;position:relative}.map-card-marker{align-items:stretch;background:#fffffff7;border-radius:10px;box-shadow:0 2px 10px #0000002e;box-sizing:border-box;color:#0f172a;contain:layout;display:flex;font-size:11px;overflow:hidden;width:100%}.map-card-marker .image{background:#f1f5f9;flex-shrink:0;width:48px}.map-card-marker .image img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.map-card-marker .content{display:flex;flex:1;flex-direction:column;gap:2px;justify-content:center;min-width:0;padding:6px 10px}.map-card-marker .field{font-weight:500;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.map-card-marker .field.primary{color:#1e293b;font-weight:600}.map-card-marker .group{align-items:center;color:#64748b;display:flex;font-size:10px;gap:4px;margin-top:2px}.map-card-marker .dot{border-radius:50%;flex-shrink:0;height:6px;width:6px}.map-card-tail{border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid hsla(0,0%,100%,.97);filter:drop-shadow(0 2px 2px rgba(0,0,0,.1));height:0;width:0}.map-pin-marker-container{align-items:center;display:flex;flex-direction:column}.map-pin-label-wrapper{left:50%;position:absolute;top:2px;transform:translate(-50%)}.map-pin-label{background:#fffffff2;border-radius:4px;box-shadow:0 1px 3px #0000001f;box-sizing:border-box;color:#0f172a;font-weight:500;white-space:nowrap}.map-draft-label{background:#ffffffd9;border:1px dashed #9ca3af}.map-pin-svg-container{display:flex;justify-content:center}#__nuxt,body,html{height:100%;margin:0;padding:0;width:100%}
