.toast-container{position:fixed;top:1rem;right:1rem;z-index:9999;display:flex;flex-direction:column;gap:.75rem;max-width:400px}.toast{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.25rem;border-radius:12px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;font-weight:600;cursor:pointer;animation:slideIn .3s ease-out;border:1px solid}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.toast-success{background:#ecfdf5;color:#047857;border-color:#10b981}.toast-error{background:#fef2f2;color:#991b1b;border-color:#ef4444}.toast-info{background:#eff6ff;color:#1e40af;border-color:#3b82f6}.toast-warning{background:#fffbeb;color:#92400e;border-color:#f59e0b}.toast-close{background:transparent;border:none;font-size:1.5rem;line-height:1;cursor:pointer;color:inherit;opacity:.7;padding:0;width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center}.toast-close:hover{opacity:1}.app-shell{min-height:100vh;display:flex;flex-direction:column}.app-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;background:#111827;color:#f9fafb}.app-header nav{display:flex;gap:1rem}.app-header a{color:#f9fafb;font-weight:600}.app-header a:hover{color:#cbd5f5}.status{padding:.25rem .75rem;border-radius:999px;font-size:.875rem;font-weight:600;text-transform:uppercase}.status.online{background-color:#047857;color:#ecfdf5}.status.offline{background-color:#b91c1c;color:#fee2e2}main{flex:1;display:flex;justify-content:center;align-items:flex-start;padding:3rem 1.5rem}.card{background:#fff;border-radius:20px;padding:2rem;max-width:720px;width:100%;box-shadow:0 20px 25px -15px #0f172a4d;border:1px solid rgba(148,163,184,.3)}.card h1{margin-top:0}.card.error{border-color:#fecaca;background:#fef2f2;color:#991b1b}.actions{display:flex;gap:1rem;align-items:center;margin:1.5rem 0}.link-button{display:inline-flex;align-items:center;justify-content:center;padding:.6em 1.2em;border-radius:8px;background:#f3f4f6;color:#111827;border:1px solid transparent;font-weight:600}.link-button:hover{background:#e5e7eb}.user-details dt,.token-info dt{font-weight:700;margin-top:1rem}.user-details dd,.token-info dd{margin:.25rem 0 0;word-break:break-word}.token-preview{max-height:12rem;overflow-y:auto;padding:.75rem;background:#111827;color:#f9fafb;border-radius:12px;font-family:Roboto Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.85rem}:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400;color:#1f2933;background-color:#f5f7fa;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#2563eb;text-decoration:inherit}a:hover{color:#1d4ed8}body{margin:0;min-height:100vh}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:600;font-family:inherit;cursor:pointer;transition:border-color .25s,background-color .25s;background-color:#2563eb;color:#fff}button:hover{background-color:#1d4ed8}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}#root{margin:0}.bootstrap-error{margin:3rem auto;max-width:480px;padding:2rem;border-radius:16px;background:#fee2e2;color:#991b1b;font-weight:600;text-align:center;border:1px solid #fecaca}
