.passkey-overlay.svelte-t0xhlw{position:fixed;inset:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:10000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.passkey-modal.svelte-t0xhlw{background:#fff;border-radius:12px;padding:2rem;max-width:400px;width:90%;box-shadow:0 20px 60px #0000004d}.passkey-header.svelte-t0xhlw{text-align:center;margin-bottom:2rem}.passkey-header.svelte-t0xhlw h2:where(.svelte-t0xhlw){color:#672ab7;margin:0 0 .5rem;font-size:1.5rem}.passkey-header.svelte-t0xhlw p:where(.svelte-t0xhlw){color:#6b7280;margin:0;font-size:.9rem}.passkey-form.svelte-t0xhlw{display:flex;flex-direction:column;gap:1rem}.error-message.svelte-t0xhlw{padding:.75rem;background:#fee2e2;border:1px solid #fecaca;border-radius:6px;color:#991b1b;font-size:.9rem}.microsoft-login-btn.svelte-t0xhlw{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:.75rem 1.5rem;background:#2f2f2f;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;width:100%}.microsoft-login-btn.svelte-t0xhlw:hover:not(:disabled){background:#1f1f1f;box-shadow:0 2px 8px #0003}.microsoft-login-btn.svelte-t0xhlw:disabled{background:#6b7280;cursor:not-allowed}.microsoft-logo.svelte-t0xhlw{width:20px;height:20px;flex-shrink:0}:root{font-family:Arial,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;--font-mono: "Courier New", monospace;--primary: #672ab7;--accent: #d175ff;--dark: #150925;--background: #ffffff;--text: #333333;--border: #e0e0e0;--success: #4caf50;--warning: #ffc107;--error: #f44336;--color-primary: #672ab7;--color-accent: #d175ff;--color-dark: #150925;--color-text-primary: #1f2937;--color-text-secondary: #374151;--color-text-muted: #6b7280;--color-heading: #423954;--color-background-light: #f8fafc;--color-background-card: #ffffff;--color-border-light: #e5e7eb;--color-border-subtle: #f1f5f9;--spacing-xs: .25rem;--spacing-sm: .5rem;--spacing-md: .75rem;--spacing-lg: 1rem;--spacing-xl: 1.25rem;--spacing-2xl: 1.5rem;--spacing-3xl: 2rem;--spacing-4xl: 2.5rem;--text-xs: .75rem;--text-sm: .875rem;--text-base: 1rem;--text-lg: 1.125rem;--text-xl: 1.25rem;--text-2xl: 1.5rem;--text-3xl: 1.875rem;--line-height-tight: 1.25;--line-height-normal: 1.5;--line-height-relaxed: 1.6;--line-height-loose: 1.7;--radius-xs: 3px;--radius-sm: 6px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--radius-2xl: 20px;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .1);--shadow-md: 0 2px 8px rgba(0, 0, 0, .08);--shadow-lg: 0 4px 16px rgba(0, 0, 0, .12);--shadow-xl: 0 4px 20px rgba(0, 0, 0, .08);--transition-fast: .15s ease;--transition-normal: .2s ease;--transition-slow: .3s ease;--gradient-primary: linear-gradient(90deg, #672ab7 0%, #d175ff 50%, #672ab7 100%);--gradient-card-header: linear-gradient(135deg, #672ab7 0%, #8b5a9f 100%);--gradient-text: linear-gradient(90deg, #672ab7, #8b5a9f);--gradient-background: linear-gradient(135deg, #f8fafc 0%, rgba(248, 250, 252, .75) 100%);--glass-background: rgba(255, 255, 255, 0);--glass-border: rgba(255, 255, 255, .2);--glass-blur: blur(3px);--field-background: rgba(255, 255, 255, .8)}html{color-scheme:light}body{min-height:100vh;margin:0;background-color:#f8f9fa;color:var(--text)}h1,h2,p{font-weight:400}p{line-height:1.5}a{color:var(--primary);text-decoration:none}a:hover{color:var(--accent)}h1{font-size:2rem;text-align:center;color:var(--color-heading)}h2{font-size:1rem;color:var(--color-heading)}pre{font-size:16px;font-family:var(--font-mono)}button{padding:var(--spacing-lg) var(--spacing-3xl);background:var(--gradient-card-header);color:#fff;border:none;border-radius:var(--radius-md);font-size:var(--text-base);font-weight:600;cursor:pointer;transition:var(--transition-normal);align-self:flex-start}button:hover:not(:disabled){box-shadow:0 4px 12px #672ab74d}button:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}button.secondary{padding:var(--spacing-sm) var(--spacing-lg);background:var(--color-background-light);color:var(--color-text-secondary);border:1px solid var(--color-border-light);font-size:var(--text-sm);font-weight:500}button.secondary:hover:not(:disabled){background:var(--color-border-light);border-color:var(--color-border-subtle);box-shadow:none}input[type=text],input[type=url],textarea{border:2px solid var(--border);border-radius:6px;padding:12px;font-size:14px;width:100%;box-sizing:border-box}input[type=text]:focus,input[type=url]:focus,textarea:focus{outline:none;border-color:var(--primary)}.container{max-width:1200px;margin:0 auto;padding:2rem}.grid{display:grid;gap:2rem}.grid-2{grid-template-columns:1fr 1fr}.grid-3{grid-template-columns:1fr 1fr 1fr}.grid-4{grid-template-columns:1fr 1fr 1fr 1fr}@media (max-width: 768px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}}.card{background:#fff;border:1px solid var(--border);border-radius:8px;padding:1.5rem;box-shadow:0 2px 4px #0000000d}.card-header{margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}.card-title{margin:0;font-size:1.25rem;font-weight:600}.progress-bar{width:100%;height:20px;background:#e0e0e0;border-radius:10px;overflow:hidden;margin:10px 0}.progress-fill{height:100%;background:linear-gradient(90deg,var(--primary),var(--accent));width:0%;transition:width .3s ease}.status{font-weight:700;margin-bottom:10px}.status.connected{color:var(--success)}.status.disconnected{color:var(--error)}.status.active{color:var(--primary)}.messages{max-height:300px;overflow-y:auto;background:#f5f5f5;padding:10px;border-radius:4px;font-family:var(--font-mono);font-size:12px;white-space:pre-wrap}.typing-cursor{display:inline-block;width:2px;height:1em;background:var(--text);animation:blink 1s infinite}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.navbar.svelte-12qhfyh{background:#150925;padding:1rem 0;box-shadow:0 2px 10px #0000001a}.nav-container.svelte-12qhfyh{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:0 2rem}.nav-brand.svelte-12qhfyh{font-size:1.5rem;font-weight:700;color:#d175ff;text-decoration:none}.nav-menu.svelte-12qhfyh{display:flex;list-style:none;margin:0;padding:0;gap:2rem}.nav-menu.svelte-12qhfyh a:where(.svelte-12qhfyh){color:#fff;text-decoration:none;font-weight:500;transition:color .2s ease;padding:.5rem 1rem;border-radius:6px;background:transparent}.nav-menu.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:#d175ff}.nav-menu.svelte-12qhfyh a.active:where(.svelte-12qhfyh){color:#d175ff;background:#d175ff1a}body{background:transparent;min-height:100vh;position:relative;overflow-x:hidden}body:before{content:"";position:fixed;top:-50%;left:-50%;width:200%;height:200%;background-image:url(../../../pattern.svg?v=2);background-size:5% 5%;background-repeat:repeat;background-attachment:fixed;transform:rotate(-15deg);transform-origin:center;pointer-events:none;z-index:-2}body:after{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:var(--gradient-background);pointer-events:none;z-index:-1}html{background:transparent}main.svelte-12qhfyh{min-height:calc(100vh - 80px);background:transparent!important;position:relative;z-index:1}
