/* Minimalistisches, elegantes Design */
:root{
  --bg:#0b0d12;
  --card:rgba(255,255,255,.06);
  --glass:rgba(255,255,255,.12);
  --text:#f4f6fb;
  --muted:#b9c0d4;
  --accent:#6aa7ff;
  --ok:#65d39a;
  --danger:#ff6b6b;
  --shadow:0 20px 60px rgba(0,0,0,.35);
  --radius:20px;
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  color:var(--text);
  background: radial-gradient(1200px 600px at 15% 10%, #142034 0%, #0b0d12 50%) fixed;
}

/* Landing */
.landing .bg-video{
  position:fixed; inset:0; width:100%; height:100%; object-fit:cover; filter:brightness(.45) saturate(1.2) blur(2px);
}

.glass.hero{
  position:relative;
  max-width:980px; margin:8vh auto 0; padding:32px; backdrop-filter: blur(18px) saturate(140%);
  background:linear-gradient(180deg, rgba(255,255,255,.16), rgba(255,255,255,.08));
  border:1px solid rgba(255,255,255,.18); border-radius: var(--radius); box-shadow: var(--shadow);
}

.brand{display:flex; gap:18px; align-items:center; margin-bottom:22px}
.avatar{
  width:64px; height:64px; border-radius:16px; display:grid; place-items:center;
  background:linear-gradient(135deg, var(--accent), #9bd1ff); color:#061325; font-weight:800; font-size:22px;
  box-shadow:0 10px 30px rgba(106,167,255,.35);
}
.title{margin:0; font-size:clamp(26px,4vw,40px); letter-spacing:.3px}
.subtitle{margin:4px 0 0; color:var(--muted)}

.gate{margin-top:12px}
.gate label{display:block; margin-bottom:8px; color:var(--muted)}
.input-row{display:flex; gap:12px}
.input-row input{
  flex:1; padding:16px 18px; border-radius:14px; border:1px solid rgba(255,255,255,.16);
  background:rgba(10,14,20,.6); color:var(--text); outline:none; font-size:16px;
}
.cta{
  padding:14px 20px; border-radius:14px; border:0; background:var(--accent); color:#061325; font-weight:700; cursor:pointer;
  transition:transform .06s ease, box-shadow .2s ease; box-shadow:0 10px 26px rgba(106,167,255,.35);
}
.cta:hover{transform:translateY(-1px)}
.cta.big{padding:16px 26px; border-radius:16px; display:inline-block; text-decoration:none}

.error{color:var(--danger); margin-top:10px}
.hint{color:var(--muted); font-size:14px; margin-top:8px}

.meta{margin-top:18px; color:var(--muted); display:flex; gap:10px; align-items:center}
.meta .soft{color:var(--muted); text-decoration:none}
.meta .dot{opacity:.6}

.footer{max-width:980px; margin:40px auto; color:var(--muted); text-align:center}

/* Portal */
.topbar{
  position:sticky; top:0; z-index:10; backdrop-filter: blur(12px);
  background:rgba(4,6,10,.65); border-bottom:1px solid rgba(255,255,255,.08);
  display:flex; justify-content:space-between; align-items:center; padding:14px 18px;
}
.logo{font-weight:800; letter-spacing:.3px}
.nav{display:flex; gap:16px; align-items:center}
.nav a{color:var(--muted); text-decoration:none; padding:6px 10px; border-radius:10px}
.nav a:hover{background:rgba(255,255,255,.06); color:var(--text)}
.logout{color:#ffb3b3 !important}

.section{max-width:1100px; margin:0 auto; padding:48px 18px}
.hero-sec{display:grid; grid-template-columns:1.2fr .8fr; gap:24px; align-items:stretch}
.hero-text h1{margin:0 0 8px; font-size:clamp(28px,4vw,42px)}
.hero-text p{color:var(--muted); line-height:1.6}
.tags{display:flex; flex-wrap:wrap; gap:8px; margin:14px 0 18px}
.tags span{padding:8px 12px; border-radius:999px; background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.1)}

.hero-card{
  background:var(--card); border:1px solid rgba(255,255,255,.12); border-radius: var(--radius); padding:20px; box-shadow: var(--shadow);
  display:flex; flex-direction:column; gap:14px; justify-content:space-between;
}
.portrait{height:220px; border-radius:16px; background:
  radial-gradient(120px 80px at 30% 20%, rgba(106,167,255,.55), transparent 60%),
  radial-gradient(200px 120px at 70% 80%, rgba(101,211,154,.45), transparent 60%),
  linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.02));
  border:1px dashed rgba(255,255,255,.18);
}
.facts{margin:0; padding-left:18px; color:var(--muted)}
.facts li{margin:6px 0}

.about p{max-width:80ch}

.cv .cv-item{display:grid; grid-template-columns:160px 1fr; gap:16px; padding:16px; border-radius:16px; background:rgba(255,255,255,.04); border:1px solid rgba(255,255,255,.06); margin:12px 0}
.cv .cv-time{color:var(--muted); font-weight:600}
.cv .cv-body h3{margin:0 0 6px}
.cv .cv-body p{margin:0 0 8px; color:var(--muted)}
.cv ul{margin:0; padding-left:18px}
.pill-list{display:flex; flex-wrap:wrap; gap:8px; list-style:none; padding:0}
.pill-list li{padding:8px 12px; border:1px solid rgba(255,255,255,.12); border-radius:999px; background:rgba(255,255,255,.04)}

.docs .upload{display:flex; gap:10px; align-items:center; flex-wrap:wrap}
.filelist{margin-top:16px; display:grid; grid-template-columns:repeat(auto-fill,minmax(220px,1fr)); gap:12px}
.filelist .card{background:rgba(255,255,255,.05); border:1px solid rgba(255,255,255,.1); border-radius:14px; padding:12px}
.filelist .name{word-break:break-all}
.filelist .size{color:var(--muted); font-size:12px}

.contact a{color:var(--accent)}

/* Responsive */
@media (max-width: 900px){
  .hero-sec{grid-template-columns:1fr}
  .cv .cv-item{grid-template-columns:1fr}
  .brand{flex-direction:row}
  .input-row{flex-direction:column}
}
