:root{--primary: #0d47a1;--text-primary: #222222;--text-secondary: #4b5563;--border-light: #e5e7eb;--surface: #f8fafc;--shadow-sm: 0 10px 24px rgba(15, 23, 42, .08);--shadow-lg: 0 24px 60px rgba(15, 23, 42, .15)}*{box-sizing:border-box}body{margin:0;font-family:Poppins,Segoe UI,sans-serif;color:var(--text-primary);background:radial-gradient(circle at top,#fff,#f8fafc,#eef2f7);line-height:1.6}img{max-width:100%}h1,h2,h3,h4{margin:0 0 .5rem;font-weight:600}p{margin:0 0 1rem}.container{width:min(1120px,92%);margin:0 auto}.card{background:#fff;border-radius:20px;border:1px solid var(--border-light);padding:1.5rem;box-shadow:var(--shadow-sm)}.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:.75rem;color:var(--text-secondary)}.btn-primary{display:inline-flex;align-items:center;justify-content:center;background:var(--primary);color:#fff;padding:.8rem 1.5rem;border-radius:999px;text-decoration:none;font-weight:600;border:none;cursor:pointer}.skeleton{background:linear-gradient(90deg,#f0f2f5 25%,#e5e7eb 37%,#f0f2f5 63%);background-size:400% 100%;animation:shimmer 1.2s ease-in-out infinite;min-height:180px;border-radius:16px}.card.skeleton{min-height:160px}.error{color:#b91c1c}@keyframes shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}
