@tailwind base;@tailwind components;@tailwind utilities;:root{font-family:Helvetica Neue,system-ui,-apple-system,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;background-color:#000;color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}.fixed-container{position:fixed;top:0;left:0;width:100%;height:100%;display:grid;grid-template-rows:auto 1fr}.scrollable-projects{overflow-y:auto;height:100%;padding:1rem}.project-item{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;border-bottom:1px solid rgba(255,255,255,.1);transition:color .2s ease}.project-item:hover{color:#0f0}.header{padding:1rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid rgba(255,255,255,.1)}.logo{font-size:2rem;font-weight:700;letter-spacing:.1em}.nav-links{display:flex;gap:2rem}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}h1{font-family:Helvetica Neue,Arial,sans-serif;font-weight:800;letter-spacing:-.025em;font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.nav-link{opacity:.6;transition:opacity .2s ease}.nav-link:hover{opacity:1}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#000}::-webkit-scrollbar-thumb{background:#fff3;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#ffffff4d}
