*,*:before,*:after{box-sizing:border-box}body,html{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;background:#f5f5f7;color:#1d1d1f;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.login-btn{background-color:#6366f1;color:#fff;padding:10px 20px;border:none;border-radius:12px;cursor:pointer;font-size:14px;font-weight:500;transition:all .2s ease;box-shadow:0 1px 2px #0000000d;display:inline-flex;align-items:center;gap:8px;text-decoration:none}.login-btn:hover{background-color:#5558e3;box-shadow:0 4px 12px #6366f140;transform:translateY(-1px)}.model-selector{display:flex;align-items:center;gap:8px}.model-dropdown,.tool-dropdown{padding:10px 40px 10px 16px;border:1px solid #e5e5e7;border-radius:12px;background-color:#fff;font-size:14px;font-weight:500;cursor:pointer;width:250px;transition:all .2s ease;box-shadow:0 1px 3px #0000000a;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='%236B7280' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:20px}button.tool-dropdown,button.model-dropdown{text-align:left}.model-dropdown:hover:not(:disabled),.tool-dropdown:hover:not(:disabled){border-color:#6366f1;background-color:#fafafa;box-shadow:0 2px 8px #6366f114}.model-dropdown:focus,.tool-dropdown:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.model-dropdown:disabled,.tool-dropdown:disabled{opacity:.5;cursor:not-allowed;background-color:#f5f5f7}.model-selector.error{color:#dc2626}.retry-btn{padding:8px 16px;border:1px solid #e5e5e7;border-radius:8px;background-color:#fff;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease;margin-left:8px}.retry-btn:hover{background-color:#f5f5f7;border-color:#6366f1;color:#6366f1}.fixed{position:fixed}.bottom-0{bottom:0}.left-0{left:0}.right-0{right:0}.bg-white{background-color:#fff}.border-t{border-top-width:1px}.max-w-4xl{max-width:56rem}.mx-auto{margin-left:auto;margin-right:auto}.p-4{padding:1rem}.flex{display:flex}.gap-3{gap:.75rem}.flex-1{flex:1;overflow-y:auto}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.border-gray-300{border-color:#d1d5db}.rounded-lg{border-radius:.5rem}.focus\:outline-none:focus{outline:none}.focus\:ring-1:focus{box-shadow:0 0 0 1px #3b82f680}.focus\:ring-2:focus{box-shadow:0 0 0 2px #3b82f680}.focus\:ring-blue-500:focus{--ring-color: #3b82f6}.focus\:border-transparent:focus{border-color:transparent}.bg-blue-600{background-color:#2563eb}.text-white{color:#fff}.hover\:bg-blue-700:hover{background-color:#1d4ed8}.disabled\:bg-gray-300:disabled{background-color:#d1d5db}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.transition-colors{transition:background-color .15s ease}.overflow-y-auto{overflow-y:auto}.space-y-4>*+*{margin-top:1rem}.justify-end{justify-content:flex-end}.justify-start{justify-content:flex-start}.bg-gray-100{background-color:#f3f4f6}.whitespace-pre-wrap{white-space:pre-wrap}.whitespace-nowrap{white-space:nowrap}.overflow-hidden{overflow:hidden}.text-ellipsis{text-overflow:ellipsis}.text-xs{font-size:.75rem}.text-blue-100{color:#dbeafe}.mt-1{margin-top:.25rem}.block{display:block}.animate-pulse{animation:pulse 1.5s cubic-bezier(.4,0,.6,1) infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.animation-delay-200{animation-delay:.2s}.animation-delay-400{animation-delay:.4s}.items-center{align-items:center}.space-x-2>*+*{margin-left:.5rem}.space-x-1>*+*{margin-left:.25rem}.h-2{height:.5rem}.w-2{width:.5rem}.bg-gray-400{background-color:#9ca3af}.rounded-full{border-radius:50%}.fixed-right-sidebar{position:fixed;top:60px;right:0;height:calc(100vh - 60px);width:20%;max-width:300px;min-width:250px;background-color:#fff;box-shadow:-2px 0 6px #0000001a;overflow-y:auto;z-index:100;display:flex;flex-direction:column;transition:transform .3s ease}.sidebar-hidden{transform:translate(100%)}.sidebar-header{display:flex;justify-content:space-between;align-items:center;padding:16px;border-bottom:1px solid #e5e5e7;background-color:#fff}.sidebar-header h3{margin:0;font-size:18px;font-weight:600;color:#1d1d1f}.sidebar-toggle-button{background:none;border:none;font-size:20px;color:#86868b;cursor:pointer;padding:4px 8px;border-radius:6px;transition:all .2s ease}.sidebar-toggle-button:hover{background-color:#f5f5f7;color:#1d1d1f}.sidebar-content{flex:1;display:flex;flex-direction:column;overflow:hidden}.tool-list{flex:1;overflow-y:auto;padding:8px 0}.tool-item{display:flex;align-items:flex-start;gap:10px;padding:10px 16px;cursor:pointer;transition:background-color .2s ease}.tool-item:hover{background-color:#f5f5f7}.tool-item-selected{background-color:#e8e8ed}.tool-item-icon{font-size:20px;line-height:1;margin-top:2px}.tool-item-content{flex:1;min-width:0}.tool-item-header{display:flex;align-items:center;justify-content:space-between;gap:8px}.tool-item-name{font-size:14px;font-weight:500;color:#1d1d1f}.tool-item-description{font-size:12px;color:#86868b;margin-top:2px;line-height:1.4}.sidebar-footer{border-top:1px solid #e5e5e7;padding:16px;background-color:#fff}.selected-count{font-size:14px;color:#86868b;margin-bottom:12px;text-align:center}.clear-selection-button{width:100%;padding:8px 16px;background-color:#f5f5f7;border:1px solid #e5e5e7;border-radius:8px;font-size:14px;font-weight:500;color:#1d1d1f;cursor:pointer;transition:all .2s ease}.clear-selection-button:hover{background-color:#fff;border-color:#d2d2d7}.sidebar-toggle-collapsed{position:fixed;top:50%;right:0;transform:translateY(-50%);background-color:#6366f1;color:#fff;border:none;border-radius:8px 0 0 8px;padding:12px 8px;font-size:18px;cursor:pointer;transition:all .2s ease;z-index:101;box-shadow:-2px 0 6px #0000001a}.sidebar-toggle-collapsed:hover{background-color:#5558e3;padding-right:12px}.relative{position:relative}.absolute{position:absolute}.top-full{top:100%}.w-80{width:20rem}.z-50{z-index:50}.p-2{padding:.5rem}.max-h-96{max-height:24rem}.p-3{padding:.75rem}.hover\:bg-gray-50:hover{background-color:#f9fafb}.rounded{border-radius:.25rem}.cursor-pointer{cursor:pointer}.items-start{align-items:flex-start}.text-2xl{font-size:1.5rem;line-height:2rem}.flex-shrink-0{flex-shrink:0}.font-medium{font-weight:500}.gap-2{gap:.5rem}.w-5{width:1.25rem}.h-5{height:1.25rem}.text-green-500{color:#10b981}.text-sm{font-size:.875rem;line-height:1.25rem}.text-gray-600{color:#4b5563}.text-red-600{color:#dc2626}.hover\:text-red-700:hover{color:#b91c1c}.hover\:border-gray-400:hover{border-color:#9ca3af}.transform{transform:var(--transform)}.rotate-180{--transform: rotate(180deg)}.-translate-y-1\/2{--transform: translateY(-50%);transform:translateY(-50%)}.top-1\/2{top:50%}.left-3{left:.75rem}.pl-8{padding-left:2rem}.pl-9{padding-left:2.25rem}.pr-2{padding-right:.5rem}.pr-3{padding-right:.75rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.left-2\.5{left:.625rem}.w-4{width:1rem}.h-4{height:1rem}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.my-2{margin-top:.5rem;margin-bottom:.5rem}.justify-center{justify-content:center}.bg-gray-50{background-color:#f9fafb}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.text-xl{font-size:1.25rem;line-height:1.75rem}pre{font-family:monospace;font-size:.875rem;line-height:1.25rem}.overflow-x-auto{overflow-x:auto}.max-h-64{max-height:16rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.rounded-md{border-radius:.375rem}.min-w-0{min-width:0}.mt-0\.5{margin-top:.125rem}.text-base{font-size:1rem;line-height:1.5rem}.text-blue-600{color:#2563eb}.justify-between{justify-content:space-between}.hover\:text-gray-700:hover{color:#374151}.hover\:text-gray-900:hover{color:#111827}.message-user{background-color:#6366f1;color:#fff;padding:12px 18px;border-radius:18px 18px 4px;max-width:70%;word-wrap:break-word;box-shadow:0 1px 2px #0000001a}.message-assistant{background-color:#fff;color:#1d1d1f;padding:12px 18px;border-radius:18px 18px 18px 4px;max-width:70%;word-wrap:break-word;box-shadow:0 1px 3px #00000014;border:1px solid rgba(0,0,0,.05)}.message-timestamp{font-size:11px;color:#86868b}.message-user .message-timestamp{color:#ffffffb3}.message-metadata{display:flex;align-items:center;gap:6px;margin-top:4px;font-size:11px}.message-tokens{font-size:11px;color:#86868b;opacity:.8}.message-user .message-tokens{color:#fff9}.message-metadata .message-timestamp:after{content:"•";margin:0 6px;color:#86868b;opacity:.5}.message-user .message-metadata .message-timestamp:after{color:#ffffff80}.tool-call-container{background-color:transparent;border:none;border-radius:0;overflow:visible;margin:12px 0;box-shadow:none}.tool-call-header{padding:14px 20px;background-color:#fff;border:1px solid #e5e5e7;border-radius:12px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:space-between}.tool-call-header:hover{background-color:#fafafa;border-color:#d2d2d7}.tool-call-header.expanded{border-bottom-left-radius:0;border-bottom-right-radius:0;border-bottom:none}.tool-call-content{padding:16px 20px;background-color:#fff;border:1px solid #e5e5e7;border-top:none;border-bottom-left-radius:12px;border-bottom-right-radius:12px}.chat-input-container{background-color:#fff;border-top:1px solid rgba(0,0,0,.08);padding:16px}.suggestion-button{padding:10px 16px;background-color:#f5f5f7;border:1px solid #e5e5e7;border-radius:20px;font-size:14px;color:#1d1d1f;cursor:pointer;transition:all .2s ease;white-space:nowrap;max-width:300px;overflow:hidden;text-overflow:ellipsis}.suggestion-button:hover:not(:disabled){background-color:#fff;border-color:#6366f1;transform:translateY(-1px);box-shadow:0 2px 8px #6366f126}.suggestion-button:disabled{opacity:.5;cursor:not-allowed}.chat-input{border:1px solid #d2d2d7;border-radius:20px;padding:10px 18px;font-size:15px;background-color:#f5f5f7;transition:all .2s ease}.chat-input:focus{outline:none;background-color:#fff;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.chat-send-button{background-color:#6366f1;color:#fff;border:none;border-radius:20px;padding:10px 24px;font-size:15px;font-weight:500;cursor:pointer;transition:all .2s ease}.chat-send-button:hover:not(:disabled){background-color:#5558e3;transform:scale(1.02)}.chat-send-button:disabled{background-color:#d2d2d7;cursor:not-allowed}.app-header{background-color:#fffffff2;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.08);padding:12px 20px}.header-content{display:flex;justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto}.header-left{display:flex;align-items:center;gap:16px}.header-logo{height:40px}.header-selectors{display:flex;gap:12px}.header-right{display:flex;gap:8px;align-items:center}.button-icon{width:16px;height:16px;display:inline-block;flex-shrink:0}.button-text{display:inline}.log-viewer-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1200}.log-viewer{background:#fff;width:80%;max-width:600px;max-height:80vh;border-radius:8px;box-shadow:0 4px 12px #0003;overflow:hidden;display:flex;flex-direction:column}.log-viewer-header{padding:16px;background-color:#f5f5f7;border-bottom:1px solid #e5e5e7;display:flex;align-items:center;justify-content:space-between}.log-viewer-content{overflow-y:auto;flex:1;padding:16px}.log-entry{margin-bottom:16px}.log-entry .log-header{font-weight:700;margin-bottom:4px}.log-entry .log-time,.log-entry .log-type{margin-right:8px}.log-error{color:#dc2626}.log-tokens,.log-messages,.log-reasoning,.log-text{margin-left:16px}.log-viewer-controls{display:flex;gap:12px;align-items:center}.auto-refresh-toggle{display:flex;align-items:center;gap:4px}.clear-logs-btn,.close-btn{background:none;border:none;cursor:pointer;color:#1d1d1f;font-size:16px}.clear-logs-btn:hover,.close-btn:hover{color:#6366f1}.no-logs{color:#1d1d1f;text-align:center;margin-top:20px}.log-viewer-floating{position:fixed;top:80px;right:80px;background-color:#fff;border:1px solid #e5e5e7;border-radius:50%;width:48px;height:48px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 8px #00000026;z-index:102}.log-viewer-floating:hover{background-color:#fafafa;transform:scale(1.05)}@media (max-width: 768px){.fixed-right-sidebar{width:80%;max-width:320px;z-index:1100}main{margin-right:0;max-width:100%}.app-header{padding:8px 12px}.header-content{flex-wrap:nowrap}.header-logo{height:28px;width:28px;object-fit:cover;border-radius:6px}.header-selectors,.token-display,.button-text{display:none}.login-btn{padding:8px 12px;min-width:40px;width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;text-decoration:none}.new-session-btn{background-color:#6366f1;color:#fff}.new-session-btn .button-icon{color:#fff}.logout-btn{background-color:#fff;color:#1d1d1f;border:1px solid #e5e5e7}.logout-btn .button-icon{color:#1d1d1f}.logout-btn:hover{background-color:#f5f5f7}.header-right{gap:6px}.message-user,.message-assistant{max-width:85%;font-size:14px;padding:10px 14px}.chat-input-container{padding:12px}.chat-input{font-size:14px;padding:8px 14px}.chat-send-button{padding:8px 18px;font-size:14px}.suggestion-button{font-size:13px;padding:8px 12px}.px-4{padding-left:.75rem;padding-right:.75rem}.fixed-right-sidebar{transform:translate(100%)}.fixed-right-sidebar:not(.sidebar-hidden){transform:translate(0)}}.markdown-body{font-size:15px;line-height:1.6}.markdown-body p{margin:0 0 10px}.markdown-body p:last-child{margin-bottom:0}.markdown-body code{background-color:#0000000d;padding:2px 6px;border-radius:4px;font-size:.9em}.message-user .markdown-body code{background-color:#fff3}.markdown-body pre{background-color:#f5f5f7;padding:12px;border-radius:8px;overflow-x:auto}.markdown-body img{max-width:100%;border-radius:8px;margin:10px 0}.aspect-video{position:relative;padding-bottom:56.25%}.aspect-video>*{position:absolute;top:0;left:0;width:100%;height:100%}.text-gray-700{color:#374151}.text-gray-900{color:#111827}.font-semibold{font-weight:600}.text-lg{font-size:1.125rem;line-height:1.75rem}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.space-y-3>*+*{margin-top:.75rem}.mt-3{margin-top:.75rem}.prose{max-width:65ch}.prose-sm{font-size:.875rem;line-height:1.25rem}.max-w-none{max-width:none}.tool-icon{font-size:20px;line-height:1;display:flex;align-items:center;justify-content:center}.tool-name{font-size:15px;font-weight:500;color:#1d1d1f;margin-left:8px}.tool-time{font-size:13px;color:#86868b;margin-left:12px;font-weight:400}.token-display{display:flex;align-items:center;gap:6px;padding:6px 12px;background-color:#f5f5f7;border-radius:8px;margin-right:8px}.token-icon{font-size:14px;color:#ff9500}.token-count{font-size:14px;font-weight:500;color:#86868b}.mobile-menu-btn{display:none;background-color:#fff;color:#1d1d1f;border:1px solid #e5e5e7;padding:8px 12px;border-radius:8px;font-size:20px;cursor:pointer;transition:all .2s ease;margin-left:8px}.mobile-menu-btn:hover{background-color:#f5f5f7;border-color:#d2d2d7}.mobile-menu-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.mobile-menu{background-color:#fff;border-radius:16px;width:100%;max-width:400px;max-height:80vh;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.mobile-menu-header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid #e5e5e7}.mobile-menu-header h3{margin:0;font-size:18px;font-weight:600;color:#1d1d1f}.mobile-menu-close{background:none;border:none;font-size:28px;color:#86868b;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s ease}.mobile-menu-close:hover{background-color:#f5f5f7;color:#1d1d1f}.mobile-menu-content{padding:20px}.mobile-menu-section{margin-bottom:24px}.mobile-menu-section:last-child{margin-bottom:0}.mobile-menu-section label{display:block;font-size:14px;font-weight:500;color:#86868b;margin-bottom:8px}.mobile-menu-section .model-dropdown,.mobile-menu-section .tool-dropdown{width:100%}.mobile-token-display{display:flex;align-items:center;gap:8px;padding:12px;background-color:#f5f5f7;border-radius:8px;font-size:16px;font-weight:500;color:#1d1d1f}@media (max-width: 768px){.mobile-menu-btn{display:flex;align-items:center;justify-content:center}}.tool-settings-button{padding:8px;color:#6b7280;background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 2px #0000000d}.tool-settings-button:hover{background-color:#f9fafb;border-color:#d1d5db;color:#374151;box-shadow:0 1px 3px #0000001a}.tool-settings-button:focus{outline:none;box-shadow:0 0 0 2px #3b82f680}.toggle-checkbox{transition:all .3s ease}.toggle-label{transition:background-color .3s ease}.sidebar-toggle-floating{position:fixed;top:80px;right:20px;background-color:#6366f1;color:#fff;border:none;border-radius:50%;width:48px;height:48px;font-size:24px;cursor:pointer;transition:all .2s ease;z-index:102;box-shadow:0 2px 12px #00000026;display:flex;align-items:center;justify-content:center}.sidebar-toggle-floating:hover{background-color:#5558e3;transform:scale(1.1);box-shadow:0 4px 16px #6366f14d}.results-table{width:100%;overflow-x:auto;background-color:#fff;border-radius:12px;box-shadow:0 1px 3px #0000000a;margin:20px 0}.results-table table{width:100%;border-collapse:collapse}.results-table th{text-align:left;font-weight:600;color:#1d1d1f;background-color:#f5f5f7;border-bottom:1px solid #e5e5e7;padding:12px 16px;font-size:14px}.results-table td{padding:12px 16px;border-bottom:1px solid #e5e5e7;font-size:14px;color:#1d1d1f}.results-table tr:hover{background-color:#fafafa}.results-table tr:last-child td{border-bottom:none}.results-table td:last-child{font-weight:500}.results-table .pass{color:#34c759}.results-table .fail{color:#ff3b30}@media (max-width: 768px){.results-table{margin:10px -16px;border-radius:0}.results-table table{font-size:13px}.results-table th,.results-table td{padding:10px 12px}.results-table th:nth-child(3),.results-table td:nth-child(3){max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}.w-full{width:100%}.border-collapse{border-collapse:collapse}.border{border-width:1px}.border-gray-200{border-color:#e5e7eb}.border-b{border-bottom-width:1px}.hover\:bg-gray-100:hover{background-color:#f3f4f6}.text-center{text-align:center}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.text-gray-500{color:#6b7280}.error-boundary-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#f5f5f7;padding:20px}.error-boundary-content{max-width:600px;background:#fff;border-radius:12px;padding:40px;box-shadow:0 2px 10px #0000001a;text-align:center}.error-icon{font-size:48px;margin-bottom:20px}.error-boundary-content h1{color:#333;margin-bottom:16px;font-size:28px}.error-message{color:#666;margin-bottom:32px;line-height:1.6}.error-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-bottom:24px}.error-button{padding:10px 20px;border-radius:8px;border:none;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.error-button.primary{background:#007aff;color:#fff}.error-button.primary:hover{background:#0066d6}.error-button.secondary{background:#f0f0f2;color:#333}.error-button.secondary:hover{background:#e0e0e2}.error-details{margin-top:32px;text-align:left;background:#f8f8fa;border-radius:8px;padding:16px}.error-details summary{cursor:pointer;font-weight:500;color:#666;margin-bottom:12px}.error-detail-content{margin-top:16px}.error-detail-content p{margin-bottom:12px;word-break:break-word}.error-stack{background:#fff;padding:12px;border-radius:4px;font-family:monospace;font-size:12px;overflow-x:auto;white-space:pre-wrap;word-break:break-word;color:#333;border:1px solid #e0e0e2}.error-footer{margin-top:20px;font-size:12px;color:#999}.error-footer code{background:#f0f0f2;padding:2px 6px;border-radius:4px;font-family:monospace}.privacy-consent-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:10000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.privacy-consent-modal{background:#fff;border-radius:12px;max-width:600px;width:90%;max-height:80vh;overflow-y:auto;padding:2rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.privacy-consent-modal h2{margin:0 0 1.5rem;color:#1a1a1a;font-size:1.75rem;text-align:center}.privacy-content{margin-bottom:2rem}.privacy-content section{margin-bottom:1.5rem}.privacy-content h3{color:#374151;font-size:1.125rem;margin-bottom:.5rem}.privacy-content ul{margin:0;padding-left:1.5rem}.privacy-content li{color:#4b5563;margin-bottom:.5rem;line-height:1.6}.privacy-content strong{color:#1f2937}.privacy-actions{display:flex;gap:1rem;justify-content:center;margin-bottom:1rem}.privacy-btn{padding:.75rem 1.5rem;border-radius:8px;border:none;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s}.privacy-btn-decline{background:#f3f4f6;color:#374151}.privacy-btn-decline:hover{background:#e5e7eb}.privacy-btn-accept{background:#3b82f6;color:#fff}.privacy-btn-accept:hover{background:#2563eb}.privacy-footer{text-align:center;color:#6b7280;font-size:.875rem;margin:0}@media (max-width: 640px){.privacy-consent-modal{padding:1.5rem;margin:1rem}.privacy-actions{flex-direction:column}.privacy-btn{width:100%}}.log-viewer-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.log-viewer{background:#fff;border-radius:12px;width:90%;max-width:1200px;height:80vh;display:flex;flex-direction:column;box-shadow:0 4px 20px #00000026}.log-viewer-header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid #e0e0e0}.log-viewer-header h3{margin:0;font-size:1.5rem;color:#333}.log-viewer-controls{display:flex;gap:10px;align-items:center}.refresh-logs-btn,.clear-logs-btn{padding:8px 16px;border:1px solid #ddd;background:#fff;border-radius:6px;cursor:pointer;font-size:14px;transition:all .2s}.refresh-logs-btn:hover,.clear-logs-btn:hover{background:#f5f5f5;border-color:#bbb}.refresh-logs-btn{font-size:18px;padding:8px 12px}.close-btn{width:32px;height:32px;border-radius:50%;border:none;background:#f0f0f0;cursor:pointer;font-size:20px;display:flex;align-items:center;justify-content:center;transition:all .2s}.close-btn:hover{background:#e0e0e0}.log-viewer-content{flex:1;overflow-y:auto;padding:20px;background:#fafafa}.no-logs{text-align:center;color:#666;padding:40px;font-size:16px}.log-list{display:flex;flex-direction:column;gap:16px}.log-entry{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:16px;box-shadow:0 1px 3px #0000000d}.log-entry.log-error{border-color:#fee;background:#fff5f5}.log-entry.log-settings-change{border-color:#e6f7ff;background:#f0f9ff}.log-entry.log-user-message{border-color:#d4f4dd;background:#f0fdf4}.log-entry.log-assistant-message{border-color:#e0e7ff;background:#f0f4ff}.log-entry.log-tool-call{border-color:#fef3c7;background:#fffbeb}.log-header{display:flex;align-items:center;gap:12px;margin-bottom:12px;flex-wrap:wrap}.log-time{font-family:monospace;font-size:12px;color:#666}.log-type{font-weight:600;font-size:12px;padding:2px 8px;border-radius:4px;background:#e0e0e0;color:#333}.log-type.error-type{background:#fee;color:#c00}.log-type.user-type{background:#d1fae5;color:#065f46}.log-type.assistant-type{background:#ddd6fe;color:#4c1d95}.log-type.tool-type{background:#fed7aa;color:#92400e}.log-tokens{font-size:12px;color:#666;font-style:italic}.log-tool-name{font-size:12px;color:#666;font-weight:600;font-family:monospace}.log-model{font-size:12px;color:#666;font-family:monospace}.log-duration{font-size:12px;color:#666;margin-left:auto}.log-component{font-size:12px;color:#666;font-style:italic}.log-section{margin:12px 0;padding:12px;background:#f5f5f5;border-radius:6px}.log-subtitle{font-weight:600;font-size:14px;margin-bottom:8px;color:#444}.log-detail{font-size:14px;color:#666;margin:4px 0}.log-error{color:#c00;font-weight:500;margin:4px 0}.error-message{color:#c00;font-weight:500;margin-bottom:8px}.error-id{font-size:12px;color:#666;font-family:monospace}details{margin:12px 0;border:1px solid #e0e0e0;border-radius:6px;background:#fff}details summary{padding:12px;cursor:pointer;font-weight:500;color:#333;-webkit-user-select:none;user-select:none;display:flex;align-items:center;justify-content:space-between}details summary:hover{background:#f5f5f5}details[open] summary{border-bottom:1px solid #e0e0e0}details pre{margin:0;padding:16px;overflow-x:auto;font-size:12px;line-height:1.5;background:#f5f5f5;border-radius:0 0 6px 6px}.log-messages-content{padding:16px}.log-message{margin-bottom:16px;padding:12px;background:#f9f9f9;border-radius:6px;border:1px solid #e0e0e0}.log-message:last-child{margin-bottom:0}.log-message-header{display:flex;gap:8px;margin-bottom:8px}.log-message-role{font-weight:600;font-size:12px;text-transform:uppercase;padding:2px 8px;border-radius:4px;background:#e0e0e0}.log-message-name{font-size:12px;color:#666;font-style:italic}.log-message-content{font-size:14px;line-height:1.5;color:#333;white-space:pre-wrap;word-break:break-word}.log-tool-calls{margin-top:12px;padding:12px;background:#f0f0f0;border-radius:4px}.log-tool-calls-header{font-weight:600;font-size:12px;margin-bottom:8px;color:#666}.log-tool-calls pre{margin:0;padding:0;background:transparent}.log-response-content,.log-reasoning-content{padding:16px;font-size:14px;line-height:1.5;color:#333;white-space:pre-wrap;word-break:break-word}.error-stack-trace pre{font-size:11px;color:#666}.log-viewer-content::-webkit-scrollbar{width:8px}.log-viewer-content::-webkit-scrollbar-track{background:#f0f0f0;border-radius:4px}.log-viewer-content::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}.log-viewer-content::-webkit-scrollbar-thumb:hover{background:#aaa}@media (max-width: 768px){.log-viewer{width:95%;height:90vh}.log-viewer-header{padding:16px}.log-viewer-header h3{font-size:1.2rem}.log-viewer-content{padding:16px}.log-entry{padding:12px}details summary{padding:10px;font-size:14px}}.results-summary{display:flex;gap:1.5rem;justify-content:center;align-items:center;padding:1.5rem;margin-bottom:1.5rem;background-color:#fff;border-radius:.75rem;border:1px solid #e5e7eb;box-shadow:0 1px 3px #0000001a;flex-wrap:wrap}.summary-card{display:flex;align-items:center;gap:1rem;padding:.75rem 1.25rem;background-color:#f9fafb;border-radius:.5rem;border:1px solid #e5e7eb;transition:all .2s}.summary-card:hover{box-shadow:0 4px 6px -1px #0000001a;transform:translateY(-1px)}.summary-icon{font-size:1.5rem;line-height:1}.summary-title{font-size:.75rem;font-weight:500;color:#6b7280;margin:0;text-transform:uppercase;letter-spacing:.05em}.summary-count{font-size:1.5rem;font-weight:700;margin:0;line-height:1}.summary-card:first-child .summary-count{color:#2563eb}.summary-card.running{background-color:#eff6ff;border-color:#3b82f6}.summary-card.running .summary-count{color:#3b82f6}.summary-card.success{background-color:#f0fdf4;border-color:#10b981}.summary-card.success .summary-count{color:#10b981}.summary-card.failed{background-color:#fef2f2;border-color:#ef4444}.summary-card.failed .summary-count{color:#ef4444}.summary-card.rate-limited{background-color:#fffbeb;border-color:#f59e0b}.summary-card.rate-limited .summary-count{color:#f59e0b}.summary-card.rate{background-color:#f0f9ff;border-color:#0ea5e9}.summary-card.rate .summary-count{color:#0ea5e9}@media (max-width: 768px){.results-summary{gap:1rem;padding:1rem}.summary-card{padding:.5rem 1rem;flex:1 1 calc(50% - .5rem);min-width:140px}.summary-icon,.summary-count{font-size:1.25rem}}.filters-container{display:flex;gap:1rem;align-items:center;padding:1rem;margin-bottom:1rem;background-color:#fff;border-radius:.5rem;border:1px solid #e5e7eb;flex-wrap:wrap}.filter-group{flex:1;min-width:200px}.search-input,.filter-select{width:100%;padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:.375rem;font-size:.875rem;transition:all .2s;background-color:#fff}.search-input:focus,.filter-select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.search-input::placeholder{color:#9ca3af}.filter-select{cursor:pointer;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .5rem center;background-size:1.5em 1.5em;padding-right:2.5rem;appearance:none}.filter-info{font-size:.875rem;color:#6b7280;font-weight:500;white-space:nowrap}.results-table{overflow-x:auto}.results-table table{min-width:100%}.results-table th{background-color:#f9fafb;font-weight:600;text-align:left;color:#374151}.results-table td{text-align:left}.results-table tr{cursor:pointer}.results-table .pass{color:#10b981;font-weight:600}.results-table .fail{color:#ef4444;font-weight:600}.results-modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.results-modal{background:#fff;border-radius:.5rem;max-width:800px;width:100%;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.results-modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid #e5e7eb}.results-modal-header h2{font-size:1.5rem;font-weight:700;color:#111827;margin:0}.results-modal-close{background:none;border:none;font-size:2rem;color:#6b7280;cursor:pointer;padding:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border-radius:.25rem;transition:all .2s}.results-modal-close:hover{color:#111827;background-color:#f3f4f6}.results-modal-content{overflow-y:auto;padding:1.5rem;flex:1}.result-section{margin-bottom:2rem}.result-section:last-child{margin-bottom:0}.result-section h3{font-size:1.125rem;font-weight:600;color:#374151;margin-bottom:.75rem}.result-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.75rem}.summary-item{display:flex;flex-direction:column;gap:.25rem}.summary-label{font-size:.875rem;color:#6b7280;font-weight:500}.summary-value{font-size:.875rem;color:#111827}.result-code-block{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:.375rem;padding:1rem;overflow-x:auto;font-family:Consolas,Monaco,Courier New,monospace;font-size:.875rem;line-height:1.5;white-space:pre-wrap;word-break:break-word}.result-code-block pre{margin:0;font-family:inherit}.result-markdown{background-color:#fafafa;border:1px solid #e5e7eb;border-radius:.375rem;padding:1rem;max-height:400px;overflow-y:auto}.result-markdown p{margin-bottom:.75rem}.result-markdown p:last-child{margin-bottom:0}.result-markdown ul,.result-markdown ol{margin-left:1.5rem;margin-bottom:.75rem}.result-markdown li{margin-bottom:.25rem}.result-markdown code{background-color:#f3f4f6;padding:.125rem .25rem;border-radius:.25rem;font-size:.875rem}.result-markdown pre{background-color:#f3f4f6;padding:.75rem;border-radius:.375rem;overflow-x:auto;margin-bottom:.75rem}.result-markdown pre code{background-color:transparent;padding:0}.result-error{background-color:#fee;color:#dc2626;padding:1rem;border-radius:.375rem;border:1px solid #fecaca;font-size:.875rem}.mt-2{margin-top:.5rem}.font-bold{font-weight:700}.text-green-600{color:#10b981}.text-red-600{color:#ef4444}@media (max-width: 640px){.results-modal{max-height:100vh;height:100vh;max-width:100%;border-radius:0}.results-modal-overlay{padding:0}.result-summary{grid-template-columns:1fr}}
