:root{--primary:#2d3436;--secondary:#0984e3;--background:#f8f9fa;--text:#2d3436;--accent:#00b894}body{background-color:#f8f9fa;background-color:var(--background);color:#2d3436;color:var(--text);font-family:Inter,-apple-system,sans-serif;margin:0}.hero-section{align-items:center;background:linear-gradient(135deg,#000,#2d3436);color:#fff;display:flex;justify-content:center;min-height:80vh;padding:2rem;text-align:center}.hero-content h1{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#00b894,#0984e3);-webkit-background-clip:text;font-size:4rem;font-weight:800;margin-bottom:1.5rem}.hero-subtitle{font-size:1.5rem;margin-bottom:2rem;opacity:.9}.hero-links{display:flex;gap:1rem;justify-content:center}.hero-button{background:#0984e3;background:var(--secondary);border-radius:4px;color:#fff;font-weight:600;padding:.8rem 2rem;text-decoration:none;transition:all .3s ease}.hero-button.secondary{background:#0000;border:2px solid #0984e3;border:2px solid var(--secondary)}.hero-content h1:last-child{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#00b894,#0984e3);-webkit-background-clip:text;font-size:3rem;font-weight:900;margin-bottom:1.2rem}.hero-content h1:first-child{-webkit-text-fill-color:unset;background:none;-webkit-background-clip:unset;color:#fff;font-size:3rem;font-weight:700;letter-spacing:.5px;margin-bottom:.3rem}.hero-name{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#00b894,#0984e3);-webkit-background-clip:text;font-size:1.1em;font-weight:900}.projects-section{margin:0 auto;max-width:1200px;padding:6rem 2rem}.projects-section h2{font-size:2.5rem;margin-bottom:3rem;text-align:center}.projects-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.project-card{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;color:#2d3436;color:var(--text);overflow:hidden;text-decoration:none;transition:transform .3s ease}.project-card:hover{transform:translateY(-5px)}.project-image{height:200px;overflow:hidden}.project-image img{height:100%;object-fit:cover;width:100%}.project-details{padding:1.5rem}.project-details h3{color:#2d3436;color:var(--primary);font-size:1.5rem;margin-bottom:1rem}.tech-stack{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.tech-tag{border-radius:20px;color:#0984e3;color:var(--secondary);font-size:.875rem;font-weight:500;padding:.4rem 1rem}.media-section,.tech-tag{background:#f8f9fa;background:var(--background)}.media-section{margin:0 auto;max-width:1200px;padding:6rem 2rem}.media-section h2{font-size:2.5rem;margin-bottom:3rem;text-align:center}.media-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.media-card{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;overflow:hidden}.media-thumbnail{cursor:pointer;height:250px;overflow:hidden}.media-thumbnail img{height:100%;object-fit:cover;width:100%}.play-button{align-items:center;background:#000000b3;border-radius:50%;color:#fff;display:flex;font-size:24px;height:60px;justify-content:center;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:transform .3s ease;width:60px}.media-thumbnail:hover .play-button{transform:translate(-50%,-50%) scale(1.1)}.media-details{padding:1.5rem}.media-details h3{color:#2d3436;color:var(--primary);font-size:1.5rem;margin-bottom:.5rem}.media-details p{color:#2d3436;color:var(--text);opacity:.8}.media-card{overflow:visible;position:relative}.media-thumbnail,.media-video{position:relative;z-index:1}.media-video{border-radius:8px;display:block;height:auto;width:100%}
/*# sourceMappingURL=main.e8f978a7.css.map*/