:root{color-scheme:dark;font-family:Inter,system-ui,sans-serif;color:#0f172a;background:#f8fafc}*{box-sizing:border-box}html{scroll-behavior:smooth}*{font-family:Inter,sans-serif;scroll-behavior:smooth}.hover-scale{transition:transform .3s ease,box-shadow .3s ease}.hover-scale:hover{transform:translateY(-5px);box-shadow:0 20px 25px -12px #00000026}.gradient-text{background:linear-gradient(125deg,#2563eb,#7c3aed,#db2777);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-size:200% auto;animation:shimmer 4s infinite linear}@keyframes shimmer{0%{background-position:0% 50%}to{background-position:200% 50%}}.mobile-menu-fixed{position:fixed;top:0;left:-100%;width:280px;height:100%;background:#fff;z-index:1000;transition:left .3s ease-in-out;overflow-y:auto;box-shadow:2px 0 25px #0000001a}.mobile-menu-fixed.open{left:0}.menu-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:999;display:none;transition:all .3s ease}.menu-overlay.show{display:block}body.menu-open{overflow:hidden}
