@import"https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;600;700&display=swap";._wrap_j2d1v_1{display:flex;justify-content:center;padding:24px 16px}._card_j2d1v_7{width:100%;max-width:520px;background:var(--surface);border:1px solid var(--border);border-radius:20px;box-shadow:var(--shadow-sm);padding:28px 24px;text-align:center}._error_j2d1v_18{border-color:#fecaca;background:linear-gradient(180deg,#fff7f7,#fff)}._icon_j2d1v_23{width:64px;height:64px;margin:0 auto 16px;border-radius:20px;background:var(--bg);display:flex;align-items:center;justify-content:center;font-size:30px}._title_j2d1v_35{font-size:20px;font-weight:700;color:var(--text-primary)}._message_j2d1v_41{margin-top:10px;color:var(--text-muted);line-height:1.6;font-size:14px}._actions_j2d1v_48{margin-top:20px;display:flex;justify-content:center;gap:10px;flex-wrap:wrap}:root{--blue: #2563eb;--blue-light: #eff6ff;--blue-border: #bfdbfe;--blue-dark: #1d4ed8;--bg: #f1f5f9;--surface: #ffffff;--border: #e8edf3;--border-mid: #e2e8f0;--text-primary: #0f172a;--text-secondary: #374151;--text-muted: #64748b;--text-faint: #94a3b8;--red: #ef4444;--red-light: #fee2e2;--green: #16a34a;--green-light: #dcfce7;--radius-sm: 10px;--radius-md: 14px;--radius-lg: 20px;--shadow-sm: 0 1px 4px rgba(0,0,0,.06);--shadow-md: 0 4px 16px rgba(0,0,0,.08)}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;font-family:Noto Sans KR,Apple SD Gothic Neo,Malgun Gothic,맑은 고딕,Noto Sans CJK KR,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg);color:var(--text-primary);-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:100%;text-size-adjust:100%}button{font-family:inherit;cursor:pointer;border:none;outline:none}input,textarea,select{font-family:inherit;outline:none}a{text-decoration:none;color:inherit}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border-mid);border-radius:4px}.btn-primary{background:var(--blue);color:#fff;border-radius:var(--radius-sm);padding:10px 20px;font-size:14px;font-weight:600;transition:background .15s;display:inline-flex;align-items:center;gap:6px}.btn-primary:hover{background:var(--blue-dark)}.btn-primary:disabled{background:var(--text-faint);cursor:not-allowed}.btn-ghost{background:var(--surface);color:var(--text-muted);border:1px solid var(--border-mid);border-radius:var(--radius-sm);padding:9px 16px;font-size:13px;font-weight:500;transition:all .15s}.btn-ghost:hover{border-color:var(--blue-border);color:var(--blue)}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.badge{display:inline-block;font-size:10px;font-weight:700;padding:3px 9px;border-radius:20px}.badge-red{background:var(--red-light);color:var(--red)}.badge-green{background:var(--green-light);color:var(--green)}.badge-blue{background:var(--blue-light);color:var(--blue)}.flex{display:flex}.flex-col{display:flex;flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-1{gap:4px}.gap-2{gap:8px}.gap-3{gap:12px}.gap-4{gap:16px}.text-muted{color:var(--text-muted)}.text-faint{color:var(--text-faint)}.text-sm{font-size:12px}.text-xs{font-size:11px}.font-bold{font-weight:700}.font-semibold{font-weight:600}
