@import "https://fonts.googleapis.com/css2?family=Barlow:wght@300;400;500;600;700&family=Neuton:wght@400;700&family=JetBrains+Mono:wght@400;500&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--green:#22b161;--green-dark:#128745;--navy:#0e1e2b;--blue-mid:#122b3b;--accent-blue:#0989b1;--amber:#b18022;--bg:#f1f3f5;--surface:#fff;--border:#c2c8cc;--border-light:#e5e9ec;--gray-muted:#818b92;--text:#1a1a1a;--text-secondary:#686c76;--assistant-bubble:#e5e9ec;--radius:8px;--radius-md:16px;--radius-sm:4px;--shadow:0px 2px 4px #0000001f;--shadow-lg:0px 8px 16px #0003;--font-heading:"Neuton", Georgia, serif;--font-body:"Barlow", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}html,body,#root{height:100%}body{font-family:var(--font-body);background:var(--bg);color:var(--text);font-size:16px;line-height:1.5}.app{flex-direction:column;height:100vh;display:flex}.header{background:var(--navy);color:#fff;height:60px;box-shadow:var(--shadow);flex-shrink:0;justify-content:space-between;align-items:center;padding:0 24px;display:flex}.header-brand{align-items:center;gap:10px;display:flex}.header-brand .logo{background:var(--green);border-radius:var(--radius);width:34px;height:34px;font-family:var(--font-heading);color:#fff;letter-spacing:.02em;justify-content:center;align-items:center;font-size:14px;font-weight:700;display:flex}.header-brand .title{font-family:var(--font-heading);letter-spacing:-.02em;font-size:16px;font-weight:400}.header-brand .subtitle{font-family:var(--font-body);opacity:.5;font-size:11px}.header-user{align-items:center;gap:12px;display:flex}.header-user .user-name{opacity:.75;font-size:13px}.version-badge{opacity:.45;letter-spacing:.02em;white-space:nowrap;font-family:SF Mono,Fira Code,monospace;font-size:10px}.btn-ghost{color:#fff;border-radius:var(--radius-sm);font-family:var(--font-body);cursor:pointer;background:0 0;border:1px solid #ffffff40;padding:5px 12px;font-size:13px;transition:background .15s}.btn-ghost:hover{background:#ffffff1a}.chat-container{flex-direction:column;flex:1;width:100%;max-width:900px;margin:0 auto;padding:0 16px;display:flex;overflow:hidden}.message-list{scroll-behavior:smooth;flex-direction:column;flex:1;gap:16px;padding:20px 0;display:flex;overflow-y:auto}.message{gap:10px;max-width:82%;display:flex}.message.user{flex-direction:row-reverse;align-self:flex-end}.message.assistant{align-self:flex-start}.message-avatar{width:32px;height:32px;font-family:var(--font-heading);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:11px;font-weight:700;display:flex}.message.user .message-avatar{background:var(--amber)}.message.assistant .message-avatar{background:var(--green)}.message-body{flex-direction:column;gap:4px;display:flex}.message-bubble{border-radius:var(--radius-md);padding:11px 15px;font-size:15px;line-height:1.65}.message.user .message-bubble{background:var(--navy);color:#fff;border-bottom-right-radius:var(--radius-sm)}.message.assistant .message-bubble{background:var(--assistant-bubble);color:var(--text);border:1px solid var(--border-light);border-bottom-left-radius:var(--radius-sm)}.message.assistant .message-bubble p{margin-bottom:8px}.message.assistant .message-bubble p:last-child{margin-bottom:0}.message.assistant .message-bubble strong{color:var(--navy)}.message.assistant .message-bubble a{color:var(--accent-blue)}.message.assistant .message-bubble code{border-radius:var(--radius-sm);background:#122b3b14;padding:1px 5px;font-family:SF Mono,Fira Code,monospace;font-size:13px}.message.assistant .message-bubble pre{border:1px solid var(--border);border-radius:var(--radius-sm);background:#122b3b0f;margin:8px 0;padding:12px;overflow-x:auto}.message.assistant .message-bubble pre code{background:0 0;padding:0}.message.assistant .message-bubble ul,.message.assistant .message-bubble ol{margin:6px 0;padding-left:20px}.message.assistant .message-bubble li{margin-bottom:4px}.message.assistant .message-bubble h1,.message.assistant .message-bubble h2{font-family:var(--font-heading);color:var(--navy);letter-spacing:-.02em;margin:12px 0 6px;font-weight:400}.message.assistant .message-bubble h3{font-family:var(--font-body);color:var(--navy);margin:10px 0 5px;font-weight:600}.message.assistant .message-bubble table{border-collapse:collapse;width:100%;margin:8px 0;font-size:13px}.message.assistant .message-bubble th,.message.assistant .message-bubble td{border:1px solid var(--border);text-align:left;padding:6px 10px}.message.assistant .message-bubble th{background:#122b3b0f;font-weight:600}.message.assistant .message-bubble blockquote{border-left:3px solid var(--green);color:var(--text-secondary);margin:8px 0;padding-left:12px;font-style:italic}.message-meta{align-items:center;gap:8px;display:flex}.message.user .message-meta{justify-content:flex-end}.message-time{color:var(--text-secondary);font-size:11px}.btn-copy{cursor:pointer;color:var(--text-secondary);border-radius:var(--radius-sm);background:0 0;border:none;align-items:center;gap:3px;padding:2px 6px;font-size:11px;transition:background .15s,color .15s;display:flex}.btn-copy:hover{background:var(--border-light);color:var(--text)}.action-link{color:var(--green-dark);cursor:pointer;font-size:inherit;text-underline-offset:2px;background:0 0;border:none;padding:0;font-family:inherit;text-decoration:underline}.action-link:hover{opacity:.75}.tools-used{flex-wrap:wrap;gap:4px;margin-top:3px;display:flex}.tool-badge{color:var(--green-dark);background:#22b1611a;border:1px solid #22b16140;border-radius:10px;padding:1px 7px;font-family:SF Mono,Fira Code,monospace;font-size:10px}.typing{gap:5px;padding:14px 15px;display:flex}.typing span{background:var(--gray-muted);border-radius:50%;width:7px;height:7px;animation:1.2s infinite bounce}.typing span:nth-child(2){animation-delay:.2s}.typing span:nth-child(3){animation-delay:.4s}@keyframes bounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-8px)}}.input-area{flex-shrink:0;padding:12px 0 20px}.input-wrapper{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow);align-items:center;gap:10px;padding:10px 14px;transition:border-color .15s;display:flex}.input-wrapper:focus-within{border-color:var(--green);box-shadow:0 0 0 3px #22b1611f}.chat-textarea{resize:none;font-family:var(--font-body);color:var(--text);background:0 0;border:none;outline:none;flex:1;min-height:24px;max-height:160px;font-size:15px;line-height:1.5}.chat-textarea::placeholder{color:var(--text-secondary)}.btn-send{background:var(--green);color:#fff;border-radius:var(--radius);cursor:pointer;border:none;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:background .15s,opacity .15s;display:flex}.btn-send:hover:not(:disabled){background:var(--green-dark)}.btn-send:disabled{opacity:.35;cursor:not-allowed}.input-hint{color:var(--text-secondary);text-align:center;margin-top:6px;font-size:11px}.btn-new-chat{border:1px solid var(--border);color:var(--text-secondary);border-radius:var(--radius-sm);font-family:var(--font-body);cursor:pointer;background:0 0;margin:12px 0 0 auto;padding:5px 14px;font-size:12px;transition:background .15s,color .15s,border-color .15s;display:block}.btn-new-chat:hover{background:var(--border-light);color:var(--text);border-color:var(--border)}.error-banner{color:#991b1b;border-radius:var(--radius-sm);background:#fef2f2;border:1px solid #fecaca;justify-content:space-between;align-items:center;margin-top:10px;padding:9px 14px;font-size:13px;display:flex}.error-banner button{color:#991b1b;cursor:pointer;background:0 0;border:none;font-size:16px}.empty-state{color:var(--text-secondary);text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:10px;padding:40px 20px;display:flex}.empty-state h2{font-family:var(--font-heading);color:var(--navy);letter-spacing:-.02em;font-size:22px;font-weight:400}.empty-state p{max-width:360px;font-size:15px}.login-page{background:linear-gradient(150deg, var(--navy) 0%, var(--blue-mid) 60%, #0d2a1e 100%);justify-content:center;align-items:center;min-height:100vh;display:flex}.login-card{border-radius:var(--radius-md);width:100%;max-width:380px;box-shadow:var(--shadow-lg);text-align:center;background:#fff;padding:48px 40px}.login-logo{background:var(--green);border-radius:var(--radius-md);width:64px;height:64px;font-family:var(--font-heading);color:#fff;letter-spacing:.02em;justify-content:center;align-items:center;margin:0 auto 20px;font-size:26px;font-weight:700;display:flex}.login-card h1{font-family:var(--font-heading);color:var(--navy);letter-spacing:-.02em;margin-bottom:6px;font-size:22px;font-weight:400}.login-card p{color:var(--text-secondary);margin-bottom:28px;font-size:14px}.login-google{justify-content:center;display:flex}.login-error{color:#dc2626;margin-top:12px;font-size:13px}.header-tabs{gap:4px;display:flex}.tab-btn{color:#ffffff8c;font-family:var(--font-body);border-radius:var(--radius-sm);cursor:pointer;background:0 0;border:none;padding:6px 14px;font-size:13px;font-weight:400;transition:background .15s,color .15s}.tab-btn:hover{color:#ffffffd9;background:#ffffff14}.tab-btn.active{color:#fff;background:#ffffff1f;font-weight:600}.btn-tools-toggle{color:#ffffffb3;font-family:var(--font-body);border-radius:var(--radius-sm);cursor:pointer;background:0 0;border:1px solid #fff3;align-items:center;gap:5px;padding:5px 10px;font-size:12px;transition:background .15s,color .15s,border-color .15s;display:flex}.btn-tools-toggle:hover,.btn-tools-toggle.active{color:#fff;background:#22b16133;border-color:#22b16180}.page-body{flex:1;display:flex;position:relative;overflow:hidden}.tools-sidebar{background:var(--surface);border-left:1px solid var(--border);flex-direction:column;flex-shrink:0;width:320px;height:100%;display:flex}.tools-sidebar-header{border-bottom:1px solid var(--border-light);justify-content:space-between;align-items:center;padding:14px 16px 10px;display:flex}.tools-sidebar-title{font-family:var(--font-heading);color:var(--navy);letter-spacing:-.02em;font-size:15px;font-weight:400}.tools-sidebar-close{cursor:pointer;color:var(--text-secondary);background:0 0;border:none;padding:0 4px;font-size:20px;line-height:1}.tools-sidebar-close:hover{color:var(--text)}.tools-search{border:1px solid var(--border);border-radius:var(--radius-sm);font-family:var(--font-body);color:var(--text);background:var(--bg);outline:none;margin:10px 12px;padding:7px 10px;font-size:13px}.tools-search:focus{border-color:var(--green)}.tools-list{flex:1;padding:4px 0;overflow-y:auto}.tools-loading,.tools-error,.tools-empty{color:var(--text-secondary);text-align:center;padding:20px 16px;font-size:13px}.tool-item{border-bottom:1px solid var(--border-light);padding:10px 16px}.tool-item:last-child{border-bottom:none}.tool-item-name{color:var(--navy);margin-bottom:3px;font-family:SF Mono,Fira Code,monospace;font-size:12px;font-weight:600}.tool-item-desc{color:var(--text-secondary);margin-bottom:6px;font-size:12px;line-height:1.5}.tool-item-actions{gap:6px;display:flex}.btn-use-tool{font-family:var(--font-body);color:var(--green-dark);border-radius:var(--radius-sm);cursor:pointer;background:#22b1611a;border:1px solid #22b16140;padding:3px 10px;font-size:11px;transition:background .15s}.btn-use-tool:hover{background:#22b16133}.tools-sidebar-hint{color:var(--text-secondary);border-top:1px solid var(--border-light);padding:10px 14px;font-size:11px;line-height:1.5}.tools-sidebar-hint code{background:var(--bg);border-radius:3px;padding:1px 4px;font-family:SF Mono,Fira Code,monospace}.logs-page{flex-direction:column;flex:1;width:100%;max-width:1600px;margin:0 auto;padding:20px 32px;display:flex;overflow:hidden}.logs-toolbar{flex-shrink:0;justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.logs-meta{color:var(--text-secondary);font-size:13px}.logs-filters{align-items:center;gap:8px;display:flex}.logs-select{font-family:var(--font-body);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text);background:var(--surface);cursor:pointer;outline:none;padding:5px 10px;font-size:13px}.logs-select:focus{border-color:var(--green)}.btn-refresh{font-family:var(--font-body);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-secondary);cursor:pointer;background:0 0;padding:5px 12px;font-size:12px;transition:background .15s}.btn-refresh:hover:not(:disabled){background:var(--border-light)}.btn-refresh:disabled{opacity:.5;cursor:not-allowed}.logs-error{color:#991b1b;border-radius:var(--radius-sm);background:#fef2f2;border:1px solid #fecaca;margin-bottom:10px;padding:8px 12px;font-size:13px}.logs-table-wrap{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);flex:1;overflow:auto}.logs-table{border-collapse:collapse;width:100%;font-size:14px}.logs-table th{background:var(--bg);color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;text-align:left;border-bottom:1px solid var(--border);z-index:1;padding:10px 12px;font-size:12px;font-weight:600;position:sticky;top:0}.logs-table td{border-bottom:1px solid var(--border-light);vertical-align:top;padding:10px 14px}.logs-table tr:last-child td{border-bottom:none}.logs-table tr:hover td{background:var(--bg)}.logs-empty{text-align:center;color:var(--text-secondary);padding:32px}.logs-time{white-space:nowrap;color:var(--text-secondary);font-size:13px}.logs-user{color:var(--text-secondary);white-space:nowrap;font-size:13px}.logs-query{white-space:nowrap;text-overflow:ellipsis;max-width:560px;overflow:hidden}.logs-tools{flex-wrap:wrap;gap:3px;display:flex}.log-cat{background:var(--border-light);color:var(--text-secondary);white-space:nowrap;border-radius:10px;padding:2px 8px;font-size:11px}.log-cat-chat{color:#0989b1;background:#0989b11f}.log-cat-roi{color:var(--green-dark);background:#22b1611f}.log-cat-financial{color:var(--amber);background:#b180221f}.logs-pagination{flex-shrink:0;justify-content:center;align-items:center;gap:12px;padding:14px 0 0;display:flex}.btn-page{font-family:var(--font-body);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text);cursor:pointer;background:0 0;padding:5px 14px;font-size:13px;transition:background .15s}.btn-page:hover:not(:disabled){background:var(--border-light)}.btn-page:disabled{opacity:.4;cursor:not-allowed}.page-info{color:var(--text-secondary);font-size:13px}.release-page{flex-direction:column;flex:1;display:flex;overflow:hidden}.release-header{border-bottom:1px solid var(--border-light);flex-shrink:0;justify-content:space-between;align-items:flex-start;gap:16px;padding:20px 32px 16px;display:flex}.release-version-badge{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:2px;display:flex}.release-version-label{text-transform:uppercase;letter-spacing:.06em;color:var(--text-secondary);font-size:10px;font-weight:600}.release-version-num{color:var(--navy);letter-spacing:-.02em;font-family:SF Mono,Fira Code,monospace;font-size:18px;font-weight:700}.release-version-date{color:var(--text-secondary);font-size:11px}.release-title{font-family:var(--font-heading);color:var(--navy);letter-spacing:-.02em;margin-bottom:3px;font-size:24px;font-weight:400}.release-subtitle{color:var(--text-secondary);font-size:13px}.release-body{flex:1;max-width:820px;padding:24px 32px 40px;overflow-y:auto}.release-loading,.release-error{color:var(--text-secondary);padding:20px 0;font-size:14px}.release-error{color:#dc2626}.release-tabs{border-bottom:2px solid var(--border);flex-shrink:0;gap:0;padding:0 32px;display:flex}.release-tab{font-family:var(--font-ui);cursor:pointer;color:var(--text-secondary);letter-spacing:.01em;background:0 0;border:none;border-bottom:2px solid #0000;padding:10px 20px;font-size:13px;font-weight:600;transition:color .15s,border-color .15s;position:relative;bottom:-2px}.release-tab:hover{color:var(--text-primary)}.release-tab--chat.release-tab--active{color:var(--green-dark);border-bottom-color:var(--green)}.release-tab--mcp.release-tab--active{color:var(--navy);border-bottom-color:var(--navy)}.release-markdown h1{display:none}.release-markdown h2{font-family:var(--font-heading);color:var(--navy);letter-spacing:-.02em;border-left:3px solid var(--green);border-bottom:1px solid var(--border-light);margin:36px 0 12px;padding:10px 0 10px 14px;font-size:19px;font-weight:400}.release-markdown h2:first-of-type{margin-top:0}.release-markdown h3{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.06em;color:var(--text-secondary);margin:18px 0 8px;font-size:12px;font-weight:700}.release-markdown ul{margin:0 0 12px;padding-left:18px}.release-markdown li{color:var(--text);margin-bottom:4px;font-size:14px;line-height:1.7}.release-markdown li strong{color:var(--navy)}.release-markdown code{background:var(--bg);color:var(--navy);border-radius:3px;padding:1px 5px;font-family:SF Mono,Fira Code,monospace;font-size:12px}.release-markdown p{color:var(--text-secondary);margin-bottom:10px;font-size:14px;line-height:1.6}.release-markdown hr{border:none;border-top:1px solid var(--border-light);margin:28px 0}.admin-page{flex-direction:column;flex:1;display:flex;overflow:hidden}.admin-header{flex-shrink:0;justify-content:space-between;align-items:center;padding:16px 24px 0;display:flex}.admin-title{font-family:var(--font-heading);color:var(--navy);letter-spacing:-.02em;font-size:18px;font-weight:400}.admin-tabs{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);gap:2px;padding:3px;display:flex}.admin-tab{font-family:var(--font-body);border-radius:var(--radius-sm);color:var(--text-secondary);cursor:pointer;background:0 0;border:none;padding:4px 12px;font-size:12px;transition:background .15s,color .15s}.admin-tab.active{background:var(--surface);color:var(--navy);box-shadow:var(--shadow);font-weight:600}.admin-tab:hover:not(.active){color:var(--text)}.admin-section{flex-direction:column;flex:1;padding:16px 24px 24px;display:flex;overflow:hidden}.admin-toolbar{flex-shrink:0;justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.admin-meta{color:var(--text-secondary);font-size:13px}.admin-error{color:#991b1b;border-radius:var(--radius-sm);background:#fef2f2;border:1px solid #fecaca;justify-content:space-between;align-items:center;margin-bottom:10px;padding:8px 12px;font-size:13px;display:flex}.admin-error button{color:#991b1b;cursor:pointer;background:0 0;border:none}.admin-add-form{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;gap:8px;margin-bottom:12px;padding:14px;display:flex}.admin-input{font-family:var(--font-body);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text);background:var(--surface);outline:none;padding:7px 10px;font-size:13px}.admin-input:focus{border-color:var(--green)}.admin-select{font-family:var(--font-body);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text);background:var(--surface);cursor:pointer;outline:none;padding:7px 10px;font-size:13px}.admin-select:focus{border-color:var(--green)}.admin-table-wrap{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);flex:1;overflow:auto}.admin-table{border-collapse:collapse;width:100%;font-size:13px}.admin-table th{background:var(--bg);color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;text-align:left;border-bottom:1px solid var(--border);z-index:1;padding:10px 12px;font-size:11px;font-weight:600;position:sticky;top:0}.admin-table td{border-bottom:1px solid var(--border-light);vertical-align:middle;padding:10px 12px}.admin-table tr:last-child td{border-bottom:none}.admin-table tr:hover td{background:var(--bg)}.admin-row-inactive td{opacity:.5}.admin-empty{text-align:center;color:var(--text-secondary);padding:32px}.admin-email{color:var(--text);font-size:13px}.admin-key-name{color:var(--text-secondary);font-family:SF Mono,Fira Code,monospace;font-size:11px}.admin-date{white-space:nowrap;color:var(--text-secondary);font-size:12px}.admin-ua{color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;max-width:280px;font-size:11px;overflow:hidden}.role-badge{text-transform:uppercase;letter-spacing:.04em;background:var(--border-light);color:var(--text-secondary);border-radius:10px;padding:2px 8px;font-size:10px;font-weight:600}.role-admin{color:var(--navy);background:#0e1e2b1a}.role-leadership{color:var(--green-dark);background:#22b1611f}.role-sales{color:#0989b1;background:#0989b11f}.role-project_manager{color:var(--amber);background:#b180221f}.role-user{background:var(--border-light);color:var(--text-secondary)}.btn-status{font-family:var(--font-body);cursor:pointer;border:1px solid #0000;border-radius:10px;padding:3px 10px;font-size:11px;font-weight:600;transition:opacity .15s}.btn-status.active{color:var(--green-dark);background:#22b1611f;border-color:#22b1614d}.btn-status.inactive{color:#dc2626;background:#dc262614;border-color:#dc262633}.btn-status:disabled{cursor:not-allowed;opacity:.4}.admin-input-sm{border:1px solid var(--border);border-radius:var(--radius-sm);outline:none;width:140px;padding:4px 7px;font-family:SF Mono,Fira Code,monospace;font-size:11px}.admin-input-sm:focus{border-color:var(--green)}.admin-select-sm{font-family:var(--font-body);border:1px solid var(--border);border-radius:var(--radius-sm);outline:none;padding:4px 7px;font-size:12px}.admin-select-sm:focus{border-color:var(--green)}.btn-admin-add{font-family:var(--font-body);background:var(--green);color:#fff;border-radius:var(--radius-sm);cursor:pointer;border:none;padding:5px 12px;font-size:12px;transition:background .15s}.btn-admin-add:hover{background:var(--green-dark)}.btn-admin-edit{font-family:var(--font-body);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-secondary);cursor:pointer;background:0 0;padding:3px 10px;font-size:11px;transition:background .15s}.btn-admin-edit:hover{background:var(--border-light);color:var(--text)}.btn-admin-save{font-family:var(--font-body);background:var(--green);color:#fff;border-radius:var(--radius-sm);cursor:pointer;border:none;padding:3px 10px;font-size:11px}.btn-admin-cancel{font-family:var(--font-body);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-secondary);cursor:pointer;background:0 0;padding:3px 10px;font-size:11px}.btn-admin-delete{font-family:var(--font-body);border-radius:var(--radius-sm);color:#dc2626;cursor:pointer;background:0 0;border:1px solid #dc26264d;padding:3px 10px;font-size:11px;transition:background .15s}.btn-admin-delete:hover{background:#dc26260f}@media (width<=768px){.logs-table th:nth-child(2),.logs-table td:nth-child(2),.logs-table th:nth-child(5),.logs-table td:nth-child(5){display:none}.logs-toolbar{flex-direction:column;align-items:stretch;gap:8px}.logs-filters{justify-content:flex-end}.release-header{padding:14px 16px 12px}.release-tabs{padding:0 16px}.release-body{padding:16px 16px 32px}}@media (width<=600px){.header{gap:6px;padding:0 12px}.header-brand .subtitle{display:none}.header-brand{flex-shrink:0}.header-tabs{flex:1;justify-content:center}.header-user{flex-shrink:0;gap:6px}.header-user .user-name,.version-badge,.tools-label{display:none}.btn-tools-toggle{padding:6px 8px}.btn-ghost,.header-tabs .tab-btn{padding:5px 9px;font-size:12px}.message-avatar{display:none}.chat-container{padding:0 10px}.message.assistant{max-width:100%}.message.user{max-width:88%}.message-bubble{font-size:14px}.logs-page{padding:12px}.logs-query{max-width:160px}.logs-table{font-size:13px}.logs-table th,.logs-table td{padding:8px}.tools-sidebar{border-left:none;border-top:1px solid var(--border);width:100%}.login-card{padding:36px 24px}}[data-theme=ndp] .ndp-login-page{background:var(--bg-app);min-height:100vh;font-family:var(--font-primary);flex-direction:column;justify-content:center;align-items:center;padding:20px;display:flex}[data-theme=ndp] .ndp-login-card{background:var(--bg-card);border:1px solid var(--border-default);border-radius:var(--radius-lg);width:100%;max-width:420px;box-shadow:var(--shadow-lg);padding:36px 32px 32px}[data-theme=ndp] .ndp-login-brand{background:var(--bg-chrome);border-radius:var(--radius-md);color:var(--chrome-text);align-items:center;gap:14px;margin:0 0 28px;padding:14px 16px;text-decoration:none;display:flex}[data-theme=ndp] .ndp-login-mark{flex-shrink:0;justify-content:center;align-items:center;width:36px;height:44px;display:inline-flex}[data-theme=ndp] .ndp-login-mark img{object-fit:contain;width:100%;height:100%}[data-theme=ndp] .ndp-login-wordmark{flex-direction:column;gap:3px;min-width:0;display:flex}[data-theme=ndp] .ndp-login-wordmark-one{font-family:var(--font-primary);color:var(--chrome-text);letter-spacing:-.005em;font-size:15px;font-weight:700;line-height:1.1}[data-theme=ndp] .ndp-login-wordmark-two{font-family:var(--font-primary);color:var(--chrome-text-muted);letter-spacing:.16em;text-transform:uppercase;font-size:10px;font-weight:500}[data-theme=ndp] .ndp-login-header{text-align:left;margin-bottom:24px}[data-theme=ndp] .ndp-login-header h1{font-family:var(--font-display);letter-spacing:-.005em;color:var(--text-primary);margin:0 0 6px;font-size:28px;font-weight:400;line-height:1.15}[data-theme=ndp] .ndp-login-header p{color:var(--text-secondary);margin:0;font-size:14px}[data-theme=ndp] .login-form .form-group{margin-bottom:18px}[data-theme=ndp] .login-form label{color:var(--text-secondary);letter-spacing:.01em;margin-bottom:6px;font-size:13px;font-weight:600;display:block}[data-theme=ndp] .login-form input{border:1px solid var(--border-default);border-radius:var(--radius-md);width:100%;font-size:15px;font-family:var(--font-primary);color:var(--text-primary);background:var(--bg-card);transition:border-color var(--duration-normal) var(--ease-out), box-shadow var(--duration-normal) var(--ease-out);outline:none;padding:11px 14px}[data-theme=ndp] .login-form input:focus{border-color:var(--ndp-orange);box-shadow:var(--shadow-focus)}[data-theme=ndp] .login-form input::placeholder{color:var(--text-muted)}[data-theme=ndp] .btn-primary{background:var(--ndp-orange);color:#fff;border-radius:var(--radius-md);width:100%;font-size:15px;font-weight:600;font-family:var(--font-primary);cursor:pointer;min-height:var(--touch-target-min);transition:background var(--duration-normal) var(--ease-out);border:none;padding:12px}[data-theme=ndp] .btn-primary:hover:not(:disabled){background:var(--ndp-orange-hover)}[data-theme=ndp] .btn-primary:disabled{opacity:.5;cursor:not-allowed}[data-theme=ndp] .login-error{background:var(--status-error-bg);border:1px solid var(--status-error-fg);color:var(--status-error-fg);border-radius:var(--radius-sm);margin-bottom:18px;padding:10px 14px;font-size:13px}[data-theme=ndp] .ndp-login-footer{color:var(--text-muted);margin-top:24px;font-size:12px}@media (width<=600px){[data-theme=ndp] .ndp-login-page{background:var(--bg-app);align-items:flex-start;padding-top:48px}[data-theme=ndp] .ndp-login-card{box-shadow:none;border:none;border-radius:0;padding:28px 22px}}[data-theme=ndp] .ndp-login-google-btn{color:#1f1f1f;border:1px solid var(--border-default);border-radius:var(--radius-md);cursor:pointer;width:100%;height:44px;transition:background var(--duration-normal) var(--ease-out), border-color var(--duration-normal) var(--ease-out);background:#fff;justify-content:center;align-items:center;gap:10px;padding:0 18px;font-family:inherit;font-size:14px;font-weight:600;display:inline-flex}[data-theme=ndp] .ndp-login-google-btn:hover:not(:disabled){border-color:var(--border-hover);background:#f8f9fa}[data-theme=ndp] .ndp-login-google-btn:disabled{opacity:.6;cursor:progress}[data-theme=ndp] .ndp-login-error{color:var(--status-error-fg);margin-top:10px;font-size:13px}[data-theme=ndp] .ndp-login-divider{color:var(--text-muted);align-items:center;gap:12px;margin:18px 0;font-size:12px;display:flex}[data-theme=ndp] .ndp-login-divider:before,[data-theme=ndp] .ndp-login-divider:after{content:"";background:var(--border-default);flex:1;height:1px}[data-theme=ndp] .ndp-ticket-backdrop{z-index:300;animation:ndp-ticket-fade var(--duration-fast) var(--ease-out);background:#1f18148c;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0;overflow-y:auto}[data-theme=ndp] .ndp-ticket-modal{background:var(--bg-card);border:1px solid var(--border-default);border-radius:var(--radius-xl);width:100%;max-width:580px;box-shadow:var(--shadow-lg);max-height:calc(100vh - 48px);animation:ndp-ticket-rise var(--duration-moderate) var(--ease-out);flex-direction:column;display:flex;overflow:hidden}[data-theme=ndp] .ndp-ticket-head{border-bottom:1px solid var(--border-default);justify-content:space-between;align-items:flex-start;gap:16px;padding:20px 24px 14px;display:flex}[data-theme=ndp] .ndp-ticket-head h2{font-family:var(--font-display);color:var(--text-primary);letter-spacing:-.005em;margin:0 0 6px;font-size:24px;font-weight:400;line-height:1.15}[data-theme=ndp] .ndp-ticket-sub{color:var(--text-secondary);align-items:center;gap:6px;margin:0;font-size:13px;line-height:1.5;display:flex}[data-theme=ndp] .ndp-ticket-sub svg{width:14px;height:14px;color:var(--ndp-orange)}[data-theme=ndp] .ndp-ticket-close{background:var(--bg-sunken);width:32px;height:32px;color:var(--text-secondary);border-radius:var(--radius-md);cursor:pointer;border:none;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}[data-theme=ndp] .ndp-ticket-close:hover{background:var(--bg-hover);color:var(--text-primary)}[data-theme=ndp] .ndp-ticket-close svg{width:16px;height:16px}[data-theme=ndp] .ndp-ticket-form{flex-direction:column;gap:14px;padding:18px 24px 22px;display:flex;overflow-y:auto}[data-theme=ndp] .ndp-field{flex-direction:column;gap:6px;min-width:0;display:flex}[data-theme=ndp] .ndp-field-row{grid-template-columns:1fr 1fr;gap:14px;display:grid}[data-theme=ndp] .ndp-field-label{color:var(--text-primary);letter-spacing:.01em;font-size:12px;font-weight:600}[data-theme=ndp] .ndp-field-optional{color:var(--text-muted);font-weight:400}[data-theme=ndp] .ndp-field input,[data-theme=ndp] .ndp-field select,[data-theme=ndp] .ndp-field textarea{color:var(--text-primary);background:var(--bg-card);border:1px solid var(--border-input);border-radius:var(--radius-md);transition:border-color var(--duration-normal) var(--ease-out), box-shadow var(--duration-normal) var(--ease-out);outline:none;padding:9px 12px;font-family:inherit;font-size:14px}[data-theme=ndp] .ndp-field textarea{resize:vertical;min-height:96px;font-family:inherit;line-height:1.5}[data-theme=ndp] .ndp-field input::placeholder,[data-theme=ndp] .ndp-field textarea::placeholder{color:var(--text-muted)}[data-theme=ndp] .ndp-field input:focus,[data-theme=ndp] .ndp-field select:focus,[data-theme=ndp] .ndp-field textarea:focus{border-color:var(--ndp-orange);box-shadow:var(--shadow-focus)}[data-theme=ndp] .ndp-field input[aria-invalid=true],[data-theme=ndp] .ndp-field select[aria-invalid=true],[data-theme=ndp] .ndp-field textarea[aria-invalid=true]{border-color:var(--status-error-fg)}[data-theme=ndp] .ndp-field-error{color:var(--status-error-fg);font-size:12px}[data-theme=ndp] .ndp-ticket-server-error{color:var(--status-error-fg);background:var(--status-error-bg);border-radius:var(--radius-md);padding:10px 12px;font-size:13px}[data-theme=ndp] .ndp-ticket-actions{border-top:1px solid var(--border-default);justify-content:flex-end;gap:10px;margin-top:6px;padding-top:16px;display:flex}[data-theme=ndp] .ndp-btn{border-radius:var(--radius-md);cursor:pointer;transition:background var(--duration-normal) var(--ease-out), border-color var(--duration-normal) var(--ease-out), color var(--duration-normal) var(--ease-out);border:1px solid #0000;padding:9px 16px;font-family:inherit;font-size:14px;font-weight:600}[data-theme=ndp] .ndp-btn-primary{background:var(--ndp-orange);color:#fff}[data-theme=ndp] .ndp-btn-primary:hover:not(:disabled){background:var(--ndp-orange-hover)}[data-theme=ndp] .ndp-btn-primary:active:not(:disabled){background:var(--ndp-orange-active)}[data-theme=ndp] .ndp-btn-primary:disabled{opacity:.55;cursor:not-allowed}[data-theme=ndp] .ndp-btn-secondary{background:var(--bg-card);color:var(--text-primary);border-color:var(--border-default)}[data-theme=ndp] .ndp-btn-secondary:hover{background:var(--bg-hover);border-color:var(--border-hover)}[data-theme=ndp] .ndp-ticket-success{text-align:center;flex-direction:column;align-items:center;gap:10px;padding:32px 24px 28px;display:flex}[data-theme=ndp] .ndp-ticket-success-icon{background:var(--status-success-bg);width:48px;height:48px;color:var(--status-success-fg);border-radius:50%;justify-content:center;align-items:center;font-size:24px;font-weight:700;display:flex}[data-theme=ndp] .ndp-ticket-success h3{font-family:var(--font-display);color:var(--text-primary);margin:0;font-size:22px;font-weight:400}[data-theme=ndp] .ndp-ticket-success p{color:var(--text-secondary);max-width:360px;margin:0 0 8px;font-size:14px;line-height:1.5}@keyframes ndp-ticket-fade{0%{opacity:0}to{opacity:1}}@keyframes ndp-ticket-rise{0%{opacity:0;transform:translateY(8px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@media (width<=640px){[data-theme=ndp] .ndp-ticket-backdrop{padding:0}[data-theme=ndp] .ndp-ticket-modal{border-radius:0;max-width:none;height:100vh;max-height:100vh}[data-theme=ndp] .ndp-field-row{grid-template-columns:1fr}}[data-theme=ndp] .ndp-shell{background:var(--bg-app);height:100vh;color:var(--text-primary);font-family:var(--font-primary);flex-direction:row;display:flex}[data-theme=ndp] .ndp-shell-main{flex-direction:column;flex:1;min-width:0;min-height:0;display:flex;overflow:hidden}[data-theme=ndp] .ndp-shell-content{background:var(--bg-app);flex:1;min-width:0;min-height:0;display:flex;overflow:hidden}[data-theme=ndp] .ndp-header{height:var(--header-height-mobile);background:var(--bg-app);border-bottom:1px solid var(--border-default);flex-shrink:0;align-items:center;gap:14px;padding:0 14px;display:flex}[data-theme=ndp] .ndp-header-crumb{color:var(--text-muted);align-items:center;gap:6px;font-size:13px;font-weight:500;display:none}[data-theme=ndp] .ndp-header-crumb .ndp-crumb-here{color:var(--text-primary)}[data-theme=ndp] .ndp-header-crumb svg{opacity:.55;width:14px;height:14px}[data-theme=ndp] .ndp-header-search{background:var(--bg-card);border:1px solid var(--border-default);border-radius:var(--radius-lg);height:36px;color:var(--text-muted);cursor:help;flex:1;align-items:center;gap:8px;max-width:560px;padding:0 10px;display:none}[data-theme=ndp] .ndp-header-search input:disabled{cursor:help}[data-theme=ndp] .ndp-header-search svg{flex-shrink:0;width:14px;height:14px}[data-theme=ndp] .ndp-header-search input{color:var(--text-primary);background:0 0;border:none;outline:none;flex:1;font-family:inherit;font-size:13px}[data-theme=ndp] .ndp-header-search input::placeholder{color:var(--text-muted)}[data-theme=ndp] .ndp-header-kbd{font-family:var(--font-mono);color:var(--text-muted);background:var(--bg-sunken);border-radius:var(--radius-sm);border:1px solid var(--border-default);padding:2px 6px;font-size:11px}[data-theme=ndp] .ndp-header-actions{flex-shrink:0;align-items:center;gap:8px;margin-left:auto;display:flex}[data-theme=ndp] .ndp-icon-btn{background:var(--bg-card);border:1px solid var(--border-default);border-radius:var(--radius-md);width:36px;height:36px;color:var(--text-secondary);cursor:pointer;transition:background var(--duration-normal) var(--ease-out), color var(--duration-normal) var(--ease-out), border-color var(--duration-normal) var(--ease-out);justify-content:center;align-items:center;display:inline-flex}[data-theme=ndp] .ndp-icon-btn:hover{background:var(--bg-hover);color:var(--text-primary);border-color:var(--border-hover)}[data-theme=ndp] .ndp-icon-btn svg{width:16px;height:16px}[data-theme=ndp] .ndp-header-avatar{background:var(--bg-card);width:36px;height:36px;color:var(--text-secondary);border:1px solid var(--border-default);font-size:13px;font-weight:600;font-family:var(--font-primary);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;display:inline-flex}[data-theme=ndp] .ndp-header-avatar:hover{background:var(--bg-hover);border-color:var(--border-hover);color:var(--text-primary)}[data-theme=ndp] .ndp-user-menu{position:relative}[data-theme=ndp] .ndp-user-menu-popover{background:var(--bg-card);border:1px solid var(--border-default);border-radius:var(--radius-md);min-width:240px;box-shadow:var(--shadow-lg);z-index:50;animation:ndp-menu-fade var(--duration-fast) var(--ease-out);position:absolute;top:calc(100% + 8px);right:0;overflow:hidden}[data-theme=ndp] .ndp-user-menu-info{border-bottom:1px solid var(--border-default);padding:12px 14px}[data-theme=ndp] .ndp-user-menu-name{color:var(--text-primary);font-size:14px;font-weight:600}[data-theme=ndp] .ndp-user-menu-email{color:var(--text-secondary);word-break:break-all;font-size:13px}[data-theme=ndp] .ndp-user-menu-item{text-align:left;width:100%;font-size:14px;font-family:var(--font-primary);color:var(--text-primary);cursor:pointer;background:0 0;border:none;padding:10px 14px;display:block}[data-theme=ndp] .ndp-user-menu-item:hover{background:var(--bg-hover)}@keyframes ndp-menu-fade{0%{opacity:0;transform:translateY(-2px)}to{opacity:1;transform:translateY(0)}}[data-theme=ndp] .ndp-sidebar{display:none}[data-theme=ndp] .ndp-bottom-nav{height:var(--bottom-nav-height);background:var(--bg-card);border-top:1px solid var(--border-default);padding-bottom:env(safe-area-inset-bottom,0);flex-shrink:0;justify-content:space-around;align-items:center;display:flex}[data-theme=ndp] .ndp-bottom-nav-item{min-width:var(--touch-target-min);min-height:var(--touch-target-min);color:var(--text-muted);cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;gap:2px;font-family:inherit;text-decoration:none;display:flex}[data-theme=ndp] .ndp-bottom-nav-item.is-active{color:var(--ndp-orange)}[data-theme=ndp] .ndp-bottom-nav-item svg{width:22px;height:22px}[data-theme=ndp] .ndp-bottom-nav-item span{font-size:11px;font-weight:500}[data-theme=ndp] .ndp-more-sheet-backdrop{z-index:60;animation:ndp-fade var(--duration-fast) var(--ease-out);background:#1f181473;align-items:flex-end;display:flex;position:fixed;inset:0}[data-theme=ndp] .ndp-more-sheet{background:var(--bg-card);border-top-left-radius:var(--radius-lg);border-top-right-radius:var(--radius-lg);width:100%;padding:8px 0 calc(env(safe-area-inset-bottom,0) + 12px);box-shadow:var(--shadow-lg);animation:ndp-slide-up var(--duration-moderate) var(--ease-out)}[data-theme=ndp] .ndp-more-sheet-handle{background:var(--border-default);border-radius:2px;width:36px;height:4px;margin:6px auto 8px}[data-theme=ndp] .ndp-more-sheet-item{width:100%;color:var(--text-primary);font-size:15px;font-weight:500;font-family:var(--font-primary);text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;gap:14px;padding:14px 20px;display:flex}[data-theme=ndp] .ndp-more-sheet-item:hover{background:var(--bg-hover)}[data-theme=ndp] .ndp-more-sheet-item svg{width:22px;height:22px;color:var(--text-secondary)}@keyframes ndp-fade{0%{opacity:0}to{opacity:1}}@keyframes ndp-slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}@media (width>=1025px){[data-theme=ndp] .ndp-header{height:var(--header-height-desktop);gap:20px;padding:0 24px}[data-theme=ndp] .ndp-header-crumb,[data-theme=ndp] .ndp-header-search{display:inline-flex}[data-theme=ndp] .ndp-header-actions{gap:10px}[data-theme=ndp] .ndp-bottom-nav{display:none}[data-theme=ndp] .ndp-sidebar{background:var(--bg-chrome);width:240px;color:var(--chrome-text);border-right:1px solid var(--chrome-border);flex-direction:column;flex-shrink:0;display:flex;overflow-y:auto}[data-theme=ndp] .ndp-side-head{border-bottom:1px solid var(--chrome-border);color:inherit;cursor:pointer;transition:background var(--duration-normal) var(--ease-out);align-items:center;gap:12px;padding:18px 16px;text-decoration:none;display:flex}[data-theme=ndp] .ndp-side-head:hover{background:var(--chrome-hover)}[data-theme=ndp] .ndp-side-head:focus-visible{outline:2px solid var(--ndp-orange);outline-offset:-2px}[data-theme=ndp] .ndp-side-mark{flex-shrink:0;justify-content:center;align-items:center;width:40px;height:48px;display:inline-flex}[data-theme=ndp] .ndp-side-mark img{object-fit:contain;width:100%;height:100%}[data-theme=ndp] .ndp-side-wordmark{flex-direction:column;gap:3px;min-width:0;display:flex}[data-theme=ndp] .ndp-side-wordmark-one{color:var(--chrome-text);letter-spacing:-.005em;white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:700;line-height:1.1;overflow:hidden}[data-theme=ndp] .ndp-side-wordmark-two{color:var(--chrome-text-muted);letter-spacing:.16em;text-transform:uppercase;font-size:10px;font-weight:500}[data-theme=ndp] .ndp-side-section{padding:18px 12px 4px}[data-theme=ndp] .ndp-side-section-label{letter-spacing:.14em;text-transform:uppercase;color:var(--chrome-text-muted);padding:0 8px 10px;font-size:10px;font-weight:600}[data-theme=ndp] .ndp-side-nav{flex-direction:column;gap:2px;display:flex}[data-theme=ndp] .ndp-nav-item{width:100%;color:var(--chrome-text);text-align:left;border-radius:var(--radius-md);cursor:pointer;appearance:none;transition:background var(--duration-normal) var(--ease-out), color var(--duration-normal) var(--ease-out);background:0 0;border:none;justify-content:flex-start;align-items:center;gap:12px;margin:0;padding:9px 10px;font-family:inherit;font-size:14px;font-weight:500;line-height:1.4;text-decoration:none;display:flex;position:relative}[data-theme=ndp] .ndp-nav-item:hover{background:var(--chrome-hover)}[data-theme=ndp] .ndp-nav-item.is-active{background:var(--chrome-active);color:#ffe7d6}[data-theme=ndp] .ndp-nav-item.is-active:before{content:"";background:var(--ndp-orange);border-radius:0 var(--radius-sm) var(--radius-sm) 0;width:3px;position:absolute;top:8px;bottom:8px;left:-10px}[data-theme=ndp] .ndp-nav-item.is-active svg{color:var(--ndp-orange);opacity:1}[data-theme=ndp] .ndp-nav-item svg{opacity:.85;flex-shrink:0;width:18px;height:18px}[data-theme=ndp] .ndp-nav-label{flex:1;min-width:0}[data-theme=ndp] .ndp-nav-pill{border-radius:var(--radius-full);min-width:22px;height:20px;color:var(--chrome-text-muted);letter-spacing:.02em;background:#ffffff12;justify-content:center;align-items:center;padding:0 6px;font-size:11px;font-weight:600;display:inline-flex}[data-theme=ndp] .ndp-nav-pill--accent{color:#f5c9a8;background:#c4622d33}[data-theme=ndp] .ndp-side-foot-wrap{border-top:1px solid var(--chrome-border);margin-top:auto;position:relative}[data-theme=ndp] .ndp-side-foot{width:100%;color:inherit;text-align:left;cursor:pointer;transition:background var(--duration-normal) var(--ease-out);background:0 0;border:none;align-items:flex-start;gap:12px;padding:16px 14px 18px;font-family:inherit;display:flex}[data-theme=ndp] .ndp-side-foot:hover{background:var(--chrome-hover)}[data-theme=ndp] .ndp-side-foot:focus-visible{outline:2px solid var(--ndp-orange);outline-offset:-2px}[data-theme=ndp] .ndp-side-foot-menu{background:var(--bg-chrome-2);border:1px solid var(--chrome-border);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);z-index:50;animation:ndp-menu-fade var(--duration-fast) var(--ease-out);padding:6px;position:absolute;bottom:calc(100% + 6px);left:12px;right:12px}[data-theme=ndp] .ndp-side-foot-menu-item{width:100%;color:var(--chrome-text);border-radius:var(--radius-sm);cursor:pointer;text-align:left;transition:background var(--duration-normal) var(--ease-out);background:0 0;border:none;align-items:center;gap:10px;padding:9px 12px;font-family:inherit;font-size:13px;font-weight:500;display:flex}[data-theme=ndp] .ndp-side-foot-menu-item:hover{background:var(--chrome-hover)}[data-theme=ndp] .ndp-side-foot-menu-item svg{width:15px;height:15px;color:var(--chrome-text-muted);flex-shrink:0}[data-theme=ndp] .ndp-side-foot-avatar{color:#fff;background:linear-gradient(135deg,#f47a4e,#b5380f);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:13px;font-weight:600;display:flex}[data-theme=ndp] .ndp-side-foot-text{flex-direction:column;gap:4px;min-width:0;display:flex}[data-theme=ndp] .ndp-side-foot-name{color:var(--chrome-text);white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:600;line-height:1.2;overflow:hidden}[data-theme=ndp] .ndp-side-foot-role{border-radius:var(--radius-full);color:#f5c9a8;letter-spacing:.08em;text-transform:uppercase;background:#c4622d2e;align-items:center;gap:5px;width:fit-content;padding:2px 8px;font-size:10px;font-weight:600;display:inline-flex}[data-theme=ndp] .ndp-side-foot-role svg{width:11px;height:11px}[data-theme=ndp] .ndp-side-foot-market{color:var(--chrome-text-muted);letter-spacing:.02em;margin-top:2px;font-size:11px}}@media (width<=1024px){[data-theme=ndp] .ndp-header-crumb,[data-theme=ndp] .ndp-header-search{display:none}}[data-theme=ndp] .ndp-chat-thread,[data-theme=ndp] .ndp-history-list,[data-theme=ndp] .ndp-references-body,[data-theme=ndp] .ndp-ref-card-content,[data-theme=ndp] .article-sheet-body{scrollbar-width:thin;scrollbar-color:var(--border-default) transparent}[data-theme=ndp] .ndp-chat-thread::-webkit-scrollbar{width:8px;height:8px}[data-theme=ndp] .ndp-history-list::-webkit-scrollbar{width:8px;height:8px}[data-theme=ndp] .ndp-references-body::-webkit-scrollbar{width:8px;height:8px}[data-theme=ndp] .ndp-ref-card-content::-webkit-scrollbar{width:8px;height:8px}[data-theme=ndp] .article-sheet-body::-webkit-scrollbar{width:8px;height:8px}[data-theme=ndp] .ndp-chat-thread::-webkit-scrollbar-track{background:0 0}[data-theme=ndp] .ndp-history-list::-webkit-scrollbar-track{background:0 0}[data-theme=ndp] .ndp-references-body::-webkit-scrollbar-track{background:0 0}[data-theme=ndp] .ndp-ref-card-content::-webkit-scrollbar-track{background:0 0}[data-theme=ndp] .article-sheet-body::-webkit-scrollbar-track{background:0 0}[data-theme=ndp] .ndp-chat-thread::-webkit-scrollbar-thumb{background:var(--border-default);border-radius:var(--radius-sm)}[data-theme=ndp] .ndp-history-list::-webkit-scrollbar-thumb{background:var(--border-default);border-radius:var(--radius-sm)}[data-theme=ndp] .ndp-references-body::-webkit-scrollbar-thumb{background:var(--border-default);border-radius:var(--radius-sm)}[data-theme=ndp] .ndp-ref-card-content::-webkit-scrollbar-thumb{background:var(--border-default);border-radius:var(--radius-sm)}[data-theme=ndp] .article-sheet-body::-webkit-scrollbar-thumb{background:var(--border-default);border-radius:var(--radius-sm)}[data-theme=ndp] .ndp-chat-thread::-webkit-scrollbar-thumb:hover{background:var(--border-hover)}[data-theme=ndp] .ndp-history-list::-webkit-scrollbar-thumb:hover{background:var(--border-hover)}[data-theme=ndp] .ndp-references-body::-webkit-scrollbar-thumb:hover{background:var(--border-hover)}[data-theme=ndp] .ndp-ref-card-content::-webkit-scrollbar-thumb:hover{background:var(--border-hover)}[data-theme=ndp] .article-sheet-body::-webkit-scrollbar-thumb:hover{background:var(--border-hover)}[data-theme=ndp] .ndp-ask-app{background:var(--bg-app);flex:1;width:100%;min-height:0;display:flex;overflow:hidden}[data-theme=ndp] .ndp-ask-chat{background:var(--bg-app);flex-direction:column;flex:1;min-width:0;display:flex}[data-theme=ndp] .ndp-chat-head{border-bottom:1px solid var(--border-default);background:var(--bg-app);justify-content:space-between;align-items:center;gap:16px;padding:20px 24px 14px;display:flex}[data-theme=ndp] .ndp-chat-head>div:first-child{flex:1;min-width:0}[data-theme=ndp] .ndp-chat-head h2{font-family:var(--font-display);color:var(--text-primary);letter-spacing:-.005em;margin:0 0 6px;font-size:24px;font-weight:400;line-height:1.15}[data-theme=ndp] .ndp-chat-head-meta{color:var(--text-muted);align-items:center;gap:8px;font-size:12px;display:flex}[data-theme=ndp] .ndp-chat-head-dot{background:var(--text-muted);opacity:.6;border-radius:50%;width:3px;height:3px}[data-theme=ndp] .ndp-chat-head-badge{background:var(--bg-tint);color:var(--ndp-orange-hover);border-radius:var(--radius-full);letter-spacing:.01em;align-items:center;gap:4px;padding:2px 8px;font-size:11px;font-weight:600;display:inline-flex}[data-theme=ndp] .ndp-chat-head-badge svg{width:10px;height:10px}[data-theme=ndp] .ndp-chat-references-toggle{background:var(--bg-card);border:1px solid var(--border-default);border-radius:var(--radius-md);height:36px;color:var(--text-primary);cursor:pointer;transition:background var(--duration-normal) var(--ease-out), border-color var(--duration-normal) var(--ease-out);flex-shrink:0;align-items:center;gap:8px;padding:0 14px;font-family:inherit;font-size:13px;font-weight:600;display:inline-flex}[data-theme=ndp] .ndp-chat-references-toggle:hover{background:var(--bg-hover);border-color:var(--border-hover)}[data-theme=ndp] .ndp-chat-references-toggle svg{width:14px;height:14px;color:var(--text-muted)}[data-theme=ndp] .ndp-chat-error{background:var(--status-error-bg);border:1px solid var(--status-error-fg);color:var(--status-error-fg);border-radius:var(--radius-md);justify-content:space-between;align-items:center;gap:12px;margin:12px 24px 0;padding:10px 14px;font-size:13px;display:flex}[data-theme=ndp] .ndp-chat-error button{color:inherit;cursor:pointer;background:0 0;border:none;font-size:20px;line-height:1}[data-theme=ndp] .ndp-chat-thread{flex-direction:column;flex:1;gap:24px;padding:24px;display:flex;overflow-y:auto}[data-theme=ndp] .ndp-chat-bottom-pad{flex-shrink:0;min-height:60vh}[data-theme=ndp] .ndp-chat-empty{text-align:center;max-width:540px;margin:auto;padding:32px 16px}[data-theme=ndp] .ndp-chat-empty-emoji{margin-bottom:14px;font-size:56px;line-height:1}[data-theme=ndp] .ndp-chat-empty-title{font-family:var(--font-display);color:var(--text-primary);margin:0 0 8px;font-size:28px;font-weight:400}[data-theme=ndp] .ndp-chat-empty-sub{color:var(--text-secondary);max-width:420px;margin:0 auto 22px;font-size:14px;line-height:1.55}[data-theme=ndp] .ndp-chat-empty-chips{flex-wrap:wrap;justify-content:center;gap:8px;display:flex}[data-theme=ndp] .ndp-chip{background:var(--bg-card);border:1px solid var(--border-default);border-radius:var(--radius-full);height:32px;color:var(--text-primary);cursor:pointer;transition:background var(--duration-normal) var(--ease-out), border-color var(--duration-normal) var(--ease-out);align-items:center;gap:6px;padding:0 12px;font-family:inherit;font-size:13px;display:inline-flex}[data-theme=ndp] .ndp-chip:hover{background:var(--bg-hover);border-color:var(--border-hover)}[data-theme=ndp] .ndp-chip svg{width:12px;height:12px;color:var(--ndp-orange)}[data-theme=ndp] .ndp-msg-user{flex-direction:column;align-items:flex-end;gap:4px;display:flex}[data-theme=ndp] .ndp-msg-user-bubble{background:var(--bg-tint);color:var(--text-primary);border:1px solid var(--ndp-orange-tint-2);word-wrap:break-word;border-radius:16px 16px 4px;max-width:80%;padding:12px 16px;font-size:15px;line-height:1.5}[data-theme=ndp] .ndp-msg-user-stamp{color:var(--text-muted);font-size:11px}[data-theme=ndp] .ndp-msg-ai{flex-direction:column;gap:10px;display:flex}[data-theme=ndp] .ndp-msg-ai-head{align-items:center;gap:10px;display:flex}[data-theme=ndp] .ndp-ai-avatar{font-size:22px;line-height:1}[data-theme=ndp] .ndp-ai-role{color:var(--text-primary);font-size:14px;font-weight:600}[data-theme=ndp] .ndp-confidence{border-radius:var(--radius-full);background:var(--status-success-bg);color:var(--status-success-fg);align-items:center;gap:6px;margin-left:auto;padding:3px 10px;font-size:11px;font-weight:600;display:inline-flex}[data-theme=ndp] .ndp-confidence-dot{background:currentColor;border-radius:50%;width:6px;height:6px}[data-theme=ndp] .ndp-confidence--warning{background:var(--status-warning-bg);color:var(--status-warning-fg)}[data-theme=ndp] .ndp-confidence--muted{background:var(--bg-sunken);color:var(--text-muted)}[data-theme=ndp] .ndp-verified-badge{border-radius:var(--radius-full);background:color-mix(in srgb, var(--accent-primary,#2563eb) 14%, transparent);color:var(--accent-primary,#2563eb);align-items:center;gap:6px;margin-left:8px;padding:3px 10px;font-size:11px;font-weight:600;display:inline-flex}[data-theme=ndp] .ndp-verified-badge:before{content:"✓";font-size:12px;line-height:1}[data-theme=ndp] .ndp-verified-badge--mixed{background:var(--status-warning-bg);color:var(--status-warning-fg)}[data-theme=ndp] .ndp-verified-badge--mixed:before{content:"⚠"}[data-theme=ndp] .ndp-icon-btn.is-active{background:color-mix(in srgb, var(--accent-primary,#2563eb) 12%, transparent);color:var(--accent-primary,#2563eb)}[data-theme=ndp] .ndp-msg-ai-body{background:var(--bg-card);border:1px solid var(--border-default);border-radius:var(--radius-lg);color:var(--text-primary);padding:18px 22px;font-size:15px;line-height:1.6}[data-theme=ndp] .ndp-msg-ai-body p{margin:0 0 10px}[data-theme=ndp] .ndp-msg-ai-body p:last-child{margin-bottom:0}[data-theme=ndp] .ndp-msg-ai-body h1,[data-theme=ndp] .ndp-msg-ai-body h2,[data-theme=ndp] .ndp-msg-ai-body h3,[data-theme=ndp] .ndp-msg-ai-body h4{font-family:var(--font-primary);color:var(--text-primary);margin:16px 0 6px;font-size:15px;font-weight:600}[data-theme=ndp] .ndp-msg-ai-body h1:first-child,[data-theme=ndp] .ndp-msg-ai-body h2:first-child,[data-theme=ndp] .ndp-msg-ai-body h3:first-child,[data-theme=ndp] .ndp-msg-ai-body h4:first-child{margin-top:0}[data-theme=ndp] .ndp-msg-ai-body ul,[data-theme=ndp] .ndp-msg-ai-body ol{margin:8px 0;padding-left:22px}[data-theme=ndp] .ndp-msg-ai-body li{margin-bottom:4px}[data-theme=ndp] .ndp-msg-ai-body strong{font-weight:600}[data-theme=ndp] .ndp-msg-ai-body a{color:var(--ndp-orange-hover)}[data-theme=ndp] .ndp-source-chips{border-top:1px dashed var(--border-default);flex-wrap:wrap;align-items:center;gap:6px;margin-top:14px;padding-top:12px;display:flex}[data-theme=ndp] .ndp-source-chips-label{letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);margin-right:4px;font-size:11px;font-weight:600}[data-theme=ndp] .ndp-src-chip{background:var(--bg-sunken);border:1px solid var(--border-default);height:28px;color:var(--text-primary);border-radius:var(--radius-full);cursor:pointer;transition:background var(--duration-normal) var(--ease-out), border-color var(--duration-normal) var(--ease-out);align-items:center;gap:6px;max-width:240px;padding:0 10px 0 6px;font-family:inherit;font-size:12px;font-weight:500;text-decoration:none;display:inline-flex}[data-theme=ndp] .ndp-src-chip:hover{background:var(--bg-tint);border-color:var(--ndp-orange-tint-2)}[data-theme=ndp] .ndp-src-chip-num{display:none}[data-theme=ndp] .ndp-src-chip-count{color:var(--text-muted);flex-shrink:0;font-size:11px;font-weight:500}[data-theme=ndp] .ndp-src-chip-title{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}[data-theme=ndp] .ndp-msg-ai-foot{align-items:center;gap:6px;padding:0 6px;display:flex}[data-theme=ndp] .ndp-icon-btn--sm{border-radius:var(--radius-sm);width:28px;height:28px;color:var(--text-muted);cursor:pointer;transition:background var(--duration-normal) var(--ease-out), color var(--duration-normal) var(--ease-out);background:0 0;border:1px solid #0000;justify-content:center;align-items:center;display:inline-flex}[data-theme=ndp] .ndp-icon-btn--sm:hover{background:var(--bg-hover);color:var(--text-primary)}[data-theme=ndp] .ndp-icon-btn--sm.is-active{background:var(--bg-tint);color:var(--ndp-orange-hover)}[data-theme=ndp] .ndp-icon-btn--sm:disabled{opacity:.4;cursor:not-allowed}[data-theme=ndp] .ndp-icon-btn--sm svg{width:14px;height:14px}[data-theme=ndp] .ndp-msg-ai-foot-meta{color:var(--text-muted);margin-left:auto;font-size:11px}[data-theme=ndp] .ndp-stream-status{color:var(--text-muted);align-items:center;gap:10px;padding:2px 0 2px 36px;font-size:13px;font-style:italic;display:flex}[data-theme=ndp] .ndp-stream-status-dot{background:var(--ndp-orange);border-radius:50%;flex-shrink:0;width:6px;height:6px;animation:1.6s ease-in-out infinite ndp-stream-breath}[data-theme=ndp] .ndp-stream-status-label{animation:.24s ease-out ndp-stream-fade}@keyframes ndp-stream-breath{0%,to{opacity:.55;transform:scale(.9)}50%{opacity:1;transform:scale(1.1)}}@keyframes ndp-stream-fade{0%{opacity:0;transform:translateY(2px)}to{opacity:1;transform:translateY(0)}}[data-theme=ndp] .ndp-stream-caret{vertical-align:text-bottom;background:var(--ndp-orange);opacity:.75;border-radius:1px;width:6px;height:.95em;margin-left:2px;animation:1s steps(2,jump-none) infinite ndp-stream-caret-blink;display:inline-block}@keyframes ndp-stream-caret-blink{0%,to{opacity:.75}50%{opacity:0}}[data-theme=ndp] .ndp-msg-typing{align-items:center;gap:10px;display:flex}[data-theme=ndp] .ndp-typing-dots{background:var(--bg-card);border:1px solid var(--border-default);border-radius:16px 16px 16px 4px;gap:4px;padding:10px 14px;display:inline-flex}[data-theme=ndp] .ndp-typing-dots .dot{background:var(--text-muted);border-radius:50%;width:6px;height:6px;animation:1.2s ease-in-out infinite ndp-typing}[data-theme=ndp] .ndp-typing-dots .dot:nth-child(2){animation-delay:.15s}[data-theme=ndp] .ndp-typing-dots .dot:nth-child(3){animation-delay:.3s}@keyframes ndp-typing{0%,60%,to{opacity:.3;transform:translateY(0)}30%{opacity:1;transform:translateY(-3px)}}[data-theme=ndp] .ndp-fork{background:var(--bg-card);border:1px solid var(--border-default);border-radius:var(--radius-lg);flex-direction:column;gap:12px;padding:14px 18px;display:flex}[data-theme=ndp] .ndp-fork-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}[data-theme=ndp] .ndp-fork-label{color:var(--text-primary);font-size:13px;font-weight:600}[data-theme=ndp] .ndp-fork-actions{flex-wrap:wrap;gap:8px;display:flex}[data-theme=ndp] .ndp-fork-btn{border-radius:var(--radius-md);cursor:pointer;border:1px solid var(--border-default);background:var(--bg-card);height:32px;color:var(--text-primary);transition:background var(--duration-normal) var(--ease-out), border-color var(--duration-normal) var(--ease-out);align-items:center;gap:6px;padding:0 12px;font-family:inherit;font-size:13px;font-weight:600;display:inline-flex}[data-theme=ndp] .ndp-fork-btn svg{width:13px;height:13px}[data-theme=ndp] .ndp-fork-btn--yes:hover{background:var(--status-success-bg);border-color:var(--status-success-fg);color:var(--status-success-fg)}[data-theme=ndp] .ndp-fork-btn--no:hover{background:var(--bg-hover);border-color:var(--border-hover)}[data-theme=ndp] .ndp-fork-btn--yes.is-active{background:var(--status-success-bg);border-color:var(--status-success-fg);color:var(--status-success-fg)}[data-theme=ndp] .ndp-fork-btn--yes.is-active:hover{filter:brightness(.97)}[data-theme=ndp] .ndp-fork-btn--no.is-active{background:var(--status-warning-bg);border-color:var(--status-warning-fg);color:var(--status-warning-fg)}[data-theme=ndp] .ndp-fork-btn--no.is-active:hover{filter:brightness(.97)}[data-theme=ndp] .ndp-fork-clear-btn{color:var(--text-muted);cursor:pointer;text-underline-offset:2px;background:0 0;border:none;margin-left:4px;padding:0 6px;font-family:inherit;font-size:12px;text-decoration:underline}[data-theme=ndp] .ndp-fork-clear-btn:hover{color:var(--text-secondary)}[data-theme=ndp] .ndp-fork-thanks{background:var(--status-success-bg);color:var(--status-success-fg);border-radius:var(--radius-full);animation:ndp-fork-thanks-in var(--duration-normal) var(--ease-out);align-self:flex-start;align-items:center;gap:6px;margin-top:8px;padding:5px 10px;font-size:12px;font-weight:600;display:inline-flex}[data-theme=ndp] .ndp-fork-thanks svg{width:12px;height:12px;color:var(--status-success-bg);background:currentColor;border-radius:50%;padding:2px}@keyframes ndp-fork-thanks-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}[data-theme=ndp] .ndp-fork-ticket-link{background:var(--bg-tint);border:1px solid var(--ndp-orange-tint-2);border-radius:var(--radius-md);color:var(--text-primary);text-align:left;cursor:pointer;width:100%;transition:background var(--duration-normal) var(--ease-out);align-items:center;gap:10px;padding:10px 14px;font-family:inherit;font-size:13px;display:flex}[data-theme=ndp] .ndp-fork-ticket-link:hover{background:var(--ndp-orange-tint-2)}[data-theme=ndp] .ndp-fork-ticket-link strong{font-weight:700}[data-theme=ndp] .ndp-fork-ticket-link svg{width:14px;height:14px;color:var(--ndp-orange-hover);margin-left:auto}[data-theme=ndp] .ndp-fork-emoji{font-size:18px}[data-theme=ndp] .ndp-fork-resolved-row{color:var(--status-success-fg);align-items:center;gap:8px;font-size:13px;font-weight:600;display:flex}[data-theme=ndp] .ndp-fork-resolved-row svg{background:var(--status-success-bg);border-radius:50%;width:16px;height:16px;padding:3px}[data-theme=ndp] .ndp-fork-reset{color:var(--text-muted);cursor:pointer;background:0 0;border:none;margin-left:auto;font-family:inherit;font-size:12px;text-decoration:underline}[data-theme=ndp] .ndp-fork-escalate{flex-direction:column;gap:10px;display:flex}[data-theme=ndp] .ndp-fork-option{text-align:left;background:var(--bg-card);border:1px solid var(--border-default);border-radius:var(--radius-md);cursor:pointer;transition:background var(--duration-normal) var(--ease-out), border-color var(--duration-normal) var(--ease-out);color:var(--text-primary);align-items:flex-start;gap:12px;padding:14px 16px;font-family:inherit;display:flex}[data-theme=ndp] .ndp-fork-option:hover:not(.ndp-fork-option--placeholder){background:var(--bg-hover);border-color:var(--ndp-orange)}[data-theme=ndp] .ndp-fork-option--placeholder{opacity:.7;cursor:not-allowed}[data-theme=ndp] .ndp-fork-option-icon{border-radius:var(--radius-md);background:var(--bg-sunken);width:36px;height:36px;color:var(--text-secondary);flex-shrink:0;justify-content:center;align-items:center;font-size:18px;display:inline-flex}[data-theme=ndp] .ndp-fork-option--ai .ndp-fork-option-icon{background:var(--bg-tint);color:var(--ndp-orange-hover)}[data-theme=ndp] .ndp-fork-option-icon svg{width:16px;height:16px}[data-theme=ndp] .ndp-fork-option-title{align-items:center;gap:8px;font-size:14px;font-weight:600;display:flex}[data-theme=ndp] .ndp-fork-option-badge{background:var(--bg-tint);color:var(--ndp-orange-hover);border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:4px;padding:2px 8px;font-size:10px;font-weight:700;display:inline-flex}[data-theme=ndp] .ndp-fork-option-badge svg{width:9px;height:9px}[data-theme=ndp] .ndp-fork-option-coming{color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;background:var(--bg-sunken);border-radius:var(--radius-full);padding:2px 6px;font-size:10px;font-weight:500}[data-theme=ndp] .ndp-fork-option-sub{color:var(--text-secondary);margin-top:3px;font-size:12px;line-height:1.5}[data-theme=ndp] .ndp-composer{border-top:1px solid var(--border-default);background:var(--bg-app);padding:14px 24px 18px}[data-theme=ndp] .ndp-composer-row{background:var(--bg-card);border:1px solid var(--border-default);border-radius:var(--radius-lg);transition:border-color var(--duration-normal) var(--ease-out), box-shadow var(--duration-normal) var(--ease-out);align-items:flex-end;gap:10px;padding:10px 12px 10px 14px;display:flex}[data-theme=ndp] .ndp-composer-row:focus-within{border-color:var(--ndp-orange);box-shadow:var(--shadow-focus)}[data-theme=ndp] .ndp-composer-row>svg{width:16px;height:16px;color:var(--ndp-orange);flex-shrink:0;margin-bottom:6px}[data-theme=ndp] .ndp-composer-row textarea{color:var(--text-primary);resize:none;background:0 0;border:none;outline:none;flex:1;min-height:24px;max-height:140px;font-family:inherit;font-size:15px;line-height:1.5}[data-theme=ndp] .ndp-composer-row textarea::placeholder{color:var(--text-muted)}[data-theme=ndp] .ndp-composer-send{background:var(--ndp-orange);border-radius:var(--radius-md);cursor:pointer;color:#fff;width:32px;height:32px;transition:background var(--duration-normal) var(--ease-out), opacity var(--duration-normal) var(--ease-out);border:none;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}[data-theme=ndp] .ndp-composer-send:hover:not(:disabled){background:var(--ndp-orange-hover)}[data-theme=ndp] .ndp-composer-send:disabled{opacity:.4;cursor:not-allowed}[data-theme=ndp] .ndp-composer-send svg{width:16px;height:16px}[data-theme=ndp] .ndp-composer-disclaimer{color:var(--text-muted);text-align:center;margin-top:8px;font-size:11px}[data-theme=ndp] .ndp-ask-history{display:none}@media (width>=1025px){[data-theme=ndp] .ndp-ask-history{background:var(--bg-app);border-right:1px solid var(--border-default);flex-direction:column;flex-shrink:0;width:280px;display:flex;overflow:hidden}}[data-theme=ndp] .ndp-history-head{justify-content:space-between;align-items:center;gap:8px;padding:18px 18px 10px;display:flex}[data-theme=ndp] .ndp-history-head h3{letter-spacing:.14em;text-transform:uppercase;color:var(--text-muted);margin:0;font-size:11px;font-weight:700}[data-theme=ndp] .ndp-history-new{background:var(--ndp-orange);color:#fff;border-radius:var(--radius-md);cursor:pointer;height:28px;transition:background var(--duration-normal) var(--ease-out);border:none;align-items:center;gap:4px;padding:0 10px;font-family:inherit;font-size:12px;font-weight:600;display:inline-flex}[data-theme=ndp] .ndp-history-new:hover{background:var(--ndp-orange-hover)}[data-theme=ndp] .ndp-history-new svg{width:12px;height:12px}[data-theme=ndp] .ndp-history-search{padding:0 18px 12px;position:relative}[data-theme=ndp] .ndp-history-search svg{width:14px;height:14px;color:var(--text-muted);position:absolute;top:8px;left:28px}[data-theme=ndp] .ndp-history-search input{background:var(--bg-card);border:1px solid var(--border-default);border-radius:var(--radius-md);width:100%;height:32px;color:var(--text-primary);outline:none;padding:0 10px 0 30px;font-family:inherit;font-size:13px}[data-theme=ndp] .ndp-history-search input::placeholder{color:var(--text-muted)}[data-theme=ndp] .ndp-history-search input:disabled{background:var(--bg-sunken);color:var(--text-muted)}[data-theme=ndp] .ndp-history-list{flex:1;padding:0 12px 18px;overflow-y:auto}[data-theme=ndp] .ndp-history-empty{text-align:center;padding:24px 12px}[data-theme=ndp] .ndp-history-empty-icon{border-radius:var(--radius-md);background:var(--bg-sunken);width:44px;height:44px;color:var(--text-muted);justify-content:center;align-items:center;margin:0 auto 12px;display:flex}[data-theme=ndp] .ndp-history-empty-icon svg{width:22px;height:22px}[data-theme=ndp] .ndp-history-empty h4{font-family:var(--font-primary);color:var(--text-primary);margin:0 0 6px;font-size:13px;font-weight:600}[data-theme=ndp] .ndp-history-empty p{color:var(--text-muted);margin:0;font-size:12px;line-height:1.5}[data-theme=ndp] .ndp-history-error{color:var(--status-error-fg);padding:12px;font-size:12px}[data-theme=ndp] .ndp-history-group-label{letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);padding:14px 8px 6px;font-size:10px;font-weight:700}[data-theme=ndp] .ndp-history-item{border-radius:var(--radius-md);cursor:pointer;text-align:left;width:100%;transition:background var(--duration-normal) var(--ease-out);background:0 0;border:1px solid #0000;flex-direction:column;gap:4px;padding:10px 12px;font-family:inherit;display:flex}[data-theme=ndp] .ndp-history-item:hover{background:var(--bg-hover)}[data-theme=ndp] .ndp-history-item.is-active{background:var(--bg-tint);border-color:var(--ndp-orange-tint-2)}[data-theme=ndp] .ndp-history-item-title{color:var(--text-primary);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:13px;font-weight:500;line-height:1.35;display:-webkit-box;overflow:hidden}[data-theme=ndp] .ndp-history-item-meta{color:var(--text-muted);align-items:center;gap:6px;font-size:11px;display:flex}[data-theme=ndp] .ndp-history-item-dot{opacity:.6;background:currentColor;border-radius:50%;width:2px;height:2px}[data-theme=ndp] .ndp-references-panel{display:none}@media (width>=1025px){[data-theme=ndp] .ndp-references-panel{background:var(--bg-app);border-left:1px solid var(--border-default);flex-direction:column;flex-shrink:0;width:360px;display:flex;overflow:hidden}}[data-theme=ndp] .ndp-references-head{border-bottom:1px solid var(--border-default);justify-content:space-between;align-items:flex-start;gap:12px;padding:18px 18px 14px;display:flex}[data-theme=ndp] .ndp-references-head-title{flex:1;min-width:0}[data-theme=ndp] .ndp-references-head-title h3{font-family:var(--font-display);letter-spacing:-.005em;color:var(--text-primary);margin:0;font-size:22px;font-weight:400;line-height:1.15}[data-theme=ndp] .ndp-references-head-title p{color:var(--text-muted);margin:6px 0 0;font-size:12px}[data-theme=ndp] .ndp-references-close{background:var(--bg-sunken);width:28px;height:28px;color:var(--text-secondary);border-radius:var(--radius-md);cursor:pointer;transition:background var(--duration-normal) var(--ease-out), color var(--duration-normal) var(--ease-out);border:none;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}[data-theme=ndp] .ndp-references-close:hover{background:var(--bg-hover);color:var(--text-primary)}[data-theme=ndp] .ndp-references-close svg{width:14px;height:14px}[data-theme=ndp] .ndp-references-body{flex-direction:column;flex:1;gap:10px;padding:16px 18px;display:flex;overflow-y:auto}[data-theme=ndp] .ndp-references-empty{color:var(--text-muted);margin:0;padding:12px 0;font-size:13px}[data-theme=ndp] .ndp-ref-card{background:var(--bg-card);border:1px solid var(--border-default);border-radius:var(--radius-md);color:inherit;cursor:pointer;transition:border-color var(--duration-normal) var(--ease-out), background var(--duration-normal) var(--ease-out);gap:10px;padding:12px 14px;text-decoration:none;display:flex}[data-theme=ndp] .ndp-ref-card:hover{border-color:var(--border-hover);background:var(--bg-hover)}[data-theme=ndp] .ndp-ref-card--expandable{flex-direction:column;padding:0}[data-theme=ndp] .ndp-ref-card.is-open{border-color:var(--ndp-orange);background:var(--bg-card)}[data-theme=ndp] .ndp-ref-card-head{text-align:left;color:inherit;cursor:pointer;background:0 0;border:none;align-items:flex-start;gap:10px;width:100%;padding:12px 14px;font-family:inherit;display:flex}[data-theme=ndp] .ndp-ref-num{display:none}[data-theme=ndp] .ndp-ref-supported-by{border-top:1px solid var(--border-default);color:var(--text-secondary);margin:4px 0 0;padding-top:10px;font-size:12px;font-style:italic;line-height:1.5}[data-theme=ndp] .ndp-ref-card-body{flex:1;min-width:0}[data-theme=ndp] .ndp-ref-card-title{color:var(--text-primary);margin-bottom:4px;font-size:13px;font-weight:600;line-height:1.35}[data-theme=ndp] .ndp-ref-card-meta{align-items:center;gap:8px;display:flex}[data-theme=ndp] .ndp-ref-badge{border-radius:var(--radius-full);background:var(--bg-tint);color:var(--ndp-orange-hover);text-transform:uppercase;letter-spacing:.05em;padding:2px 8px;font-size:10px;font-weight:600}[data-theme=ndp] .ndp-ref-card-meta svg{width:12px;height:12px;color:var(--text-muted)}[data-theme=ndp] .ndp-ref-card-content{border-top:1px solid var(--border-default);max-height:480px;padding:14px;font-size:13px;line-height:1.55;overflow-y:auto}[data-theme=ndp] .ndp-ref-card-loading,[data-theme=ndp] .ndp-ref-card-error{color:var(--text-muted);margin:0;font-size:12px}[data-theme=ndp] .ndp-ref-card-error{color:var(--status-error-fg)}[data-theme=ndp] .ndp-ref-card-html{color:var(--text-primary)}[data-theme=ndp] .ndp-ref-card-html *{max-width:100%;font-family:inherit!important}[data-theme=ndp][data-mode=dark] .ndp-ref-card-html,[data-theme=ndp][data-mode=dark] .ndp-ref-card-html *{color:inherit!important;background-color:#0000!important}[data-theme=ndp][data-mode=dark] .ndp-ref-card-html a{color:var(--ndp-orange-hover)!important}[data-theme=ndp] .ndp-ref-card-html p{margin:0 0 8px}[data-theme=ndp] .ndp-ref-card-html ul,[data-theme=ndp] .ndp-ref-card-html ol{margin:4px 0 8px 20px;padding-left:4px}[data-theme=ndp] .ndp-ref-card-html a{color:var(--ndp-orange-hover)}[data-theme=ndp] .ndp-ref-card-external{background:var(--bg-tint);color:var(--ndp-orange-hover);border-radius:var(--radius-full);align-items:center;gap:6px;margin-top:10px;padding:6px 12px;font-size:12px;font-weight:600;text-decoration:none;display:inline-flex}[data-theme=ndp] .ndp-ref-card-external svg{width:12px;height:12px}[data-theme=ndp] .ndp-src-chip--video .ndp-src-chip-icon{color:var(--ndp-orange-hover)}[data-theme=ndp] .ndp-src-chip--video .ndp-src-chip-icon svg{width:12px;height:12px}[data-theme=ndp] .ndp-src-chip--video .ndp-src-chip-count{color:var(--ndp-orange-hover);font-weight:600}[data-theme=ndp] .ndp-ref-badge--time{color:var(--ndp-orange-hover);letter-spacing:.02em;background:#f869211f;font-weight:700}[data-theme=ndp] .ndp-ref-card-watch{background:var(--ndp-orange-hover);color:#fff;border-radius:var(--radius-full);align-items:center;gap:6px;margin:0 0 10px;padding:8px 14px;font-size:13px;font-weight:700;text-decoration:none;display:inline-flex}[data-theme=ndp] .ndp-ref-card-watch:hover{filter:brightness(1.05)}[data-theme=ndp] .article-sheet-backdrop{z-index:200;background:#1f181473;animation:.18s ease-out ndp-sheet-fade;position:fixed;inset:0}[data-theme=ndp] .article-sheet{background:var(--bg-card);border-top-left-radius:var(--radius-lg);border-top-right-radius:var(--radius-lg);z-index:201;max-height:85vh;padding-bottom:env(safe-area-inset-bottom,0);flex-direction:column;animation:.22s ease-out ndp-sheet-slide;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -8px 24px #1f181426}[data-theme=ndp] .article-sheet-grabber{background:var(--border-default);border-radius:4px;flex-shrink:0;width:40px;height:4px;margin:8px auto 4px}[data-theme=ndp] .article-sheet-header{border-bottom:1px solid var(--border-default);flex-shrink:0;justify-content:space-between;align-items:flex-start;gap:12px;padding:8px 16px 12px;display:flex}[data-theme=ndp] .article-sheet-title{color:var(--text-primary);margin:0;font-size:16px;font-weight:600;line-height:1.35}[data-theme=ndp] .article-sheet-close{background:var(--bg-sunken);width:32px;height:32px;color:var(--text-secondary);cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}[data-theme=ndp] .article-sheet-close:hover{background:var(--bg-hover)}[data-theme=ndp] .article-sheet-close svg{width:16px;height:16px}[data-theme=ndp] .article-sheet-body{-webkit-overflow-scrolling:touch;flex:1;padding:14px 16px;overflow-y:auto}[data-theme=ndp] .article-sheet-content{color:var(--text-primary);word-wrap:break-word;font-size:15px;line-height:1.6}[data-theme=ndp] .article-sheet-content *{max-width:100%;font-family:inherit!important}[data-theme=ndp] .article-sheet-content a{color:var(--ndp-orange-hover)}[data-theme=ndp][data-mode=dark] .article-sheet-content,[data-theme=ndp][data-mode=dark] .article-sheet-content *{color:inherit!important;background-color:#0000!important}[data-theme=ndp][data-mode=dark] .article-sheet-content a{color:var(--ndp-orange-hover)!important}[data-theme=ndp] .article-sheet-footer{border-top:1px solid var(--border-default);flex-shrink:0;padding:12px 16px}[data-theme=ndp] .article-sheet-external{border-radius:var(--radius-full);background:var(--ndp-orange);color:#fff;min-height:var(--touch-target-min);align-items:center;gap:6px;padding:10px 16px;font-size:14px;font-weight:600;text-decoration:none;display:inline-flex}@keyframes ndp-sheet-slide{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes ndp-sheet-fade{0%{opacity:0}to{opacity:1}}@media (width>=1025px){[data-theme=ndp] .article-sheet,[data-theme=ndp] .article-sheet-backdrop{display:none}}@media (width<=1024px){[data-theme=ndp] .ndp-chat-head{padding:14px 16px 10px}[data-theme=ndp] .ndp-chat-head h2{font-size:20px}[data-theme=ndp] .ndp-chat-thread{padding:16px 14px 20px}[data-theme=ndp] .ndp-msg-ai-body{padding:14px 16px;font-size:14px}[data-theme=ndp] .ndp-msg-user-bubble{font-size:14px}[data-theme=ndp] .ndp-composer{padding:10px 14px 14px}}[data-theme=ndp] .ndp-src-chip-icon{width:13px;height:13px;color:var(--text-muted);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}[data-theme=ndp] .ndp-src-chip-icon svg{width:100%;height:100%}[data-theme=ndp] .ndp-src-chip--kb .ndp-src-chip-icon{color:var(--text-muted)}[data-theme=ndp] .ndp-src-chip--ticket .ndp-src-chip-icon{color:var(--ndp-orange-hover)}[data-theme=ndp] .ndp-ticket-knowledge{color:var(--text-primary);flex-direction:column;gap:14px;display:flex}[data-theme=ndp] .ndp-ticket-knowledge-section{margin:0;padding:0}[data-theme=ndp] .ndp-ticket-knowledge-section h4{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin:0 0 6px;font-size:11px;font-weight:700}[data-theme=ndp] .ndp-ticket-knowledge-section p{white-space:pre-line;margin:0;font-size:13px;line-height:1.55}[data-theme=ndp] .ndp-kb-browse{background:var(--bg-secondary);flex-direction:column;width:100%;height:100%;display:flex;overflow:auto}[data-theme=ndp] .ndp-kb-landing{background:var(--bg-app);width:100%;height:100%;padding:28px 32px 56px;overflow-y:auto}[data-theme=ndp] .ndp-kb-landing-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:18px;display:flex}[data-theme=ndp] .ndp-kb-landing-sub{color:var(--text-secondary);max-width:560px;margin:8px 0 0;font-size:14px;line-height:1.55}[data-theme=ndp] .ndp-kb-stub-pill{background:var(--bg-card);border:1px dashed var(--border-strong);color:var(--text-muted);border-radius:var(--radius-full);letter-spacing:.04em;align-items:center;gap:6px;padding:5px 12px;font-size:11px;font-weight:600;display:inline-flex}[data-theme=ndp] .ndp-kb-stub-dot{background:var(--ndp-orange);border-radius:50%;width:6px;height:6px}[data-theme=ndp] .ndp-kb-landing-controls{flex-wrap:wrap;align-items:center;gap:12px;margin:14px 0 22px;display:flex}[data-theme=ndp] .ndp-kb-landing-search{background:var(--bg-card);border:1px solid var(--border-default);border-radius:var(--radius-lg);min-width:280px;height:44px;transition:border-color var(--duration-normal) var(--ease-out), box-shadow var(--duration-normal) var(--ease-out);flex:1;align-items:center;gap:10px;padding:0 14px;display:flex;position:relative}[data-theme=ndp] .ndp-kb-landing-search:focus-within{border-color:var(--ndp-orange);box-shadow:var(--shadow-focus)}[data-theme=ndp] .ndp-kb-landing-search svg{width:16px;height:16px;color:var(--text-muted);flex-shrink:0}[data-theme=ndp] .ndp-kb-landing-search input{color:var(--text-primary);background:0 0;border:none;outline:none;flex:1;font-family:inherit;font-size:14px}[data-theme=ndp] .ndp-kb-landing-search input::placeholder{color:var(--text-muted)}[data-theme=ndp] .ndp-kb-landing-search-clear{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:0 4px;font-size:18px;line-height:1}[data-theme=ndp] .ndp-kb-landing-search-clear:hover{color:var(--text-primary)}[data-theme=ndp] .ndp-kb-landing-filters{flex-wrap:wrap;flex-shrink:0;gap:8px;display:flex}[data-theme=ndp] .ndp-kb-filter-pill{background:var(--bg-card);border:1px solid var(--border-default);border-radius:var(--radius-full);height:30px;color:var(--text-secondary);cursor:pointer;transition:background var(--duration-normal) var(--ease-out), border-color var(--duration-normal) var(--ease-out);align-items:center;gap:6px;padding:0 12px;font-family:inherit;font-size:12px;font-weight:600;display:inline-flex}[data-theme=ndp] .ndp-kb-filter-pill:hover{background:var(--bg-hover);border-color:var(--border-hover)}[data-theme=ndp] .ndp-kb-filter-pill.is-active{background:var(--ndp-orange);border-color:var(--ndp-orange);color:#fff}[data-theme=ndp] .ndp-kb-filter-pill svg{width:12px;height:12px}[data-theme=ndp] .ndp-kb-landing-body{display:block}[data-theme=ndp] .ndp-kb-cat-pills{flex-wrap:wrap;gap:8px;margin:16px 0 14px;display:flex}[data-theme=ndp] .ndp-kb-cat-pills--sub{border-left:2px solid var(--ndp-orange-tint-2,var(--border));margin-top:-4px;padding-left:12px}[data-theme=ndp] .ndp-kb-cat-pill{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-full);color:var(--text-secondary);cursor:pointer;transition:background var(--duration-normal) var(--ease-out), color var(--duration-normal) var(--ease-out), border-color var(--duration-normal) var(--ease-out);align-items:center;gap:8px;padding:7px 14px;font-family:inherit;font-size:13.5px;font-weight:500;display:inline-flex}[data-theme=ndp] .ndp-kb-cat-pill:hover{background:var(--bg-hover);color:var(--text-primary);border-color:var(--border-hover,var(--border))}[data-theme=ndp] .ndp-kb-cat-pill.is-active{background:var(--bg-tint);border-color:var(--ndp-orange-tint-2,var(--ndp-orange-hover));color:var(--ndp-orange-active,var(--ndp-orange-hover));font-weight:600}[data-theme=ndp] .ndp-kb-cat-pill.is-sub{padding:5px 12px;font-size:12.5px}[data-theme=ndp] .ndp-kb-cat-pill-count{color:var(--text-muted);font-variant-numeric:tabular-nums;background:var(--bg-tint);border-radius:var(--radius-full);padding:1px 7px;font-size:11.5px}[data-theme=ndp] .ndp-kb-cat-pill.is-active .ndp-kb-cat-pill-count{color:var(--ndp-orange-hover);background:#fff9}[data-theme=ndp][data-mode=dark] .ndp-kb-cat-pill.is-active .ndp-kb-cat-pill-count{background:#00000040}[data-theme=ndp] .ndp-kb-cat-pill-chev{opacity:.7;font-size:10px}[data-theme=ndp] .ndp-kb-landing-cats{flex-direction:column;gap:4px;display:flex;position:sticky;top:0}[data-theme=ndp] .ndp-kb-cat{border-radius:var(--radius-md);width:100%;color:var(--text-secondary);cursor:pointer;text-align:left;transition:background var(--duration-normal) var(--ease-out), color var(--duration-normal) var(--ease-out);background:0 0;border:1px solid #0000;justify-content:space-between;align-items:center;gap:10px;padding:10px 14px;font-family:inherit;font-size:14px;font-weight:500;display:flex}[data-theme=ndp] .ndp-kb-cat:hover{background:var(--bg-hover);color:var(--text-primary)}[data-theme=ndp] .ndp-kb-cat.is-active{background:var(--bg-tint);color:var(--ndp-orange-active);font-weight:600}[data-theme=ndp] .ndp-kb-cat-count{color:var(--text-muted);font-variant-numeric:tabular-nums;font-size:12px}[data-theme=ndp] .ndp-kb-cat.is-active .ndp-kb-cat-count{color:var(--ndp-orange-hover)}[data-theme=ndp] .ndp-kb-landing-grid-wrap{min-width:0}[data-theme=ndp] .ndp-kb-grid-meta{justify-content:space-between;align-items:baseline;gap:16px;margin-bottom:14px;display:flex}[data-theme=ndp] .ndp-kb-grid-meta-label{letter-spacing:.14em;text-transform:uppercase;color:var(--text-muted);font-size:11px;font-weight:700}[data-theme=ndp] .ndp-kb-grid-meta-sub{color:var(--text-muted);font-size:12px}[data-theme=ndp] .ndp-kb-grid-msg{text-align:center;color:var(--text-muted);padding:32px 16px;font-size:14px}[data-theme=ndp] .ndp-kb-grid-msg--error{color:var(--status-error-fg)}[data-theme=ndp] .ndp-kb-card-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}[data-theme=ndp] .ndp-kb-card{background:var(--bg-card);border:1px solid var(--border-default);border-radius:var(--radius-lg);text-align:left;color:var(--text-primary);cursor:pointer;transition:border-color var(--duration-normal) var(--ease-out), box-shadow var(--duration-normal) var(--ease-out), transform var(--duration-normal) var(--ease-out);flex-direction:column;gap:8px;padding:16px 18px 14px;font-family:inherit;display:flex}[data-theme=ndp] .ndp-kb-card:hover{border-color:var(--ndp-orange);box-shadow:var(--shadow-md);transform:translateY(-1px)}[data-theme=ndp] .ndp-kb-card-tag{flex-wrap:wrap;gap:6px;display:flex}[data-theme=ndp] .ndp-kb-card-badge{background:var(--bg-tint);color:var(--ndp-orange-hover);border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:4px;padding:2px 8px;font-size:10px;font-weight:700;display:inline-flex}[data-theme=ndp] .ndp-kb-card-badge--outline{background:var(--bg-sunken);color:var(--text-secondary)}[data-theme=ndp] .ndp-kb-card-title{font-family:var(--font-primary);color:var(--text-primary);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:15px;font-weight:600;line-height:1.35;display:-webkit-box;overflow:hidden}[data-theme=ndp] .ndp-kb-card-breadcrumb{color:var(--text-muted);margin:0;font-size:11px;line-height:1.4}[data-theme=ndp] .ndp-kb-card-excerpt{color:var(--text-secondary);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;font-size:13px;line-height:1.5;display:-webkit-box;overflow:hidden}[data-theme=ndp] .ndp-kb-card-foot{color:var(--text-muted);border-top:1px dashed var(--border-default);justify-content:space-between;align-items:center;gap:8px;margin-top:4px;padding-top:8px;font-size:11px;display:flex}[data-theme=ndp] .ndp-kb-card-foot-right{color:var(--ndp-orange-hover);align-items:center;gap:4px;font-weight:600;display:inline-flex}[data-theme=ndp] .ndp-kb-card-foot-right svg{width:11px;height:11px}@media (width<=1024px){[data-theme=ndp] .ndp-kb-landing{padding:18px 14px 40px}[data-theme=ndp] .ndp-kb-landing-body{grid-template-columns:1fr;gap:16px}[data-theme=ndp] .ndp-kb-landing-cats{flex-flow:wrap;position:static}[data-theme=ndp] .ndp-kb-cat{width:auto}[data-theme=ndp] .ndp-kb-card-grid{grid-template-columns:1fr}}[data-theme=ndp] .ndp-kb-list,[data-theme=ndp] .ndp-kb-content{flex-direction:column;min-height:0;display:flex}[data-theme=ndp] .ndp-kb-list-scroll,[data-theme=ndp] .ndp-kb-content,[data-theme=ndp] .ndp-kb-outline-inner{scrollbar-width:thin;scrollbar-color:var(--border-hover) transparent}[data-theme=ndp] .ndp-kb-list-scroll::-webkit-scrollbar{width:8px;height:8px}[data-theme=ndp] .ndp-kb-content::-webkit-scrollbar{width:8px;height:8px}[data-theme=ndp] .ndp-kb-outline-inner::-webkit-scrollbar{width:8px;height:8px}[data-theme=ndp] .ndp-kb-list-scroll::-webkit-scrollbar-track{background:0 0}[data-theme=ndp] .ndp-kb-content::-webkit-scrollbar-track{background:0 0}[data-theme=ndp] .ndp-kb-outline-inner::-webkit-scrollbar-track{background:0 0}[data-theme=ndp] .ndp-kb-list-scroll::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}[data-theme=ndp] .ndp-kb-content::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}[data-theme=ndp] .ndp-kb-outline-inner::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}[data-theme=ndp] .ndp-kb-list-scroll::-webkit-scrollbar-thumb:hover{background:var(--border-hover)}[data-theme=ndp] .ndp-kb-content::-webkit-scrollbar-thumb:hover{background:var(--border-hover)}[data-theme=ndp] .ndp-kb-outline-inner::-webkit-scrollbar-thumb:hover{background:var(--border-hover)}[data-theme=ndp] .ndp-kb-list{background:var(--bg-primary);border-bottom:1px solid var(--border)}[data-theme=ndp] .ndp-kb-list-header{border-bottom:1px solid var(--border);flex-shrink:0}[data-theme=ndp] .ndp-kb-search-wrap{padding:14px 16px 10px;position:relative}[data-theme=ndp] .ndp-kb-search-icon{width:14px;height:14px;color:var(--text-muted);pointer-events:none;position:absolute;top:50%;left:26px;transform:translateY(-50%)}[data-theme=ndp] .ndp-kb-search{width:100%;font-size:14px;font-family:var(--font-body);background:var(--bg-secondary);color:var(--text-primary);border:1px solid var(--border);border-radius:var(--radius-sm);outline:none;padding:8px 32px;transition:border-color .12s,background .12s,box-shadow .12s}[data-theme=ndp] .ndp-kb-search::placeholder{color:var(--text-muted)}[data-theme=ndp] .ndp-kb-search:focus{border-color:var(--primary);background:var(--bg-primary);box-shadow:0 0 0 3px #e16c351f}[data-theme=ndp] .ndp-kb-search-clear{cursor:pointer;color:var(--text-muted);background:0 0;border:none;padding:0 4px;font-size:18px;line-height:1;position:absolute;top:50%;right:22px;transform:translateY(-50%)}[data-theme=ndp] .ndp-kb-search-clear:hover{color:var(--text-primary)}[data-theme=ndp] .ndp-kb-list-meta{text-transform:uppercase;letter-spacing:.6px;color:var(--text-muted);justify-content:space-between;align-items:center;padding:6px 16px 10px;font-size:11.5px;font-weight:700;display:flex}[data-theme=ndp] .ndp-kb-list-count{background:var(--bg-tint);color:var(--ndp-orange-hover);text-transform:none;letter-spacing:0;font-variant-numeric:tabular-nums;border-radius:10px;padding:2px 9px;font-size:11px;font-weight:600}[data-theme=ndp] .ndp-kb-list-scroll{flex:1;min-height:0;overflow-y:auto}[data-theme=ndp] .ndp-kb-list-scroll ul{margin:0;padding:6px 12px;list-style:none}[data-theme=ndp] .ndp-kb-list-item{text-align:left;border-radius:var(--radius-md);width:100%;color:var(--text-primary);font-family:var(--font-body);cursor:pointer;background:0 0;border:1px solid #0000;flex-direction:column;gap:5px;padding:10px 12px;transition:background .12s,border-color .12s;display:flex}[data-theme=ndp] .ndp-kb-list-item:hover{background:var(--bg-hover)}[data-theme=ndp] .ndp-kb-list-item.is-active{background:var(--bg-tint);border-color:var(--ndp-orange-tint-2)}[data-theme=ndp] .ndp-kb-list-item-title{color:var(--text-primary);font-size:14px;font-weight:500;line-height:1.3}[data-theme=ndp] .ndp-kb-list-item.is-active .ndp-kb-list-item-title{font-weight:600}[data-theme=ndp] .ndp-kb-list-item-meta{flex-wrap:wrap;gap:6px;font-size:11px;display:flex}[data-theme=ndp] .ndp-kb-pill{background:var(--bg-tertiary);color:var(--text-secondary);border-radius:10px;padding:2px 8px;font-size:10.5px;font-weight:500;line-height:1.4}[data-theme=ndp] .ndp-kb-pill-source{background:var(--bg-sunken);color:var(--text-secondary)}[data-theme=ndp] .ndp-kb-pill-outline{background:var(--primary-light);color:var(--primary);font-weight:600}[data-theme=ndp] .ndp-kb-result-item{text-align:left;border-radius:var(--radius-md);width:100%;color:var(--text-primary);font-family:var(--font-body);cursor:pointer;background:0 0;border:1px solid #0000;flex-direction:column;gap:4px;padding:12px;transition:background .12s,border-color .12s;display:flex}[data-theme=ndp] .ndp-kb-result-item+.ndp-kb-result-item{margin-top:4px}[data-theme=ndp] .ndp-kb-result-item:hover{background:var(--bg-hover)}[data-theme=ndp] .ndp-kb-result-item.is-active{background:var(--bg-tint);border-color:var(--ndp-orange-tint-2)}[data-theme=ndp] .ndp-kb-result-title{color:var(--text-primary);font-size:14px;font-weight:600;line-height:1.3}[data-theme=ndp] .ndp-kb-result-breadcrumb{color:var(--text-muted);font-size:11.5px;line-height:1.3}[data-theme=ndp] .ndp-kb-result-excerpt{color:var(--text-secondary);-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:12.5px;line-height:1.45;display:-webkit-box;overflow:hidden}[data-theme=ndp] .ndp-kb-result-similarity{color:var(--primary);font-variant-numeric:tabular-nums;font-size:10.5px;font-weight:600}[data-theme=ndp] .ndp-kb-content{background:var(--bg-app);flex:1;min-height:0;overflow-y:auto}[data-theme=ndp] .ndp-kb-content-empty{text-align:center;height:100%;color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;padding:0 24px;display:flex}[data-theme=ndp] .ndp-kb-content-empty h2{font-family:var(--font-display);color:var(--text-primary);margin:0 0 8px;font-size:32px;font-weight:400;line-height:1.15}[data-theme=ndp] .ndp-kb-doc{max-width:1240px;margin:0;padding:24px 24px 64px;display:block}[data-theme=ndp] .ndp-kb-article{background:var(--bg-primary);border-radius:var(--radius-md);min-width:0;padding:36px 44px 64px;box-shadow:0 1px #0000000a,0 8px 24px -12px #0000001a}[data-theme=ndp] .ndp-kb-article-header{border-bottom:1px solid var(--border);margin-bottom:24px;padding-bottom:20px}[data-theme=ndp] .ndp-kb-article-header h1{font-family:var(--font-display);letter-spacing:-.005em;color:var(--text-primary);margin:0 0 10px;font-size:34px;font-weight:400;line-height:1.15}[data-theme=ndp] .ndp-kb-article-category{text-transform:uppercase;letter-spacing:.8px;color:var(--primary);background:var(--primary-light);border-radius:var(--radius-full);padding:3px 10px;font-size:11px;font-weight:600;display:inline-block}[data-theme=ndp] .ndp-kb-article-body{color:var(--text-primary);font-size:15.5px;line-height:1.7}[data-theme=ndp][data-mode=dark] .ndp-kb-article-body,[data-theme=ndp][data-mode=dark] .ndp-kb-article-body *{color:inherit!important;background-color:#0000!important}[data-theme=ndp][data-mode=dark] .ndp-kb-article-body a{color:var(--ndp-orange-hover)!important}[data-theme=ndp][data-mode=dark] .ndp-kb-article-body h1.kb-tab{color:var(--ndp-orange)!important}[data-theme=ndp] .ndp-kb-article-body h1,[data-theme=ndp] .ndp-kb-article-body h2,[data-theme=ndp] .ndp-kb-article-body h3,[data-theme=ndp] .ndp-kb-article-body h4{scroll-margin-top:24px;font-weight:700}[data-theme=ndp] .ndp-kb-article-body h1{color:var(--text-primary);margin:36px 0 12px;font-size:22px}[data-theme=ndp] .ndp-kb-article-body h1.kb-tab{color:var(--primary);border-top:2px solid var(--primary);margin-top:44px;padding-top:22px}[data-theme=ndp] .ndp-kb-article-body h1.kb-tab:first-child{border-top:none;margin-top:0;padding-top:0}[data-theme=ndp] .ndp-kb-article-body h2{color:var(--text-primary);margin:32px 0 10px;font-size:18.5px}[data-theme=ndp] .ndp-kb-article-body h3{color:var(--text-secondary);margin:24px 0 8px;font-size:16px}[data-theme=ndp] .ndp-kb-article-body h4{color:var(--text-secondary);margin:20px 0 6px;font-size:14.5px}[data-theme=ndp] .ndp-kb-article-body p{margin:8px 0 16px}[data-theme=ndp] .ndp-kb-article-body ul,[data-theme=ndp] .ndp-kb-article-body ol{margin:8px 0 16px;padding-left:24px}[data-theme=ndp] .ndp-kb-article-body li{margin:4px 0}[data-theme=ndp] .ndp-kb-article-body img{border-radius:var(--radius-sm);border:1px solid var(--border);max-width:100%;height:auto;margin:14px 0}[data-theme=ndp] .ndp-kb-article-body video,[data-theme=ndp] .ndp-kb-article-body iframe{aspect-ratio:16/9;border-radius:var(--radius-sm);border:1px solid var(--border);width:100%;max-width:100%;height:auto;margin:14px 0;display:block}[data-theme=ndp] .ndp-kb-article-body .ld-video-segment{background:var(--bg-tint);border-left:3px solid var(--ndp-orange-hover,var(--primary));border-radius:var(--radius-sm);margin:10px 0;padding:10px 14px}[data-theme=ndp] .ndp-kb-article-body .ld-video-segment-head{margin:0 0 4px;font-size:13px;font-weight:600}[data-theme=ndp] .ndp-kb-article-body .ld-video-segment blockquote{color:var(--text-muted,inherit);border:0;margin:0;padding:0;font-size:14px;font-style:italic}[data-theme=ndp] .ndp-kb-article-body a{color:var(--primary);text-underline-offset:2px;text-decoration:underline}[data-theme=ndp] .ndp-kb-article-body a:hover{color:var(--primary-hover)}[data-theme=ndp] .ndp-kb-toc-mobile{background:var(--bg-secondary);border-left:3px solid var(--accent-blue);border-radius:var(--radius-sm);margin:0 0 22px}[data-theme=ndp] .ndp-kb-toc-mobile>summary{cursor:pointer;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.6px;-webkit-user-select:none;user-select:none;padding:10px 14px;font-size:12px;font-weight:700;list-style:none}[data-theme=ndp] .ndp-kb-toc-mobile>summary::-webkit-details-marker{display:none}[data-theme=ndp] .ndp-kb-toc-mobile>summary:before{content:"›";margin-right:8px;font-size:16px;transition:transform .15s;display:inline-block;transform:rotate(0)}[data-theme=ndp] .ndp-kb-toc-mobile[open]>summary:before{transform:rotate(90deg)}[data-theme=ndp] .ndp-kb-toc-mobile .ndp-kb-toc-list{padding:4px 0 8px}[data-theme=ndp] .ndp-kb-outline{display:none}[data-theme=ndp] .ndp-kb-toc-list,[data-theme=ndp] .ndp-kb-toc-list ul{margin:0;padding:0;list-style:none}[data-theme=ndp] .ndp-kb-toc-item{text-align:left;width:100%;font-family:var(--font-body);color:var(--text-secondary);cursor:pointer;text-overflow:ellipsis;white-space:nowrap;background:0 0;border:none;border-left:2px solid #0000;padding:5px 10px 5px 12px;font-size:13px;line-height:1.4;transition:background .1s,color .1s,border-color .1s;display:block;overflow:hidden}[data-theme=ndp] .ndp-kb-toc-item:hover{color:var(--text-primary);background:#c7d9e42e}[data-theme=ndp] .ndp-kb-toc-item.is-active{color:var(--primary);border-left-color:var(--primary);background:#e16c350f;font-weight:600}[data-theme=ndp] .ndp-kb-toc-item.type-tab{color:var(--text-primary);text-transform:uppercase;letter-spacing:.6px;margin-top:12px;margin-bottom:2px;font-size:11px;font-weight:700}[data-theme=ndp] .ndp-kb-toc-item.type-tab.is-active{color:var(--primary)}[data-theme=ndp] .ndp-kb-empty{color:var(--text-muted);text-align:center;padding:20px;font-size:14px}[data-theme=ndp] .ndp-kb-error{color:var(--error)}[data-theme=ndp] .ndp-kb-mobile-back{display:none}@media (width<=1024px){[data-theme=ndp] .ndp-kb-browse.has-article .ndp-kb-list{display:none}[data-theme=ndp] .ndp-kb-browse.has-article .ndp-kb-mobile-back{background:var(--bg-primary);border:1px solid var(--border);border-radius:var(--radius-full);width:auto;color:var(--primary);font-family:var(--font-body);cursor:pointer;box-shadow:var(--shadow-sm);z-index:2;align-self:flex-start;align-items:center;gap:8px;margin:12px 16px 0;padding:7px 14px 7px 10px;font-size:13px;font-weight:600;display:inline-flex;position:sticky;top:12px}[data-theme=ndp] .ndp-kb-browse.has-article .ndp-kb-mobile-back:hover{border-color:var(--primary);background:var(--primary-light)}[data-theme=ndp] .ndp-kb-doc{padding:12px 12px 48px}[data-theme=ndp] .ndp-kb-article{padding:22px 20px 40px}[data-theme=ndp] .ndp-kb-article-header h1{font-size:24px}}@media (width>=1025px){[data-theme=ndp] .ndp-kb-browse{flex-direction:row;overflow:hidden}[data-theme=ndp] .ndp-kb-list{border-right:1px solid var(--border);border-bottom:none;flex-shrink:0;width:320px}[data-theme=ndp] .ndp-kb-toc-mobile{display:none}[data-theme=ndp] .ndp-kb-doc.has-outline{align-items:flex-start;gap:20px;display:flex}[data-theme=ndp] .ndp-kb-doc.has-outline .ndp-kb-article{flex:1;min-width:0;max-width:880px}[data-theme=ndp] .ndp-kb-outline{flex-shrink:0;width:220px;max-height:calc(100vh - 80px);display:block;position:sticky;top:24px}[data-theme=ndp] .ndp-kb-outline-inner{max-height:calc(100vh - 80px);padding:4px 4px 20px 0;overflow-y:auto}[data-theme=ndp] .ndp-kb-outline-heading{text-transform:uppercase;letter-spacing:.7px;color:var(--text-muted);margin-bottom:10px;padding:0 12px;font-size:11px;font-weight:700}}[data-theme=ndp] .ndp-directory{background:var(--bg-secondary);flex:1;width:100%;overflow-y:auto}[data-theme=ndp] .ndp-directory-inner{max-width:1100px;margin:0 auto;padding:24px 20px}[data-theme=ndp] .ndp-directory-title{color:var(--text-primary);margin:0 0 4px;font-size:24px;font-weight:700}[data-theme=ndp] .ndp-directory-desc{color:var(--text-secondary);margin:0 0 20px;font-size:15px}[data-theme=ndp] .ndp-directory-filters{border-bottom:1px solid var(--border);flex-wrap:wrap;gap:6px;margin-bottom:24px;padding-bottom:16px;display:flex}[data-theme=ndp] .ndp-directory-chip{border-radius:var(--radius-full);border:1px solid var(--border);background:var(--bg-primary);color:var(--text-secondary);cursor:pointer;font-size:13px;font-weight:500;font-family:var(--font-body);padding:7px 16px;transition:all .15s}[data-theme=ndp] .ndp-directory-chip:hover{border-color:var(--primary);color:var(--primary)}[data-theme=ndp] .ndp-directory-chip.is-active{background:var(--primary);color:#fff;border-color:var(--primary)}[data-theme=ndp] .ndp-directory-grid{grid-template-columns:1fr;gap:16px;display:grid}[data-theme=ndp] .ndp-directory-empty{color:var(--text-muted);margin-top:16px;font-size:14px}[data-theme=ndp] .dir-card{background:var(--bg-primary);border:1px solid var(--border);border-radius:var(--radius-lg);cursor:pointer;outline:none;padding:20px;transition:border-color .15s,box-shadow .15s}[data-theme=ndp] .dir-card:hover,[data-theme=ndp] .dir-card:focus-visible{border-color:var(--primary);box-shadow:0 0 0 2px #e16c351a}[data-theme=ndp] .dir-card.is-open{border-color:var(--primary);background:#fffcfa}[data-theme=ndp] .dir-card-top{align-items:center;gap:14px;margin-bottom:12px;display:flex}[data-theme=ndp] .dir-avatar{background:var(--bg-tertiary);width:48px;height:48px;color:var(--text-secondary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:16px;font-weight:600;display:flex}[data-theme=ndp] .dir-name{color:var(--text-primary);font-size:15px;font-weight:600}[data-theme=ndp] .dir-title{color:var(--text-secondary);font-size:13px}[data-theme=ndp] .dir-badge{border-radius:var(--radius-full);margin-bottom:10px;padding:3px 10px;font-size:11px;font-weight:500;display:inline-block}[data-theme=ndp] .dir-badge--marketing{color:#9d174d;background:#fce7f3}[data-theme=ndp] .dir-badge--sales{color:#991b1b;background:#fee2e2}[data-theme=ndp] .dir-badge--product{color:#1e40af;background:#dbeafe}[data-theme=ndp] .dir-badge--accounting{color:#475569;background:#f1f5f9}[data-theme=ndp] .dir-badge--legal{color:#5b21b6;background:#ede9fe}[data-theme=ndp] .dir-badge--operations{color:#166534;background:#dcfce7}[data-theme=ndp] .dir-badge--leadership{color:#92400e;background:#fef3c7}[data-theme=ndp] .dir-owns{color:var(--text-secondary);margin:0 0 10px;font-size:13px;line-height:1.5}[data-theme=ndp] .dir-owns strong{color:var(--text-primary);font-weight:500}[data-theme=ndp] .dir-contact{align-items:center;gap:6px;display:flex}[data-theme=ndp] .dir-contact-pill{background:var(--bg-tertiary);border-radius:var(--radius-sm);color:var(--text-secondary);align-items:center;gap:4px;padding:3px 8px;font-size:12px;display:inline-flex}[data-theme=ndp] .dir-expanded{border-top:1px solid var(--border);margin-top:14px;padding-top:14px}[data-theme=ndp] .dir-detail-row{color:var(--text-secondary);align-items:center;gap:10px;margin-bottom:8px;font-size:13px;display:flex}[data-theme=ndp] .dir-detail-row:last-child{margin-bottom:0}[data-theme=ndp] .dir-detail-row svg{width:15px;height:15px;color:var(--text-muted);flex-shrink:0}[data-theme=ndp] .dir-detail-row a{color:var(--primary);text-decoration:none}[data-theme=ndp] .dir-detail-row a:hover{text-decoration:underline}@media (width>=600px){[data-theme=ndp] .ndp-directory-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1025px){[data-theme=ndp] .ndp-directory-grid{grid-template-columns:repeat(3,1fr)}}:root[data-theme=ndp]{--ndp-orange:#f15a28;--ndp-orange-hover:#d44315;--ndp-orange-active:#a8330e;--ndp-orange-tint:#fdebe2;--ndp-orange-tint-2:#f8cfbc;--ndp-deep:#2a1a0e;--font-primary:"Barlow", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--font-display:"Neuton", Georgia, "Times New Roman", serif;--font-mono:"JetBrains Mono", "SF Mono", Menlo, Consolas, monospace;--font-heading:var(--font-primary);--font-body:var(--font-primary);--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-8:32px;--space-10:40px;--space-12:48px;--space-16:64px;--space-20:80px;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--radius-2xl:24px;--radius-full:9999px;--duration-fast:.1s;--duration-normal:.15s;--duration-moderate:.2s;--duration-slow:.3s;--ease-out:cubic-bezier(0, 0, .2, 1);--ease-in-out:cubic-bezier(.4, 0, .2, 1);--header-height-desktop:60px;--header-height-mobile:48px;--bottom-nav-height:56px;--touch-target-min:44px;--bg-app:#f5f1eb;--bg-card:#fff;--bg-sunken:#efe9e0;--bg-hover:#f0e8dc;--bg-tint:var(--ndp-orange-tint);--bg-chrome:#1f1814;--bg-chrome-2:#2a211b;--chrome-border:#3a2f26;--chrome-text:#f2ebe0;--chrome-text-muted:#b6a99b;--chrome-hover:#ffffff0f;--chrome-active:#c4622d24;--text-primary:#1f1a17;--text-secondary:#5f564e;--text-muted:#8b8278;--text-disabled:#b5ada3;--text-inverse:#f5f1eb;--text-link:var(--ndp-orange-hover);--border-default:#e8e0d4;--border-hover:#d5c9b7;--border-strong:#bfaf99;--border-input:#ddd3c2;--shadow-sm:0 1px 2px #2a1a0e0d, 0 1px 1px #2a1a0e0a;--shadow-md:0 4px 12px #2a1a0e14;--shadow-lg:0 12px 32px #2a1a0e1f;--shadow-focus:0 0 0 3px #c4622d47;--shadow-inset:inset 0 0 0 1px var(--border-default);--status-success-fg:#1e8e4a;--status-success-bg:#e8f5ec;--status-warning-fg:#b96a0b;--status-warning-bg:#fbf1df;--status-error-fg:#b43232;--status-error-bg:#fae6e6;--status-info-fg:#1e6f88;--status-info-bg:#e6f2f7;--primary:var(--ndp-orange);--primary-hover:var(--ndp-orange-hover);--primary-light:var(--ndp-orange-tint);--bg-primary:var(--bg-card);--bg-secondary:var(--bg-app);--bg-tertiary:var(--bg-sunken);--border:var(--border-default);--accent-blue:#c7d9e4;--success:var(--status-success-fg);--warning:var(--status-warning-fg);--error:var(--status-error-fg);--info:var(--status-info-fg)}:root[data-theme=ndp][data-mode=dark]{--bg-app:#161210;--bg-card:#221c18;--bg-sunken:#1a1512;--bg-hover:#2c2520;--bg-tint:#2e211a;--bg-chrome:#0f0b09;--bg-chrome-2:#1a1411;--chrome-border:#2a211b;--chrome-text:#f2ebe0;--chrome-text-muted:#9a8e81;--chrome-hover:#ffffff0d;--chrome-active:#c4622d38;--text-primary:#f2ebe0;--text-secondary:#b8ac9d;--text-muted:#877c70;--text-disabled:#5a5249;--text-inverse:#1f1a17;--text-link:#e68552;--border-default:#2f2823;--border-hover:#45382f;--border-strong:#58493e;--border-input:#382f28;--shadow-sm:0 1px 2px #0000004d;--shadow-md:0 4px 12px #0006;--shadow-lg:0 12px 32px #0000008c;--shadow-focus:0 0 0 3px #c4622d59;--status-success-bg:#14301f;--status-warning-bg:#2e2410;--status-error-bg:#2b1414;--status-info-bg:#102228}:root[data-theme=ndp] body{font-family:var(--font-primary);background:var(--bg-app);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:1.5}:root[data-theme=ndp] *{box-sizing:border-box}:root[data-theme=ndp] .h-page{font-family:var(--font-display);letter-spacing:-.005em;color:var(--text-primary);font-size:34px;font-weight:400;line-height:1.1}:root[data-theme=ndp] .display-xl{font-family:var(--font-display);letter-spacing:-.01em;color:var(--text-primary);font-size:46px;font-weight:400;line-height:1.05}:root[data-theme=ndp] .display-lg{font-family:var(--font-display);letter-spacing:-.005em;color:var(--text-primary);font-size:36px;font-weight:400;line-height:1.08}:root[data-theme=ndp] .display-md{font-family:var(--font-display);color:var(--text-primary);font-size:28px;font-weight:400;line-height:1.15}:root[data-theme=ndp] .display-sm{font-family:var(--font-display);color:var(--text-primary);font-size:22px;font-weight:400;line-height:1.2}
