*{box-sizing:border-box;margin:0;padding:0}:root{--bg:#f8fafc;--bg-alt:#fff;--text:#334155;--text-muted:#64748b;--accent:#6366f1;--accent-hover:#4f46e5;--border:#e2e8f0;--radius:12px;--shadow:0 1px 3px #00000014, 0 1px 2px #0000000f;--shadow-lg:0 10px 15px -3px #00000014, 0 4px 6px -2px #0000000a;color:var(--text);background:var(--bg);font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.6}body{min-height:100vh}h1,h2,h3,h4{color:#0f172a;line-height:1.2}a{color:var(--accent);text-decoration:none}img{max-width:100%;display:block}.container{max-width:960px;margin:0 auto;padding:0 24px}.section{padding:80px 0}.section h2{text-align:center;margin-bottom:48px;font-size:32px}.btn{border-radius:var(--radius);cursor:pointer;border:none;align-items:center;gap:8px;padding:12px 24px;font-size:15px;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{background:var(--accent-hover);box-shadow:var(--shadow-lg);transform:translateY(-1px)}.btn-outline{color:var(--text);border:1px solid var(--border);background:0 0}.btn-outline:hover{border-color:var(--accent);color:var(--accent)}main{min-height:calc(100vh - 140px)}.nav{border:1px solid var(--border);box-shadow:var(--shadow);z-index:100;background:#f8fafcf2;border-radius:999px;justify-content:center;align-items:center;gap:32px;margin:12px 24px;padding:8px 24px;display:flex;position:sticky;top:12px}.nav-links{gap:24px;display:flex}.nav-link{color:var(--text-muted);padding:6px 0;font-size:14px;font-weight:500;transition:color .2s;position:relative}.nav-link:hover,.nav-link.active{color:var(--accent)}.nav-link.active:after{content:"";background:var(--accent);border-radius:1px;height:2px;position:absolute;bottom:-1px;left:0;right:0}.footer{text-align:center;border-top:1px solid var(--border);color:var(--text-muted);padding:16px 24px;font-size:13px}@media (width<=640px){.layout{flex-direction:column;min-height:100vh;display:flex}.layout main{flex:1}.nav{border-radius:16px;flex-direction:column;gap:12px;width:auto;margin:12px 16px 0;padding:12px 16px}.nav-links{flex-wrap:wrap;justify-content:center;gap:16px}}.slideshow-section{box-sizing:border-box;width:100%;padding:60px 48px;overflow:hidden}.slideshow-track{width:100%;overflow:hidden}.slideshow-strip{gap:24px;width:max-content;display:flex}.slideshow-slide{border:1px solid var(--border);background:var(--bg-alt);border-radius:12px;flex-shrink:0;width:500px;overflow:hidden}.slideshow-img{object-fit:contain;width:100%;height:320px;display:block}.slide-desc{color:var(--text-muted);padding:12px;font-size:14px}.hero{background-position:50%;background-size:cover;align-items:center;min-height:85vh;padding:40px 24px;display:flex;position:relative}.hero .container{z-index:1;margin-left:64px;position:relative}.hero h1{letter-spacing:-2px;color:#000;margin-bottom:16px;font-size:60px;font-weight:800}.gradient-text{background:linear-gradient(135deg,#6366f1,#a855f7,#ec4899);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-links{gap:24px;margin-top:24px;display:flex}.hero-link{color:#fff;background:#222;border-radius:8px;padding:10px 24px;font-size:18px;font-weight:500;text-decoration:none;transition:background .2s}.hero-link:hover{background:#444}.links-section{text-align:center;padding:40px 24px}.links-heading{color:var(--text);margin-bottom:16px;font-size:24px;font-weight:700}.links-bar{justify-content:center;gap:16px;display:flex}.links-bar a{background:var(--bg-alt);border:1px solid var(--border);width:140px;color:var(--text-muted);border-radius:8px;flex-direction:column;align-items:center;gap:8px;padding:20px 32px;font-size:16px;font-weight:500;transition:background .2s,color .2s;display:inline-flex}.links-bar a:hover{background:var(--accent);color:#fff}.foreword-section{text-align:center;padding:60px 24px}.foreword-section .container{max-width:800px}.foreword-heading{color:var(--text);margin-bottom:12px;font-size:24px;font-weight:700}.foreword-text{color:var(--text);font-size:22px;line-height:1.7}@media (width<=768px){.hero h1{letter-spacing:-1px;font-size:36px}.links-bar{flex-direction:column;align-items:center}}.about-page{padding-top:60px;padding-bottom:80px}.about-page h2{text-align:left;margin-bottom:32px;font-size:48px}.about-content{grid-template-columns:1fr 400px;align-items:stretch;gap:40px;display:grid}.about-card p{color:var(--text-muted);margin:0;font-size:20px;line-height:1.7}.about-sidebar{flex-direction:column;gap:20px;height:100%;display:flex}.about-sidebar .about-img{object-fit:cover;border-radius:var(--radius);border:1px solid var(--border);flex:1;width:100%;min-height:0}@media (width<=900px){.about-content{grid-template-columns:1fr}.about-sidebar{flex-direction:row}.about-img{width:50%}}.projects-page{padding-top:60px;padding-bottom:80px}.projects-page .container{max-width:1100px}.projects-page h2{text-align:left;margin-bottom:32px;font-size:40px}.projects-layout{grid-template-columns:200px minmax(500px,1fr);align-items:start;gap:40px;display:grid}.projects-list{flex-direction:column;gap:4px;display:flex}.project-item{border:1px solid var(--border);text-align:left;width:100%;color:var(--text-muted);cursor:pointer;background:0 0;border-radius:8px;padding:12px 16px;font-size:16px;font-weight:700;transition:background .15s,color .15s;display:block}.project-item:hover{background:var(--bg-alt);color:var(--text)}.project-item.active{background:var(--accent);color:#fff}.projects-display{border-radius:var(--radius);background:var(--bg-alt);transition:opacity .15s;position:relative;overflow:hidden}.projects-display.fading{opacity:0}.projects-img{object-fit:contain;background:var(--bg-alt);border-radius:var(--radius);border:1px solid var(--border);width:100%;height:400px;display:block}.projects-links{gap:8px;display:flex;position:absolute;bottom:12px;right:12px}.projects-links a{color:#fff;background:#222;border-radius:6px;padding:6px 16px;font-size:14px;font-weight:500;text-decoration:none;transition:background .2s}.projects-links a:hover{background:#444}.arrow{color:#fff;cursor:pointer;background:#00000080;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:28px;font-weight:700;line-height:1;transition:background .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.arrow:hover{background:#000c}.arrow-left{left:8px}.arrow-right{right:8px}.projects-desc{color:var(--text-muted);margin-top:16px;font-size:16px;line-height:1.7}.projects-dots{gap:6px;display:flex;position:absolute;bottom:8px;left:50%;transform:translate(-50%)}.dot{cursor:pointer;background:#0000004d;border-radius:50%;width:8px;height:8px;transition:background .2s}.dot.active{background:#000c}.dot:hover{background:#0009}@media (width<=768px){.projects-layout{grid-template-columns:1fr}.projects-list{flex-flow:wrap}.project-item{width:auto}}.contact-page{align-items:center;min-height:60vh;padding-top:60px;padding-bottom:80px;display:flex}.contact-page .container{width:100%}.contact-layout{justify-content:center;align-items:center;gap:60px;display:flex}.contact-image{border:1px solid var(--border);border-radius:50%;flex-shrink:0;width:400px;height:400px;overflow:hidden}.contact-image img{object-fit:cover;width:100%;height:100%;display:block}.contact-text h2{margin-bottom:32px;font-size:40px}.contact-text p{color:var(--text-muted);font-size:18px}.contact-text a{color:var(--accent);font-weight:500}.contact-text a:hover{text-decoration:underline}@media (width<=640px){.contact-layout{text-align:center;flex-direction:column;gap:32px}.contact-image{width:250px;height:250px}}
