@tailwind base;@tailwind components;@tailwind utilities;body{font-family:Inter,sans-serif;scroll-behavior:smooth}.custom-scrollbar::-webkit-scrollbar{width:6px;height:6px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent}.custom-scrollbar::-webkit-scrollbar-thumb{background-color:#334155;border-radius:20px}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-100%)}}.animate-marquee{animation:marquee 30s linear infinite}.animate-marquee:hover{animation-play-state:paused}.cookie-consent-banner{position:fixed;bottom:0;left:0;right:0;z-index:9999;background:#fffffffa;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid rgba(226,232,240,.8);padding:1.25rem;box-shadow:0 -4px 20px #00000014;transform:translateY(100%);transition:transform .3s ease-in-out}.dark .cookie-consent-banner{background:#0f0f0ffa;border-top:1px solid rgba(64,64,64,.6);box-shadow:0 -4px 20px #0000004d}.cookie-consent-show{transform:translateY(0)}.cookie-consent-hide{transform:translateY(100%)}.cookie-consent-content{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-wrap:wrap}.cookie-consent-text{flex:1;min-width:250px}.cookie-consent-title{font-size:.95rem;font-weight:600;color:#1e293b;margin-bottom:.375rem}.dark .cookie-consent-title{color:#f8fafc}.cookie-consent-description{font-size:.875rem;color:#64748b;line-height:1.5}.dark .cookie-consent-description{color:#94a3b8}.cookie-policy-link{color:#005b5c;text-decoration:underline;font-weight:500;transition:color .2s}.cookie-policy-link:hover{color:#007a7b}.dark .cookie-policy-link{color:#20d4d5}.dark .cookie-policy-link:hover{color:#4ae0e1}.cookie-consent-actions{display:flex;gap:.75rem;flex-shrink:0}.cookie-btn{padding:.625rem 1.5rem;font-size:.875rem;font-weight:500;border-radius:8px;cursor:pointer;transition:all .2s;border:none;white-space:nowrap}.cookie-btn-decline{background:transparent;color:#64748b;border:1px solid #cbd5e1}.cookie-btn-decline:hover{background:#f1f5f9;color:#475569}.dark .cookie-btn-decline{color:#94a3b8;border-color:#404040}.dark .cookie-btn-decline:hover{background:#1a1a1a;color:#cbd5e1}.cookie-btn-accept{background:#005b5c;color:#fff;border:1px solid #005B5C}.cookie-btn-accept:hover{background:#003f40;border-color:#003f40;transform:translateY(-1px);box-shadow:0 4px 12px #005b5c4d}.dark .cookie-btn-accept:hover{box-shadow:0 4px 12px #20d4d54d}@media (max-width: 640px){.cookie-consent-content{flex-direction:column;align-items:stretch}.cookie-consent-actions{width:100%}.cookie-btn{flex:1}}
