:root{font-family:"Segoe UI",Arial,sans-serif;color:#243342;background:#f4f6f8;font-synthesis:none;--navy:#102438;--blue:#2563a6;--line:#dce3e8;--muted:#71808d;--good:#157258;--bad:#a54040}*{box-sizing:border-box}body{margin:0}.hidden{display:none!important}button,input,select,textarea{font:inherit}button,a{touch-action:manipulation}.brand{display:flex;align-items:center;gap:10px;letter-spacing:.13em}.brand span{display:grid;place-items:center;width:34px;height:34px;border-radius:7px;background:#ed5139;color:#fff;font-weight:800;transform:rotate(-6deg)}.brand strong{font-size:14px}.login{min-height:100vh;display:grid;place-items:center;padding:24px;background:linear-gradient(135deg,#102438,#1f3d58)}.login section{width:min(430px,100%);padding:36px;background:#fff;border-radius:8px;box-shadow:0 24px 80px #06111e66}.login section>svg{width:42px;height:42px;color:var(--blue);margin-top:38px}.login h1{font-size:27px;color:var(--navy);margin:14px 0 8px}.login p{font-size:13px;color:var(--muted);line-height:1.65;margin:0 0 25px}.shell{min-height:100vh}.shell>aside{position:fixed;inset:0 auto 0 0;width:225px;padding:24px 15px;background:var(--navy);color:#fff;display:flex;flex-direction:column}.shell nav{display:flex;flex-direction:column;gap:4px;margin-top:38px}.shell nav button{height:42px;border:0;border-radius:6px;padding:0 12px;display:flex;align-items:center;gap:11px;color:#aab7c3;background:transparent;cursor:pointer}.shell nav button:hover,.shell nav button.active{background:#ffffff13;color:#fff}.shell nav svg{width:17px}.profile{margin-top:auto;border-top:1px solid #ffffff18;padding-top:16px;display:flex;align-items:center;gap:9px}.profile>div{width:34px;height:34px;border-radius:6px;background:#36536d;display:grid;place-items:center;font-weight:700}.profile span{display:flex;flex-direction:column;min-width:0;flex:1}.profile strong{font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile small{color:#94a4b2;text-transform:capitalize;margin-top:3px}.profile button{border:0;background:transparent;color:#9aabb9;cursor:pointer}.profile svg{width:17px}.content{margin-left:225px;padding:28px clamp(22px,4vw,58px) 70px}.content>header{display:flex;justify-content:space-between;align-items:center;margin-bottom:23px}.content>header small{color:#d44d38;font-size:10px;font-weight:700}.content h1{font-size:25px;color:var(--navy);margin:5px 0 0}.secure{height:32px;padding:0 10px;border-radius:6px;display:flex;align-items:center;gap:7px;background:#e6f4ee;color:var(--good);font-size:11px;font-weight:600}.secure svg{width:14px}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:14px}.stats article{height:95px;background:#fff;border:1px solid var(--line);border-radius:8px;padding:18px;display:flex;gap:13px;align-items:center}.stats article>svg{width:23px;color:#4b789d}.stats span{display:flex;flex-direction:column;color:var(--muted);font-size:11px}.stats strong{font-size:24px;color:var(--navy);margin-top:5px}.panel{background:#fff;border:1px solid var(--line);border-radius:8px;padding:20px}.panel>header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:19px}.panel>header h2{font-size:16px;color:var(--navy);margin:0 0 5px}.panel>header p{font-size:11px;color:var(--muted);margin:0}.panel>header>svg{width:21px;color:#7890a3}.toolbar{display:flex;gap:8px;margin-bottom:15px}.search{height:40px;display:flex;align-items:center;gap:8px;border:1px solid var(--line);border-radius:6px;padding:0 11px;flex:1}.search svg{width:16px;color:#8493a0}.search input{border:0;outline:0;width:100%}input,select{height:40px;border:1px solid var(--line);border-radius:6px;padding:0 10px;background:#fff;color:var(--navy);outline:0}input:focus,select:focus,textarea:focus{border-color:#6695bc;box-shadow:0 0 0 3px #e7f0f7}.primary,.secondary{min-height:38px;border-radius:6px;padding:0 13px;display:inline-flex;align-items:center;justify-content:center;gap:7px;cursor:pointer;text-decoration:none}.primary{border:0;background:var(--blue);color:#fff}.secondary{border:1px solid var(--line);background:#fff;color:#334a5e}.primary svg,.secondary svg{width:15px}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse;min-width:760px}th{text-align:left;font-size:10px;text-transform:uppercase;color:#81909c;background:#f7f9fa}th,td{padding:11px 10px;border-bottom:1px solid #e8edf0}td{font-size:11px}td code{font-family:Consolas,monospace;font-size:10px}.badge{display:inline-flex;padding:4px 7px;border-radius:5px;background:#e5f5ee;color:var(--good);font-size:9px}.badge.revoked{background:#faeaea;color:var(--bad)}.row-actions{display:flex;gap:5px;justify-content:flex-end}.row-actions button{height:31px;padding:0 8px}.pager{display:flex;justify-content:flex-end;align-items:center;gap:8px;margin-top:14px;font-size:11px}.pager button{width:34px;padding:0}.form-panel{max-width:980px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px 16px}.form-grid label,.invite label{display:flex;flex-direction:column;gap:6px;font-size:11px;font-weight:600;color:#4d6172}.form-grid label small{font-weight:400;color:#8997a2}.actions{display:flex;justify-content:flex-end;gap:8px;margin-top:20px}.issued{max-width:980px;margin-top:14px}.issued textarea,dialog textarea{width:100%;height:125px;resize:vertical;border:1px solid var(--line);border-radius:6px;padding:10px;font:11px/1.55 Consolas,monospace}.invite{display:grid;grid-template-columns:1fr 260px auto;align-items:end;gap:10px}.grant-list{margin-top:18px}.grant{display:grid;grid-template-columns:1fr 110px auto;gap:10px;align-items:center;padding:11px 0;border-top:1px solid #edf0f2}.grant span{display:flex;flex-direction:column}.grant strong{font-size:11px}.grant small{font-size:9px;color:var(--muted);margin-top:3px}.notice{padding:10px 12px;border-radius:6px;margin-bottom:14px;background:#e9f5ef;color:#176b54;font-size:11px}.notice.error{background:#fbeaea;color:#983c3c}dialog{width:min(780px,calc(100% - 30px));border:0;border-radius:8px;padding:0;box-shadow:0 25px 80px #0b1c2b55}dialog::backdrop{background:#0d1c2977}dialog form{padding:20px}dialog header{display:flex;justify-content:space-between;align-items:center}dialog header h2{margin:0 0 14px;color:var(--navy)}dialog header button{border:0;background:transparent;cursor:pointer}dialog header svg{width:18px}@media(max-width:850px){.shell>aside{position:static;width:auto;height:auto;padding:13px;flex-direction:row;align-items:center}.shell nav{margin:0 0 0 auto;flex-direction:row}.shell nav button{font-size:0;padding:0 11px}.profile{margin:0 0 0 8px;padding:0;border:0}.profile span{display:none}.content{margin:0;padding:20px 14px 55px}.stats{grid-template-columns:1fr}.form-grid{grid-template-columns:1fr}.invite{grid-template-columns:1fr}.secure{display:none}}@media(max-width:470px){.content>header h1{font-size:21px}.toolbar{flex-wrap:wrap}.search{flex-basis:100%}.panel{padding:14px}.grant{grid-template-columns:1fr 80px auto}.brand strong{display:none}}
