:root{--ink:#162c29;--muted:#697874;--green:#165b48;--green-dark:#103f33;--mint:#e5f0df;--paper:#f5f6f1;--line:#dce3da;--red:#a13735;--white:#fff;--radius:18px}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:15px;line-height:1.6}a{color:var(--green);text-decoration:none}a:hover{text-decoration:underline}button,input,select{font:inherit}button{cursor:pointer}button:disabled{opacity:.45;cursor:not-allowed}.topbar{height:94px;display:flex;align-items:center;justify-content:space-between;max-width:1408px;margin:auto;padding:0 48px;border-bottom:1px solid var(--line)}.brand{display:flex;gap:12px;align-items:center;color:var(--ink);font-size:24px;font-weight:750;line-height:1.15;letter-spacing:-1px}.brand:hover{text-decoration:none}.brandmark{background:var(--green);color:#fff;font-size:26px;width:45px;height:45px;display:grid;place-items:center;border-radius:13px;letter-spacing:-2px;padding-bottom:5px}.brand-sub{display:block;font-size:11px;font-weight:500;letter-spacing:1.6px;text-transform:uppercase;color:var(--muted);margin-top:5px}nav{display:flex;align-items:center;gap:24px;font-size:13px}nav form{margin:0}.nav-label{color:var(--muted);border-right:1px solid var(--line);padding-right:24px}.secure-label{display:flex;align-items:center;gap:8px;color:var(--muted)}.dot{display:inline-block;width:7px;height:7px;background:#4b8a63;border-radius:50%}.container{max-width:1408px;padding:0 48px;margin:auto;min-height:calc(100vh - 190px)}.narrow{max-width:680px}.hero{padding:52px 0 32px}.eyebrow{font-size:10px;font-weight:750;letter-spacing:2px;color:var(--green);text-transform:uppercase}h1{font-size:clamp(34px,3.5vw,49px);line-height:1.12;letter-spacing:-2px;font-weight:620;margin:14px 0 18px}h2{font-size:23px;line-height:1.25;letter-spacing:-.7px;margin:10px 0 14px;font-weight:650}h3{font-size:16px;line-height:1.4;margin:0 0 5px}.lede{font-size:16px;color:var(--muted);line-height:1.65;margin:0}.heading-row{display:flex;justify-content:space-between;align-items:center;gap:24px}.network-pill{display:flex;align-items:center;gap:9px;padding:10px 18px;border:1px solid var(--line);border-radius:24px;font-size:13px;background:#fff}.card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);padding:28px;box-shadow:0 4px 14px #14322503;margin-bottom:24px}.card p{color:var(--muted)}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin:0 0 28px}.stat{padding:21px 24px;border-radius:16px;background:#fff;border:1px solid var(--line)}.stat:first-child{background:var(--mint);border-color:#d0dfc9}.stat>span{font-size:12px;font-weight:600;display:block}.stat strong{display:block;font-size:38px;font-weight:550;letter-spacing:-1.5px;line-height:1.3;margin:6px 0}.stat small{font-size:11px;color:var(--muted)}.dashboard-grid{display:grid;grid-template-columns:320px minmax(0,1fr);gap:24px;align-items:start}.invite-card{padding:26px}.invite-card p{font-size:13px}label{display:block;font-size:12px;font-weight:650;margin:18px 0 7px}input,select{width:100%;background:#fbfcf9;color:var(--ink);border:1px solid #d7dfd5;border-radius:9px;padding:12px 13px;outline:none;min-height:46px}input:focus,select:focus{border-color:var(--green);box-shadow:0 0 0 3px #165b4817}input::placeholder{color:#929b95;font-size:13px}.button{display:flex;align-items:center;justify-content:space-between;gap:20px;background:var(--green);border:1px solid var(--green);color:white;border-radius:10px;padding:13px 18px;font-weight:600;font-size:14px;text-decoration:none}.button:hover{background:var(--green-dark);text-decoration:none}.full{width:100%;margin-top:23px}.button span{font-size:20px;line-height:1}.fineprint{font-size:11px!important;line-height:1.65;color:var(--muted);margin:17px 0 0}.devices-card{padding:26px;min-height:482px}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:14px}.section-heading h2{margin-bottom:18px}.count{font-size:12px;vertical-align:middle;margin-left:6px;border-radius:20px;background:#edf1e9;padding:3px 8px;letter-spacing:0}.search{max-width:220px;font-size:12px;min-height:40px;padding:9px 12px}.table-scroll{overflow-x:auto}table{width:100%;border-collapse:collapse;font-size:12px;text-align:left}th{font-weight:600;color:var(--muted);border-bottom:1px solid var(--line);padding:12px 10px 12px 0;white-space:nowrap}td{padding:19px 14px 19px 0;border-bottom:1px solid #edf0e9;vertical-align:middle}td strong{font-size:13px;font-weight:650;overflow-wrap:anywhere}.table-sub{display:block;color:var(--muted);font-size:11px}.tiny{font-size:10px;color:var(--muted)}.badge{display:inline-block;white-space:nowrap;font-size:10px;font-weight:650;padding:4px 9px;border-radius:20px;background:#edf1e9;color:#4e6254}.badge.invited{background:#eaf1df;color:#526931}.badge.downloaded{background:#dff2e8;color:#1b674c}.badge.revoked{background:#f7e9e6;color:#984e43}.badge.expired,.badge.link-expired{background:#f7efd9;color:#8f6e20}.actions{display:flex;gap:12px;align-items:center;white-space:nowrap}.text-button{padding:0;border:0;background:none;color:var(--green);font-size:12px;white-space:nowrap}.text-button:hover{text-decoration:underline}.danger{color:var(--red)}.empty{text-align:center;padding:70px 28px}.empty-symbol{font-size:28px;color:var(--green);display:grid;place-items:center;background:var(--mint);border-radius:16px;width:58px;height:58px;margin:0 auto 23px}.empty p{font-size:13px;max-width:330px;margin:8px auto}.activity{padding:26px;margin-top:0}.event{display:flex;align-items:center;gap:13px;border-top:1px solid #edf0e9;padding:13px 0;font-size:12px}.event strong{font-weight:550}.event time{margin-left:auto;font-size:11px;color:var(--muted)}.event-dot{width:6px;height:6px;min-width:6px;background:#91a18d;border-radius:50%}.subtle{color:var(--muted);font-size:12px}.quiet-panel{background:#eef3e8;border-radius:12px;padding:20px;font-size:13px;margin-top:23px}.quiet-panel strong{font-weight:650}.quiet-panel p{font-size:12px;margin:7px 0 0;color:#52644e}.privacy{margin:0 0 26px;padding:24px}.centered{text-align:center}.icon-circle{background:var(--mint);border-radius:15px;width:52px;height:52px;display:grid;place-items:center;font-size:26px;color:var(--green);margin-bottom:16px}.network-summary{display:flex;align-items:center;gap:15px;margin-bottom:22px}.network-summary .icon-circle{margin:0}.network-summary .badge{margin-left:auto}.network-summary h2{margin:3px 0 0}.enrollment-card>p{font-size:14px}.checkbox{display:flex;align-items:flex-start;gap:12px;font-size:13px;font-weight:400;line-height:1.5;margin-top:23px}.checkbox input{width:18px;height:18px;min-height:18px;flex-shrink:0;margin:2px 0 0;accent-color:var(--green)}.steps{padding:0;margin:23px 0 0;list-style:none}.steps li{display:flex;gap:17px;padding:0 0 27px}.steps li:last-child{padding-bottom:0}.steps li>span{width:30px;height:30px;flex-shrink:0;display:grid;place-items:center;border:1px solid #cedac5;border-radius:50%;color:var(--green);font-size:12px}.steps p{font-size:13px;margin:5px 0 0}.notice,.error{padding:15px 19px;border-radius:10px;margin:24px 0;font-size:13px}.notice{background:#e6f1e3;border:1px solid #ccdfc6}.error{background:#fbeae6;border:1px solid #ebcbc1;color:#953c30}.back{display:inline-block;font-size:12px;margin-top:30px}.back+.hero{padding-top:30px}.small-link{font-size:12px}.slim{padding:23px}.slim p{font-size:13px;margin-bottom:0}footer{max-width:1408px;padding:28px 48px;display:flex;justify-content:space-between;margin:30px auto 0;border-top:1px solid var(--line);font-size:11px;color:var(--muted)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}[hidden]{display:none!important}
@media(min-width:1500px){.hero{padding-top:65px}.dashboard-grid{grid-template-columns:340px minmax(0,1fr)}}
@media(max-width:1100px){.topbar,.container{padding-left:28px;padding-right:28px}.dashboard-grid{grid-template-columns:290px minmax(0,1fr);gap:18px}.section-heading{align-items:flex-start;flex-direction:column}.search{max-width:100%;margin-bottom:14px}.devices-card{padding:22px}.actions{flex-direction:column;align-items:flex-start;gap:8px}}
@media(max-width:760px){.topbar{height:78px;padding:0 22px}.container{padding:0 22px}.brand{font-size:21px}.brandmark{width:39px;height:39px}.brand-sub{font-size:9px}.nav-label{display:none}nav{gap:16px}.secure-label{font-size:10px}.hero{padding:38px 0 27px}h1{font-size:36px;letter-spacing:-1.4px}.lede{font-size:14px}.heading-row{align-items:flex-start}.heading-row .network-pill{margin-top:10px;padding:7px 12px}.stats{grid-template-columns:repeat(2,1fr);gap:12px}.stat{padding:17px 18px}.stat strong{font-size:32px}.dashboard-grid{grid-template-columns:1fr}.card{padding:24px}.devices-card{min-height:0}.section-heading{flex-direction:row;align-items:center;flex-wrap:wrap}.search{max-width:100%}.empty{padding:45px 10px}.event{flex-wrap:wrap}.event time{margin-left:19px;width:100%}.actions{flex-direction:row}.activity{margin-top:4px}.narrow{max-width:580px}footer{padding:24px 22px;gap:20px}.steps li{gap:13px}.fineprint{font-size:11px}.network-summary .badge{font-size:9px}.network-summary h2{font-size:22px}}
@media(prefers-reduced-motion:no-preference){button,a,input,select{transition:background .15s,border-color .15s,box-shadow .15s}}
