:root{--bg-color: #0F0F0F;--surface-color: #1a1a1a;--primary-color: #3B82F6;--accent-color: #F97316;--text-primary: #ffffff;--text-secondary: #9CA3AF;font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:var(--text-primary);background-color:var(--bg-color);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;overflow-x:hidden;background-color:var(--bg-color);background-image:radial-gradient(circle at 50% 0%,rgba(59,130,246,.15) 0%,transparent 50%),radial-gradient(circle at 100% 0%,rgba(249,115,22,.1) 0%,transparent 40%);background-attachment:fixed}a{font-weight:500;color:var(--primary-color);text-decoration:inherit;transition:color .25s}a:hover{color:var(--secondary-color)}h1,h2,h3,h4,h5,h6{color:var(--text-color);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:var(--surface-color);cursor:pointer;transition:border-color .25s}button:hover{border-color:var(--primary-color)}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-color)}::-webkit-scrollbar-thumb{background:#333;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#555}.container{max-width:1400px;margin:0 auto;padding:0 2rem}.section{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:6rem 0;position:relative}.glass{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:1rem}.project-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:1.5rem}.project-card{position:relative;height:20rem;overflow:hidden;border-radius:1.5rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;cursor:pointer}.project-overlay{position:absolute;inset:0;background-color:#000000b3;z-index:10}.card-content{position:absolute;top:1.5rem;left:1.5rem;right:1.5rem;z-index:20;pointer-events:none}.card-header{display:flex;justify-content:space-between;align-items:center;pointer-events:auto}.circular-icon{width:fit-content;border-radius:9999px;background:linear-gradient(to right,#312e8180,#fbcfe833);padding:.5rem;color:#fff;transition:background-color .2s;display:flex;align-items:center;justify-content:center}.circular-icon:hover{background-color:#312e8199}.card-title{position:absolute;top:4rem;left:1.5rem;margin-top:1.5rem;max-width:28rem;font-size:1.5rem;line-height:1.25;font-weight:700;color:#fff;z-index:20}.card-desc{position:absolute;top:9rem;left:1.5rem;margin-top:.5rem;margin-right:.5rem;max-width:20rem;font-size:.85rem;color:#e2e8f0;z-index:20;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
