.SmartChat-module__2Nocia__chatButton{background:var(--primary);color:#fff;z-index:900;cursor:pointer;border:none;border-radius:9999px;align-items:center;gap:.75rem;padding:1rem 1.5rem;transition:all .3s;display:flex;position:fixed;bottom:7rem;right:2rem;box-shadow:0 10px 25px #1d4ed84d}.SmartChat-module__2Nocia__chatButton:hover{transform:translateY(-2px);box-shadow:0 15px 30px #1d4ed866}.SmartChat-module__2Nocia__chatButtonLabel{font-size:.9375rem;font-weight:600}.SmartChat-module__2Nocia__overlay{z-index:998;background:#0000004d;animation:.2s SmartChat-module__2Nocia__fadeIn;position:fixed;inset:0}@keyframes SmartChat-module__2Nocia__fadeIn{0%{opacity:0}to{opacity:1}}.SmartChat-module__2Nocia__chatPanel{z-index:999;background:#f8fafc;flex-direction:column;width:50vw;height:100vh;animation:.25s SmartChat-module__2Nocia__slideIn;display:flex;position:fixed;top:0;right:0;box-shadow:-8px 0 30px #00000026}@keyframes SmartChat-module__2Nocia__slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}@media (max-width:1024px){.SmartChat-module__2Nocia__chatPanel{width:70vw}}@media (max-width:640px){.SmartChat-module__2Nocia__chatPanel{width:100vw}.SmartChat-module__2Nocia__chatHeader{padding:.75rem 1rem}.SmartChat-module__2Nocia__messagesContainer{padding:1rem .875rem}.SmartChat-module__2Nocia__inputContainer{gap:.5rem;padding:.75rem .875rem}.SmartChat-module__2Nocia__input{padding:.625rem .75rem;font-size:.875rem}.SmartChat-module__2Nocia__sendButton{padding:.625rem .75rem}.SmartChat-module__2Nocia__messageContent{max-width:88%;padding:.75rem .875rem;font-size:.875rem}}.SmartChat-module__2Nocia__chatHeader{background:var(--primary);color:#fff;flex-shrink:0;justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.SmartChat-module__2Nocia__statusIndicator{background:#10b981;border-radius:50%;width:8px;height:8px;animation:2s infinite SmartChat-module__2Nocia__pulse}@keyframes SmartChat-module__2Nocia__pulse{0%,to{opacity:1}50%{opacity:.5}}.SmartChat-module__2Nocia__chatTitle{font-size:1rem;font-weight:600}.SmartChat-module__2Nocia__clearButton,.SmartChat-module__2Nocia__closeButton{color:#fff;cursor:pointer;background:#ffffff1a;border:none;border-radius:.5rem;padding:.5rem;transition:all .2s}.SmartChat-module__2Nocia__clearButton:hover,.SmartChat-module__2Nocia__closeButton:hover{background:#fff3}.SmartChat-module__2Nocia__messagesContainer{flex:1;padding:1.5rem 2rem;overflow-y:auto}.SmartChat-module__2Nocia__emptyState{flex-direction:column;gap:.875rem;padding:1rem .5rem;display:flex}.SmartChat-module__2Nocia__emptyHint{color:#94a3b8;text-align:center;margin-top:.5rem;font-size:.75rem}.SmartChat-module__2Nocia__briefingHero{cursor:pointer;text-align:left;background:#fef3c7;border:1px solid #fcd34d;border-radius:.875rem;align-items:center;gap:.875rem;width:100%;padding:1rem 1.125rem;transition:all .2s;display:flex;box-shadow:0 1px 2px #d9770614}.SmartChat-module__2Nocia__briefingHero:hover{background:#fde68a;border-color:#f59e0b;box-shadow:0 4px 12px #d977062e}.SmartChat-module__2Nocia__briefingHeroIcon{flex-shrink:0;font-size:1.75rem}.SmartChat-module__2Nocia__briefingHeroText{flex-direction:column;flex:1;gap:.125rem;min-width:0;display:flex}.SmartChat-module__2Nocia__briefingHeroText strong{color:#78350f;letter-spacing:-.01em;font-size:.9375rem;font-weight:700}.SmartChat-module__2Nocia__briefingHeroText span:not(:first-child){color:#92400e;font-size:.75rem;font-weight:500;line-height:1.35}.SmartChat-module__2Nocia__briefingHeroArrow{color:#b45309;flex-shrink:0;font-size:1.25rem;font-weight:700;transition:transform .2s}.SmartChat-module__2Nocia__briefingHero:hover .SmartChat-module__2Nocia__briefingHeroArrow{transform:translate(3px)}.SmartChat-module__2Nocia__emulateRow{background:#fff;border:1px solid #e2e8f0;border-radius:.625rem;flex-direction:column;gap:.5rem;padding:.75rem .875rem;display:flex}.SmartChat-module__2Nocia__emulateLabel{text-transform:uppercase;letter-spacing:.08em;color:#64748b;font-size:.625rem;font-weight:700}.SmartChat-module__2Nocia__emulateChips{flex-wrap:wrap;gap:.375rem;display:flex}.SmartChat-module__2Nocia__emulateChip{color:#475569;cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:9999px;align-items:center;padding:.3125rem .6875rem;font-size:.75rem;font-weight:600;transition:all .15s;display:inline-flex}.SmartChat-module__2Nocia__emulateChip:hover{background:var(--primary-light);border-color:var(--primary);color:var(--primary)}.SmartChat-module__2Nocia__actionsPanel{background:#fef3c7;border:1px solid #fbbf24;border-radius:.625rem;flex-direction:column;gap:.5rem;padding:.75rem .875rem;display:flex}.SmartChat-module__2Nocia__mailsPanelToggle{cursor:pointer;text-transform:uppercase;letter-spacing:.08em;color:#78350f;background:0 0;border:0;justify-content:space-between;align-items:center;width:100%;padding:.125rem 0;font-size:.625rem;font-weight:700;display:flex}.SmartChat-module__2Nocia__mailsPanelToggle:hover{color:#92400e}.SmartChat-module__2Nocia__actionsGrid{flex-wrap:wrap;gap:.375rem;display:flex}.SmartChat-module__2Nocia__actionBtnSec{color:#78350f;cursor:pointer;background:#fff;border:1px solid #fbbf24;border-radius:.5rem;align-items:center;padding:.375rem .75rem;font-size:.75rem;font-weight:600;transition:all .15s;display:inline-flex}.SmartChat-module__2Nocia__actionBtnSec:hover{color:#422006;background:#fef3c7;border-color:#f59e0b;transform:translateY(-1px)}.SmartChat-module__2Nocia__actionBtnPrimary{background:var(--primary);border-color:var(--primary-hover);color:#fff;font-weight:700}.SmartChat-module__2Nocia__actionBtnPrimary:hover{background:var(--primary-hover);color:#fff;border-color:var(--primary-hover)}.SmartChat-module__2Nocia__actionsHint{color:#92400e;margin:0;font-size:.6875rem;font-style:italic}.SmartChat-module__2Nocia__clientGridRow{background:#fff;border:1px solid #e2e8f0;border-radius:.625rem;flex-direction:column;gap:.5rem;padding:.75rem .875rem;display:flex}.SmartChat-module__2Nocia__clientGrid{grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:.375rem;display:grid}.SmartChat-module__2Nocia__clientButton{color:#1e293b;text-align:center;white-space:nowrap;text-overflow:ellipsis;background:#f8fafc;border:1px solid #e2e8f0;border-radius:.5rem;justify-content:center;align-items:center;gap:.25rem;padding:.4375rem .625rem;font-size:.75rem;font-weight:700;text-decoration:none;transition:all .15s;display:inline-flex;overflow:hidden}.SmartChat-module__2Nocia__clientButton:hover{background:var(--primary-light);border-color:var(--primary);color:var(--primary-light-fg)}.SmartChat-module__2Nocia__clientButtonVip{color:#f59e0b;flex-shrink:0;font-size:.875rem}.SmartChat-module__2Nocia__briefingNav{flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.75rem;display:flex}.SmartChat-module__2Nocia__navHomeBtn{color:#475569;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:.5rem;flex-shrink:0;padding:.3125rem .625rem;font-size:.75rem;font-weight:600;transition:all .15s}.SmartChat-module__2Nocia__navHomeBtn:hover{color:#1e293b;background:#f1f5f9;border-color:#94a3b8}.SmartChat-module__2Nocia__navChips{flex-wrap:wrap;gap:.25rem;display:flex}.SmartChat-module__2Nocia__emulateChipActive{background:var(--primary)!important;color:#fff!important;border-color:var(--primary-hover)!important}.SmartChat-module__2Nocia__userMessage,.SmartChat-module__2Nocia__assistantMessage{align-items:flex-start;gap:.75rem;margin-bottom:1.25rem;display:flex}.SmartChat-module__2Nocia__userMessage{flex-direction:row-reverse}.SmartChat-module__2Nocia__messageAvatar{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2rem;height:2rem;display:flex}.SmartChat-module__2Nocia__userMessage .SmartChat-module__2Nocia__messageAvatar{background:var(--primary);color:#fff}.SmartChat-module__2Nocia__assistantMessage .SmartChat-module__2Nocia__messageAvatar{background:var(--secondary);color:var(--primary)}.SmartChat-module__2Nocia__messageContent{border-radius:1rem;max-width:80%;padding:.875rem 1.125rem;font-size:.9375rem;line-height:1.6}.SmartChat-module__2Nocia__assistantMessage .SmartChat-module__2Nocia__messageContent:has(.SmartChat-module__2Nocia__inlineCard){background:0 0;border:none;border-bottom-left-radius:0;flex:1;max-width:100%;padding:0}.SmartChat-module__2Nocia__inlineCard{margin:0}.SmartChat-module__2Nocia__userMessage .SmartChat-module__2Nocia__messageContent{background:var(--primary);color:#fff;border-bottom-right-radius:.25rem}.SmartChat-module__2Nocia__assistantMessage .SmartChat-module__2Nocia__messageContent{color:#1e293b;background:#fff;border:1px solid #e2e8f0;border-bottom-left-radius:.25rem}.SmartChat-module__2Nocia__assistantMessage .SmartChat-module__2Nocia__messageContent table{border-collapse:collapse;border:2px solid var(--primary);background:#fff;border-radius:.5rem;width:100%;margin:1rem 0;font-size:.875rem;overflow:hidden}.SmartChat-module__2Nocia__assistantMessage .SmartChat-module__2Nocia__messageContent thead{background:var(--primary);color:#fff}.SmartChat-module__2Nocia__assistantMessage .SmartChat-module__2Nocia__messageContent thead th{text-align:left;text-transform:uppercase;letter-spacing:.05em;border-bottom:2px solid var(--primary);padding:.875rem 1rem;font-size:.8125rem;font-weight:700}.SmartChat-module__2Nocia__assistantMessage .SmartChat-module__2Nocia__messageContent tbody tr{border-bottom:1px solid #e2e8f0;transition:background-color .2s}.SmartChat-module__2Nocia__assistantMessage .SmartChat-module__2Nocia__messageContent tbody tr:hover{background-color:#eef2ff}.SmartChat-module__2Nocia__assistantMessage .SmartChat-module__2Nocia__messageContent tbody tr:last-child{border-bottom:none}.SmartChat-module__2Nocia__assistantMessage .SmartChat-module__2Nocia__messageContent tbody td{color:#334155;vertical-align:top;padding:.875rem 1rem}.SmartChat-module__2Nocia__assistantMessage .SmartChat-module__2Nocia__messageContent tbody td:first-child{color:var(--primary);font-weight:600}.SmartChat-module__2Nocia__assistantMessage .SmartChat-module__2Nocia__messageContent tbody tr:nth-child(2n){background-color:#f8fafc}.SmartChat-module__2Nocia__assistantMessage .SmartChat-module__2Nocia__messageContent tbody tr:nth-child(2n):hover{background-color:#eef2ff}.SmartChat-module__2Nocia__loadingDots{align-items:center;gap:.375rem;padding:.5rem 0;display:flex}.SmartChat-module__2Nocia__loadingDots span{background:#94a3b8;border-radius:50%;width:8px;height:8px;animation:1.4s ease-in-out infinite both SmartChat-module__2Nocia__bounce}.SmartChat-module__2Nocia__loadingDots span:first-child{animation-delay:-.32s}.SmartChat-module__2Nocia__loadingDots span:nth-child(2){animation-delay:-.16s}@keyframes SmartChat-module__2Nocia__bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.SmartChat-module__2Nocia__inputContainer{background:#fff;border-top:1px solid #e2e8f0;flex-shrink:0;gap:.75rem;padding:1rem 1.5rem;display:flex}.SmartChat-module__2Nocia__input{color:#1e293b;border:1px solid #e2e8f0;border-radius:.75rem;flex:1;padding:.875rem 1rem;font-size:.9375rem;transition:all .2s}.SmartChat-module__2Nocia__input:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #1d4ed81a}.SmartChat-module__2Nocia__input:disabled{cursor:not-allowed;background:#f8fafc}.SmartChat-module__2Nocia__sendButton{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:.75rem;justify-content:center;align-items:center;padding:.875rem 1rem;transition:all .2s;display:flex}.SmartChat-module__2Nocia__sendButton:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #1d4ed84d}.SmartChat-module__2Nocia__sendButton:disabled{cursor:not-allowed;background:#cbd5e1}.SmartChat-module__2Nocia__markdown{line-height:1.6}.SmartChat-module__2Nocia__markdown p{margin:0 0 .75rem}.SmartChat-module__2Nocia__markdown p:last-child{margin-bottom:0}.SmartChat-module__2Nocia__markdown strong,.SmartChat-module__2Nocia__markdown b{color:#0f172a;font-weight:700}.SmartChat-module__2Nocia__markdown em,.SmartChat-module__2Nocia__markdown i{font-style:italic}.SmartChat-module__2Nocia__markdown ul,.SmartChat-module__2Nocia__markdown ol{margin:.5rem 0;padding-left:1.5rem}.SmartChat-module__2Nocia__markdown ul{list-style-type:disc}.SmartChat-module__2Nocia__markdown ol{list-style-type:decimal}.SmartChat-module__2Nocia__markdown li{margin:.25rem 0;line-height:1.5}.SmartChat-module__2Nocia__markdown li::marker{color:var(--primary);font-weight:600}.SmartChat-module__2Nocia__markdown code{color:#dc2626;background:#f1f5f9;border-radius:.25rem;padding:.125rem .375rem;font-family:Courier New,monospace;font-size:.875rem}.SmartChat-module__2Nocia__markdown pre{color:#e2e8f0;background:#1e293b;border-radius:.5rem;margin:.75rem 0;padding:1rem;overflow-x:auto}.SmartChat-module__2Nocia__markdown pre code{color:inherit;background:0 0;padding:0}.SmartChat-module__2Nocia__markdown a{color:var(--primary);font-weight:500;text-decoration:underline}.SmartChat-module__2Nocia__markdown a:hover{color:var(--primary)}.SmartChat-module__2Nocia__markdown h1,.SmartChat-module__2Nocia__markdown h2,.SmartChat-module__2Nocia__markdown h3{color:#0f172a;margin:1rem 0 .5rem;font-weight:700}.SmartChat-module__2Nocia__markdown h1{font-size:1.25rem}.SmartChat-module__2Nocia__markdown h2{font-size:1.125rem}.SmartChat-module__2Nocia__markdown h3{font-size:1rem}.SmartChat-module__2Nocia__markdown blockquote{border-left:3px solid var(--primary);color:#64748b;margin:.75rem 0;padding-left:1rem;font-style:italic}.SmartChat-module__2Nocia__markdown hr{border:none;border-top:1px solid #e2e8f0;margin:1rem 0}.SmartChat-module__2Nocia__messageActions{flex-wrap:wrap;gap:.5rem;margin-top:.75rem;display:flex}.SmartChat-module__2Nocia__messageActionsResolved{margin-top:.625rem}.SmartChat-module__2Nocia__msgActionBtn{cursor:pointer;border:1px solid #0000;border-radius:.5rem;align-items:center;padding:.4375rem .875rem;font-size:.8125rem;font-weight:600;transition:all .15s;display:inline-flex}.SmartChat-module__2Nocia__msgActionBtn:disabled{opacity:.55;cursor:not-allowed}.SmartChat-module__2Nocia__msgActionPrimary{color:#fff;background:#059669;border-color:#047857}.SmartChat-module__2Nocia__msgActionPrimary:hover:not(:disabled){background:#047857}.SmartChat-module__2Nocia__msgActionSecondary{color:var(--primary-hover);background:#fff;border-color:#c7d2fe}.SmartChat-module__2Nocia__msgActionSecondary:hover:not(:disabled){border-color:var(--primary);color:var(--primary-hover);background:#eef2ff;transform:translateY(-1px)}.SmartChat-module__2Nocia__msgActionDanger{color:#b91c1c;background:#fff;border-color:#fecaca}.SmartChat-module__2Nocia__msgActionDanger:hover:not(:disabled){color:#991b1b;background:#fef2f2;border-color:#ef4444;transform:translateY(-1px)}.SmartChat-module__2Nocia__actionResolvedPill{color:#64748b;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:9999px;align-items:center;padding:.25rem .625rem;font-size:.6875rem;font-weight:600;display:inline-flex}.SmartChat-module__2Nocia__briefingChatBelow{border-top:2px dashed #cbd5e1;flex-direction:column;gap:.625rem;margin-top:1rem;padding-top:1rem;display:flex}
