*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--color-bg: #F7F8FA;--color-surface: #ffffff;--color-border: #E1E4EA;--color-border-light: #EDEEF3;--color-text: #111827;--color-text-secondary: #5F6B7A;--color-text-muted: #94A3B8;--color-primary: #4F46E5;--color-primary-light: #EEF2FF;--color-primary-border: #A5B4FC;--color-danger: #DC2626;--color-danger-light: #FEF2F2;--color-success: #059669;--color-success-light: #ECFDF5;--color-warning: #D97706;--color-warning-light: #FFFBEB;--color-purple: #6366F1;--color-purple-light: #EEF2FF;--color-orange: #EA580C;--color-orange-light: #FFF7ED;--color-blue-deep: #4338CA;--color-blue-deep-light: #EEF2FF;--sidebar-width: 220px;--topbar-height: 52px;--cpanel-width: 0px;--radius-sm: 4px;--radius-md: 6px;--radius-lg: 8px;--radius-badge: 4px;--radius-pill: 6px;--shadow-sm: 0 1px 2px rgba(0,0,0,.04);--shadow-md: 0 2px 8px rgba(0,0,0,.04);--shadow-lg: 0 8px 24px rgba(0,0,0,.08), 0 2px 8px rgba(0,0,0,.04);--transition-fast: .15s ease;--transition-normal: .2s ease;--color-sidebar-bg: #FAFBFC;--color-sidebar-border: #E8EAF0;--color-sidebar-hover: #F0F1F4;--color-sidebar-active-bg: #EDEEF3;--color-sidebar-text: #5F6B7A;--color-sidebar-text-active: #111827}html{font-size:14px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.55;color:var(--color-text);background:var(--color-bg);min-height:100vh;font-feature-settings:"cv02","cv03","cv04","cv11";letter-spacing:-.006em}#root{display:flex;min-height:100vh}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.25;letter-spacing:-.02em}a{color:var(--color-primary);text-decoration:none;transition:color var(--transition-fast)}a:hover{color:var(--color-blue-deep)}.article-rendered h1{font-size:1.75rem;font-weight:800;margin:0 0 1rem;line-height:1.25;letter-spacing:-.02em;color:var(--color-text)}.article-rendered h2{font-size:1.3rem;font-weight:700;margin:2rem 0 .75rem;line-height:1.3;letter-spacing:-.01em;color:var(--color-text);padding-bottom:.4rem;border-bottom:1px solid var(--color-border-light)}.article-rendered h3{font-size:1.1rem;font-weight:700;margin:1.5rem 0 .5rem;color:var(--color-text)}.article-rendered h4{font-size:.95rem;font-weight:700;margin:1.25rem 0 .4rem;color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:.03em}.article-rendered p{margin:0 0 1rem;line-height:1.75}.article-rendered p:last-child{margin-bottom:0}.article-rendered strong{font-weight:700}.article-rendered em{font-style:italic}.article-rendered ul,.article-rendered ol{margin:.75rem 0 1rem 1.5rem;padding:0}.article-rendered li{margin-bottom:.4rem;line-height:1.65}.article-rendered li::marker{color:var(--color-primary)}.article-rendered blockquote{margin:1.25rem 0;padding:.75rem 1rem;border-left:3px solid var(--color-primary);background:var(--color-primary-light);border-radius:0 6px 6px 0;color:var(--color-text-secondary);font-style:italic}.article-rendered blockquote p{margin-bottom:.5rem}.article-rendered blockquote p:last-child{margin-bottom:0}.article-rendered hr{border:none;border-top:1px solid var(--color-border);margin:2rem 0}.article-rendered a{color:var(--color-primary);text-decoration:underline;text-decoration-color:var(--color-primary-border);text-underline-offset:2px}.article-rendered a:hover{text-decoration-color:var(--color-primary)}.article-rendered code{font-family:SF Mono,Menlo,monospace;font-size:.85em;background:var(--color-border-light);padding:.15em .4em;border-radius:4px}button{font-family:inherit;cursor:pointer;border:none;background:none;font-size:inherit;transition:all var(--transition-fast)}.btn{display:inline-flex;align-items:center;gap:.35rem;padding:.4rem .8rem;font-size:.82rem;font-weight:500;border-radius:var(--radius-md);white-space:nowrap;flex-shrink:0;transition:all var(--transition-fast);letter-spacing:-.005em}.btn-primary{color:#fff;background:var(--color-primary)}.btn-primary:hover{background:var(--color-blue-deep);box-shadow:0 1px 3px #4f46e54d}.btn-primary:active{background:#3730a3;transform:scale(.98)}.btn-primary:disabled{background:var(--color-primary);cursor:default;opacity:.45}.btn-secondary{color:var(--color-text);background:var(--color-surface);border:1px solid var(--color-border)}.btn-secondary:hover{background:var(--color-bg);border-color:#cbd0db}.btn-secondary:active{transform:scale(.98)}.btn-ghost{color:var(--color-text-secondary);background:transparent}.btn-ghost:hover{background:var(--color-border-light);color:var(--color-text)}.btn-ghost:active{transform:scale(.98)}.btn-purple{color:var(--color-purple);background:var(--color-purple-light);border:1px solid #C7D2FE}.btn-purple:hover{background:#e0e7ff;border-color:#a5b4fc}.btn-amber{color:var(--color-warning);background:var(--color-warning-light);border:1px solid #FDE68A}.btn-amber:hover{background:#fef3c7;border-color:#fcd34d}.btn-success{color:var(--color-success);background:var(--color-success-light);border:1px solid #A7F3D0}.btn-success:hover{background:#d1fae5;border-color:#6ee7b7}.btn-danger{color:var(--color-danger);background:var(--color-danger-light);border:1px solid #FECACA}.btn-danger:hover{background:#fee2e2}.btn-sm{padding:.3rem .65rem;font-size:.78rem}.btn-xs{padding:.2rem .5rem;font-size:.73rem}input,textarea,select{font-family:inherit;font-size:.88rem;padding:.45rem .7rem;border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);color:var(--color-text);transition:border-color var(--transition-fast),box-shadow var(--transition-fast);outline:none;width:100%}input:focus,textarea:focus,select:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px #4f46e514}input::placeholder,textarea::placeholder{color:var(--color-text-muted)}input[type=checkbox]{width:16px;height:16px;cursor:pointer;accent-color:var(--color-primary);flex-shrink:0}table{width:100%;border-collapse:collapse;border-spacing:0}thead th{text-align:left;padding:.6rem .85rem;font-size:.68rem;font-weight:550;text-transform:uppercase;letter-spacing:.04em;color:var(--color-text-muted);border-bottom:1px solid var(--color-border);background:var(--color-bg);position:sticky;top:0;z-index:1;white-space:nowrap}tbody tr{transition:background var(--transition-fast)}tbody tr:hover{background:#00000004}tbody td{padding:.65rem .85rem;font-size:.86rem;border-bottom:1px solid var(--color-border-light);vertical-align:middle}.card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);transition:box-shadow var(--transition-normal),border-color var(--transition-normal)}.card:hover{box-shadow:var(--shadow-md);border-color:#cbd0db}.sidebar{width:var(--sidebar-width);flex-shrink:0;background:var(--color-sidebar-bg);color:var(--color-sidebar-text);display:flex;flex-direction:column;align-items:stretch;padding:.75rem .5rem;position:fixed;top:0;left:0;height:100vh;z-index:100;overflow:visible;border-right:1px solid var(--color-sidebar-border)}.sidebar-logo{width:28px;height:28px;margin:0 0 1.25rem .5rem;flex-shrink:0}.sidebar-logo img{width:100%;height:100%;object-fit:contain;border-radius:var(--radius-sm)}.sidebar-nav{display:flex;flex-direction:column;gap:1px;width:100%}.sidebar-icon{position:relative;display:flex;align-items:center;gap:10px;width:100%;height:34px;padding:0 10px;border-radius:var(--radius-md);color:var(--color-sidebar-text);background:transparent;border:none;cursor:pointer;transition:all var(--transition-fast);text-decoration:none;font-size:.82rem;font-weight:480;letter-spacing:-.005em}.sidebar-icon svg{width:16px;height:16px;stroke-width:1.5;flex-shrink:0}.sidebar-icon:hover{background:var(--color-sidebar-hover);color:var(--color-sidebar-text-active)}.sidebar-icon.active{background:var(--color-sidebar-active-bg);color:var(--color-sidebar-text-active);font-weight:550}.sidebar-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-icon-badge{min-width:16px;height:16px;padding:0 4px;font-size:.6rem;font-weight:600;background:var(--color-primary);color:#fff;border-radius:999px;display:flex;align-items:center;justify-content:center;line-height:1;margin-left:auto}.sidebar-tooltip{display:none}.sidebar-bottom{display:flex;flex-direction:column;gap:1px;width:100%}.sidebar-avatar{width:30px;height:30px;border-radius:50%;background:var(--color-border);color:var(--color-text-secondary);font-size:.7rem;font-weight:600;display:flex;align-items:center;justify-content:center;margin-top:6px;cursor:default}.topbar{height:var(--topbar-height);display:flex;align-items:center;justify-content:space-between;padding:0 1.5rem;background:var(--color-surface);border-bottom:1px solid var(--color-border);flex-shrink:0}.topbar-left{display:flex;align-items:center;gap:.75rem}.topbar-title{font-size:.92rem;font-weight:600;color:var(--color-text);letter-spacing:-.015em}.topbar-right{display:flex;align-items:center;gap:.5rem}.topbar-search{display:flex;align-items:center;gap:.45rem;padding:.35rem .75rem;background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-md);color:var(--color-text-muted);font-size:.8rem;cursor:pointer;transition:all var(--transition-fast);min-width:180px}.topbar-search:hover{border-color:#d0d0d8;background:var(--color-border-light)}.topbar-search kbd{font-family:inherit;font-size:.68rem;font-weight:500;background:var(--color-surface);border:1px solid var(--color-border);border-radius:3px;padding:.1rem .3rem;margin-left:auto;color:var(--color-text-muted)}.app-shell{display:flex;min-height:100vh}.app-main-wrapper{flex:1;display:flex;flex-direction:column;margin-left:var(--sidebar-width);width:calc(100vw - var(--sidebar-width));height:100vh;overflow:hidden}.main-content{flex:1;min-width:0;padding:1.25rem 1.5rem;background:var(--color-bg);overflow-y:auto}.main-content:has(.chat-page){padding:0}.page-title{font-size:1.1rem;font-weight:650;margin-bottom:.85rem;letter-spacing:-.02em;color:var(--color-text);display:none}.section-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:.85rem 1rem;margin-bottom:.75rem}.section-header{display:flex;align-items:center;gap:.5rem;cursor:pointer;padding:.2rem 0;-webkit-user-select:none;user-select:none}.section-header:hover .section-title{color:var(--color-primary)}.section-title{font-size:.95rem;font-weight:600;transition:color var(--transition-fast)}.section-count{display:inline-flex;align-items:center;justify-content:center;min-width:1.4rem;padding:0 .35rem;height:1.2rem;font-size:.68rem;font-weight:700;border-radius:var(--radius-badge)}.section-chevron{margin-left:auto;font-size:.85rem;color:#9ca3af;transition:transform .2s ease;display:inline-block}.action-row{display:flex;align-items:center;gap:.75rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:.75rem 1rem;transition:all var(--transition-fast)}.action-row:hover{border-color:#cbd0db;box-shadow:var(--shadow-sm)}.item-row{display:flex;align-items:center;gap:1rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:.8rem 1rem;transition:all var(--transition-fast)}.item-row:hover{border-color:#cbd0db;box-shadow:var(--shadow-sm)}.panel-backdrop{position:fixed;inset:0;right:var(--cpanel-width);background:#0000004d;z-index:1000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.panel-slide{position:fixed;top:0;right:var(--cpanel-width);width:500px;max-width:calc(100vw - var(--sidebar-width) - var(--cpanel-width));height:100vh;background:#fff;box-shadow:-4px 0 24px #0000001f;z-index:1001;display:flex;flex-direction:column;overflow:hidden}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.skeleton{background:linear-gradient(90deg,#f2f2f5 25%,#e8e8ec,#f2f2f5 75%);background-size:200% 100%;animation:shimmer 1.5s ease infinite;border-radius:var(--radius-sm)}.skeleton-text{height:.9rem;border-radius:4px;margin-bottom:.5rem}.skeleton-card{height:60px;border-radius:var(--radius-md);margin-bottom:.5rem}.page-enter{animation:fadeInUp .22s ease forwards}@keyframes fadeInUp{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.empty-state{text-align:center;padding:2.5rem 1rem;color:var(--color-text-muted)}.empty-state-icon{font-size:2rem;margin-bottom:.75rem;opacity:.5}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#d1d5de;border-radius:999px}::-webkit-scrollbar-thumb:hover{background:#a0a8b8}@media(max-width:1024px){.main-content{padding:.85rem 1rem}.topbar-search{display:none}}@media(max-width:768px){.sidebar{position:fixed;bottom:0;left:0;top:auto;width:100%;height:auto;flex-direction:row;padding:0;z-index:800;overflow-x:auto;overflow-y:hidden;background:var(--color-surface);border-right:none;border-top:1px solid var(--color-border)}.sidebar-logo,.sidebar-bottom{display:none}.sidebar-nav{flex-direction:row;gap:0;width:100%;justify-content:space-around;padding:.3rem 0}.sidebar-icon{width:34px;height:34px;padding:0;justify-content:center;font-size:0;gap:0}.sidebar-icon svg{width:18px;height:18px}.sidebar-label,.sidebar-tooltip{display:none}.app-main-wrapper{margin-left:0;width:100%;height:calc(100vh - 52px)}.topbar{height:42px;padding:0 .75rem}.topbar-title{font-size:.88rem}.topbar-search{display:none}.main-content{padding:.75rem .75rem 1rem;width:100%}.section-card{padding:.65rem .75rem}table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}.panel-slide{right:0!important;width:100%!important;max-width:100%!important}.panel-backdrop{right:0!important}}@media(max-width:480px){.main-content{padding:.5rem .5rem 1rem}.btn{padding:.35rem .65rem;font-size:.78rem}.btn-sm{padding:.25rem .5rem;font-size:.72rem}}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.chat-page{display:flex;flex-direction:column;height:100%;width:100%;padding:0!important}.chat-profile-prompt{background:var(--color-primary-light);border:1px solid var(--color-primary-border);border-radius:var(--radius-md);padding:.85rem 1rem;margin:.75rem 1rem 0;animation:fadeInUp .3s ease forwards}.chat-container{flex:1;overflow-y:auto;padding:0 1rem}.chat-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;min-height:400px;text-align:center;padding:2rem 1rem}.chat-pris-avatar-lg{width:56px;height:56px;background:linear-gradient(135deg,#4f46e5,#818cf8);border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:1.3rem;font-weight:800;color:#fff;letter-spacing:.04em;box-shadow:0 4px 16px #4f46e540}.chat-empty-title{font-size:1.4rem;font-weight:700;margin:1.25rem 0 .4rem;color:var(--color-text);letter-spacing:-.02em}.chat-empty-subtitle{font-size:.9rem;color:var(--color-text-secondary);max-width:480px;line-height:1.5;margin-bottom:1.25rem}.pillar-scorecard{display:flex;gap:.5rem;margin-bottom:1.5rem;flex-wrap:wrap;justify-content:center}.pillar-chip{display:flex;align-items:center;gap:.4rem;padding:.5rem .85rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:20px;font-size:.82rem;font-weight:600;color:var(--color-text);cursor:pointer;transition:all var(--transition-fast);white-space:nowrap}.pillar-chip:hover{border-color:var(--color-primary-border);background:var(--color-primary-light);color:var(--color-primary);box-shadow:var(--shadow-sm);transform:translateY(-1px)}.pillar-chip-icon{font-size:.9rem}.pillar-chip-label{letter-spacing:.01em}.chat-suggestions{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.5rem;width:100%;max-width:600px}.chat-suggestion{display:flex;align-items:center;gap:.55rem;padding:.7rem .85rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);font-size:.84rem;font-weight:500;color:var(--color-text);cursor:pointer;text-align:left;transition:all var(--transition-fast)}.chat-suggestion:hover{border-color:var(--color-primary-border);background:var(--color-primary-light);box-shadow:var(--shadow-sm)}.chat-suggestion-icon{font-size:1rem;flex-shrink:0}.chat-messages{padding:1.5rem 0 1rem;display:flex;flex-direction:column;gap:1rem;max-width:820px;margin:0 auto;width:100%}.chat-msg{display:flex;gap:.65rem;max-width:90%;animation:fadeInUp .2s ease forwards}.chat-msg-user{align-self:flex-end;flex-direction:row-reverse}.chat-msg-avatar{flex-shrink:0;margin-top:2px}.chat-pris-avatar{width:30px;height:30px;border-radius:8px;overflow:hidden}.chat-pris-avatar img{width:100%;height:100%;object-fit:cover}.chat-msg-bubble{padding:.75rem 1rem;border-radius:var(--radius-lg);font-size:.9rem;line-height:1.6;word-break:break-word}.chat-msg-bubble p{margin:0}.chat-msg-bubble p+p{margin-top:.6rem}.chat-msg-bubble h2{font-size:1rem;margin:.85rem 0 .35rem}.chat-msg-bubble h3{font-size:.92rem;margin:.65rem 0 .25rem}.chat-msg-bubble ul,.chat-msg-bubble ol{margin:.4rem 0;padding-left:1.25rem}.chat-msg-bubble li{margin-bottom:.2rem}.chat-msg-bubble strong{font-weight:650}.chat-msg-bubble code{font-size:.82rem;padding:.1rem .35rem;background:#0000000d;border-radius:3px}.chat-msg-bubble-user{background:var(--color-primary);color:#fff;border-bottom-right-radius:4px}.chat-msg-bubble-assistant{background:var(--color-surface);border:1px solid var(--color-border);color:var(--color-text);border-bottom-left-radius:4px;position:relative}.chat-msg-bubble-assistant:hover .cpanel-speak-btn{opacity:1}.chat-msg-time{font-size:.68rem;color:var(--color-text-muted);margin-top:.35rem;opacity:.7}.chat-msg-bubble-user .chat-msg-time{color:#fff9}.chat-typing{display:flex;gap:4px;align-items:center;padding:.25rem 0}.chat-typing span{width:6px;height:6px;border-radius:50%;background:var(--color-text-muted);animation:chatTyping 1.4s ease-in-out infinite}.chat-typing span:nth-child(2){animation-delay:.2s}.chat-typing span:nth-child(3){animation-delay:.4s}@keyframes chatTyping{0%,60%,to{transform:translateY(0);opacity:.4}30%{transform:translateY(-4px);opacity:1}}.chat-error{display:flex;align-items:center;gap:.5rem;padding:.55rem .85rem;background:var(--color-danger-light);border:1px solid #fecaca;border-radius:var(--radius-md);font-size:.82rem;color:var(--color-danger)}.chat-input-area{padding:.75rem 1rem 1rem;border-top:1px solid var(--color-border-light);background:var(--color-bg)}.chat-input-row{display:flex;align-items:flex-end;gap:.5rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:.5rem .5rem .5rem .85rem;transition:border-color var(--transition-fast),box-shadow var(--transition-fast)}.chat-input-row:focus-within{border-color:var(--color-primary);box-shadow:0 0 0 3px #4f46e51a}.chat-input{flex:1;border:none!important;outline:none!important;box-shadow:none!important;resize:none;font-size:.9rem;line-height:1.5;padding:.25rem 0;min-height:24px;max-height:160px;background:transparent}.chat-input:focus{box-shadow:none!important}.chat-send-btn{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:10px;background:var(--color-primary);color:#fff;flex-shrink:0;transition:all var(--transition-fast)}.chat-send-btn:hover:not(:disabled){background:#4338ca}.chat-send-btn:disabled{opacity:.4;cursor:default}.chat-input-footer{display:flex;align-items:center;padding-top:.4rem}.chat-footer-link{font-size:.78rem;color:var(--color-text-secondary);text-decoration:none}.chat-footer-link:hover{color:var(--color-primary)}.chat-footer-hint{font-size:.72rem;color:var(--color-text-muted)}.chat-follow-ups{display:flex;flex-wrap:wrap;gap:.4rem;padding:.25rem 0 .75rem;max-width:90%;animation:fadeInUp .2s ease}.chat-follow-up{padding:.45rem .75rem;background:var(--color-surface);border:1px solid var(--color-primary-border);border-radius:var(--radius-lg);font-size:.82rem;font-weight:500;color:var(--color-primary);cursor:pointer;text-align:left;transition:all var(--transition-fast);line-height:1.4}.chat-follow-up:hover{background:var(--color-primary-light);border-color:var(--color-primary);box-shadow:var(--shadow-sm)}[data-theme=dark] .chat-msg-bubble-assistant{background:var(--color-surface);border-color:var(--color-border)}[data-theme=dark] .chat-msg-bubble code{background:#ffffff14}[data-theme=dark] .chat-pris-avatar-lg{box-shadow:0 4px 16px #4f46e559}@media(max-width:768px){.chat-page{height:100%}.chat-msg{max-width:95%}.chat-suggestions{grid-template-columns:1fr}.chat-empty-title{font-size:1.2rem}.chat-footer-hint,.chat-threads-sidebar{display:none}}.chat-layout{display:flex;flex:1;overflow:hidden}.chat-main{display:flex;flex-direction:column;flex:1;min-width:0;overflow:hidden}.chat-threads-sidebar{width:220px;flex-shrink:0;border-right:1px solid var(--color-border-light);display:flex;flex-direction:column;background:var(--color-surface);overflow-y:auto}.chat-threads-header{display:flex;align-items:center;justify-content:space-between;padding:.75rem .75rem .5rem;border-bottom:1px solid var(--color-border-light)}.chat-threads-title{font-size:.78rem;font-weight:600;color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:.04em}.chat-threads-list{flex:1;overflow-y:auto;padding:.25rem}.chat-thread-item{display:flex;align-items:center;gap:.5rem;width:100%;padding:.5rem .6rem;border:none;background:transparent;border-radius:var(--radius-sm);cursor:pointer;text-align:left;color:var(--color-text-secondary);font-size:.82rem;transition:all var(--transition-fast);position:relative}.chat-thread-item:hover{background:var(--color-border-light);color:var(--color-text)}.chat-thread-active{background:var(--color-primary-light);color:var(--color-primary);font-weight:500}.chat-thread-icon{font-size:.75rem;flex-shrink:0}.chat-thread-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:1px}.chat-thread-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0}.chat-thread-date{font-size:.68rem;color:var(--color-text-muted)}.chat-thread-delete{opacity:0;font-size:.7rem;color:var(--color-text-muted);flex-shrink:0;padding:2px 4px;border-radius:3px;transition:all var(--transition-fast)}.chat-thread-item:hover .chat-thread-delete{opacity:1}.chat-thread-delete:hover{color:var(--color-danger);background:#ef44441a}.cpanel-thread-menu{border-bottom:1px solid var(--color-border-light);background:var(--color-surface);padding:.25rem;max-height:220px;overflow-y:auto;animation:fadeInUp .15s ease}.cpanel-thread-item{display:flex;align-items:center;gap:.4rem;width:100%;padding:.4rem .6rem;border:none;background:transparent;border-radius:var(--radius-sm);cursor:pointer;text-align:left;color:var(--color-text-secondary);font-size:.78rem;transition:all var(--transition-fast)}.cpanel-thread-item:hover{background:var(--color-border-light);color:var(--color-text)}.cpanel-thread-new{color:var(--color-primary);font-weight:500;gap:.35rem;border-bottom:1px solid var(--color-border-light);border-radius:0;margin-bottom:.2rem;padding-bottom:.5rem}.cpanel-thread-active{background:var(--color-primary-light);color:var(--color-primary);font-weight:500}.cpanel-thread-label{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cpanel-thread-meta{font-size:.68rem;color:var(--color-text-muted);flex-shrink:0}.cpanel-thread-delete{opacity:0;font-size:.65rem;color:var(--color-text-muted);flex-shrink:0;padding:1px 3px;border-radius:3px;transition:all var(--transition-fast)}.cpanel-thread-item:hover .cpanel-thread-delete{opacity:1}.cpanel-thread-delete:hover{color:var(--color-danger)}.cpanel{width:var(--cpanel-width);flex-shrink:0;background:var(--color-bg);border-left:1px solid var(--color-border);display:flex;flex-direction:column;height:100vh;position:sticky;top:0}.cpanel-header{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;border-bottom:1px solid var(--color-border-light);background:var(--color-surface);flex-shrink:0}.cpanel-header-left{display:flex;align-items:center;gap:.6rem}.cpanel-avatar-sm{width:32px;height:32px;border-radius:9px;display:flex;align-items:center;justify-content:center;font-size:.65rem;font-weight:800;color:#fff;letter-spacing:.04em;overflow:hidden}.cpanel-avatar-logo{object-fit:cover;width:100%;height:100%}.cpanel-title{font-size:.92rem;font-weight:700;color:var(--color-text);line-height:1.2}.cpanel-subtitle{font-size:.72rem;color:var(--color-text-muted);line-height:1.2}.cpanel-header-actions{display:flex;gap:.25rem}.cpanel-header-btn{width:30px;height:30px;border-radius:6px;border:none;background:transparent;color:var(--color-text-secondary);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all var(--transition-fast)}.cpanel-header-btn:hover{background:var(--color-border-light);color:var(--color-text)}.cpanel-messages{flex:1;overflow-y:auto;padding:.75rem}.cpanel-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center;padding:1.5rem}.cpanel-empty-icon{margin-bottom:1rem}.cpanel-avatar-lg{width:48px;height:48px;border-radius:13px;display:flex;align-items:center;justify-content:center;overflow:hidden;box-shadow:0 4px 12px #4f46e533}.cpanel-empty-text{font-size:.88rem;color:var(--color-text-secondary);margin-bottom:1.25rem}.cpanel-nudges{display:flex;flex-direction:column;gap:.35rem;width:100%;max-width:320px}.cpanel-nudge{display:flex;align-items:center;gap:.5rem;padding:.55rem .75rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);font-size:.8rem;font-weight:500;color:var(--color-text);cursor:pointer;text-align:left;transition:all var(--transition-fast)}.cpanel-nudge:hover{border-color:var(--color-primary-border);background:var(--color-primary-light)}.cpanel-nudge-icon{font-size:.9rem;flex-shrink:0}.cpanel-nudge-bar{display:flex;gap:.35rem;padding:0 0 .5rem;flex-wrap:wrap}.cpanel-nudge-chip{padding:.3rem .6rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:20px;font-size:.72rem;font-weight:500;color:var(--color-text-secondary);cursor:pointer;transition:all var(--transition-fast);white-space:nowrap}.cpanel-nudge-chip:hover{border-color:var(--color-primary-border);background:var(--color-primary-light);color:var(--color-primary)}.cpanel-msg{display:flex;gap:.5rem;max-width:95%;margin-bottom:.6rem;animation:fadeInUp .15s ease forwards}.cpanel-msg-user{align-self:flex-end;flex-direction:row-reverse;margin-left:auto}.cpanel-msg-assistant{align-self:flex-start}.cpanel-msg-avatar{flex-shrink:0;margin-top:2px}.cpanel-avatar-xs{width:24px;height:24px;border-radius:7px;display:flex;align-items:center;justify-content:center;overflow:hidden}.cpanel-msg-bubble{padding:.55rem .75rem;border-radius:var(--radius-md);font-size:.82rem;line-height:1.55;word-break:break-word}.cpanel-msg-bubble p{margin:0}.cpanel-msg-bubble p+p{margin-top:.5rem}.cpanel-msg-bubble h2{font-size:.92rem;margin:.7rem 0 .3rem}.cpanel-msg-bubble h3{font-size:.85rem;margin:.5rem 0 .2rem}.cpanel-msg-bubble ul,.cpanel-msg-bubble ol{margin:.3rem 0;padding-left:1.1rem}.cpanel-msg-bubble li{margin-bottom:.15rem}.cpanel-msg-bubble strong{font-weight:650}.cpanel-msg-bubble code{font-size:.76rem;padding:.1rem .3rem;background:#0000000d;border-radius:3px}.cpanel-msg-bubble-user{background:var(--color-primary);color:#fff;border-bottom-right-radius:3px}.cpanel-msg-bubble-assistant{background:var(--color-surface);border:1px solid var(--color-border);color:var(--color-text);border-bottom-left-radius:3px}.cpanel-cursor{display:inline-block;width:2px;height:1em;background:var(--color-primary);margin-left:2px;vertical-align:text-bottom;animation:cursorBlink .8s ease-in-out infinite}@keyframes cursorBlink{0%,to{opacity:1}50%{opacity:0}}.cpanel-tool-events{display:flex;flex-direction:column;gap:.25rem;padding:.35rem 0}.cpanel-tool-event{display:flex;align-items:center;gap:.4rem;padding:.35rem .6rem;border-radius:var(--radius-sm);font-size:.75rem;font-weight:500;animation:fadeInUp .15s ease}.cpanel-tool-icon{font-size:.8rem;flex-shrink:0}.cpanel-tool-success{background:var(--color-success-light);color:var(--color-success);border:1px solid rgba(5,150,105,.15)}.cpanel-tool-error{background:var(--color-danger-light);color:var(--color-danger);border:1px solid rgba(220,38,38,.15)}.cpanel-tool-executing{background:var(--color-surface);color:var(--color-text-secondary);border:1px solid var(--color-border)}.cpanel-tool-executing .cpanel-tool-icon{animation:pulse-icon 1.2s ease-in-out infinite}@keyframes pulse-icon{0%,to{opacity:1}50%{opacity:.4}}.cpanel-follow-ups{display:flex;flex-direction:column;gap:.25rem;padding:.35rem 0 .5rem;animation:fadeInUp .2s ease}.cpanel-follow-up{padding:.4rem .65rem;background:var(--color-surface);border:1px solid var(--color-primary-border);border-radius:var(--radius-md);font-size:.76rem;font-weight:500;color:var(--color-primary);cursor:pointer;text-align:left;transition:all var(--transition-fast);line-height:1.35}.cpanel-follow-up:hover{background:var(--color-primary-light);border-color:var(--color-primary)}.cpanel-error{display:flex;align-items:center;gap:.4rem;padding:.4rem .65rem;background:var(--color-danger-light);border:1px solid #fecaca;border-radius:var(--radius-sm);font-size:.76rem;color:var(--color-danger);margin-top:.35rem}.cpanel-input-area{padding:.5rem .75rem .75rem;border-top:1px solid var(--color-border-light);background:var(--color-surface);flex-shrink:0}.cpanel-input-row{display:flex;align-items:flex-end;gap:.4rem;background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:.35rem .35rem .35rem .65rem;transition:border-color var(--transition-fast),box-shadow var(--transition-fast)}.cpanel-input-row:focus-within{border-color:var(--color-primary);box-shadow:0 0 0 2px #4f46e51a}.cpanel-input{flex:1;border:none!important;outline:none!important;box-shadow:none!important;resize:none;font-size:.82rem;line-height:1.45;padding:.2rem 0;min-height:20px;max-height:120px;background:transparent;color:var(--color-text)}.cpanel-input:focus{box-shadow:none!important}.cpanel-send-btn{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:7px;background:var(--color-primary);color:#fff;border:none;flex-shrink:0;cursor:pointer;transition:all var(--transition-fast)}.cpanel-send-btn:hover:not(:disabled){background:#4338ca}.cpanel-send-btn:disabled{opacity:.4;cursor:default}.cpanel-mic-btn{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:7px;background:transparent;color:var(--color-text-secondary);border:1px solid var(--color-border);flex-shrink:0;cursor:pointer;transition:all var(--transition-fast)}.cpanel-mic-btn:hover:not(:disabled){background:var(--color-surface-hover, rgba(0,0,0,.04));color:var(--color-text)}.cpanel-mic-btn:disabled{opacity:.4;cursor:default}.cpanel-mic-btn.cpanel-mic-active{background:#ef4444;color:#fff;border-color:#ef4444;animation:mic-pulse 1.5s ease-in-out infinite}@keyframes mic-pulse{0%,to{box-shadow:0 0 #ef444466}50%{box-shadow:0 0 0 6px #ef444400}}.cpanel-input-listening{color:var(--color-text-secondary)}.cpanel-speak-btn{position:absolute;bottom:4px;right:4px;display:flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:5px;border:none;background:transparent;color:var(--color-text-tertiary, #999);cursor:pointer;opacity:0;transition:opacity var(--transition-fast),background var(--transition-fast),color var(--transition-fast)}.cpanel-msg-bubble-assistant{position:relative}.cpanel-msg-bubble-assistant:hover .cpanel-speak-btn{opacity:1}.cpanel-speak-btn:hover{background:#0000000f;color:var(--color-text)}.cpanel-header-btn-active{color:var(--color-primary)!important;background:#4f46e514}.cpanel-header-btn-speaking{color:#ef4444!important;animation:mic-pulse 1.5s ease-in-out infinite}.cpanel-conversation-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:var(--color-surface-hover, rgba(0,0,0,.04));color:var(--color-text-secondary);border:2px solid var(--color-border);flex-shrink:0;cursor:pointer;transition:all .2s ease}.cpanel-conversation-btn:hover:not(:disabled){background:#4f46e514;border-color:var(--color-primary);color:var(--color-primary);transform:scale(1.05)}.cpanel-conversation-btn:disabled{opacity:.4;cursor:default}.cpanel-conversation-btn.cpanel-conversation-active{background:linear-gradient(135deg,#4338ca,#818cf8);color:#fff;border-color:transparent;box-shadow:0 0 #4f46e566;animation:conversation-pulse 2s ease-in-out infinite}@keyframes conversation-pulse{0%,to{box-shadow:0 0 #4f46e566}50%{box-shadow:0 0 0 8px #4f46e500}}.conversation-mode-banner{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:linear-gradient(135deg,#4f46e50f,#6366f10f);border:1px solid rgba(79,70,229,.12);border-radius:8px;margin-bottom:.5rem;font-size:.82rem;color:var(--color-text-secondary)}.conversation-mode-banner-compact{padding:.35rem .6rem;margin-bottom:.35rem;font-size:.78rem}.conversation-mode-pulse{width:8px;height:8px;border-radius:50%;background:#4f46e5;animation:conversation-dot-pulse 1.5s ease-in-out infinite;flex-shrink:0}@keyframes conversation-dot-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.7)}}.chat-input-conversation{border-color:#4f46e54d!important}@media(max-width:1280px){:root{--cpanel-width: 0px}}@media(max-width:768px){:root{--cpanel-width: 0px}.app-shell{flex-direction:column}.main-content{margin-left:0;width:100%;height:auto;min-height:50vh;overflow-y:visible}.cpanel{width:100%;height:45vh;position:relative;border-left:none;border-top:1px solid var(--color-border)}}[data-theme=dark]{--color-bg: #0C0D11;--color-surface: #151620;--color-border: #252736;--color-border-light: #1C1D2B;--color-text: #E4E5ED;--color-text-secondary: #8B8FA3;--color-text-muted: #565B70;--color-primary: #818CF8;--color-primary-light: #1A1B30;--color-primary-border: #4338CA;--color-danger: #F87171;--color-danger-light: #2D1B1B;--color-success: #34D399;--color-success-light: #1A2E25;--color-warning: #FBBF24;--color-warning-light: #2D2614;--color-purple: #A5B4FC;--color-purple-light: #1A1B30;--color-orange: #FB923C;--color-orange-light: #2D2014;--color-blue-deep: #A5B4FC;--color-blue-deep-light: #1A1B30;--shadow-sm: 0 1px 2px rgba(0,0,0,.3);--shadow-md: 0 2px 8px rgba(0,0,0,.4), 0 1px 2px rgba(0,0,0,.3);--shadow-lg: 0 8px 24px rgba(0,0,0,.5), 0 2px 8px rgba(0,0,0,.3);color-scheme:dark}[data-theme=dark] body{color:var(--color-text);background:var(--color-bg)}[data-theme=dark] .sidebar{background:#0c0d11;border-right-color:var(--color-border)}[data-theme=dark] .sidebar-icon{color:var(--color-text-muted)}[data-theme=dark] .sidebar-icon:hover{background:#ffffff0d;color:var(--color-text)}[data-theme=dark] .sidebar-icon.active{background:#ffffff14;color:var(--color-text)}[data-theme=dark] .topbar{background:var(--color-surface);border-bottom-color:var(--color-border)}[data-theme=dark] tbody tr:hover{background:#1a1c2a}[data-theme=dark] thead th{background:var(--color-bg)}[data-theme=dark] .panel-slide{background:var(--color-surface)}[data-theme=dark] .cpanel{background:var(--color-bg);border-color:var(--color-border);box-shadow:-4px 0 24px #0000004d}[data-theme=dark] .cpanel-header,[data-theme=dark] .cpanel-input-area{background:#111118}[data-theme=dark] .cpanel-msg-bubble-assistant{background:var(--color-surface);border-color:var(--color-border)}[data-theme=dark] .cpanel-msg-bubble code{background:#ffffff14}[data-theme=dark] .panel-backdrop{background:#0000008c}[data-theme=dark] .skeleton{background:linear-gradient(90deg,#1a1d27 25%,#2d3143,#1a1d27 75%);background-size:200% 100%}[data-theme=dark] input,[data-theme=dark] textarea,[data-theme=dark] select{background:var(--color-bg);border-color:var(--color-border);color:var(--color-text)}[data-theme=dark] input:focus,[data-theme=dark] textarea:focus,[data-theme=dark] select:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px #818cf826}[data-theme=dark] .btn-primary:disabled{background:#4338ca;color:#6b7280}[data-theme=dark] .btn-ghost:hover{background:#1f2030}[data-theme=dark] .btn-secondary{background:var(--color-primary-light);border-color:var(--color-primary-border)}[data-theme=dark] .btn-secondary:hover{background:#1e3a5f}[data-theme=dark] ::-webkit-scrollbar-thumb{background:#2d2d42}[data-theme=dark] ::-webkit-scrollbar-thumb:hover{background:#4a4a66}[data-theme=dark] a:hover{color:#a5b4fc}[data-theme=aero]{--color-bg: transparent;--color-surface: rgba(255, 255, 255, .42);--color-border: rgba(255, 255, 255, .55);--color-border-light: rgba(255, 255, 255, .35);--color-text: #1a1a2e;--color-text-secondary: #3d3d5c;--color-text-muted: #6b6b8a;--color-primary: #6366F1;--color-primary-light: rgba(99, 102, 241, .12);--color-primary-border: rgba(99, 102, 241, .35);--color-danger: #DC2626;--color-danger-light: rgba(220, 38, 38, .1);--color-success: #059669;--color-success-light: rgba(5, 150, 105, .1);--color-warning: #D97706;--color-warning-light: rgba(217, 119, 6, .1);--color-purple: #6366F1;--color-purple-light: rgba(99, 102, 241, .1);--color-orange: #EA580C;--color-orange-light: rgba(234, 88, 12, .1);--color-blue-deep: #4338CA;--color-blue-deep-light: rgba(67, 56, 202, .1);--shadow-sm: 0 1px 4px rgba(0,0,0,.06), inset 0 1px 0 rgba(255,255,255,.5);--shadow-md: 0 4px 16px rgba(0,0,0,.07), inset 0 1px 0 rgba(255,255,255,.55);--shadow-lg: 0 8px 32px rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.6);--color-sidebar-bg: rgba(235, 238, 250, .5);--color-sidebar-border: rgba(255, 255, 255, .45);--color-sidebar-hover: rgba(255, 255, 255, .4);--color-sidebar-active-bg: rgba(255, 255, 255, .5);--color-sidebar-text: #3d3d5c;--color-sidebar-text-active: #1a1a2e;color-scheme:light}[data-theme=aero] body{background:linear-gradient(135deg,#dbeafe,#e0e7ff,#ede9fe 40%,#ddd6fe,#e0e7ff,#bfdbfe,#c7d2fe);background-attachment:fixed;min-height:100vh}[data-theme=aero] .sidebar{background:#ebeefa73;backdrop-filter:blur(24px) saturate(1.4);-webkit-backdrop-filter:blur(24px) saturate(1.4);border-right:1px solid rgba(255,255,255,.5);box-shadow:inset -1px 0 #ffffff4d,2px 0 16px #0000000a}[data-theme=aero] .sidebar-icon{color:#4a4a6a}[data-theme=aero] .sidebar-icon:hover{background:#ffffff73;color:#1a1a2e}[data-theme=aero] .sidebar-icon.active{background:#ffffff8c;color:#1a1a2e;box-shadow:inset 0 1px #fff9,0 1px 3px #0000000f}[data-theme=aero] .topbar{background:#ffffff61;backdrop-filter:blur(20px) saturate(1.3);-webkit-backdrop-filter:blur(20px) saturate(1.3);border-bottom:1px solid rgba(255,255,255,.5);box-shadow:inset 0 -1px #fff3,0 1px 8px #00000008}[data-theme=aero] .topbar-search{background:#ffffff59;border-color:#ffffff80;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}[data-theme=aero] .main-content{background:transparent}[data-theme=aero] .card{background:#ffffff6b;backdrop-filter:blur(16px) saturate(1.2);-webkit-backdrop-filter:blur(16px) saturate(1.2);border:1px solid rgba(255,255,255,.55);box-shadow:0 2px 8px #0000000d,inset 0 1px #fff9}[data-theme=aero] .card:hover{background:#ffffff85;box-shadow:0 4px 16px #00000012,inset 0 1px #ffffffb3;border-color:#ffffffa6}[data-theme=aero] .section-card{background:#fff6;backdrop-filter:blur(16px) saturate(1.2);-webkit-backdrop-filter:blur(16px) saturate(1.2);border:1px solid rgba(255,255,255,.55);box-shadow:0 2px 8px #0000000a,inset 0 1px #fff9}[data-theme=aero] thead th{background:#ffffff4d;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}[data-theme=aero] tbody tr:hover{background:#ffffff4d}[data-theme=aero] .panel-slide{background:#f5f5ffb8;backdrop-filter:blur(28px) saturate(1.4);-webkit-backdrop-filter:blur(28px) saturate(1.4);border-left:1px solid rgba(255,255,255,.5);box-shadow:-4px 0 24px #00000014,inset 1px 0 #ffffff80}[data-theme=aero] .panel-backdrop{background:#c8d2f040;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}[data-theme=aero] .cpanel{background:#f0f2ff8c;backdrop-filter:blur(24px) saturate(1.4);-webkit-backdrop-filter:blur(24px) saturate(1.4);border-color:#ffffff73;box-shadow:-4px 0 24px #0000000f,inset 1px 0 #fff6}[data-theme=aero] .cpanel-header{background:#ffffff4d;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.4)}[data-theme=aero] .cpanel-input-area{background:#ffffff4d;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-top:1px solid rgba(255,255,255,.4)}[data-theme=aero] .cpanel-msg-bubble-assistant{background:#ffffff80;border-color:#ffffff8c;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 1px 4px #0000000a,inset 0 1px #fff9}[data-theme=aero] .cpanel-msg-bubble code{background:#6366f114}[data-theme=aero] .chat-msg-bubble-assistant{background:#ffffff80;border-color:#ffffff8c;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 1px 4px #0000000a,inset 0 1px #fff9}[data-theme=aero] .chat-msg-bubble code{background:#6366f114}[data-theme=aero] .chat-pris-avatar-lg{box-shadow:0 4px 20px #6366f140}[data-theme=aero] input,[data-theme=aero] textarea,[data-theme=aero] select{background:#fff6;border-color:#ffffff8c;color:var(--color-text);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}[data-theme=aero] input:focus,[data-theme=aero] textarea:focus,[data-theme=aero] select:focus{border-color:#6366f180;box-shadow:0 0 0 3px #6366f11f,inset 0 1px #ffffff80;background:#ffffff8c}[data-theme=aero] .btn-primary{background:#6366f1d9;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);box-shadow:0 2px 8px #6366f140,inset 0 1px #fff3}[data-theme=aero] .btn-primary:hover{background:#6366f1f2;box-shadow:0 4px 12px #6366f14d,inset 0 1px #ffffff40}[data-theme=aero] .btn-primary:disabled{background:#6366f166;box-shadow:none}[data-theme=aero] .btn-secondary{background:#ffffff73;border-color:#ffffff8c;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);box-shadow:inset 0 1px #ffffff80}[data-theme=aero] .btn-secondary:hover{background:#fff9;box-shadow:0 2px 8px #0000000f,inset 0 1px #fff9}[data-theme=aero] .btn-ghost:hover{background:#ffffff59}[data-theme=aero] .skeleton{background:linear-gradient(90deg,#ffffff4d 25%,#ffffff80,#ffffff4d 75%);background-size:200% 100%}[data-theme=aero] ::-webkit-scrollbar-thumb{background:#6366f12e;border-radius:4px}[data-theme=aero] ::-webkit-scrollbar-thumb:hover{background:#6366f14d}[data-theme=aero] ::-webkit-scrollbar-track{background:#ffffff26}[data-theme=aero] .action-row,[data-theme=aero] .item-row{border-color:#ffffff59}[data-theme=aero] .action-row:hover,[data-theme=aero] .item-row:hover{background:#ffffff4d}[data-theme=aero] .pill-blue,[data-theme=aero] .pill-purple{background:#6366f11f}[data-theme=aero] .pill-red{background:#dc26261a}[data-theme=aero] .deal-card{background:#ffffff73;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.5);box-shadow:0 1px 4px #0000000a,inset 0 1px #fff9}[data-theme=aero] .deal-card:hover{background:#ffffff8c;box-shadow:0 4px 12px #0000000f,inset 0 1px #ffffffb3}[data-theme=aero] .target-card{background:#ffffff6b;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-color:#ffffff80;box-shadow:0 1px 4px #0000000a,inset 0 1px #fff9}[data-theme=aero] .pillar-scorecard-card{background:#ffffff6b;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.55);box-shadow:0 2px 8px #0000000a,inset 0 1px #fff9}[data-theme=aero] .tgt-kanban-col{background:#ffffff40;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-color:#fff6}[data-theme=aero] .tgt-kanban-card{background:#ffffff7a;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-color:#ffffff80;box-shadow:0 1px 4px #0000000a,inset 0 1px #fff9}[data-theme=aero] .tgt-kanban-card:hover{background:#ffffff94;box-shadow:0 4px 12px #0000000f,inset 0 1px #ffffffb3}[data-theme=aero] .tgt-kanban-col-dragover{background:#6366f114;border-color:#6366f14d}[data-theme=aero] .tgt-quick-pill{background:#fff6;border-color:#ffffff80}[data-theme=aero] .tgt-quick-pill:hover{background:#ffffff8c}[data-theme=aero] .tgt-quick-pill-active{background:#6366f11f;border-color:#6366f14d}[data-theme=aero] .tgt-bulk-bar{background:#f5f5ffbf;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-color:#ffffff80}[data-theme=aero] .tgt-col-picker{background:#ffffffb3;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-color:#ffffff80}[data-theme=aero] .tgt-import-drop{background:#ffffff4d;border-color:#ffffff80}[data-theme=aero] .voice-worklist-panel{background:#f5f5ffb8;backdrop-filter:blur(24px) saturate(1.3);-webkit-backdrop-filter:blur(24px) saturate(1.3)}[data-theme=aero] .voice-response-card{background:#ffffff73;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-color:#ffffff80;box-shadow:0 2px 8px #0000000a,inset 0 1px #fff9}[data-theme=aero] .voice-follow-chip{background:#fff6;border-color:#ffffff80}[data-theme=aero] .voice-follow-chip:hover{background:#ffffff8c}[data-theme=aero] .voice-text-input{background:#fff6;border-color:#ffffff80}[data-theme=aero] .voice-btn-close{background:#fff6}[data-theme=aero] .voice-btn-close:hover:not(:disabled){background:#ffffff8c}[data-theme=aero] .voice-profile-toast,[data-theme=aero] .voice-error-toast{background:#f5f5ffcc;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}[data-theme=aero] a:hover{color:#4f46e5}.pipeline-targets-section{margin-bottom:1.5rem}.pipeline-targets-toggle{display:flex;align-items:center;gap:.5rem;width:100%;background:none;border:none;padding:.5rem 0;cursor:pointer;text-align:left}.pipeline-targets-toggle-icon{font-size:.85rem;color:var(--color-text-muted);width:1rem;flex-shrink:0}.pipeline-targets-heading{font-size:1.1rem;font-weight:700;margin:0;color:var(--color-text);display:flex;align-items:center;gap:.5rem}.pipeline-targets-count{display:inline-flex;align-items:center;justify-content:center;min-width:1.4rem;padding:0 .35rem;height:1.25rem;font-size:.72rem;font-weight:700;background:var(--color-purple-light);color:var(--color-purple);border-radius:999px}.pipeline-targets-summary-pills{display:flex;gap:.4rem;margin-left:auto}.pill{display:inline-block;padding:.15rem .55rem;border-radius:var(--radius-badge);font-size:.72rem;font-weight:500;white-space:nowrap}.pill-blue{background:var(--color-primary-light);color:var(--color-primary)}.pill-purple{background:var(--color-purple-light);color:var(--color-purple)}.pill-red{background:var(--color-danger-light);color:var(--color-danger)}.pipeline-targets-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:.75rem;margin-top:.75rem}.target-card{background:var(--color-surface);border:1px solid var(--color-border);border-left:3px solid var(--color-text-muted);border-radius:var(--radius-md);padding:.85rem 1rem;cursor:pointer;transition:box-shadow var(--transition-fast),border-color var(--transition-fast)}.target-card:hover{box-shadow:var(--shadow-md);border-color:var(--color-primary-border)}.target-card-header{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.35rem}.target-card-name{font-weight:700;font-size:.95rem;color:var(--color-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.target-card-badges{display:flex;gap:.3rem;flex-shrink:0}.target-badge{display:inline-block;padding:.1rem .45rem;border-radius:999px;font-size:.68rem;font-weight:600;white-space:nowrap}.target-card-reason{font-size:.82rem;color:var(--color-text-secondary);margin:.25rem 0 .5rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.target-card-metrics{display:flex;gap:.75rem;font-size:.78rem;color:var(--color-text-secondary);flex-wrap:wrap}.target-metric-warn{color:var(--color-danger);font-weight:600}.target-card-add{display:flex;align-items:center;justify-content:center;gap:.5rem;border-style:dashed;border-left-width:1px;color:var(--color-text-muted);min-height:80px}.target-card-add:hover{color:var(--color-primary);border-color:var(--color-primary-border);background:var(--color-primary-light)}.target-card-add-icon{font-size:1.5rem;font-weight:300;line-height:1}.target-card-add-text{font-size:.85rem;font-weight:500}.rel-header{margin-bottom:.75rem}.rel-health-bar{display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);margin-bottom:1rem;overflow-x:auto}.rel-health-stat{display:flex;flex-direction:column;align-items:center;gap:.1rem;min-width:70px}.rel-health-number{font-size:1.25rem;font-weight:800;color:var(--color-text);line-height:1.2}.rel-health-label{font-size:.72rem;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.03em;font-weight:600;white-space:nowrap}.rel-health-divider{width:1px;height:2rem;background:var(--color-border);flex-shrink:0}.rel-tabs{display:flex;gap:0;border-bottom:2px solid var(--color-border);margin-bottom:0}.rel-tab{display:flex;align-items:center;gap:.4rem;padding:.6rem 1.25rem;background:none;border:none;border-bottom:2px solid transparent;margin-bottom:-2px;cursor:pointer;font-size:.9rem;font-weight:600;color:var(--color-text-secondary);transition:color var(--transition-fast),border-color var(--transition-fast)}.rel-tab:hover{color:var(--color-text)}.rel-tab-active{color:var(--color-primary);border-bottom-color:var(--color-primary)}.rel-tab-icon{font-size:1rem}.rel-tab-count{display:inline-flex;align-items:center;justify-content:center;min-width:1.3rem;padding:0 .3rem;height:1.15rem;font-size:.68rem;font-weight:700;background:var(--color-bg);color:var(--color-text-muted);border-radius:999px}.rel-tab-active .rel-tab-count{background:var(--color-primary-light);color:var(--color-primary)}.rel-tab-content{padding-top:0}.rel-tab-content .page-title{display:none}.pillar-scorecard{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.75rem;margin-bottom:1.5rem}.pillar-scorecard-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:.75rem .85rem;display:flex;flex-direction:column;gap:.15rem;position:relative;overflow:hidden}.pillar-scorecard-icon{font-size:1.1rem;line-height:1;margin-bottom:.15rem}.pillar-scorecard-body{display:flex;flex-direction:column}.pillar-scorecard-label{font-size:.72rem;font-weight:700;color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:.04em}.pillar-scorecard-metric{font-size:1.35rem;font-weight:800;line-height:1.3}.pillar-scorecard-sub{font-size:.75rem;color:var(--color-text-muted);line-height:1.3}.pillar-scorecard-bar{height:3px;background:var(--color-border-light);border-radius:2px;margin-top:.5rem;overflow:hidden}.pillar-scorecard-bar-fill{height:100%;border-radius:2px;transition:width .6s ease}[data-theme=dark] .target-card{background:var(--color-surface);border-color:var(--color-border)}[data-theme=dark] .target-card:hover{border-color:#a5b4fc}[data-theme=dark] .rel-health-bar{background:var(--color-surface);border-color:var(--color-border)}[data-theme=dark] .rel-tabs{border-bottom-color:var(--color-border)}[data-theme=dark] .pillar-scorecard-card{background:var(--color-surface);border-color:var(--color-border)}@media(max-width:768px){.pillar-scorecard{grid-template-columns:repeat(2,1fr);gap:.5rem}.pipeline-targets-grid{grid-template-columns:1fr}.rel-health-bar{gap:.6rem;padding:.6rem .75rem}.rel-health-number{font-size:1rem}.rel-tab{padding:.5rem .85rem;font-size:.85rem}.pipeline-targets-summary-pills{display:none}}.chat-orb-container{position:relative;display:flex;align-items:center;justify-content:center;margin-bottom:.75rem}.chat-orb{position:absolute;width:140px;height:140px;border-radius:50%;background:radial-gradient(circle,rgba(79,70,229,.22) 0%,rgba(167,139,250,.08) 50%,transparent 70%);animation:orb-breathe 4s ease-in-out infinite;filter:blur(24px);pointer-events:none}@keyframes orb-breathe{0%,to{transform:scale(1);opacity:.6}50%{transform:scale(1.3);opacity:1}}.chat-avatar-premium{width:64px;height:64px;background:linear-gradient(135deg,#4338ca,#6366f1,#818cf8);border-radius:18px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:800;color:#fff;letter-spacing:.04em;box-shadow:0 8px 32px #4f46e547,0 2px 8px #4f46e52e;position:relative;z-index:1;animation:avatar-appear .6s cubic-bezier(.16,1,.3,1) forwards}@keyframes avatar-appear{0%{opacity:0;transform:scale(.8) translateY(8px)}to{opacity:1;transform:scale(1) translateY(0)}}.cpanel-orb-container{position:relative;display:flex;align-items:center;justify-content:center;margin-bottom:.75rem}.cpanel-orb{position:absolute;width:100px;height:100px;border-radius:50%;background:radial-gradient(circle,rgba(79,70,229,.18) 0%,rgba(167,139,250,.06) 50%,transparent 70%);animation:orb-breathe 4s ease-in-out infinite;filter:blur(18px);pointer-events:none}.chat-empty{justify-content:flex-start;padding-top:2.5rem;min-height:auto}.chat-empty-title{font-size:1.5rem;font-weight:800;letter-spacing:-.03em;margin:1rem 0 .35rem;animation:fadeInUp .4s ease .05s backwards}.chat-empty-greeting{font-size:.88rem;color:var(--color-text-secondary);max-width:440px;line-height:1.6;margin-bottom:1.75rem;animation:fadeInUp .4s ease .1s backwards}.chat-section-label{font-size:.68rem;font-weight:700;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.5rem;width:100%;max-width:640px;text-align:left;animation:fadeInUp .4s ease .15s backwards}.pillar-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;width:100%;max-width:640px;margin-bottom:1.5rem;animation:fadeInUp .4s ease .2s backwards}.pillar-card{display:flex;flex-direction:column;gap:.25rem;padding:.75rem .85rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);cursor:pointer;transition:all .2s cubic-bezier(.16,1,.3,1);text-align:left;position:relative;overflow:hidden}.pillar-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,var(--pillar-color, #4F46E5),transparent);opacity:0;transition:opacity .2s ease}.pillar-card:hover{border-color:var(--color-primary-border);box-shadow:0 4px 16px #4f46e514,0 1px 3px #0000000a;transform:translateY(-2px)}.pillar-card:hover:before{opacity:1}.pillar-card:active{transform:translateY(0);box-shadow:var(--shadow-sm)}.pillar-card-header{display:flex;align-items:center;gap:.4rem}.pillar-card-icon{font-size:.95rem;line-height:1}.pillar-card-name{font-size:.82rem;font-weight:700;color:var(--color-text);letter-spacing:-.01em}.pillar-card-desc{font-size:.72rem;color:var(--color-text-muted);line-height:1.35}.chat-suggestion-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem;width:100%;max-width:640px;animation:fadeInUp .4s ease .25s backwards}.chat-suggestion-card{display:flex;align-items:flex-start;gap:.65rem;padding:.75rem .85rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);cursor:pointer;text-align:left;transition:all .2s cubic-bezier(.16,1,.3,1)}.chat-suggestion-card:hover{border-color:var(--color-primary-border);background:linear-gradient(135deg,var(--color-primary-light) 0%,var(--color-surface) 100%);box-shadow:0 2px 8px #4f46e50f;transform:translateY(-1px)}.chat-suggestion-card:active{transform:translateY(0)}.chat-suggestion-card-icon{width:34px;height:34px;border-radius:9px;display:flex;align-items:center;justify-content:center;font-size:1rem;background:var(--color-primary-light);flex-shrink:0}.chat-suggestion-card-text{display:flex;flex-direction:column;gap:.1rem;min-width:0}.chat-suggestion-card-label{font-size:.84rem;font-weight:600;color:var(--color-text);line-height:1.3}.chat-suggestion-card-sub{font-size:.72rem;color:var(--color-text-muted);line-height:1.3}.thinking-indicator{display:flex;flex-direction:column;gap:.4rem;padding:.25rem 0}.thinking-step{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:var(--color-text-muted);transition:all .4s cubic-bezier(.16,1,.3,1);line-height:1.3}.thinking-step-active{color:var(--color-primary);font-weight:500}.thinking-step-done{color:var(--color-success)}.thinking-dot{width:6px;height:6px;border-radius:50%;background:var(--color-border);flex-shrink:0;transition:all .3s ease}.thinking-step-active .thinking-dot{background:var(--color-primary);box-shadow:0 0 0 3px #4f46e526;animation:thinking-dot-pulse 1.4s ease-in-out infinite}.thinking-step-done .thinking-dot{background:var(--color-success);box-shadow:none}@keyframes thinking-dot-pulse{0%,to{box-shadow:0 0 0 3px #4f46e526;transform:scale(1)}50%{box-shadow:0 0 0 6px #4f46e500;transform:scale(1.3)}}.tool-cards{display:flex;flex-direction:column;gap:.25rem;padding:.25rem 0}.tool-card{display:flex;align-items:center;gap:.5rem;padding:.4rem .7rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);font-size:.75rem;animation:tool-slide-in .3s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden}.tool-card:after{content:"";position:absolute;bottom:0;left:0;height:2px;border-radius:0 0 var(--radius-md) var(--radius-md);transition:width .4s ease}.tool-card-executing{border-color:var(--color-primary-border)}.tool-card-executing:after{background:linear-gradient(90deg,var(--color-primary),#A5B4FC);animation:tool-progress-bar 2.5s ease-in-out infinite}@keyframes tool-progress-bar{0%{width:5%}50%{width:70%}to{width:95%}}.tool-card-done{border-color:#05966926;opacity:.85}.tool-card-done:after{width:100%;background:var(--color-success)}.tool-card-error{border-color:#dc262633}.tool-card-error:after{width:100%;background:var(--color-danger)}@keyframes tool-slide-in{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}.tool-card-icon{width:22px;height:22px;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:.72rem;font-weight:700;flex-shrink:0}.tool-card-executing .tool-card-icon{background:var(--color-primary-light);color:var(--color-primary)}.tool-card-done .tool-card-icon{background:var(--color-success-light);color:var(--color-success)}.tool-card-error .tool-card-icon{background:var(--color-danger-light);color:var(--color-danger)}.tool-card-text{flex:1;min-width:0}.tool-card-label{font-weight:600;font-size:.75rem;color:var(--color-text);line-height:1.3}.tool-card-status{font-size:.68rem;color:var(--color-text-secondary);line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:400px}.inline-action-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg, 10px);padding:.85rem 1rem;margin:.35rem 0;animation:tool-slide-in .35s cubic-bezier(.16,1,.3,1);max-width:520px;width:100%}.inline-action-header{display:flex;align-items:flex-start;gap:.45rem;margin-bottom:.45rem}.inline-action-icon{font-size:1rem;flex-shrink:0;line-height:1.4}.inline-action-title{font-weight:600;font-size:.88rem;color:var(--color-text);line-height:1.35}.inline-action-meta{display:flex;flex-wrap:wrap;gap:.3rem;margin-bottom:.55rem}.inline-action-badge{display:inline-block;padding:.12rem .45rem;border-radius:4px;font-size:.68rem;font-weight:600;background:var(--color-primary-light, #eff6ff);color:var(--color-primary, #4F46E5)}.inline-action-impact-high{background:#fef2f2;color:#dc2626}.inline-action-impact-medium{background:#fffbeb;color:#d97706}.inline-action-impact-low{background:#f0fdf4;color:#16a34a}.inline-action-type{background:#f5f3ff;color:#7c3aed}.inline-action-contact{font-size:.7rem;color:var(--color-text-secondary);padding:.12rem .4rem;display:flex;align-items:center;gap:.2rem}.inline-action-contact:before{content:"👤";font-size:.65rem}.inline-action-draft{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:6px;padding:.6rem .75rem;margin-bottom:.55rem;max-height:220px;overflow-y:auto}.inline-action-draft-text{margin:0;font-size:.8rem;color:var(--color-text-secondary, #5e5e74);white-space:pre-wrap;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5}.inline-action-actions{display:flex;gap:.4rem;flex-wrap:wrap}.inline-action-btn{padding:.3rem .65rem;border-radius:5px;font-size:.72rem;font-weight:600;cursor:pointer;border:1px solid transparent;transition:all .15s ease}.inline-action-copy{background:var(--color-primary, #4F46E5);color:#fff}.inline-action-copy:hover{opacity:.9}.inline-action-copied{background:var(--color-success, #059669);color:#fff}.inline-action-done{background:var(--color-surface);color:var(--color-text);border-color:var(--color-border)}.inline-action-done:hover{background:var(--color-success-light, #f0fdf4);border-color:var(--color-success, #059669);color:var(--color-success, #059669)}[data-theme=dark] .inline-action-card{background:#1e293b;border-color:#334155}[data-theme=dark] .inline-action-draft{background:#1a2e1a;border-color:#2d5a2d}[data-theme=dark] .inline-action-badge{background:#4f46e526}[data-theme=dark] .inline-action-impact-high{background:#dc262626}[data-theme=dark] .inline-action-impact-medium{background:#d9770626}[data-theme=dark] .inline-action-impact-low{background:#16a34a26}[data-theme=dark] .inline-action-type{background:#7c3aed26}[data-theme=dark] .inline-action-draft-text{color:#94a3b8}.chat-msg-bubble-streaming{border-color:var(--color-primary-border)!important;box-shadow:0 0 0 1px #4f46e50f,0 2px 16px #4f46e50f;animation:streaming-glow 2s ease-in-out infinite}.cpanel-msg-bubble-streaming{border-color:var(--color-primary-border)!important;box-shadow:0 0 0 1px #4f46e50f,0 2px 8px #4f46e50a;animation:streaming-glow 2s ease-in-out infinite}@keyframes streaming-glow{0%,to{box-shadow:0 0 0 1px #4f46e50f,0 2px 16px #4f46e50f}50%{box-shadow:0 0 0 1px #4f46e51f,0 4px 24px #4f46e51a}}.follow-up-moves{display:flex;flex-wrap:wrap;gap:.4rem;padding:.5rem 0 .75rem;max-width:95%}.follow-up-move{display:inline-flex;align-items:center;gap:.35rem;padding:.5rem .7rem .5rem .85rem;background:var(--color-surface);border:1px solid var(--color-primary-border);border-radius:22px;font-size:.82rem;font-weight:500;color:var(--color-primary);cursor:pointer;transition:all .2s cubic-bezier(.16,1,.3,1);line-height:1.35;text-align:left;animation:chip-enter .35s cubic-bezier(.16,1,.3,1) backwards}.follow-up-move:nth-child(1){animation-delay:.05s}.follow-up-move:nth-child(2){animation-delay:.1s}.follow-up-move:nth-child(3){animation-delay:.15s}.follow-up-move:nth-child(4){animation-delay:.2s}@keyframes chip-enter{0%{opacity:0;transform:translateY(8px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.follow-up-move:hover{background:var(--color-primary-light);border-color:var(--color-primary);box-shadow:0 2px 8px #4f46e51a;transform:translateY(-1px)}.follow-up-move:active{transform:translateY(0)}.follow-up-move-arrow{display:flex;align-items:center;opacity:.4;transition:opacity .15s ease,transform .15s ease;flex-shrink:0}.follow-up-move:hover .follow-up-move-arrow{opacity:1;transform:translate(2px)}.chat-input-row:focus-within{border-color:var(--color-primary);box-shadow:0 0 0 3px #4f46e51a,0 4px 16px #4f46e50a}.chat-msg-time{opacity:0;transition:opacity .2s ease}.chat-msg-bubble:hover .chat-msg-time{opacity:.7}.chat-msg-bubble-assistant h2{font-size:.95rem;font-weight:700;margin:1rem 0 .4rem;padding-bottom:.25rem;border-bottom:1px solid var(--color-border-light);color:var(--color-text)}.chat-msg-bubble-assistant h3{font-size:.88rem;font-weight:650;margin:.75rem 0 .3rem;color:var(--color-text)}.chat-msg-bubble-assistant blockquote{border-left:3px solid var(--color-primary-border);padding-left:.75rem;margin:.5rem 0;color:var(--color-text-secondary);font-style:italic}.chat-threads-sidebar{background:linear-gradient(180deg,var(--color-surface) 0%,var(--color-bg) 100%)}[data-theme=dark] .chat-avatar-premium{box-shadow:0 8px 32px #4f46e566,0 2px 8px #4f46e54d}[data-theme=dark] .chat-orb,[data-theme=dark] .cpanel-orb{background:radial-gradient(circle,rgba(79,70,229,.3) 0%,rgba(79,70,229,.12) 50%,transparent 70%)}[data-theme=dark] .pillar-card{background:var(--color-surface);border-color:var(--color-border)}[data-theme=dark] .pillar-card:hover{border-color:#4f46e566;box-shadow:0 4px 16px #4f46e51f}[data-theme=dark] .chat-suggestion-card{background:var(--color-surface);border-color:var(--color-border)}[data-theme=dark] .chat-suggestion-card:hover{border-color:#4f46e566;background:linear-gradient(135deg,var(--color-primary-light) 0%,var(--color-surface) 100%)}[data-theme=dark] .chat-suggestion-card-icon{background:#4f46e526}[data-theme=dark] .tool-card{background:var(--color-surface);border-color:var(--color-border)}[data-theme=dark] .follow-up-move{background:var(--color-surface);border-color:var(--color-primary-border)}[data-theme=dark] .follow-up-move:hover{background:var(--color-primary-light)}[data-theme=dark] .chat-msg-bubble-streaming,[data-theme=dark] .cpanel-msg-bubble-streaming{box-shadow:0 0 0 1px #4f46e526,0 2px 16px #4f46e51a}[data-theme=dark] .chat-msg-bubble-assistant h2{border-bottom-color:var(--color-border)}[data-theme=dark] .thinking-dot{background:var(--color-border)}@media(max-width:768px){.pillar-cards{grid-template-columns:repeat(2,1fr)}.chat-suggestion-cards{grid-template-columns:1fr}.chat-avatar-premium{width:52px;height:52px;font-size:1.2rem;border-radius:14px}.chat-orb{width:100px;height:100px}.chat-empty{padding-top:1.5rem}}@media(max-width:480px){.pillar-cards{grid-template-columns:repeat(2,1fr);gap:.4rem}.pillar-card{padding:.6rem .7rem}.pillar-card-desc{display:none}}.voice-chat-page{position:relative;display:flex;flex-direction:row;height:100vh;width:100%;background:#f7f5f0;overflow:hidden}.main-content:has(.voice-chat-page){padding:0}.voice-worklist-panel{width:340px;min-width:340px;height:100%;display:flex;flex-direction:column;background:#ffffffeb;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-right:1px solid rgba(0,0,0,.06);z-index:20;flex-shrink:0}.voice-chat-main{flex:1;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;min-width:0}.voice-worklist-empty{display:flex;flex-direction:column;align-items:center;gap:.6rem;padding:2.5rem 1.5rem;text-align:center;font-size:.82rem;color:#aaa;line-height:1.5}.wl-search-bar{display:flex;align-items:center;gap:.4rem;padding:.5rem .75rem;border-bottom:1px solid rgba(0,0,0,.04);flex-shrink:0}.wl-search-icon{color:#aaa;flex-shrink:0}.wl-search-input{flex:1;border:none;outline:none;background:#00000008;border-radius:6px;padding:.35rem .5rem;font-size:.78rem;color:#333;font-family:inherit}.wl-search-input::placeholder{color:#bbb}.wl-search-clear{background:none;border:none;cursor:pointer;padding:2px;color:#bbb;display:flex;align-items:center}.wl-search-clear:hover{color:#888}.voice-worklist-new-btn{background:none;border:1px solid rgba(0,0,0,.08);border-radius:6px;padding:.2rem .35rem;cursor:pointer;color:#999;display:flex;align-items:center;justify-content:center;transition:all .15s ease}.voice-worklist-new-btn:hover{background:#2a9d8f14;color:#2a9d8f;border-color:#2a9d8f33}.wl-new-convo-form{display:flex;align-items:center;gap:.4rem;padding:.5rem .75rem;border-bottom:1px solid rgba(0,0,0,.04);flex-shrink:0}.wl-new-convo-input{flex:1;border:1px solid rgba(42,157,143,.25);outline:none;background:#fff;border-radius:6px;padding:.35rem .5rem;font-size:.78rem;color:#333;font-family:inherit}.wl-new-convo-input:focus{border-color:#2a9d8f80;box-shadow:0 0 0 2px #2a9d8f14}.wl-new-convo-submit{background:#2a9d8f;color:#fff;border:none;border-radius:6px;padding:.3rem .6rem;font-size:.72rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:background .15s ease}.wl-new-convo-submit:disabled{opacity:.4;cursor:not-allowed}.wl-new-convo-submit:hover:not(:disabled){background:#238b7e}.wl-new-convo-cancel{background:none;border:none;color:#999;font-size:.72rem;cursor:pointer;padding:.3rem;white-space:nowrap}.wl-new-convo-cancel:hover{color:#666}.wl-convo-section{padding:.5rem .75rem 0;flex-shrink:0}.wl-convo-card{display:flex;align-items:stretch;border-radius:10px;transition:all .2s ease;margin-bottom:2px;position:relative}.wl-convo-card:hover{background:#00000008}.wl-convo-card-active{background:#2a9d8f0f!important}.wl-convo-card-done{opacity:.55}.wl-convo-card-main{flex:1;display:flex;align-items:flex-start;gap:.6rem;padding:.6rem .5rem;background:none;border:none;text-align:left;font-family:inherit;cursor:pointer;color:inherit;min-width:0}.wl-convo-icon{width:32px;height:32px;border-radius:8px;background:#2a9d8f14;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:.9rem;color:#2a9d8f}.wl-convo-status-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0;margin-top:6px;transition:all .2s ease}.wl-convo-status-pending{background:#00000026}.wl-convo-status-in-progress{background:#2a9d8f;box-shadow:0 0 6px #2a9d8f66}.wl-convo-status-done{background:#2a9d8f}.wl-convo-content{flex:1;min-width:0;display:flex;flex-direction:column;gap:.15rem}.wl-convo-title-row{display:flex;align-items:baseline;gap:.4rem}.wl-convo-title{font-size:.82rem;font-weight:600;color:#333;line-height:1.35;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.wl-convo-title-done{text-decoration:line-through;color:#999}.wl-convo-time{font-size:.68rem;color:#bbb;flex-shrink:0;margin-left:auto}.wl-convo-preview{font-size:.76rem;color:#888;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wl-convo-preview-new{color:#2a9d8f;font-style:italic}.wl-convo-meta{font-size:.68rem;color:#bbb}.wl-convo-actions{display:flex;flex-direction:column;align-items:center;gap:2px;padding:.4rem .3rem;opacity:0;transition:opacity .15s ease}.wl-convo-card:hover .wl-convo-actions{opacity:1}.wl-convo-status-btn{background:none;border:none;cursor:pointer;padding:3px;border-radius:4px;color:#bbb;transition:all .15s ease;display:flex;align-items:center;justify-content:center}.wl-convo-status-btn:hover{color:#2a9d8f;background:#2a9d8f14}.wl-convo-status-btn-done{color:#2a9d8f}.wl-convo-remove-btn{background:none;border:none;cursor:pointer;padding:3px;border-radius:4px;color:#ccc;transition:all .15s ease;display:flex;align-items:center;justify-content:center}.wl-convo-remove-btn:hover{color:#dc2626;background:#dc26260f}.chat-convo-header{display:flex;align-items:center;gap:.5rem;padding:.6rem 1rem;margin:0 -.5rem .5rem;background:#2a9d8f0a;border-radius:10px;border-left:3px solid #2A9D8F}.chat-convo-status-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.chat-convo-header-text{font-size:.88rem;font-weight:600;color:#333;line-height:1.4}.voice-center{display:flex;align-items:center;justify-content:center;transition:opacity .6s ease,transform .6s ease;z-index:1}.voice-center-dimmed{opacity:.25;transform:scale(.92)}.voice-orb-canvas{display:block}.voice-response-overlay{position:absolute;inset:0 0 130px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1.5rem;z-index:10;opacity:0;transform:translateY(12px);transition:opacity .5s cubic-bezier(.16,1,.3,1),transform .5s cubic-bezier(.16,1,.3,1);pointer-events:none}.voice-response-show{opacity:1;transform:translateY(0);pointer-events:auto}.voice-response-scroll{display:flex;flex-direction:column;align-items:center;gap:.75rem;max-width:640px;width:100%;max-height:100%;overflow-y:auto;scrollbar-width:none}.voice-response-scroll::-webkit-scrollbar{display:none}.voice-response-card{width:100%;background:#ffffffe0;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-radius:20px;padding:1.5rem 2rem;box-shadow:0 8px 40px #0000000f,0 1px 4px #00000008;font-size:.92rem;line-height:1.7;color:#1a1a1a;animation:voice-card-enter .4s cubic-bezier(.16,1,.3,1) forwards;position:relative}@keyframes voice-card-enter{0%{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.voice-response-card p{margin:0}.voice-response-card p+p{margin-top:.6rem}.voice-response-card h2{font-size:1rem;font-weight:700;margin:.85rem 0 .35rem;color:#1a1a1a}.voice-response-card h3{font-size:.92rem;font-weight:650;margin:.65rem 0 .25rem;color:#1a1a1a}.voice-response-card ul,.voice-response-card ol{margin:.4rem 0;padding-left:1.25rem}.voice-response-card li{margin-bottom:.2rem}.voice-response-card strong{font-weight:650}.voice-response-card code{font-size:.82rem;padding:.1rem .35rem;background:#0000000a;border-radius:3px}.voice-response-card blockquote{border-left:3px solid #d5d5dd;padding-left:.75rem;margin:.5rem 0;color:#666;font-style:italic}.voice-response-streaming{border:1px solid rgba(42,157,143,.2);box-shadow:0 8px 40px #2a9d8f0f,0 0 0 1px #2a9d8f0f}.voice-speak-btn{position:absolute;top:.75rem;right:.75rem;display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:8px;border:none;background:#0000000a;color:#888;cursor:pointer;opacity:0;transition:opacity .2s ease,background .2s ease}.voice-response-card:hover .voice-speak-btn{opacity:1}.voice-speak-btn:hover{background:#00000014;color:#333}.voice-tool-row{display:flex;flex-direction:column;gap:.25rem;width:100%;max-width:400px}.voice-follow-ups{display:flex;flex-wrap:wrap;gap:.4rem;justify-content:center;width:100%;max-width:640px}.voice-follow-chip{padding:.5rem .85rem;background:#ffffffd9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(42,157,143,.25);border-radius:22px;font-size:.82rem;font-weight:500;color:#2a9d8f;cursor:pointer;transition:all .2s ease;line-height:1.35;text-align:left;animation:chip-enter .35s cubic-bezier(.16,1,.3,1) backwards}.voice-follow-chip:nth-child(1){animation-delay:.05s}.voice-follow-chip:nth-child(2){animation-delay:.1s}.voice-follow-chip:nth-child(3){animation-delay:.15s}.voice-follow-chip:hover{background:#2a9d8f14;border-color:#2a9d8f;transform:translateY(-1px);box-shadow:0 2px 8px #2a9d8f1a}.voice-dismiss-btn{margin-top:.75rem;padding:.35rem .85rem;background:transparent;border:1px solid rgba(0,0,0,.1);border-radius:16px;font-size:.75rem;color:#999;cursor:pointer;transition:all .2s ease}.voice-dismiss-btn:hover{background:#0000000a;color:#666}.voice-bottom{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.85rem;z-index:20}.voice-status{font-size:.95rem;color:#2a9d8f;font-weight:500;letter-spacing:.005em;transition:all .3s ease;cursor:default}.voice-status-listening{animation:voice-status-pulse 1.8s ease-in-out infinite}@keyframes voice-status-pulse{0%,to{opacity:1}50%{opacity:.5}}.voice-btn-row{display:flex;align-items:center;gap:.85rem}.voice-btn{width:50px;height:50px;border-radius:50%;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.voice-btn:disabled{opacity:.4;cursor:default}.voice-btn-close{background:#eceae5;color:#888}.voice-btn-close:hover:not(:disabled){background:#e0ddd7;color:#666;transform:scale(1.05)}.voice-btn-mic{background:#3a3a3a;color:#fff}.voice-btn-mic:hover:not(:disabled){background:#2a2a2a;transform:scale(1.05)}.voice-btn-mic-active{background:linear-gradient(135deg,#2a9d8f,#3abfa7);color:#fff;box-shadow:0 0 #2a9d8f66;animation:voice-mic-pulse 2s ease-in-out infinite}@keyframes voice-mic-pulse{0%,to{box-shadow:0 0 #2a9d8f66}50%{box-shadow:0 0 0 10px #2a9d8f00}}.voice-text-area{display:flex;flex-direction:column;align-items:center;gap:.5rem;width:400px;max-width:90vw}.voice-text-row{display:flex;align-items:flex-end;gap:.5rem;width:100%;background:#ffffffd9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(0,0,0,.08);border-radius:14px;padding:.5rem .5rem .5rem .85rem;transition:border-color .2s ease,box-shadow .2s ease}.voice-text-row:focus-within{border-color:#2a9d8f;box-shadow:0 0 0 3px #2a9d8f1a}.voice-text-input{flex:1;border:none!important;outline:none!important;box-shadow:none!important;resize:none;font-size:.9rem;line-height:1.5;padding:.25rem 0;min-height:24px;max-height:120px;background:transparent;color:#1a1a1a}.voice-send-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:#2a9d8f;color:#fff;border:none;flex-shrink:0;cursor:pointer;transition:all .2s ease}.voice-send-btn:hover:not(:disabled){background:#238b7e}.voice-send-btn:disabled{opacity:.4;cursor:default}.voice-back-btn{background:transparent;border:none;font-size:.78rem;color:#999;cursor:pointer;transition:color .2s ease}.voice-back-btn:hover{color:#666}.voice-profile-toast{position:absolute;top:1rem;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:.5rem;padding:.5rem .85rem;background:#ffffffe6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(0,0,0,.06);border-radius:12px;box-shadow:0 4px 20px #0000000f;font-size:.82rem;color:#555;z-index:30;animation:voice-card-enter .4s ease forwards}.voice-error-toast{position:absolute;bottom:8rem;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:.5rem;padding:.55rem .85rem;background:#ffffffeb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid #fecaca;border-radius:12px;box-shadow:0 4px 20px #dc262614;font-size:.82rem;color:#dc2626;z-index:30;animation:voice-card-enter .3s ease forwards}.voice-history-toggle{position:absolute;top:1rem;right:1rem;z-index:30;display:flex;align-items:center;gap:.35rem;background:#ffffffd9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(0,0,0,.06);border-radius:10px;padding:.45rem .65rem;color:#777;cursor:pointer;transition:all .2s ease;font-size:.82rem}.voice-history-toggle:hover{background:#fffffff2;color:#2a9d8f;border-color:#2a9d8f40}.voice-worklist-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.15rem;border-bottom:1px solid rgba(0,0,0,.06);flex-shrink:0}.voice-worklist-title{font-size:.88rem;font-weight:600;color:#333}.voice-worklist-header-actions{display:flex;align-items:center;gap:.4rem}.voice-worklist-clear-btn{background:none;border:1px solid rgba(0,0,0,.08);border-radius:6px;padding:.2rem .5rem;font-size:.7rem;color:#999;cursor:pointer;transition:all .15s ease}.voice-worklist-clear-btn:hover{background:#0000000a;color:#666;border-color:#0000001f}.voice-worklist-clear-all:hover{color:#dc2626;border-color:#dc262633}.voice-worklist-progress{padding:.75rem 1.15rem;display:flex;flex-direction:column;gap:.35rem;border-bottom:1px solid rgba(0,0,0,.04)}.voice-worklist-progress-bar{width:100%;height:4px;background:#0000000f;border-radius:2px;overflow:hidden}.voice-worklist-progress-fill{height:100%;background:linear-gradient(90deg,#2a9d8f,#3abfa7);border-radius:2px;transition:width .5s cubic-bezier(.16,1,.3,1)}.voice-worklist-progress-label{font-size:.7rem;color:#999;font-weight:500}.voice-worklist-items{flex:1;overflow-y:auto;padding:.5rem .75rem;display:flex;flex-direction:column;gap:.15rem}.voice-worklist-item{display:flex;align-items:flex-start;gap:.6rem;padding:.6rem .5rem;border-radius:10px;cursor:pointer;transition:all .2s ease;background:transparent;border:none;text-align:left;width:100%;color:inherit;font-family:inherit}.voice-worklist-item:hover{background:#00000008}.voice-worklist-check{width:20px;height:20px;border-radius:6px;border:2px solid rgba(0,0,0,.15);flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:all .25s cubic-bezier(.16,1,.3,1);margin-top:1px}.voice-worklist-checked{background:#2a9d8f;border-color:#2a9d8f;color:#fff;animation:worklist-check-pop .35s cubic-bezier(.16,1,.3,1)}@keyframes worklist-check-pop{0%{transform:scale(1)}40%{transform:scale(1.25)}to{transform:scale(1)}}.voice-worklist-item-text{font-size:.84rem;line-height:1.45;color:#333;transition:all .25s ease}.voice-worklist-item-done .voice-worklist-item-text{text-decoration:line-through;color:#bbb}.voice-history-badge{background:#2a9d8f;color:#fff;font-size:.68rem;font-weight:600;min-width:18px;height:18px;border-radius:9px;display:flex;align-items:center;justify-content:center;padding:0 5px}.voice-history-drawer{position:absolute;top:0;right:0;bottom:0;width:380px;max-width:90vw;background:#fffffff5;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-left:1px solid rgba(0,0,0,.06);box-shadow:-8px 0 40px #0000000f;z-index:25;display:flex;flex-direction:column;transform:translate(100%);transition:transform .35s cubic-bezier(.16,1,.3,1)}.voice-history-open{transform:translate(0)}.voice-history-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.15rem;border-bottom:1px solid rgba(0,0,0,.06);flex-shrink:0}.voice-history-title{font-size:.88rem;font-weight:600;color:#333}.voice-history-close{background:none;border:none;color:#999;cursor:pointer;padding:.2rem;border-radius:6px;transition:all .15s ease}.voice-history-close:hover{background:#0000000d;color:#666}.voice-history-messages{flex:1;overflow-y:auto;padding:.75rem 1rem;display:flex;flex-direction:column;gap:.75rem}.voice-history-msg{display:flex;flex-direction:column;gap:.2rem}.voice-history-msg-role{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#999}.voice-history-msg-user .voice-history-msg-role{color:#2a9d8f}.voice-history-msg-content{font-size:.85rem;line-height:1.55;color:#333;word-wrap:break-word}.voice-history-msg-content p{margin:0 0 .4em}.voice-history-msg-content p:last-child{margin-bottom:0}.voice-history-msg-content ul,.voice-history-msg-content ol{margin:.3em 0;padding-left:1.3em}.voice-history-msg-content code{font-size:.82em;background:#0000000a;padding:.1em .35em;border-radius:4px}.voice-history-msg-user .voice-history-msg-content{color:#1a1a1a;font-weight:500}.voice-history-msg-time{font-size:.68rem;color:#bbb}[data-theme=dark] .voice-history-toggle{background:#1e1e1ed9;border-color:#ffffff14;color:#999}[data-theme=dark] .voice-history-toggle:hover{background:#282828f2;color:#2a9d8f}[data-theme=dark] .voice-worklist-header{border-bottom-color:#ffffff0f}[data-theme=dark] .voice-worklist-title{color:#e5e5e5}[data-theme=dark] .voice-worklist-clear-btn{border-color:#ffffff14;color:#888}[data-theme=dark] .voice-worklist-clear-btn:hover{background:#ffffff0d;color:#bbb}[data-theme=dark] .voice-worklist-progress{border-bottom-color:#ffffff0a}[data-theme=dark] .voice-worklist-progress-bar{background:#ffffff14}[data-theme=dark] .voice-worklist-progress-label{color:#666}[data-theme=dark] .wl-convo-card:hover{background:#ffffff0a}[data-theme=dark] .wl-convo-card-active{background:#2a9d8f1f!important}[data-theme=dark] .wl-convo-title{color:#ddd}[data-theme=dark] .wl-convo-preview{color:#777}[data-theme=dark] .wl-convo-icon{background:#2a9d8f26}[data-theme=dark] .wl-convo-status-pending{background:#ffffff2e}[data-theme=dark] .wl-convo-remove-btn,[data-theme=dark] .wl-convo-status-btn{color:#555}[data-theme=dark] .wl-search-bar{border-bottom-color:#ffffff0a}[data-theme=dark] .wl-search-input{background:#ffffff0f;color:#ddd}[data-theme=dark] .wl-search-input::placeholder{color:#666}[data-theme=dark] .wl-search-icon,[data-theme=dark] .wl-search-clear{color:#666}[data-theme=dark] .wl-search-clear:hover{color:#aaa}[data-theme=dark] .voice-worklist-new-btn{border-color:#ffffff14;color:#888}[data-theme=dark] .voice-worklist-new-btn:hover{background:#2a9d8f1f;color:#3abfa7;border-color:#2a9d8f40}[data-theme=dark] .wl-new-convo-form{border-bottom-color:#ffffff0a}[data-theme=dark] .wl-new-convo-input{background:#ffffff0f;border-color:#2a9d8f33;color:#ddd}[data-theme=dark] .wl-new-convo-input:focus{border-color:#2a9d8f66;box-shadow:0 0 0 2px #2a9d8f1a}[data-theme=dark] .wl-new-convo-cancel{color:#666}[data-theme=dark] .wl-new-convo-cancel:hover{color:#aaa}[data-theme=dark] .chat-convo-header{background:#2a9d8f14}[data-theme=dark] .chat-convo-header-text{color:#ddd}.chat-messages{flex:1;overflow-y:auto;padding:1.5rem 1.5rem 1rem;display:flex;flex-direction:column;gap:.5rem;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.1) transparent}.chat-messages::-webkit-scrollbar{width:6px}.chat-messages::-webkit-scrollbar-thumb{background:#0000001a;border-radius:3px}.chat-empty-state{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;text-align:center;padding:3rem}.chat-empty-logo{width:56px;height:56px;border-radius:12px;object-fit:contain;margin-bottom:.5rem}.chat-empty-title{font-size:1.25rem;font-weight:600;color:#1a1a1a}.chat-empty-subtitle{font-size:.88rem;color:#999;max-width:380px;line-height:1.5}.chat-suggestions{display:grid;grid-template-columns:1fr 1fr;gap:.6rem;margin-top:1.25rem;max-width:520px;width:100%}.chat-suggestion-card{display:flex;align-items:flex-start;gap:.7rem;padding:.85rem 1rem;background:var(--color-surface);border:1px solid #e8e8ec;border-radius:10px;cursor:pointer;text-align:left;transition:all .15s ease}.chat-suggestion-card:hover{border-color:#c5c5d0;background:#fafafa;transform:translateY(-1px);box-shadow:0 2px 8px #0000000f}.chat-suggestion-icon{font-size:1.2rem;flex-shrink:0;margin-top:.1rem}.chat-suggestion-label{font-size:.85rem;font-weight:600;color:#1a1a1a;line-height:1.3}.chat-suggestion-desc{font-size:.78rem;color:#999;line-height:1.4;margin-top:.15rem}.chat-msg{display:flex;align-items:flex-start;gap:.6rem;max-width:85%;animation:chat-msg-enter .3s cubic-bezier(.16,1,.3,1)}@keyframes chat-msg-enter{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.chat-msg-user{align-self:flex-end;flex-direction:row-reverse;gap:0}.chat-msg-assistant{align-self:flex-start}.chat-msg-avatar{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px;overflow:hidden}.chat-avatar-logo{width:100%;height:100%;object-fit:cover;border-radius:50%}.chat-msg-bubble{border-radius:16px;padding:.7rem 1rem;font-size:.9rem;line-height:1.65;position:relative}.chat-msg-bubble-user{background:#2a9d8f;color:#fff;border-bottom-right-radius:4px}.chat-msg-bubble-assistant{background:#fff;color:#1a1a1a;border:1px solid rgba(0,0,0,.06);border-bottom-left-radius:4px;box-shadow:0 1px 4px #00000008}.chat-msg-bubble-assistant p{margin:0}.chat-msg-bubble-assistant p+p{margin-top:.5rem}.chat-msg-bubble-assistant h2{font-size:.95rem;font-weight:700;margin:.75rem 0 .3rem}.chat-msg-bubble-assistant h3{font-size:.9rem;font-weight:650;margin:.6rem 0 .2rem}.chat-msg-bubble-assistant ul,.chat-msg-bubble-assistant ol{margin:.35rem 0;padding-left:1.15rem}.chat-msg-bubble-assistant li{margin-bottom:.15rem}.chat-msg-bubble-assistant strong{font-weight:650}.chat-msg-bubble-assistant code{font-size:.8rem;padding:.1rem .3rem;background:#0000000a;border-radius:3px}.chat-msg-bubble-assistant blockquote{border-left:3px solid #d5d5dd;padding-left:.65rem;margin:.4rem 0;color:#666;font-style:italic}.chat-msg-streaming{border-color:#2a9d8f33;box-shadow:0 1px 8px #2a9d8f0f,0 0 0 1px #2a9d8f0f}.chat-msg-speak-btn{position:absolute;top:6px;right:6px;background:none;border:none;cursor:pointer;padding:4px;color:#bbb;opacity:0;transition:opacity .2s;border-radius:4px}.chat-msg-bubble:hover .chat-msg-speak-btn{opacity:1}.chat-msg-speak-btn:hover{color:#2a9d8f;background:#2a9d8f0f}.chat-msg-time{font-size:.65rem;color:#bbb;align-self:flex-end;margin-bottom:2px;flex-shrink:0}.chat-tool-cards{display:flex;flex-wrap:wrap;gap:.35rem}.chat-follow-ups{display:flex;flex-wrap:wrap;gap:.4rem;padding:.25rem 0 .5rem 2.5rem}.chat-input-bar{flex-shrink:0;padding:.75rem 1.5rem 1rem;background:#f7f5f0;border-top:1px solid rgba(0,0,0,.05)}.chat-input-row{display:flex;align-items:flex-end;gap:.5rem;background:#fff;border:1px solid rgba(0,0,0,.1);border-radius:16px;padding:.4rem .5rem .4rem .6rem;transition:border-color .2s,box-shadow .2s}.chat-input-row:focus-within{border-color:#2a9d8f66;box-shadow:0 0 0 3px #2a9d8f14}.chat-text-input{flex:1;border:none;outline:none;background:transparent;font-size:.9rem;line-height:1.5;color:#1a1a1a;resize:none;font-family:inherit;padding:.25rem 0;max-height:160px}.chat-text-input::placeholder{color:#bbb}.chat-send-btn{width:34px;height:34px;border-radius:50%;border:none;background:#2a9d8f;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .15s,opacity .15s}.chat-send-btn:hover:not(:disabled){background:#238b7e}.chat-send-btn:disabled{opacity:.35;cursor:not-allowed}.chat-voice-toggle{width:34px;height:34px;border-radius:50%;border:none;background:#0000000a;color:#888;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .15s,color .15s}.chat-voice-toggle:hover{background:#2a9d8f14;color:#2a9d8f}.tgt-drawer-backdrop{position:fixed;inset:0;background:#0006;z-index:900;animation:tgt-modal-fadein .2s ease-out}@keyframes tgt-modal-fadein{0%{opacity:0}to{opacity:1}}.tgt-drawer{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:min(92vw,920px);max-height:90vh;background:var(--color-surface, #fff);z-index:910;display:flex;flex-direction:column;border-radius:var(--radius-lg);box-shadow:0 24px 80px #0000001f,0 8px 24px #0000000f,0 0 0 1px #00000008;animation:tgt-modal-scalein .2s ease-out;overflow:hidden}@keyframes tgt-modal-scalein{0%{opacity:0;transform:translate(-50%,-50%) scale(.95)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}.tgt-drawer-header{display:flex;align-items:center;gap:12px;padding:18px 24px 14px;border-bottom:1px solid var(--color-border, #e8e8ec);background:var(--color-surface, #fff);flex-shrink:0}.tgt-drawer-actions{display:flex;align-items:center;gap:8px;padding:10px 24px;border-bottom:1px solid var(--color-border, #e8e8ec);background:var(--color-bg, #f7f8fa);flex-shrink:0;flex-wrap:wrap}.tgt-drawer-actions .tgt-action-group{display:flex;align-items:center;gap:6px}.tgt-drawer-actions .tgt-action-divider{width:1px;height:20px;background:var(--color-border, #e8e8ec);margin:0 4px}.tgt-drawer-body{flex:1;overflow-y:auto;overflow-x:hidden;scrollbar-width:thin}[data-theme=dark] .tgt-drawer{box-shadow:0 24px 80px #00000080,0 0 0 1px #ffffff0f}[data-theme=dark] .tgt-drawer-backdrop{background:#0009}@media(max-width:768px){.tgt-drawer{width:96vw;max-height:94vh;border-radius:10px}}.tgt-action-btn{display:inline-flex;align-items:center;gap:5px;font-size:.76rem;padding:.3rem .65rem;border-radius:8px;border:1px solid var(--color-border, #e8e8ec);background:var(--color-surface, #fff);color:var(--color-text, #1a1a1a);cursor:pointer;font-weight:600;font-family:inherit;transition:all .15s;white-space:nowrap;line-height:1.4}.tgt-action-btn:hover{border-color:var(--color-primary, #4F46E5);background:var(--color-primary-light, #f3f0ff)}.tgt-action-btn:disabled{opacity:.5;cursor:default}.tgt-action-btn .tgt-tool-tag{font-size:.58rem;font-weight:500;color:var(--color-text-muted, #999);letter-spacing:.01em}.tgt-action-btn-primary{background:var(--color-primary, #4F46E5);color:#fff;border-color:var(--color-primary, #4F46E5)}.tgt-action-btn-primary:hover{background:var(--color-primary-hover, #4338CA)}.tgt-action-btn-primary .tgt-tool-tag{color:#ffffffa6}.tgt-action-btn-danger{color:var(--color-danger, #ef4444);border-color:transparent;background:none}.tgt-action-btn-danger:hover{background:var(--color-danger-light, #fee2e2)}[data-theme=dark] .tgt-action-btn{background:var(--color-surface, #2a2a2a);border-color:var(--color-border, #3a3a3a);color:var(--color-text, #e5e5e5)}[data-theme=dark] .tgt-action-btn:hover{background:#4f46e51f}.target-detail-panel{padding:.75rem 1.5rem 1rem}@keyframes target-expand{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.tgt-meta-row{margin-bottom:12px;padding:6px 10px;background:var(--color-bg, #f7f8fa);border-radius:6px;border:1px solid var(--color-border, #e8e8ec)}.tgt-meta-row-inner{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.tgt-meta-cell{display:flex;align-items:center;gap:6px}.tgt-meta-label{font-size:.68rem;font-weight:600;color:var(--color-text-secondary, #6b7280);text-transform:uppercase;letter-spacing:.03em;white-space:nowrap}.tgt-meta-val{font-size:.78rem;color:var(--color-text, #1a1a1a)}.tgt-meta-editable{cursor:pointer;border-radius:3px;padding:1px 4px;transition:background .15s}.tgt-meta-editable:hover{background:#0000000a}.tgt-detail-columns{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:14px}.tgt-detail-left,.tgt-detail-right{min-width:0}.tgt-updates-add{display:flex;gap:6px;align-items:flex-end;margin-top:4px}.tgt-updates-input{flex:1;font-size:.78rem;padding:.3rem .5rem;border:1.5px solid var(--color-border, #e8e8ec);border-radius:var(--radius-sm, 4px);background:var(--color-surface, #fff);color:var(--color-text, #1a1a1a);font-family:inherit;resize:none;box-sizing:border-box;min-height:28px;line-height:1.4}.tgt-updates-input:focus{border-color:var(--color-primary, #4F46E5);outline:none}.tgt-updates-btn{font-size:.72rem!important;padding:.25rem .6rem!important;white-space:nowrap;line-height:1.4}.tgt-updates-list{display:flex;flex-direction:column;gap:4px;margin-top:6px;max-height:180px;overflow-y:auto;scrollbar-width:thin}.tgt-update-item{padding:5px 8px;border-radius:5px;background:var(--color-surface, #fff);border:1px solid var(--color-border, #e8e8ec)}.tgt-update-own{background:var(--color-primary-light, #f3f0ff)}.tgt-update-header{display:flex;align-items:center;gap:5px;margin-bottom:2px}.tgt-update-avatar{width:15px;height:15px;border-radius:50%;background:#e8e8ec;color:#6e6e80;display:flex;align-items:center;justify-content:center;font-size:.48rem;font-weight:700;flex-shrink:0}.tgt-update-avatar-own{background:var(--color-primary, #4F46E5);color:#fff}.tgt-update-author{font-size:.7rem;font-weight:600;color:var(--color-text, #1a1a1a)}.tgt-update-time{font-size:.62rem;color:var(--color-text-muted, #999);margin-left:auto}.tgt-update-delete{background:none;border:none;cursor:pointer;font-size:.62rem;color:var(--color-text-muted, #999);padding:0 2px;line-height:1}.tgt-update-delete:hover{color:var(--color-danger, #e74c3c)}.tgt-update-body{font-size:.75rem;color:var(--color-text-secondary, #6e6e80);line-height:1.45;white-space:pre-wrap}.tgt-detail-tabs{border-top:1px solid var(--color-border, #e8e8ec);padding-top:0}.tgt-tab-bar{display:flex;gap:0;border-bottom:1px solid var(--color-border, #e8e8ec)}.tgt-tab-btn{background:none;border:none;padding:8px 14px;font-size:.78rem;font-weight:600;color:var(--color-text-secondary, #6b7280);cursor:pointer;border-bottom:2px solid transparent;transition:color .15s,border-color .15s;display:flex;align-items:center;gap:5px;font-family:inherit}.tgt-tab-btn:hover{color:var(--color-text, #1a1a1a)}.tgt-tab-active{color:var(--color-primary, #4F46E5);border-bottom-color:var(--color-primary, #4F46E5)}.tgt-tab-badge{font-size:.65rem;font-weight:700;background:var(--color-primary-light, #f3f0ff);color:var(--color-primary, #4F46E5);padding:0 5px;border-radius:8px;line-height:1.4}.tgt-tab-content{padding:12px 0 4px;max-height:360px;overflow-y:auto;scrollbar-width:thin}.tgt-source-tag{display:inline-flex;align-items:center;gap:4px;font-size:.62rem;font-weight:500;color:var(--color-text-muted, #999);padding:1px 6px;border-radius:6px;background:var(--color-bg, #f2f2f5);letter-spacing:.01em;white-space:nowrap}.tgt-source-tag-icon{font-size:.65rem}[data-theme=dark] .tgt-source-tag{background:#ffffff0f}.target-detail-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1.5rem}.target-detail-grid>:nth-child(1){grid-column:1 / 2}.target-detail-grid>:nth-child(2){grid-column:2 / 4}.target-detail-section .markdown-body p{margin:.4em 0}.target-detail-section .markdown-body hr{border:none;border-top:1px solid var(--color-border, #e8e8ec);margin:.6em 0}.target-detail-section .markdown-body ul,.target-detail-section .markdown-body ol{padding-left:1.2em;margin:.3em 0}.target-detail-section .markdown-body li{margin:.15em 0}.target-detail-section .markdown-body strong{font-weight:600;color:var(--color-text-primary, #2a2a3e)}.target-detail-heading{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--color-text-secondary, #6b7280);margin-bottom:.6rem;padding-bottom:.3rem;border-bottom:1px solid var(--color-border, #e8e8ec)}.target-detail-item{margin-bottom:.5rem}.target-detail-label{display:block;font-size:.7rem;font-weight:600;color:var(--color-text-secondary, #6b7280);text-transform:capitalize;margin-bottom:.15rem}.target-detail-value{display:block;font-size:.82rem;color:var(--color-text, #1a1a1a);line-height:1.45}.target-detail-editable{cursor:pointer;border-radius:4px;padding:.1rem .3rem;margin:-.1rem -.3rem;transition:background .15s}.target-detail-editable:hover{background:#0000000a}.target-detail-edit{font-size:.82rem;padding:.3rem .4rem;border:1.5px solid var(--color-primary, #4F46E5);border-radius:4px;width:100%;box-sizing:border-box;background:var(--color-surface, #fff);color:var(--color-text, #1a1a1a);font-family:inherit;line-height:1.45;resize:vertical}.target-research-data{max-height:340px;overflow-y:auto;scrollbar-width:thin}[data-theme=dark] .target-detail-editable:hover{background:#ffffff0f}[data-theme=dark] .target-detail-edit{background:var(--color-surface, #2a2a2a);color:var(--color-text, #e5e5e5)}[data-theme=dark] .tgt-meta-editable:hover{background:#ffffff0f}[data-theme=dark] .tgt-tab-btn:hover{color:var(--color-text, #e5e5e5)}[data-theme=dark] .tgt-updates-input{background:var(--color-surface, #2a2a2a);color:var(--color-text, #e5e5e5);border-color:var(--color-border, #3a3a3a)}[data-theme=dark] .tgt-update-item{background:var(--color-surface, #2a2a2a);border-color:var(--color-border, #3a3a3a)}[data-theme=dark] .tgt-update-own{background:#4f46e51f}[data-theme=dark] .tgt-update-avatar{background:#3a3a3a;color:#aaa}@media(max-width:1000px){.target-detail-grid{grid-template-columns:1fr 1fr;gap:1.25rem}.target-detail-grid>:nth-child(1){grid-column:auto}.target-detail-grid>:nth-child(2){grid-column:auto}.tgt-detail-columns{grid-template-columns:1fr 1fr}}@media(max-width:768px){.target-detail-grid{grid-template-columns:1fr;gap:1rem}.target-detail-grid>:nth-child(1){grid-column:auto}.target-detail-grid>:nth-child(2){grid-column:auto}.tgt-detail-columns{grid-template-columns:1fr}.tgt-meta-row-inner{gap:10px}}[data-theme=dark] .chat-empty-title{color:#e5e5e5}[data-theme=dark] .chat-empty-subtitle{color:#666}[data-theme=dark] .chat-msg-bubble-assistant{background:#2a2a2a;color:#e5e5e5;border-color:#ffffff0f}[data-theme=dark] .chat-msg-bubble-assistant code{background:#ffffff14}[data-theme=dark] .chat-msg-bubble-assistant blockquote{color:#888}[data-theme=dark] .chat-msg-speak-btn{color:#666}[data-theme=dark] .chat-msg-speak-btn:hover{color:#2a9d8f;background:#2a9d8f1f}[data-theme=dark] .chat-msg-time{color:#555}[data-theme=dark] .chat-input-bar{background:#1a1a1a;border-top-color:#ffffff0f}[data-theme=dark] .chat-input-row{background:#2a2a2a;border-color:#ffffff14}[data-theme=dark] .chat-input-row:focus-within{border-color:#2a9d8f66;box-shadow:0 0 0 3px #2a9d8f1a}[data-theme=dark] .chat-text-input{color:#e5e5e5}[data-theme=dark] .chat-text-input::placeholder{color:#666}[data-theme=dark] .chat-voice-toggle{background:#ffffff0f;color:#888}[data-theme=dark] .chat-voice-toggle:hover{background:#2a9d8f1f;color:#2a9d8f}@media(max-width:768px){.chat-messages{padding:1rem}.chat-msg{max-width:95%}.chat-input-bar{padding:.5rem .75rem .75rem}.chat-follow-ups{padding-left:0}}[data-theme=dark] .voice-history-drawer{background:#1a1a1af7;border-left-color:#ffffff0f;box-shadow:-8px 0 40px #0000004d}[data-theme=dark] .voice-history-header{border-bottom-color:#ffffff0f}[data-theme=dark] .voice-history-title{color:#e5e5e5}[data-theme=dark] .voice-history-msg-content{color:#ddd}[data-theme=dark] .voice-history-msg-user .voice-history-msg-content{color:#eee}[data-theme=dark] .voice-history-msg-content code{background:#ffffff14}[data-theme=dark] .voice-history-msg-time{color:#666}[data-theme=dark] .voice-chat-page{background:#1a1a1a}[data-theme=dark] .voice-worklist-panel{background:#1a1a1af7;border-right-color:#ffffff0f}[data-theme=dark] .voice-worklist-empty{color:#666}[data-theme=dark] .voice-response-card{background:#1e1e1eeb;color:#e5e5e5;box-shadow:0 8px 40px #0003}[data-theme=dark] .voice-response-card h2,[data-theme=dark] .voice-response-card h3{color:#e5e5e5}[data-theme=dark] .voice-response-card code{background:#ffffff14}[data-theme=dark] .voice-follow-chip{background:#1e1e1ed9;border-color:#2a9d8f4d}[data-theme=dark] .voice-follow-chip:hover{background:#2a9d8f1f}[data-theme=dark] .voice-btn-close{background:#333;color:#999}[data-theme=dark] .voice-btn-close:hover:not(:disabled){background:#444;color:#bbb}[data-theme=dark] .voice-btn-mic{background:#555}[data-theme=dark] .voice-btn-mic:hover:not(:disabled){background:#666}[data-theme=dark] .voice-text-row{background:#282828d9;border-color:#ffffff14}[data-theme=dark] .voice-text-input{color:#e5e5e5}[data-theme=dark] .voice-profile-toast,[data-theme=dark] .voice-error-toast{background:#1e1e1eeb;border-color:#ffffff14;color:#ccc}[data-theme=dark] .voice-dismiss-btn{border-color:#ffffff1a;color:#888}@media(max-width:768px){.voice-chat-page{height:calc(100vh - 5rem);flex-direction:column}.voice-worklist-panel{width:100%;min-width:100%;height:auto;max-height:35vh;border-right:none;border-bottom:1px solid rgba(0,0,0,.06)}.voice-chat-main{flex:1;min-height:0}.voice-orb-canvas{width:220px!important;height:220px!important}.voice-response-overlay{bottom:110px;padding:1rem}.voice-response-card{padding:1rem 1.25rem;border-radius:16px}.voice-text-area{width:90vw}}@media(max-width:480px){.voice-btn{width:44px;height:44px}.voice-status{font-size:.88rem}}.login-page{display:flex;align-items:center;justify-content:center;min-height:100vh;background:var(--color-bg);padding:1.5rem}.login-card{width:100%;max-width:400px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:2.5rem 2rem 2rem;box-shadow:var(--shadow-md)}.login-brand{text-align:center;margin-bottom:1.5rem}.login-logo{width:48px;height:48px;margin-bottom:.6rem}.login-title{font-size:1.25rem;font-weight:750;letter-spacing:.03em;color:var(--color-text);margin:0 0 .2rem}.login-subtitle{font-size:.8rem;color:var(--color-text-muted);margin:0}.login-form{display:flex;flex-direction:column;gap:1rem}.login-label{display:flex;flex-direction:column;gap:.35rem;font-size:.82rem;font-weight:600;color:var(--color-text-secondary)}.login-input{padding:.5rem .7rem;font-size:.88rem;border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-bg);color:var(--color-text);outline:none;transition:border-color .12s}.login-input:focus{border-color:var(--color-primary);box-shadow:0 0 0 2px #4f46e51a}.login-btn{margin-top:.5rem;padding:.55rem;font-size:.9rem;font-weight:600;color:#fff;background:var(--color-primary);border:none;border-radius:var(--radius-md);cursor:pointer;transition:background .12s,opacity .12s}.login-btn:hover{opacity:.9}.login-btn:disabled{opacity:.6;cursor:not-allowed}.login-error{padding:.5rem .7rem;font-size:.8rem;color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:var(--radius-md)}.login-message{padding:.5rem .7rem;font-size:.8rem;color:#15803d;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:var(--radius-md)}.login-toggle{text-align:center;margin-top:1.25rem;font-size:.82rem;color:var(--color-text-muted)}.login-link{background:none;border:none;color:var(--color-primary);font-weight:600;cursor:pointer;font-size:.82rem;padding:0;text-decoration:underline}.login-link:hover{opacity:.8}.sidebar-user{padding:.5rem .75rem 1rem;display:flex;flex-direction:column;gap:.25rem}.sidebar-user-email{font-size:.7rem;color:var(--color-text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 .5rem}.sidebar-logout{color:var(--color-text-secondary)!important;opacity:.8}.sidebar-logout:hover{color:#b91c1c!important;opacity:1}.tgt-quick-pill{display:inline-flex;align-items:center;gap:.3rem;padding:.3rem .65rem;border-radius:var(--radius-pill);border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text-secondary);font-size:.75rem;font-weight:500;cursor:pointer;transition:all .15s ease;white-space:nowrap}.tgt-quick-pill:hover{border-color:#cbd0db;color:var(--color-text);background:var(--color-bg)}.tgt-quick-pill-active{border-color:var(--color-primary);background:var(--color-primary-light);color:var(--color-primary);font-weight:550}.tgt-quick-pill-active:hover{background:var(--color-primary-light);color:var(--color-primary)}.tgt-quick-pill-count{display:inline-flex;align-items:center;justify-content:center;min-width:1.1rem;height:1.1rem;padding:0 .25rem;font-size:.65rem;font-weight:600;background:#0000000f;border-radius:var(--radius-badge)}.tgt-quick-pill-active .tgt-quick-pill-count{background:#4f46e51f;color:var(--color-primary)}.tgt-filter-bar{display:flex;align-items:center;gap:8px;margin-bottom:16px;flex-wrap:wrap}.tgt-filter-bar .tgt-search-input{padding:.4rem .7rem .4rem 2rem;font-size:.82rem;border:1.5px solid var(--color-border);border-radius:var(--radius-sm, 6px);background:var(--color-surface);color:var(--color-text);min-width:180px;max-width:220px;transition:border-color .15s}.tgt-filter-bar .tgt-search-input:focus{outline:none;border-color:var(--color-primary)}.tgt-search-wrap{position:relative;display:inline-flex;align-items:center}.tgt-search-wrap:before{content:"🔍";position:absolute;left:.55rem;font-size:.75rem;pointer-events:none;opacity:.5}.tgt-filter-select{padding:.38rem 1.6rem .38rem .55rem;font-size:.82rem;border:1.5px solid var(--color-border);border-radius:var(--radius-sm, 6px);background:var(--color-surface);color:var(--color-text);cursor:pointer;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' fill='none'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%236e6e80' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .5rem center;transition:border-color .15s;white-space:nowrap}.tgt-filter-select:focus{outline:none;border-color:var(--color-primary)}.tgt-filter-select:hover{border-color:var(--color-primary)}.tgt-filter-divider{width:1px;height:1.4rem;background:var(--color-border);flex-shrink:0}.tgt-filter-count{font-size:.78rem;color:var(--color-text-muted);white-space:nowrap}.col-header-filter{transition:color .15s,background .15s}.col-header-filter:hover{background:var(--color-bg, #f8f8fb)}.col-header-active{color:var(--color-primary)!important;background:var(--color-primary-light, #f3f0ff)}.col-header-open{background:var(--color-primary-light, #f3f0ff)}.col-filter-icon{font-size:.6rem;opacity:.45;transition:opacity .15s,color .15s;color:var(--color-text-muted);flex-shrink:0}.col-header-filter:hover .col-filter-icon,.col-header-open .col-filter-icon{opacity:1}.col-filter-icon-active{opacity:1!important;color:var(--color-primary)!important}.col-filter-dropdown{position:fixed;min-width:220px;max-width:280px;background:var(--color-surface, #fff);border:1px solid var(--color-border, #e0e0e0);border-radius:10px;box-shadow:0 12px 36px #00000024,0 2px 8px #0000000f;z-index:10000;padding:6px 0;animation:col-filter-enter .15s ease-out;font-size:.82rem;text-transform:none;letter-spacing:normal}@keyframes col-filter-enter{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.col-filter-section{padding:4px 6px}.col-filter-sort-btn{display:flex;align-items:center;gap:8px;width:100%;padding:7px 10px;border:none;background:none;cursor:pointer;font-size:.8rem;color:var(--color-text, #333);border-radius:6px;transition:background .12s;text-transform:none;letter-spacing:normal}.col-filter-sort-btn:hover{background:var(--color-bg, #f5f5f5)}.col-filter-sort-active{background:var(--color-primary-light, #f3f0ff)!important;color:var(--color-primary, #4F46E5)!important;font-weight:600}.col-filter-sort-icon{font-size:.85rem;width:18px;text-align:center;flex-shrink:0}.col-filter-divider{height:1px;background:var(--color-border, #e5e5e5);margin:4px 0}.col-filter-search-wrap{padding:4px 8px}.col-filter-search{width:100%;padding:6px 10px;border:1.5px solid var(--color-border, #ddd);border-radius:6px;font-size:.8rem;background:var(--color-bg, #fafafa);color:var(--color-text);outline:none;transition:border-color .15s;box-sizing:border-box;text-transform:none;letter-spacing:normal}.col-filter-search:focus{border-color:var(--color-primary, #4F46E5)}.col-filter-search::placeholder{color:var(--color-text-muted, #999)}.col-filter-list{max-height:220px;overflow-y:auto;padding:2px 0}.col-filter-list::-webkit-scrollbar{width:5px}.col-filter-list::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:3px}.col-filter-item{display:flex;align-items:center;gap:8px;padding:6px 12px;cursor:pointer;transition:background .1s;-webkit-user-select:none;user-select:none;text-transform:none;letter-spacing:normal}.col-filter-item:hover{background:var(--color-bg, #f5f5f5)}.col-filter-item input[type=checkbox]{width:15px;height:15px;border-radius:3px;accent-color:var(--color-primary, #4F46E5);cursor:pointer;flex-shrink:0}.col-filter-item-label{flex:1;font-size:.82rem;color:var(--color-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.col-filter-item-count{font-size:.72rem;color:var(--color-text-muted, #999);background:var(--color-bg, #f2f2f5);padding:1px 6px;border-radius:8px;min-width:16px;text-align:center;flex-shrink:0}.col-filter-item-all{font-weight:600;border-bottom:none}.col-filter-empty{padding:12px;text-align:center;color:var(--color-text-muted, #999);font-size:.8rem;text-transform:none;letter-spacing:normal}.col-filter-clear-btn{display:block;width:calc(100% - 16px);margin:4px 8px 6px;padding:6px 10px;border:none;background:var(--color-danger-light, #fee2e2);color:var(--color-danger, #ef4444);font-size:.78rem;font-weight:600;border-radius:6px;cursor:pointer;transition:background .12s;text-transform:none;letter-spacing:normal}.col-filter-clear-btn:hover{background:var(--color-danger, #ef4444);color:#fff}.col-filter-chips{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:12px;animation:col-filter-enter .15s ease-out}.col-filter-chip{display:inline-flex;align-items:center;gap:4px;padding:3px 8px 3px 10px;font-size:.76rem;background:var(--color-primary-light, #f3f0ff);color:var(--color-primary, #4F46E5);border:1px solid var(--color-primary, #4F46E5);border-radius:20px;cursor:pointer;transition:background .12s,box-shadow .12s;max-width:280px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.col-filter-chip:hover{box-shadow:0 2px 8px #4f46e52e}.col-filter-chip-label{font-weight:600}.col-filter-chip-x{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:50%;border:none;background:transparent;color:var(--color-primary, #4F46E5);font-size:.85rem;cursor:pointer;flex-shrink:0;transition:background .12s;line-height:1;padding:0}.col-filter-chip-x:hover{background:var(--color-primary, #4F46E5);color:#fff}.tgt-bulk-bar{display:flex;align-items:center;gap:10px;padding:10px 16px;margin-bottom:12px;background:var(--color-primary-light, #eff6ff);border:1.5px solid var(--color-primary);border-radius:var(--radius-md, 8px);font-size:.82rem;color:var(--color-primary);flex-wrap:wrap;animation:tgt-slide-down .2s ease-out}@keyframes tgt-slide-down{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.tgt-kanban{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;min-height:400px}@media(max-width:1200px){.tgt-kanban{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.tgt-kanban{grid-template-columns:1fr}}.tgt-kanban-col{background:var(--color-bg, #f7f8fa);border-radius:var(--radius-md, 8px);border:1px solid var(--color-border);display:flex;flex-direction:column;min-height:200px}.tgt-kanban-col-header{padding:10px 12px;border-top:3px solid;border-radius:var(--radius-md, 8px) var(--radius-md, 8px) 0 0;display:flex;align-items:center;justify-content:space-between;font-size:.85rem;background:var(--color-surface);border-bottom:1px solid var(--color-border)}.tgt-kanban-col-count{display:inline-flex;align-items:center;justify-content:center;min-width:1.3rem;height:1.15rem;padding:0 .3rem;font-size:.68rem;font-weight:700;background:var(--color-bg);color:var(--color-text-muted);border-radius:999px}.tgt-kanban-col-body{padding:8px;flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:8px}.tgt-kanban-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-sm, 6px);padding:10px 12px;cursor:pointer;transition:box-shadow .15s,transform .15s}.tgt-kanban-card:hover{box-shadow:0 2px 8px #00000014;transform:translateY(-1px)}.tgt-kanban-card[draggable=true]{cursor:grab}.tgt-kanban-card[draggable=true]:active{cursor:grabbing}.tgt-kanban-col-dragover{background:var(--color-primary-light, #eff6ff)!important;outline:2px dashed var(--color-primary)!important;outline-offset:-2px}.tgt-col-picker{position:absolute;right:0;top:100%;margin-top:4px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md, 8px);padding:8px;box-shadow:0 8px 24px #0000001f;z-index:20;min-width:180px}.tgt-import-drop{border:2px dashed var(--color-border);border-radius:var(--radius-md, 8px);padding:40px 20px;text-align:center;cursor:pointer;transition:border-color .2s,background .2s}.tgt-import-drop:hover,.tgt-import-drop-active{border-color:var(--color-primary);background:var(--color-primary-light, #eff6ff)}.tgt-analytics{animation:fade-in .25s ease-out}[data-theme=dark] .tgt-quick-pill{background:var(--color-surface);border-color:var(--color-border)}[data-theme=dark] .tgt-quick-pill:hover{background:#3b82f626}[data-theme=dark] .tgt-quick-pill-active{background:var(--color-primary);color:#fff}[data-theme=dark] .tgt-quick-pill-count{background:#ffffff1a}[data-theme=dark] .tgt-bulk-bar{background:#3b82f61a;border-color:var(--color-primary)}[data-theme=dark] .tgt-kanban-col{background:var(--color-bg);border-color:var(--color-border)}[data-theme=dark] .tgt-kanban-card{background:var(--color-surface);border-color:var(--color-border)}[data-theme=dark] .tgt-kanban-card:hover{box-shadow:0 2px 8px #0000004d}[data-theme=dark] .tgt-kanban-col-dragover{background:#3b82f61a!important;outline-color:var(--color-primary)!important}[data-theme=dark] .tgt-col-picker{background:var(--color-surface);border-color:var(--color-border);box-shadow:0 8px 24px #0006}[data-theme=dark] .tgt-import-drop{border-color:var(--color-border)}[data-theme=dark] .tgt-import-drop:hover,[data-theme=dark] .tgt-import-drop-active{border-color:var(--color-primary);background:#3b82f61a}
