
:root{
  --bg:#070a14;
  --card:#0b1020;
  --muted:#9aa4b2;
  --text:#e7ecf3;
  --line:rgba(255,255,255,.08);
  --accent:#7c5cff;
  --accent2:#19d3ff;
  --shadow: 0 20px 60px rgba(0,0,0,.45);
}
*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji";
  color:var(--text);
  background:
    radial-gradient(1000px 700px at 20% 10%, rgba(124,92,255,.25), transparent 60%),
    radial-gradient(900px 600px at 80% 0%, rgba(25,211,255,.18), transparent 55%),
    radial-gradient(900px 700px at 50% 100%, rgba(124,92,255,.12), transparent 55%),
    var(--bg);
}
.wrap{min-height:100%; display:flex; align-items:center; justify-content:center; padding:24px;}
.card{
  width:min(760px, 100%);
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02)) , var(--card);
  border:1px solid var(--line);
  border-radius:18px;
  box-shadow: var(--shadow);
  padding:18px 18px 22px;
}
.bar{display:flex; align-items:center; justify-content:space-between; gap:12px; margin-bottom:14px}
.bar-left{color:rgba(231,236,243,.85); font-size:13px; letter-spacing:.2px}
.lang{display:flex; align-items:center; gap:8px; color:var(--muted); font-size:13px}
.lang-label{display:none}
.lang select{
  appearance:none;
  background: rgba(255,255,255,.03);
  color: var(--text);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 8px 34px 8px 10px;
  font-size: 13px;
  cursor: pointer;
  outline: none;
  background-image: linear-gradient(45deg, transparent 50%, rgba(231,236,243,.7) 50%),
    linear-gradient(135deg, rgba(231,236,243,.7) 50%, transparent 50%);
  background-position: calc(100% - 16px) calc(50% - 2px), calc(100% - 10px) calc(50% - 2px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}
.top{display:flex; gap:16px; align-items:center}
.avatar{
  width:56px; height:56px; border-radius:16px;
  display:grid; place-items:center;
  background: linear-gradient(135deg, rgba(124,92,255,.35), rgba(25,211,255,.25));
  border:1px solid rgba(255,255,255,.12);
}
.avatar span{font-size:22px; font-weight:800; letter-spacing:.5px}
.who h1{margin:0; font-size:22px; line-height:1.2}
.meta{margin-top:4px; color:var(--muted); display:flex; gap:10px; align-items:center; flex-wrap:wrap}
.meta .dot{opacity:.5}
.tagline{margin:16px 0 10px; color:rgba(231,236,243,.9); line-height:1.55;}
.logos{display:flex; gap:14px; align-items:center; margin:8px 0 8px}
.logo{height:28px; display:flex; align-items:center; opacity:.9; filter:grayscale(10%)}
.logo img{height:22px;width:22px;max-height:22px;max-width:22px;display:block;opacity:.9}
.logo:hover{opacity:1}
.grid{border-top:1px solid var(--line); border-bottom:1px solid var(--line); padding:14px 0; display:grid; gap:10px}
.row{display:grid; grid-template-columns: 90px 1fr; gap:12px; align-items:center}
.label{color:var(--muted); font-size:13px}
.value{display:flex; gap:10px; align-items:center; flex-wrap:wrap}
.value a{color:var(--text); text-decoration:none; border-bottom:1px dashed rgba(255,255,255,.25)}
.value a:hover{border-bottom-color: rgba(255,255,255,.55)}
.copy{
  cursor:pointer;
  width:34px; height:30px;
  border-radius:10px;
  border:1px solid var(--line);
  background: rgba(255,255,255,.03);
  display:grid; place-items:center;
  padding:0;
}
.copy svg{width:16px; height:16px; fill: rgba(231,236,243,.85)}
.copy.ok{border-color: rgba(25,211,255,.45); background: rgba(25,211,255,.10)}
.links{display:flex; gap:10px; flex-wrap:wrap; padding-top:14px}
.chip{
  text-decoration:none;
  color:var(--text);
  border:1px solid var(--line);
  background: rgba(255,255,255,.03);
  padding:8px 10px;
  border-radius:999px;
  font-size:13px;
}
.chip:hover{border-color: rgba(255,255,255,.18)}
.hint{color:var(--muted); font-size:13px}
.actions{display:flex; gap:10px; flex-wrap:wrap; margin-top:16px}
.btn{
  text-decoration:none;
  color:var(--text);
  background: linear-gradient(135deg, rgba(124,92,255,.55), rgba(25,211,255,.30));
  border:1px solid rgba(255,255,255,.14);
  padding:10px 12px;
  border-radius:12px;
  font-weight:600;
}
.btn:hover{filter:brightness(1.06)}
.btn.ghost{background: rgba(255,255,255,.03);}
.foot{margin-top:18px; display:flex; gap:10px; flex-wrap:wrap; color:var(--muted); font-size:12px}
.foot .sep{opacity:.5}

/* News (match site style) */
.news{margin-top:14px; padding-top:14px; border-top:1px solid var(--line)}
.news-head{display:flex; align-items:baseline; justify-content:space-between; gap:12px}
.news h2{margin:0; font-size:16px; letter-spacing:.2px}
.news-more{color:var(--muted); text-decoration:none; font-size:13px; border-bottom:1px dashed rgba(255,255,255,.22)}
.news-more:hover{border-bottom-color: rgba(255,255,255,.5)}
.news-list{list-style:none; margin:12px 0 0; padding:0; display:grid; gap:10px}
.news-item{border:1px solid rgba(255,255,255,.07); background: rgba(255,255,255,.02); border-radius:14px; padding:10px 12px}
.news-link{color:var(--text); text-decoration:none; line-height:1.35; display:inline-block}
.news-link:hover{opacity:.95; text-decoration:underline}
.news-empty{color:var(--muted); font-size:13px}

@media (max-width:520px){
  .row{grid-template-columns: 1fr}
  .label{margin-top:6px}
  .lang-label{display:none}
}
