@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f0f2f5}#root{min-height:100vh}.feature-center-page{font-family:Inter,Noto Sans SC,-apple-system,BlinkMacSystemFont,sans-serif;background-color:#fff;color:#111827;min-height:100vh}.feature-center-header{position:sticky;top:0;z-index:50;background:#fff;border-bottom:1px solid #e5e7eb}.feature-center-header-inner{max-width:1280px;margin:0 auto;padding:0 16px;display:flex;align-items:center;justify-content:space-between;height:56px}.feature-center-brand{display:flex;align-items:center;gap:12px}.feature-center-logo{width:28px;height:28px;border-radius:6px;background:#4f46e5;color:#fff;font-weight:700;font-size:14px;display:flex;align-items:center;justify-content:center;cursor:pointer}.feature-center-logo:hover{background:#4338ca}.feature-center-title{font-weight:600;font-size:18px}.feature-center-nav{display:flex;align-items:center;gap:16px;font-size:14px}.feature-center-nav-item{color:#4b5563;text-decoration:none}.feature-center-nav-item:hover{color:#111827}.feature-center-nav-item--active{color:#4f46e5;font-weight:500}.feature-center-header-right{display:flex;align-items:center;gap:12px}.feature-center-search-slot{flex-shrink:0;width:224px}.feature-center-search.ant-input-affix-wrapper{border-radius:8px;border-color:#e5e7eb;background:#f9fafb}.feature-center-search.ant-input-affix-wrapper:focus,.feature-center-search.ant-input-affix-wrapper-focused{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.feature-center-user{display:flex;align-items:center;gap:8px;padding:4px 8px;border-radius:8px;cursor:pointer}.feature-center-user:hover{background:#f3f4f6}.feature-center-user-name{font-size:14px;color:#374151;max-width:80px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.feature-center-login-btn{font-size:14px}.feature-center-main{max-width:1280px;margin:0 auto;padding:24px 16px 48px}.feature-center-section,.feature-center-block{margin-bottom:32px}.feature-center-block-head{display:flex;align-items:center;gap:8px;margin-bottom:16px}.feature-center-category-title{font-size:14px;font-weight:600;color:#111827;text-transform:uppercase;letter-spacing:.05em;margin:0;padding-left:12px;position:relative;line-height:1.4}.feature-center-category-title:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:16px;background:#6366f1;border-radius:2px}.feature-center-category-title-small{font-size:14px;font-weight:600;color:#111827;text-transform:uppercase;letter-spacing:.05em;margin:0;padding-left:12px;position:relative;line-height:1.4}.feature-center-category-title-small:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:16px;background:#6366f1;border-radius:2px}.feature-center-count{font-size:12px;color:#9ca3af;line-height:1.4;flex-shrink:0}.feature-center-recent-empty{grid-column:1 / -1;font-size:14px;color:#9ca3af;margin:0;padding:24px 16px;text-align:center}.feature-center-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}@media(min-width:768px){.feature-center-grid{grid-template-columns:repeat(4,1fr)}}@media(min-width:1024px){.feature-center-grid{grid-template-columns:repeat(5,1fr)}}.feature-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:12px;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.feature-card:hover{border-color:#6366f1;box-shadow:0 4px 12px -2px #6366f11a;transform:translateY(-1px)}.feature-card-inner{display:flex;align-items:center;gap:12px}.feature-card-icon{width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:transform .2s ease}.feature-card-icon-svg{font-size:20px;color:inherit}.feature-card:hover .feature-card-icon{transform:scale(1.05)}.feature-card-icon-dot{width:10px;height:10px;border-radius:50%;background:currentColor}.feature-card-icon--blue{background:#eff6ff;color:#2563eb}.feature-card-icon--purple{background:#f5f3ff;color:#7c3aed}.feature-card-icon--cyan{background:#ecfeff;color:#0891b2}.feature-card-icon--green{background:#f0fdf4;color:#16a34a}.feature-card-icon--orange{background:#fff7ed;color:#ea580c}.feature-card-icon--indigo{background:#eef2ff;color:#4f46e5}.feature-card-icon--pink{background:#fdf2f8;color:#db2777}.feature-card-icon--teal{background:#f0fdfa;color:#0d9488}.feature-card-icon--gray{background:#f3f4f6;color:#374151}.feature-card-text{min-width:0}.feature-card-title{font-size:14px;font-weight:500;color:#111827;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:color .2s ease}.feature-card:hover .feature-card-title{color:#4f46e5}.feature-card-desc{font-size:12px;color:#6b7280;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ant-layout-header.app-header{padding:12px 24px;min-height:64px;height:auto;line-height:1.5}.app-header{min-height:64px;padding:12px 24px;background:#fff;border-bottom:1px solid #f1f5f9;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px 0;box-shadow:none;position:sticky;top:0;z-index:1000;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}.app-header__logo{display:flex;align-items:center;gap:12px;min-width:180px;cursor:pointer;padding:4px 0}.app-header__logo-box{width:32px;height:32px;background:#2563eb;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1rem;flex-shrink:0}.app-header__logo-text{font-weight:700;font-size:1.125rem;letter-spacing:-.025em;color:#0f172a}.app-header__nav{flex:1;min-width:0;display:flex;align-items:center;flex-wrap:wrap;gap:6px 4px;overflow:hidden}.app-header__menu-wrap{flex:1;min-width:0;display:flex;align-items:center}.app-header__nav .app-header__menu-wrap .ant-menu-horizontal>.ant-menu-item,.app-header__nav .app-header__menu-wrap .ant-menu-horizontal>.ant-menu-submenu{flex:0 0 auto}.app-header__home-link{display:inline-flex;align-items:center;gap:6px;height:40px;line-height:40px;padding:0 16px;margin:12px 2px 0;border-radius:6px;color:#475569;font-size:.875rem;font-weight:500;text-decoration:none;white-space:nowrap;flex-shrink:0;transition:color .15s,background .15s}.app-header__home-link:hover{color:#2563eb;background:#f8fafc}.app-header__home-link--active{color:#2563eb;background:transparent}.app-header__home-link .anticon{font-size:14px}.app-header__nav .ant-menu-horizontal{border-bottom:none;line-height:40px;background:transparent;font-size:.875rem;font-weight:500;display:flex;flex-wrap:wrap;align-items:center;gap:2px 0}.app-header__nav .ant-menu-horizontal>.ant-menu-item,.app-header__nav .ant-menu-horizontal>.ant-menu-submenu>.ant-menu-submenu-title{color:#475569;height:40px;line-height:40px;margin:12px 2px 0;padding:0 16px;border-radius:6px;transition:color .15s,background .15s}.app-header__nav .ant-menu-horizontal>.ant-menu-item:hover,.app-header__nav .ant-menu-horizontal>.ant-menu-submenu>.ant-menu-submenu-title:hover{color:#2563eb;background:#f8fafc}.app-header__nav .ant-menu-horizontal>.ant-menu-item-selected,.app-header__nav .ant-menu-horizontal>.ant-menu-submenu.ant-menu-submenu-selected>.ant-menu-submenu-title{color:#2563eb;background:transparent}.app-header__nav .ant-menu-horizontal>.ant-menu-item:after,.app-header__nav .ant-menu-horizontal>.ant-menu-submenu>.ant-menu-submenu-title:after{display:none}.app-header__nav .ant-menu-submenu .ant-menu-submenu-arrow{color:inherit;font-size:12px;opacity:.7}.app-header__nav .ant-menu-submenu-popup .ant-menu,.ant-menu-submenu-popup .ant-menu.ant-menu-vertical.ant-menu-sub{border-radius:8px;border:1px solid #f1f5f9;box-shadow:0 10px 15px -3px #0000001a;padding:8px 0;min-width:180px}.app-header__nav .ant-menu-submenu-popup .ant-menu-item,.ant-menu-submenu-popup .ant-menu.ant-menu-vertical .ant-menu-item{font-size:.875rem;color:#475569;margin:0 4px;border-radius:6px;height:36px;line-height:36px}.app-header__nav .ant-menu-submenu-popup .ant-menu-item:hover,.ant-menu-submenu-popup .ant-menu.ant-menu-vertical .ant-menu-item:hover{background:#f8fafc;color:#2563eb}.app-header__right{display:flex;align-items:center;justify-content:flex-end;gap:16px;min-width:180px}.app-header__divider{width:1px;height:32px;background:#e2e8f0}.app-header__user{display:flex;align-items:center;gap:8px;cursor:pointer;padding:4px 8px;border-radius:6px;transition:background .15s}.app-header__user:hover{background:#f8fafc}.app-header__user .ant-avatar{flex-shrink:0;background:#e2e8f0!important;color:#475569;border:1px solid #e2e8f0}.app-header__user-info{text-align:left;line-height:1.3}.app-header__user-name{font-size:.8125rem;font-weight:500;color:#334155}.app-header__user-desc{font-size:.75rem;color:#94a3b8}.app-header__login-btn{border-radius:8px;font-weight:500;background:#1e293b!important;border-color:#1e293b!important}.app-header__login-btn:hover{background:#2563eb!important;border-color:#2563eb!important}@media(max-width:1280px){.app-header{padding:0 16px}.app-header__logo{min-width:140px}.app-header__logo-text{font-size:1rem}.app-header__nav{justify-content:flex-start}.app-header__home-link span{display:inline}.app-header__nav .ant-menu-horizontal>.ant-menu-item,.app-header__nav .ant-menu-horizontal>.ant-menu-submenu>.ant-menu-submenu-title{padding:0 12px}}@media(max-width:768px){.app-header{padding:0 12px}.app-header__logo{min-width:auto}.app-header__logo-text,.app-header__home-link span{display:none}.app-header__home-link{padding:0 10px}.app-header__nav .ant-menu-horizontal>.ant-menu-item,.app-header__nav .ant-menu-horizontal>.ant-menu-submenu>.ant-menu-submenu-title{padding:0 10px;font-size:.8125rem}.app-header__right{min-width:auto}}.tenant-mgmt{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;color:#1e293b;min-height:100%;padding:24px 0 48px;background:#f1f5f9}.tenant-mgmt__container{max-width:1200px;margin:0 auto;padding:0 24px}.tenant-mgmt__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;flex-wrap:wrap;gap:16px}.tenant-mgmt__title{font-size:1.5rem;font-weight:700;color:#0f172a;letter-spacing:-.025em;margin:0}.tenant-mgmt__card{background:#ffffff80;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.7);border-radius:20px;padding:24px;box-shadow:0 8px 32px #0000000f}.tenant-mgmt__card .ant-table-wrapper{--ant-table-bg: rgba(255, 255, 255, .3)}.tenant-mgmt__card .ant-table{background:transparent!important}.tenant-mgmt__card .ant-table-thead>tr>th{background:#f8fafccc!important;color:#475569;font-weight:600;font-size:.8125rem}.tenant-mgmt__card .ant-table-tbody>tr>td{border-bottom-color:#e2e8f099}.tenant-mgmt__card .ant-table-tbody>tr:hover>td{background:#f1f5f999!important}.tenant-mgmt__btn-primary{background:#1e293be6!important;border-color:#fff3!important;box-shadow:0 4px 16px #0000001f;font-weight:500}.tenant-mgmt__btn-primary:hover{background:#3b82f6!important;border-color:#3b82f6!important;transform:translateY(-1px);box-shadow:0 6px 20px #3b82f64d}.home-new{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;color:#1e293b;height:100vh;display:flex;flex-direction:column;overflow:hidden;background:#f1f5f9}.home-new__container{flex:1;min-height:0;overflow-y:auto;max-width:1024px;width:100%;margin:0 auto;padding:16px 24px 160px;box-sizing:border-box}.home-new__prompt{text-align:center;margin-bottom:16px}.home-new__prompt-title{font-size:1.5rem;font-weight:700;color:#0f172a;letter-spacing:-.025em;margin:0 0 8px}.home-new__prompt-hint{font-size:.875rem;color:#64748b;margin:0}.home-new__agents-wrap{margin-bottom:16px;max-width:880px;margin-left:auto;margin-right:auto;text-align:center}.home-new__agents-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.home-new__agents-title{font-size:.75rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin:0}.home-new__agents-tabs{display:inline-flex;padding:3px;border-radius:12px;background:#ffffff80;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.6);box-shadow:0 4px 20px #0000000f}.home-new__agents-tab{padding:6px 12px;font-size:.75rem;font-weight:500;color:#64748b;background:transparent;border:none;border-radius:10px;cursor:pointer;transition:color .15s,background .15s}.home-new__agents-tab:hover{color:#1e293b}.home-new__agents-tab--active{background:#ffffffe6;color:#1e293b;box-shadow:0 2px 8px #0000000f}.home-new__agents-grid{display:inline-grid;width:max-content;max-width:100%;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:20px;justify-content:center;text-align:left}.home-new__agents-loading,.home-new__agents-empty{grid-column:1 / -1;text-align:center;padding:24px;color:#64748b;font-size:.875rem}.home-new__agent-card{display:block;width:100%;text-align:left;background:#ffffff80;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.7);border-radius:20px;padding:20px;cursor:pointer;transition:all .25s ease;box-shadow:0 8px 32px #0000000f}.home-new__agent-card:hover{transform:translateY(-4px);border-color:#fffffff2;box-shadow:0 16px 48px #3b82f61f}.home-new__agent-icon{width:44px;height:44px;border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:12px;transition:background-color .2s,color .2s}.home-new__agent-card:hover .home-new__agent-icon{background-color:var(--agent-color, #3b82f6)!important;color:#fff!important}.home-new__agent-name{font-size:.9375rem;font-weight:600;color:#1e293b;margin:0 0 4px}.home-new__agent-desc{font-size:.75rem;color:#64748b;line-height:1.5;margin:0;white-space:pre-line;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.home-new__talkbox{max-width:672px;margin:0 auto;transition:all .3s ease}.home-new__input-fixed{position:fixed;bottom:0;left:0;right:0;padding:16px 24px 24px;background:linear-gradient(to top,#f1f5f9 80%,#f1f5f900);z-index:100}.home-new__talkbox-model-row{display:flex;align-items:center;gap:12px;margin-bottom:10px;justify-content:center}.home-new__talkbox-model-hint{font-size:12px;color:#64748b}.home-new__input-fixed .home-new__talkbox-input-wrap{max-width:672px;margin:0 auto}.home-new__talkbox-placeholder{text-align:center;margin-bottom:12px}.home-new__talkbox-title{font-size:1.5rem;font-weight:700;color:#1e293b;margin:0 0 8px}.home-new__talkbox-hint{font-size:.875rem;color:#64748b;margin:0}.home-new__file-input-hidden{position:absolute;width:0;height:0;opacity:0;overflow:hidden;pointer-events:none}.home-new__attached-files{display:flex;flex-wrap:wrap;gap:8px;padding:8px 16px 0}.home-new__attached-file-tag{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;font-size:12px;color:#475569;background:#f1f5f9e6;border:1px solid rgba(148,163,184,.4);border-radius:8px;max-width:160px}.home-new__attached-file-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-new__attached-file-remove{padding:0;font-size:14px;color:#94a3b8;background:none;border:none;cursor:pointer;flex-shrink:0;line-height:1}.home-new__attached-file-remove:hover{color:#ef4444}.home-new__talkbox-input-wrap{background:#ffffff80;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.7);border-radius:24px;box-shadow:0 8px 32px #0000000f;transition:border-color .2s,box-shadow .2s;position:relative}.home-new__talkbox-input-wrap:focus-within{border-color:#3b82f680;box-shadow:0 8px 40px #3b82f61f}.home-new__talkbox-input{width:100%;min-height:64px;max-height:128px;padding:16px 20px 8px;font-size:1rem;line-height:1.5;color:#1e293b;background:transparent;border:none;border-radius:24px 24px 0 0;outline:none;resize:none;font-family:inherit}.home-new__talkbox-input::placeholder{color:#94a3b8}.home-new__talkbox-actions{display:flex;align-items:center;justify-content:space-between;padding:8px 16px 12px}.home-new__talkbox-icons{display:flex;align-items:center;gap:4px;color:#94a3b8}.home-new__talkbox-icon-btn{padding:4px;font-size:18px;color:inherit;background:none;border:none;border-radius:6px;cursor:pointer;transition:color .15s}.home-new__talkbox-icon-btn:hover{color:#3b82f6}.home-new__talkbox-send{width:44px;height:44px;display:flex;align-items:center;justify-content:center;font-size:18px;color:#fff;background:#1e293be6;border:1px solid rgba(255,255,255,.2);border-radius:14px;cursor:pointer;transition:background .2s,transform .2s;box-shadow:0 4px 16px #0000001f}.home-new__talkbox-send:hover{background:#3b82f6;transform:translateY(-1px);box-shadow:0 6px 20px #3b82f64d}.home-new__talkbox-history{margin-top:32px;padding-bottom:24px}.home-new__avatar{position:relative;width:36px;height:36px;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:18px}.home-new__avatar--online:after{content:"";position:absolute;right:0;bottom:0;width:10px;height:10px;border-radius:50%;background:#22c55e;border:2px solid rgba(255,255,255,.9);box-shadow:0 0 0 1px #22c55e4d}.home-new__avatar--user{background:linear-gradient(135deg,#3b82f6,#6366f1);color:#fff}.home-new__avatar--bot{background:linear-gradient(135deg,#86efac,#22c55e);color:#fff}.home-new__talkbox-msg{display:flex;align-items:flex-start;gap:12px;margin-bottom:20px}.home-new__talkbox-msg--user{margin-left:auto;flex-direction:row-reverse;max-width:80%}.home-new__talkbox-msg-bubble{padding:12px 20px;border-radius:20px 20px 4px;font-size:.9375rem;line-height:1.5;background:#3b82f6e6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;box-shadow:0 4px 20px #3b82f640}.home-new__talkbox-msg--assistant{color:#334155}.home-new__talkbox-msg--assistant .home-new__talkbox-bot-content{flex:1;min-width:0;background:#fff9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.7);border-radius:20px 20px 20px 4px;padding:14px 18px;box-shadow:0 4px 24px #0000000f}.home-new__talkbox-bot-text{margin:0 0 8px}.home-new__loading-dots{display:inline-flex;align-items:center;gap:6px;padding:4px 0}.home-new__loading-dots span{width:6px;height:6px;border-radius:50%;background:#94a3b8;animation:home-new-dots-bounce .6s ease-in-out infinite both}.home-new__loading-dots span:nth-child(1){animation-delay:0s}.home-new__loading-dots span:nth-child(2){animation-delay:.1s}.home-new__loading-dots span:nth-child(3){animation-delay:.2s}@keyframes home-new-dots-bounce{0%,80%,to{transform:scale(.75);opacity:.6}40%{transform:scale(1);opacity:1}}.home-new__confirm-actions{margin-top:12px;display:flex;gap:8px;flex-wrap:wrap}.home-new__talkbox-bot-log{margin:0;padding:12px;font-size:.75rem;color:#64748b;background:#f8fafccc;border:1px solid rgba(226,232,240,.8);border-radius:12px;white-space:pre-wrap;font-family:ui-monospace,monospace}.home-new__write-confirm{max-height:360px;overflow:auto;font-size:14px}.home-new__write-confirm-desc{margin:0 0 16px;color:#475569;font-size:14px;line-height:1.5}.home-new__write-confirm-meta{display:flex;flex-wrap:wrap;align-items:center;gap:8px 16px;margin-bottom:12px;padding:10px 14px;background:#f1f5f9cc;border-radius:10px;border:1px solid rgba(226,232,240,.9)}.home-new__write-confirm-label{font-size:12px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.04em}.home-new__write-confirm-table,.home-new__write-confirm-pk{font-family:ui-monospace,SF Mono,Monaco,Consolas,monospace;font-size:13px;padding:2px 8px;background:#ffffffe6;border-radius:6px;color:#0f172a;border:1px solid rgba(203,213,225,.8)}.home-new__write-confirm-block{margin-top:0;padding:16px;background:#f8fafcf2;border-radius:12px;border:1px solid rgba(226,232,240,.9)}.home-new__write-confirm-readable{margin:0;display:grid;gap:10px 0}.home-new__write-confirm-row{margin:0;display:flex;flex-wrap:wrap;align-items:flex-start;gap:6px 8px}.home-new__write-confirm-row dt{margin:0;font-size:13px;color:#64748b;font-weight:500;min-width:72px}.home-new__write-confirm-row dt:after{content:"："}.home-new__write-confirm-row dd{margin:0;font-size:14px;color:#1e293b;flex:1;min-width:0}.home-new__write-confirm-list{margin:0;padding-left:18px}.home-new__write-confirm-list-item{margin-bottom:6px;font-size:13px;color:#334155;line-height:1.5}.home-new__write-confirm-list-item:last-child{margin-bottom:0}.home-new__talkbox-send--stop{background:#ef444414;border-color:#ef444440;color:#ef4444}.home-new__talkbox-send--stop:hover{background:#ef4444;color:#fff;border-color:#ef4444;box-shadow:0 6px 20px #ef44444d;transform:translateY(-1px)}.home-new__input-hint{text-align:center;font-size:12px;color:#94a3b8;margin:8px 0 0}.home-new__msg-actions{display:flex;align-items:center;gap:4px;margin-top:8px;opacity:0;transition:opacity .15s}.home-new__talkbox-bot-content:hover .home-new__msg-actions{opacity:1}.home-new__msg-copy-btn{padding:3px 7px;font-size:13px;color:#94a3b8;background:none;border:1px solid transparent;border-radius:6px;cursor:pointer;line-height:1;transition:color .15s,background .15s,border-color .15s}.home-new__msg-copy-btn:hover{color:#475569;background:#f1f5f9e6;border-color:#cbd5e199}.home-new__suggestions{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-bottom:24px}.home-new__suggestion-chip{padding:8px 16px;font-size:14px;color:#475569;background:#fff9;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.8);border-radius:20px;cursor:pointer;transition:all .2s;box-shadow:0 2px 8px #0000000a}.home-new__suggestion-chip:hover{background:#fffffff2;border-color:#3b82f659;color:#3b82f6;box-shadow:0 4px 12px #3b82f61a;transform:translateY(-1px)}.lab-db-browser .home-new__prompt{text-align:left;margin-bottom:24px}.lab-db-browser__layout{display:flex;gap:20px;min-height:calc(100vh - 280px);align-items:stretch}.lab-db-browser__sidebar{width:420px;flex-shrink:0;background:#ffffff80;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.7);border-radius:20px;box-shadow:0 4px 20px #0000000f;overflow:hidden;display:flex;flex-direction:column}.lab-db-browser__sidebar-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid rgba(226,232,240,.8);font-size:1rem;font-weight:600;color:#0f172a}.lab-db-browser__sidebar-body{flex:1;overflow:auto;padding:12px;max-height:calc(100vh - 340px)}.lab-db-browser__main{flex:1;min-width:0;background:#ffffff80;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.7);border-radius:20px;box-shadow:0 4px 20px #0000000f;overflow:hidden;display:flex;flex-direction:column}.lab-db-browser__main-header{padding:16px 20px;border-bottom:1px solid rgba(226,232,240,.8);font-size:1rem;font-weight:600;color:#0f172a}.lab-db-browser__main-body{flex:1;overflow:auto;padding:20px}.lab-db-browser .ant-card{background:transparent;border:none;border-radius:0}.lab-db-browser .ant-card .ant-card-head{border-bottom:none;padding:0;min-height:auto}.lab-db-browser .ant-card .ant-card-body{padding:0}.lab-db-browser .ant-collapse{background:transparent}.lab-db-browser .ant-collapse-item{border-bottom:1px solid rgba(226,232,240,.6)}.lab-db-browser .ant-collapse-item:last-child{border-bottom:none}.lab-db-browser .ant-collapse-header{padding:12px 0;color:#1e293b;font-weight:600}.lab-db-browser .ant-collapse-content-box{padding:0 0 12px}.lab-db-browser .ant-table-wrapper{font-size:.8125rem}.lab-db-browser .ant-table-thead>tr>th{background:#f1f5f9e6;color:#475569;font-weight:600;border-bottom:1px solid rgba(226,232,240,.8);padding:8px 12px}.lab-db-browser .ant-table-tbody>tr>td{border-bottom:1px solid rgba(226,232,240,.6);padding:8px 12px}.lab-db-browser .ant-table-tbody>tr:hover>td{background:#f1f5f980}.lab-db-browser .ant-table-tbody>tr.ant-table-row-selected>td,.lab-db-browser .ant-table-tbody>tr.db-browser-row-selected>td{background:#3b82f61a}.lab-db-browser .ant-tabs-nav{margin-bottom:16px}.lab-db-browser .ant-tabs-tab{color:#64748b;font-weight:500}.lab-db-browser .ant-tabs-tab-active .ant-tabs-tab-btn{color:#0f172a}.lab-db-browser .ant-tabs-ink-bar{background:#3b82f6}.lab-db-browser .ant-btn-primary{background:#3b82f6;border-color:#3b82f6;border-radius:10px;font-weight:500}.lab-db-browser .ant-btn-primary:hover{background:#2563eb;border-color:#2563eb}.lab-db-browser .ant-alert-info{background:#3b82f614;border:1px solid rgba(59,130,246,.25);border-radius:12px}.lab-db-browser .ant-spin-nested-loading,.lab-db-browser .ant-spin-container{min-height:120px}.lab-db-browser .db-table-cn-text{color:#64748b;font-size:.8125rem}.lab-db-browser .ant-input.db-table-cn-input{border-radius:8px;border-color:#e2e8f0e6}.lab-db-browser .ant-pagination{margin-top:16px}.lab-db-browser .ant-pagination-item-active{border-color:#3b82f6;background:#3b82f6}.lab-db-browser .ant-pagination-item-active a{color:#fff}.lab-db-browser .ant-modal-content{border-radius:16px;overflow:hidden}.lab-db-browser .ant-select-selector{border-radius:10px}
