@source "../views";@source "../../vendor/laravel/framework/src/Illuminate/Pagination/resources/views/*.blade.php";.tfa-chat{border-radius:0!important;border-left:none!important}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;white-space:nowrap;border-radius:.375rem;font-size:.875rem;font-weight:500;transition:all .2s;border:1px solid transparent;cursor:pointer;outline:none}.btn:disabled{pointer-events:none;opacity:.5}.btn:focus-visible{ring:2px solid hsl(var(--ring))}.btn-default{background-color:hsl(var(--primary));color:hsl(var(--primary-foreground))}.btn-default:hover{background-color:hsl(var(--primary) / .9)}.btn-destructive{background-color:hsl(var(--destructive));color:#fff}.btn-destructive:hover{background-color:hsl(var(--destructive) / .9)}.btn-outline{border:1px solid hsl(var(--border));background-color:hsl(var(--background));color:hsl(var(--foreground))}.btn-outline:hover{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground))}.btn-secondary{background-color:hsl(var(--secondary));color:hsl(var(--secondary-foreground))}.btn-secondary:hover{background-color:hsl(var(--secondary) / .8)}.btn-ghost{background-color:transparent;color:hsl(var(--foreground))}.btn-ghost:hover{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground))}.btn-link{background-color:transparent;color:hsl(var(--primary));text-decoration:underline;text-underline-offset:4px}.btn-link:hover{text-decoration:none}.btn-sm{height:2rem;padding:0 .75rem;font-size:.8rem}.btn-default-size{height:2.25rem;padding:0 1rem}.btn-lg{height:2.5rem;padding:0 1.5rem;font-size:1rem}.btn-icon{width:2.25rem;height:2.25rem;padding:0}.tfa-chat{display:flex;flex-direction:column;height:100%;font-family:sans-serif;border:none;border-left:1px solid #ccc;border-radius:4px;overflow:hidden;font-size:.9em;background-color:#fff}.tfa-chat .tfa-chat__prompt-area{flex:1;display:flex;flex-direction:column}.tfa-chat .tfa-chat__prompt-actions{display:flex;justify-content:flex-end;margin-top:16px}.tfa-chat .tfa-chat__connection-status{display:flex;align-items:center;gap:5px;padding:5px 15px;font-size:.8em;color:#777;margin-bottom:0;border-bottom:1px solid #eee}.tfa-chat .tfa-chat__connection-status--connected{color:var(--mantine-color-green-7)}.tfa-chat .tfa-chat__connection-status.tfa-chat__connection-status--limited{color:var(--mantine-color-blue-6);background-color:var(--mantine-color-blue-0, #e7f5ff)}.tfa-chat .tfa-chat__view{flex-grow:1;overflow-y:auto;padding:15px;display:flex;flex-direction:column;gap:10px}.tfa-chat .tfa-chat__message{display:flex;align-items:baseline;gap:10px;max-width:100%;line-height:1.4;padding-bottom:5px;position:relative;margin-bottom:8px}.tfa-chat .tfa-chat__message-icon{flex-shrink:0;color:#0073e6;font-size:1.2em;position:relative;top:2px}.tfa-chat .tfa-chat__message-body{flex-grow:1}.tfa-chat .tfa-chat__message--assistant .tfa-chat__message-body{padding-right:28px}.tfa-chat .tfa-reactions{display:flex;position:absolute;right:6px;top:96.5%;margin-top:2px;align-items:center;gap:4px;opacity:0;pointer-events:none;transition:opacity .15s ease}.tfa-chat .tfa-chat__message:hover .tfa-reactions,.tfa-chat .tfa-reactions:hover{opacity:1;pointer-events:auto}.tfa-chat .tfa-chat__message:focus-within .tfa-reactions{opacity:1;pointer-events:auto}@media (hover: none) and (pointer: coarse){.tfa-chat .tfa-reactions{opacity:1;pointer-events:auto}}.tfa-chat .tfa-reaction-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:none;padding:6px;min-width:32px;min-height:32px;cursor:pointer;color:#9aa0a6;transition:color .15s ease;display:flex;align-items:center;justify-content:center}.tfa-chat .tfa-reaction-button svg,.tfa-chat .tfa-reaction-button [data-icon]{pointer-events:none}.tfa-chat .tfa-reaction-button:focus-visible{outline:2px solid var(--mantine-color-blue-6, #2563eb);outline-offset:2px;border-radius:4px}.tfa-chat .tfa-reaction-up:hover{color:var(--tfa-reaction-up, #16a34a)}.tfa-chat .tfa-reaction-down:hover{color:var(--tfa-reaction-down, #dc2626)}.tfa-chat .tfa-reaction-button[data-selected=true]{color:var(--tfa-reaction-selected, currentColor)}.tfa-chat .tfa-chat__message-sender{display:flex;align-items:center;margin-bottom:4px}.tfa-chat .tfa-chat__message-role{font-weight:700;font-size:.9em;color:#555}.tfa-chat .tfa-chat__message-content{font-size:1em;color:#333;white-space:pre-wrap;word-wrap:break-word;white-space-collapse:collapse;text-align:left;margin-top:0;margin-bottom:0}.tfa-chat .tfa-chat__message--system .tfa-chat__message-content{color:#777;font-style:italic;font-size:.9em;margin-top:0}.tfa-chat .tfa-chat__message--interim .tfa-chat__message-content{color:#666;font-style:italic}.tfa-chat .tfa-chat__message--interim .tfa-chat__message-icon{opacity:.7}.tfa-chat .tfa-chat__message--loading{display:flex;justify-content:center;align-items:center;padding:10px 0}@keyframes spinner-rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.tfa-chat .tfa-chat__spinner{width:1.5em;height:1.5em;border:3px solid rgba(0,0,0,.1);border-left-color:#007bff;border-radius:50%;display:inline-block;animation:spinner-rotation 1s linear infinite}.tfa-chat .tfa-chat__message--auth{display:flex;flex-direction:column;align-items:flex-start;gap:10px;padding:8px;background-color:#fff3cd;border:1px solid #ffeeba;border-radius:4px;color:#856404;font-size:.9em;margin-top:10px}.tfa-chat .tfa-chat__auth-button{padding:4px 8px;font-size:.9em;cursor:pointer;margin-top:5px}.tfa-chat .tfa-chat__form{display:flex;flex-direction:column;padding:10px;border-top:1px solid #ccc;gap:10px}.tfa-chat .tfa-chat__input{flex-grow:1;border-radius:4px;font-size:1em;font-family:inherit;line-height:1.4;border:none;padding:0}.tfa-chat .tfa-chat__actions{display:flex;gap:10px;align-items:center;width:100%;justify-content:flex-end}.tfa-chat .tfa-chat__file-input{flex:1;max-width:200px}.tfa-chat .tfa-chat__attachment{display:flex;align-items:center;gap:5px;padding:4px 8px;background-color:#f0f8ff;border-radius:4px;font-size:.8em;color:#0073e6}.tfa-chat .tfa-chat__file-button{padding:10px 15px;background-color:transparent;border-radius:4px;cursor:pointer;font-size:1em;transition:background-color .2s ease}.tfa-chat .tfa-chat__file-button:hover:not(:disabled){background-color:#0056b3}.tfa-chat .tfa-chat__file-button:disabled{background-color:#eee;cursor:not-allowed}.tfa-chat .tfa-chat__submit{padding:10px 15px;background-color:#007bff;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:1em;transition:background-color .2s ease}.tfa-chat .tfa-chat__submit:hover:not(:disabled){background-color:#0056b3}.tfa-chat .tfa-chat__submit:disabled{background-color:#ccc;cursor:not-allowed}.tfa-chat .tfa-chat__submit--full-width{width:100%}.tfa-chat .tfa-chat__stop{border:1px solid transparent}.tfa-chat .tfa-chat__stop:hover:not(:disabled){border:1px solid #c5c5c5}.tfa-chat .tfa-chat__stop:focus{border:1px solid #544f4f}.tfa-chat .tfa-chat__stop:disabled{visibility:hidden;pointer-events:none}.tfa-chat .tfa-chat__tool-badge{font-size:.5rem;margin-left:auto;transition:all .3s ease;color:#00000080;animation:fadeIn .5s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.tfa-chat .tfa-chat__latest-message{background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;padding:1rem;margin-bottom:1rem;box-shadow:0 2px 4px #0000001a}.tfa-chat .tfa-chat__tool-badge svg{padding-right:.25em}.tfa-chat .tfa-chat__latest-message-header{display:flex;align-items:center;margin-bottom:.75rem;font-weight:600;font-size:.9rem;color:#495057;text-transform:uppercase;letter-spacing:.5px}.tfa-chat .tfa-chat__latest-message-content{font-size:1.25rem;line-height:1.6;color:#212529;white-space:pre-wrap;word-wrap:break-word;margin:0;font-weight:400}.tfa-chat .tfa-chat__message-content{line-height:1.35}.tfa-chat .tfa-chat__message-content p,.tfa-chat .tfa-chat__message-content ul,.tfa-chat .tfa-chat__message-content ol,.tfa-chat .tfa-chat__message-content pre,.tfa-chat .tfa-chat__message-content blockquote,.tfa-chat .tfa-chat__message-content table,.tfa-chat .tfa-chat__message-content hr{margin-top:.25rem;margin-bottom:.25rem;white-space-collapse:collapse}.tfa-chat .tfa-chat__message-content h1{font-size:1.15em;margin:.25rem}.tfa-chat .tfa-chat__message-content h2{font-size:1.1em;margin:.2rem}.tfa-chat .tfa-chat__message-content h3{font-size:1.05em;margin:.15rem}.tfa-chat .tfa-chat__message-content h4,.tfa-chat .tfa-chat__message-content h5,.tfa-chat .tfa-chat__message-content h6{font-size:1em;margin:.1rem}.tfa-chat .tfa-chat__message-content ul,.tfa-chat .tfa-chat__message-content ol{padding-left:1.1em}.tfa-chat .tfa-chat__message-content li{margin:.15rem}.tfa-chat .tfa-chat__message-content pre{background:#f6f8fa;border:1px solid #e1e4e8;border-radius:4px;padding:6px 8px;overflow-x:auto;font-size:.9em;line-height:1.4}.tfa-chat .tfa-chat__message-content code{background:#f6f8fa;border:1px solid #e1e4e8;border-radius:3px;padding:0 3px;font-size:.92em}.tfa-chat .tfa-chat__message-content blockquote{border-left:3px solid #e5e7eb;padding-left:8px;color:#555;margin-left:0}.tfa-chat .tfa-chat__message-content table{border-collapse:collapse;font-size:.95em}.tfa-chat .tfa-chat__message-content th,.tfa-chat .tfa-chat__message-content td{border:1px solid #e5e7eb;padding:4px 6px}.tfa-chat .tfa-chat__message-content hr{border:0;border-top:1px solid #e5e7eb}.tfa-chat .tfa-chat__empty-placeholder{display:flex;align-items:center;justify-content:center;flex-grow:1;color:#9ca3af;font-style:italic;font-size:.9rem;text-align:center;padding:2rem;line-height:1.5;font-weight:300}.tfa-prompt__container .tfa-chat{border:none!important}.tfa-prompt__container .tfa-chat .tfa-chat__form{flex-direction:column;align-items:stretch;padding:none!important;border:none!important;background-color:transparent!important}.tfa-prompt__container .tfa-chat .tfa-chat__input{width:100%;margin:0 0 1rem!important;border:none!important;padding:0!important}.tfa-prompt__container .tfa-chat .tfa-chat__submit{width:fit-content!important;align-self:flex-end;padding:.5rem 3rem}.tfa-databot__container{width:90%;max-width:1200px;margin:0 auto;padding:1rem}.tfa-databot__container .tfa-chat{border:none!important;width:100%}.tfa-databot__container .tfa-chat .tfa-chat__form{flex-direction:column;align-items:stretch;padding:none!important;border:none!important;background-color:transparent!important}.tfa-databot__container .tfa-chat .tfa-chat__input{width:100%;margin:0 0 1rem!important;border:none!important;background-color:#f8fafc;border-radius:8px;border:1px solid #e2e8f0!important;padding:16px!important;font-size:1.125rem!important;line-height:1.6!important;min-height:120px!important}.tfa-databot__container .tfa-chat .tfa-chat__view,.tfa-databot__container .tfa-chat .tfa-chat__message-content{font-size:1.125rem!important;line-height:1.6!important}.tfa-databot__container .tfa-chat .tfa-chat__submit{width:fit-content!important;align-self:flex-end;padding:.75rem 2.5rem;background-color:#3b82f6;color:#fff;border-radius:8px;font-weight:600;font-size:1rem!important}.tfa-databot__container .tfa-chat .tfa-chat__submit:hover{background-color:#2563eb}.tfa-databot__container .tfa-chat .tfa-chat__file-button{background-color:#f1f5f9;border-color:#cbd5e1;color:#475569;font-size:.95rem!important;padding:.625rem 1rem!important}.tfa-databot__container .tfa-chat .tfa-chat__file-button:hover{background-color:#e2e8f0}.tfa-databot__container .tfa-chat .tfa-chat__actions{gap:1rem;align-items:center}.tfa-databot__container .tfa-chat .tfa-chat__message--auth{background-color:#fef3c7;border:1px solid #f59e0b;border-radius:8px;padding:1rem;font-size:1rem!important;color:#92400e}.tfa-databot__container .tfa-chat .tfa-chat__message--auth button{background-color:#f59e0b;color:#fff;border:none;font-weight:500}.tfa-databot__container .tfa-chat .tfa-chat__message--auth button:hover{background-color:#d97706}.tfa-databot__container .tfa-chat .tfa-chat__latest-message{background-color:#f0f9ff;border:2px solid #3b82f6;border-radius:12px;padding:1.5rem;margin-bottom:1.5rem;box-shadow:0 4px 6px #3b82f61a}.tfa-databot__container .tfa-chat .tfa-chat__latest-message-header{color:#1e40af;font-weight:700;font-size:1rem;margin-bottom:1rem}.tfa-databot__container .tfa-chat .tfa-chat__latest-message-content{font-size:1.375rem!important;line-height:1.7!important;color:#1f2937;font-weight:500}
