.ChatInterface_container__wsLUM{display:flex;flex-direction:column;height:100%;background:linear-gradient(135deg,#0f0f23,#1a1a2e);color:#e2e8f0;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}.ChatInterface_header__xq90G{flex-shrink:0;padding:24px;border-bottom:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.02);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.ChatInterface_headerContent__6zver{display:flex;align-items:center;justify-content:space-between}.ChatInterface_headerInfo__uAILu{display:flex;flex-direction:column}.ChatInterface_title__peJaP{font-size:28px;font-weight:600;color:#e2e8f0;margin:0;letter-spacing:-.01em}.ChatInterface_subtitle__YglVE{font-size:16px;color:#94a3b8;margin:4px 0 0;font-weight:400}.ChatInterface_statusIndicator__L8MsG{display:flex;align-items:center;gap:8px}.ChatInterface_statusIcon__mQkv4{width:20px;height:20px}.ChatInterface_spinningIcon__UrHnb{width:18px;height:18px;animation:ChatInterface_spin__AygTJ 2s linear infinite}.ChatInterface_statusText__KBhiC{font-size:20px;font-weight:500}.ChatInterface_statusInitializing__6mdV7{color:#fbbf24}.ChatInterface_statusVerified__6s1Gk{color:#10b981}.ChatInterface_statusError___41pE{color:#ef4444}.ChatInterface_statusDefault___6bOu{color:#94a3b8}.ChatInterface_messagesArea__wLf8G{flex:1 1;overflow-y:auto;padding:24px;display:flex;flex-direction:column;gap:20px}.ChatInterface_secureIndicator__IF2jw{display:flex;align-items:center;justify-content:center;padding:8px 16px;margin-bottom:8px;background:rgba(16,185,129,.1);border:1px solid rgba(16,185,129,.2);border-radius:8px;gap:8px;align-self:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.ChatInterface_secureIndicatorIcon__WQhz1{width:16px;height:16px;color:#10b981}.ChatInterface_secureIndicatorText__aEPLI{font-size:14px;color:#10b981;font-weight:500}.ChatInterface_emptyState__vtyt1{text-align:center;color:#94a3b8;margin-top:80px}.ChatInterface_emptyStateIcon__RqKQB{width:40px;height:40px;margin:0 auto 16px;color:#60a5fa}.ChatInterface_emptyStateSpinner__mhAck{color:#fbbf24;animation:ChatInterface_spin__AygTJ 2s linear infinite}.ChatInterface_emptyStateTitle__ZyH0U{font-size:20px;font-weight:600;margin:0 0 8px;color:#e2e8f0}.ChatInterface_emptyStateSubtitle__nfUeH{font-size:16px;margin:0;color:#94a3b8}.ChatInterface_messageContainer__Wx9_L{display:flex}.ChatInterface_userMessage__x9oeh{justify-content:flex-end}.ChatInterface_aiMessage__vzY4R{justify-content:flex-start}.ChatInterface_messageBubble__yTkH1{max-width:65%;border-radius:16px;padding:20px 24px}.ChatInterface_userMessage__x9oeh .ChatInterface_messageBubble__yTkH1{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#ffffff}.ChatInterface_aiMessage__vzY4R .ChatInterface_messageBubble__yTkH1{background:#1e293b;color:#e2e8f0;border:1px solid rgba(255,255,255,.1)}.ChatInterface_messageText__JVre0{font-size:16px;line-height:1.6;margin:0;font-weight:400}.ChatInterface_messageTime__8PYyf{font-size:13px;margin:12px 0 0;font-weight:400}.ChatInterface_userMessage__x9oeh .ChatInterface_messageTime__8PYyf{color:rgba(255,255,255,.8)}.ChatInterface_aiMessage__vzY4R .ChatInterface_messageTime__8PYyf{color:#94a3b8}.ChatInterface_loadingMessage__7XBAh{display:flex;align-items:center;gap:10px;color:#fbbf24}.ChatInterface_loadingIcon__qSKBH{width:16px;height:16px;animation:ChatInterface_spin__AygTJ 2s linear infinite}.ChatInterface_loadingText__q0xLi{font-size:15px;font-weight:400}.ChatInterface_inputArea__zdLqk{flex-shrink:0;padding:24px;border-top:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.02);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.ChatInterface_inputContainer__2dreb{display:flex;gap:12px;align-items:flex-end}.ChatInterface_textInput__vRHx4{flex:1 1;background:rgba(255,255,255,.05);color:#e2e8f0;border-radius:12px;padding:18px 22px;border:1px solid rgba(255,255,255,.1);transition:all .15s ease;font-size:16px;font-family:inherit;resize:none;min-height:24px;max-height:120px}.ChatInterface_textInput__vRHx4::placeholder{color:#94a3b8}.ChatInterface_textInput__vRHx4:focus{border-color:rgba(96,165,250,.5);outline:none;box-shadow:0 0 0 2px rgba(96,165,250,.1)}.ChatInterface_textInput__vRHx4:disabled{opacity:.5;cursor:not-allowed}.ChatInterface_sendButton__kLN_F{background:linear-gradient(135deg,#60a5fa,#a78bfa);color:#ffffff;border-radius:12px;padding:18px;border:none;cursor:pointer;transition:all .15s ease;display:flex;align-items:center;justify-content:center}.ChatInterface_sendButton__kLN_F:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px rgba(96,165,250,.3)}.ChatInterface_sendButton__kLN_F:disabled{background:rgba(255,255,255,.1);color:#94a3b8;cursor:not-allowed;transform:none;box-shadow:none}.ChatInterface_sendButtonIcon__pAfJE{width:20px;height:20px}@keyframes ChatInterface_spin__AygTJ{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.ChatInterface_messagesArea__wLf8G::-webkit-scrollbar{width:8px}.ChatInterface_messagesArea__wLf8G::-webkit-scrollbar-track{background:rgba(255,255,255,.05);border-radius:4px}.ChatInterface_messagesArea__wLf8G::-webkit-scrollbar-thumb{background:rgba(255,255,255,.2);border-radius:4px}.ChatInterface_messagesArea__wLf8G::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.3)}@media (max-width:768px){.ChatInterface_header__xq90G,.ChatInterface_inputArea__zdLqk,.ChatInterface_messagesArea__wLf8G{padding:16px}.ChatInterface_messageBubble__yTkH1{max-width:80%}.ChatInterface_headerContent__6zver{flex-direction:column;align-items:flex-start;gap:8px}.ChatInterface_title__peJaP{font-size:28px}.ChatInterface_subtitle__YglVE{font-size:18px}.ChatInterface_statusText__KBhiC{font-size:20px}.ChatInterface_messageText__JVre0{font-size:15px}.ChatInterface_secureIndicator__IF2jw{padding:6px 12px;margin-bottom:6px}.ChatInterface_secureIndicatorIcon__WQhz1{width:14px;height:14px}.ChatInterface_secureIndicatorText__aEPLI{font-size:13px}}.VerificationPanel_verificationPanel__SZFsa{background:linear-gradient(135deg,#0f0f23,#1a1a2e);padding:24px;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;height:100%;display:flex;flex-direction:column;overflow:hidden}.VerificationPanel_verificationHeader__9zymt{margin-bottom:24px;border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:16px;flex-shrink:0}.VerificationPanel_verificationHeader__9zymt h2{color:#e2e8f0;margin:0 0 4px;font-size:26px;font-weight:600;letter-spacing:-.01em}.VerificationPanel_verificationHeader__9zymt p{color:#94a3b8;margin:0;font-size:16px;font-weight:400}.VerificationPanel_verificationLogs__x_Jnp{flex:1 1;overflow-y:auto;min-height:0}.VerificationPanel_logEntry__m_rI0{margin-bottom:12px;padding:18px 22px;border-radius:8px;background:rgba(255,255,255,.02);border:1px solid rgba(255,255,255,.1);display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.VerificationPanel_logContent__4uYiX{display:flex;align-items:flex-start;flex:1 1;min-width:0;gap:14px}.VerificationPanel_timestamp__7n48x{color:#94a3b8;font-size:13px;white-space:nowrap;font-weight:400;margin-top:1px}.VerificationPanel_statusIcon__jgkZY{flex-shrink:0;margin-top:1px;color:#60a5fa;font-size:18px}.VerificationPanel_statusProgress__mo0yC .VerificationPanel_statusIcon__jgkZY{color:#fbbf24}.VerificationPanel_statusSuccess__LLbde .VerificationPanel_statusIcon__jgkZY{color:#10b981}.VerificationPanel_statusFailure__5cVqo .VerificationPanel_statusIcon__jgkZY{color:#ef4444}.VerificationPanel_message__JvqWp{color:#e2e8f0;font-size:15px;flex:1 1;line-height:1.4;min-width:0;font-weight:400}.VerificationPanel_statusProgress__mo0yC{border-left:2px solid #fbbf24;background:rgba(251,191,36,.05)}.VerificationPanel_statusSuccess__LLbde{border-left:2px solid #10b981;background:rgba(16,185,129,.05)}.VerificationPanel_statusFailure__5cVqo{border-left:2px solid #ef4444;background:rgba(239,68,68,.05)}.VerificationPanel_copyButton__WKrAE{background:rgba(96,165,250,.1);border:1px solid rgba(96,165,250,.2);color:#60a5fa;padding:10px 14px;border-radius:6px;font-size:13px;cursor:pointer;white-space:nowrap;transition:all .15s ease;font-family:inherit;flex-shrink:0;font-weight:500;display:flex;align-items:center;gap:8px}.VerificationPanel_copyButton__WKrAE:hover{background:rgba(96,165,250,.2);border-color:#60a5fa;transform:translateY(-1px);box-shadow:0 4px 12px rgba(96,165,250,.2)}.VerificationPanel_copyButton__WKrAE.VerificationPanel_copied__oj8VG{background:rgba(16,185,129,.2);border-color:#10b981;color:#10b981;transform:scale(1.02)}@media (max-width:768px){.VerificationPanel_verificationPanel__SZFsa{padding:16px}.VerificationPanel_logEntry__m_rI0{flex-direction:column;align-items:stretch;gap:12px}.VerificationPanel_logContent__4uYiX{flex-direction:column;gap:8px}.VerificationPanel_copyButton__WKrAE{align-self:flex-start}}.VerificationPanel_verificationLogs__x_Jnp::-webkit-scrollbar{width:6px}.VerificationPanel_verificationLogs__x_Jnp::-webkit-scrollbar-track{background:rgba(255,255,255,.05);border-radius:3px}.VerificationPanel_verificationLogs__x_Jnp::-webkit-scrollbar-thumb{background:rgba(255,255,255,.2);border-radius:3px}.VerificationPanel_verificationLogs__x_Jnp::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.3)}.VerificationPanel_attestationButtons__9nLqQ{display:flex;gap:8px;margin-top:8px}.VerificationPanel_viewButton__FGWhQ{background:linear-gradient(135deg,#4f46e5,#7c3aed);color:white;border:none;padding:8px 14px;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:6px;transition:all .2s ease;box-shadow:0 2px 4px rgba(79,70,229,.2)}.VerificationPanel_viewButton__FGWhQ:hover{background:linear-gradient(135deg,#4338ca,#6d28d9);transform:translateY(-1px);box-shadow:0 4px 8px rgba(79,70,229,.3)}.VerificationPanel_viewButton__FGWhQ:active{transform:translateY(0);box-shadow:0 2px 4px rgba(79,70,229,.2)}.VerificationPanel_attestationButton__0Giqa{background:linear-gradient(135deg,#059669,#047857);color:white;border:none;padding:8px 14px;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:6px;transition:all .2s ease;box-shadow:0 2px 4px rgba(5,150,105,.2)}.VerificationPanel_attestationButton__0Giqa:hover{background:linear-gradient(135deg,#047857,#065f46);transform:translateY(-1px);box-shadow:0 4px 8px rgba(5,150,105,.3)}.VerificationPanel_attestationButton__0Giqa:active{transform:translateY(0);box-shadow:0 2px 4px rgba(5,150,105,.2)}.VerificationPanel_vailButtonLogo__dt3Qz{width:18px;height:18px;filter:brightness(0) invert(1)}.VerificationPanel_headerTop__GJgjK{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.VerificationPanel_recheckButton__pS5u3{display:flex;align-items:center;gap:8px;padding:10px 16px;background:linear-gradient(135deg,#059669,#047857);color:white;border:none;border-radius:6px;font-size:15px;font-weight:500;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 3px rgba(0,0,0,.2)}.VerificationPanel_recheckButton__pS5u3:hover:not(:disabled){background:linear-gradient(135deg,#047857,#065f46);transform:translateY(-1px);box-shadow:0 2px 6px rgba(5,150,105,.3)}.VerificationPanel_recheckButton__pS5u3:active:not(:disabled){transform:translateY(0);box-shadow:0 1px 3px rgba(0,0,0,.2)}.VerificationPanel_recheckButton__pS5u3:disabled{opacity:.6;cursor:not-allowed;transform:none}.VerificationPanel_headerButtons__hReqc{display:flex;align-items:center;gap:12px}.VerificationPanel_healthLink__JAf6C{display:flex;align-items:center;gap:6px;color:#60a5fa;text-decoration:none;font-size:14px;padding:10px 16px;border-radius:6px;background:rgba(96,165,250,.1);border:1px solid rgba(96,165,250,.2);font-weight:500;transition:all .2s ease;white-space:nowrap}.VerificationPanel_healthLink__JAf6C:hover{background:rgba(96,165,250,.2);border-color:rgba(96,165,250,.4);text-decoration:none;transform:translateY(-1px);box-shadow:0 2px 6px rgba(96,165,250,.2)}.VerificationPanel_spinning__o8R4f{animation:VerificationPanel_spin__CfdF6 1s linear infinite}@keyframes VerificationPanel_spin__CfdF6{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.ModelVerificationModal_modalOverlay__Hc26R{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.75);display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.ModelVerificationModal_modalContent___vxzv{background:linear-gradient(135deg,#0f0f23,#1a1a2e);border-radius:16px;width:90vw;max-width:600px;max-height:85vh;border:1px solid rgba(255,255,255,.1);box-shadow:0 20px 60px rgba(0,0,0,.5);display:flex;flex-direction:column;color:#e2e8f0;overflow:hidden}.ModelVerificationModal_modalHeader__hGTT0{padding:1.5rem 2rem;border-bottom:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:space-between;background:rgba(255,255,255,.02);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.ModelVerificationModal_modalHeader__hGTT0 h2{margin:0;display:flex;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:600;background:linear-gradient(135deg,#60a5fa,#a78bfa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.ModelVerificationModal_vailLogo__tkrmC{width:20px;height:20px}.ModelVerificationModal_closeBtn__CH1lO{background:none;border:none;color:#94a3b8;cursor:pointer;padding:.5rem;border-radius:8px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.ModelVerificationModal_closeBtn__CH1lO:hover{color:#e2e8f0;background-color:rgba(255,255,255,.1)}.ModelVerificationModal_modalBody__S86ek{padding:2rem;overflow-y:auto;flex:1 1}.ModelVerificationModal_statusSection__d4UI2{display:flex;justify-content:center;margin-bottom:2rem}.ModelVerificationModal_statusBadge__OsxcE{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:20px;font-weight:600;font-size:.875rem}.ModelVerificationModal_statusBadge__OsxcE.ModelVerificationModal_success__DITd2{background:rgba(16,185,129,.1);border:1px solid rgba(16,185,129,.2);color:#10b981}.ModelVerificationModal_statusBadge__OsxcE.ModelVerificationModal_failure__kaLiX{background:rgba(239,68,68,.1);border:1px solid rgba(239,68,68,.2);color:#ef4444}.ModelVerificationModal_section__oMmYI{margin-bottom:2rem;background:rgba(255,255,255,.02);border-radius:12px;border:1px solid rgba(255,255,255,.1);overflow:hidden}.ModelVerificationModal_section__oMmYI h3{margin:0;padding:1.5rem 2rem;background:rgba(255,255,255,.02);border-bottom:1px solid rgba(255,255,255,.1);display:flex;align-items:center;gap:.5rem;font-size:1.1rem;font-weight:600;color:#e2e8f0}.ModelVerificationModal_modelGrid__OuygE{padding:2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:1rem;gap:1rem}.ModelVerificationModal_modelField__pSX6a{display:flex;flex-direction:column;gap:.5rem}.ModelVerificationModal_modelField__pSX6a label{font-size:.875rem;font-weight:500;color:#94a3b8;text-transform:uppercase;letter-spacing:.5px}.ModelVerificationModal_fieldValue__B7ya9{display:flex;align-items:center;justify-content:space-between;background:rgba(0,0,0,.2);border:1px solid rgba(255,255,255,.05);border-radius:6px;padding:.75rem;font-size:.875rem;color:#e2e8f0;font-family:JetBrains Mono,monospace}.ModelVerificationModal_fingerprintBadge__29VyD{background:rgba(96,165,250,.1);border:1px solid rgba(96,165,250,.2);color:#60a5fa;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:600;text-transform:uppercase}.ModelVerificationModal_fingerprintHash__ZbeWy{font-family:JetBrains Mono,monospace;font-size:.875rem;color:#10b981;background:rgba(0,0,0,.2);padding:.75rem;border-radius:6px;border:1px solid rgba(16,185,129,.2);word-break:break-all;line-height:1.4;letter-spacing:.5px;flex:1 1;margin-right:.5rem}.ModelVerificationModal_specsGrid__fkkPR{padding:2rem;display:flex;flex-direction:column;gap:1rem}.ModelVerificationModal_specItem__iWtW6{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:rgba(255,255,255,.02);border:1px solid rgba(255,255,255,.05);border-radius:6px}.ModelVerificationModal_specItem__iWtW6 svg{color:#60a5fa;flex-shrink:0}.ModelVerificationModal_specLabel__ZkBik{flex:1 1;font-size:.875rem;color:#94a3b8;font-weight:500}.ModelVerificationModal_specValue__cMc8w{font-weight:600;color:#e2e8f0;font-size:.875rem}.ModelVerificationModal_hashField__ACLh0{padding:2rem}.ModelVerificationModal_hashField__ACLh0 label{display:block;font-size:.875rem;font-weight:500;color:#94a3b8;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem}.ModelVerificationModal_hashValue__Rgojw{display:flex;align-items:center;justify-content:space-between;background:rgba(0,0,0,.2);border:1px solid rgba(255,255,255,.05);border-radius:6px;padding:.75rem;margin-bottom:1rem}.ModelVerificationModal_hashValue__Rgojw code{font-family:JetBrains Mono,monospace;font-size:.75rem;color:#60a5fa;word-break:break-all;flex:1 1;margin-right:.5rem}.ModelVerificationModal_verificationStats__uZ1_M{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));grid-gap:1rem;gap:1rem}.ModelVerificationModal_stat__9sHpN{background:rgba(255,255,255,.02);border:1px solid rgba(255,255,255,.05);border-radius:6px;padding:.75rem;text-align:center}.ModelVerificationModal_statLabel__JJ_Zl{display:block;font-size:.75rem;color:#94a3b8;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.25rem}.ModelVerificationModal_statValue__zTDAX{font-size:1rem;font-weight:600;color:#e2e8f0}.ModelVerificationModal_copyIcon__V_DKT{background:none;border:none;color:#94a3b8;cursor:pointer;padding:.25rem;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0}.ModelVerificationModal_copyIcon__V_DKT:hover{color:#60a5fa;background-color:rgba(96,165,250,.1)}.ModelVerificationModal_copyIcon__V_DKT.ModelVerificationModal_copied__PAezh{color:#10b981;background-color:rgba(16,185,129,.1)}.ModelVerificationModal_errorDetails__quX0L{padding:2rem}.ModelVerificationModal_errorDetails__quX0L p{color:#ef4444;font-size:1rem;margin:0 0 1rem;line-height:1.5}.ModelVerificationModal_errorStats__U6dfM{background:rgba(0,0,0,.2);border:1px solid rgba(255,255,255,.05);border-radius:6px;padding:.75rem;font-size:.875rem;color:#94a3b8}@media (max-width:768px){.ModelVerificationModal_modalContent___vxzv{width:95vw;max-height:90vh;margin:1rem}.ModelVerificationModal_modalBody__S86ek,.ModelVerificationModal_modalHeader__hGTT0{padding:1rem}.ModelVerificationModal_modelGrid__OuygE{grid-template-columns:1fr;padding:1rem}.ModelVerificationModal_hashField__ACLh0,.ModelVerificationModal_specsGrid__fkkPR{padding:1rem}.ModelVerificationModal_hashValue__Rgojw code{font-size:.75rem}.ModelVerificationModal_verificationStats__uZ1_M{grid-template-columns:1fr}}.ModelVerificationModal_modalBody__S86ek::-webkit-scrollbar{width:6px}.ModelVerificationModal_modalBody__S86ek::-webkit-scrollbar-track{background:rgba(255,255,255,.05);border-radius:3px}.ModelVerificationModal_modalBody__S86ek::-webkit-scrollbar-thumb{background:rgba(255,255,255,.2);border-radius:3px}.ModelVerificationModal_modalBody__S86ek::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.3)}.AttestationModal_modalOverlay__kgR9w{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.75);display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.AttestationModal_modalContent__gd_eJ{background:linear-gradient(135deg,#0f0f23,#1a1a2e);border-radius:16px;width:95vw;max-width:1000px;max-height:90vh;border:1px solid rgba(255,255,255,.1);box-shadow:0 20px 60px rgba(0,0,0,.5);display:flex;flex-direction:column;color:#e2e8f0;overflow:hidden}.AttestationModal_modalHeader___1fdi{background:rgba(255,255,255,.02);border-bottom:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1.5rem 2rem;display:flex;align-items:center;justify-content:space-between}.AttestationModal_modalHeader___1fdi h2{margin:0;display:flex;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:600;background:linear-gradient(135deg,#60a5fa,#a78bfa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.AttestationModal_closeBtn__kIjtM{background:none;border:none;color:#94a3b8;cursor:pointer;padding:.5rem;border-radius:8px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.AttestationModal_closeBtn__kIjtM:hover{color:#e2e8f0;background-color:rgba(255,255,255,.1)}.AttestationModal_modalBody__UQxuB{padding:2rem;overflow-y:auto;flex:1 1}.AttestationModal_statusSection__K5L81{display:flex;justify-content:center;margin-bottom:2rem}.AttestationModal_statusBadge__3Epde{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:20px;font-weight:600;font-size:.875rem}.AttestationModal_statusBadge__3Epde.AttestationModal_success__5ievN{background:rgba(16,185,129,.1);border:1px solid rgba(16,185,129,.2);color:#10b981}.AttestationModal_statusBadge__3Epde.AttestationModal_failure__755U_{background:rgba(239,68,68,.1);border:1px solid rgba(239,68,68,.2);color:#ef4444}.AttestationModal_tabNavigation__iLEfx{display:flex;gap:.5rem;margin-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.1)}.AttestationModal_tab__tujXQ{display:flex;align-items:center;gap:.5rem;padding:1rem 1.5rem;background:none;border:none;color:#94a3b8;font-size:1rem;font-weight:500;cursor:pointer;border-radius:8px 8px 0 0;transition:all .2s ease;position:relative}.AttestationModal_tab__tujXQ:hover:not(:disabled){color:#e2e8f0;background:rgba(255,255,255,.05)}.AttestationModal_tab__tujXQ:disabled{opacity:.5;cursor:not-allowed}.AttestationModal_activeTab__GWoao{color:#60a5fa;background:rgba(96,165,250,.1)}.AttestationModal_activeTab__GWoao:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:2px;background:#60a5fa}.AttestationModal_tabContent__dFrW7{background:rgba(255,255,255,.02);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:2rem;min-height:400px}.AttestationModal_overviewSection__ziLfC{display:flex;flex-direction:column;gap:2rem}.AttestationModal_attestationExport__xdRzB{margin-bottom:1rem}.AttestationModal_exportCard__LWot_{background:rgba(255,255,255,.03);border:1px solid rgba(96,165,250,.2);border-radius:12px;padding:1.5rem}.AttestationModal_exportHeader__0PqkN{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.AttestationModal_exportTitle__0GPBv{display:flex;align-items:center;gap:.75rem}.AttestationModal_exportTitle__0GPBv h3{font-size:1.1rem;font-weight:600;margin:0;color:#e2e8f0}.AttestationModal_exportActions__y15dW{display:flex;gap:.5rem}.AttestationModal_exportDescription__4DGKb{font-size:.875rem;color:#94a3b8;line-height:1.5}.AttestationModal_summaryCards__l_C2P{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.AttestationModal_summaryCard__8vUBT{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:1.5rem}.AttestationModal_cardHeader__59OC9{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.AttestationModal_cardHeader__59OC9 svg{color:#60a5fa}.AttestationModal_summaryCard__8vUBT h3{font-size:1.1rem;font-weight:600;margin:0;color:#e2e8f0}.AttestationModal_cardDescription__n5p0R{font-size:.875rem;color:#94a3b8;margin-top:1rem;line-height:1.4}.AttestationModal_attestationInfo__HAi_V,.AttestationModal_securityInfo__3q8ZO{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.AttestationModal_attestationItem__YAFnI,.AttestationModal_securityItem__HDLlF{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid rgba(255,255,255,.05)}.AttestationModal_attestationLabel__Cripm,.AttestationModal_securityLabel__u39YW{font-size:.875rem;color:#94a3b8;font-weight:500}.AttestationModal_attestationValue__NawZj,.AttestationModal_securityValue__n8x41{font-size:.875rem;color:#e2e8f0;font-family:JetBrains Mono,monospace}.AttestationModal_keyMeasurements__8vxcK h2{font-size:1.5rem;font-weight:600;margin:0 0 1rem;color:#e2e8f0}.AttestationModal_measurementGrid__vuoLU{display:flex;flex-direction:column;gap:1.5rem}.AttestationModal_measurementCard__EDupR{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:1.5rem}.AttestationModal_measurementHeader__CLT4b{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.AttestationModal_measurementTitle__eKmbb{display:flex;align-items:center;gap:.5rem}.AttestationModal_measurementTitle__eKmbb svg{color:#60a5fa}.AttestationModal_measurementHeader__CLT4b h4{font-size:1rem;font-weight:600;margin:0;color:#e2e8f0}.AttestationModal_measurementDescription__y0Nwc{font-size:.875rem;color:#94a3b8;line-height:1.5;margin-bottom:1rem}.AttestationModal_hashValue__fZIKe{font-family:JetBrains Mono,monospace;font-size:.875rem;word-break:break-all;padding:1rem;background:rgba(0,0,0,.2);border-radius:6px;border:1px solid rgba(255,255,255,.05);color:#94a3b8}.AttestationModal_attestationSection__jBWlX,.AttestationModal_detailsContainer__onQrf{display:flex;flex-direction:column;gap:2rem}.AttestationModal_detailGroup__3OPTR{background:rgba(255,255,255,.02);border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:1.5rem}.AttestationModal_detailGroup__3OPTR h3{font-size:1.25rem;font-weight:600;margin:0 0 1.5rem;color:#e2e8f0;border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:.5rem}.AttestationModal_detailItem__JLIQn{margin-bottom:1.5rem}.AttestationModal_detailItem__JLIQn label{display:block;font-size:.875rem;font-weight:600;color:#94a3b8;margin-bottom:.5rem}.AttestationModal_valueContainer__6Fn1s{display:flex;align-items:center;gap:1rem}.AttestationModal_hexValue__7N9zB{flex:1 1;font-family:JetBrains Mono,monospace;font-size:.875rem;padding:.75rem;background:rgba(0,0,0,.2);border:1px solid rgba(255,255,255,.05);border-radius:4px;word-break:break-all;color:#94a3b8}.AttestationModal_reportGrid__GGf_A,.AttestationModal_tcbGrid__TsDiX{display:flex;flex-direction:column;gap:1rem}.AttestationModal_reportItem__AfRkm,.AttestationModal_tcbItem__F3kuH{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:rgba(255,255,255,.02);border:1px solid rgba(255,255,255,.05);border-radius:4px}.AttestationModal_reportItem__AfRkm label,.AttestationModal_tcbItem__F3kuH label{font-size:.875rem;font-weight:500;color:#94a3b8}.AttestationModal_reportItem__AfRkm span,.AttestationModal_tcbItem__F3kuH span{font-size:.875rem;color:#e2e8f0;font-family:JetBrains Mono,monospace}.AttestationModal_certContainer__dyAZ7,.AttestationModal_certificatesSection__gd4Td{display:flex;flex-direction:column;gap:2rem}.AttestationModal_certGroup__kC9bl{background:rgba(255,255,255,.02);border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:1.5rem}.AttestationModal_certGroup__kC9bl h3{font-size:1.25rem;font-weight:600;margin:0 0 1.5rem;color:#e2e8f0}.AttestationModal_certInfo__pGBTr{display:flex;flex-direction:column;gap:1rem}.AttestationModal_certStatus__5ZVIs{display:flex;align-items:center;gap:.5rem;padding:.75rem;background:rgba(16,185,129,.1);border:1px solid rgba(16,185,129,.2);border-radius:6px;font-size:.875rem;color:#10b981}.AttestationModal_statusIndicator__t57Ni{font-size:1rem}.AttestationModal_certData__4ywFZ{position:relative}.AttestationModal_certHeader__60LcN{padding:.75rem;background:rgba(255,255,255,.02);border-bottom:1px solid rgba(255,255,255,.1);display:flex;justify-content:flex-end;border-radius:6px 6px 0 0}.AttestationModal_certContent__LwFTC{font-family:JetBrains Mono,monospace;font-size:.75rem;line-height:1.4;padding:1rem;background:rgba(0,0,0,.3);border:1px solid rgba(255,255,255,.05);border-radius:0 0 6px 6px;color:#94a3b8;overflow-x:auto;max-height:300px;overflow-y:auto;white-space:pre-wrap;word-break:break-all;margin:0}.AttestationModal_copyBtn__v4Skq{display:flex;align-items:center;gap:.5rem;background:rgba(96,165,250,.1);border:1px solid rgba(96,165,250,.2);color:#60a5fa;padding:.5rem 1rem;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;position:relative;overflow:hidden}.AttestationModal_copyBtn__v4Skq:hover{background:rgba(96,165,250,.2);border-color:#60a5fa;transform:translateY(-1px);box-shadow:0 4px 12px rgba(96,165,250,.2)}.AttestationModal_copyBtn__v4Skq:active{transform:translateY(0) scale(.96)}.AttestationModal_copyBtn__v4Skq:focus{outline:2px solid rgba(96,165,250,.5);outline-offset:2px}.AttestationModal_copyBtn__v4Skq.AttestationModal_copied__ZmZo6{background:rgba(16,185,129,.2);border-color:#10b981;color:#10b981;transform:scale(1.02)}.AttestationModal_section__QHArR{margin-bottom:2rem;background:rgba(255,255,255,.02);border-radius:12px;border:1px solid rgba(255,255,255,.1);overflow:hidden}.AttestationModal_section__QHArR h3{margin:0;padding:1.5rem 2rem;background:rgba(255,255,255,.02);border-bottom:1px solid rgba(255,255,255,.1);display:flex;align-items:center;gap:.5rem;font-size:1.25rem;font-weight:600;color:#ef4444}.AttestationModal_errorDetails__Q6XzU{padding:2rem}.AttestationModal_errorDetails__Q6XzU p{color:#ef4444;font-size:1rem;margin:0;line-height:1.5}.AttestationModal_measurementVerification__szQQq{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1)}.AttestationModal_verificationStatus__GNwlO{display:flex;align-items:center;gap:.5rem;font-weight:500;margin-bottom:.75rem}.AttestationModal_verificationSuccess__KWcvW{color:#10b981}.AttestationModal_verificationWarning__ms0db{color:#f59e0b}.AttestationModal_codeRepository__3_81x{background:rgba(96,165,250,.1);border:1px solid rgba(96,165,250,.2);border-radius:8px;padding:1rem;margin-top:.5rem}.AttestationModal_repoLabel__jVlSQ{display:block;font-weight:600;color:#e2e8f0;margin-bottom:.5rem;font-size:.875rem}.AttestationModal_repoLink__qLvfE{display:inline-block;color:#60a5fa;text-decoration:none;font-family:JetBrains Mono,monospace;font-size:.875rem;margin-bottom:.75rem;word-break:break-all;background:rgba(0,0,0,.2);padding:.25rem .5rem;border-radius:4px;transition:all .2s ease}.AttestationModal_repoLink__qLvfE:hover{text-decoration:underline;background:rgba(0,0,0,.3);color:#93c5fd}.AttestationModal_repoDescription__oR6gm{font-size:.875rem;color:#94a3b8;line-height:1.5;margin:0}@media (max-width:768px){.AttestationModal_modalContent__gd_eJ{width:95vw;max-height:90vh;margin:1rem}.AttestationModal_modalBody__UQxuB,.AttestationModal_modalHeader___1fdi,.AttestationModal_tabContent__dFrW7{padding:1rem}.AttestationModal_valueContainer__6Fn1s{flex-direction:column;align-items:stretch;gap:.5rem}.AttestationModal_exportHeader__0PqkN,.AttestationModal_measurementHeader__CLT4b{flex-direction:column;align-items:stretch;gap:1rem}.AttestationModal_tabNavigation__iLEfx{flex-wrap:wrap}.AttestationModal_tab__tujXQ{flex:1 1;min-width:120px}}.AttestationModal_certContent__LwFTC::-webkit-scrollbar,.AttestationModal_modalBody__UQxuB::-webkit-scrollbar{width:6px}.AttestationModal_certContent__LwFTC::-webkit-scrollbar-track,.AttestationModal_modalBody__UQxuB::-webkit-scrollbar-track{background:rgba(255,255,255,.05);border-radius:3px}.AttestationModal_certContent__LwFTC::-webkit-scrollbar-thumb,.AttestationModal_modalBody__UQxuB::-webkit-scrollbar-thumb{background:rgba(255,255,255,.2);border-radius:3px}.AttestationModal_certContent__LwFTC::-webkit-scrollbar-thumb:hover,.AttestationModal_modalBody__UQxuB::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.3)}.TEEChatDemo_teeChatDemo___zahj{display:grid;grid-template-columns:40% 60%;height:100vh;background:linear-gradient(135deg,#0f0f23,#1a1a2e)}.TEEChatDemo_chatSection__Yk_ij{background:rgba(255,255,255,.02);border:1px solid rgba(255,255,255,.1);overflow:hidden}.TEEChatDemo_verificationPane__PWlD6{padding:24px;background:linear-gradient(135deg,#0f0f23,#1a1a2e);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;overflow-y:auto}.TEEChatDemo_messageVerification__DgtBx{margin-bottom:12px;padding:16px 20px;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:rgba(255,255,255,.02)}.TEEChatDemo_verificationStatus__S5sjE{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;color:#e2e8f0;font-size:13px;font-weight:500}.TEEChatDemo_verified__YGvUI{color:#10b981}.TEEChatDemo_unverified__EVouy{color:#ef4444}@media (max-width:768px){.TEEChatDemo_teeChatDemo___zahj{grid-template-columns:1fr;grid-template-rows:40% 60%}.TEEChatDemo_verificationPane__PWlD6{padding:16px}}.TEEChatDemo_verificationPane__PWlD6::-webkit-scrollbar{width:6px}.TEEChatDemo_verificationPane__PWlD6::-webkit-scrollbar-track{background:rgba(255,255,255,.05);border-radius:3px}.TEEChatDemo_verificationPane__PWlD6::-webkit-scrollbar-thumb{background:rgba(255,255,255,.2);border-radius:3px}.TEEChatDemo_verificationPane__PWlD6::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.3)}