@import"https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap";@import"https://fonts.googleapis.com/css2?family=Source+Code+Pro&display=swap";._loader_4imac_1{display:flex;flex-direction:column;gap:8px;justify-content:center;align-items:center;padding:20px;margin:auto}._inline_4imac_11{display:inline-flex;padding:0}._overlay_4imac_16{position:absolute;top:0;right:0;bottom:0;left:0;background:#ffffffa6;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);z-index:10}._fullscreen_4imac_24{position:fixed;top:0;right:0;bottom:0;left:0;background:#ffffffb3;z-index:9999}._label_4imac_31{color:var(--text-tertiary);font-size:var(--body-regular)}._loaderInner_4imac_36{border:4px solid var(--loader-color, rgba(0, 0, 0, .1));border-top:4px solid var(--brand-primary-bg, #1976d2);border-radius:50%;animation:_spin_4imac_1 1s linear infinite}._sizeXs_4imac_43{width:14px;height:14px;border-width:2px}._sizeSm_4imac_48{width:20px;height:20px;border-width:3px}._sizeMd_4imac_53{width:32px;height:32px;border-width:4px}._sizeLg_4imac_58{width:48px;height:48px;border-width:5px}@keyframes _spin_4imac_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--bg: #f5fcf7;--bg-gradient-start: #e8faf3;--bg-gradient-end: #f5fcf7;--card: #ffffff;--card-hover: #fafbfc;--muted: #8ea39a;--muted-light: #a8bdb5;--accent: #1e6b59;--accent-hover: #155a4a;--accent-light: #e8faf3;--accent-lighter: #f0f9f6;--text-primary: #0b2b26;--text-secondary: #4a6b63;--border: #d1e0db;--border-light: #e6f3ec;--success: #10b981;--warning: #f59e0b;--error: #ef4444;--sidebar-bg: rgba(255, 255, 255, .6);--sidebar-border: rgba(11, 43, 38, .1);--shadow-sm: 0 1px 3px rgba(11, 43, 38, .06), 0 1px 2px rgba(11, 43, 38, .04);--shadow-md: 0 4px 12px rgba(30, 107, 89, .08), 0 2px 4px rgba(11, 43, 38, .04);--shadow-lg: 0 8px 20px rgba(30, 107, 89, .12)}*{box-sizing:border-box}body,html{overflow-x:hidden;width:100%;max-width:100vw}.dashboard-root{display:flex;min-height:100vh;background:linear-gradient(180deg,var(--bg-gradient-start) 0%,var(--bg-gradient-end) 60%);color:var(--text-primary);font-family:Inter,Roboto,sans-serif;overflow-x:hidden;width:100%}.sidebar{width:90px;background:var(--sidebar-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:24px 12px;display:flex;flex-direction:column;align-items:center;border-right:1px solid var(--sidebar-border);box-shadow:0 1px 3px #00000005}.logo{font-weight:700;font-size:20px;margin-bottom:24px;margin-top:10px;margin-left:5px}.nav{display:flex;flex-direction:column;gap:12px}.nav-btn{background:transparent;border:none;padding:12px;border-radius:10px;cursor:pointer;transition:all .2s ease;color:var(--text-secondary)}.nav-btn:hover{background:var(--accent-light);color:var(--accent)}.nav-btn.active{color:var(--accent)}.main-area{flex:1;padding:24px 40px;overflow-x:hidden;max-width:100%}.header{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.header-left{padding-top:50px}.page-title{font-size:20px;margin:0}.user{display:flex;align-items:center;gap:12px}.avatar{width:40px;height:40px;border-radius:50%;object-fit:cover}.user-name{font-weight:600}.user-email{font-size:12px;color:var(--muted)}.page-title,.user-name{color:var(--text-primary)}.featured{margin-bottom:30px;position:relative}.featured .featured-title{font-size:24px;font-weight:600;color:#fff;padding:20px 0;color:#00403e;z-index:10;top:0;left:0}.carousel-container{position:relative;margin-bottom:18px}.carousel-wrapper{overflow:hidden;width:100%;flex:1;position:relative;max-width:100%}.featured-list{display:flex;gap:14px;transition:transform .4s ease-in-out;will-change:transform;box-sizing:border-box}.agentArrow{position:absolute;right:10px}.agent-card{background:#fff;background-size:cover;background-position:center;background-repeat:no-repeat;border-radius:10px;display:flex;justify-content:center;align-items:flex-end;flex-shrink:0;box-sizing:border-box;box-shadow:var(--shadow-sm);border:.5px solid rgba(0,0,0,.1019607843);transition:all .2s ease;position:relative;overflow:visible;min-height:300px;height:300px}.agent-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,#ffffff0d,#ffffff26);z-index:0;pointer-events:none}.agent-card>*{position:relative;z-index:1}.agent-card:hover{box-shadow:var(--shadow-md);border-color:var(--accent-light);transform:translateY(-1px)}.agent-content-wrapper{width:90%;display:flex;justify-content:space-between;align-items:center;gap:20px;padding:8px;position:relative;z-index:1;background:#fff;overflow:hidden;border-radius:8px;margin-bottom:10px}.agent-content-wrapper:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;pointer-events:none}.agent-left{display:flex;gap:12px;align-items:center;font-size:14px;padding-left:10px}.agent-left .agent-title{font-size:17px;font-weight:600;color:#004141}.agent-left .agent-sub{color:#004141;font-size:13px;line-height:1.4}.agent-icon{width:40px;height:40px;border-radius:50%;background:#f5f5f5;display:flex;align-items:center;justify-content:center;color:var(--accent);flex-shrink:0}.agent-icon img{width:24px;height:24px;object-fit:contain}.launch{background:#00d2aa;color:#fff;border:none;width:37px;height:37px;padding:10px;border-radius:8px;cursor:pointer;font-weight:500;font-size:14px;transition:all .2s ease;box-shadow:0 1px 2px #1e6b5933;display:flex;align-items:center;gap:6px;position:relative}.launch:hover{background:var(--accent-hover);box-shadow:0 2px 4px #1e6b594d;transform:translateY(-1px)}.launch:active{transform:translateY(0)}.carousel-controls{display:flex;align-items:center;justify-content:center;gap:16px;margin-top:12px}.carousel-btn{background:transparent;border:none;width:24px;height:24px;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;transition:all .2s ease;flex-shrink:0}.carousel-btn img{width:100%;height:100%;object-fit:contain}.carousel-btn:hover:not(:disabled){opacity:.7;transform:scale(1.1)}.carousel-btn:active:not(:disabled){transform:scale(.95)}.carousel-btn:disabled{opacity:.3;cursor:not-allowed}.carousel-dots{display:flex;justify-content:center;align-items:center;gap:8px}.carousel-dot{width:8px;height:8px;border-radius:50%;border:none;background:var(--border);cursor:pointer;transition:all .2s ease;padding:0}.carousel-dot:hover{background:var(--muted-light);transform:scale(1.2)}.carousel-dot.active{background:var(--accent);width:24px;border-radius:4px;box-shadow:0 2px 4px #1e6b594d}.content-grid{display:grid;grid-template-columns:1fr 360px;gap:20px;align-items:start}@media (max-width: 1200px){.content-grid{grid-template-columns:1fr}}.left-column{overflow-x:hidden;display:flex;flex-direction:column;gap:10px}.right-column{display:flex;flex-direction:column}.card{background:var(--card);padding:20px;border-radius:12px;box-shadow:var(--shadow-sm);border:1px solid var(--border-light)}.card h3{color:var(--text-primary);margin:0 0 8px;font-size:18px;font-weight:600}.card-header{margin-bottom:8px}.card-header h3{margin:0;font-size:18px;font-weight:600;color:var(--text-primary)}.my-agents .card-header{margin-bottom:8px}.my-agents .subtle{margin-bottom:0}.subtle{color:var(--muted);font-size:14px;margin:0}.my-agents .tiles{display:flex;gap:12px;margin-top:18px;flex-wrap:nowrap;overflow-x:auto;overflow-y:visible;padding-top:2px}@media (max-width: 980px){.my-agents .tiles{flex-wrap:wrap}}.tile{background:var(--card);padding:16px;border-radius:10px;min-width:200px;flex:1 1 0;border:1px solid var(--border-light);box-shadow:var(--shadow-sm);transition:all .2s ease;display:flex;flex-direction:row;align-items:flex-start;gap:12px;cursor:pointer;position:relative}.tile:hover{border-color:var(--accent);transform:translateY(-2px);box-shadow:var(--shadow-md);z-index:1}.tile-icon{width:40px;height:40px;border-radius:8px;background:var(--accent-light);display:flex;align-items:center;justify-content:center;flex-shrink:0}.tile-icon img{width:24px;height:24px;object-fit:contain}.tile-content{flex:1;width:100%}.tile-title{font-weight:600;color:var(--text-primary);font-size:14px;margin-bottom:6px;line-height:1.4}.tile-sub{font-size:12px;color:var(--muted);line-height:1.5}.keep-working .work-list{list-style:none;margin:16px 0 0;padding:0}.keep-working .work-list li{padding:16px 0;border-bottom:1px solid var(--border-light);transition:all .2s ease;display:flex;align-items:flex-start;gap:12px;cursor:pointer;position:relative}.keep-working .work-list li:last-child{border-bottom:none}.keep-working .work-list li:hover .work-title{color:var(--accent)}.keep-working .work-list li:hover .work-arrow{opacity:1;transform:translate(2px)}.keep-working .work-icon{width:32px;height:32px;border-radius:50%;background:var(--card);display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 1px 2px #0000000d}.keep-working .work-icon img{width:20px;height:20px;object-fit:contain}.keep-working .work-main{flex:1;min-width:0;display:flex;flex-direction:column;gap:8px}.keep-working .work-header{display:flex;align-items:center;gap:8px}.keep-working .work-title{font-weight:600;color:var(--text-primary);font-size:14px;line-height:1.4;transition:color .2s ease}.keep-working .work-content{display:flex;flex-direction:column;gap:4px}.keep-working .work-desc{font-size:12px;color:var(--muted);line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.keep-working .work-timestamp{font-size:11px;color:var(--muted-light);line-height:1.4}.keep-working .work-arrow{width:20px;height:20px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--text-secondary);opacity:.6;transition:all .2s ease;margin-top:2px}.keep-working .work-arrow svg{width:16px;height:16px}.keep-working .show-more-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:8px;padding:12px;margin-top:8px;background:transparent;border:none;color:var(--text-secondary);font-size:13px;cursor:pointer;transition:all .2s ease;border-radius:8px}.keep-working .show-more-btn:hover{background:var(--accent-lighter);color:var(--accent)}.keep-working .show-more-btn svg{width:16px;height:16px}.workflows .tabs{display:flex;gap:8px;margin:16px 0}.workflows .tab{background:var(--card);border:1px solid var(--border);padding:8px 16px;border-radius:8px;cursor:pointer;color:var(--muted);transition:all .2s ease;font-size:13px;font-weight:400}.workflows .tab:hover{background:var(--accent-lighter);border-color:var(--border);color:var(--text-secondary)}.workflows .tab.active{background:var(--accent-lighter);border-color:var(--border);color:var(--text-primary);font-weight:500}.workflows .workflow-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:16px}@media (max-width: 768px){.workflows .workflow-grid{grid-template-columns:1fr}}.workflows .workflow-item{display:flex;justify-content:space-between;align-items:flex-start;padding:16px;border-radius:8px;background:var(--card);border:1px solid var(--border-light);transition:all .2s ease;gap:16px}.workflows .workflow-item:hover{background:var(--card-hover);border-color:var(--border);box-shadow:var(--shadow-sm)}.workflows .workflow-main{flex:1;min-width:0}.workflows .workflow-header{display:flex;align-items:flex-start;gap:12px;margin-bottom:12px}.workflows .wf-icon{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:8px;flex-shrink:0}.workflows .wf-icon.wf-icon-blue{background:#3b82f6;position:relative}.workflows .wf-icon.wf-icon-blue .wf-icon-inner{width:12px;height:12px;border-radius:50%;background:#fff}.workflows .wf-icon.wf-icon-lightning{background:#10b981;color:#fff}.workflows .wf-icon.wf-icon-lightning svg{width:20px;height:20px;stroke:#fff}.workflows .wf-icon.wf-icon-star{background:#1e293b;color:#fff}.workflows .wf-icon.wf-icon-star svg{width:20px;height:20px}.workflows .workflow-info{flex:1;min-width:0}.workflows .wf-title{color:var(--text-primary);font-weight:600;font-size:14px;margin-bottom:4px}.workflows .wf-sub{color:var(--muted);font-size:12px}.workflows .workflow-connector{margin-left:48px;margin-top:12px;position:relative;padding-left:8px}.workflows .connector-line{position:absolute;left:-30px;top:-19px;width:34px;height:28px;border:none;border-left:1.5px solid #00403e;border-bottom:1.5px solid #00403e;border-radius:0 0 0 8px;background:transparent}.workflows .connector-line:after{content:"";position:absolute;right:0;bottom:-4.5px;width:8px;height:8px;background:#00403e;border-radius:50%}.workflows .associated-agents{display:flex;gap:8px;flex-wrap:wrap;margin-top:0}.workflows .associated-agent{font-size:12px;color:var(--accent);font-weight:400;padding:0;background:transparent;border-radius:0}.workflows .deploy{background:var(--card-hover);border:1px solid var(--border);padding:8px 16px;border-radius:8px;color:var(--text-primary);cursor:pointer;transition:all .2s ease;font-size:13px;white-space:nowrap;flex-shrink:0;font-weight:400;display:flex;align-items:center;gap:4px}.workflows .deploy:hover{background:var(--border-light);border-color:var(--border);color:var(--text-primary)}.chat-panel{position:sticky;top:240px;right:24px;width:410px;height:100%;max-height:750px;display:flex;flex-direction:column;z-index:1000;box-shadow:0 8px 24px #0b2b2626}.chat-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid var(--border-light)}.chat-header-left{flex:1}.chat-header-left h3{margin:0 0 4px;font-size:17px;font-weight:600;color:var(--text-primary)}.chat-header-left .subtle{margin:0;font-size:13px}.pop-out-btn{background:transparent;border:.5px solid rgba(0,0,0,.1019607843);box-shadow:0 2px 4px #0000000d;padding:6px 12px;border-radius:6px;cursor:pointer;color:var(--text-secondary);transition:all .2s ease;display:flex;align-items:center;gap:6px;justify-content:center;flex-shrink:0;font-size:14px;font-weight:500;font-family:inherit}.pop-out-btn:hover{background:var(--accent-light);color:var(--accent)}.pop-out-btn .pop-out-icon{width:16px;height:16px;object-fit:contain}.pop-out-btn svg{width:16px;height:16px}.chat-content{flex:0 0 auto;display:flex;flex-direction:column;padding-right:4px}.chat-scrollable-area{flex:1;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;min-height:0;max-height:100%;padding:10px 20px}.chat-scrollable-area::-webkit-scrollbar{width:6px}.chat-scrollable-area::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.chat-scrollable-area::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}.chat-scrollable-area::-webkit-scrollbar-thumb:hover{background:var(--muted-light)}.chat-suggestions{padding:5px 0;margin-bottom:16px;flex-shrink:0}.chat-suggestions .suggestions-title{font-size:16px;font-weight:600;color:var(--text-primary);margin:0 0 16px;text-align:center;line-height:1.4}.chat-suggestions .suggestion-cards{display:flex;flex-direction:column;gap:12px}.chat-suggestions .suggestion-card{background:var(--card);border:1px solid var(--border-light);border-radius:8px;padding:16px;cursor:pointer;transition:all .2s ease}.chat-suggestions .suggestion-card:hover{background:var(--card-hover);border-color:var(--border);box-shadow:var(--shadow-sm)}.chat-suggestions .suggestion-card .suggestion-card-title{font-size:14px;font-weight:600;color:var(--text-primary);margin-bottom:8px}.chat-suggestions .suggestion-card .suggestion-card-text{font-size:13px;color:var(--muted);line-height:1.5}.chat-messages{display:flex;flex-direction:column;gap:16px;margin-bottom:16px;flex-shrink:0}.chat-messages::-webkit-scrollbar{width:4px}.chat-messages::-webkit-scrollbar-track{background:transparent}.chat-messages::-webkit-scrollbar-thumb{background:var(--border);border-radius:2px}.chat-messages::-webkit-scrollbar-thumb:hover{background:var(--muted-light)}.message-bubble{display:flex;gap:8px;align-items:flex-start}.message-bubble.agent-message{justify-content:flex-end}.message-bubble.agent-message .message-content{background:var(--accent-light);border-radius:12px 12px 4px;max-width:75%}.message-bubble.user-message{justify-content:flex-start}.message-bubble.user-message .message-content{background:var(--card);border:1px solid var(--border-light);border-radius:12px 12px 12px 4px;max-width:75%}.message-avatar{width:24px;height:24px;flex-shrink:0;margin-top:2px}.message-avatar .avatar-circle{width:24px;height:24px;border-radius:50%;background:#ff6b6b;position:relative}.message-avatar .avatar-circle:before{content:"";position:absolute;top:2px;left:50%;transform:translate(-50%);width:8px;height:8px;border-radius:50%;background:#ffb6b6}.message-avatar.user-avatar .user-avatar-circle{width:24px;height:24px;border-radius:50%;background:var(--accent-light);display:flex;align-items:center;justify-content:center;color:var(--accent);font-size:10px;font-weight:700;border:1.5px solid var(--accent)}.message-content{padding:10px 12px}.message-content .message-text{font-size:13px;color:var(--text-primary);line-height:1.5;margin-bottom:6px}.message-content .message-text p{margin:0 0 8px}.message-content .message-text p:last-child{margin-bottom:0}.message-content .message-time{font-size:11px;color:var(--muted-light);margin-top:4px}.message-content .message-actions{display:flex;gap:8px;margin-top:8px;margin-bottom:4px}.message-content .action-icon{background:transparent;border:none;padding:4px;cursor:pointer;color:var(--text-secondary);transition:all .2s ease;display:flex;align-items:center;justify-content:center;border-radius:4px}.message-content .action-icon:hover{background:var(--accent-light);color:var(--accent)}.message-content .action-icon svg{width:16px;height:16px}.formatted-chat{display:flex;flex-direction:column;gap:20px}.chat-input-wrapper{display:flex;align-items:center;gap:8px;padding-top:12px;border-top:1px solid var(--border-light);padding-bottom:15px}.chat-input{flex:1;padding:10px 12px;border:1px solid var(--border);border-radius:8px;font-family:inherit;font-size:14px;color:var(--text-primary);background:var(--card)}.chat-input::placeholder{color:var(--muted)}.chat-input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #1e6b591a}.chat-input-icon{background:transparent;border:none;padding:6px;cursor:pointer;color:var(--text-secondary);transition:all .2s ease;display:flex;align-items:center;justify-content:center;border-radius:6px;flex-shrink:0}.chat-input-icon:hover{background:var(--accent-light);color:var(--accent)}.chat-input-icon svg{width:16px;height:16px}.chat-input-actions{display:flex;gap:4px;align-items:center}.rtl-text{text-align:right;direction:rtl}.chat-progress-tracker{padding-top:10px;margin-bottom:40px;border-radius:8px;background:#fff;display:flex;flex-direction:column;gap:0;position:relative}.progress-step{display:flex;align-items:flex-start;gap:12px;position:relative;padding-bottom:20px;opacity:0;animation:fadeSlideIn .4s ease-out forwards}.progress-step:last-child{padding-bottom:0}.progress-step:not(:first-child):before{content:"";position:absolute;left:10px;top:-20px;width:2px;height:20px;border-left:2px dotted #d1d5db;z-index:0;opacity:0;animation:fadeInLine .3s ease-out .1s forwards}.progress-step.completed .progress-step-title{color:var(--text-primary);font-weight:400;font-size:14px}.progress-step.completed .progress-step-status{color:var(--muted);font-style:italic}.progress-step.active .progress-step-title{color:var(--text-primary);font-weight:400;font-size:14px}.progress-step.active .progress-step-status{color:var(--muted);font-style:italic}.progress-step.pending .progress-step-title{color:#9ca3af;font-weight:600}.progress-step.pending .progress-step-status{color:#9ca3af}.progress-step-icon{position:relative;z-index:1;flex-shrink:0}.progress-circle{width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative}.progress-circle.completed{background:#10b981;border:none}.progress-circle.active{background:#10b981;border:2px solid white;box-shadow:0 0 0 2px #10b981}.progress-circle.active .progress-circle-inner{width:8px;height:8px;border-radius:50%;background:#fff}.progress-circle.pending{background:#fff;border:2px solid #d1d5db}.progress-step-content{flex:1;padding-top:2px}.progress-step-title{font-size:16px;line-height:1.4;margin-bottom:2px}.progress-step-status{font-size:12px;line-height:1.4;font-weight:400}.progress-circle.rotating{border:2px solid #ccc;border-top:2px solid #4caf50;border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;animation:rotate 1s linear infinite}@keyframes fadeSlideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLine{0%{opacity:0}to{opacity:1}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.chat-modal-agents-bar{display:flex;align-items:center;gap:8px;padding:16px 20px;border-bottom:1px solid #e5e5e5;flex-shrink:0;overflow-x:auto;background:#fff;animation:slideDown .3s ease-out}.chat-modal-agents-bar::-webkit-scrollbar{height:4px}.chat-modal-agents-bar::-webkit-scrollbar-track{background:transparent}.chat-modal-agents-bar::-webkit-scrollbar-thumb{background:var(--border);border-radius:2px}.chat-modal-agents-bar::-webkit-scrollbar-thumb:hover{background:var(--muted-light)}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.agent-tag{display:flex;align-items:center;gap:8px;padding:8px 12px;border-radius:8px;border:1px solid var(--border);background:#fff;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);white-space:nowrap;flex-shrink:0;font-family:inherit;animation:fadeInScale .4s ease-out backwards}.agent-tag:nth-child(1){animation-delay:.05s}.agent-tag:nth-child(2){animation-delay:.1s}.agent-tag:nth-child(3){animation-delay:.15s}.agent-tag:nth-child(4){animation-delay:.2s}.agent-tag:nth-child(5){animation-delay:.25s}.agent-tag:nth-child(6){animation-delay:.3s}.agent-tag:hover{background:var(--card-hover);border-color:var(--border);transform:translateY(-2px);box-shadow:0 2px 8px #00000014}.agent-tag:active{transform:translateY(0)}.agent-tag.active{background:#fff;border-color:#3b82f6;box-shadow:0 0 0 1px #3b82f6}.agent-tag.active .agent-tag-text{color:var(--text-primary);font-weight:500}.agent-tag.active:hover{border-color:#2563eb;box-shadow:0 0 0 1px #2563eb,0 2px 8px #3b82f626}.agent-tag .agent-tag-icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.agent-tag .agent-tag-icon img{width:100%;height:100%;object-fit:contain}.agent-tag .agent-tag-text{font-size:13px;color:var(--muted);line-height:1;font-weight:400}.agent-tag .agent-tag-close{margin-left:4px;padding:2px;opacity:.5;color:var(--text-secondary)}.agent-tag .agent-tag-close:hover{opacity:1;background-color:#0000000d}.agent-tag.marketing-agent{background:#f5f5f5;border-color:#e0e0e0}.agent-tag.marketing-agent .agent-tag-text{color:var(--muted)}.agent-tag.pr-agent{background:#fff}.agent-tag.pr-agent.active{background:#fff;border-color:#3b82f6}.agent-tag.pr-agent.active .agent-tag-text{color:var(--text-primary);font-weight:500}.agent-tag.sales-agent,.agent-tag.hr-agent,.agent-tag.finance-agent{background:#fff}@keyframes fadeInScale{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.chat-modal-container{background:#fff;border-radius:12px;width:90vw;max-width:1200px;height:90vh;max-height:800px;display:flex;flex-direction:column;box-shadow:0 20px 60px #0000004d;outline:none;overflow:hidden}.chat-modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid var(--border-light);flex-shrink:0;background:#fff}.chat-modal-header .chat-header-left{display:flex;align-items:flex-start;flex:1}.chat-modal-header .chat-header-title-wrapper{flex:1}.chat-modal-header .chat-header-title-wrapper h3{margin:0 0 4px;font-size:18px;font-weight:600;color:var(--text-primary)}.chat-modal-header .chat-header-title-wrapper .subtle{margin:0;font-size:13px}.chat-modal-hamburger{padding:4px;margin-right:12px;color:var(--text-secondary)}.chat-modal-hamburger:hover{background-color:var(--accent-light);color:var(--accent)}.dock-again-btn{display:flex;align-items:center;gap:8px;padding:8px 16px;border:1px solid var(--border);border-radius:8px;background:#fff;cursor:pointer;transition:all .2s ease;color:var(--text-primary);font-size:14px;font-weight:500;font-family:inherit}.dock-again-btn:hover{background:var(--card-hover);border-color:var(--border)}.dock-again-btn .dock-again-icon{width:16px;height:16px;object-fit:contain}.chat-modal-content{flex:1;display:flex;flex-direction:column;justify-content:end;margin-bottom:20px;overflow:hidden;min-height:0}.footer-note .bg-preview{display:none}@media (max-width: 980px){.content-grid{grid-template-columns:1fr}.tile{flex:1 1 100%;max-width:100%}.chat-panel{width:calc(100% - 48px);max-width:410px;right:24px;bottom:24px;max-height:400px}}@media (max-width: 640px){.agent-card{width:100%;min-width:100%;flex:0 0 100%;max-width:none}.carousel-btn{width:32px;height:32px;font-size:20px}.chat-panel{width:calc(100% - 32px);right:16px;bottom:16px;max-height:350px}}.avatar-initial{width:40px;height:40px;border-radius:50%;background:#1e6b59;color:#fff;display:flex;justify-content:center;align-items:center;font-weight:600;font-size:1.2rem}.lc{display:flex;align-items:center;gap:18px;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial}.lc__left{display:flex;flex-direction:column;gap:14px;min-width:220px}.lc__title h1{margin:0;font-size:28px;line-height:1.05;color:#083632;font-weight:700;letter-spacing:-.2px}.lc__btn{display:inline-flex;align-items:center;justify-content:space-between;gap:12px;width:220px;height:44px;padding:0 14px;border-radius:8px;background:#0f4f46;color:#fff;border:none;cursor:pointer;font-weight:600;font-size:15px;box-shadow:0 8px 20px #084d451f;transition:transform .15s ease,box-shadow .15s ease}.lc__btn:hover,.lc__btn:focus{transform:translateY(-3px);box-shadow:0 14px 34px #084d4524;outline:none}.lc__btn:active{transform:translateY(0);opacity:.96}.lc__btn-text{flex:1;text-align:left}.lc__btn-icon{display:inline-block;transform:translate(0);transition:transform .15s ease}.lc__btn:hover .lc__btn-icon{transform:translate(6px)}.lc__right{display:flex;align-items:center;justify-content:center;width:74px}.lc__logo{width:74px;height:auto;object-fit:contain;display:block;border-radius:6px}@media (max-width: 520px){.lc{flex-direction:column;align-items:flex-start}.lc__right{width:100%}.lc__logo{width:110px}.lc__btn{width:100%}}.chat-input-wrapper{width:100%;padding:16px}.textareaContainer{position:relative;width:100%}.chat-input>div{padding-bottom:80px!important;border-radius:12px}.chat-input :global(.MuiOutlinedInput-root){align-items:flex-start!important;box-sizing:border-box;padding-top:12px!important;padding-bottom:80px!important;border-radius:14px;border:1px solid #e9e9e9}.chat-input :global(.MuiOutlinedInput-inputMultiline){height:100%!important;overflow-y:auto;box-sizing:border-box;padding:12px 100px 45px 45px!important}.chat-input :global(.MuiOutlinedInput-inputMultiline::placeholder){opacity:.6}.leftIcon{position:absolute;bottom:12px;left:12px;width:36px;height:36px;cursor:pointer}.rightIcons{position:absolute;bottom:12px;right:12px;display:flex;gap:12px;align-items:center}.icon{width:36px;height:36px;cursor:pointer}._messageInputContainer_idovm_2{margin:auto;width:100%}._rtl-text_idovm_7{text-align:right;direction:rtl}._inputContainer_idovm_12{display:flex;align-items:center;gap:8px;padding:20px 20px 0;border-top:1px solid var(--border-light);width:100%}._buttonRow_idovm_22{display:flex;flex-direction:row;align-items:end;gap:8px;margin-bottom:12px}._actionButton_idovm_30{background-color:var(--brand-primary-bg)!important;border:1px solid var(--card-border)!important;border-radius:20px!important;padding:8px 12px!important;font-size:11px!important;font-weight:400!important;color:var(--bg-white)!important;cursor:pointer;transition:all .2s;text-transform:none!important;box-shadow:0 1px 3px #0000001a!important;min-width:100px!important;max-width:100px!important;width:100px!important;white-space:nowrap;height:auto!important;line-height:1.2!important}._actionButton_idovm_30:hover{box-shadow:0 2px 6px #5fcfac33!important}._chatWindowContainer_idovm_54{height:100%;display:flex;flex-direction:column;overflow-y:auto;padding-bottom:30px;gap:20px}._chatHeader_idovm_64{text-align:center;max-width:820px;margin:auto}._chatHeader_idovm_64 h1{font-size:var(--text-large);font-weight:600;margin:0}._chatHeader_idovm_64 h3{font-size:var(--heading-medium);font-weight:600;margin:0}._chatHeader_idovm_64 p{font-size:var(--body-regular);color:var(--text-secondary);margin:4px 0 0}._inputBar_idovm_89{display:flex;gap:8px;align-items:center;flex:1;width:100%}._inputBar_idovm_89 ._MuiTextField-root_idovm_97{flex:1}._inputBar_idovm_89 ._MuiOutlinedInput-root_idovm_101{padding:10px 12px!important;border:1px solid var(--border)!important;border-radius:8px!important;font-family:inherit!important;font-size:14px!important;color:var(--text-primary)!important;background:var(--card)!important;transition:border-color .2s ease,box-shadow .2s ease!important}._inputBar_idovm_89 ._MuiOutlinedInput-root_idovm_101 fieldset{border:1px solid var(--border)!important;border-radius:8px!important}._inputBar_idovm_89 ._MuiOutlinedInput-root_idovm_101:hover fieldset{border:1px solid var(--border)!important}._inputBar_idovm_89 ._MuiOutlinedInput-root_idovm_101._Mui-focused_idovm_123{border:1px solid var(--accent)!important;box-shadow:0 0 0 3px #1e6b591a!important}._inputBar_idovm_89 ._MuiOutlinedInput-root_idovm_101._Mui-focused_idovm_123 fieldset{border:1px solid var(--accent)!important;border-radius:8px!important}._inputBar_idovm_89 ._MuiInputBase-input_idovm_133::placeholder{color:var(--muted)!important;opacity:1!important}._inputBar_idovm_89 input,._inputBar_idovm_89 textarea{padding:0!important;font-size:14px!important;color:var(--text-primary)!important}._inputBar_idovm_89 ._MuiIconButton-root_idovm_145._enhanceButton_idovm_145,._inputBar_idovm_89 ._MuiIconButton-root_idovm_145._sendButton_idovm_146{background:transparent!important;border:none!important;padding:6px!important;color:var(--text-secondary)!important;transition:all .2s ease!important;border-radius:6px!important;flex-shrink:0!important}._inputBar_idovm_89 ._MuiIconButton-root_idovm_145._enhanceButton_idovm_145:hover,._inputBar_idovm_89 ._MuiIconButton-root_idovm_145._sendButton_idovm_146:hover{background:var(--accent-light)!important;color:var(--accent)!important}._inputBar_idovm_89 ._MuiIconButton-root_idovm_145._sendButton_idovm_146:disabled{opacity:.3!important;cursor:not-allowed!important;color:var(--text-secondary)!important}._inputBar_idovm_89 ._MuiIconButton-root_idovm_145._sendButton_idovm_146:disabled:hover{background:transparent!important;color:var(--text-secondary)!important}._inputBar_idovm_89 ._MuiIconButton-root_idovm_145 svg{width:16px!important;height:16px!important}._chatWindow_idovm_54{height:100%;overflow-y:auto;display:flex;padding:20px}._messageContainer_idovm_187{max-width:90%;margin:auto auto 0;display:flex;flex-direction:column;gap:16px;flex:1 1 0;padding-left:10px}._messageBubble_idovm_198{display:flex;gap:15px;align-items:flex-start;max-width:100%}._messageBubble_idovm_198._agentBubble_idovm_205{justify-content:flex-start}._messageBubble_idovm_198._userBubble_idovm_209{justify-content:flex-end;margin-left:auto}._messageBubble_idovm_198 ._avatar_idovm_216{width:24px;height:24px;flex-shrink:0;margin-top:0;align-self:flex-start;display:flex;align-items:center;justify-content:center;border-radius:50%}._messageBubble_idovm_198 ._avatar_idovm_216 ._avatarCircle_idovm_229{width:24px;height:24px;border-radius:50%;background:#ff6b6b;position:relative}._messageBubble_idovm_198 ._avatar_idovm_216 ._avatarCircle_idovm_229:before{content:"";position:absolute;top:2px;left:50%;transform:translate(-50%);width:8px;height:8px;border-radius:50%;background:#ffb6b6}._messageBubble_idovm_198 ._avatar_idovm_216._userAvatar_idovm_250{width:24px;height:24px;flex-shrink:0;margin-top:0;align-self:flex-start}._messageBubble_idovm_198 ._avatar_idovm_216._userAvatar_idovm_250 ._userAvatarCircle_idovm_258{width:24px;height:24px;border-radius:50%;background:var(--accent-light);display:flex;align-items:center;justify-content:center;color:var(--accent);font-size:10px;font-weight:700;border:1.5px solid var(--accent)}._messageBubble_idovm_198 ._avatar_idovm_216 img{width:35px;vertical-align:middle}._messageBubble_idovm_198 ._message_idovm_2{padding:16px 20px;font-size:16px;line-height:1.5;flex:1;align-self:flex-start;color:var(--text-primary);border:1px solid var(--border-light);border-radius:12px 12px 12px 4px;width:85%;overflow:hidden;color:#403f3f}._messageBubble_idovm_198 ._message_idovm_2 p{margin:0 0 8px}._messageBubble_idovm_198 ._message_idovm_2 p:last-child{margin-bottom:0}._messageBubble_idovm_198._agentBubble_idovm_205 ._message_idovm_2{background:var(--accent-light);border:1px solid var(--border-light);border-radius:12px 12px 12px 4px;max-width:75%}._messageBubble_idovm_198._userBubble_idovm_209 ._message_idovm_2{border:1px solid var(--border-light);border-radius:12px 12px 12px 4px;background:var(--accent-light);max-width:1030px;padding:15px;float:right;width:auto;min-width:80px}._messageBubble_idovm_198 ._userMessage_idovm_322{background:var(--card);border:1px solid var(--border-light);border-radius:12px 12px 12px 4px}._disclaimer_idovm_328{font-size:var(--body-small);color:var(--text-tertiary);text-align:center;margin-top:20px;padding-left:20px;padding-right:20px}._inputBar_idovm_89{width:100%}._textareaContainer_idovm_340{position:relative;width:90%;margin:0 5%}._chatInput_idovm_346 .MuiOutlinedInput-root{align-items:flex-start!important;box-sizing:border-box;padding-top:12px!important;padding-bottom:80px!important;border-radius:14px;border:1px solid #e9e9e9}._chatInput_idovm_346 .MuiOutlinedInput-inputMultiline{height:100%!important;overflow-y:auto;box-sizing:border-box;padding:12px 100px 45px 45px!important}._chatInput_idovm_346 .MuiOutlinedInput-inputMultiline::placeholder{opacity:.6}._leftIcon_idovm_366{position:absolute;bottom:12px;left:12px;width:36px;height:36px;cursor:pointer}._rightIcons_idovm_375{position:absolute;bottom:12px;right:12px;display:flex;gap:12px;align-items:center}._icon_idovm_384{width:36px;height:36px;cursor:pointer}._iconButton_idovm_391{background:transparent;border:none;padding:0;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;border-radius:50%}._iconActive_idovm_403{width:36px;height:36px;border-radius:50%;box-shadow:0 0 0 4px #10b9811f;animation:_mic-pulse_idovm_1 1.6s infinite}@keyframes _mic-pulse_idovm_1{0%{box-shadow:0 0 0 4px #10b9811f}50%{box-shadow:0 0 0 8px #10b9810f}to{box-shadow:0 0 0 4px #10b9811f}}._chatDisclaimer_idovm_422{font-size:12px;color:#000;padding:10px 0;text-align:center}._chatDisclaimer_idovm_422 span{font-size:12px;font-weight:600;color:#000;margin-left:4px}._chatActions_idovm_434{display:flex;gap:6px;padding:10px 0}._chatActions_idovm_434 img{width:24px;height:24px}._svgActionIcon_idovm_443{cursor:pointer}._svgActionBorder_idovm_447{stroke:#000;stroke-opacity:.2;transition:stroke .2s ease,stroke-opacity .2s ease}._iconPath_idovm_455{fill:#999;transition:fill .2s ease}._svgActionIcon_idovm_443:hover ._svgActionBorder_idovm_447{stroke:#10b981;stroke-opacity:1}._svgActionIcon_idovm_443:hover ._iconPath_idovm_455{fill:#10b981}._svgActionBorderActive_idovm_469{stroke:#10b981!important;stroke-opacity:1!important}._iconPathActive_idovm_474{fill:#10b981!important}._selectedFilesContainer_idovm_479{display:flex;flex-wrap:wrap;gap:8px;padding:8px 0;margin-bottom:8px;margin-left:5%}._fileChip_idovm_488{background-color:var(--accent-light)!important;border:1px solid var(--border)!important;border-radius:8px!important;font-size:13px!important;max-width:300px!important}._predefinedPromptsContainer_amhyd_1{display:flex;flex-direction:column;align-items:center;width:100%;padding:10px 20px;max-width:1100px;margin:0 auto;box-sizing:border-box}._mainTitle_amhyd_12{font-size:20px!important;font-weight:600!important;color:var(--text-primary, #202123);text-align:center;margin-bottom:30px!important;line-height:1.2;font-family:var(--font-primary, "Inter", sans-serif);letter-spacing:-.02em}._promptsGrid_amhyd_23{display:flex;align-items:center;justify-content:center;gap:20px;width:100%;max-width:1100px;flex-wrap:wrap}._promptCard_amhyd_33{max-width:250px;background:#fff;border:1px solid #e0e0e0;border-radius:var(--border-radius-medium, 8px);padding:14px;cursor:pointer;transition:all .2s ease;display:flex;flex-direction:column;gap:12px;box-sizing:border-box;min-height:125px}._promptCard_amhyd_33:hover{border-color:var(--brand-primary-bg, #5fcfac);box-shadow:0 2px 8px #5fcfac1a;transform:translateY(-2px)}._promptCard_amhyd_33:active{transform:translateY(0)}._promptTitle_amhyd_56{font-size:var(--heading-medium, 1.21em)!important;font-weight:var(--text-semibold, 600)!important;color:#00403e;line-height:1.4;font-family:var(--font-primary, "Inter", sans-serif);margin:0}._promptDescription_amhyd_65{font-size:var(--body-regular, 1em)!important;font-weight:var(--text-regular, 400);color:#00403eb2;line-height:1.5;font-family:var(--font-primary, "Inter", sans-serif);margin:0;word-wrap:break-word}._promptTitle_amhyd_56{font-size:16px!important;font-weight:600;color:#003f47;line-height:1.5;font-family:var(--font-primary, "Inter", sans-serif);margin:0;word-wrap:break-word}._smallChatWindow_amhyd_85 ._promptCard_amhyd_33,._chatModal_amhyd_89 ._promptCard_amhyd_33{min-height:162px}@media (max-width: 768px){._predefinedPromptsContainer_amhyd_1{padding:32px 16px}._mainTitle_amhyd_12{font-size:20px!important;margin-bottom:25px;line-height:1.2}._promptsGrid_amhyd_23{grid-template-columns:1fr;gap:16px;max-width:100%;display:block}._promptCard_amhyd_33{padding:20px;gap:10px}._promptTitle_amhyd_56{font-size:var(--body-regular, 1em)}._promptDescription_amhyd_65{font-size:var(--body-small, .875em)}}@media (max-width: 480px){._predefinedPromptsContainer_amhyd_1{padding:24px 12px}._mainTitle_amhyd_12{font-size:1.5em;margin-bottom:24px;line-height:1.2}._promptCard_amhyd_33{padding:16px}}._drawerRoot_1r3kw_1 ._paperRoot_1r3kw_1{width:var(--rightbar-width)!important;box-shadow:0 4px 12px #00000026;border-right:1px solid var(--sidebar-border)}._drawerHeader_1r3kw_7{display:flex;justify-content:space-between;align-items:center;padding:12px 10px 12px 20px;border-bottom:1px solid var(--sidebar-border)}._drawerTitle_1r3kw_15{font-size:var(--heading-medium);font-weight:600;margin:0}._drawerHeader_1r3kw_7 button{padding:10px}._drawerHeader_1r3kw_7 button:hover{background-color:var(--icon-button);color:var(--text-primary)}._drawerContent_1r3kw_30{padding:20px;height:calc(100vh - 69px);overflow-y:auto}._agentTimeline_vvyfh_1{width:100%;display:flex;flex-direction:column;gap:20px}._agentTimeline_vvyfh_1 h5,._agentTimeline_vvyfh_1 h6{font-weight:600}._timelineHeader_vvyfh_13{display:flex;flex-direction:column;gap:10px}._actionsHeader_vvyfh_19{display:flex;gap:10px;align-items:center}._actionsHeader_vvyfh_19 ._chipRoot_vvyfh_25{height:auto}._actionsHeader_vvyfh_19 ._chipLabel_vvyfh_29{padding:4px 10px 4px 4px}._actionsHeader_vvyfh_19 ._chipLabel_vvyfh_29 svg{color:var(--success)}._agentTimeline_vvyfh_1 ._listItem_vvyfh_38{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:5px;padding:0 0 25px}._agentTimeline_vvyfh_1 ._listItem_vvyfh_38 ._subtitle_vvyfh_47{font-size:var(--body-regular);color:var(--text-tertiary);padding-left:25px}._stepHeader_vvyfh_53{display:flex;gap:5px;width:100%}._stepHeader_vvyfh_53 svg{color:var(--success)}._stepTime_vvyfh_63{margin-left:auto;font-size:var(--body-small);color:var(--text-tertiary)}._completedChip_vvyfh_69{display:flex;align-items:center;gap:5px;color:var(--text-tertiary);font-size:var(--body-regular)}._subActions_vvyfh_77{padding-left:45px}._subActions_vvyfh_77 li{font-size:var(--body-small);color:var(--text-tertiary)}._agentTimeline_vvyfh_1 ._queryAccordion_vvyfh_86{margin:10px 0 0 30px!important;border-color:var(--card-border);border-radius:var(--border-radius-xLarge);background-color:var(--card-bg);width:calc(100% - 30px)}._agentTimeline_vvyfh_1 ._queryAccordion_vvyfh_86>div:first-child{padding:0 16px;min-height:auto}._agentTimeline_vvyfh_1 ._queryAccordion_vvyfh_86:before{display:none}._agentTimeline_vvyfh_1 ._queryAccordion_vvyfh_86 h6{font-size:var(--body-small)}._agentTimeline_vvyfh_1 ._queryAccordion_vvyfh_86 pre{margin:0;font-size:var(--body-small);color:var(--text-tertiary);white-space:pre-wrap;word-wrap:break-word;overflow-wrap:break-word;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;max-width:100%;direction:ltr;text-align:left;unicode-bidi:embed}._agentTimeline_vvyfh_1 ._queryAccordion_vvyfh_86 pre code{font-size:var(--body-regular);color:var(--text-tertiary)}._sources_vvyfh_130{padding-left:30px;width:100%}._sources_vvyfh_130 h6{font-size:var(--body-small)}._sources_vvyfh_130 ._sourceLink_vvyfh_139{font-size:var(--body-small);background-color:var(--icon-button);color:var(--text-tertiary);cursor:pointer;text-decoration:underline;display:flex;align-items:center;margin-top:5px;padding:6px 8px;border-radius:var(--border-radius-2XL);max-width:100%}._sources_vvyfh_130 ._sourceLink_vvyfh_139 span{margin-left:5px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;flex:1}._cardContainer_1w7dp_1{width:100%;border-bottom:1px solid #e0e0e0;text-align:left;min-width:600px;margin-top:2px}._cardHeader_1w7dp_9{display:flex;justify-content:space-between;align-items:center;padding:10px 0;cursor:pointer}._cardTitle_1w7dp_17{margin:0;font-size:16px;display:flex;align-items:center;gap:10px;font-weight:600;color:#004141}._scoreContainer_1w7dp_27{display:flex;align-items:center;gap:8px}._score_1w7dp_27{font-size:12px;font-weight:500;line-height:24px;color:#267103;border:1px solid rgba(57,169,6,.3019607843);background-color:#dcfada;padding:0 8px;border-radius:6px}._score_1w7dp_27._low_1w7dp_43{color:#905d13;border:1px solid #faedda;background-color:#faedda}._score_1w7dp_27._medium_1w7dp_48{color:#bd1919;border:1px solid rgba(250,218,218,.3019607843);background-color:#fadada}._score_1w7dp_27._high_1w7dp_53{font-weight:600;color:#267103;border:1px solid rgba(57,169,6,.3019607843);background-color:#dcfada}._cardContent_1w7dp_60{padding-left:10px;padding-right:10px}._section_1w7dp_65{margin-bottom:20px}._sectionTitle_1w7dp_69{font-size:15px;font-weight:600;margin:0}._table_1w7dp_75{font-size:15px;width:100%;border-collapse:collapse;margin-top:10px}._table_1w7dp_75 th{text-align:left;border-bottom:1px solid #ddd;padding-bottom:6px}._table_1w7dp_75 td{padding:6px 0;border-bottom:1px solid #eee}._table_1w7dp_75 tr:last-child td{border-bottom:none}._scoreRow_1w7dp_94 th{width:80%}._firstRow_1w7dp_98{width:300px}._markdown_3tuyg_1{color:inherit;line-height:1.6;word-wrap:break-word;font-size:16px!important;color:#403f3f!important}._markdown_3tuyg_1 ._h2_3tuyg_7{font-size:18px!important;border-bottom:1px solid #e5e7eb;padding-bottom:.3em;color:#004141}._h1_3tuyg_16,._h2_3tuyg_7,._h3_3tuyg_18,._h4_3tuyg_19,._h5_3tuyg_20,._h6_3tuyg_21{font-weight:600;margin-top:1.5em;margin-bottom:.75em;line-height:1.3}._h1_3tuyg_16{font-size:1.75em;border-bottom:1px solid #e5e7eb;padding-bottom:.3em}._h2_3tuyg_7{font-size:18px!important;border-bottom:1px solid #e5e7eb;padding-bottom:.3em;color:#004141}._h3_3tuyg_18{font-size:1.25em}._h4_3tuyg_19{font-size:1.1em}._h5_3tuyg_20{font-size:1em}._h6_3tuyg_21{font-size:.9em;color:#6b7280}._p_3tuyg_59{margin-top:0;margin-bottom:1em;font-size:16px}._ul_3tuyg_66,._ol_3tuyg_67{margin-top:.5em;margin-bottom:1em;padding-left:2em}._ul_3tuyg_66{list-style-type:disc}._ol_3tuyg_67{list-style-type:decimal}._li_3tuyg_81{margin-bottom:.5em;line-height:1.6}._li_3tuyg_81>._p_3tuyg_59{margin-bottom:.5em}._ul_3tuyg_66 ._ul_3tuyg_66,._ol_3tuyg_67 ._ul_3tuyg_66{list-style-type:circle;margin-top:.25em}._ul_3tuyg_66 ._ul_3tuyg_66 ._ul_3tuyg_66,._ol_3tuyg_67 ._ul_3tuyg_66 ._ul_3tuyg_66{list-style-type:square}._ol_3tuyg_67 ._ol_3tuyg_67,._ul_3tuyg_66 ._ol_3tuyg_67{margin-top:.25em}._inlineCode_3tuyg_108{background-color:#afb8c133;border-radius:4px;padding:.2em .4em;font-size:.9em;font-family:Consolas,Monaco,Courier New,monospace;color:#10b981}._pre_3tuyg_117{background-color:transparent;border-radius:6px;padding:1em;margin-top:.5em;margin-bottom:1em;border:none;white-space:pre-wrap;word-wrap:break-word;overflow-wrap:break-word;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;max-width:100%;direction:ltr;text-align:left;unicode-bidi:embed}._codeBlock_3tuyg_138{font-family:Consolas,Monaco,Courier New,monospace;font-size:.9em;line-height:1.5;display:block;color:#1f2937}._blockquote_3tuyg_147{border-left:4px solid #d1d5db;padding-left:1em;margin:1em 0;color:#6b7280;font-style:italic}._table_3tuyg_156{border-collapse:collapse;width:100%;margin-top:.5em;margin-bottom:1em;overflow-x:auto;display:block}._thead_3tuyg_165{background-color:#f9fafb}._th_3tuyg_165,._td_3tuyg_170{border:1px solid #e5e7eb;padding:.75em;text-align:left}._th_3tuyg_165{font-weight:600;color:#1f2937}._tr_3tuyg_181:nth-child(2n){background-color:#f9fafb}._link_3tuyg_186{color:#2563eb;text-decoration:none;border-bottom:1px solid transparent;transition:border-color .2s}._link_3tuyg_186:hover{border-bottom-color:#2563eb}._strong_3tuyg_198{font-weight:700;color:inherit}._em_3tuyg_204{font-style:italic}._markdown_3tuyg_1 hr{border:none;border-top:1px solid #e5e7eb;margin:1.5em 0}._markdown_3tuyg_1 input[type=checkbox]{margin-right:.5em}._markdown_3tuyg_1>*:first-child{margin-top:0!important}._markdown_3tuyg_1>*:last-child{margin-bottom:0!important}._finalScore_o5kh1_1{display:flex;align-items:center;justify-content:space-between;padding:20px 0 20px 20px;border-bottom:1px solid #e0e0e0}._finalScore_o5kh1_1 ._scoreTitle_o5kh1_9{font-size:16px;font-weight:600;margin:0}._finalScore_o5kh1_1 ._scoreValue_o5kh1_14{font-size:12px;font-weight:700;line-height:24px;color:#267103;border:1px solid rgba(57,169,6,.3019607843);background-color:#dcfada;padding:0 8px;border-radius:6px}._finalScore_o5kh1_1 ._scoreValueFail_o5kh1_24{font-size:12px;font-weight:700;line-height:24px;color:#bd1919;border:1px solid rgba(250,218,218,.3019607843);background-color:#fadada;padding:0 8px;border-radius:6px}._topViolations_o5kh1_35{padding:20px;text-align:left}._topViolations_o5kh1_35 ._scoreTitle_o5kh1_9{font-size:16px;font-weight:600;margin:0}._topViolations_o5kh1_35 ._table_o5kh1_44{font-size:15px;width:100%;border-collapse:collapse;margin-top:10px}._topViolations_o5kh1_35 ._table_o5kh1_44 th{text-align:left;border-bottom:1px solid #ddd;padding-bottom:6px}._topViolations_o5kh1_35 ._table_o5kh1_44 td{padding:6px 0;border-bottom:1px solid #eee}._topViolations_o5kh1_35 ._table_o5kh1_44 tr:last-child td{border-bottom:none}._pressReleaseContent_o5kh1_63{color:#403f3f!important;margin-top:20px;font-size:16px}._pressReleaseContent_o5kh1_63 h4{font-size:18px;color:#00d2aa;margin-bottom:18px}._pressReleaseContent_o5kh1_63 p{color:#403f3f;font-size:16px;margin-bottom:24px!important}._finalQuestion_o5kh1_79{border-top:1px solid #e0e0e0;font-size:18px;font-weight:600;padding-top:16px;margin-bottom:10px;color:#004141}._postHeader_o5kh1_88 h3{color:#004141;font-size:18px}._postHeader_o5kh1_88 h4{color:#00d2aa;margin-top:4px;font-size:16px;line-height:22px}._postHeader_o5kh1_88 p{color:#888;font-size:14px;padding-top:5px}._qa_o5kh1_106{font-size:18px;font-weight:600;margin-top:24px;color:#004141}._riskLevel_o5kh1_113{font-size:16px;font-weight:600;color:#004141}._qaList_o5kh1_119{margin-top:30px}._qaList_o5kh1_119 ._qaAnswer_o5kh1_123{font-size:16px;line-height:24px;margin:0 0 4px!important}._qaAnswer_o5kh1_123 strong{font-weight:700;color:#536174}._mediaBrief_o5kh1_134{font-size:16px;padding-bottom:20px;border-bottom:.5px solid #ccc}._mediaBrief_o5kh1_134 ul li{margin-bottom:10px}._mediaBrief_o5kh1_134 p{margin:0 0 4px!important;line-height:1.4;font-size:16px}._mediaBriefMain_o5kh1_149{margin-bottom:16px;font-size:16px;color:#403f3f}._mediaBriefMain_o5kh1_149 h4,._mediaBrief_o5kh1_134 h4{font-size:18px;font-weight:600;color:#004141;margin:20px 0}._mediaBrief_o5kh1_134 ol{padding-left:30px}._meadiaHeading_o5kh1_167{font-size:18px;font-weight:600;color:#004141;padding:10px;border-bottom:1px solid rgba(0,0,0,.2)}._fixedTable_o5kh1_175 tr td{font-size:16px;color:#403f3f;text-align:center;padding-top:10px}._scoreOptionTable_o5kh1_182{padding:10px}._optionScroeList_o5kh1_186{display:flex;flex-direction:column;gap:10px}._optionScroeList_o5kh1_186>div{padding-bottom:10px;border-bottom:1px solid rgba(0,0,0,.1019607843)}._optionScroeList_o5kh1_186 h4{font-size:18px;font-weight:600;line-height:24px;margin-bottom:15px;color:#00d2aa}._optionScroeList_o5kh1_186 p{font-size:16px;font-weight:400;line-height:24px;color:#403f3f}._fixedTable_o5kh1_175{width:100%;table-layout:fixed}._tableContent_o5kh1_217{padding:0 20px 16px}._tableHead_o5kh1_221{font-size:14px!important;font-weight:500!important;padding:10px!important}._tableContent_o5kh1_217 table tbody td{font-size:14px;border-bottom:1px solid rgba(0,0,0,.1019607843);color:#000;text-align:left;padding:10px}._customImg_o5kh1_235{padding:10px 0;background-position:center;background-repeat:no-repeat;width:80%;margin-top:10px;margin-bottom:20px}._customImg_o5kh1_235 img{width:100%}._mediacontact_o5kh1_248{margin-top:20px;font-size:16px;color:#403f3f}._localisationTxt_o5kh1_254,._p20_o5kh1_258{padding-top:20px}._brandName_o5kh1_262{padding-top:20px;margin-top:20px;border-top:1px solid #e0e0e0;color:#004141;font-size:18px}._feedbackForm_o5kh1_270{margin-top:20px}._feedbackForm_o5kh1_270 h3{font-size:18px;font-weight:600;color:#004141;margin-bottom:12px;line-height:1.4}._feedbackForm_o5kh1_270 ul{margin:10px 0 30px 40px;padding:0;list-style:disc}._feedbackForm_o5kh1_270 ul li{font-size:16px;font-weight:400;color:#403f3f;margin-bottom:6px;line-height:1.4;text-align:left}._feedbackForm_o5kh1_270 p{font-size:16px;font-weight:400;color:#403f3f;line-height:1.4;margin-top:10px;text-align:left}._formWrapper_o5kh1_302{margin-bottom:20px}._cardTitle_o5kh1_306{display:flex;align-items:center;gap:8px;font-size:20px;font-weight:600;cursor:pointer;color:#004141;margin:0 0 12px;font-size:18px}._cardTitle_o5kh1_306 svg{font-size:26px;color:#00a888}._tableWrapper_o5kh1_322{animation:_slideDown_o5kh1_1 .6s ease-out;position:relative}._scoreLegend_o5kh1_327{position:absolute;top:-30px;right:0;display:flex;align-items:center;gap:20px}._legendItem_o5kh1_336{display:flex;align-items:center;gap:8px;font-size:14px;color:#403f3f}._fixedTable_o5kh1_175{width:100%;border-collapse:collapse}@keyframes _slideDown_o5kh1_1{0%{opacity:.6;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}._agentsinvoked_o5kh1_359{font-size:16px;color:#403f3f}._outerBox_o5kh1_364{border:1px solid rgba(0,0,0,.1019607843);border-radius:10px;padding:10px;background:#00000003;width:100%;box-sizing:border-box;margin-top:24px}._outerBox_o5kh1_364 ._sectionsGrid_o5kh1_373{display:grid;grid-template-columns:repeat(1,1fr);gap:12px}._outerBox_o5kh1_364 ._sectionsGrid_o5kh1_373 p{text-align:left}._outerBox_o5kh1_364 ._sectionsGrid_o5kh1_373 ._sectionCard_o5kh1_381{border:.5px solid rgba(0,64,62,.1019607843);border-radius:8px;padding:12px;background:#fff}._outerBox_o5kh1_364 ._sectionsGrid_o5kh1_373 ._sectionCard_o5kh1_381 ._titleRow_o5kh1_387{display:flex;align-items:center;gap:8px}._outerBox_o5kh1_364 ._sectionsGrid_o5kh1_373 ._sectionCard_o5kh1_381 ._titleRow_o5kh1_387 ._secIcon_o5kh1_392{width:24px;height:24px}._outerBox_o5kh1_364 ._sectionsGrid_o5kh1_373 ._sectionCard_o5kh1_381 ._titleRow_o5kh1_387 ._sectionTitle_o5kh1_396{font-size:18px;margin:0;font-weight:600;color:#004141}._outerBox_o5kh1_364 ._sectionsGrid_o5kh1_373 ._sectionCard_o5kh1_381 ._sectionText_o5kh1_402{margin-top:10px;font-size:16px;font-weight:400;color:#403f3f}._outerBox_o5kh1_364 ._sectionsGrid_o5kh1_373 ._sectionCard_o5kh1_381 ._sectionText_o5kh1_402 strong{font-weight:700}._outerBox_o5kh1_364 ._sectionsGrid_o5kh1_373 ._sectionCard_o5kh1_381 ._secListWrapper_o5kh1_411{display:flex;gap:24px;margin-top:10px}._outerBox_o5kh1_364 ._sectionsGrid_o5kh1_373 ._sectionCard_o5kh1_381 ._secListLeft_o5kh1_416,._outerBox_o5kh1_364 ._sectionsGrid_o5kh1_373 ._sectionCard_o5kh1_381 ._secListRight_o5kh1_417{padding-left:20px;list-style:disc;margin:0}._outerBox_o5kh1_364 ._sectionsGrid_o5kh1_373 ._sectionCard_o5kh1_381 ._secListLeft_o5kh1_416 li,._outerBox_o5kh1_364 ._sectionsGrid_o5kh1_373 ._sectionCard_o5kh1_381 ._secListRight_o5kh1_417 li{font-size:14px;margin-bottom:4px;font-weight:400;text-align:left;color:#00403e}._generatedAssets_o5kh1_431{display:flex}._generatedAssets_o5kh1_431 ul{margin-right:70px}._generatedAssets_o5kh1_431 ul li{margin-bottom:8px}._contentCard_j8d9u_1{text-align:center;display:flex;flex-direction:column;gap:10px}._contentCard_j8d9u_1 img{margin:auto}._chatpageContainer_1wasf_1{display:flex;height:100%;overflow:hidden}._ladningPageContainer_1wasf_7{display:flex;flex-direction:column;height:100%;align-items:flex-start}._mainContent_1wasf_14{flex:1;display:flex;flex-direction:column;overflow:hidden}._landingMainContent_1wasf_21{flex:1;display:flex;flex-direction:column;padding:24px;align-items:center;justify-content:center;width:100%}._header_1w2ea_2{display:flex;align-items:center;justify-content:space-between;flex-direction:row;width:100%;padding:12px 20px;background-color:var(--bg-white)}@media (max-width: 767px){._header_1w2ea_2{border-bottom:1px solid var(--sidebar-border);box-shadow:0 8px 25px #8300511a}}._leftSection_1w2ea_19{display:flex;align-items:center;gap:16px}._logo_1w2ea_25{height:40px;width:auto}._header_1w2ea_2 ._menuButton_1w2ea_30{padding:10px;opacity:.7}@media (min-width: 768px){._header_1w2ea_2 ._menuButton_1w2ea_30{display:none}}._header_1w2ea_2 ._menuButton_1w2ea_30:hover{background-color:var(--icon-button);opacity:1}._rightSection_1w2ea_47{margin-left:auto;display:flex;gap:10px}._rightSection_1w2ea_47 ._feedbackButton_1w2ea_54{border-radius:25px;background-color:var(--icon-button);border:none;color:var(--text-primary)}._rightSection_1w2ea_47 ._feedbackButton_1w2ea_54:hover{background-color:var(--icon-button-hover);border:none}._rightSection_1w2ea_47 ._feedbackButton_1w2ea_54 svg{height:20px;margin-right:5px}._rightSection_1w2ea_47 ._helpButton_1w2ea_71{background-color:var(--icon-button);border:none;color:var(--text-primary);font-size:var(--body-small);padding:10px;opacity:.7}._rightSection_1w2ea_47 ._helpButton_1w2ea_71:hover{opacity:1;border:none}._rightSection_1w2ea_47 ._infoButton_1w2ea_85{background-color:var(--icon-button);border:none;color:var(--text-primary);font-size:var(--body-small);padding:10px;opacity:.7}._rightSection_1w2ea_47 ._infoButton_1w2ea_85:hover{opacity:1;border:none}._rightSection_1w2ea_47 ._profileIcon_1w2ea_99{width:44px;height:44px;padding:0;background-color:var(--brand-primary-bg);opacity:.8;font-size:var(--body-regular)}._rightSection_1w2ea_47 ._profileIcon_1w2ea_99:hover{background-color:var(--brand-primary-bg);opacity:1}._rightSection_1w2ea_47 ._profileIcon_1w2ea_99 ._avatar_1w2ea_113{background-color:transparent;font-size:var(--body-regular);font-weight:500;color:var(--text-white);text-transform:uppercase}._menuRoot_1w2ea_121 ._paperRoot_1w2ea_121{margin-top:10px;background-color:var(--bg-white);min-width:220px;border-radius:10px}._menuRoot_1w2ea_121 ._paperRoot_1w2ea_121 ul{padding:0}._menuRoot_1w2ea_121 ._paperRoot_1w2ea_121 ul li{list-style:none;padding:10px;font-size:var(--body-small);color:var(--text-primary);cursor:pointer;display:flex;align-items:center}._menuRoot_1w2ea_121 ._paperRoot_1w2ea_121 ul li svg{margin-right:10px;width:24px;height:24px;fill:var(--text-primary)}._menuRoot_1w2ea_121 ._paperRoot_1w2ea_121 ul ._logoutMenuItem_1w2ea_148{border-top:1px solid var(--sidebar-bg);color:var(--brand-primary-bg)}._menuRoot_1w2ea_121 ._paperRoot_1w2ea_121 ul ._logoutMenuItem_1w2ea_148 svg{fill:var(--brand-primary-bg)}._pageLoaderRoot_1dqa5_1{display:flex;height:100vh;width:100%;overflow:hidden}._pageLoaderMain_1dqa5_8{flex:1;position:relative;display:flex;align-items:center;justify-content:center}._loginPageContainer_f0tny_1{width:100%;height:100%;background-image:url(/assets/ai_backgroundLayer-BhWXWagm.svg);background-position:center;background-repeat:no-repeat;background-size:cover;background-color:#fff;overflow:auto}._loginPageContainer_f0tny_1 ._header_f0tny_11{display:flex;align-items:center;padding:20px 30px;border-bottom:.5px solid rgba(0,64,62,.2)}._loginPageContainer_f0tny_1 ._header_f0tny_11 ._headerIcon_f0tny_17{width:40px;height:40px;display:flex;justify-content:center;align-items:center}._loginPageContainer_f0tny_1 ._header_f0tny_11 ._headerIcon_f0tny_17 img{width:68px}._loginPageContainer_f0tny_1 ._content_f0tny_27{width:100%;display:flex;gap:20px;justify-content:flex-start;height:calc(100vh - 100px);align-items:center}._loginPageContainer_f0tny_1 ._content_f0tny_27 ._leftImageSection_f0tny_35{width:400px}._loginPageContainer_f0tny_1 ._content_f0tny_27 ._leftImageSection_f0tny_35 img{mix-blend-mode:multiply}._loginPageContainer_f0tny_1 ._content_f0tny_27 ._loginContentSection_f0tny_41{width:80%;display:flex;align-items:center}._loginPageContainer_f0tny_1 ._content_f0tny_27 ._loginContentSection_f0tny_41 ._aiMainContent_f0tny_46{display:flex;flex-direction:column;padding:40px 20px 40px 0}._loginPageContainer_f0tny_1 ._content_f0tny_27 ._loginContentSection_f0tny_41 ._aiMainContent_f0tny_46 ._heading_f0tny_51{font-size:60px;font-weight:700;color:#013433;margin-bottom:10px}@media (max-width: 1380px){._loginPageContainer_f0tny_1 ._content_f0tny_27 ._loginContentSection_f0tny_41 ._aiMainContent_f0tny_46 ._heading_f0tny_51{font-size:50px}}._loginPageContainer_f0tny_1 ._content_f0tny_27 ._loginContentSection_f0tny_41 ._aiMainContent_f0tny_46 ._paragraph_f0tny_62{font-size:26px;font-weight:400;color:#004140;margin-bottom:20px}._loginPageContainer_f0tny_1 ._content_f0tny_27 ._loginContentSection_f0tny_41 ._aiMainContent_f0tny_46 ._bottomSection_f0tny_68{padding:50px 100px 50px 0;border-bottom:1px solid rgba(0,0,0,.1019607843)}._loginPageContainer_f0tny_1 ._content_f0tny_27 ._loginContentSection_f0tny_41 ._aiMainContent_f0tny_46 ._bottomSection_f0tny_68 ._bottomText_f0tny_72{margin:0}._loginButton_f0tny_76{width:290px;background-color:#004140!important;color:#fff!important;border-radius:8px!important;padding:18px 20px!important;justify-content:center!important;text-transform:none!important;font-size:16px!important;font-weight:600!important;margin-top:20px}._aiEnterprisesContainer_f0tny_89{width:100%;display:flex;flex-direction:column;gap:50px}._aiEnterprisesContainer_f0tny_89 ._enterprisesRole_f0tny_95 ._subHeading_f0tny_95{padding-top:60px;font-size:28px;font-weight:600;color:#013433;margin-bottom:10px}._aiEnterprisesContainer_f0tny_89 ._aiEnterprises_f0tny_89{display:flex;align-items:center;justify-content:flex-start;gap:20px}._aiEnterprisesContainer_f0tny_89 ._aiEnterprises_f0tny_89 ._roleSection_f0tny_108{line-height:20px;max-width:190px}._aiEnterprisesContainer_f0tny_89 ._aiEnterprises_f0tny_89 ._roleSection_f0tny_108 ._roleHeading_f0tny_112{font-size:16px!important;font-weight:600;color:#004140}._aiEnterprisesContainer_f0tny_89 ._aiEnterprises_f0tny_89 ._roleSection_f0tny_108 p{font-size:16px;font-weight:500;color:#004140;margin:0}._aiEnterprisesContainer_f0tny_89 ._aiEnterprises_f0tny_89 ._middleBox_f0tny_123{border:1px solid rgba(0,64,62,.1019607843);border-radius:20px;padding:20px;display:flex;flex-direction:column;gap:20px}._aiEnterprisesContainer_f0tny_89 ._aiEnterprises_f0tny_89 ._middleBox_f0tny_123 ._centerHeading_f0tny_131{text-align:center;font-size:17px;font-weight:600;color:#004140;margin:0}._aiEnterprisesContainer_f0tny_89 ._aiEnterprises_f0tny_89 ._middleBox_f0tny_123 ._fieldsWrapper_f0tny_138{display:flex;border:1px solid rgba(0,64,62,.2);border-radius:10px;overflow:hidden;background:#eefbe9}._aiEnterprisesContainer_f0tny_89 ._aiEnterprises_f0tny_89 ._middleBox_f0tny_123 ._fieldsWrapper_f0tny_138 ._fieldItem_f0tny_145{flex:1;padding:20px 10px;background:#eefbe9;font-size:16px;font-weight:500;text-align:center;color:#004140}._aiEnterprisesContainer_f0tny_89 ._aiEnterprises_f0tny_89 ._middleBox_f0tny_123 ._fieldsWrapper_f0tny_138 ._fieldItem_f0tny_145:not(:last-child){border-right:1px solid rgba(0,64,62,.2)}._middleContainer_f0tny_158{display:flex;align-items:center;justify-content:center;position:relative}._sideImage_f0tny_165{width:32px;height:auto;object-fit:contain;margin-top:10px}@media (max-width: 1440px){._loginPageContainer_f0tny_1 ._content_f0tny_27{padding:14px 30px}._loginPageContainer_f0tny_1 ._content_f0tny_27{padding:0}._loginPageContainer_f0tny_1 ._content_f0tny_27 ._loginContentSection_f0tny_41{width:100%;justify-content:center}._loginPageContainer_f0tny_1 ._content_f0tny_27 ._loginContentSection_f0tny_41 ._aiMainContent_f0tny_46 ._bottomSection_f0tny_68{padding:10px 0}._loginPageContainer_f0tny_1 ._content_f0tny_27 ._loginContentSection_f0tny_41 ._aiMainContent_f0tny_46 ._bottomSection_f0tny_68 ._heading_f0tny_51{font-size:38px}._loginPageContainer_f0tny_1 ._content_f0tny_27 ._loginContentSection_f0tny_41 ._aiMainContent_f0tny_46 ._bottomSection_f0tny_68 ._paragraph_f0tny_62{font-size:16px}._aiEnterprisesContainer_f0tny_89{gap:30px}._aiEnterprisesContainer_f0tny_89 ._enterprisesRole_f0tny_95 ._subHeading_f0tny_95{padding-top:20px;font-size:24px!important}._aiEnterprisesContainer_f0tny_89 ._aiEnterprises_f0tny_89 ._roleSection_f0tny_108 ._roleHeading_f0tny_112{font-size:12px!important}._aiEnterprisesContainer_f0tny_89 ._aiEnterprises_f0tny_89 ._roleSection_f0tny_108 p{font-size:12px}._aiEnterprisesContainer_f0tny_89 ._aiEnterprises_f0tny_89 ._middleBox_f0tny_123 ._centerHeading_f0tny_131{font-size:14px}._aiEnterprisesContainer_f0tny_89 ._aiEnterprises_f0tny_89 ._middleBox_f0tny_123 ._fieldsWrapper_f0tny_138 ._fieldItem_f0tny_145{font-size:12px}._loginButton_f0tny_76{padding:8px 16px!important;font-size:16px!important;font-weight:400!important}}@media (min-width: 1440px) and (max-width: 1740px){._loginPageContainer_f0tny_1 ._content_f0tny_27{padding:0}._loginPageContainer_f0tny_1 ._content_f0tny_27 ._loginContentSection_f0tny_41{width:100%;justify-content:center}._loginPageContainer_f0tny_1 ._content_f0tny_27 ._loginContentSection_f0tny_41 ._aiMainContent_f0tny_46 ._bottomSection_f0tny_68{padding:20px 0}._loginPageContainer_f0tny_1 ._content_f0tny_27 ._loginContentSection_f0tny_41 ._aiMainContent_f0tny_46 ._bottomSection_f0tny_68 ._heading_f0tny_51{font-size:40px}._loginPageContainer_f0tny_1 ._content_f0tny_27 ._loginContentSection_f0tny_41 ._aiMainContent_f0tny_46 ._bottomSection_f0tny_68 ._paragraph_f0tny_62{font-size:26px}._aiEnterprisesContainer_f0tny_89{gap:40px}._aiEnterprisesContainer_f0tny_89 ._enterprisesRole_f0tny_95 ._subHeading_f0tny_95{padding-top:36px;font-size:24px!important}._aiEnterprisesContainer_f0tny_89 ._aiEnterprises_f0tny_89 ._roleSection_f0tny_108 ._roleHeading_f0tny_112{font-size:16px!important}._aiEnterprisesContainer_f0tny_89 ._aiEnterprises_f0tny_89 ._roleSection_f0tny_108 p{font-size:14px}._aiEnterprisesContainer_f0tny_89 ._aiEnterprises_f0tny_89 ._middleBox_f0tny_123 ._centerHeading_f0tny_131,._aiEnterprisesContainer_f0tny_89 ._aiEnterprises_f0tny_89 ._middleBox_f0tny_123 ._fieldsWrapper_f0tny_138 ._fieldItem_f0tny_145{font-size:16px}._loginButton_f0tny_76{padding:10px 16px!important;font-size:16px!important;font-weight:400!important}}:root{--font-primary: "Inter", sans-serif;--font-monaco: "Source Code Pro", Menlo, Monaco, Consolas, "Courier New", monospace;--text-regular: 400;--text-medium: 500;--text-semibold: 600;--bg-white: #ffffff;--bg-black: #000000;--text-white: #ffffff;--brand-primary-bg: #5fcfac;--brand-gradient: linear-gradient(90deg, #5fcfac, #5fcfac);--bot-avatar: linear-gradient(135deg, #5fcfac, #7dd9c0);--main-bg: #f7f7f8;--sidebar-bg: #f7f8fa;--chat-bg: #ffffff;--input-bg: #f7f8fa;--card-bg: #f8f9fa;--card-hover-bg: #e9ecef;--auth-panel-bg: #d7d7e8;--text-primary: #202123;--text-secondary: #3d3d3d;--text-tertiary: #5a5a63;--border: #5fcfac;--sidebar-border: #d3d3df;--card-border: #e1e5e9;--user-message: #f3f4f6;--chat-item-hover: #e6e4fc;--chat-item-active: #d0cde6;--icon-button: #e7e7ec;--icon-button-hover: #d1d1d6;--error: #ff4d4d;--success: #50c878;--warning: #ffa500;--avatar-gold: #d4af37;--avatar-blue: #4a90e2;--avatar-purple: #7b68ee;--avatar-emerald: #50c878;--avatar-red: #ff6b6b;--avatar-orange: #ffa500;--avatar-teal: #20b2aa;--avatar-orchid: #da70d6;--loader-color: #e5e5e5;--border-radius-xsmall: 4px;--border-radius-small: 6px;--border-radius-medium: 8px;--border-radius-large: 10px;--border-radius-xLarge: 12px;--border-radius-2XL: 16px;--border-radius-3XL: 22px;--border-radius-4XL: 28px;--border-radius-circle: 50%;--border-radius-message-bubble: 18px;--text-large: 2.8em;--heading-large: 1.5em;--heading-medium: 1.21em;--text-body-large: 1.2em;--body-standard: 1.125em;--body-regular: 1em;--body-medium: 1em;--body-small: .875em;--sidebar-width: 420px;--rightbar-width: 420px;--container-width: 850px;--breakpoint-sm: 576px;--breakpoint-sm-only: 767px;--breakpoint-md: 768px;--breakpoint-md-only: 1023px;--breakpoint-lg: 1024px;--breakpoint-xl: 1200px;--breakpoint-xxl: 1400px}@media (max-width: 1440px){:root{--sidebar-width: 320px;--rightbar-width: 360px}}html,body,#root{height:100%;font-size:16px;color:var(--text-primary)}code,pre,kbd,samp{font-family:var(--font-monaco)}a{color:var(--text-primary)}h1,h2,h3,h4,h5,h6,p{margin:0}h1{font-size:var(--text-large);font-weight:600;line-height:1.2}h2{font-size:var(--heading-large);font-weight:600;line-height:1.3}h3{font-size:var(--heading-medium);font-weight:600;line-height:1.4}h4{font-size:var(--text-body-large);font-weight:500;line-height:1.5}h5{font-size:var(--body-standard);font-weight:400;line-height:1.6}h6,p{font-size:var(--body-regular);font-weight:400;line-height:1.4}
