:root{font:14px/1.5 system-ui,-apple-system,"Segoe UI","Microsoft YaHei",sans-serif;color:#202923;background:#f7f9f8;font-synthesis:none;letter-spacing:0}*{box-sizing:border-box}body{margin:0}button,input,select{font:inherit}button,a,input,select{outline-offset:3px}button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:38px;padding:8px 13px;border:1px solid #cdd6d1;border-radius:5px;background:#fff;color:inherit;cursor:pointer;white-space:nowrap}button:hover{background:#eff4f1}button:disabled{opacity:.55;cursor:wait}button.primary{background:#167248;border-color:#167248;color:#fff}button.primary:hover{background:#105c38}button.danger{background:#b32e3d;border-color:#b32e3d;color:#fff}.icon{width:38px;height:38px;min-width:38px;padding:8px}svg{width:17px;height:17px;flex-shrink:0}.header{min-height:76px;padding:16px max(24px,calc((100vw - 1160px)/2));display:flex;justify-content:space-between;align-items:center;gap:16px;background:#fff;border-bottom:1px solid #dce3de}.brand{display:flex;align-items:center;gap:12px;color:inherit;text-decoration:none;font-weight:700;font-size:17px}.brand img{width:40px;height:40px;object-fit:cover;border-radius:4px}.brand small{display:block;font-size:12px;font-weight:400;color:#66746b}nav{display:flex;align-items:center;gap:20px}.back{display:flex;align-items:center;gap:6px;color:#466354;text-decoration:none;white-space:nowrap}.dashboard{max-width:1160px;margin:32px auto;padding:0 24px}.page-heading{display:flex;justify-content:space-between;align-items:center;gap:16px}h1{font-size:26px;line-height:1.25;margin:5px 0 24px}h2{font-size:20px;margin:0}.eyebrow{color:#6c796f;font-size:12px}.stats{display:grid;grid-template-columns:1fr 1fr 1.5fr;padding:20px 0 24px;border-top:1px solid #dce3de;border-bottom:1px solid #dce3de}.stats>div{padding:0 24px;border-right:1px solid #dce3de;min-width:0}.stats>div:first-child{padding-left:0}.stats>div:last-child{border:0}.stats span{display:block;color:#647268;font-size:12px}.stats strong{display:block;font-size:28px;font-weight:650;margin-top:6px}.stats strong.date{font-size:17px;padding-top:8px;overflow-wrap:anywhere}.tabs{display:flex;gap:22px;margin-top:20px;border-bottom:1px solid #dce3de}.tabs button{border:0;border-radius:0;background:transparent;padding:12px 0;border-bottom:3px solid transparent}.tabs button[aria-selected=true]{color:#12683f;border-bottom-color:#167248;font-weight:650}.toolbar{display:flex;gap:10px;align-items:center;padding:20px 0 14px}.toolbar input{flex:1;min-width:100px;max-width:370px}.toolbar select{min-width:125px}.toolbar .primary{margin-left:auto}input,select{border:1px solid #cdd6d1;background:#fff;border-radius:5px;min-height:40px;padding:9px 11px;color:#202923;min-width:0}label{display:flex;flex-direction:column;gap:7px;margin:16px 0;color:#46544a;font-size:13px}input:focus,select:focus{border-color:#167248;outline:2px solid #bdddc9}.table-wrap{overflow-x:auto;min-height:240px}table{width:100%;border-collapse:collapse;text-align:left;background:#fff;min-width:560px}th{font-size:12px;font-weight:500;color:#637268;background:#f0f4f1;padding:12px 16px}td{padding:16px;border-bottom:1px solid #e5eae6;vertical-align:middle}td:first-child{font-weight:550;max-width:280px;overflow-wrap:anywhere}td:last-child{width:125px}td.empty{text-align:center;padding:65px 24px;color:#718075;font-weight:400}.sub{font-size:11px;color:#7c887f;font-weight:400;margin-top:3px}.pill{display:inline-block;padding:3px 8px;border-radius:4px;font-size:12px;white-space:nowrap;background:#edf0ee;color:#637169}.pill.active{background:#e4f3e9;color:#14623d}.pill.used{background:#e7eff8;color:#35648a}.pill.revoked{background:#f9e9e9;color:#9f3440}.pill.expired{background:#fbf1d9;color:#8b641f}.table-footer{display:flex;justify-content:space-between;gap:12px;padding:16px 0;color:#768379;font-size:12px}.login-view{max-width:350px;margin:95px auto;padding:0 16px}.login-icon{width:30px;height:30px;color:#167248}.login-view h1{margin:15px 0 28px}.login-view button.primary{width:100%;margin-top:10px}.error{color:#b32e3d;font-size:13px;overflow-wrap:anywhere}.error:empty{display:none}.note{color:#718075;font-size:12px}.dialog-heading{display:flex;justify-content:space-between;align-items:center;gap:12px}dialog{width:460px;max-width:calc(100vw - 32px);max-height:calc(100vh - 40px);overflow:auto;border:1px solid #d3dbd5;border-radius:8px;background:#fff;padding:24px;color:inherit;box-shadow:0 16px 65px #182e242b}dialog::backdrop{background:#14291e66}dialog footer{display:flex;justify-content:flex-end;gap:10px;margin-top:24px}dialog p{overflow-wrap:anywhere}#generated-code{font-family:monospace;font-size:14px}#toast{position:fixed;right:24px;bottom:24px;max-width:calc(100vw - 48px);background:#263d30;color:#fff;padding:13px 18px;border-radius:6px;box-shadow:0 4px 20px #0002;z-index:20;overflow-wrap:anywhere}[hidden]{display:none!important}.spinning svg{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:640px){.header{padding:14px 16px;gap:8px}.brand{font-size:15px}.brand img{width:34px;height:34px}nav{gap:10px}.back{font-size:12px}.dashboard{margin:24px auto;padding:0 16px}h1{font-size:23px}.page-heading{align-items:flex-start}.page-heading button{font-size:12px}.stats{grid-template-columns:1fr 1fr;row-gap:20px}.stats>div{padding:0 15px}.stats>div:nth-child(2){border:0}.stats>div:last-child{grid-column:1/-1;padding:0}.stats strong.date{font-size:15px;padding:0}.toolbar{flex-wrap:wrap}.toolbar input{max-width:none;flex:1 1 50%}.toolbar select{flex:1}.toolbar .primary{margin-left:0;flex:1}.tabs{gap:20px}.tabs button{font-size:13px}dialog{padding:20px}.login-view{margin:64px auto}.table-footer{flex-wrap:wrap}}
