:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f8f9fc;--surface:#fff;--surface-alt:#f1f3f9;--surface-hover:#e9ecf5;--border:#e2e5ee;--border-strong:#cdd2de;--text:#111827;--text-muted:#4b5563;--text-faint:#9ca3af;--accent:#4338ca;--accent-hover:#3730a3;--accent-soft:#eef2ff;--accent-border:#c7d2fe;--danger:#dc2626;--danger-hover:#b91c1c;--danger-soft:#fef2f2;--danger-border:#fecaca;--success:#15803d;--success-hover:#166534;--success-soft:#f0fdf4;--success-border:#bbf7d0;--warn:#b45309;--warn-soft:#fffbeb;--warn-border:#fde68a;--radius-xl:16px;--radius:12px;--radius-sm:8px;--radius-xs:5px;--shadow-xs:0 1px 2px #0f172a0a;--shadow-sm:0 1px 3px #0f172a14, 0 1px 2px #0f172a0a;--shadow-md:0 4px 14px #0f172a14, 0 2px 4px #0f172a0a;--shadow-lg:0 12px 32px #0f172a1f, 0 4px 8px #0f172a0a;--shadow-modal:0 20px 48px -10px #0f172a38, 0 10px 20px -5px #0f172a1f;--sidebar-width:240px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}*{box-sizing:border-box}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;margin:0;font-size:14px;line-height:1.5}a{color:var(--accent);font-weight:500;text-decoration:none}a:hover{text-decoration:underline}code{background:var(--surface-alt);border:1px solid var(--border);border-radius:var(--radius-xs);padding:2px 6px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12.5px}.app-shell{min-height:100vh;display:flex}.auth-shell{background:radial-gradient(circle at 50% 20%,#e0e7ff 0%,#f8f9fc 70%);flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.auth-brand{letter-spacing:-.02em;color:var(--text);align-items:center;gap:10px;margin:0 0 24px;font-size:22px;font-weight:800;display:flex}.wizard-shell{background:radial-gradient(circle at 50% 15%,#e0e7ff 0%,#f8f9fc 65%);justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.wizard-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);width:100%;max-width:640px;padding:36px}.wizard-top{justify-content:space-between;align-items:center;gap:12px;margin-bottom:24px;display:flex}.wizard-progress{align-items:center;gap:6px;display:flex}.wizard-progress .dot{background:var(--border-strong);border-radius:999px;width:8px;height:8px;transition:all .2s}.wizard-progress .dot.active{background:var(--accent);width:24px}.wizard-progress .dot.done{background:var(--accent)}.wizard-skip-link{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:4px 0;font-size:13px;text-decoration:underline}.wizard-skip-link:hover{color:var(--text);background:0 0}.wizard-step-label{text-transform:uppercase;letter-spacing:.06em;color:var(--accent);margin:0 0 4px;font-size:11px;font-weight:700}.wizard-suggestions-section{margin:16px 0 20px}.wizard-suggestions-header{justify-content:space-between;align-items:center;gap:8px;margin-bottom:8px;display:flex}.wizard-suggestions-title{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;font-size:12px;font-weight:600}.wizard-suggestions-hint{color:var(--text-faint);font-size:11px}.wizard-suggestions-grid{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}@media (width<=600px){.wizard-suggestions-grid{grid-template-columns:repeat(2,1fr)}}button.wizard-suggestion-card{background:var(--surface-alt);color:var(--text);border:1px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;text-align:left;width:100%;box-shadow:none;align-items:center;gap:10px;padding:10px 12px;font-weight:400;transition:all .15s;display:flex}button.wizard-suggestion-card:hover{background:var(--surface-hover);border-color:var(--accent-border);box-shadow:var(--shadow-xs);color:var(--text);transform:translateY(-1px)}button.wizard-suggestion-card.active{background:var(--accent-soft);border-color:var(--accent);box-shadow:0 0 0 1.5px var(--accent);color:var(--text)}.wizard-suggestion-avatar{flex-shrink:0;font-size:22px;line-height:1}.wizard-suggestion-meta{flex-direction:column;min-width:0;display:flex}.wizard-suggestion-name{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:13.5px;font-weight:600;overflow:hidden}button.wizard-suggestion-card.active .wizard-suggestion-name{color:var(--accent);font-weight:700}.wizard-suggestion-role{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}button.wizard-suggestion-card.active .wizard-suggestion-role{color:var(--accent);opacity:.85}.wizard-actions{justify-content:space-between;align-items:center;gap:8px;margin-top:28px;display:flex}.wizard-finish-links{flex-direction:column;gap:8px;margin-top:20px;display:flex}.mobile-topbar{background:var(--surface);border-bottom:1px solid var(--border);z-index:20;justify-content:space-between;align-items:center;padding:12px 16px;display:none;position:sticky;top:0}.mobile-topbar-title{color:var(--text);align-items:center;gap:8px;font-size:16px;font-weight:700;text-decoration:none;display:flex}.mobile-topbar-title:hover,.brand-link,.brand-link:hover{text-decoration:none}.icon-button{border:1px solid var(--border-strong);color:var(--text);border-radius:var(--radius-sm);cursor:pointer;background:0 0;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;padding:0;font-size:15px;transition:all .15s;display:inline-flex}.icon-button:hover{background:var(--surface-alt);border-color:var(--border-strong)}.sidebar-overlay{display:none}.sidebar{width:var(--sidebar-width);background:var(--surface);border-right:1px solid var(--border);flex-direction:column;flex-shrink:0;height:100vh;padding:24px 14px;display:flex;position:sticky;top:0;overflow-y:auto}.sidebar-header{justify-content:space-between;align-items:center;margin:0 0 28px;padding:0 8px;display:flex}.sidebar h1{letter-spacing:-.01em;color:var(--text);align-items:center;gap:8px;margin:0;font-size:17px;font-weight:800;display:flex}.sidebar-close{display:none}.sidebar nav{flex-direction:column;flex:1;gap:3px;display:flex}.sidebar nav a{border-radius:var(--radius-sm);color:var(--text-muted);align-items:center;gap:10px;padding:9px 12px;font-size:13.5px;font-weight:500;text-decoration:none;transition:all .15s;display:flex}.sidebar nav a .nav-icon{width:18px;height:18px;color:var(--text-faint);flex-shrink:0;justify-content:center;align-items:center;transition:color .15s;display:inline-flex}.sidebar nav a:hover{background:var(--surface-alt);color:var(--text)}.sidebar nav a:hover .nav-icon{color:var(--text-muted)}.sidebar nav a.active{background:var(--accent-soft);color:var(--accent);font-weight:600}.sidebar nav a.active .nav-icon{color:var(--accent)}.sidebar-group{flex-direction:column;gap:2px;display:flex}.sidebar-parent-btn{border-radius:var(--radius-sm);width:100%;color:var(--text-muted);cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;padding:9px 12px;font-family:inherit;font-size:13.5px;font-weight:500;transition:all .15s;display:flex}.sidebar-parent-btn:hover{background:var(--surface-alt);color:var(--text)}.sidebar-parent-btn.child-active{color:var(--text);font-weight:600}.sidebar-parent-left{align-items:center;gap:10px;display:flex}.sidebar-parent-left .nav-icon{width:18px;height:18px;color:var(--text-faint);flex-shrink:0;justify-content:center;align-items:center;transition:color .15s;display:inline-flex}.sidebar-parent-btn:hover .sidebar-parent-left .nav-icon,.sidebar-parent-btn.child-active .sidebar-parent-left .nav-icon{color:var(--accent)}.sidebar-parent-chevron{width:16px;height:16px;color:var(--text-faint);justify-content:center;align-items:center;transition:transform .2s,color .15s;display:inline-flex}.sidebar-parent-btn:hover .sidebar-parent-chevron{color:var(--text-muted)}.sidebar-parent-chevron.open{transform:rotate(0)}.sidebar-parent-chevron.closed{transform:rotate(-90deg)}.sidebar-subnav{border-left:1.5px solid var(--border);flex-direction:column;gap:2px;margin-top:2px;margin-bottom:4px;margin-left:18px;padding-left:12px;display:flex}.sidebar-subnav a{border-radius:var(--radius-sm);color:var(--text-muted);align-items:center;gap:9px;padding:7px 10px;font-size:13px;font-weight:500;text-decoration:none;transition:all .15s;display:flex}.sidebar-subnav a .nav-icon{width:16px;height:16px;color:var(--text-faint)}.sidebar-subnav a:hover{background:var(--surface-alt);color:var(--text)}.sidebar-subnav a:hover .nav-icon{color:var(--text-muted)}.sidebar-subnav a.active{background:var(--accent-soft);color:var(--accent);font-weight:600}.sidebar-subnav a.active .nav-icon{color:var(--accent)}.content{flex:1;width:100%;max-width:960px;padding:36px 48px}.page-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:24px;display:flex}.page-header-content{flex:1;min-width:240px}.page-title-row{align-items:center;gap:10px;margin-bottom:6px;display:flex}h2{letter-spacing:-.02em;color:var(--text);margin:0;font-size:24px;font-weight:800}h3{letter-spacing:-.01em;color:var(--text);font-size:16px;font-weight:700}.page-description{color:var(--text-muted);max-width:680px;margin:0;font-size:13.5px;line-height:1.55}.page-actions{align-items:center;gap:10px;display:flex}.stat-pills{flex-wrap:wrap;gap:8px;margin-bottom:20px;display:flex}.row-icon{border-radius:var(--radius-sm);background:var(--accent-soft);width:32px;height:32px;color:var(--accent);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.stat-pill{background:var(--surface);border:1px solid var(--border);color:var(--text-muted);box-shadow:var(--shadow-xs);border-radius:999px;align-items:center;gap:6px;padding:5px 12px;font-size:12.5px;font-weight:500;display:inline-flex}.stat-pill strong{color:var(--text)}.stat-pill.active{border-color:var(--accent-border);background:var(--accent-soft);color:var(--accent)}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-xs);margin-bottom:16px;padding:20px 24px;transition:border-color .15s,box-shadow .15s}.card.card-interactive:hover{border-color:var(--border-strong);box-shadow:var(--shadow-sm)}.card-header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.tab-nav{border-bottom:1px solid var(--border);align-items:center;gap:4px;margin-bottom:16px;display:flex;overflow-x:auto}.tab-btn{color:var(--text-muted);cursor:pointer;box-shadow:none;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;border-radius:0;align-items:center;gap:6px;margin-bottom:-1px;padding:8px 14px;font-size:13.5px;font-weight:500;transition:all .15s;display:inline-flex}.tab-btn:hover:not(:disabled){color:var(--text);background:0 0;transform:none}.tab-btn.active{color:var(--accent);border-bottom-color:var(--accent);background:0 0;font-weight:700}.tab-badge{background:var(--surface-alt);color:var(--text-muted);border-radius:999px;justify-content:center;align-items:center;padding:1px 7px;font-size:11px;font-weight:600;display:inline-flex}.tab-btn.active .tab-badge{background:var(--accent-soft);color:var(--accent)}.list-item{border-bottom:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:14px 0;display:flex}.list-item:last-child{border-bottom:none;padding-bottom:0}.list-item:first-child{padding-top:0}.empty-state{text-align:center;background:var(--surface);border:1px dashed var(--border-strong);border-radius:var(--radius);margin-bottom:20px;padding:40px 20px}.empty-state-icon{opacity:.85;margin-bottom:12px;font-size:32px}.empty-state-title{margin-bottom:4px;font-size:15px;font-weight:700}.empty-state-desc{color:var(--text-muted);max-width:380px;margin:0 auto 16px;font-size:13px}label{color:var(--text);margin-top:16px;margin-bottom:6px;font-size:13px;font-weight:600;display:block}label:first-child{margin-top:0}label.row{color:var(--text);margin-top:14px;font-weight:500}input[type=text],input[type=email],input[type=number],input[type=password],input[type=time],input[type=datetime-local],textarea,select{background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--radius-sm);width:100%;color:var(--text);padding:9px 12px;font-family:inherit;font-size:14px;transition:border-color .15s,box-shadow .15s}input:focus,textarea:focus,select:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft);outline:none}input::placeholder,textarea::placeholder{color:var(--text-faint)}textarea{resize:vertical;min-height:80px;font-family:inherit;line-height:1.45}button{background:var(--accent);color:#fff;border-radius:var(--radius-sm);cursor:pointer;box-shadow:var(--shadow-xs);border:1px solid #0000;justify-content:center;align-items:center;gap:6px;padding:9px 16px;font-size:13.5px;font-weight:600;transition:all .15s;display:inline-flex}button:hover:not(:disabled){background:var(--accent-hover);transform:translateY(-.5px)}button:active:not(:disabled){transform:translateY(0)}button.secondary{background:var(--surface);border:1px solid var(--border-strong);color:var(--text);box-shadow:var(--shadow-xs)}button.secondary:hover:not(:disabled){background:var(--surface-hover);border-color:var(--border-strong)}button.danger{background:var(--danger-soft);color:var(--danger);border:1px solid var(--danger-border)}button.danger:hover:not(:disabled){background:var(--danger);color:#fff;border-color:var(--danger)}button.btn-sm{border-radius:var(--radius-xs);padding:5px 10px;font-size:12.5px}button:disabled{opacity:.55;cursor:not-allowed;transform:none}.row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.muted{color:var(--text-muted);font-size:13px}.badge{text-transform:capitalize;background:var(--surface-alt);color:var(--text-muted);border:1px solid var(--border);border-radius:999px;align-items:center;gap:4px;padding:3px 9px;font-size:11.5px;font-weight:600;display:inline-flex}.badge.linked,.badge.success{background:var(--success-soft);color:var(--success);border-color:var(--success-border)}.badge.unlinked,.badge.danger,.badge.error{background:var(--danger-soft);color:var(--danger);border-color:var(--danger-border)}.badge.warn,.badge.warning{background:var(--warn-soft);color:var(--warn);border-color:var(--warn-border)}.badge.accent{background:var(--accent-soft);color:var(--accent);border-color:var(--accent-border)}.error-text{color:var(--danger);background:var(--danger-soft);border:1px solid var(--danger-border);border-radius:var(--radius-sm);margin-top:8px;padding:8px 12px;font-size:13px;font-weight:500}.message{border-radius:var(--radius);white-space:pre-wrap;max-width:82%;box-shadow:var(--shadow-xs);margin-bottom:10px;padding:12px 16px}.message.user{background:var(--accent-soft);border:1px solid var(--accent-border);margin-left:auto}.message.assistant{background:var(--surface);border:1px solid var(--border)}.message.error{background:var(--danger-soft);border:1px solid var(--danger-border);color:var(--danger)}@keyframes backdropFadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalScaleIn{0%{opacity:0;transform:scale(.96)translateY(8px)}to{opacity:1;transform:scale(1)translateY(0)}}.modal-backdrop{-webkit-backdrop-filter:blur(6px);z-index:100;background:#0f172a73;justify-content:center;align-items:center;padding:20px;animation:.18s cubic-bezier(.16,1,.3,1) backdropFadeIn;display:flex;position:fixed;inset:0}.modal-container{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);box-shadow:var(--shadow-modal);flex-direction:column;width:100%;max-height:90vh;animation:.22s cubic-bezier(.16,1,.3,1) modalScaleIn;display:flex;overflow:hidden}.modal-header{border-bottom:1px solid var(--border);background:var(--surface);justify-content:space-between;align-items:flex-start;gap:16px;padding:20px 24px;display:flex}.modal-title-group{align-items:flex-start;gap:12px;display:flex}.modal-icon{background:var(--accent-soft);color:var(--accent);border-radius:var(--radius-sm);justify-content:center;align-items:center;padding:6px;font-size:22px;line-height:1;display:inline-flex}.modal-title{color:var(--text);letter-spacing:-.01em;margin:0;font-size:18px;font-weight:700}.modal-subtitle{color:var(--text-muted);margin:3px 0 0;font-size:13px}.modal-close-btn{background:var(--surface-alt);color:var(--text-muted);border-radius:var(--radius-sm);border:none;width:30px;height:30px;font-size:13px}.modal-close-btn:hover{background:var(--surface-hover);color:var(--text)}.modal-body{flex:1;padding:24px;overflow-y:auto}.modal-footer{border-top:1px solid var(--border);background:var(--surface-alt);justify-content:flex-end;gap:10px;padding:16px 24px;display:flex}.template-grid{grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:12px;margin-top:10px;display:grid}.template-card{text-align:left;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;box-shadow:var(--shadow-xs);flex-direction:column;align-items:flex-start;width:100%;padding:14px 16px;transition:all .15s;display:flex}.template-card:hover{border-color:var(--accent-border);background:var(--accent-soft);box-shadow:var(--shadow-sm);transform:translateY(-1px)}.template-card-icon{margin-bottom:8px;font-size:20px}.template-card-title{color:var(--text);font-size:13.5px;font-weight:700}.template-card-desc{color:var(--text-muted);margin-top:4px;font-size:12px;line-height:1.4}@media (width<=860px){.content{max-width:100%;padding:24px 20px}.template-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}}@media (width<=768px){.mobile-topbar{display:flex}.app-shell{flex-direction:column}.sidebar{z-index:30;box-shadow:var(--shadow-lg);transition:transform .2s;position:fixed;inset:0 auto 0 0;transform:translate(-100%)}.sidebar.open{transform:translate(0)}.sidebar-close{display:flex}.sidebar-overlay.visible{z-index:25;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0f172a66;display:block;position:fixed;inset:0}.card{padding:16px}.modal-container{max-height:95vh}.modal-header{padding:16px 20px}.modal-body{padding:20px}}.chat-container{flex-direction:column;height:calc(100vh - 72px);max-height:calc(100vh - 72px);display:flex;position:relative}@media (width<=768px){.chat-container{height:calc(100vh - 120px);max-height:calc(100vh - 120px)}}.chat-header{border-bottom:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding-bottom:16px;display:flex}.chat-header-info{align-items:center;gap:12px;display:flex}.chat-avatar{background:linear-gradient(135deg, var(--accent) 0%, #6366f1 100%);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex;box-shadow:0 2px 8px #4338ca40}.chat-agent-title{align-items:center;gap:8px;display:flex}.chat-agent-title h3{color:var(--text);margin:0;font-size:16px;font-weight:700}.chat-status-dot{background:#22c55e;border-radius:50%;width:8px;height:8px;display:inline-block;box-shadow:0 0 0 2px #22c55e33}.chat-agent-subtitle{color:var(--text-muted);margin:2px 0 0;font-size:12.5px}.chat-header-actions{align-items:center;gap:8px;display:flex}.chat-session-select{border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--surface);color:var(--text);max-width:200px;padding:5px 10px;font-size:12.5px}.chat-messages{scroll-behavior:smooth;flex-direction:column;flex:1;gap:16px;padding:20px 0;display:flex;overflow-y:auto}.chat-empty-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;max-width:580px;margin:auto;padding:40px 16px;display:flex}.chat-empty-icon{background:var(--accent-soft);width:64px;height:64px;color:var(--accent);border-radius:50%;justify-content:center;align-items:center;margin-bottom:16px;display:flex}.chat-empty-state h3{margin:0 0 8px;font-size:20px;font-weight:700}.chat-empty-state p{margin:0 0 24px;line-height:1.6}.chat-starter-grid{grid-template-columns:repeat(2,1fr);gap:10px;width:100%;display:grid}@media (width<=600px){.chat-starter-grid{grid-template-columns:1fr}}.chat-starter-card{text-align:left;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;box-shadow:var(--shadow-xs);flex-direction:column;align-items:flex-start;padding:12px 14px;transition:all .15s;display:flex}.chat-starter-card:hover{border-color:var(--accent);background:var(--accent-soft);box-shadow:var(--shadow-sm);transform:translateY(-1px)}.chat-starter-label{color:var(--text);margin-bottom:4px;font-size:13px;font-weight:600}.chat-starter-prompt{color:var(--text-muted);font-size:12px;line-height:1.4}.chat-bubble-row{align-items:flex-start;gap:10px;width:100%;display:flex}.chat-bubble-row.user-row{justify-content:flex-end}.chat-bubble-row.assistant-row{justify-content:flex-start}.chat-msg-avatar{background:var(--accent-soft);width:28px;height:28px;color:var(--accent);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-top:4px;display:flex}.chat-bubble{border-radius:var(--radius);word-break:break-word;max-width:82%;padding:12px 16px;font-size:14px;line-height:1.55}.chat-bubble.user-bubble{background:var(--accent);color:#fff;border-bottom-right-radius:4px;box-shadow:0 2px 6px #4338ca33}.chat-bubble.user-bubble code{color:#fff;background:#fff3;border-color:#ffffff4d}.chat-bubble.assistant-bubble{background:var(--surface);border:1px solid var(--border);color:var(--text);box-shadow:var(--shadow-xs);border-bottom-left-radius:4px}.chat-bubble.error-bubble{background:var(--danger-soft);border:1px solid var(--danger-border);color:var(--danger);border-bottom-left-radius:4px}.chat-bubble-author{color:var(--text-faint);align-items:center;gap:8px;margin-bottom:6px;font-size:11.5px;font-weight:600;display:flex}.chat-bubble-time{font-weight:400}.chat-pending-tag{opacity:.75;text-align:right;margin-top:4px;font-size:11px;font-style:italic}.message-body{flex-direction:column;gap:8px;display:flex}.chat-paragraph{margin:0}.chat-list{margin:4px 0 4px 18px;padding:0}.chat-list li{margin-bottom:4px}.chat-code-block{color:#e2e8f0;border-radius:var(--radius-sm);background:#181824;margin:6px 0;padding:12px 14px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12.5px;position:relative;overflow-x:auto}.chat-code-lang{text-transform:uppercase;letter-spacing:.05em;color:#94a3b8;margin-bottom:6px;font-size:10.5px;font-weight:600}.chat-code-block code{color:inherit;font-size:inherit;background:0 0;border:none;padding:0}.chat-images-grid{flex-wrap:wrap;gap:10px;margin-top:8px;display:flex}.chat-image-wrap{border-radius:var(--radius-sm);border:1px solid var(--border);max-width:420px;overflow:hidden}.chat-image-wrap img{object-fit:cover;width:100%;height:auto;display:block}.thinking-bubble{align-items:center;gap:10px;padding:10px 14px;display:flex}.chat-thinking-indicator{align-items:center;gap:4px;display:flex}.typing-dot{background:var(--accent);border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite both typingBounce}.typing-dot:first-child{animation-delay:-.32s}.typing-dot:nth-child(2){animation-delay:-.16s}@keyframes typingBounce{0%,80%,to{opacity:.4;transform:scale(.6)}40%{opacity:1;transform:scale(1)}}.thinking-text{color:var(--text-muted);font-size:13px}.chat-composer-dock{background:var(--bg);padding-top:12px}.chat-composer-box{background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--radius);box-shadow:var(--shadow-sm);align-items:flex-end;gap:8px;padding:8px 12px;transition:border-color .15s,box-shadow .15s;display:flex}.chat-composer-box:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.chat-composer-input{color:var(--text);resize:none;background:0 0;border:none;outline:none;flex:1;max-height:160px;padding:4px 0;font-family:inherit;font-size:14px;line-height:1.5}.chat-composer-input::placeholder{color:var(--text-faint)}.chat-send-btn{border-radius:var(--radius-sm);background:var(--accent);color:#fff;cursor:pointer;border:none;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;padding:0;transition:background-color .15s,transform .1s,opacity .15s;display:flex}.chat-send-btn:hover:not(:disabled){background:var(--accent-hover);transform:translateY(-1px)}.chat-send-btn:active:not(:disabled){transform:translateY(0)}.chat-send-btn:disabled{opacity:.4;cursor:not-allowed}.chat-composer-hints{color:var(--text-faint);justify-content:flex-end;padding:6px 4px 0;font-size:11px;display:flex}.error-banner{background:var(--danger-soft);border:1px solid var(--danger-border);border-radius:var(--radius-sm);color:var(--danger);justify-content:space-between;align-items:center;margin-bottom:10px;padding:8px 12px;font-size:13px;display:flex}.error-banner button{color:inherit;cursor:pointer;background:0 0;border:none;padding:0 4px}.memories-container{flex-direction:column;gap:20px;display:flex}.memories-toolbar{flex-direction:column;gap:12px;display:flex}.memories-search-wrapper{align-items:center;width:100%;display:flex;position:relative}.memories-search-wrapper .search-icon{color:var(--text-faint);pointer-events:none;z-index:2;justify-content:center;align-items:center;display:flex;position:absolute;left:14px}.memories-search-wrapper input[type=text].memories-search-input,input[type=text].memories-search-input{background:var(--surface-alt);border:1px solid var(--border);border-radius:var(--radius-md);width:100%;color:var(--text);font-family:inherit;font-size:14px;transition:all .15s;padding:10px 40px 10px 42px!important}.memories-search-wrapper input[type=text].memories-search-input:focus,input[type=text].memories-search-input:focus{border-color:var(--accent);background:var(--surface);box-shadow:0 0 0 3px var(--accent-soft);outline:none}.clear-search-btn{color:var(--text-faint);position:absolute;right:10px}.clear-search-btn:hover{color:var(--text)}.memories-filter-pills{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.pill-btn{background:var(--surface);border:1px solid var(--border);color:var(--text-muted);cursor:pointer;border-radius:9999px;align-items:center;gap:6px;padding:6px 13px;font-size:12.5px;font-weight:500;transition:all .15s;display:inline-flex}.pill-btn:hover{border-color:var(--border-hover,#475569);color:var(--text);background:var(--surface-alt)}.pill-btn.active{background:var(--accent-soft);border-color:var(--accent);color:var(--accent);font-weight:600}.pill-count{background:var(--surface-alt);color:var(--text-faint);border-radius:9999px;justify-content:center;align-items:center;padding:1px 6px;font-size:11px;display:inline-flex}.pill-btn.active .pill-count{background:var(--accent);color:#fff}.memories-grid{grid-template-columns:repeat(auto-fill,minmax(290px,1fr));gap:16px;margin-top:4px;display:grid}.memory-card{border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface-alt);flex-direction:column;justify-content:space-between;margin:0;padding:16px;transition:transform .15s,box-shadow .15s,border-color .15s;display:flex}.memory-card:hover{border-color:var(--border-hover,#475569);transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.memory-card-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.memory-category-badge{text-transform:capitalize;letter-spacing:.02em;border-radius:6px;align-items:center;padding:3px 8px;font-size:11px;font-weight:600;display:inline-flex}.memory-category-badge.cat-preference{color:#818cf8;background:#6366f126}.memory-category-badge.cat-personal{color:#34d399;background:#10b98126}.memory-category-badge.cat-work{color:#fbbf24;background:#f59e0b26}.memory-category-badge.cat-routine{color:#38bdf8;background:#06b6d426}.memory-category-badge.cat-general{color:#94a3b8;background:#94a3b826}.memory-card-actions{align-items:center;gap:4px;display:flex}.memory-card-actions .icon-button{color:var(--text-faint);border-radius:var(--radius-sm);padding:4px;transition:color .15s,background .15s}.memory-card-actions .icon-button:hover{color:var(--text);background:var(--surface-alt)}.memory-card-actions .icon-button.danger:hover{color:var(--danger,#ef4444);background:var(--danger-soft,#ef44441f)}.memory-content{color:var(--text);word-break:break-word;flex-grow:1;margin-bottom:14px;font-size:14px;line-height:1.5}.memory-card-footer{border-top:1px solid var(--border);color:var(--text-faint);justify-content:space-between;align-items:center;padding-top:10px;font-size:11.5px;display:flex}.memory-source{font-weight:500}.memories-empty-state{text-align:center;flex-direction:column;align-items:center;margin-top:12px;padding:48px 24px;display:flex}.memories-empty-state .empty-icon-wrap{background:var(--accent-soft);width:64px;height:64px;color:var(--accent);border-radius:50%;justify-content:center;align-items:center;margin-bottom:16px;display:flex}.memories-empty-state h3{color:var(--text);margin:0 0 8px;font-size:18px;font-weight:600}.memories-empty-state p{max-width:480px;margin:0;line-height:1.5}
