@charset "UTF-8";:root{--font-sans: "Plus Jakarta Sans", system-ui, sans-serif;--color-bg: #fefdfb;--color-surface: #ffffff;--color-border: #e7e5e4;--color-text: #1c1917;--color-text-muted: #78716c;--color-accent: #ea580c;--color-accent-hover: #c2410c;--color-header-bg: #1c1917;--color-header-text: #fafaf9;--radius-card: 12px;--radius-btn: 10px;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .06);--shadow-md: 0 4px 12px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 40px rgba(0, 0, 0, .08)}*,html,body{font-family:var(--font-sans);margin:0;padding:0;box-sizing:border-box}body{background:var(--color-bg);color:var(--color-text);min-height:100vh}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 1.25rem}.animate-pulse{animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.35}}.shimmer{position:relative}.shimmer:after{content:"";position:absolute;inset:0;background:linear-gradient(105deg,#f5f5f4,#e7e5e4 40%,#f5f5f4);background-size:200% 100%;animation:shimmerAnimation 2s infinite}@keyframes shimmerAnimation{0%{background-position:200% 0}to{background-position:-200% 0}}
