:root{font-family:Inter,system-ui,sans-serif;color:#f5f1e8;background:#0b1117}*{box-sizing:border-box}html,body,#root{width:100%;max-width:100%;overflow-x:hidden}body{margin:0;background:radial-gradient(circle at top right,#223526,transparent 38%),#0b1117;min-height:100vh}header{position:sticky;top:0;display:flex;justify-content:space-between;padding:1rem max(1rem,calc((100% - 1100px)/2));background:#0b1117ed;border-bottom:1px solid #29343e}.brand{display:inline-flex;flex:0 1 auto;align-items:center;gap:.65rem;min-width:0;color:#f5f1e8;text-decoration:none}.brand img{width:2.75rem;height:2.75rem;flex:0 0 auto;border-radius:50%;object-fit:cover}nav{display:flex;gap:1rem;align-items:center}nav a{text-decoration:none}.profile-menu{position:relative}.profile-menu summary{display:flex;cursor:pointer;list-style:none}.profile-menu summary::-webkit-details-marker{display:none}.profile-menu summary:focus-visible{border-radius:50%;outline:2px solid #b5e853;outline-offset:3px}.profile-dropdown{position:absolute;z-index:10;top:calc(100% + .65rem);right:0;display:grid;min-width:10rem;overflow:hidden;border:1px solid #394653;border-radius:12px;background:#131c24;box-shadow:0 16px 36px #0008}.profile-dropdown a,.profile-dropdown .dropdown-action{display:block;width:100%;padding:.8rem 1rem;border-radius:0;background:transparent;color:#f5f1e8;font:inherit;text-align:left;text-decoration:none}.profile-dropdown a:hover,.profile-dropdown .dropdown-action:hover{background:#25313b;color:#b5e853}a{color:#b5e853}main{width:100%;min-width:0;max-width:1100px;margin:auto;padding:2rem 1rem 5rem}.stack{display:grid;gap:1rem}.card{min-width:0;background:#131c24;border:1px solid #29343e;border-radius:18px;padding:clamp(1rem,3vw,2rem)}.hero h1{font-size:clamp(2rem,6vw,4.5rem);line-height:1;margin:.5rem 0}.hero h1 span,.eyebrow,.stats strong,.debt strong{color:#b5e853}.eyebrow{font-weight:800;letter-spacing:.15em}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.stats .card{display:grid;gap:.5rem}.stats strong,.debt strong{font-size:2rem}.actions{display:flex;gap:.7rem;margin-top:1.5rem}button{border:0;border-radius:10px;padding:.75rem 1rem;background:#b5e853;color:#101820;font-weight:800;cursor:pointer}.secondary{background:#29343e;color:#fff}.link{background:transparent;color:#b5e853;padding:.2rem}form{display:grid;gap:1rem;max-width:550px;margin-bottom:1.5rem}label{display:grid;gap:.4rem}input{width:100%;min-width:0;max-width:100%;border:1px solid #394653;border-radius:10px;background:#0d151c;color:#fff;padding:.8rem}.auth{min-height:100vh;display:grid;place-items:center}.auth .card{width:min(440px,100%)}.row{min-width:0;display:flex;align-items:center;gap:.8rem;padding:.8rem 0;border-bottom:1px solid #29343e}.row-main{flex:1;min-width:0;overflow-wrap:anywhere}.avatar{width:2.4rem;height:2.4rem;aspect-ratio:1;min-width:2.4rem;max-width:2.4rem;flex:0 0 auto;display:inline-grid;place-items:center;overflow:hidden;border:1px solid #486052;border-radius:50%;background:#253d2c;color:#b5e853;font-size:.78rem;font-weight:800;letter-spacing:.03em}.avatar img{width:100%;height:100%;object-fit:cover}.avatar-large{width:5rem;height:5rem;min-width:5rem;max-width:5rem;font-size:1.35rem}.profile-heading{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.profile-heading h1,.profile-heading p{margin:0}.row small,.debt small{display:block;color:#98a3ad}.available{color:#b5e853}.unavailable,.error{color:#ff837a}.success{color:#b5e853}.pending{color:#98a3ad}@media(max-width:650px){header{align-items:center;gap:.75rem}.brand b{display:none}nav{flex-wrap:wrap;justify-content:flex-end}.stats{grid-template-columns:1fr}.actions{flex-direction:column}.row{align-items:center;flex-wrap:wrap}}.debt{display:grid;gap:.65rem}.debt span,.debt strong,.debt small{display:block}
