:root{color-scheme:light;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#f6f7f4;color:#19211d;line-height:1.5;font-weight:400}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}a{color:inherit;text-decoration:none}button,input{font:inherit}.app-shell{display:grid;grid-template-columns:260px minmax(0,1fr);min-height:100vh}.sidebar{border-right:1px solid #dfe5dd;background:#fbfcf8;padding:24px 18px}.brand{display:flex;gap:12px;align-items:center;margin-bottom:28px}.brand-mark{display:inline-grid;width:48px;height:48px;place-items:center;border-radius:8px;background:#13382b;color:#f7fbf1;font-weight:800}.brand strong,.brand small{display:block}.brand small{color:#66736c;font-size:12px}.nav-list{display:grid;gap:4px}.nav-item{display:flex;gap:10px;align-items:center;padding:10px 12px;border-radius:8px;color:#33423b}.nav-item:hover{background:#edf2ea}.main-panel{padding:32px}.page-header{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:24px}.page-header h1,.public-heading h1{margin:0;font-size:28px;letter-spacing:0}.page-header p,.public-heading p,.workspace-section p,.panel-heading p{margin:4px 0 0;color:#65736d}.metric-grid,.limit-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:24px}.limit-strip{grid-template-columns:repeat(4,minmax(0,1fr))}.metric{border:1px solid #dfe5dd;border-radius:8px;background:#fff;padding:16px}.metric span{display:block;color:#65736d;font-size:13px}.metric strong{display:block;margin-top:6px;font-size:22px}.workspace-section,.side-panel,.public-workspace{border:1px solid #dfe5dd;border-radius:8px;background:#fff;padding:24px}.workspace-section{display:flex;justify-content:space-between;gap:24px;align-items:center}.workspace-section h2,.panel-heading h2{margin:0;font-size:18px}.quick-actions,.row-actions,.form-actions,.panel-heading{display:flex;gap:10px;align-items:center}.button,.icon-button{border:1px solid #cfd8d2;background:#fff;color:#1f2b26;border-radius:8px;min-height:40px;cursor:pointer}.button{display:inline-flex;gap:8px;align-items:center;justify-content:center;padding:0 14px;font-weight:650}.button.primary{background:#1f6f5b;border-color:#1f6f5b;color:#fff}.button.wide{width:100%}.button:disabled,.icon-button:disabled{opacity:.45;cursor:not-allowed}.icon-button{display:inline-grid;width:38px;place-items:center}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;max-width:920px}.form-grid.compact{grid-template-columns:1fr}label{display:grid;gap:7px;color:#33423b;font-weight:650}input{width:100%;min-height:42px;border:1px solid #cfd8d2;border-radius:8px;padding:9px 11px;background:#fff;color:#19211d}input:focus{outline:2px solid #9ccfbf;border-color:#1f6f5b}.form-actions{align-self:end}.table-wrap{overflow-x:auto;border:1px solid #dfe5dd;border-radius:8px;background:#fff}table{width:100%;border-collapse:collapse;min-width:760px}th,td{padding:13px 14px;border-bottom:1px solid #eef2ed;text-align:left;vertical-align:middle}th{color:#52625a;font-size:12px;text-transform:uppercase;letter-spacing:0;background:#fafbf8}tr:last-child td{border-bottom:0}.status{display:inline-flex;align-items:center;min-height:26px;padding:0 9px;border-radius:999px;font-size:12px;font-weight:700;text-transform:capitalize}.status-active{background:#e2f5ec;color:#176448}.status-completed{background:#e9edf3;color:#42526b}.status-revoked,.status-expired{background:#f8e8e6;color:#8f2f25}.error-banner,.empty-state,.result-box{border-radius:8px;padding:14px 16px;margin-bottom:16px}.error-banner{border:1px solid #ecc5c0;background:#fff1ef;color:#822f27}.empty-state{border:1px dashed #cfd8d2;background:#fff;color:#65736d}.result-box{display:flex;gap:10px;align-items:center;border:1px solid #cde8dc;background:#effaf5;color:#1d5d48;margin-top:18px;overflow-wrap:anywhere}code{font-family:SFMono-Regular,Consolas,monospace;font-size:13px}.side-panel{margin-top:20px;max-width:680px}.panel-heading{justify-content:space-between;margin-bottom:16px}.public-shell{min-height:100vh;padding:28px;background:linear-gradient(180deg,#f8faf6,#eef3ee)}.public-bar{max-width:960px;margin:0 auto 20px;color:#52625a;font-weight:700}.public-workspace{max-width:960px;margin:0 auto}.public-workspace.narrow{max-width:720px}.public-heading{display:flex;gap:14px;align-items:center;margin-bottom:24px}.upload-form{display:grid;gap:16px}.file-drop{display:grid;min-height:132px;place-items:center;gap:8px;border:1px dashed #9fb1a8;border-radius:8px;color:#33423b;background:#fbfcf8;cursor:pointer}.file-drop input{display:none}.selected-files{list-style:none;margin:0;padding:0;display:grid;gap:8px}.selected-files li{display:flex;justify-content:space-between;gap:12px;padding:10px 12px;border:1px solid #dfe5dd;border-radius:8px}.selected-files small,.helper-text{color:#65736d}.turnstile-box{min-height:72px}.loading-line{width:100%;height:3px;margin-bottom:18px;border-radius:999px;background:linear-gradient(90deg,#dfe5dd,#1f6f5b,#dfe5dd);background-size:200% 100%;animation:loading 1.2s linear infinite}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}@media(max-width:860px){.app-shell{grid-template-columns:1fr}.sidebar{position:static;border-right:0;border-bottom:1px solid #dfe5dd}.nav-list{grid-template-columns:repeat(2,minmax(0,1fr))}.main-panel,.public-shell{padding:20px}.page-header,.workspace-section,.panel-heading{display:grid}.metric-grid,.limit-strip,.form-grid{grid-template-columns:1fr}}
