@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";html{scroll-behavior:smooth}:root{--color-primary-50: #e3f2fd;--color-primary-100: #bbdefb;--color-primary-200: #90caf9;--color-primary-300: #64b5f6;--color-primary-400: #42a5f5;--color-primary-500: #1976d2;--color-primary-600: #1565c0;--color-primary-700: #0d47a1;--color-primary-800: #0277bd;--color-primary-900: #01579b;--color-primary-ios: #007aff;--color-secondary-50: #e0f2f1;--color-secondary-100: #b2dfdb;--color-secondary-200: #80cbc4;--color-secondary-300: #4db6ac;--color-secondary-400: #26a69a;--color-secondary-500: #00897b;--color-secondary-600: #00796b;--color-secondary-700: #00695c;--color-secondary-800: #004d40;--color-secondary-900: #00251a;--color-neutral-50: #f8fafc;--color-neutral-100: #f1f5f9;--color-neutral-200: #e2e8f0;--color-neutral-300: #cbd5e1;--color-neutral-400: #94a3b8;--color-neutral-500: #64748b;--color-neutral-600: #475569;--color-neutral-700: #334155;--color-neutral-800: #1e293b;--color-neutral-900: #0f172a;--color-error-50: #ffebee;--color-error-500: #f44336;--color-error-600: #e53935;--color-success-50: #e8f5e8;--color-success-500: #4caf50;--color-success-600: #43a047;--color-warning-50: #fff3e0;--color-warning-500: #ff9800;--color-warning-600: #fb8c00;--font-family-sans: -apple-system, BlinkMacSystemFont, Inter, Roboto, "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;--spacing-0_5: 2px;--spacing-1_5: 6px;--spacing-2_5: 10px;--spacing-3_5: 14px;--spacing-18: 72px;--spacing-22: 88px;--spacing-88: 352px;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--radius-2xl: 24px;--radius-3xl: 32px;--duration-120: .12s;--duration-250: .25s;--duration-350: .35s;--primary-color: #1976d2;--primary-light: #e3f2fd;--secondary-color: #00897b;--surface-color: #ffffff;--background-color: #f8fafc}*:focus-visible{outline:2px solid var(--primary-color);outline-offset:2px;border-radius:8px}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#f1f5f9;border-radius:3px}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#cbd5e1,#94a3b8);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#94a3b8,#64748b)}.interactive-element{cursor:pointer}.interactive-element:hover{transform:translateY(-1px)}.interactive-element:active{transform:translateY(0)}@keyframes ripple{0%{transform:scale(0);opacity:1}to{transform:scale(4);opacity:0}}.ripple-effect{position:relative;overflow:hidden}.ripple-effect:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffffff4d;transform:translate(-50%,-50%)}.ripple-effect:active:before{width:300px;height:300px}.card-hover:hover{transform:translateY(-2px) scale(1.01)}@keyframes shimmer{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}.loading-shimmer{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200px 100%;animation:shimmer 1.5s infinite}
