@import"https://fonts.googleapis.com/css2?family=Fira+Code:wght@300;400;500;600;700&display=swap";.app-background{width:100%;min-height:100vh}.App{width:100%;min-height:100vh;position:relative;z-index:1}main{width:100%}.hero-section{width:100%;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:4rem 2rem;position:relative;z-index:10}.hero-container{width:100%;max-width:1200px;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-left{padding-right:2rem;text-align:left}.hero-content{width:100%;max-width:800px}.hero-title{font-size:clamp(1.2rem,3vw,2.5rem);font-weight:800;color:#000;margin:0 0 1rem;line-height:1.2;text-shadow:0 4px 20px rgba(255,255,255,.3);letter-spacing:-.02em}.hero-title span{display:block;white-space:nowrap}.hero-subtitle{font-size:clamp(1rem,2.5vw,1.5rem);color:#000c;margin:0 0 1.5rem;font-weight:300;letter-spacing:.02em;text-shadow:0 2px 10px rgba(255,255,255,.2)}.hero-social{display:flex;align-items:center;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.hero-social .btn{margin-right:1rem}.hero-social-text{font-size:1.1rem;color:#000c;font-weight:500}.hero-social-icon{display:inline-flex;align-items:center;justify-content:center;transition:transform .3s ease}.hero-social-icon img{width:1.8rem;height:1.8rem;filter:grayscale(0%) brightness(1);transition:all .3s ease}.hero-social-icon:hover img{transform:scale(1.15)}.btn{padding:.75rem 2rem;font-size:1.1rem;font-weight:600;text-decoration:none;border-radius:50px;transition:all .3s ease;display:inline-block;letter-spacing:.02em;border:2px solid transparent}.btn-primary{background:#fff;color:#333;box-shadow:0 4px 20px #ffffff4d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 30px #fff6}.hero-right{display:flex;flex-direction:column;justify-content:center}.project-teaser-list{display:flex;flex-direction:column;gap:0}.teaser-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.2em;color:#0009;margin-bottom:1.5rem}.project-teaser-item{display:flex;align-items:center;gap:1.5rem;padding:.75rem 1rem;border:1px solid transparent;border-radius:0;transition:all .3s ease;background:#fff3;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.project-teaser-item:hover{background:#fff6;border-color:#ffffff80;transform:translate(10px)}.teaser-thumbnail{width:80px;height:50px;overflow:hidden;border-radius:2px;background:#f0f0f0;flex-shrink:0}.teaser-thumbnail img{width:100%;height:100%;object-fit:cover}.teaser-info{flex-grow:1}.teaser-title{font-size:1rem;font-weight:600;color:#111;margin-bottom:.25rem}.teaser-category{font-size:.8rem;color:#444;font-family:Fira Code,monospace}.teaser-arrow{color:#333;opacity:0;transform:translate(-10px);transition:all .3s ease}.project-teaser-item:hover .teaser-arrow{opacity:1;transform:translate(0)}.view-all-link{margin-top:1rem;font-size:.9rem;color:#333;text-decoration:underline;text-underline-offset:4px;align-self:flex-start;transition:color .2s ease}.view-all-link:hover{color:#000;font-weight:600}@media (max-width: 968px){.hero-container{grid-template-columns:1fr;gap:3rem;text-align:center}.hero-left{padding-right:0;display:flex;flex-direction:column;align-items:center}.hero-social{justify-content:center}.project-teaser-list{max-width:500px;margin:0 auto;width:100%}.project-teaser-item{text-align:left}}.projects-section{padding:8rem 2rem;background:linear-gradient(to bottom,transparent 0%,rgba(255,255,255,.5) 15%,rgba(255,255,255,.9) 30%,white 50%);position:relative}.section-title{font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:.2em;margin-bottom:4rem;color:#0009;border-bottom:1px solid rgba(0,0,0,.1);padding-bottom:1rem;display:inline-block}.projects-grid{display:flex;flex-direction:column;gap:6rem}.project-card{background:transparent;border:none;padding:0;display:grid;grid-template-columns:1.5fr 1fr;gap:3rem;align-items:start}.project-card:nth-child(2n){direction:rtl}.project-card:nth-child(2n) .project-content,.project-card:nth-child(2n) .project-media{direction:ltr}.project-media{border-radius:4px;overflow:hidden;box-shadow:0 20px 40px #00000026;transition:transform .4s ease;background:#fff}.project-card:hover .project-media{transform:scale(1.02)}.project-content{display:flex;flex-direction:column}.project-title{font-size:clamp(2rem,3vw,2.5rem);font-weight:700;margin-bottom:1rem;color:#111;line-height:1.1;letter-spacing:-.02em;text-shadow:0 2px 10px rgba(255,255,255,.3)}.project-description{font-size:1.1rem;line-height:1.7;color:#333;margin-bottom:2rem;font-weight:400}.project-tech{display:flex;flex-wrap:wrap;gap:.8rem;margin-bottom:2.5rem}.tech-tag{font-family:Fira Code,monospace;font-size:.85rem;color:#000;background:#fff6;padding:.2rem .6rem;border-radius:4px}.project-links{display:flex;flex-wrap:wrap;gap:2rem;margin-top:auto}.project-link{color:#111;text-decoration:none;font-weight:500;font-size:1rem;border-bottom:1px solid transparent;transition:all .2s ease}.project-link:hover{border-bottom-color:#000;color:#000;font-weight:700}@media (max-width: 968px){.projects-grid{gap:4rem}.project-card,.project-card:nth-child(2n){grid-template-columns:1fr;gap:2rem;direction:ltr}.project-title{margin-top:1rem}}.carousel-container{width:100%;margin-bottom:0;position:relative}.carousel-image-wrapper{position:relative;width:100%;aspect-ratio:16/9;height:auto;border-radius:4px;overflow:hidden;background:var(--bg-secondary)}.carousel-image{width:100%;height:100%;object-fit:cover;display:block}.carousel-button{position:absolute;top:50%;transform:translateY(-50%);background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.1);border-radius:50%;width:32px;height:32px;font-size:1.2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:10;color:var(--text-primary);opacity:0}.carousel-image-wrapper:hover .carousel-button{opacity:1}.carousel-button:hover{background:var(--accent-color);border-color:var(--accent-color)}.carousel-button-prev{left:10px}.carousel-button-next{right:10px}.carousel-dots{display:flex;justify-content:center;gap:6px;margin-top:10px;position:absolute;bottom:10px;left:50%;transform:translate(-50%);z-index:10}.carousel-dot{width:6px;height:6px;border-radius:50%;border:none;background:#ffffff4d;cursor:pointer;padding:0;transition:all .3s ease}.carousel-dot:hover{background:#fffc}.carousel-dot.active{background:var(--accent-color);transform:scale(1.2)}.footer{background:#fff;padding:2.5rem 2rem;text-align:center}.footer-text{color:#000;font-size:1rem;margin:0}@media (max-width: 768px){.footer{padding:2rem 1.5rem}.footer-text{font-size:.9rem}}*{margin:0;padding:0;box-sizing:border-box}:root{font-family:Fira Code,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,monospace;line-height:1.5;font-weight:400;color-scheme:light;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--bg-primary: transparent;--text-primary: #1a1a1a;--text-secondary: #4a4a4a;--accent-color: #333;--border-color: #ccc}body{margin:0;display:flex;min-width:320px;min-height:100vh}#root{width:100%}html{scroll-behavior:smooth}.container{max-width:1200px;margin:0 auto;padding:0 2rem}
