:root{--safion-blue: #1da1db;--safion-dark-blue: #1a3c6c;--safion-gradient: linear-gradient(90deg, #1da1db 0%, #1a3c6c 100%)}.training-file-item[data-file-status=processed]{opacity:1}.training-file-item[data-file-status=pending]{opacity:.6;background-color:#f8f9fa}.training-file-item[data-file-status=pending] .file-link{color:#6c757d!important;cursor:not-allowed!important;text-decoration:none!important}.training-file-item[data-file-status=pending] .file-link:hover{color:#6c757d!important}.training-file-item[data-file-status=pending] .status-icon{animation:pulse 2s infinite}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@keyframes pulse{0%,to{opacity:.5}50%{opacity:1}}.progress-container{min-width:80px}.progress-bar{background-color:#e5e7eb;border-radius:9999px;height:8px;overflow:hidden;position:relative}.progress-fill{background:linear-gradient(90deg,#10b981,#059669);height:100%;transition:width .3s ease-out;border-radius:9999px}.progress-text{font-size:.75rem;font-weight:500;color:#6b7280;min-width:30px;text-align:right}.progress-fill{position:relative;overflow:hidden}.progress-fill:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.3) 50%,transparent 100%);animation:shimmer 2s infinite}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}#save-loading-modal,#create-loading-modal{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;z-index:16000;pointer-events:auto;-webkit-user-select:none;user-select:none}.modal-overlay,.user-dropdown-content{z-index:500000!important}#create-assistant-modal,#assistant-file-list-panel{z-index:10000!important}#save-loading-modal *,#create-loading-modal *{pointer-events:none}#save-loading-modal .bg-white,#create-loading-modal .bg-white{pointer-events:auto}#save-loading-modal .animate-spin,#create-loading-modal .animate-spin{animation:spin 1s linear infinite}.assistant-detail-stack{display:flex;flex-direction:column;gap:0!important}.assistant-detail-stack .assistant-section{margin-bottom:0!important}.assistant-file-tab-content{gap:0!important}.assistant-file-tab-content .assistant-card-entry{margin-bottom:0!important}.assistant-collapsible-toggle{display:flex;align-items:center;gap:.5rem}.assistant-collapsible-toggle .collapsible-arrow{display:inline-flex;align-items:center;justify-content:center;width:2.5vh;height:2.5vh;border-radius:9999px;background:#e2e8f0;color:#475569;font-size:1.4vh;transition:background .2s ease,color .2s ease;margin-left:auto}.assistant-collapsible-toggle[aria-expanded=true] .collapsible-arrow{background:var(--safion-blue);color:#fff}.safion-logo{height:2.78vh;margin-right:.75rem}.safion-card{background:#fff;border-radius:1.67vh;box-shadow:0 .44vh 2.67vh #1e40af14;border:.11vh solid #e5e7eb;transition:box-shadow .2s;transform-origin:0 0;transform:scale(1)!important;zoom:1!important;z-index:1}.safion-card.active{box-shadow:0 8px 32px #1e40af29;border-color:var(--safion-blue)}.safion-card:not(.active):not(.fullscreen){width:29.63vw!important;max-width:29.63vw!important;min-width:29.63vw!important;height:20vh!important;max-height:20vh!important;min-height:20vh!important;overflow:hidden;transform:none!important;box-sizing:border-box!important}.assistant-card-surface{width:100%;height:100%;display:flex;flex-direction:column}.safion-card.fullscreen{width:80vw!important;height:82vh!important;min-width:0!important;min-height:0!important;max-width:1200px!important;max-height:930px!important;border-radius:1.67vh;display:flex;flex-direction:column;margin-top:8.89vh}.safion-btn-primary{background:var(--safion-gradient);color:#fff;border-radius:.5rem;font-weight:600;transition:background .2s;min-width:fit-content;white-space:nowrap}.safion-btn-primary:hover{background:#1a3c6c}.safion-chat-bubble{border-radius:1rem;padding:.75rem 1.25rem;margin-bottom:.5rem;max-width:80%;word-break:break-word;display:flex;flex-direction:column;gap:.35rem}.safion-chat-bubble .bubble-content{display:block;width:100%}.safion-chat-bubble.user{background:var(--safion-blue);color:#fff;margin-left:auto;text-align:right;align-self:flex-end;padding-right:.75rem;padding-left:.5rem;width:fit-content;max-width:80%}.safion-chat-bubble.assistant{background:#f1f5f9;color:#1a3c6c;margin-right:auto;position:relative;z-index:1;isolation:isolate;padding-top:.5rem}.safion-chat-bubble.assistant h1,.safion-chat-bubble.assistant h2,.safion-chat-bubble.assistant h3,.safion-chat-bubble.assistant h4,.safion-chat-bubble.assistant h5,.safion-chat-bubble.assistant h6{margin:1rem 0 .5rem;font-weight:600;line-height:1.3;color:#1a3c6c}.safion-chat-bubble.assistant h1{font-size:3.34vh;border-bottom:.22vh solid #e2e8f0;padding-bottom:.28vh}.safion-chat-bubble.assistant h2{font-size:2.78vh;border-bottom:.11vh solid #e2e8f0;padding-bottom:.28vh}.safion-chat-bubble.assistant h3{font-size:2.5vh}.safion-chat-bubble.assistant h4{font-size:2.22vh}.safion-chat-bubble.assistant h5{font-size:1.94vh}.safion-chat-bubble.assistant h6{font-size:1.66vh}.safion-chat-bubble.assistant p{margin:.75rem 0;line-height:1.6}.safion-chat-bubble.assistant br{display:block;content:"";margin:.25rem 0}.safion-chat-bubble.assistant p+p{margin-top:.5rem}.safion-chat-bubble.assistant ul,.safion-chat-bubble.assistant ol{margin:.75rem 0;padding-left:1.5rem;list-style-position:outside}.safion-chat-bubble.assistant li{margin:.5rem 0;line-height:1.5;padding-left:.25rem}.safion-chat-bubble.assistant li p{margin:.25rem 0}.safion-chat-bubble.assistant ul ul,.safion-chat-bubble.assistant ol ol,.safion-chat-bubble.assistant ul ol,.safion-chat-bubble.assistant ol ul{margin:.25rem 0;padding-left:1rem}.safion-chat-bubble.assistant blockquote{border-left:4px solid var(--safion-blue);margin:.75rem 0;padding:.5rem 0 .5rem 1rem;background:#1da1db0d;border-radius:0 .25rem .25rem 0;font-style:italic}.safion-chat-bubble.assistant code{background:#0000001a;padding:.125rem .25rem;border-radius:.25rem;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.875em;color:#dc2626}.safion-chat-bubble.assistant pre{background:#1e293b;color:#e2e8f0;padding:1rem;border-radius:.5rem;overflow-x:auto;margin:.75rem 0;border:1px solid #334155}.safion-chat-bubble.assistant pre code{background:none;padding:0;border-radius:0;color:inherit;font-size:.875rem}.safion-chat-bubble.assistant table{border-collapse:collapse;width:100%;margin:.75rem 0;font-size:.875rem}.safion-chat-bubble.assistant th,.safion-chat-bubble.assistant td{border:1px solid #d1d5db;padding:.5rem;text-align:left}.safion-chat-bubble.assistant th{background:#f9fafb;font-weight:600}.safion-chat-bubble.assistant tr:nth-child(2n){background:#f9fafb}.safion-chat-bubble.assistant hr{border:none;border-top:1px solid #e5e7eb;margin:1rem 0}.safion-chat-bubble.assistant strong{font-weight:600;color:#1a3c6c}.safion-chat-bubble.assistant em{font-style:italic}.safion-chat-bubble.assistant a{color:var(--safion-blue);text-decoration:underline;transition:color .2s}.safion-chat-bubble.assistant a:hover{color:#1a3c6c}.safion-chat-bubble strong{font-weight:700}.safion-chat-bubble em{font-style:italic}.safion-chat-bubble u{text-decoration:underline}.safion-chat-bubble div[style*="text-align: center"],.safion-chat-bubble div[style*="text-align: left"],.safion-chat-bubble div[style*="text-align: right"]{margin:.5em 0}.safion-chat-bubble .format-header1{font-size:1.5em;font-weight:700;display:block;margin:.5em 0;color:#1a3c6c}.safion-chat-bubble .format-header2{font-size:1.25em;font-weight:600;display:block;margin:.4em 0;color:#1a3c6c}.safion-chat-bubble .format-center{text-align:center;margin:.5em 0}.safion-chat-bubble .format-left{text-align:left;margin:.5em 0}.safion-chat-bubble .format-right{text-align:right;margin:.5em 0}.safion-chat-bubble .format-bulletin{margin:.5em 0;padding-left:1em}.safion-chat-bubble .format-tab{margin:.5em 0;padding-left:2em}.safion-chat-bubble.assistant img{max-width:100%;height:auto;border-radius:.5rem;margin:.5rem 0}.safion-chat-bubble.assistant .highlight{background:#ffff004d;padding:.125rem .25rem;border-radius:.25rem}.safion-chat-bubble.assistant>*:first-child{margin-top:0}.safion-chat-bubble.assistant>*:last-child{margin-bottom:0}.bubble-option-strip{display:flex;flex-wrap:wrap;gap:.4rem;align-items:center;font-size:.78rem;font-weight:600;text-transform:none;color:inherit;margin-bottom:-.05rem}.bubble-option-strip.user{justify-content:flex-end;color:#fff}.bubble-option-chip{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;padding:.125rem .9rem;border-radius:999px;border:1px solid rgba(15,23,42,.12);background:#f1f5f9e6;color:inherit;font-family:inherit;font-size:.78rem;line-height:1.2;cursor:pointer;text-transform:none;letter-spacing:.01em;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease,background .15s ease,color .15s ease}.bubble-option-chip.user{background:#ffffff2e;border-color:#ffffff59}#assistant-fullscreen-modal .bubble-option-strip,.safion-card .bubble-option-strip{gap:.3vh!important;font-size:1.3vh!important}#assistant-fullscreen-modal .bubble-option-chip,.safion-card .bubble-option-chip{padding:.175vh .8vw!important;border-radius:2vh!important;font-size:1.2vh!important;letter-spacing:.02em!important;min-height:auto!important;line-height:1.1!important}#assistant-fullscreen-modal .bubble-option-chip{background:#f1f5f9f2;border-color:#0f172a33;color:#0f172a;box-shadow:none}#assistant-fullscreen-modal .bubble-option-chip.user{background:#fff3;border-color:#ffffff80;color:#fff}.bubble-option-chip.static{cursor:default;opacity:.85;pointer-events:none}.bubble-option-chip:hover:not(.static),.bubble-option-chip:focus-visible{transform:translateY(-1px);border-color:#0f172a59;box-shadow:0 4px 12px #0f172a2e}.bubble-option-chip.user:hover:not(.static),.bubble-option-chip.user:focus-visible{border-color:#ffffffa6;box-shadow:0 4px 12px #0369a159}.bubble-option-chip.inactive{opacity:.45;border-style:dashed}.bubble-option-chip:focus-visible{outline:2px solid rgba(29,161,219,.35);outline-offset:2px}.bubble-option-chip.copied{animation:chip-pop .35s ease}@keyframes chip-pop{0%{transform:translateY(-1px) scale(1)}50%{transform:translateY(-3px) scale(1.05)}to{transform:translateY(-1px) scale(1)}}.bubble-option-chip-label{font-size:.78rem;font-weight:600;white-space:nowrap}.safion-chat-bubble.has-bubble-options{padding-top:.75rem;gap:.25rem}.bubble-preview-dropdown{position:absolute;top:-.5rem;left:0;width:min(320px,80vw);padding:1rem;background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;box-shadow:0 20px 35px #0f172a26;opacity:0;pointer-events:none;transform:translateY(-.5rem);transition:opacity .2s ease,transform .2s ease;z-index:20}.bubble-preview-dropdown.align-right{left:auto;right:0}.bubble-preview-dropdown.show{opacity:1;pointer-events:auto;transform:translateY(-.25rem)}.bubble-preview-content{display:flex;flex-direction:column;gap:.75rem}.bubble-preview-title{margin:0;font-size:.85rem;font-weight:600;color:#1a3c6c;letter-spacing:.02em;text-transform:uppercase}.bubble-preview-row{display:flex;justify-content:flex-start}.bubble-preview-row.user{justify-content:flex-end}.bubble-preview-row .safion-chat-bubble{font-size:.85rem;line-height:1.3;box-shadow:inset 0 0 0 1px #0f172a0d}.bubble-preview-row .safion-chat-bubble-shell.preview{width:100%;max-width:220px}.bubble-preview-text{font-size:.85rem;line-height:1.4}.bubble-preview-dropdown .bubble-option-chip{pointer-events:none;cursor:default}.safion-chat-bubble-shell{position:relative;width:100%;display:block}.safion-grid-cell{position:absolute;width:29.63vw;height:20vh;border:.14vw dashed #e5e7eb;border-radius:1.67vh;display:flex;align-items:center;justify-content:center;color:#9ca3af;font-size:1.94vh;background:#f9fafb80}.safion-card-anim{transition:all .3s cubic-bezier(.4,0,.2,1)}#global-toggle-switch{position:relative}#global-toggle-switch .w-14{width:3.5rem}#global-toggle-switch .h-8{height:2rem}#global-toggle-switch .dot{position:absolute;top:.25rem;left:.25rem;width:1.5rem;height:1.5rem;background:#fff;border-radius:50%;transition:transform .3s ease;display:flex;align-items:center;justify-content:center}#global-toggle-switch input:checked~.dot{transform:translate(1.5rem)}#global-toggle-switch .dot svg{width:.75rem;height:.75rem;color:#6b7280}.safion-chat-input{width:100%;min-height:2.78vh;max-height:25vh;padding:.56vh .83vw;border:.11vh solid #d1d5db;border-radius:.56vh;font-size:1.94vh;line-height:1.39vh;resize:none;outline:none;transition:border-color .2s,box-shadow .2s,height .2s ease;font-family:inherit}.safion-chat-input:focus{border-color:var(--safion-blue);box-shadow:0 0 0 3px #1da1db1a}.safion-card:not(.fullscreen) .safion-chat-input{min-height:2.22vh;max-height:25vh;font-size:1.66vh;padding:.42vh .69vw;line-height:1.11vh}.safion-card:not(.fullscreen) .safion-chat-input:focus{box-shadow:0 0 0 2px #1da1db1a}.safion-card.fullscreen .safion-chat-input{min-height:3.33vh;max-height:25vh;font-size:2.22vh;padding:.83vh 1.39vw;line-height:1.67vh}.safion-card.fullscreen .safion-chat-input.overflow{max-height:8rem}.safion-chat-input-card{width:100%;min-height:2.22vh;max-height:25vh;padding:.42vh .69vw;border-radius:.56vh;font-size:1.66vh;line-height:1.11vh;resize:none;outline:none;transition:border-color .2s,box-shadow .2s,height .2s ease;font-family:inherit;background:#fff;border:.11vh solid #d1d5db}.safion-chat-input-card:focus{border-color:var(--safion-blue);box-shadow:0 0 0 .22vh #1da1db1a}.safion-chat-input-fullscreen{min-height:2.78vh;max-height:25vh;resize:none;overflow:hidden;word-wrap:break-word;white-space:pre-wrap;line-height:1.4;border:.11vh solid #d1d5db;border-radius:.56vh;padding:.56vh .83vw;outline:none;transition:border-color .2s,box-shadow .2s,height .2s ease;font-family:inherit;font-size:1.67vh;background:#fff}.safion-chat-input-fullscreen:focus{border-color:var(--safion-blue);box-shadow:0 0 0 2px #1da1db33}.safion-chat-input-fullscreen.overflow{overflow-y:auto}.safion-redact-btn{align-self:flex-start;margin-top:0;padding:1.11vh 1.67vw;font-size:1.67vh;font-weight:600;border-radius:.56vh;background:var(--safion-gradient);color:#fff;border:none;cursor:pointer;transition:background .2s;white-space:nowrap}.safion-redact-btn:hover{background:#1a3c6c}.safion-chat-link-button{display:inline-flex;align-items:center;gap:.35rem;margin:.15rem .25rem;padding:.35rem .85rem;font-size:.8rem;font-weight:600;border-radius:.45rem;background:var(--safion-gradient);color:#fff;border:none;cursor:pointer;box-shadow:0 2px 6px #0000001f;transition:background .2s ease,transform .1s ease}.safion-chat-link-button:hover,.safion-chat-link-button:focus-visible{background:#1a3c6c;transform:translateY(-1px)}.safion-chat-link-button:active{transform:translateY(0);box-shadow:0 1px 3px #0000002e}.safion-chat-link-button:focus{outline:2px solid rgba(26,60,108,.4);outline-offset:2px}.safion-chat-link{color:#1a3c6c;text-decoration:underline;cursor:pointer;font-weight:600}.safion-chat-link:hover,.safion-chat-link:focus-visible{color:#0f2a4a;text-decoration:underline}.safion-chat-link:focus{outline:2px solid rgba(26,60,108,.4);outline-offset:2px}.chat-input-container{position:absolute;left:0;right:0;bottom:0;padding-bottom:1.11vh;background:transparent;z-index:10;display:flex;flex-direction:column;align-items:flex-end;justify-content:flex-end;height:25vh}.safion-chat-input-card,.safion-chat-input-fullscreen{min-height:2.5rem;max-height:25rem;resize:none;overflow-y:auto;display:block;width:100%;box-sizing:border-box;transition:height .2s ease}.chat-form{width:100%;display:flex;gap:.5rem;align-items:flex-end;flex-direction:row}.chat-input-container{display:flex;flex-direction:column-reverse;align-items:flex-end;justify-content:flex-end}.chat-history{flex:1;overflow-y:auto;scroll-behavior:smooth;margin-bottom:0!important;max-height:100%;position:relative;padding-bottom:25vh}.chat-history::-webkit-scrollbar{width:.67vh}.chat-history::-webkit-scrollbar-track{background:#f1f5f9;border-radius:.33vh}.chat-history::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:.33vh}.chat-history::-webkit-scrollbar-thumb:hover{background:#94a3b8}#conversation-search-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border:.11vh solid #d1d5db;border-radius:.56vh;box-shadow:0 .44vh .67vh -.11vh #0000001a;z-index:1000;max-height:33.33vh;overflow-y:auto}#conversation-search-dropdown .flex{padding:.83vh 1.11vw;border-bottom:.11vh solid #f3f4f6;cursor:pointer}#conversation-search-dropdown .flex:hover{background:#f9fafb}.safion-card.fullscreen .chat-history{margin-bottom:0!important;height:75vh;overflow-y:auto;padding-bottom:25vh;transition:height .3s ease-out,max-height .3s ease-out}.safion-card.fullscreen .chat-input-container{background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;transition:bottom .3s ease-out;position:absolute!important;left:0!important;right:0!important;bottom:0!important;z-index:10!important}.safion-card:not(.fullscreen) .chat-history{height:calc(100% - 15vh);overflow-y:auto;overflow-x:hidden;margin-bottom:0!important;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;padding:.75rem 1rem 1.5rem;text-align:left}.safion-card:not(.fullscreen) .flex-col{height:20vh!important;max-height:20vh!important;min-height:20vh!important}.safion-card:not(.fullscreen) .bg-gray-50{height:20vh!important;max-height:20vh!important;min-height:20vh!important}.safion-chat-input-card,.safion-chat-input-fullscreen{background:#fff;border:1px solid #d1d5db;transition:all .3s ease}.safion-chat-input-card:focus,.safion-chat-input-fullscreen:focus{border-color:var(--safion-blue);box-shadow:0 0 0 2px #1da1db33}.user-dropdown{position:relative;display:inline-block}.user-dropdown-content{display:none;position:absolute;right:0;background-color:#fff;min-width:160px;box-shadow:0 8px 16px #0000001a;border-radius:8px;z-index:500000;margin-top:8px}.user-dropdown-content.show{display:block}.user-dropdown-content a{color:#374151;padding:12px 16px;text-decoration:none;display:block;transition:background-color .2s}.user-dropdown-content a:hover{background-color:#f3f4f6}.profile-modal-container{background:#fff;display:flex;flex-direction:column;max-height:90vh;position:relative}.profile-modal-header{display:flex;align-items:center;gap:1.25rem;padding:2rem 2.5rem;border-bottom:1px solid #e2e8f0;background:linear-gradient(135deg,#1da1db14,#1a3c6c14)}.profile-avatar{width:4rem;height:4rem;border-radius:9999px;background:var(--safion-gradient);color:#fff;font-size:1.5rem;font-weight:600;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 20px #1a3c6c40}.profile-name{margin:0;font-size:1.75rem;font-weight:600;color:#0f172a}.profile-subtitle{margin:.25rem 0 0;color:#475569;font-size:1rem}.profile-modal-body{padding:2rem 2.5rem;background:#fff;overflow-y:auto}.profile-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.25rem}.profile-info-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:.75rem;padding:1rem 1.25rem;box-shadow:inset 0 0 0 1px #0f172a05}.profile-info-card h3{margin:0;font-size:.85rem;text-transform:uppercase;letter-spacing:.08em;color:#64748b}.profile-info-card p{margin:.4rem 0 0;font-size:1rem;color:#0f172a;font-weight:600;word-break:break-word}.profile-prompt-card{margin-top:1.5rem;background:#fff;border:1px solid #e2e8f0;border-radius:1rem;padding:1.5rem 1.75rem;box-shadow:0 20px 35px #0f172a14;position:relative}.profile-prompt-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;position:relative}.profile-prompt-header h3{margin:0;font-size:1rem;color:#0f172a}.profile-prompt-header p{margin:.35rem 0 0;color:#475569;font-size:.95rem;line-height:1.4}.prompt-info-btn{width:2.5rem;height:2.5rem;border-radius:9999px;border:1px solid #d1d5db;background:#fff;color:#1a3c6c;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 20px #0f172a1f;transition:background .2s ease,color .2s ease,transform .15s ease}.prompt-info-btn:hover{background:var(--safion-blue);color:#fff;transform:translateY(-1px)}.prompt-tooltip{display:none;position:absolute;top:calc(100% + .75rem);right:0;width:min(320px,80vw);padding:1rem 1.25rem;background:#f8fafc;color:#0f172a;border:1px solid #e2e8f0;border-radius:.75rem;font-size:.85rem;line-height:1.5;box-shadow:0 18px 30px #0f172a1f;z-index:50}.prompt-tooltip.show{display:block}.profile-prompt-input{width:100%;min-height:140px;margin-top:1rem;border:1px solid #d1d5db;border-radius:.75rem;padding:1rem 1.25rem;font-size:1rem;line-height:1.5;resize:vertical;color:#0f172a;transition:border-color .2s ease,box-shadow .2s ease;background:#fff}.profile-prompt-input:focus{border-color:var(--safion-blue);box-shadow:0 0 0 3px #1da1db26;outline:none}.profile-modal-footer{padding:1.5rem 2.5rem 2rem;border-top:1px solid #e2e8f0;background:#fff;display:flex;justify-content:flex-end;gap:1rem}.footer-button{min-width:120px;border-radius:.75rem;border:1px solid transparent;padding:.75rem 1.5rem;font-weight:600;font-size:1rem;transition:transform .15s ease,box-shadow .15s ease,border-color .2s ease}.footer-button:focus-visible{outline:2px solid var(--safion-blue);outline-offset:2px}.footer-button-primary{background:var(--safion-gradient);color:#fff;box-shadow:0 15px 30px #1a3c6c40}.footer-button-primary:hover{transform:translateY(-1px)}.footer-button-secondary{background:#fff;border-color:#d1d5db;color:#1a3c6c;box-shadow:inset 0 0 0 1px #0f172a0f}.footer-button-secondary:hover{border-color:var(--safion-blue);color:var(--safion-blue)}.profile-dropdown{margin-top:1.5rem;border:1px solid #e2e8f0;border-radius:1rem;background:#fff;box-shadow:0 20px 30px #0f172a0d;overflow:hidden}.profile-dropdown-toggle{width:100%;text-align:left;border:none;background:none;padding:1.25rem 1.5rem;cursor:pointer;position:relative;display:flex;flex-direction:column;gap:.35rem}.profile-dropdown-title{font-size:1.05rem;font-weight:600;color:#0f172a}.profile-dropdown-subtitle{font-size:.95rem;color:#475569}.profile-dropdown-icon{width:1.5rem;height:1.5rem;position:absolute;right:1.5rem;top:1.5rem;transition:transform .2s ease;color:#64748b}.profile-dropdown-panel{display:none;border-top:1px solid #e2e8f0;padding:1.5rem;background:#f8fafc}.profile-dropdown.open .profile-dropdown-icon{transform:rotate(180deg)}.profile-dropdown.open .profile-dropdown-panel{display:block}.profile-info-list{display:flex;flex-direction:column;gap:1rem}.profile-info-row{display:flex;flex-direction:column;padding:1rem 1.25rem;border-radius:.75rem;border:1px solid #e2e8f0;background:#f8fafc}.profile-info-label{font-size:.85rem;text-transform:uppercase;letter-spacing:.08em;color:#64748b}.profile-info-value{margin-top:.35rem;font-size:1rem;font-weight:600;color:#0f172a;word-break:break-word}.profile-chat-preview{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;padding:1.5rem;display:flex;flex-direction:column;gap:1.25rem;box-shadow:0 20px 35px #0f172a14}.profile-chat-row{display:flex;width:100%}.profile-chat-row.user{justify-content:flex-end}.profile-chat-row.assistant{justify-content:flex-start}.profile-preview-shell{width:100%;display:flex;flex-direction:column;gap:.5rem}.profile-preview-shell .safion-chat-bubble{width:100%;max-width:100%}.profile-modal-loading-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#f8fafceb;display:none;align-items:center;justify-content:center;flex-direction:column;text-align:center;padding:2rem;z-index:20}.profile-modal-loading-box{background:#fff;border-radius:1rem;padding:1.5rem 2rem;box-shadow:0 20px 40px #0f172a26;border:1px solid #e2e8f0}.profile-modal-loading-spinner{width:48px;height:48px;border-radius:9999px;border:3px solid rgba(15,23,42,.1);border-top-color:var(--safion-blue, #1da1db);margin:0 auto 1rem;animation:profile-modal-spin 1s linear infinite}.profile-modal-loading-message{font-size:1rem;font-weight:600;color:#0f172a}@keyframes profile-modal-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 768px){.profile-dropdown-panel{padding:1.25rem}.profile-chat-preview{padding:1rem}}.profile-name,.profile-subtitle,.profile-info-card h3,.profile-info-card p,.profile-prompt-header h3,.profile-prompt-header p{word-break:break-word}@media (max-width: 768px){.profile-modal-header,.profile-modal-body,.profile-modal-footer{padding:1.5rem}.profile-card-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.profile-prompt-card{padding:1.25rem}}.modal-overlay.show{visibility:visible}.modal{background:#fff;border-radius:.5rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-width:90vw;max-height:90vh;overflow:auto;transform:scale(.95);transition:transform .3s ease}.modal-overlay.show .modal{transform:scale(1)}.reference-modal{width:90vw;max-width:960px;max-height:90vh;display:flex;flex-direction:column}.reference-modal .modal-body{display:flex;flex-direction:column;gap:1.5rem}.reference-metadata-summary{background:#f8fafc;border:1px solid #e2e8f0;border-radius:.75rem;padding:1rem 1.25rem}.reference-metadata-summary .summary-title{font-size:.85rem;font-weight:600;color:#334155;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.05em}.reference-metadata-summary .summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.5rem 1rem;font-size:.9rem}.reference-metadata-summary .summary-label{color:#64748b;font-weight:500;margin-right:.25rem}.reference-metadata-summary .summary-value{color:#1e293b}.reference-content-container{flex:1;min-height:320px;border:1px solid #e2e8f0;border-radius:.75rem;overflow:hidden;background:#fff}.reference-text-wrapper{height:100%;padding:1rem;overflow-y:auto}.reference-text-wrapper pre{white-space:pre-wrap;word-break:break-word;font-size:.95rem;line-height:1.5;color:#0f172a}.reference-spreadsheet-wrapper{height:100%}.reference-modal-tabular .jspreadsheet,.reference-modal-tabular .jspreadsheet-container{height:100%!important}.reference-metadata-footer{background:#f8fafc;border-radius:.75rem;border:1px solid #e2e8f0;padding:1rem 1.25rem}.reference-metadata-footer .payload-preview{margin-top:.75rem;max-height:120px;overflow:auto;background:#1e293b;color:#e2e8f0;padding:.75rem;border-radius:.5rem;font-size:.8rem}.reference-modal .modal-footer{margin-top:1.5rem}.text-highlight{background-color:#fff3cd;padding:2px 4px;border-radius:3px;cursor:pointer;transition:background-color .2s}.text-highlight:hover{background-color:#ffeaa7}.highlight-toolbar{position:absolute;background:#fff;border:1px solid #d1d5db;border-radius:.5rem;box-shadow:0 4px 6px -1px #0000001a;z-index:1000;padding:.5rem;display:flex;gap:.25rem;align-items:center}.highlight-btn{width:1.5rem;height:1.5rem;border:1px solid #d1d5db;border-radius:.25rem;cursor:pointer;transition:transform .2s}.highlight-btn:hover{transform:scale(1.1)}.highlight-menu{position:absolute;background:#fff;border:1px solid #d1d5db;border-radius:.5rem;box-shadow:0 4px 6px -1px #0000001a;z-index:1000;min-width:120px}.menu-item{padding:.5rem .75rem;cursor:pointer;transition:background-color .2s;border-radius:.25rem;margin:.125rem}.menu-item:hover{background-color:#f3f4f6}.notification{position:fixed;top:1rem;right:1rem;padding:.75rem 1.5rem;border-radius:.5rem;box-shadow:0 4px 6px -1px #0000001a;z-index:1000;transform:translate(100%);transition:transform .3s ease}.notification.show{transform:translate(0)}.loading-spinner{display:inline-block;width:1rem;height:1rem;border:2px solid #f3f4f6;border-radius:50%;border-top-color:var(--safion-blue);animation:spin 1s ease-in-out infinite}.loading-dots{display:inline-block}.loading-dots:after{content:"";animation:dots 1.5s steps(5,end) infinite}@keyframes dots{0%,20%{content:""}40%{content:"."}60%{content:".."}80%,to{content:"..."}}@media (max-width: 768px){.safion-card:not(.fullscreen){width:20rem!important;height:8rem!important;max-width:20rem;max-height:8rem}.safion-grid-cell{width:20rem;height:8rem}#conversation-search-bar{width:200px}.modal{max-width:95vw;margin:1rem}}@media (max-width: 480px){.safion-card:not(.fullscreen){width:18rem!important;height:7rem!important;max-width:18rem;max-height:7rem}.safion-grid-cell{width:18rem;height:7rem}#conversation-search-bar{width:150px}}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media screen{.safion-card:not(.fullscreen){transform:scale(1)!important;zoom:1!important;-webkit-transform:scale(1)!important;-moz-transform:scale(1)!important;-ms-transform:scale(1)!important}.safion-card:not(.fullscreen) *{transform:none!important;zoom:1!important;-webkit-transform:none!important;-moz-transform:none!important;-ms-transform:none!important}}.safion-btn-primary:focus,.safion-chat-input:focus,.modal-close:focus,.user-dropdown-btn:focus,.close-fullscreen-btn:focus{outline:2px solid var(--safion-blue);outline-offset:2px}@media (prefers-contrast: high){.safion-card{border:2px solid #000}.safion-chat-bubble{border:1px solid #000}.safion-btn-primary{border:2px solid #000}}@media print{.safion-topbar,.chat-input-container,.modal-overlay{display:none!important}.safion-card{break-inside:avoid;box-shadow:none;border:1px solid #000}}.math-inline{display:inline-block;margin:0 .2em;vertical-align:middle}.math-display{display:block;text-align:center;margin:1em 0;padding:.5em 0}.safion-chat-bubble .math-inline{font-size:inherit;line-height:inherit}.safion-chat-bubble .math-display{margin:.5em 0;padding:.25em 0}.MathJax{outline:none}:root{--chat-modal-width-mobile: 95vw;--chat-modal-height-mobile: 90vh;--chat-modal-width-tablet: 90vw;--chat-modal-height-tablet: 86vh;--chat-modal-width-desktop: 80vw;--chat-modal-height-desktop: 82vh;--touch-target-min: 44px;--touch-padding: 12px;--mobile-font-base: 16px;--mobile-font-small: 14px;--mobile-font-large: 18px;--safe-area-top: env(safe-area-inset-top, 0px);--safe-area-bottom: env(safe-area-inset-bottom, 0px);--safe-area-left: env(safe-area-inset-left, 0px);--safe-area-right: env(safe-area-inset-right, 0px)}#assistant-fullscreen-modal{position:fixed;top:0;left:0;right:0;bottom:0;z-index:11000;background:#0006;display:flex;align-items:center;justify-content:center;padding:var(--safe-area-top) var(--safe-area-right) var(--safe-area-bottom) var(--safe-area-left)}#assistant-fullscreen-modal .fullscreen{width:var(--chat-modal-width-mobile);height:var(--chat-modal-height-mobile);max-width:100vw;max-height:100vh;border-radius:16px;margin:0;display:flex;flex-direction:column;overflow:hidden;position:relative;background:#fff;box-shadow:0 25px 50px -12px #00000040}#assistant-fullscreen-modal .fullscreen>div:first-child{height:auto;min-height:60px;padding:12px 16px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid #e5e7eb;background:#fff;flex-shrink:0;border-radius:16px 16px 0 0}#assistant-fullscreen-modal .fullscreen>div:first-child{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important}#assistant-fullscreen-modal .fullscreen>div:first-child>div:first-child{flex:1!important;min-width:0!important;display:flex!important;align-items:center!important;gap:12px!important}#assistant-fullscreen-modal .fullscreen>div:first-child>div:last-child{flex-shrink:0!important;display:flex!important;align-items:center!important}#assistant-fullscreen-modal .assistant-fullscreen-name{font-size:var(--mobile-font-large);font-weight:600;color:#1a3c6c;margin:0;flex:1;text-align:left;line-height:1.2;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;max-width:15ch!important;min-width:0}#assistant-fullscreen-modal .clear-history-btn,#assistant-fullscreen-modal .close-fullscreen-btn{min-width:var(--touch-target-min);min-height:var(--touch-target-min);padding:var(--touch-padding);font-size:var(--mobile-font-small);border-radius:16px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;cursor:pointer;border:none;background:transparent;box-shadow:0 1px 3px #0000000d}#assistant-fullscreen-modal .clear-history-btn{font-weight:500}#assistant-fullscreen-modal .clear-history-btn:hover,#assistant-fullscreen-modal .clear-history-btn:active{transform:translateY(-1px)}#assistant-fullscreen-modal .clear-history-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}#assistant-fullscreen-modal .clear-history-btn:disabled:hover,#assistant-fullscreen-modal .clear-history-btn:disabled:active{transform:none}#assistant-fullscreen-modal .close-fullscreen-btn{font-size:24px;font-weight:700}#assistant-fullscreen-modal .fullscreen>div:last-child,#assistant-fullscreen-modal .fullscreen-body{flex:1;display:flex;flex-direction:column;overflow:hidden;padding:16px;background:#f9fafb;background:linear-gradient(135deg,#f8fafc,#f1f5f9)}#assistant-fullscreen-modal .fullscreen-body{gap:16px}#assistant-fullscreen-modal .chat-history{flex:1;overflow-y:auto;overflow-x:hidden;padding:0 0 16vh;margin:0;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:#cbd5e1 #f1f5f9}#assistant-fullscreen-modal .chat-history::-webkit-scrollbar{width:4px}#assistant-fullscreen-modal .chat-history::-webkit-scrollbar-track{background:#f1f5f9;border-radius:2px}#assistant-fullscreen-modal .chat-history::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:2px}#assistant-fullscreen-modal .chat-history::-webkit-scrollbar-thumb:hover{background:#94a3b8}#assistant-fullscreen-modal .chat-input-container{position:relative;background:#fff;border-top:1px solid #e5e7eb;padding:18px;display:flex;flex-direction:column;gap:8px;align-items:stretch;justify-content:flex-end;height:auto;min-height:0;flex-shrink:0;margin:0;transition:height .2s ease-out;overflow:hidden;border-radius:0 0 16px 16px;box-shadow:0 -2px 8px #0000000d}#assistant-fullscreen-modal .chat-form{display:flex;flex-direction:column;gap:8px;width:100%}#assistant-fullscreen-modal .safion-chat-input-fullscreen{flex:1;min-height:44px;max-height:120px;font-size:var(--mobile-font-base);line-height:1.4;padding:14px 18px;border:1px solid #d1d5db;border-radius:24px;resize:none;overflow-y:auto;background:#fff;transition:all .2s ease;font-size:16px;box-shadow:0 2px 4px #0000000d}#assistant-fullscreen-modal .safion-chat-input-fullscreen:focus{border-color:var(--safion-blue);box-shadow:0 0 0 3px #1da1db1a;outline:none}#assistant-fullscreen-modal .safion-redact-btn{min-width:var(--touch-target-min);min-height:var(--touch-target-min);padding:14px 22px;font-size:var(--mobile-font-small);font-weight:600;border:none;border-radius:24px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;white-space:nowrap;box-shadow:0 2px 6px #0000001a}#assistant-fullscreen-modal .safion-redact-btn:hover,#assistant-fullscreen-modal .safion-redact-btn:active{transform:translateY(-1px)}#assistant-fullscreen-modal .fullscreen-composer{display:grid;grid-template-columns:auto 1fr auto;grid-template-areas:"upload input submit" "gallery gallery gallery";gap:12px;width:100%;align-items:flex-start}#assistant-fullscreen-modal .fullscreen-upload-column{display:flex;flex-direction:column;gap:8px;flex:0 0 auto;min-width:0;align-items:flex-start;grid-area:upload}#assistant-fullscreen-modal .fullscreen-input-column{flex:1;min-width:0;display:flex;flex-direction:column;grid-area:input}#assistant-fullscreen-modal .fullscreen-submit-column{flex:0 0 auto;display:flex;align-items:flex-start;grid-area:submit}#assistant-fullscreen-modal .fullscreen-gallery-column{grid-area:gallery;width:100%}#assistant-fullscreen-modal .fullscreen-textarea-wrapper{width:100%;display:flex}#assistant-fullscreen-modal .fullscreen-textarea-wrapper .safion-chat-input-fullscreen{width:100%}#assistant-fullscreen-modal .fullscreen-input-stack{flex:1;min-width:0;display:flex;flex-direction:column;gap:10px}#assistant-fullscreen-modal .fullscreen-composer .safion-chat-input-fullscreen{flex:1;border-radius:20px;box-shadow:inset 0 0 0 1px #1da1db0d}#assistant-fullscreen-modal .fullscreen-upload-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 18px;border-radius:16px;border:1px dashed #94a3b8;background:#f8fafc;font-weight:600;color:#1a3c6c;min-width:110px;cursor:pointer;transition:all .2s ease}#assistant-fullscreen-modal .fullscreen-upload-btn:hover{border-color:var(--safion-blue);color:var(--safion-blue);background:#eef6fb}#assistant-fullscreen-modal .fullscreen-upload-icon{font-size:18px;line-height:1}#assistant-fullscreen-modal .fullscreen-upload-gallery{display:none;gap:10px;flex-wrap:nowrap;width:100%;overflow-x:auto;padding:2px 2px 2px 0}#assistant-fullscreen-modal .fullscreen-upload-gallery.has-items{display:flex;padding-top:2px}#assistant-fullscreen-modal .fullscreen-gallery-column .fullscreen-upload-gallery{width:100%}@media (max-width: 896px){#assistant-fullscreen-modal .fullscreen-composer{grid-template-columns:minmax(0,1fr) auto;grid-template-rows:auto auto auto;grid-template-areas:"input submit" "input upload" "gallery gallery";align-items:stretch}#assistant-fullscreen-modal .fullscreen-input-column{grid-area:input}#assistant-fullscreen-modal .fullscreen-submit-column{grid-area:submit;justify-self:stretch}#assistant-fullscreen-modal .fullscreen-upload-column{grid-area:upload;width:auto;justify-self:stretch;align-items:stretch}#assistant-fullscreen-modal .fullscreen-gallery-column{grid-area:gallery}#assistant-fullscreen-modal .fullscreen-gallery-column .fullscreen-upload-gallery{padding-top:0}#assistant-fullscreen-modal .fullscreen-submit-column,#assistant-fullscreen-modal .fullscreen-upload-column{display:flex;flex-direction:column;align-items:stretch;gap:8px}#assistant-fullscreen-modal .fullscreen-upload-column .fullscreen-upload-btn,#assistant-fullscreen-modal .fullscreen-submit-column .safion-redact-btn{width:100%}}#assistant-fullscreen-modal .fullscreen-upload-thumb{position:relative;flex:0 0 130px;height:82px;border-radius:18px;overflow:hidden;box-shadow:0 10px 20px #0f172a33;background:#0f172a}#assistant-fullscreen-modal .fullscreen-upload-thumb img{width:100%;height:100%;object-fit:cover}#assistant-fullscreen-modal .fullscreen-upload-thumb button{position:absolute;top:8px;right:8px;border:none;background:#0f172acc;color:#fff;width:28px;height:28px;border-radius:50%;font-size:16px;line-height:1;cursor:pointer}#assistant-fullscreen-modal .fullscreen-upload-thumb button:hover{background:#dc2626d9}#assistant-fullscreen-modal .fullscreen-upload-thumb.file-thumb{flex:0 0 130px;min-width:130px;height:82px;display:flex;align-items:center;gap:12px;padding:12px 16px;background:#fff;color:#0f172a;border:1px solid #e2e8f0;box-shadow:0 8px 18px #0f172a1f;overflow:hidden}#assistant-fullscreen-modal .fullscreen-upload-thumb.file-thumb .fullscreen-upload-doc{display:flex;align-items:center;gap:10px;min-width:0}#assistant-fullscreen-modal .fullscreen-upload-thumb.file-thumb img{width:42px;height:42px;object-fit:contain;flex-shrink:0}#assistant-fullscreen-modal .fullscreen-upload-thumb.file-thumb .fullscreen-upload-doc-details{display:flex;flex-direction:column;gap:4px;min-width:0}#assistant-fullscreen-modal .fullscreen-upload-doc-name{font-size:.9rem;font-weight:600;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#assistant-fullscreen-modal .fullscreen-upload-thumb.file-thumb small{font-size:.75rem;color:#475569;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#assistant-fullscreen-modal .fullscreen-upload-btn,#assistant-fullscreen-modal .safion-redact-btn{align-self:flex-start}#assistant-fullscreen-modal .safion-redact-btn.cancel-mode{background:#f8fafc;color:#1a3c6c;border:1px dashed #94a3b8;box-shadow:none}#assistant-fullscreen-modal .safion-redact-btn.canceling-mode{background:#e2e8f0;color:#475569;border:1px dashed #cbd5e1;box-shadow:none}#assistant-fullscreen-modal .safion-chat-bubble{--bubble-option-padding: clamp(1.75rem, 1.1rem + .9vw, 2.6rem);--bubble-option-raise: -55%;border-radius:20px;padding:14px 18px;margin-bottom:12px;max-width:85%;word-break:break-word;font-size:var(--mobile-font-base);line-height:1.4;position:relative;-webkit-tap-highlight-color:transparent;touch-action:manipulation;box-shadow:0 2px 8px #00000014}#assistant-fullscreen-modal .safion-chat-bubble.user{margin-left:auto;margin-right:0;border-bottom-right-radius:6px}#assistant-fullscreen-modal .safion-chat-bubble.assistant{margin-right:auto;margin-left:0;border:1px solid #e5e7eb;box-shadow:0 2px 8px #00000014;border-bottom-left-radius:6px;z-index:10;isolation:isolate}#assistant-fullscreen-modal .bubble-option-strip{gap:.3vh;font-size:1.3vh}#assistant-fullscreen-modal .bubble-option-chip{padding:.35vh .8vw;border-radius:2vh;font-size:1.2vh;letter-spacing:.02em}#assistant-fullscreen-modal .safion-chat-bubble p{margin:.5rem 0;line-height:1.4}#assistant-fullscreen-modal .safion-chat-bubble p:first-child{margin-top:0}#assistant-fullscreen-modal .safion-chat-bubble p:last-child{margin-bottom:0}#assistant-fullscreen-modal .safion-chat-bubble ul,#assistant-fullscreen-modal .safion-chat-bubble ol{margin:.5rem 0;padding-left:1.25rem}#assistant-fullscreen-modal .safion-chat-bubble li{margin:.25rem 0;line-height:1.4}#assistant-fullscreen-modal .safion-chat-bubble code{background:#0000001a;padding:2px 4px;border-radius:4px;font-size:.9em;word-break:break-all}#assistant-fullscreen-modal .safion-chat-bubble pre{background:#f8f9fa;padding:12px;border-radius:8px;overflow-x:auto;margin:.5rem 0;font-size:.9em;line-height:1.4}#assistant-fullscreen-modal .safion-chat-bubble pre code{background:none;padding:0;border-radius:0;word-break:normal}#assistant-fullscreen-modal .safion-chat-bubble table{width:100%;border-collapse:collapse;margin:.5rem 0;font-size:.9em;overflow-x:auto;display:block;white-space:nowrap}#assistant-fullscreen-modal .safion-chat-bubble th,#assistant-fullscreen-modal .safion-chat-bubble td{padding:8px 12px;border:1px solid #e5e7eb;text-align:left}#assistant-fullscreen-modal .safion-chat-bubble th{background:#f8f9fa;font-weight:600}#assistant-fullscreen-modal .safion-chat-bubble blockquote{border-left:3px solid var(--safion-blue);margin:.5rem 0;padding:.5rem 0 .5rem 12px;background:#f8f9fa;border-radius:0 8px 8px 0;font-style:italic}#assistant-fullscreen-modal .safion-chat-bubble a{color:var(--safion-blue);text-decoration:underline;word-break:break-all}#assistant-fullscreen-modal .safion-chat-bubble a:active{color:var(--safion-dark-blue)}#assistant-fullscreen-modal .safion-chat-bubble h1,#assistant-fullscreen-modal .safion-chat-bubble h2,#assistant-fullscreen-modal .safion-chat-bubble h3,#assistant-fullscreen-modal .safion-chat-bubble h4,#assistant-fullscreen-modal .safion-chat-bubble h5,#assistant-fullscreen-modal .safion-chat-bubble h6{margin:.75rem 0 .5rem;font-weight:600;line-height:1.3}#assistant-fullscreen-modal .safion-chat-bubble h1{font-size:1.25rem;border-bottom:1px solid #e5e7eb;padding-bottom:.25rem}#assistant-fullscreen-modal .safion-chat-bubble h2{font-size:1.125rem;border-bottom:1px solid #e5e7eb;padding-bottom:.25rem}#assistant-fullscreen-modal .safion-chat-bubble h3{font-size:1rem}#assistant-fullscreen-modal .safion-chat-bubble h4,#assistant-fullscreen-modal .safion-chat-bubble h5,#assistant-fullscreen-modal .safion-chat-bubble h6{font-size:.9rem}#assistant-fullscreen-modal .safion-chat-bubble .format-header1{font-size:1.25rem;font-weight:600;display:block;margin:.75rem 0 .5rem;color:#1a3c6c;border-bottom:1px solid #e5e7eb;padding-bottom:.25rem}#assistant-fullscreen-modal .safion-chat-bubble .format-header2{font-size:1.1rem;font-weight:600;display:block;margin:.5rem 0 .35rem;color:#1a3c6c}#assistant-fullscreen-modal .safion-chat-bubble .format-center{text-align:center;margin:.5rem 0}#assistant-fullscreen-modal .safion-chat-bubble .format-left{text-align:left;margin:.5rem 0}#assistant-fullscreen-modal .safion-chat-bubble .format-right{text-align:right;margin:.5rem 0}#assistant-fullscreen-modal .safion-chat-bubble .format-bulletin{margin:.5rem 0;padding-left:1rem}#assistant-fullscreen-modal .safion-chat-bubble .math-display{margin:.75rem 0;text-align:center;overflow-x:auto}#assistant-fullscreen-modal .safion-chat-bubble .math-inline{display:inline;margin:0 2px}@media (min-width: 768px) and (max-width: 1024px){#assistant-fullscreen-modal .fullscreen{width:var(--chat-modal-width-tablet);height:var(--chat-modal-height-tablet);border-radius:16px;margin:0}#assistant-fullscreen-modal .fullscreen>div:first-child{padding:16px 20px;min-height:70px}#assistant-fullscreen-modal .assistant-fullscreen-name{font-size:20px}#assistant-fullscreen-modal .fullscreen>div:last-child{padding:20px}#assistant-fullscreen-modal .chat-input-container{padding:20px}}@media (min-width: 1025px){#assistant-fullscreen-modal .fullscreen{width:var(--chat-modal-width-desktop);height:var(--chat-modal-height-desktop);max-width:1200px;max-height:843.75px;border-radius:16px;margin:0}#assistant-fullscreen-modal .fullscreen>div:first-child{padding:20px 24px;min-height:80px}#assistant-fullscreen-modal .assistant-fullscreen-name{font-size:24px;max-width:50ch!important}#assistant-fullscreen-modal .fullscreen>div:last-child{padding:24px}#assistant-fullscreen-modal .chat-input-container{padding:24px}#assistant-fullscreen-modal .safion-chat-input-fullscreen,#assistant-fullscreen-modal .safion-chat-bubble{font-size:16px;padding:16px 20px}}@media (max-width: 480px){#assistant-fullscreen-modal .fullscreen{width:100vw;height:100vh;border-radius:12px;margin:8px;width:calc(100vw - 16px);height:calc(100vh - 16px)}#assistant-fullscreen-modal .fullscreen>div:first-child{border-radius:12px 12px 0 0}#assistant-fullscreen-modal .chat-input-container{border-radius:0 0 12px 12px}#assistant-fullscreen-modal .fullscreen>div:first-child{padding:12px 16px;min-height:56px}#assistant-fullscreen-modal .assistant-fullscreen-name{font-size:var(--mobile-font-large)}#assistant-fullscreen-modal .clear-history-btn,#assistant-fullscreen-modal .close-fullscreen-btn{min-width:40px;min-height:40px;padding:8px;font-size:14px}#assistant-fullscreen-modal .fullscreen>div:last-child{padding:12px}#assistant-fullscreen-modal .chat-input-container{padding:12px}#assistant-fullscreen-modal .safion-chat-input-fullscreen{font-size:16px;padding:12px 16px}#assistant-fullscreen-modal .safion-redact-btn{padding:12px 16px;font-size:14px}#assistant-fullscreen-modal .safion-chat-bubble{font-size:15px;padding:12px 16px;max-width:90%}}@media (max-width: 896px) and (orientation: landscape){#assistant-fullscreen-modal .fullscreen{width:100vw;height:100vh;border-radius:0}#assistant-fullscreen-modal .fullscreen>div:first-child{min-height:50px;padding:8px 16px}#assistant-fullscreen-modal .assistant-fullscreen-name{font-size:var(--mobile-font-base)}#assistant-fullscreen-modal .fullscreen>div:last-child{padding:12px}#assistant-fullscreen-modal .chat-input-container{padding:12px}#assistant-fullscreen-modal .safion-chat-input-fullscreen{min-height:40px;max-height:80px}}@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){#assistant-fullscreen-modal .safion-chat-bubble,#assistant-fullscreen-modal .safion-chat-input-fullscreen{border-width:.5px}}@media (prefers-reduced-motion: reduce){#assistant-fullscreen-modal *{transition:none!important;animation:none!important}}#assistant-fullscreen-modal .safion-chat-input-fullscreen:focus,#assistant-fullscreen-modal .safion-redact-btn:focus,#assistant-fullscreen-modal .clear-history-btn:focus,#assistant-fullscreen-modal .close-fullscreen-btn:focus{outline:2px solid var(--safion-blue);outline-offset:2px}#assistant-fullscreen-modal button,#assistant-fullscreen-modal input,#assistant-fullscreen-modal textarea{min-height:var(--touch-target-min);min-width:var(--touch-target-min)}#assistant-fullscreen-modal .close-fullscreen-btn,#assistant-fullscreen-modal .clear-history-btn,#assistant-fullscreen-modal .safion-redact-btn{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media (max-width: 896px){#assistant-fullscreen-modal .fullscreen{transition:height .3s ease,width .3s ease}#assistant-fullscreen-modal .chat-input-container{position:sticky;bottom:0;z-index:100}#assistant-fullscreen-modal .safion-chat-input-fullscreen{font-size:16px!important;transform:translateZ(0);-webkit-transform:translateZ(0)}}#assistant-fullscreen-modal .chat-history{-webkit-overflow-scrolling:touch;will-change:scroll-position;transform:translateZ(0);-webkit-transform:translateZ(0)}#assistant-fullscreen-modal .clear-history-btn:active,#assistant-fullscreen-modal .close-fullscreen-btn:active,#assistant-fullscreen-modal .safion-redact-btn:active{transform:scale(.95);transition:transform .1s ease}#assistant-fullscreen-modal .safion-chat-input-fullscreen:focus{font-size:16px!important;box-shadow:0 0 0 3px #1da1db33;border-color:var(--safion-blue)}#assistant-fullscreen-modal .safion-chat-input-fullscreen::placeholder{color:#9ca3af;font-size:var(--mobile-font-base);opacity:1}#assistant-fullscreen-modal .chat-history::-webkit-scrollbar{width:6px}#assistant-fullscreen-modal .chat-history::-webkit-scrollbar-track{background:transparent}#assistant-fullscreen-modal .chat-history::-webkit-scrollbar-thumb{background:#0003;border-radius:3px}#assistant-fullscreen-modal .chat-history::-webkit-scrollbar-thumb:hover{background:#0000004d}#assistant-fullscreen-modal .safion-chat-bubble.assistant:contains("Processing"){opacity:.8;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:.8}50%{opacity:1}}#assistant-fullscreen-modal .safion-chat-bubble.error{background:#fef2f2;color:#dc2626;border:1px solid #fecaca;border-radius:12px}#assistant-fullscreen-modal .safion-chat-bubble.success{background:#f0fdf4;color:#16a34a;border:1px solid #bbf7d0;border-radius:12px}#assistant-fullscreen-modal .typing-indicator{display:flex;align-items:center;gap:4px;padding:12px 16px;background:#fff;border:1px solid #e5e7eb;border-radius:16px;margin-right:auto;margin-left:0;max-width:85%;box-shadow:0 1px 3px #0000001a}#assistant-fullscreen-modal .typing-indicator .dot{width:8px;height:8px;background:#9ca3af;border-radius:50%;animation:typing 1.4s infinite ease-in-out}#assistant-fullscreen-modal .typing-indicator .dot:nth-child(2){animation-delay:.2s}#assistant-fullscreen-modal .typing-indicator .dot:nth-child(3){animation-delay:.4s}@keyframes typing{0%,60%,to{transform:translateY(0);opacity:.5}30%{transform:translateY(-10px);opacity:1}}#assistant-fullscreen-modal .message-timestamp{font-size:.75rem;color:#9ca3af;text-align:center;margin:.5rem 0;padding:0 1rem}#assistant-fullscreen-modal .chat-history:empty:before{content:"Start a conversation by typing a message below";display:block;text-align:center;color:#9ca3af;font-size:var(--mobile-font-base);padding:2rem 1rem;font-style:italic}@media (prefers-reduced-motion: reduce){#assistant-fullscreen-modal *{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media (prefers-contrast: high){#assistant-fullscreen-modal .safion-chat-bubble,#assistant-fullscreen-modal .safion-chat-input-fullscreen,#assistant-fullscreen-modal .clear-history-btn,#assistant-fullscreen-modal .safion-redact-btn{border:2px solid currentColor}}@media print{#assistant-fullscreen-modal{display:none!important}}@media (max-width: 896px) and (orientation: landscape){#assistant-fullscreen-modal .fullscreen>div:first-child{min-height:44px;padding:8px 16px}#assistant-fullscreen-modal .assistant-fullscreen-name{font-size:16px}#assistant-fullscreen-modal .clear-history-btn,#assistant-fullscreen-modal .close-fullscreen-btn{min-width:36px;min-height:36px;padding:6px;font-size:12px}#assistant-fullscreen-modal .safion-chat-input-fullscreen{min-height:36px;max-height:60px;font-size:14px}#assistant-fullscreen-modal .safion-redact-btn{min-width:36px;min-height:36px;padding:8px 12px;font-size:12px}}@media (max-width: 896px) and (orientation: portrait){#assistant-fullscreen-modal .fullscreen{height:100vh;height:calc(100vh - var(--safe-area-top) - var(--safe-area-bottom))}#assistant-fullscreen-modal .fullscreen>div:first-child{min-height:60px;padding:12px 16px}#assistant-fullscreen-modal .assistant-fullscreen-name{font-size:18px}}.safion-chat-bubble .MathJax_Display{margin:.5em 0!important}.safion-chat-bubble .MathJax_Display .MathJax{margin:0!important}.sharepoint-config-form input{transition:border-color .2s ease-in-out}.sharepoint-config-form input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.sharepoint-config-form label{font-weight:500;color:#374151}@media (max-width: 768px){.sharepoint-config-form input{font-size:16px}.sharepoint-config-form .space-y-4>div{margin-bottom:1rem}}#sharepoint-modal #selTable{font-size:12px;table-layout:fixed;width:100%}#sharepoint-modal .selectedTableContainer{max-height:50vh!important;overflow-y:auto!important;width:100%!important;margin:0!important;padding:0!important;border:none!important;border-radius:0!important}#sharepoint-modal #selTable th,#sharepoint-modal #selTable td{padding:12px 8px!important;font-size:14px;vertical-align:middle!important}#sharepoint-modal #selTable td>div{display:flex!important;align-items:center!important;gap:4px!important}#sharepoint-modal #selTable td span:first-child{font-size:14px!important;line-height:1!important}#sharepoint-modal #selTable button{padding:6px 12px!important;font-size:12px!important;border-radius:6px!important}@media (max-width: 991px){#sharepoint-modal #selTable th:nth-child(3),#sharepoint-modal #selTable td:nth-child(3){display:none!important}}@media (max-width: 768px){#sharepoint-modal #selTable th:nth-child(3),#sharepoint-modal #selTable td:nth-child(3){display:none!important}#sharepoint-modal #selTable th:nth-child(1),#sharepoint-modal #selTable td:nth-child(1){width:30%!important}#sharepoint-modal #selTable th:nth-child(2),#sharepoint-modal #selTable td:nth-child(2){width:50%!important}#sharepoint-modal #selTable th:nth-child(4),#sharepoint-modal #selTable td:nth-child(4){width:20%!important}}#sharepoint-modal .selected-sources-row{width:100%!important;margin:0!important;padding:0!important}#sharepoint-modal .selected-sources-card{width:100%!important;margin:0 0 1rem!important;border-radius:.5rem!important}#sharepoint-modal #selTable th,#sharepoint-modal .table th,#sharepoint-modal #selTable thead th{text-align:center!important}#sharepoint-modal #selTable td:nth-child(4){text-align:center!important}#sharepoint-modal #selTable td:nth-child(4)>div{justify-content:center!important}#sharepoint-modal #selTable th:nth-child(1),#sharepoint-modal #selTable td:nth-child(1){width:20%}#sharepoint-modal #selTable th:nth-child(2),#sharepoint-modal #selTable td:nth-child(2){width:60%}#sharepoint-modal #selTable th:nth-child(3),#sharepoint-modal #selTable td:nth-child(3){width:10%}#sharepoint-modal #selTable th:nth-child(4),#sharepoint-modal #selTable td:nth-child(4){width:20%}@media (max-width: 991px){#sharepoint-modal #selTable th:nth-child(1),#sharepoint-modal #selTable td:nth-child(1){width:25%!important}#sharepoint-modal #selTable th:nth-child(2),#sharepoint-modal #selTable td:nth-child(2){width:65%!important}#sharepoint-modal #selTable th:nth-child(4),#sharepoint-modal #selTable td:nth-child(4){width:20%!important}}@media (max-width: 768px){#sharepoint-modal #selTable th:nth-child(1),#sharepoint-modal #selTable td:nth-child(1){width:25%!important}#sharepoint-modal #selTable th:nth-child(2),#sharepoint-modal #selTable td:nth-child(2){width:55%!important}#sharepoint-modal #selTable th:nth-child(4),#sharepoint-modal #selTable td:nth-child(4){width:20%!important}#sharepoint-modal .selectedTableContainer{overflow-x:hidden!important;overflow-y:auto!important}#sharepoint-modal #selTable td:nth-child(2){word-wrap:break-word!important;word-break:break-word!important;overflow-wrap:break-word!important;max-width:0!important}#sharepoint-modal #selTable button{padding:2px 4px!important;font-size:9px!important;white-space:nowrap!important;min-width:auto!important}#sharepoint-modal #selTable td span:first-child{font-size:12px!important;line-height:1!important}#sharepoint-modal #selTable th,#sharepoint-modal #selTable td{padding:4px 2px!important;font-size:10px!important}}:root{--mobile: 320px;--tablet: 768px;--desktop: 1024px;--large: 1440px;--mobile-up: (min-width: 320px);--tablet-up: (min-width: 768px);--desktop-up: (min-width: 1024px);--large-up: (min-width: 1440px);--mobile-only: (max-width: 767px);--tablet-only: (min-width: 768px) and (max-width: 1023px);--desktop-only: (min-width: 1024px) and (max-width: 1439px)}@media (min-width: 320px){:root{--modal-padding: 8px;--modal-border-radius: 0px;--modal-header-padding: 16px;--modal-body-padding: 16px;--modal-footer-padding: 16px;--form-gap: 16px;--button-gap: 12px;--card-gap: 16px;--grid-columns: 1}}@media (min-width: 768px){:root{--modal-padding: 20px;--modal-border-radius: 16px;--modal-header-padding: 24px;--modal-body-padding: 24px;--modal-footer-padding: 24px;--form-gap: 20px;--button-gap: 16px;--card-gap: 20px;--grid-columns: 2}}@media (min-width: 1024px){:root{--modal-padding: 24px;--modal-border-radius: 20px;--modal-header-padding: 32px;--modal-body-padding: 32px;--modal-footer-padding: 32px;--form-gap: 24px;--button-gap: 20px;--card-gap: 24px;--grid-columns: 2}}@media (min-width: 1440px){:root{--modal-padding: 32px;--modal-border-radius: 24px;--modal-header-padding: 40px;--modal-body-padding: 40px;--modal-footer-padding: 40px;--form-gap: 28px;--button-gap: 24px;--card-gap: 28px;--grid-columns: 2}}.mobile-only{display:block}.tablet-up,.desktop-up{display:none}@media (min-width: 768px){.mobile-only{display:none}.tablet-up{display:block}}@media (min-width: 1024px){.tablet-up{display:none}.desktop-up{display:block}}.text-responsive{font-size:14px;line-height:1.4}@media (min-width: 768px){.text-responsive{font-size:16px;line-height:1.5}}@media (min-width: 1024px){.text-responsive{font-size:18px;line-height:1.6}}.spacing-responsive{padding:var(--modal-padding);gap:var(--form-gap)}@media (max-width: 767px){.touch-target{min-height:44px;min-width:44px}.touch-friendly{padding:12px 16px;font-size:16px}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000040;display:flex;align-items:center;justify-content:center;z-index:150000;padding:var(--modal-padding);padding:0}@media (min-width: 768px){.modal-overlay{padding:var(--modal-padding)}}.modal-content{background:#fff;border-radius:var(--modal-border-radius);box-shadow:0 25px 50px -12px #00000040;display:flex;flex-direction:column;overflow:hidden;width:100%;height:80vh;max-height:80vh;position:relative}@media (min-width: 768px){.modal-content{width:90vw;max-width:800px;height:90vh;max-height:90vh;border-radius:var(--modal-border-radius)}}@media (min-width: 1024px){.modal-content{width:80vw;max-width:1200px}}@media (min-width: 1440px){.modal-content{max-width:1400px}}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:var(--modal-header-padding);border-bottom:1px solid #e5e7eb;background:#f9fafb;position:sticky;top:0;z-index:10;flex-shrink:0}.modal-title{font-size:18px;font-weight:600;color:#111827;margin:0;flex:1}@media (min-width: 768px){.modal-title{font-size:20px}}@media (min-width: 1024px){.modal-title{font-size:24px}}.modal-close{background:transparent;border:none;font-size:24px;color:#6b7280;cursor:pointer;padding:8px;border-radius:8px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;min-width:44px;min-height:44px}.modal-close:hover{background-color:#f3f4f6;color:#374151}.modal-close:active{background-color:#e5e7eb}.modal-body{flex:1;overflow-y:auto;padding:var(--modal-body-padding);-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.modal-footer{display:flex;flex-direction:column;gap:var(--button-gap);padding:var(--modal-footer-padding);border-top:1px solid #e5e7eb;background:#fff;position:sticky;bottom:0;z-index:10;flex-shrink:0}@media (min-width: 768px){.modal-footer{flex-direction:row;justify-content:flex-end}}.footer-button{width:100%;padding:12px 16px;font-size:16px;font-weight:500;border-radius:8px;border:none;cursor:pointer;transition:all .2s ease;min-height:44px;display:flex;align-items:center;justify-content:center;gap:8px}@media (min-width: 768px){.footer-button{width:auto;min-width:120px}}.footer-button-primary{background:linear-gradient(90deg,#10b981,#22c55e);color:#fff;border:1px solid #16a34a}.footer-button-primary:hover{background:linear-gradient(90deg,#059669,#16a34a);transform:translateY(-1px);box-shadow:0 4px 12px #10b9814d}.footer-button-secondary{background:#fff;color:#374151;border:1px solid #d1d5db}.footer-button-secondary:hover{background:#f9fafb;border-color:#9ca3af}.footer-button-danger{background:linear-gradient(90deg,#dc2626,#ef4444);color:#fff;border:1px solid #b91c1c}.footer-button-danger:hover{background:linear-gradient(90deg,#b91c1c,#dc2626);transform:translateY(-1px);box-shadow:0 4px 12px #dc26264d}.modal-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 8px 24px #0f172a0f;margin-bottom:var(--card-gap);overflow:hidden}.card-header{padding:14px 16px;border-bottom:1px solid #e5e7eb;background:#f8fafc;font-size:14px;font-weight:600;color:#0f172a;margin:0}.card-body{padding:12px 16px}@media (min-width: 768px){.card-header{padding:16px 20px;font-size:16px}.card-body{padding:16px 20px}}.modal-form{display:flex;flex-direction:column;gap:var(--form-gap)}.form-group{display:flex;flex-direction:column;gap:8px}.form-label{font-size:14px;font-weight:500;color:#374151;margin:0}.form-input{width:100%;padding:12px 16px;font-size:16px;border:1px solid #d1d5db;border-radius:8px;background:#fff;transition:all .2s ease;min-height:44px}.form-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-input::placeholder{color:#9ca3af}@media (min-width: 768px){.form-input{padding:16px 20px;font-size:16px}}.modal-grid{display:flex;flex-direction:column;gap:var(--card-gap)}@media (min-width: 768px){.modal-grid{display:grid;grid-template-columns:repeat(var(--grid-columns),1fr)}}.responsive-table{width:100%;border-collapse:collapse;font-size:14px}.responsive-table th,.responsive-table td{padding:8px 4px;text-align:left;border-bottom:1px solid #e5e7eb;vertical-align:middle}.responsive-table th{background:#f8fafc;font-weight:600;color:#0f172a;position:sticky;top:0;z-index:1}.table-cell-mobile-hidden{display:none}@media (min-width: 768px){.table-cell-mobile-hidden{display:table-cell}}.loading-banner{padding:10px 12px;border:1px solid #dbeafe;background:#eff6ff;color:#1e40af;border-radius:10px;margin-bottom:12px;display:block;font-size:14px}.error-banner{padding:10px 12px;border:1px solid #fecaca;background:#fef2f2;color:#991b1b;border-radius:10px;margin-bottom:12px;display:none;font-size:14px}.progress-bar{height:100%;background:linear-gradient(90deg,#10b981,#22c55e);width:0%;transition:width .3s ease}@media (prefers-reduced-motion: reduce){.modal-close,.footer-button,.form-input,.progress-bar{transition:none}}@media (prefers-contrast: high){.modal-content{border:2px solid #000}.modal-header{border-bottom:2px solid #000}.modal-footer{border-top:2px solid #000}}.assistant-card{position:relative;background:var(--color-white);border-radius:var(--border-radius-md);box-shadow:var(--shadow-sm);border:1px solid var(--color-gray-200);overflow:hidden;transition:all .3s ease;cursor:pointer;min-height:200px;display:flex;flex-direction:column}.assistant-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.assistant-card.selected{border-color:var(--color-primary);box-shadow:0 0 0 2px var(--color-primary-light)}.assistant-card-header{padding:var(--spacing-md);border-bottom:1px solid var(--color-gray-200);background:var(--color-gray-50);display:flex;align-items:center;justify-content:space-between;min-height:60px}.assistant-card-title{font-size:var(--font-size-lg);font-weight:var(--font-weight-semibold);color:var(--color-gray-900);margin:0;line-height:1.3;flex:1;padding-right:var(--spacing-sm);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.assistant-card-actions{display:flex;gap:var(--spacing-xs);align-items:center}.assistant-card-action-btn{background:none;border:none;padding:var(--spacing-xs);border-radius:var(--border-radius-sm);cursor:pointer;color:var(--color-gray-500);transition:all .2s ease;display:flex;align-items:center;justify-content:center;min-width:32px;min-height:32px}.assistant-card-action-btn:hover{background:var(--color-gray-100);color:var(--color-gray-700)}.assistant-card-action-btn.danger:hover{background:var(--color-red-100);color:var(--color-red-600)}.assistant-card-body{padding:var(--spacing-md);flex:1;display:flex;flex-direction:column;gap:var(--spacing-sm)}.assistant-card-description{color:var(--color-gray-600);font-size:var(--font-size-sm);line-height:1.5;margin:0;flex:1}.assistant-card-meta{display:flex;flex-wrap:wrap;gap:var(--spacing-sm);align-items:center;margin-top:auto}.assistant-card-meta-item{display:flex;align-items:center;gap:var(--spacing-xs);font-size:var(--font-size-xs);color:var(--color-gray-500)}.assistant-card-meta-icon{width:14px;height:14px;flex-shrink:0}.assistant-card-status{display:flex;align-items:center;gap:var(--spacing-xs);font-size:var(--font-size-xs);font-weight:var(--font-weight-medium)}.assistant-card-status.online{color:var(--color-green-600)}.assistant-card-status.offline{color:var(--color-gray-500)}.assistant-card-status-dot{width:8px;height:8px;border-radius:50%;background:currentColor}.assistant-card-progress{width:100%;height:4px;background:var(--color-gray-200);border-radius:2px;overflow:hidden;margin-top:var(--spacing-sm)}.assistant-card-progress-bar{height:100%;background:var(--color-primary);border-radius:2px;transition:width .3s ease}.assistant-card-progress-text{font-size:var(--font-size-xs);color:var(--color-gray-500);text-align:center;margin-top:var(--spacing-xs)}.assistant-card.loading{opacity:.7;pointer-events:none}.assistant-card.loading .assistant-card-body{position:relative}.assistant-card.loading:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#fffc;display:flex;align-items:center;justify-content:center}.assistant-card.loading:after:before{content:"Loading...";font-size:var(--font-size-sm);color:var(--color-gray-600)}.assistant-card.error{border-color:var(--color-red-300);background:var(--color-red-50)}.assistant-card.error .assistant-card-title{color:var(--color-red-700)}.assistant-card-error{color:var(--color-red-600);font-size:var(--font-size-sm);margin-top:var(--spacing-xs)}@media (min-width: 640px){.assistant-card{min-height:220px}.assistant-card-header,.assistant-card-body{padding:var(--spacing-lg)}.assistant-card-title{font-size:var(--font-size-xl)}.assistant-card-description{font-size:var(--font-size-base)}}@media (min-width: 1024px){.assistant-card{min-height:240px}.assistant-card-header,.assistant-card-body{padding:var(--spacing-xl)}.assistant-card-title{font-size:var(--font-size-2xl)}.assistant-card-description{font-size:var(--font-size-lg)}.assistant-card-meta{gap:var(--spacing-md)}}@media (min-width: 1280px){.assistant-card{min-height:260px}.assistant-card-header,.assistant-card-body{padding:var(--spacing-2xl)}.assistant-card-title{font-size:var(--font-size-3xl)}.assistant-card-description{font-size:var(--font-size-xl)}}.assistant-grid{display:grid;gap:var(--spacing-md);padding:var(--spacing-md)}.assistant-grid.mobile{grid-template-columns:1fr;gap:var(--spacing-sm);padding:var(--spacing-sm)}@media (min-width: 640px){.assistant-grid.tablet{grid-template-columns:repeat(2,1fr);gap:var(--spacing-md);padding:var(--spacing-md)}}@media (min-width: 1024px){.assistant-grid.desktop{grid-template-columns:repeat(3,1fr);gap:var(--spacing-lg);padding:var(--spacing-lg)}}@media (min-width: 1280px){.assistant-grid.large{grid-template-columns:repeat(4,1fr);gap:var(--spacing-xl);padding:var(--spacing-xl)}}.assistant-grid-empty{text-align:center;padding:var(--spacing-2xl);color:var(--color-gray-500)}.assistant-grid-empty-icon{width:48px;height:48px;margin:0 auto var(--spacing-md);color:var(--color-gray-400)}.assistant-grid-empty-title{font-size:var(--font-size-lg);font-weight:var(--font-weight-medium);margin:0 0 var(--spacing-sm);color:var(--color-gray-600)}.assistant-grid-empty-description{font-size:var(--font-size-sm);margin:0}.assistant-grid-1{grid-template-columns:1fr}.assistant-grid-2{grid-template-columns:repeat(2,1fr)}.assistant-grid-3{grid-template-columns:repeat(3,1fr)}.assistant-grid-4{grid-template-columns:repeat(4,1fr)}.assistant-grid-5{grid-template-columns:repeat(5,1fr)}.assistant-grid-6{grid-template-columns:repeat(6,1fr)}@media (min-width: 640px){.assistant-grid-1,.assistant-grid-2,.assistant-grid-3,.assistant-grid-4,.assistant-grid-5,.assistant-grid-6{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.assistant-grid-1{grid-template-columns:1fr}.assistant-grid-2{grid-template-columns:repeat(2,1fr)}.assistant-grid-3,.assistant-grid-4,.assistant-grid-5,.assistant-grid-6{grid-template-columns:repeat(3,1fr)}}@media (min-width: 1280px){.assistant-grid-1{grid-template-columns:1fr}.assistant-grid-2{grid-template-columns:repeat(2,1fr)}.assistant-grid-3{grid-template-columns:repeat(3,1fr)}.assistant-grid-4,.assistant-grid-5,.assistant-grid-6{grid-template-columns:repeat(4,1fr)}}.assistant-card-fade-in{animation:fadeIn .3s ease-in-out}.assistant-card-slide-in{animation:slideIn .3s ease-out}.assistant-card-scale-in{animation:scaleIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.assistant-card:focus{outline:2px solid var(--color-primary);outline-offset:2px}.assistant-card-action-btn:focus{outline:2px solid var(--color-primary);outline-offset:2px}.text-fit-ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.text-fit-clip{white-space:nowrap;overflow:hidden;text-overflow:clip}.text-fit-scale{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:clamp(.8rem,2.5vw,1.2rem)}.text-fit-wrap{word-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.text-fit-nowrap{white-space:nowrap}.assistant-name-responsive{font-size:clamp(.875rem,2vw,1.25rem);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.safion-card .assistant-name-span,.mobile-assistant-card .assistant-name-span{white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;max-width:15ch!important;display:block!important}.safion-card .assistant-name-span[style*=font-size]{max-width:15ch!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.safion-card .assistant-name-span{background:#dad9ff1a!important;max-width:25ch!important;width:25ch!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;display:inline-block!important;border-radius:12px!important;padding:2px 6px!important}.assistant-name-span{white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;max-width:15ch!important;display:block!important}@media (min-width: 640px){.assistant-name-span{max-width:20ch!important}}@media (min-width: 1024px){.assistant-name-span{max-width:30ch!important}}.safion-card .assistant-name-span,.mobile-assistant-card .assistant-name-span{white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;max-width:15ch!important;display:block!important;text-align:left!important}.safion-card:not(.fullscreen){font-size:2.22vh!important;line-height:1.2!important}.safion-card .assistant-name-span{font-size:inherit!important;line-height:inherit!important}@media (min-width: 640px){.safion-card .assistant-name-span,.mobile-assistant-card .assistant-name-span{max-width:20ch!important}.safion-card .assistant-name-span[style*=font-size]{max-width:20ch!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}}@media (min-width: 1024px){.safion-card .assistant-name-span,.mobile-assistant-card .assistant-name-span{max-width:30ch!important}.safion-card .assistant-name-span[style*=font-size]{max-width:30ch!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}}.assistant-name-span.short{max-width:10ch!important}.assistant-name-span.medium{max-width:15ch!important}.assistant-name-span.long{max-width:20ch!important}.assistant-name-span.extra-long{max-width:25ch!important}@media print{.assistant-card{break-inside:avoid;box-shadow:none;border:1px solid var(--color-gray-300)}.assistant-card-actions{display:none}}.sharepoint-config-form{display:flex;flex-direction:column;gap:var(--form-gap)}.sharepoint-config-form .form-group{display:flex;flex-direction:column;gap:8px}.sharepoint-config-form .form-label{font-size:14px;font-weight:500;color:#374151;margin:0}.sharepoint-config-form .form-input{width:100%;padding:12px 16px;font-size:16px;border:1px solid #d1d5db;border-radius:8px;background:#fff;transition:all .2s ease;min-height:44px}.sharepoint-config-form .form-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.sharepoint-config-form .form-input::placeholder{color:#9ca3af}.sharepoint-validation-messages{font-size:14px;color:#dc2626;margin-top:8px;display:none}.sharepoint-validation-messages.show{display:block}.sharepoint-full-width-grid{display:flex;flex-direction:column;gap:var(--card-gap)}@media (min-width: 768px){.sharepoint-full-width-grid{display:grid;grid-template-columns:1fr}}.file-type-badge{display:inline-flex;align-items:center;padding:2px 6px;border-radius:999px;font-size:10px;font-weight:500;white-space:nowrap;gap:4px}.file-type-badge.pdf{background:#fef2f2;border:1px solid #fecaca;color:#991b1b}.file-type-badge.docx{background:#f0f9ff;border:1px solid #bae6fd;color:#0369a1}.file-type-badge.xlsx{background:#f0fdf4;border:1px solid #bbf7d0;color:#166534}.file-type-badge.ppt{background:#fefce8;border:1px solid #fde68a;color:#a16207}.file-type-badge.txt{background:#f8fafc;border:1px solid #e2e8f0;color:#475569}.file-type-badge.file{background:#f1f5f9;border:1px solid #cbd5e1;color:#64748b}.file-type-icon{font-size:16px;line-height:1}.sharepoint-folder-browser{max-height:360px;overflow:auto;border:1px solid #e5e7eb;border-radius:10px;background:#fff;-webkit-overflow-scrolling:touch}.folder-tree{list-style:none;padding:0;margin:0}.folder-item{margin:0;padding:0}.folder-node{display:flex;align-items:center;gap:8px;padding:4px 0;min-height:44px}.folder-twisty{background:#f1f5f9;border:1px solid #e2e8f0;color:#1f2937;border-radius:8px;padding:2px 6px;font-size:12px;cursor:pointer;min-width:20px;text-align:center;transition:all .2s ease;display:none}.folder-twisty:hover{background:#e2e8f0}.folder-twisty.visible{display:block}.folder-icon{font-size:14px;min-width:20px;text-align:center}.folder-name{background:transparent;border:none;color:#1f2937;cursor:pointer;text-align:left;flex:1;font-size:14px;padding:2px 4px;border-radius:4px;transition:all .2s ease;min-height:32px;display:flex;align-items:center}.folder-name:hover{text-decoration:underline;background:#f9fafb}.folder-name:disabled{cursor:default;color:#374151}.folder-name:disabled:hover{text-decoration:none;background:transparent}.folder-train-button{background:transparent;border:none;color:#10b981;cursor:pointer;font-size:12px;padding:2px 6px;border-radius:4px;margin-left:auto;transition:all .2s ease;min-height:32px;display:flex;align-items:center;justify-content:center}.folder-train-button:hover{background:#ecfdf5;color:#059669}.folder-train-button:disabled{background:#f3f4f6;color:#9ca3af;cursor:not-allowed}.folder-children{margin-left:20px;display:none}.folder-children.expanded{display:block}.empty-folder{padding:8px;color:#64748b;font-style:italic;font-size:14px}@media (max-width: 767px){.selected-table th,.selected-table td{padding:6px 2px;font-size:12px}.file-type-badge{font-size:9px;padding:1px 4px}.action-button{font-size:10px;padding:3px 6px;min-height:28px}.folder-node{padding:6px 0}.folder-name{font-size:13px}.folder-train-button{font-size:11px;padding:1px 4px;min-height:28px}}@media (min-width: 768px){.selected-table th,.selected-table td{padding:8px 4px;font-size:14px}.file-type-badge{font-size:10px;padding:2px 6px}.action-button{font-size:11px;padding:4px 8px;min-height:32px}.folder-node{padding:4px 0}.folder-name{font-size:14px}.folder-train-button{font-size:12px;padding:2px 6px;min-height:32px}}.sharepoint-loading{display:flex;align-items:center;justify-content:center;padding:20px;color:#6b7280;font-size:14px}.sharepoint-loading:before{content:"";width:20px;height:20px;border:2px solid #e5e7eb;border-top:2px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite;margin-right:12px}.sharepoint-error{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;padding:12px;border-radius:8px;font-size:14px;margin:12px 0}.sharepoint-success{color:#059669;background:#f0fdf4;border:1px solid #bbf7d0;padding:12px;border-radius:8px;font-size:14px;margin:12px 0}.imis-grid{display:flex;flex-direction:column;gap:var(--card-gap)}@media (min-width: 768px){.imis-grid{display:grid;grid-template-columns:repeat(2,1fr)}}.imis-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 8px 24px #0f172a0f;overflow:hidden}.imis-card-header{padding:14px 16px;border-bottom:1px solid #e5e7eb;background:#f8fafc;font-size:14px;font-weight:600;color:#0f172a;margin:0}.imis-card-body{padding:12px 16px;display:flex;flex-direction:column;gap:12px}@media (min-width: 768px){.imis-card-header{padding:16px 20px;font-size:16px}.imis-card-body{padding:16px 20px;gap:16px}}.imis-list{max-height:360px;overflow:auto;border:1px solid #e5e7eb;border-radius:10px;background:#fff;-webkit-overflow-scrolling:touch}.imis-tree{list-style:none;padding:0;margin:0}.imis-tree-item{margin:0;padding:0}.imis-tree-node{display:flex;align-items:center;gap:8px;padding:4px 0;min-height:44px}.imis-twisty{background:#f1f5f9;border:1px solid #e2e8f0;color:#1f2937;border-radius:8px;padding:2px 6px;font-size:12px;cursor:pointer;min-width:20px;text-align:center;transition:all .2s ease;display:none}.imis-twisty:hover{background:#e2e8f0}.imis-twisty.visible{display:block}.imis-icon{font-size:14px;min-width:20px;text-align:center}.imis-name-button{background:transparent;border:none;color:#0b57d0;cursor:pointer;text-align:left;flex:1;font-size:14px;padding:2px 4px;border-radius:4px;transition:all .2s ease;min-height:32px;display:flex;align-items:center}.imis-name-button:hover{text-decoration:underline;background:#f9fafb}.imis-name-button:disabled{cursor:default;color:#374151}.imis-name-button:disabled:hover{text-decoration:none;background:transparent}.imis-train-button{background:transparent;border:none;color:#059669;cursor:pointer;font-size:12px;padding:2px 6px;border-radius:4px;margin-left:auto;transition:all .2s ease;min-height:32px;display:flex;align-items:center;justify-content:center}.imis-train-button:hover{background:#ecfdf5;color:#047857}.imis-train-button:disabled{background:#d1fae5;color:#059669;cursor:not-allowed}.train-all-button{background:#ecfdf5;border:1px solid #bbf7d0;color:#047857;cursor:pointer;font-size:11px;padding:2px 8px;border-radius:999px;margin-left:auto;transition:background .2s ease,color .2s ease}.train-all-button:hover{background:#d1fae5;color:#065f46}.train-all-button:disabled{opacity:.5;cursor:not-allowed}.imis-children{margin-left:20px;display:none}.imis-children.expanded{display:block}.selected-sources-card{margin-bottom:var(--card-gap);background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 8px 24px #0f172a0f}.selected-sources-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid #e5e7eb;background:#f8fafc;cursor:pointer;-webkit-user-select:none;user-select:none}.selected-sources-title{font-size:14px;font-weight:600;color:#0f172a;margin:0;flex:1}.selected-sources-count{font-size:12px;color:#6b7280;margin-left:8px}.collapse-button{background:#f1f5f9;border:1px solid #e2e8f0;color:#1f2937;border-radius:8px;padding:2px 6px;font-size:12px;cursor:pointer;min-width:20px;text-align:center;transition:all .2s ease}.collapse-button:hover{background:#e2e8f0}.selected-sources-body{padding:12px 16px;display:block}.selected-sources-body.collapsed{display:none}.selected-table-container{max-height:360px;overflow:auto;border:1px solid #e5e7eb;border-radius:10px;background:#fff;-webkit-overflow-scrolling:touch}.selected-table{width:100%;border-collapse:collapse;margin-bottom:0;font-size:14px}.selected-table th{padding:8px 4px;border-bottom:1px solid #e5e7eb;vertical-align:middle;color:#0f172a;text-align:center;font-weight:600;background:#f8fafc;position:sticky;top:0;z-index:1}.selected-table td{padding:8px 4px;border-bottom:1px solid #e5e7eb;vertical-align:middle}.type-badge{display:inline-flex;align-items:center;padding:2px 6px;border-radius:999px;font-size:10px;font-weight:500;white-space:nowrap;gap:4px}.type-badge.rise{background:#eef2ff;border:1px solid #e0e7ff;color:#3730a3}.type-badge.iqa{background:#f3e8ff;border:1px solid #c4b5fd;color:#7c3aed}.type-icon{font-size:16px;line-height:1}.action-button{background:linear-gradient(90deg,#dc2626,#ef4444);border:1px solid #b91c1c;color:#fff;padding:4px 8px;border-radius:6px;cursor:pointer;font-size:11px;white-space:nowrap;transition:all .2s ease;min-height:32px;display:flex;align-items:center;justify-content:center}.action-button:hover{background:linear-gradient(90deg,#b91c1c,#dc2626);transform:translateY(-1px)}.section-header{padding:12px 10px 8px;border-bottom:1px solid #e5e7eb;vertical-align:middle;background:#f8fafc;font-weight:600;text-align:left}.section-header.rise{color:#1e40af}.section-header.iqa{color:#7c3aed}@media (max-width: 767px){.selected-table th,.selected-table td{padding:6px 2px;font-size:12px}.type-badge{font-size:9px;padding:1px 4px}.action-button{font-size:10px;padding:3px 6px;min-height:28px}.imis-tree-node{padding:6px 0}.imis-name-button{font-size:13px}.imis-train-button{font-size:11px;padding:1px 4px;min-height:28px}.table-cell-mobile-hidden{display:none}}@media (min-width: 768px){.selected-table th,.selected-table td{padding:8px 4px;font-size:14px}.type-badge{font-size:10px;padding:2px 6px}.action-button{font-size:11px;padding:4px 8px;min-height:32px}.imis-tree-node{padding:4px 0}.imis-name-button{font-size:14px}.imis-train-button{font-size:12px;padding:2px 6px;min-height:32px}.table-cell-mobile-hidden{display:table-cell}}.progress-card{margin-bottom:var(--card-gap);background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 8px 24px #0f172a0f;display:none}.progress-card.visible{display:block}.progress-header{padding:14px 16px;border-bottom:1px solid #e5e7eb;background:#f8fafc;font-size:14px;font-weight:600;color:#0f172a;margin:0}.progress-body{padding:12px 16px}.progress-title{margin:0 0 8px;font-size:14px;color:#0f172a}.progress-detail{font-size:13px;color:#334155;margin:6px 0}.progress-bar-container{width:100%;height:10px;background:#f1f5f9;border-radius:999px;overflow:hidden;border:1px solid #e2e8f0}.progress-bar{display:block;height:100%;background:linear-gradient(90deg,#10b981,#22c55e);width:0%;transition:width .3s ease}.progress-percent{font-size:12px;font-weight:600;color:#0f172a;text-align:right;margin-top:4px}.training-progress-overlay{background-color:#0f172aa6;padding:16px}.training-progress-modal{width:min(420px,90vw);max-width:420px;height:auto!important;max-height:none!important;display:flex;flex-direction:column;padding:24px;border-radius:16px;box-shadow:0 30px 80px #0f172a73;gap:12px}@media (min-width: 768px){.progress-header{padding:16px 20px;font-size:16px}.progress-body{padding:16px 20px}.progress-title{font-size:16px}.progress-detail{font-size:14px}}.imis-loading{display:flex;align-items:center;justify-content:center;padding:20px;color:#6b7280;font-size:14px}.imis-loading:before{content:"";width:20px;height:20px;border:2px solid #e5e7eb;border-top:2px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite;margin-right:12px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.imis-error{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;padding:12px;border-radius:8px;font-size:14px;margin:12px 0}.imis-success{color:#059669;background:#f0fdf4;border:1px solid #bbf7d0;padding:12px;border-radius:8px;font-size:14px;margin:12px 0}.imis-empty{padding:20px;text-align:center;color:#6b7280;font-style:italic;font-size:14px}.imis-item-trained{background-color:#f0f9ff!important;border:1px solid #0ea5e9!important;border-radius:8px!important;padding:8px!important;margin:4px 0!important}.imis-train-button-trained{background:#d1fae5!important;color:#059669!important;cursor:not-allowed!important;padding:4px 8px!important;font-size:12px!important;border-radius:6px!important;border:1px solid #a7f3d0!important}.add-file-modal .modal-body{display:flex;flex-direction:column;gap:24px}.add-file-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px}.add-file-card{background:#fff;border-radius:16px;border:1px solid #e5e7eb;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;overflow:hidden}.add-file-card .card-body{padding:20px;display:flex;flex-direction:column;gap:16px}.add-file-summary-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px}.add-file-summary-stat{border:1px solid #e5e7eb;border-radius:12px;padding:12px;background:#f8fafc}.add-file-summary-label{font-size:12px;text-transform:uppercase;color:#6b7280;letter-spacing:.05em}.add-file-summary-value{font-size:24px;font-weight:600;color:#111827}.add-file-dropzone{border:2px dashed #c7d2fe;border-radius:16px;padding:24px;text-align:center;background:#f5f7ff;transition:border-color .2s ease,background .2s ease}.add-file-dropzone.active{border-color:#6366f1;background:#eef2ff}.add-file-dropzone h3{font-size:18px;font-weight:600;color:#111827;margin-bottom:8px}.add-file-dropzone p{color:#6b7280;font-size:14px;margin-bottom:16px}.add-file-selected-card{background:#fff;border-radius:16px;border:1px solid #e5e7eb;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.add-file-selected-header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;padding:16px 20px;border-bottom:1px solid #e5e7eb}.add-file-selected-header h2{margin:0;font-size:18px;font-weight:600;color:#111827}.add-file-selected-actions{display:flex;gap:8px;flex-wrap:wrap}.add-file-table-container{max-height:320px;overflow:auto}.add-file-table{width:100%;border-collapse:collapse;font-size:14px}.add-file-table th,.add-file-table td{padding:12px 16px;border-bottom:1px solid #e5e7eb;vertical-align:middle}.add-file-table th{background:#f8fafc;font-weight:600;color:#475569;text-transform:uppercase;font-size:12px;letter-spacing:.04em}.add-file-status-chip{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;font-size:12px;font-weight:500}.add-file-status-chip.ready{background:#dcfce7;color:#166534}.add-file-status-chip.pending{background:#fef3c7;color:#92400e}.add-file-status-chip.error{background:#fee2e2;color:#b91c1c}.add-file-status-chip.available{background:#dbeafe;color:#1d4ed8}.add-file-source-chip{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;border-radius:8px;font-size:12px}.add-file-source-chip.new{background:#e0f2fe;color:#0369a1}.add-file-source-chip.existing{background:#e4e4e7;color:#3f3f46}.add-file-source-chip.customer{background:#ede9fe;color:#6d28d9;border:1px solid #ddd6fe}.add-file-empty{padding:32px 20px;text-align:center;color:#94a3b8;font-size:15px}@media (max-width: 640px){.add-file-grid{grid-template-columns:1fr}.add-file-selected-actions{width:100%}.add-file-selected-actions button{flex:1}}
