:root{--green:#b8e634;--line:rgba(229,238,241,.18)}
*{box-sizing:border-box}html,body{margin:0;width:100%;height:100%;overflow:hidden;background:#050809;color:#f2f5f6;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.feed-background{position:fixed;inset:0;width:100%;height:100%;border:0;pointer-events:none;filter:saturate(.72) brightness(.48) blur(1px);transform:scale(1.01)}
.veil{position:fixed;inset:0;background:rgba(2,4,5,.25);backdrop-filter:blur(2px)}
.about-window{position:fixed;z-index:3;left:50%;top:50%;transform:translate(-50%,-50%);width:min(880px,calc(100% - 36px));max-height:min(760px,calc(100% - 42px));display:grid;grid-template-rows:auto 1fr auto;background:rgba(8,12,13,.94);border:1px solid var(--line);box-shadow:0 28px 90px rgba(0,0,0,.65);backdrop-filter:blur(18px);overflow:hidden}
.about-window header{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:14px 16px;border-bottom:1px solid var(--line)}
.about-window header small{display:block;color:var(--green);font-size:8px;font-weight:950;letter-spacing:.14em}
.about-window header strong{display:block;margin-top:3px;font-size:13px;letter-spacing:.08em}
.about-window header a{width:38px;height:38px;display:grid;place-items:center;border:1px solid var(--line);color:#fff;text-decoration:none;font-size:25px;background:#101618}
.about-body{min-height:0;display:grid;grid-template-columns:minmax(260px,.82fr) minmax(360px,1.18fr);align-items:center;overflow:auto}
.about-copy{padding:42px 36px}.about-copy p{margin:0 0 14px;font-size:clamp(22px,3vw,38px);line-height:1.05;letter-spacing:-.045em;font-weight:800;color:#eef2f3}.about-copy .hello{color:var(--green);font-size:clamp(36px,5vw,66px);font-weight:1000;margin-bottom:22px}.about-copy strong{color:#fff}
figure{margin:0;align-self:stretch;display:grid;place-items:end center;min-height:470px;background:radial-gradient(circle at 60% 48%,rgba(184,230,52,.07),transparent 48%)}
figure img{display:block;width:min(100%,620px);height:auto;max-height:610px;object-fit:contain;object-position:center bottom}
.about-window footer{display:flex;justify-content:space-between;gap:18px;align-items:center;border-top:1px solid var(--line);padding:12px 16px;color:#78858a;font-size:9px;font-weight:900;letter-spacing:.1em}.about-window footer a{color:#dfe7e9;text-decoration:none}
@media(max-width:720px){
  .about-window{width:calc(100% - 20px);max-height:calc(100% - 24px)}
  .about-body{grid-template-columns:1fr}.about-copy{padding:26px 22px 8px}.about-copy p{font-size:24px;margin-bottom:10px}.about-copy .hello{font-size:44px;margin-bottom:16px}
  figure{min-height:290px}figure img{max-height:350px;width:min(96%,500px)}
  .about-window footer{font-size:8px}
}
