:root{--root-green: #2e7d32;--root-green-light: #4caf50;--root-green-dark: #1b5e20;--nest-amber: #ff6f00;--nest-amber-light: #ffb300;--bg: #f7f8f7;--surface: #ffffff;--border: #e2e5e2;--text: #1a1f1b;--text-muted: #5b625c;color-scheme:light}@media (prefers-color-scheme: dark){:root{--bg: #101410;--surface: #171c17;--border: #2a302a;--text: #f0f2f0;--text-muted: #a3aba3;--root-green: var(--root-green-light)}}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--text)}button,input{font-family:inherit}a{color:inherit}.app-shell{min-height:100%;display:flex;flex-direction:column}.top-nav{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 1.5rem;background:var(--surface);border-bottom:1px solid var(--border)}.brand{display:flex;align-items:center;gap:.5rem;font-weight:700;font-size:1.1rem;text-decoration:none;color:var(--text)}.brand-mark{width:1.75rem;height:1.75rem;border-radius:.5rem;background:var(--root-green);color:#fff;display:flex;align-items:center;justify-content:center;font-size:.9rem;font-weight:700}.nav-actions,.nav-group{position:relative;display:flex;align-items:center;gap:.75rem}.profile-trigger{display:flex;align-items:center;gap:.5rem;padding:.35rem .75rem .35rem .35rem;border-radius:999px;border:1px solid var(--border);background:var(--surface);cursor:pointer;color:var(--text)}.profile-trigger:hover{border-color:var(--root-green)}.profile-avatar{width:1.75rem;height:1.75rem;border-radius:50%;background:var(--root-green);color:#fff;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:600}.profile-menu{position:absolute;top:calc(100% + .5rem);right:0;width:15rem;background:var(--surface);border:1px solid var(--border);border-radius:.75rem;box-shadow:0 12px 30px #0000001f;padding:.4rem;display:flex;flex-direction:column}.profile-menu-group{display:flex;flex-direction:column;padding:.25rem 0}.profile-menu-group+.profile-menu-group{border-top:1px solid var(--border)}.profile-menu a,.profile-menu button.linklike{display:block;width:100%;text-align:left;padding:.5rem .65rem;border-radius:.5rem;text-decoration:none;color:var(--text);font-size:.9rem;border:none;background:none;cursor:pointer}.profile-menu a:hover,.profile-menu button.linklike:hover{background:var(--bg)}.page{flex:1;width:100%;max-width:1100px;margin:0 auto;padding:2rem 1.5rem 4rem}.hero h1{font-size:2rem;margin-bottom:.5rem}.hero p{color:var(--text-muted);max-width:40rem}.profile-layout{display:grid;grid-template-columns:15rem 1fr;gap:2rem;align-items:start}@media (max-width: 720px){.profile-layout{grid-template-columns:1fr}}.profile-sidebar{background:var(--surface);border:1px solid var(--border);border-radius:.75rem;padding:.5rem;position:sticky;top:5rem}.profile-sidebar nav{display:flex;flex-direction:column}.profile-sidebar .section-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);padding:.75rem .75rem .25rem}.profile-sidebar a{display:block;padding:.55rem .75rem;border-radius:.5rem;text-decoration:none;color:var(--text);font-size:.9rem}.profile-sidebar a:hover{background:var(--bg)}.profile-sidebar a.active{background:var(--root-green);color:#fff}.profile-content{background:var(--surface);border:1px solid var(--border);border-radius:.75rem;padding:1.75rem;min-height:20rem}.profile-content h2{margin-top:0}.field-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(14rem,1fr));gap:1rem;margin-top:1.25rem}.field{display:flex;flex-direction:column;gap:.35rem}.field label{font-size:.8rem;color:var(--text-muted)}.field input{padding:.55rem .65rem;border-radius:.5rem;border:1px solid var(--border);background:var(--bg);color:var(--text);font-size:.9rem}.field input:focus{outline:2px solid var(--root-green);outline-offset:1px}.actions-row{margin-top:1.5rem;display:flex;gap:.75rem}.btn{padding:.55rem 1.1rem;border-radius:.5rem;border:1px solid transparent;font-size:.9rem;font-weight:600;cursor:pointer}.btn-primary{background:var(--root-green);color:#fff}.btn-primary:hover{background:var(--root-green-dark)}.btn-secondary{background:transparent;border-color:var(--border);color:var(--text)}.btn-secondary:hover{border-color:var(--root-green)}.status-banner{padding:.65rem .9rem;border-radius:.5rem;font-size:.85rem;margin-bottom:1rem}.status-banner.info{background:#2e7d321a;color:var(--root-green-dark)}.status-banner.warn{background:#ff6f001f;color:#a34f00}.balance-card{display:flex;align-items:baseline;gap:.5rem;padding:1.25rem;border-radius:.75rem;background:linear-gradient(135deg,var(--root-green),var(--root-green-dark));color:#fff;margin-top:1rem}.balance-card .amount{font-size:2rem;font-weight:700}.method-list{display:flex;flex-direction:column;gap:.75rem;margin-top:1.25rem}.method-row{display:flex;align-items:center;justify-content:space-between;padding:.85rem 1rem;border:1px solid var(--border);border-radius:.6rem}.method-row .details{display:flex;flex-direction:column}.method-row .label{font-weight:600}.method-row .sub{font-size:.8rem;color:var(--text-muted)}.tag{font-size:.7rem;padding:.15rem .5rem;border-radius:999px;background:#2e7d321f;color:var(--root-green-dark)}.security-list{display:flex;flex-direction:column;gap:1rem;margin-top:1.25rem}.security-item{display:flex;align-items:center;justify-content:space-between;padding:1rem;border:1px solid var(--border);border-radius:.6rem}.legal-content{margin-top:1rem;line-height:1.65;color:var(--text)}.legal-content h3{margin-top:1.5rem;margin-bottom:.4rem}.legal-content p,.legal-content li{color:var(--text-muted)}.legal-updated{font-size:.8rem;color:var(--text-muted);margin-top:-.5rem}
