*{box-sizing:border-box}body,html{height:100%}body{margin:0;background:radial-gradient(1200px 600px at 10% 10%,rgba(59,130,246,.06),transparent 10%),radial-gradient(900px 400px at 90% 90%,rgba(219,39,119,.04),transparent 10%),#0f1115;color:#e6eef6;line-height:1.5;padding:40px 20px;display:flex;justify-content:center;align-items:flex-start;font-family:Inter,system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial}.container{width:100%;max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:20px}.header{position:relative;width:100%;height:260px;border-radius:12px;overflow:hidden;background:url('/assets/images/bg.webp') center/cover no-repeat;display:flex;align-items:center;justify-content:center}.header-overlay{text-align:center;color:#e6eef6;text-shadow:0 2px 8px rgba(0,0,0,.4)}.header-title{font-size:42px;font-weight:700;margin:0}.header-subtitle{font-size:16px;margin-top:6px;color:rgba(230,238,246,.85)}.hero{display:grid;grid-template-columns:1fr 320px;gap:24px;align-items:center}@media (max-width:900px){.hero{grid-template-columns:1fr}.hero .hero-right{order:-1}}.card{background:linear-gradient(180deg,rgba(255,255,255,.02),rgba(255,255,255,.01));border-radius:12px;padding:20px;border:1px solid rgba(255,255,255,.03);box-shadow:0 6px 18px rgba(2,6,23,.6)}.hero-left h1{margin-top:0}.hero-list{margin-top:18px;padding-left:18px;color:#9aa4b2}.hero-list li strong{color:#e6eef6}.hero-right{display:flex;flex-direction:column;gap:12px}.hero-profile{display:flex;gap:12px;align-items:center}.hero-profile .hero-icon{width:72px;height:72px;border-radius:10px;object-fit:cover}.hero-profile .hero-title{font-weight:700}.hero-profile .hero-subtitle{color:#9aa4b2}.hero-buttons{display:flex;gap:8px;flex-wrap:wrap}.about{display:flex;gap:24px;align-items:flex-start}@media (max-width:700px){.about{flex-direction:column}}.about-text{flex:1}.about-people{display:flex;flex-direction:column;gap:18px;min-width:240px}.person{display:flex;gap:14px;align-items:center}.person img{width:96px;height:96px;object-fit:cover;border-radius:50%;border:1px solid rgba(255,255,255,.06)}.person .meta{line-height:1.3}.person .meta .name{font-weight:700;font-size:15px}.person .meta .role{color:#9aa4b2;font-size:13px}.person .meta .mail{margin-top:4px;font-size:13px;color:#3498db;text-decoration:none}.person .meta .mail:hover{color:#e6eef6}.projects{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}@media (max-width:1000px){.projects{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.projects{grid-template-columns:1fr}}.project-card{display:flex;flex-direction:column;gap:12px;overflow:hidden;background:linear-gradient(180deg,rgba(255,255,255,.015),rgba(255,255,255,.01));border-radius:12px;border:1px solid rgba(255,255,255,.03)}.project-card img{width:100%;height:140px;object-fit:cover}.project-card .content{padding:12px}.project-card .content .title{font-weight:700}.project-card .content .desc{color:#9aa4b2;font-size:14px;margin-top:6px}.project-card .content .links{margin-top:10px;display:flex;gap:8px;flex-wrap:wrap}.footer{display:flex;justify-content:center;align-items:center;padding:12px}.footer .small{color:#9aa4b2}.btn{display:inline-block;padding:8px 12px;border-radius:8px;background:linear-gradient(90deg,#6ee7b7,#60a5fa);color:#06202a;font-weight:600;text-decoration:none;font-size:13px;border:none;cursor:pointer}.btn-gradient{background:linear-gradient(90deg,#ff8a65,#ff6fb5,#9b59b6,#3498db);color:#e6eef6}.modal{display:none;position:fixed;inset:0;background:rgba(0,0,0,.6);align-items:center;justify-content:center;padding:20px;z-index:9999}.modal .modal-content{max-width:720px;width:100%;background:rgba(255,255,255,.02);border-radius:12px;padding:18px;border:1px solid rgba(255,255,255,.03)}.modal .modal-header{display:flex;justify-content:space-between;align-items:center}.modal .modal-body{margin-top:12px;color:#9aa4b2}.modal .modal-footer{margin-top:12px;text-align:right}.small{font-size:13px;color:#9aa4b2}.separator{border:none;height:1px;background:rgba(255,255,255,.02);margin:6px 0 0 0}