*{box-sizing:border-box;margin:0;padding:0}body{color:#d8ffe3;background:linear-gradient(135deg,#0b1a13,#11251c,#163126);font-family:Arial,Helvetica,sans-serif}.app-shell{flex-direction:column;align-items:center;min-height:100vh;padding:clamp(30px,5vw,60px);display:flex}.hero{justify-content:center;align-items:center;gap:14px;margin-bottom:30px;display:flex}.hero img{object-fit:contain;width:clamp(42px,5vw,58px);height:clamp(42px,5vw,58px)}h2{color:#2eff8b;font-size:clamp(1.6rem,2.5vw,2rem)}.Card{background:linear-gradient(145deg,#11251c,#18352a);border:1px solid #2eff8b1f;border-radius:20px;flex-direction:column;align-items:center;gap:16px;width:100%;max-width:440px;padding:26px 22px;transition:all .25s;display:flex;box-shadow:0 10px 28px #00000059}.Card:hover{transform:translateY(-5px);box-shadow:0 14px 36px #00000073}.image-wrapper{justify-content:center;display:flex}.userImage{object-fit:cover;border:3px solid #2eff8b;border-radius:50%;width:110px;height:110px}.userName{color:#ecfff1;text-align:center;white-space:nowrap;font-size:1.3rem;font-weight:600}.meta{color:#9fdab5;font-size:.9rem}.section{background:#2eff8b0d;border-radius:10px;width:100%;padding:10px 12px}.section p{color:#cfeedd;font-size:.95rem;line-height:1.5}.section p strong{color:#2eff8b;margin-right:4px;font-weight:600}.section:nth-of-type(2) p,.section:nth-of-type(3) p{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.refreshBtn{color:#062d18;cursor:pointer;-webkit-tap-highlight-color:transparent;background:linear-gradient(135deg,#1ecf6a,#2eff8b);border:none;border-radius:12px;outline:none;width:100%;margin-top:10px;padding:12px;font-size:1rem;font-weight:600;transition:all .25s;box-shadow:0 6px 18px #2eff8b40}.refreshBtn:hover{background:linear-gradient(135deg,#2eff8b,#5dffab);box-shadow:0 10px 24px #2eff8b59}.refreshBtn:active{transform:scale(.96)}.refreshBtn:focus-visible{outline-offset:2px;border-radius:12px;outline:2px solid #2eff8b}@media (width<=600px){.Card{padding:22px 18px}.userImage{width:90px;height:90px}.userName{font-size:1.2rem}}
