:root{--primary-color: #004AAD;--search-bg-color: #f6f4ff;--gray-color: #aaaaaa;--primary-hover: #005fdb}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif}#root{max-width:100%;margin:0;background:#f4f5f7}body{width:100%;height:100vh;margin:0;background:#f4f5f7}.shimmer-container{padding:20px}.shimmer{position:relative;overflow:hidden;background:#e5e7eb;border-radius:10px}.shimmer:after{content:"";position:absolute;top:0;left:-150px;width:150px;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.7),transparent);animation:shimmer 1.2s infinite}@keyframes shimmer{to{left:100%}}.shimmer-header{width:200px;height:40px;margin-bottom:20px}.shimmer-banner{width:100%;height:220px;margin-bottom:30px}.shimmer-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:20px}.shimmer-card{display:flex;flex-direction:column;gap:12px}.shimmer-image{width:100%;height:220px;border-radius:14px}.shimmer-text{width:100%;height:18px}.shimmer-text.small{width:60%;height:14px}
