@charset "UTF-8";:root{--brand-blue-50: #f3f6fa;--brand-blue-100: #e2eaf4;--brand-blue-200: #c5d5e9;--brand-blue-300: #9db8d8;--brand-blue-400: #7093c4;--brand-blue-500: #4f77b4;--brand-blue-600: #4068a8;--brand-blue-700: #35578c;--brand-blue-800: #2a4570;--brand-blue-900: #1f3354;--brand-orange: #e07838;--brand-orange-light: #e89838;--brand-orange-strong: #9a470f;--brand-orange-soft: #fdf0e7;--color-primary: #4068a8;--color-primary-hover: #35578c;--color-primary-active: #2a4570;--color-primary-soft: #f3f6fa;--color-on-primary: #ffffff;--color-accent: #e07838;--color-on-accent: #2b1505;--color-accent-hover: #d66c2c;--color-accent-active: #c96426;--color-accent-soft: #fdf0e7;--color-accent-strong: #9a470f;--color-success: #1f7a4d;--color-success-soft: #e4f3eb;--color-success-text: #14663e;--color-on-success: #ffffff;--color-warning: #8a5a00;--color-warning-soft: #fbf1dc;--color-warning-text: #7a5200;--color-on-warning: #ffffff;--color-danger: #b93425;--color-danger-soft: #fceae7;--color-danger-text: #a72c1e;--color-on-danger: #ffffff;--color-info: #0e7490;--color-info-soft: #e0f2f7;--color-info-text: #0d6a84;--color-on-info: #ffffff;--color-status-pending-bg: #fdf3da;--color-status-pending-text: #8a5a00;--color-status-pending-dot: #b47800;--color-status-approved-bg: #e4f3eb;--color-status-approved-text: #14663e;--color-status-approved-dot: #1f7a4d;--color-status-rejected-bg: #fdedea;--color-status-rejected-text: #a53a2a;--color-status-rejected-dot: #c0503c;--chart-1: #4068a8;--chart-2: #d96f2e;--chart-3: #17a189;--chart-4: #8a5fb0;--chart-5: #c04f6e;--chart-6: #2f94bd;--color-bg: #f5f7fa;--color-surface: #ffffff;--color-surface-alt: #eaeff5;--color-overlay: rgba(31, 51, 84, .5);--color-text: #1c2a3a;--color-text-secondary: #44566c;--color-text-muted: #5c6b7d;--color-text-on-dark: #f5f7fa;--color-border: #dbe3ec;--color-border-strong: #bfcddd;--color-focus-ring: rgba(64, 104, 168, .45);--font-family-base: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;--font-size-xs: .875rem;--font-size-sm: 1rem;--font-size-base: 1.0625rem;--font-size-lg: 1.25rem;--font-size-xl: 1.5rem;--font-size-2xl: 2rem;--font-size-3xl: 2.75rem;--font-weight-regular: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--line-height-tight: 1.25;--line-height-base: 1.6;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.5rem;--space-6: 2rem;--space-7: 3rem;--space-8: 4rem;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 24px;--radius-full: 999px;--shadow-sm: 0 1px 2px rgba(31, 51, 84, .06);--shadow-md: 0 4px 16px rgba(31, 51, 84, .09);--shadow-lg: 0 12px 32px rgba(31, 51, 84, .14);--shadow-accent: 0 6px 20px rgba(64, 104, 168, .28);--layout-max-width: 1200px;--layout-gutter: 1.5rem;--header-height: 64px;--sidebar-width: 248px;--bottom-nav-height: 64px;--mobile-max-width: 480px;--tap-target-min: 48px;--transition-fast: .14s ease;--transition-base: .22s ease;--motion-duration-fast: .12s;--motion-duration-normal: .2s;--motion-duration-slow: .32s;--motion-ease-out: cubic-bezier(0, 0, .2, 1);--motion-ease-in-out: cubic-bezier(.4, 0, .2, 1);--z-dropdown: 1000;--z-sticky: 1100;--z-overlay: 1200;--z-modal: 1300;--z-toast: 1400;--z-tooltip: 1500}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;text-size-adjust:100%;overflow-x:hidden;scroll-behavior:smooth}body{margin:0;min-height:100vh;font-family:var(--font-family-base);font-size:var(--font-size-base);line-height:var(--line-height-base);color:var(--color-text);background:var(--color-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{margin:0;font-weight:var(--font-weight-bold);line-height:var(--line-height-tight);color:var(--color-text)}p{margin:0}a{color:inherit;text-decoration:none}button{font-family:inherit;font-size:inherit;cursor:pointer;border:none;background:none;color:inherit}input,textarea,select{font-family:inherit;font-size:inherit;color:inherit}img,svg{display:block;max-width:100%}ul,ol{margin:0;padding:0;list-style:none}:focus-visible{outline:3px solid var(--color-focus-ring);outline-offset:2px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}::-webkit-scrollbar{width:12px;height:12px}::-webkit-scrollbar-thumb{background:var(--color-border-strong);border-radius:var(--radius-full);border:3px solid var(--color-bg)}::-webkit-scrollbar-track{background:transparent}.ui-modal-backdrop{background:var(--color-overlay)}.ui-select__backdrop,.ui-dropdown__backdrop,.ui-popover__backdrop{background:transparent}:root{--color-bg: #eef2f8;--shadow-card: 0 1px 2px rgba(31, 51, 84, .05), 0 4px 12px rgba(31, 51, 84, .06)}body{word-break:keep-all;overflow-wrap:break-word}@font-face{font-family:Pretendard Variable;font-weight:45 920;font-style:normal;font-display:swap;src:url(/fonts/PretendardVariable.woff2) format("woff2-variations")}
