:root{--ae-blue: #164384;--ae-blue-dark: #0d2f62;--ae-green: #00a96c;--ae-green-dark: #008f5c;--ae-ink: #353535;--ae-muted: #637282;--ae-sky: #f1f8ff;--ae-line: #d5e7f4;--ae-panel: #fffefe;--ae-soft-green: #ecfbf5;--ae-warm: #ffbc7d;color:var(--ae-ink);background:var(--ae-sky);font-family:Poppins,Montserrat,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}button,input,select{font:inherit}button{border:0}code{overflow-wrap:anywhere}.app-shell{min-height:100vh;display:flex;flex-direction:column}.topbar{min-height:94px;padding:16px 28px;display:flex;justify-content:space-between;gap:20px;align-items:center;background:var(--ae-panel);border-bottom:1px solid var(--ae-line);box-shadow:0 4px 18px #16438412}.brand-lockup{min-width:0;display:flex;align-items:center;gap:16px}.brand-lockup>div{min-width:0}.brand-logo{width:148px;height:auto;flex:0 0 auto}.topbar h1,.section-heading h2,.login-panel h2{margin:2px 0 0;letter-spacing:0;color:var(--ae-blue)}.topbar h1{font-size:clamp(1.35rem,2.2vw,1.9rem)}.eyebrow{display:block;color:var(--ae-green);font-size:.76rem;font-weight:800;letter-spacing:0;text-transform:uppercase}.session-box{min-height:42px;display:flex;align-items:center;gap:10px;padding:7px 9px 7px 12px;background:var(--ae-sky);border:1px solid #bfdbef;border-radius:8px;color:var(--ae-blue);font-weight:700}.session-identity{min-width:0;display:flex;flex-direction:column;line-height:1.18}.session-identity small{max-width:260px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--ae-muted);font-size:.72rem;font-weight:600}.workspace{width:100%;max-width:1540px;margin:0 auto;padding:22px;display:grid;grid-template-columns:220px minmax(0,1fr) 340px;gap:18px;flex:1}.flow-panel,.registry-panel{align-self:start;background:var(--ae-panel);border:1px solid var(--ae-line);border-radius:8px;padding:14px}.flow-panel{display:grid;gap:10px;position:sticky;top:16px}.flow-step{min-height:46px;display:grid;grid-template-columns:28px 1fr;align-items:center;gap:10px;color:#647582}.flow-step span{width:28px;height:28px;display:grid;place-items:center;border-radius:8px;background:#edf1f3;color:var(--ae-muted)}.flow-step.active strong{color:var(--ae-blue)}.flow-step.done span{background:var(--ae-green);color:var(--ae-panel)}.issuer-block{margin-top:8px;padding-top:14px;border-top:1px solid var(--ae-line);display:grid;gap:6px}.issuer-block span{color:var(--ae-muted);font-size:.82rem}.issuer-block code{color:var(--ae-blue);font-size:.75rem}.tool-surface{min-width:0;display:grid;gap:16px}.section-band,.login-panel{background:var(--ae-panel);border:1px solid var(--ae-line);border-radius:8px;padding:18px}.section-heading{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px}.button-cluster{display:inline-flex;gap:8px}.section-heading h2,.login-panel h2{font-size:1.08rem}.counter,.status{min-width:78px;min-height:28px;display:inline-grid;place-items:center;border-radius:999px;padding:0 10px;font-size:.8rem;font-weight:800}.counter{color:var(--ae-blue);background:#fff0e2;border:1px solid #ffd3ab}.dataset-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.dataset-card{min-height:150px;display:grid;grid-template-columns:28px 1fr;grid-template-rows:auto 1fr auto;gap:7px 10px;text-align:left;padding:14px;border:1px solid #d6e4ee;border-radius:8px;background:#fbfdff;color:var(--ae-ink);cursor:pointer}.dataset-card:hover,.dataset-card:focus-visible{outline:2px solid #0f766e;outline-offset:2px}.dataset-card.selected{border-color:var(--ae-green);background:var(--ae-soft-green)}.dataset-check{grid-row:1 / span 3;width:24px;height:24px;display:grid;place-items:center;border:1px solid #9db8ca;border-radius:6px;color:#fff;background:#fff}.dataset-card.selected .dataset-check{background:#0f766e;background:var(--ae-green);border-color:var(--ae-green)}.dataset-card strong{color:var(--ae-blue)}.dataset-card span{color:var(--ae-muted);line-height:1.42}.dataset-card small,.registry-item small{color:var(--ae-muted);font-weight:700}.two-column{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(230px,.75fr);gap:16px}.field{display:grid;gap:7px;color:var(--ae-blue);font-size:.88rem;font-weight:800}.field input,.field select{width:100%;min-height:42px;border:1px solid #c6dceb;border-radius:7px;background:#fff;color:var(--ae-ink);padding:0 11px}.field input:focus,.field select:focus{outline:2px solid var(--ae-green);outline-offset:1px}.invite-grid,.policy-grid{display:grid;gap:12px;margin-top:12px}.policy-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.field.wide,.toggle-field{grid-column:1 / -1}.toggle-field{min-height:42px;display:flex;align-items:center;gap:10px;color:var(--ae-ink);font-weight:800}.toggle-field input{width:18px;height:18px;accent-color:var(--ae-green)}.recipient-panel{min-height:166px;align-self:stretch;display:grid;align-content:center;gap:8px;padding:16px;border:1px solid #c6dceb;border-radius:8px;background:var(--ae-sky)}.recipient-panel svg{color:var(--ae-green)}.recipient-panel span{color:var(--ae-muted)}.recipient-panel code{font-size:.8rem;color:var(--ae-blue)}.action-row{display:flex;justify-content:flex-end;gap:10px}.primary-action,.secondary-action,.icon-button{min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:8px;font-weight:850;cursor:pointer;text-decoration:none}.primary-action{color:var(--ae-panel);background:var(--ae-green);padding:0 16px}.primary-action:hover,.primary-action:focus-visible{background:var(--ae-blue)}.secondary-action{color:var(--ae-blue);background:#e7f3fb;padding:0 14px}.secondary-action:hover,.secondary-action:focus-visible{background:#d4e9f7}.primary-action:disabled,.secondary-action:disabled,.icon-button:disabled{cursor:not-allowed;opacity:.55}.icon-button{width:38px;padding:0;color:var(--ae-blue);background:#e7f3fb}.icon-button.danger{color:#8a1f1f;background:#fae7e3}.error-banner{padding:12px 14px;border-radius:8px;color:#7a1717;background:#ffe8e2;border:1px solid #f0b6aa;font-weight:800}.credential-band{min-width:0}.json-preview{max-height:460px;min-height:220px;overflow:auto;margin:0;padding:14px;border-radius:8px;background:#102f5e;color:#f6fbff;font-size:.78rem;line-height:1.5;white-space:pre-wrap;word-break:break-word}.jwt-preview{max-height:180px;min-height:88px;overflow:auto;margin:10px 0 0;padding:12px;border-radius:8px;background:var(--ae-sky);color:var(--ae-blue);font-size:.76rem;line-height:1.45;white-space:pre-wrap;word-break:break-all}.copy-note{display:inline-block;margin:0 0 8px;color:var(--ae-green);font-weight:800}.signature-note{display:inline-flex;align-items:center;gap:7px;max-width:100%;margin:0 0 8px 10px;color:var(--ae-green);font-weight:800;overflow-wrap:anywhere}.signed-row{display:flex;justify-content:space-between;align-items:center;gap:14px;margin-top:14px}.signed-row p{margin:4px 0 0;color:var(--ae-muted);line-height:1.45}.issuer-offer-panel{margin-top:14px;padding:14px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;border:1px solid #c6dceb;border-radius:8px;background:#fbfdff}.issuer-offer-panel h3{margin:2px 0 0;color:var(--ae-blue);font-size:1rem}.issuer-offer-panel p{margin:5px 0 0;color:var(--ae-muted);line-height:1.45}.issuer-offer-panel code,.offer-preview{grid-column:1 / -1}.issuer-offer-panel code{color:var(--ae-blue);font-size:.78rem;font-weight:800}.issuer-offer-panel-empty{color:var(--ae-muted);background:var(--ae-sky)}.issuer-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.secondary-action[aria-disabled=true]{pointer-events:none;opacity:.55}.offer-preview{max-height:132px;min-height:58px;overflow:auto;margin:0;padding:12px;border-radius:8px;background:var(--ae-sky);color:var(--ae-blue);font-size:.75rem;line-height:1.45;white-space:pre-wrap;word-break:break-all}.registry-panel{display:grid;gap:14px;position:sticky;top:16px}.registry-list{display:grid;gap:10px}.registry-item{display:grid;grid-template-columns:minmax(0,1fr) auto auto auto auto;align-items:center;gap:9px;padding:12px;border:1px solid var(--ae-line);border-radius:8px;background:#fbfdff}.registry-item div{min-width:0;display:grid;gap:4px}.registry-item strong,.registry-item span{overflow:hidden;text-overflow:ellipsis}.registry-item span:not(.status){color:var(--ae-muted);white-space:nowrap}.status.issued{color:#0d6a46;background:#dcf5e8}.status.revoked{color:#7a1717;background:#ffe8e2}.signed-pill{min-height:26px;display:inline-grid;place-items:center;border-radius:999px;padding:0 9px;color:var(--ae-blue);background:#e4f4ff;font-size:.76rem;font-weight:850}.empty-state{color:var(--ae-muted);line-height:1.45}.login-panel{min-height:320px;display:grid;align-content:center;justify-items:start;gap:16px}.login-panel svg{color:var(--ae-green)}.login-panel p{max-width:620px;color:var(--ae-muted);line-height:1.55}.login-status{min-height:30px;display:inline-flex;align-items:center;border-radius:999px;padding:0 12px;color:var(--ae-blue);background:var(--ae-sky);border:1px solid var(--ae-line);font-size:.85rem;font-weight:800}.footer-strip{min-height:48px;padding:10px 28px;display:flex;justify-content:space-between;gap:16px;align-items:center;color:var(--ae-panel);background:var(--ae-blue);border-top:1px solid var(--ae-blue-dark);font-size:.88rem}.footer-strip span{display:inline-flex;align-items:center;gap:7px}.loading{min-height:100vh;display:grid;place-items:center;color:var(--ae-blue);font-weight:800}@media(max-width:1180px){.workspace{grid-template-columns:190px minmax(0,1fr)}.registry-panel{grid-column:2;position:static}}@media(max-width:860px){.topbar,.footer-strip{align-items:flex-start;flex-direction:column}.workspace{grid-template-columns:1fr;padding:14px}.flow-panel,.registry-panel{position:static}.flow-panel{grid-template-columns:repeat(2,minmax(0,1fr))}.issuer-block{grid-column:1 / -1}.two-column,.policy-grid,.dataset-grid{grid-template-columns:1fr}.registry-panel{grid-column:auto}}@media(max-width:560px){.topbar{padding:16px}.brand-lockup{align-items:flex-start;flex-direction:column;gap:10px}.brand-logo{width:132px}.flow-panel{grid-template-columns:1fr}.section-band,.login-panel,.flow-panel,.registry-panel{padding:14px}.action-row{flex-direction:column}.primary-action,.secondary-action{width:100%}.registry-item{grid-template-columns:1fr auto auto}.signed-row{align-items:stretch;flex-direction:column}.issuer-offer-panel{grid-template-columns:1fr}.issuer-actions,.issuer-actions .secondary-action,.issuer-actions .primary-action{width:100%}}
