@import"https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800;900&family=Noto+Sans+KR:wght@300;400;500;700&display=swap";:root{--color-primary: #FF5E79;--color-primary-hover: #FF4A68;--color-primary-light: #FFF6F6;--color-primary-dark: #E54D67;--color-white: #FFFFFF;--color-black: #010101;--color-gray-900: #1A1A1A;--color-gray-700: #4A4A4A;--color-gray-500: #8A8A8A;--color-gray-300: #D4D4D4;--color-gray-200: #E8E8E8;--color-gray-100: #F5F5F5;--color-status-active: #FF5E79;--color-status-done: #8A8A8A;--color-status-error: #1A1A1A;--color-status-idle: #D4D4D4;--color-status-review: #E54D67;--color-success: #22C55E;--color-warning: #F59E0B;--color-error: #EF4444;--color-info: #3B82F6;--text-xs: .75rem;--text-sm: .8125rem;--text-base: .875rem;--text-lg: 1rem;--text-xl: 1.5rem;--text-2xl: 2rem;--text-3xl: 2.5rem;--text-4xl: 3.25rem;--header-height: 64px;--header-height-mobile: 56px;--content-max-width: 1200px;--content-padding: 24px;--section-gap: 80px;--font-primary: "Noto Sans KR", -apple-system, BlinkMacSystemFont, sans-serif;--font-display: "Outfit", "Noto Sans KR", sans-serif;--font-weight-light: 300;--font-weight-regular: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.25rem;--space-6: 1.5rem;--space-8: 2rem;--space-10: 2.5rem;--space-12: 3rem;--space-16: 4rem;--radius-sm: .5rem;--radius-md: .75rem;--radius-lg: 1rem;--radius-xl: 1.5rem;--radius-full: 9999px;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--shadow-md: 0 4px 12px rgba(0, 0, 0, .08);--shadow-lg: 0 8px 24px rgba(0, 0, 0, .12);--transition-fast: .15s ease;--transition-normal: .2s ease;--transition-slow: .3s ease}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-primary);font-weight:var(--font-weight-regular);color:var(--color-gray-900);background-color:var(--color-white);line-height:1.5}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none}img{max-width:100%;height:auto}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.reveal{opacity:0;animation:fadeUp .7s cubic-bezier(.22,1,.36,1) forwards}.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}
