:root{--slate-50: #f8fafc;--slate-100: #f1f5f9;--slate-200: #e2e8f0;--slate-300: #cbd5e1;--slate-400: #94a3b8;--slate-500: #64748b;--slate-600: #475569;--slate-700: #334155;--slate-800: #1e293b;--slate-900: #0f172a;--blue-500: #3b82f6;--blue-600: #2563eb;--blue-700: #1d4ed8;--green-500: #22c55e;--green-600: #16a34a;--green-100: #dcfce7;--amber-500: #f59e0b;--amber-100: #fef3c7;--red-50: #fef2f2;--red-100: #fee2e2;--red-500: #ef4444;--red-600: #dc2626;--purple-500: #a855f7;--purple-600: #9333ea;--purple-100: #f3e8ff;--bg-primary: #ffffff;--bg-secondary: #f8fafc;--bg-tertiary: #f1f5f9;--bg-code: #f3f4f6;--text-primary: #0f172a;--text-secondary: #475569;--text-tertiary: #64748b;--text-muted: #94a3b8;--border-light: #e2e8f0;--border-medium: #cbd5e1;--radius-sm: 6px;--radius-md: 8px;--radius-lg: 12px;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-mono: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, monospace}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{font-family:var(--font-sans);background:var(--bg-secondary);color:var(--text-primary);line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}ul{list-style:none;padding:0;margin:0}h1,h2,h3,h4,h5,h6{margin:0;font-weight:600}.app-root{min-height:100vh;display:flex;flex-direction:column}.app-header{background:var(--bg-primary);border-bottom:1px solid var(--border-light);position:sticky;top:0;z-index:100}.app-header-inner{max-width:1280px;margin:0 auto;padding:0 24px;height:64px;display:flex;align-items:center;justify-content:space-between;gap:24px}.app-brand{display:flex;align-items:center;gap:12px}.app-logo-circle{width:40px;height:40px;border-radius:var(--radius-md);background:var(--blue-600);display:flex;align-items:center;justify-content:center;color:#fff;font-size:18px;font-weight:600;flex-shrink:0}.app-title-block{display:flex;flex-direction:column;gap:2px}.app-title{font-size:16px;font-weight:600;color:var(--text-primary);letter-spacing:-.01em}.app-subtitle{font-size:13px;color:var(--text-tertiary);font-weight:400}.app-header-right{display:flex;align-items:center;gap:12px}.app-user-pill{height:36px;padding:0 12px 0 6px;border-radius:18px;background:var(--bg-secondary);border:1px solid var(--border-light);display:flex;align-items:center;gap:8px;font-size:14px;color:var(--text-secondary);font-weight:500}.app-user-avatar{width:24px;height:24px;border-radius:50%;background:var(--purple-500);display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;color:#fff;flex-shrink:0}.app-main{flex:1;max-width:1280px;margin:0 auto;padding:32px 24px;width:100%;display:grid;grid-template-columns:1fr 380px;gap:24px;align-items:start}.app-main-column,.app-side-column{min-width:0;display:flex;flex-direction:column;gap:24px}.card{background:var(--bg-primary);border-radius:var(--radius-lg);border:1px solid var(--border-light);box-shadow:var(--shadow-sm);padding:24px}.card-header-row{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px;gap:16px}.card-title{font-size:18px;font-weight:600;color:var(--text-primary);letter-spacing:-.01em;margin-bottom:4px}.card-subtitle{font-size:14px;color:var(--text-secondary);line-height:1.5}.card p{margin-bottom:8px;font-size:14px;line-height:1.6}.card strong{font-weight:600;color:var(--text-primary)}.card code{background:var(--bg-code);padding:2px 8px;border-radius:999px;font-size:13px;font-family:var(--font-mono);color:var(--text-primary);border:1px solid var(--border-light)}.card h3{font-size:15px;font-weight:600;margin-top:20px;margin-bottom:12px;color:var(--text-primary)}.card ul{padding-left:18px;margin:0;font-size:14px;color:var(--text-secondary);list-style:disc}.card ul li{padding:4px 0;line-height:1.5}.card ul li span{font-size:13px;color:var(--text-muted)}.card>div:has(h3:first-child){margin-top:24px}.card>div>div:has(h3){display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.card form{display:flex;gap:8px;margin-bottom:16px}.card form .input{flex:1}.card ul:has(li>div){padding-left:0;list-style:none;margin-top:12px}.card ul:has(li>div) li{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 0;border-top:1px solid var(--border-light)}.card ul:has(li>div) li:first-child{border-top:none}.card ul:has(li>div) li>div:first-child{flex:1;min-width:0}.card ul:has(li>div) li>div:first-child span:first-child{font-size:15px;font-weight:500;color:var(--text-primary)}.card ul:has(li>div) li>div:last-child{display:flex;gap:8px;align-items:center;flex-shrink:0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;height:38px;padding:0 18px;border-radius:var(--radius-md);font-size:14px;font-weight:500;border:1px solid transparent;cursor:pointer;transition:all .15s ease;font-family:inherit;white-space:nowrap}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--blue-600);color:#fff;border-color:var(--blue-600)}.btn-primary:hover:not(:disabled){background:var(--blue-700);border-color:var(--blue-700)}.btn-primary:active:not(:disabled){transform:translateY(1px)}.btn-ghost{background:var(--bg-primary);color:var(--text-secondary);border-color:var(--border-medium)}.btn-ghost:hover:not(:disabled){background:var(--bg-secondary);color:var(--text-primary);border-color:var(--border-medium)}.btn-danger-outline{background:var(--bg-primary);color:var(--red-600);border-color:var(--border-medium)}.btn-danger-outline:hover:not(:disabled){background:var(--red-50);border-color:var(--red-500)}.field{margin-bottom:16px}.field-label{display:block;font-size:14px;font-weight:500;color:var(--text-primary);margin-bottom:6px}.input,.select{width:100%;height:40px;padding:0 12px;border-radius:var(--radius-md);border:1px solid var(--border-medium);background:var(--bg-primary);font-size:14px;font-family:inherit;color:var(--text-primary);transition:all .15s ease}.select{cursor:pointer}.input:focus,.select:focus{outline:none;border-color:var(--blue-500);box-shadow:0 0 0 3px #3b82f61a}.input::placeholder{color:var(--text-tertiary)}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:40px 24px;background:var(--bg-secondary)}.auth-inner{width:100%;max-width:1000px;display:grid;grid-template-columns:1fr 1fr;gap:32px}.auth-inner.single{max-width:460px;margin:0 auto;grid-template-columns:1fr}.auth-submit{width:100%;margin-top:8px}.auth-footnote{margin-top:20px}.auth-footnote-divider{height:1px;width:100%;background:linear-gradient(to right,transparent,var(--border-medium),transparent);margin-bottom:10px}.auth-footnote-main{display:flex;align-items:center;gap:10px;font-size:13px}.auth-footnote-icon{width:28px;height:28px;border-radius:999px;background:linear-gradient(135deg,#fef9c3,#fed7aa);display:flex;align-items:center;justify-content:center;color:#92400e;box-shadow:0 4px 10px #94745040;flex-shrink:0;font-size:14px}.auth-footnote-text{display:flex;flex-direction:column;gap:4px}.auth-footnote-title{font-weight:600;color:var(--text-primary)}.auth-footnote-tags{display:flex;flex-wrap:wrap;gap:4px}.auth-footnote-tag{padding:2px 8px;border-radius:999px;background:#2563eb0f;border:1px solid rgba(37,99,235,.25);color:var(--blue-600);font-size:11px}.auth-panel{background:var(--bg-primary);border-radius:var(--radius-lg);border:1px solid var(--border-light);box-shadow:var(--shadow-md);padding:40px}.auth-toggle-row{display:inline-flex;gap:4px;padding:4px;background:var(--bg-tertiary);border-radius:var(--radius-md);margin-bottom:24px}.auth-toggle-button{height:32px;padding:0 16px;border:none;border-radius:var(--radius-sm);background:transparent;color:var(--text-secondary);font-size:14px;font-weight:500;cursor:pointer;transition:all .15s ease;font-family:inherit}.auth-toggle-button.active{background:var(--bg-primary);color:var(--text-primary);box-shadow:var(--shadow-sm)}.auth-title{font-size:24px;font-weight:600;color:var(--text-primary);margin-bottom:8px;letter-spacing:-.02em}.auth-subtitle{font-size:15px;color:var(--text-secondary);margin-bottom:24px;line-height:1.6}.auth-panel form{display:flex;flex-direction:column}.auth-panel form .btn{width:100%;margin-top:8px}.auth-panel p{margin-top:12px;font-size:14px}.auth-cta{background:linear-gradient(135deg,#faf5ff,#f3e8ff);border:1px solid #e9d5ff;border-radius:var(--radius-lg);padding:32px;box-shadow:var(--shadow-sm)}.auth-cta-title{font-size:20px;font-weight:600;color:var(--text-primary);margin-bottom:12px;letter-spacing:-.01em}.auth-cta-text{font-size:15px;color:var(--text-secondary);margin-bottom:16px;line-height:1.6}.auth-cta-list{font-size:14px;color:var(--text-secondary);padding-left:20px;margin:12px 0;line-height:1.7;list-style:disc}.auth-cta-list li{margin-bottom:6px;padding:4px 0}.auth-hint{font-size:13px;color:var(--text-tertiary);margin-top:16px;line-height:1.5}.side-card-title{font-size:15px;font-weight:600;color:var(--text-primary);margin-bottom:8px}.side-card-text{font-size:14px;color:var(--text-secondary);line-height:1.5}.side-user-meta{margin-top:16px;padding-top:16px;border-top:1px solid var(--border-light);font-size:13px;color:var(--text-tertiary)}.side-user-meta div{margin-bottom:4px}.side-user-meta strong{color:var(--text-primary)}.success-message,.error-message{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border-radius:999px;font-size:13px;margin-top:12px;line-height:1.3;box-shadow:0 8px 18px #0f172a14}.success-message{background:var(--green-100);color:var(--green-600);border:1px solid var(--green-500)}.success-message:before{content:"✓";display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:999px;background:#22c55e1a;color:var(--green-600);font-size:11px;font-weight:700}.error-message{background:var(--red-50);color:var(--red-600);border:1px solid var(--red-500)}.error-message:before{content:"!";display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:999px;background:#dc26260f;color:var(--red-600);font-size:11px;font-weight:700}.loading-state,.error-state{padding:24px;border-radius:var(--radius-lg);font-size:14px}.error-state{background:var(--red-50);border:1px solid var(--red-100);color:var(--red-600);max-width:600px}.setup-container{padding:32px;border-radius:var(--radius-lg);background:var(--bg-primary);border:1px solid var(--border-light);box-shadow:var(--shadow-md);max-width:600px}.setup-container h2{font-size:24px;font-weight:600;margin-bottom:8px;color:var(--text-primary)}.setup-container>p{font-size:15px;color:var(--text-secondary);margin-bottom:24px;line-height:1.6}.setup-container h3{font-size:16px;font-weight:600;margin-top:24px;margin-bottom:12px;color:var(--text-primary)}.setup-container h3:first-of-type{margin-top:0}.setup-container form{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}.setup-container input{width:100%;height:40px;padding:0 12px;border-radius:var(--radius-md);border:1px solid var(--border-medium);font-size:14px;font-family:inherit}.setup-container input:focus{outline:none;border-color:var(--blue-500);box-shadow:0 0 0 3px #3b82f61a}.setup-container button[type=submit]{height:40px;padding:0 20px;border-radius:var(--radius-md);border:none;font-size:14px;font-weight:500;cursor:pointer;transition:all .15s ease;font-family:inherit}.setup-container form:first-of-type button{background:var(--blue-600);color:#fff}.setup-container form:first-of-type button:hover{background:var(--blue-700)}.setup-container form:last-of-type button{background:var(--green-600);color:#fff}.setup-container form:last-of-type button:hover{background:var(--green-700)}.badge{display:inline-flex;align-items:center;height:22px;padding:0 8px;border-radius:11px;font-size:12px;font-weight:500}.badge-success{background:var(--green-100);color:var(--green-600)}.badge-warning{background:var(--amber-100);color:var(--amber-500)}.badge-danger{background:var(--red-100);color:var(--red-600)}.badge-info{background:var(--purple-100);color:var(--purple-600)}@media(max-width:1024px){.app-main{grid-template-columns:1fr}.app-side-column{order:-1}}@media(max-width:768px){.auth-inner{grid-template-columns:1fr}.app-header-inner{height:auto;padding:16px 20px;flex-wrap:wrap}.app-main{padding:24px 20px;gap:20px}.card{padding:20px}.auth-panel{padding:32px 24px}.card ul:has(li>div) li{flex-direction:column;align-items:flex-start}.card ul:has(li>div) li>div:last-child{width:100%;flex-wrap:wrap}}@media(max-width:480px){.app-title-block{display:none}.card-header-row{flex-direction:column;align-items:flex-start}.btn{font-size:13px;padding:0 14px;height:36px}.card form{flex-direction:column}.card form .btn{width:100%}}
