
:root{--bg:#080808;--panel:#0e0e0e;--gold:#c9a86a;--text:#f4f1ea;--muted:#9b978e;--line:rgba(201,168,106,.22);--danger:#d35f5f}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:radial-gradient(circle at 50% -20%,#252016 0,#0b0b0b 34%,#050505 75%);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;min-height:100vh}
a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}.shell{width:min(1180px,calc(100% - 32px));margin:auto}.top{height:86px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.06)}
.brand{font-size:18px;font-weight:650;letter-spacing:.22em}.brand span{color:var(--gold)}.tag{font-size:10px;letter-spacing:.24em;color:#777;text-transform:uppercase}
main{padding:70px 0}.eyebrow{color:var(--gold);font-size:11px;letter-spacing:.3em;text-transform:uppercase;margin-bottom:20px}
h1,h2,h3{font-family:Georgia,serif;font-weight:400}h1{font-size:clamp(42px,7vw,78px);line-height:.98;margin:0;letter-spacing:-.03em}.lead{max-width:720px;color:#9f9a91;font-size:15px;line-height:1.8;margin:26px 0 50px}
.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(270px,1fr));gap:22px}.card{position:relative;padding:28px;border:1px solid var(--line);border-radius:22px;background:linear-gradient(145deg,rgba(201,168,106,.08),rgba(255,255,255,.018) 42%,rgba(0,0,0,.3));overflow:hidden}
.card h2,.card h3{margin:0 0 10px}.card p{color:#8f8b83;line-height:1.65}.btn{display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(201,168,106,.35);background:rgba(201,168,106,.08);color:var(--gold);padding:11px 15px;border-radius:12px;cursor:pointer}
.btn.secondary{border-color:rgba(255,255,255,.12);color:#bbb;background:rgba(255,255,255,.03)}.btn.danger{border-color:rgba(211,95,95,.35);color:#e77;background:rgba(211,95,95,.06)}
.cover{width:100%;aspect-ratio:4/5;object-fit:cover;border-radius:14px;background:#111;border:1px solid rgba(255,255,255,.07);margin-bottom:16px}.music-cover{aspect-ratio:1/1}
.form{display:grid;gap:16px;max-width:760px}.form label{display:grid;gap:7px;color:#bbb;font-size:13px}.form input,.form textarea,.form select{width:100%;background:#0d0d0d;color:#eee;border:1px solid rgba(255,255,255,.12);border-radius:12px;padding:12px}.form textarea{min-height:110px;resize:vertical}
.notice{padding:14px 16px;border:1px solid rgba(201,168,106,.25);background:rgba(201,168,106,.06);border-radius:12px;color:#cdb98f;margin:0 0 22px}.error{border-color:rgba(211,95,95,.35);color:#e88;background:rgba(211,95,95,.06)}
.nav{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:26px}.nav a{padding:9px 12px;border:1px solid rgba(255,255,255,.1);border-radius:999px;color:#aaa}.nav a.active{color:var(--gold);border-color:rgba(201,168,106,.35)}
.reader{max-width:900px;margin:auto;text-align:center}.reader img{max-width:100%;height:auto;border-radius:10px}.readerbar{display:flex;justify-content:center;align-items:center;gap:10px;flex-wrap:wrap;margin:20px 0}.muted{color:#777}.thumbs{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:10px}.thumbs img{width:100%;aspect-ratio:3/4;object-fit:cover;border-radius:8px}
footer{border-top:1px solid rgba(255,255,255,.06);padding:25px 0 34px;color:#555;font-size:10px;letter-spacing:.15em;text-transform:uppercase;display:flex;justify-content:space-between;gap:20px}
audio{width:100%;margin-top:12px}.row{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.spacer{height:20px}
@media(max-width:720px){.top{height:72px}.tag{display:none}main{padding-top:48px}footer{flex-direction:column}}
.profile-photo{
  width:140px;
  height:140px;
  margin:24px 0 28px;
  border-radius:50%;
  overflow:hidden;
  border:2px solid var(--gold);
  box-shadow:0 12px 35px rgba(0,0,0,.45);
}
.profile-photo img{
  width:140px !important;
  height:140px !important;
  max-width:140px !important;
  object-fit:cover !important;
  object-position:center 25%;
  display:block;
  border-radius:50%;
}


@media(max-width:720px){
  .profile-photo{
    width:110px;
    height:110px;
    margin:20px 0 24px;
  }
}