:root{color-scheme:dark;--bg:#0b0d12;--panel:#0e1117;--line:#1a1f2b;--muted:#94a3b8;--text:#e5e7eb;--accent:#7dd3fc}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;background:var(--bg);color:var(--text);font:16px/1.5 Inter,system-ui,Arial}.nav{position:sticky;top:0;z-index:50;-webkit-backdrop-filter:saturate(180%) blur(16px);backdrop-filter:saturate(180%) blur(16px);background:#0b0d1280;border-bottom:1px solid var(--line)}.nav-inner{max-width:1100px;margin:0 auto;padding:12px 20px;display:flex;align-items:center;justify-content:space-between}.brand{font-weight:700;letter-spacing:.3px}.dot{color:var(--accent)}.nav-links a{margin-left:16px;color:var(--muted);text-decoration:none}.nav-links a:hover{color:var(--text)}.hero{max-width:1100px;margin:0 auto;padding:64px 20px 24px}.headline{font-size:48px;line-height:1.1;margin:0 0 12px}.gradient{background:linear-gradient(90deg,#60a5fa,#7dd3fc,#a78bfa);-webkit-background-clip:text;background-clip:text;color:transparent}.subhead{color:var(--muted);max-width:760px}.cta-row{margin-top:18px;display:flex;gap:12px}.btn{padding:10px 16px;border-radius:999px;border:1px solid var(--line);text-decoration:none;color:var(--text)}.btn.primary{background:linear-gradient(180deg,#111827,#0f172a);border-color:#243047}.btn.ghost{background:transparent}.hero-img{margin-top:36px;height:340px;border-radius:24px;border:1px solid var(--line);background:radial-gradient(1200px 200px at 20% -20%,rgba(96,165,250,.25),transparent 60%),radial-gradient(1200px 200px at 80% 0,rgba(167,139,250,.25),transparent 60%),linear-gradient(180deg,#0c1220,#0b0d12)}.section{max-width:1100px;margin:40px auto;padding:0 20px}.section-title{font-size:24px;margin:10px 0 16px}.list{display:grid;gap:14px}.card{background:var(--panel);border:1px solid var(--line);border-radius:16px;padding:16px}.card-head{display:flex;justify-content:space-between;gap:8px;align-items:baseline}.muted{color:var(--muted)}.card ul{margin:8px 0 0 18px}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px}.tile{display:block;border:1px solid var(--line);border-radius:16px;overflow:hidden;background:var(--panel);text-decoration:none;color:inherit}.tile-img{height:160px;background-size:cover;background-position:center}.tile-body{padding:12px}.tag{font-size:12px;color:var(--muted)}.tile h3{margin:6px 0 0}.contact p{margin:4px 0}.footer{border-top:1px solid var(--line);padding:24px;text-align:center;color:var(--muted);margin-top:40px}@media(max-width:640px){.headline{font-size:34px}.hero-img{height:240px}}.hero-content{display:flex;align-items:center;justify-content:space-between;gap:40px;flex-wrap:wrap}.hero-text{flex:1 1 480px}.hero-photo{flex:0 1 280px;display:flex;justify-content:center;align-items:center}.hero-photo img{width:260px;height:260px;object-fit:cover;border-radius:50%;border:2px solid var(--line);box-shadow:0 0 25px #ffffff0d;transition:transform .3s ease,box-shadow .3s ease}.hero-photo img:hover{transform:scale(1.03);box-shadow:0 0 40px #7dd3fc4d}.lang-switch button.active{background:#6366f1;color:#fff;box-shadow:0 0 8px #6366f199}
