:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,sans-serif;color:#17231f;background:#f5f7f4;font-synthesis:none;--green:#176b50;--ink:#17231f;--muted:#68746f;--line:#dfe6e1}*{box-sizing:border-box}body{margin:0}button,input{font:inherit}button{cursor:pointer}header{height:72px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 max(24px,calc((100% - 1120px)/2));position:sticky;top:0;z-index:5}.brand{display:flex;align-items:center;gap:10px;color:var(--ink);font-size:20px;font-weight:800;text-decoration:none}.brand span{display:grid;place-items:center;width:35px;height:35px;border-radius:11px;background:var(--green);color:#fff}.role{border:1px solid var(--line);border-radius:22px;background:#fff;padding:9px 14px;color:var(--muted)}main{max-width:1120px;margin:auto;padding:40px 24px 110px}.heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:28px}.heading small,.card small{color:var(--green);font-weight:800;letter-spacing:.08em}.heading h1{font-size:clamp(28px,5vw,42px);margin:5px 0}.heading p,.card p{color:var(--muted);line-height:1.55;margin:7px 0}.primary,.secondary{border-radius:10px;padding:11px 16px;font-weight:750}.primary{background:var(--green);border:1px solid var(--green);color:#fff}.secondary{background:#fff;border:1px solid var(--line);color:var(--green)}.wide{width:100%;margin-top:20px}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:28px}.stats article{background:#e9f2ed;border-radius:14px;padding:18px}.stats b{font-size:27px;display:block}.stats span{color:var(--muted);font-size:13px}.grid{display:grid;grid-template-columns:1fr 1fr;gap:26px}.span{grid-column:1/-1}.section-title{height:44px;display:flex;align-items:center;justify-content:space-between}.section-title h2{font-size:18px}.section-title button{border:0;background:transparent;color:var(--green);font-weight:750}.card,.panel{background:#fff;border:1px solid var(--line);border-radius:15px;padding:20px;margin-bottom:12px;box-shadow:0 3px 18px #173f2810}.card h3{margin:6px 0;font-size:17px}.row,.compact,.session,.person,.credential,.milestone{display:flex;align-items:center;gap:16px}.row{justify-content:space-between}.session>div:nth-child(2),.person>div:nth-child(2),.credential>div:nth-child(2),.compact>div{flex:1}.datebox{background:#e9f2ed;border-radius:12px;min-width:58px;padding:8px;text-align:center}.datebox b{display:block;font-size:23px}.datebox span{font-size:11px;color:var(--green)}.badge,.private{display:inline-block;border-radius:20px;padding:5px 9px;background:#e9f2ed;color:var(--green);font-size:11px;font-weight:800;text-transform:capitalize}.badge.self_declared{background:#f2f0e8;color:#716536}.progress{height:8px;background:#edf0ed;border-radius:6px;margin:18px 0;overflow:hidden}.progress i{display:block;height:100%;background:var(--green)}.baseline{display:flex;justify-content:space-between;gap:14px;background:#f7f9f7;border-radius:10px;padding:13px;color:var(--muted);font-size:12px}.baseline b{color:var(--ink);font-size:13px}.panel{margin:0 0 28px;border-color:#a9c8ba}.fields{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin:12px 0 18px}label{font-size:12px;font-weight:750;color:var(--muted)}input{display:block;width:100%;margin-top:6px;padding:11px;border:1px solid #ccd6d0;border-radius:9px;color:var(--ink);background:#fff}.privacy{font-size:12px;color:var(--muted)}.empty{padding:28px;text-align:center;color:var(--muted);border:1px dashed #cbd5cf;border-radius:14px}.avatar,.portrait{display:grid;place-items:center;background:#dcebe4;color:var(--green);font-weight:850;border-radius:50%}.avatar{width:46px;height:46px}.portrait{width:88px;height:88px;font-size:25px}.seal{font-size:22px;color:var(--green)}.profiletop{display:flex;gap:20px;align-items:center;background:#173b30;color:#fff;border-radius:18px;padding:28px;margin-bottom:28px}.profiletop h2{margin:0}.profiletop p{color:#c6d7d0}.chips{display:flex;gap:6px;flex-wrap:wrap}.chips span{background:#ffffff18;padding:5px 9px;border-radius:20px;font-size:12px}.timeline{background:#fff;border:1px solid var(--line);border-radius:15px;padding:18px}.timeline>div{display:flex;gap:15px}.timeline i{width:9px;height:9px;border-radius:50%;background:var(--green);margin-top:8px;box-shadow:0 0 0 5px #e5f0eb}.timeline p{margin:0 0 20px;text-transform:capitalize}.milestone>b{font-size:28px;color:#b68929}nav{position:fixed;z-index:6;left:50%;bottom:18px;transform:translateX(-50%);display:flex;background:#173b30;padding:6px;border-radius:17px;box-shadow:0 9px 30px #13251d44}nav button{width:84px;border:0;background:transparent;color:#abc1b8;padding:8px;border-radius:12px;font-size:18px}nav span{display:block;font-size:10px;margin-top:3px}nav button.active{background:#fff;color:var(--green)}@media(max-width:700px){header{height:62px;padding:0 16px}.role{font-size:12px}main{padding:25px 16px 100px}.heading{align-items:start;flex-direction:column}.heading .primary{width:100%}.grid{grid-template-columns:1fr;gap:14px}.span{grid-column:auto}.fields{grid-template-columns:1fr}.session{align-items:flex-start;flex-wrap:wrap}.session>div:nth-child(2){min-width:180px}.stats article{padding:13px}.stats b{font-size:22px}.stats span{font-size:10px}nav{bottom:10px;width:calc(100% - 24px);justify-content:space-around}nav button{width:auto;flex:1}.credential{align-items:flex-start;flex-wrap:wrap}.credential .badge{margin-left:38px}.profiletop{padding:20px}}
