@import url(https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{background:#fff;min-height:100vh;padding:0}.app-header{background:#007bff;border-bottom:1px solid #d0d0d0;color:#fff;padding:16px 0;position:-webkit-sticky;position:sticky;top:0;z-index:100}.app-header-content{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:800px;padding:0 15px}.app-title{font-size:1.3em;font-weight:700;letter-spacing:-.5px}.app-user-info{align-items:center;display:flex;gap:20px}.user-name{font-size:.95em;font-weight:500}.logout-btn{font-size:.9em}.chat-header-btn{gap:8px;padding-right:18px;position:relative}.chat-button-content{align-items:center;display:inline-flex;gap:6px}.chat-notification-badge{align-items:center;background:#dc2626;border:2px solid #fff;border-radius:999px;box-shadow:0 4px 10px #b91c1c4d;box-sizing:border-box;color:#fff;display:inline-flex;font-size:.68rem;font-weight:900;height:20px;justify-content:center;line-height:1;min-width:20px;padding:0 5px;position:absolute;right:-7px;top:-7px}@media (max-width:600px){.app-header-content{flex-direction:column;gap:12px}.app-user-info{justify-content:space-between;width:100%}.app-title{font-size:1.1em}.logout-btn{font-size:.85em;padding:6px 12px}}.login-main-column{align-items:center;display:flex;flex-direction:column;gap:8px;width:100%}.main-login-title{color:#111;font-size:2rem;font-weight:800;letter-spacing:1.5px;margin-bottom:32px;margin-top:0;text-align:center;text-transform:uppercase}.login-page{align-items:center;background:#fff;display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;height:100vh;justify-content:center;overflow:hidden;padding:20px;position:relative;width:100%}.login-container,.login-page:after,.login-page:before{display:none}.login-card{animation:slideUp .6s cubic-bezier(.34,1.56,.64,1);background:#fff;border:1px solid #e8eef5;border-radius:16px;box-shadow:none;display:flex;flex-direction:column;gap:10px;margin:auto;max-width:380px;padding:30px 25px;position:relative;width:100%;z-index:10}.card-header{display:none}.login-header{border-bottom:none;margin-bottom:0;padding-bottom:0;text-align:center}.login-logo{display:flex;justify-content:center;margin-bottom:8px}.login-logo img.logo{display:block;height:50px;margin:0 auto;transition:transform .3s ease;width:auto}.login-logo img.logo:hover{transform:scale(1.05)}.card-header h1,.login-header h1{display:none}.login-title{color:#1a1a1a;font-size:1.7em;font-weight:700;letter-spacing:-.5px;margin:0 0 5px}.login-description{color:#666;font-size:.9em;font-weight:400;line-height:1.4;margin:0}.login-content-header{margin-bottom:2px;text-align:center}.card-header .subtitle,.login-header .subtitle{display:none}.message{border-left:4px solid;font-size:.85em;gap:8px;margin:0;padding:10px 12px}.message.success{background-color:#ecf8f0;border-left-color:#0d6e3e;color:#0d6e3e}.message.error{background-color:#fff0f0;border-left-color:#d32f2f;color:#d32f2f}.login-form{gap:5px}.form-group,.login-form{display:flex;flex-direction:column;margin:0}.form-group{gap:3px}.form-group label{color:#1a1a1a;font-size:.9em;letter-spacing:-.2px}.form-group input{background:#fafbfc;border:1px solid #ddd;border-radius:6px;box-sizing:border-box;font-family:inherit;font-size:.9em;padding:10px 12px;transition:all .3s ease;width:100%}.form-group input::placeholder{color:#999}.form-group input:hover{background:#fff;border-color:#d0d8e0}.form-group input:focus{background:#fff;border-color:#007bff;box-shadow:none;outline:none}.form-group input:disabled{background-color:#f5f6f7;border-color:#e0e6ed;color:#999;cursor:not-allowed}.password-input-group{align-items:center;display:flex;position:relative}.password-input-group input{padding-right:40px;width:100%}.toggle-password{align-items:center;background:none;border:none;color:#666;cursor:pointer;display:flex;filter:brightness(0) invert(1);font-size:.8em;font-weight:500;justify-content:center;padding:5px 6px;position:absolute;right:10px;transition:all .2s ease}.toggle-password:hover:not(:disabled){color:#007bff}.toggle-password:disabled{cursor:not-allowed;opacity:.5}.form-actions{display:none}.submit-btn{border-radius:6px;font-family:inherit;font-size:.9em;letter-spacing:-.2px;margin:0;padding:11px 14px;transition:all .3s ease;width:100%}.submit-btn:hover:not(:disabled){box-shadow:none;transform:translateY(-1px)}.submit-btn:active:not(:disabled){transform:translateY(0)}.submit-btn:disabled{background:#d0d0d0;color:#666}.reset-btn{display:none}.login-footer{border-top:1px solid #e0e6ed;margin-top:0;padding-top:8px;text-align:center}.login-footer p{color:#666;font-size:.85em;margin:0}.signup-link{background:none;border:none;color:#007bff;cursor:pointer;font-family:inherit;font-size:inherit;font-weight:600;margin-left:5px;padding:0;text-decoration:none;transition:all .3s ease}.signup-link:hover{color:#0056b3;text-decoration:underline}.login-info-banner{display:none}@media (max-width:600px){.login-page{padding:15px}.login-card{border-radius:16px;gap:20px;padding:35px 25px}.login-title{font-size:1.6em}.login-description{font-size:.9em}.login-logo img.logo{height:50px}.form-group input{font-size:16px}.submit-btn{font-size:.9em;padding:12px 14px}}@media (max-width:400px){.login-card{max-width:100%;padding:30px 20px}.login-title{font-size:1.4em}.form-group label{font-size:.9em}.form-group input{font-size:16px;padding:11px 12px}}.transfert-number{background:#007bff;border-radius:999px;color:#fff;font-size:.85em;font-weight:700;letter-spacing:1px;margin-right:10px;padding:4px 8px}.card-body{background:#f7f9fc;flex:1 1;padding:20px}.card-body .card-section{margin-top:18px}.card-body .card-section:first-child{margin-top:0}.card-section{background:#fff;border:1px solid #e8eef5;border-radius:12px;box-shadow:inset 0 1px 0 #fff9;padding:18px}.section-title{align-items:center;color:#1f2d3d;display:flex;font-size:.95em;font-weight:700;justify-content:space-between;margin-bottom:12px}.section-count{background:#e3eafc;border-radius:999px;color:#1a237e;font-size:.75em;padding:2px 10px}.info-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.info-cell{background:#fdfdfd;border:1px solid #e8eef5;border-radius:8px;display:flex;flex-direction:column;gap:4px;padding:12px 14px}.info-label{color:#6c7a89;font-size:.75em;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.info-value{color:#1f2d3d;font-weight:600;word-break:break-word}.province-section .section-title{margin-bottom:10px}.province-section .files-list{gap:10px}.province-item{align-items:center;background:#f4f7ff;border:1px solid #dfe5ff;border-radius:8px;display:flex;gap:12px;justify-content:space-between;padding:10px 14px;width:100%}.province-item .file-label{color:#5b6bb4;flex:1 1;font-size:.78em;font-weight:700;letter-spacing:.04em;margin-right:16px;text-transform:uppercase}.province-item .file-value{background:#0000;color:#1a237e;font-size:.95em;font-weight:700;margin-left:0;min-width:-webkit-fit-content;min-width:fit-content}.tooltip-text{bottom:120%;white-space:normal;width:320px;z-index:200}.transfert-list-container{box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:-30px auto 0;max-width:1000px;padding:40px 15px;width:100%}.loading{color:#7f8c8d;font-size:1.1em;padding:60px 20px;text-align:center}.empty-state{background:#f8f9fa;border-radius:8px;margin-top:30px;padding:80px 20px;text-align:center}.empty-icon{font-size:4em;margin-bottom:20px}.empty-state h2{color:#2c3e50;font-size:1.8em;margin:0 0 15px}.empty-state p{color:#7f8c8d;font-size:1em;margin:0 0 30px}.empty-state .primary-btn{background:#f59e0b;color:#fff;margin:0 auto}.empty-state .primary-btn:hover{background:#d97706}.message{animation:slideIn .3s ease-out;border-radius:6px;gap:10px;margin-bottom:20px;padding:14px 16px}.message.error:before,.message.success:before{font-size:1.1em}.transferts-header h2{color:#fff;font-size:1.6em;font-weight:700;margin:0}.transferts-count{background:#ffffff40;border:2px solid #ffffff4d;border-radius:20px;color:#fff;font-size:.9em;font-weight:700;padding:6px 14px}.primary-btn{align-items:center;background:#fff;border:none;border-radius:8px;color:#007bff;cursor:pointer;display:flex;font-family:inherit;font-size:.95em;font-weight:700;gap:8px;justify-content:center;min-width:-webkit-fit-content;min-width:fit-content;padding:12px 24px;transition:all .3s ease;white-space:nowrap}.primary-btn:hover{background:#f0f7ff;transform:translateY(-2px)}.primary-btn:active{transform:translateY(0)}.transferts-layout{display:flex;gap:24px;height:calc(100vh - 280px);margin-top:20px;min-height:550px;min-height:min(550px,calc(100vh - 280px))}.transferts-list-column{background:#fff;border:1px solid #e0e0e0;border-radius:12px;display:flex;flex:0 0 340px;flex-direction:column;min-height:0;overflow-x:hidden;overflow-y:auto}.transfert-list-item{align-items:flex-start;background:#fff;border-bottom:1px solid #f0f0f0;cursor:pointer;display:flex;gap:14px;padding:16px 18px;transition:all .2s ease}.transfert-list-item:hover{background:#f8f9ff}.transfert-list-item.selected{background:#e3f2fd;border-left:4px solid #007bff;padding-left:14px}.list-item-number{align-items:center;background:#007bff;border-radius:8px;color:#fff;display:flex;flex-shrink:0;font-size:.9em;font-weight:700;height:36px;justify-content:center;width:36px}.list-item-content{flex:1 1;min-width:0}.list-item-name{color:#2c3e50;font-size:.95em;font-weight:600;margin-bottom:6px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.list-item-meta{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.status-badge-small{border-radius:12px;color:#fff;display:inline-block;font-size:.7em;font-weight:600;padding:3px 10px;white-space:nowrap}.list-item-incomplete{align-items:center;color:#e67e22;display:inline-flex;font-size:.75em;font-weight:600;gap:4px}.warning-dot{color:#f39c12;font-size:1.2em;line-height:1}.transfert-details-column{background:#fff;border:1px solid #e0e0e0;border-radius:12px;display:flex;flex:1 1;flex-direction:column;min-height:0;overflow:hidden}.no-selection{align-items:center;color:#bdc3c7;display:flex;flex-direction:column;height:100%;justify-content:center;padding:40px;text-align:center}.no-selection-icon{font-size:4.5em;margin-bottom:16px;opacity:.4}.no-selection p{color:#95a5a6;font-size:1.15em;margin:0}.transfert-details{display:flex;flex-direction:column;height:100%;overflow:hidden}.details-header{background:#007bff;color:#fff;padding:24px}.details-header-top{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.details-number{background:#ffffff40;border:2px solid #ffffff4d;border-radius:20px;color:#fff;font-size:.85em;font-weight:700;padding:6px 14px}.details-name{color:#fff;font-size:1.4em;font-weight:700;margin:0 0 16px}.details-contact{display:flex;flex-wrap:wrap;gap:24px}.contact-item{align-items:center;color:#fffffff2;display:flex;font-size:.9em;gap:8px}.contact-icon{opacity:.9}.details-body{background:#f8f9fc;flex:1 1;overflow-y:auto;padding:24px}.details-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr}.details-card{background:#fff;border:1px solid #e8eef5;border-radius:12px;display:flex;gap:16px;padding:20px}.card-icon{align-items:center;border-radius:12px;color:#2c3e50;display:flex;flex-shrink:0;height:48px;justify-content:center;width:48px}.alert-card .card-icon{background:linear-gradient(135deg,#fff3cd,#ffe8a1);color:#856404}.files-card .card-icon{background:linear-gradient(135deg,#d1ecf1,#bee5eb);color:#0c5460}.province-card .card-icon{background:linear-gradient(135deg,#d4edda,#c3e6cb);color:#155724}.card-content{flex:1 1;min-width:0}.card-title{align-items:center;color:#2c3e50;font-size:1em;font-weight:700;gap:8px;margin:0 0 12px}.badge-count{background:#007bff;border-radius:12px;color:#fff;font-size:.75em;font-weight:700;padding:3px 10px}.missing-chips{display:flex;flex-wrap:wrap;gap:8px}.missing-chip{background:#fff3cd;border:1px solid #ffe8a1;border-radius:8px;color:#856404;font-size:.85em;font-weight:600;padding:6px 12px}.files-compact-list{display:flex;flex-direction:column;gap:8px}.file-compact-item{align-items:center;background:#f8f9fc;border:1px solid #e8eef5;border-radius:8px;display:flex;gap:12px;justify-content:space-between;padding:10px 12px}.file-compact-label{color:#2c3e50;flex:1 1;font-size:.9em;font-weight:500}.download-icon-btn{align-items:center;background:#007bff;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;flex-shrink:0;height:32px;justify-content:center;transition:all .2s ease;width:32px}.download-icon-btn:hover{background:#0056b3;transform:scale(1.05)}.province-chips{display:flex;flex-wrap:wrap;gap:8px}.province-chip{background:#d4edda;border:1px solid #c3e6cb;border-radius:8px;color:#155724;font-size:.85em;padding:6px 12px}.province-chip strong{font-weight:700;margin-right:4px}.transferts-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));margin-top:20px}.transfert-card{background:#fff;border:1px solid #d0d0d0;border-radius:8px;display:flex;flex-direction:column;overflow:hidden;transition:all .3s ease}.transfert-card:hover{border-color:#007bff;box-shadow:0 4px 12px #007bff26}.card-header{background:#f8f9fa;border-bottom:1px solid #d0d0d0;padding:16px}.card-title{align-items:flex-start;display:flex;gap:10px;justify-content:space-between}.card-title h3{color:#2c3e50;font-size:1.1em;font-weight:700;margin:0}.status-badge{border-radius:20px;color:#fff;display:inline-block;font-size:.75em;font-weight:600;padding:4px 12px;white-space:nowrap}.alert-section{align-items:flex-start;background:#fff8ec;border:1px solid #ffe3bc;border-radius:12px;display:flex;gap:12px;padding:16px 18px}.warning-icon{color:#f39c12;flex-shrink:0;font-size:1.4em}.missing-label{color:#8a5100;font-size:.9em;font-weight:700;margin:0 0 8px}.missing-list{color:#8a5100;font-size:.85em;margin:0;padding-left:18px}.missing-list li{margin-bottom:4px;text-transform:capitalize}.details-actions{background:#fff;border-top:1px solid #e8eef5;display:flex;gap:12px;padding:20px 24px}.secondary-btn{background:#ecf0f1;border:1px solid #bdc3c7;border-radius:8px;color:#2c3e50;cursor:pointer;flex:1 1;font-family:inherit;font-size:.95em;font-weight:700;padding:12px 20px;transition:all .3s ease}.secondary-btn:hover{background:#d5dbdb;border-color:#95a5a6;transform:translateY(-2px)}.secondary-btn:active{transform:scale(.98)}.secondary-btn.complete-btn{background:#f59e0b;border:none;color:#fff}.secondary-btn.complete-btn:hover{background:#d97706}.uploaded-files-section{border-top:none;padding-top:0}.uploaded-files-section .files-list{margin-top:10px}.files-list{display:flex;flex-direction:column;gap:8px}.file-item{align-items:center;background:#f8f9fa;border:1px solid #e8eef5;border-radius:4px;display:flex;gap:12px;justify-content:space-between;padding:10px}.file-label{color:#555;flex:1 1;font-size:.85em;word-break:break-word}.download-btn{align-items:center;background:#007bff;border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;flex-shrink:0;justify-content:center;padding:6px 10px;transition:all .3s ease}.download-btn:hover{background:#0056b3;transform:translateY(-1px)}.download-btn:active{transform:translateY(0)}.admin-transfert-container{max-width:1180px}.admin-toolbar{grid-gap:12px;align-items:center;display:grid;gap:12px;grid-template-columns:minmax(220px,1fr) repeat(5,minmax(145px,175px)) auto;margin-bottom:12px}.admin-search-box{align-items:center;background:#fff;border:1px solid #d8e1ec;border-radius:8px;color:#64748b;display:flex;gap:10px;min-height:44px;padding:0 14px}.admin-filter-select,.admin-search-box input,.admin-status-select{background:#0000;border:0;color:#1f2d3d;font-family:inherit;font-weight:600;outline:none;width:100%}.admin-filter-select,.admin-status-select{background:#fff;border:1px solid #d8e1ec;border-radius:8px;min-height:44px;padding:0 12px}.admin-advanced-filters{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(6,minmax(120px,1fr));margin-bottom:18px}.admin-advanced-filters.empty{display:none}.admin-advanced-filters input{background:#fff;border:1px solid #d8e1ec;border-radius:8px;color:#1f2d3d;font-family:inherit;font-weight:600;min-height:44px;outline:none;padding:0 12px;width:100%}.admin-page-btn,.admin-refresh-btn{align-items:center;background:#eef6ff;border:1px solid #cfe5ff;border-radius:8px;color:#007bff;cursor:pointer;display:inline-flex;font-family:inherit;font-weight:800;gap:8px;justify-content:center;min-height:44px;padding:0 14px}.admin-page-btn:hover:not(:disabled),.admin-refresh-btn:hover{background:#ddecff}.admin-page-btn:disabled{cursor:not-allowed;opacity:.55}.admin-summary-header{margin-bottom:18px}.admin-pagination{align-items:center;color:#fff;display:flex;font-weight:800;gap:10px}.admin-transferts-layout{height:calc(100vh - 330px);min-height:420px}.admin-transferts-layout .transferts-list-column{max-height:100%}.admin-progress-card{background:#fff;border:1px solid #d8e1ec;border-radius:8px;margin-bottom:16px;padding:18px}.admin-progress-top{align-items:center;color:#1f2d3d;display:flex;font-weight:800;gap:12px;justify-content:space-between}.admin-progress-track{background:#e5edf6;border-radius:999px;height:10px;margin-top:12px;overflow:hidden}.admin-progress-fill{background:#27ae60;border-radius:inherit;height:100%;transition:width .25s ease}.admin-progress-card p{color:#64748b;font-size:.88em;font-weight:700;margin:10px 0 0}.admin-status-card{align-items:stretch}.admin-values-card{display:block}.admin-values-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(auto-fit,minmax(190px,1fr))}.admin-value-item{grid-gap:5px;background:#f8fafc;border:1px solid #e6ecf3;border-radius:8px;display:grid;gap:5px;padding:11px 12px}.admin-value-item span{color:#64748b;font-size:.76em;font-weight:800;text-transform:uppercase}.admin-value-item strong{color:#1f2d3d;font-size:.9em;word-break:break-word}@media (max-width:768px){.admin-advanced-filters,.admin-toolbar{grid-template-columns:1fr}.admin-summary-header{align-items:stretch}.admin-pagination{justify-content:space-between;width:100%}.admin-transferts-layout{height:auto}.transferts-header{align-items:stretch;flex-direction:column;gap:15px;padding:16px}.header-left{justify-content:space-between}.transferts-header h2{font-size:1.3em}.primary-btn{justify-content:center;width:100%}.transferts-layout{flex-direction:column;gap:16px;height:auto}.transferts-list-column{flex:none;max-height:320px;overflow-y:auto}.transfert-details-column{flex:none;min-height:450px}.details-header{padding:20px 16px}.details-name{font-size:1.2em}.details-body{padding:16px}.details-actions{flex-direction:column;padding:16px}.secondary-btn{width:100%}.transferts-grid{grid-template-columns:1fr}.card-title{flex-direction:column;gap:8px}.status-badge{align-self:flex-start}}.transferts-header{align-items:center;background:#007bff;border-radius:4px;display:flex;justify-content:space-between;margin-bottom:24px;padding:20px}.header-left{gap:12px}.header-buttons{align-items:center;display:flex;gap:12px}.header-buttons .primary-btn{justify-content:center;min-width:180px;width:auto}.modal-content{animation:slideUp .3s ease-out;border-radius:12px;box-shadow:0 10px 40px #0003;max-width:520px;overflow:hidden;width:90%}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal-header{align-items:center;background:#f8f9fa;border-bottom:1px solid #e8eef5;display:flex;justify-content:space-between;padding:20px 24px}.modal-header h2{color:#1f2d3d;font-size:18px;font-weight:700;margin:0}.modal-close-btn{align-items:center;background:none;border:none;border-radius:4px;color:#6c757d;cursor:pointer;display:flex;justify-content:center;padding:4px;transition:all .2s}.modal-close-btn:hover{background:#e8eef5;color:#1f2d3d}.modal-body{max-height:65vh;overflow-y:auto;padding:24px}.modal-description{color:#6c757d;font-size:14px;line-height:1.5;margin-bottom:20px}.modal-form-group{display:flex;flex-direction:column;gap:8px}.modal-form-group label{color:#1f2d3d;font-size:13px;font-weight:600}.modal-form-group input{border:1px solid #ddd;border-radius:8px;font-family:Courier New,monospace;font-size:14px;letter-spacing:1px;padding:12px;transition:border-color .3s,box-shadow .3s}.modal-form-group input:focus{border-color:#007bff;box-shadow:0 0 0 3px #007bff1a;outline:none}.modal-form-group input:disabled{background:#f5f5f5;cursor:not-allowed}.modal-footer{background:#fff;border-top:1px solid #e8eef5;display:flex;gap:12px;justify-content:flex-end;padding:16px 24px}.modal-footer button{border:none;border-radius:8px;cursor:pointer;font-family:inherit;font-size:13px;font-weight:700;padding:10px 20px;transition:all .3s ease}.modal-footer .primary-btn{background:#fff;border:none;color:#007bff}.modal-footer .primary-btn:hover:not(:disabled){background:#f0f7ff;transform:translateY(-2px)}.modal-footer .primary-btn:disabled{cursor:not-allowed;opacity:.5}.modal-footer .secondary-btn{background:#fff;border:1px solid #ddd;color:#6c757d}.modal-footer .secondary-btn:hover:not(:disabled){background:#f5f5f5;border-color:#999}.modal-footer .secondary-btn:disabled{cursor:not-allowed;opacity:.5}.office-results{display:flex;flex-direction:column;gap:16px}.result-section{background:#f8f9fa;border:1px solid #e8eef5;border-radius:8px;padding:14px}.result-section h3{color:#1f2d3d;font-size:12px;font-weight:700;letter-spacing:.5px;margin:0 0 10px;text-transform:uppercase}.result-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1fr 1fr}.result-item{display:flex;flex-direction:column;gap:3px}.result-label{color:#6c757d;font-size:11px;font-weight:700;letter-spacing:.3px;text-transform:uppercase}.result-value{color:#1f2d3d;font-size:13px;font-weight:600;word-break:break-all}.result-status{display:flex;gap:8px}.result-comments{color:#495057;font-size:13px;line-height:1.5;margin:0}.result-files{grid-gap:8px;display:grid;gap:8px;grid-template-columns:1fr}.file-result-item{align-items:center;background:#fff;border:1px solid #e8eef5;border-radius:6px;display:flex;font-size:12px;padding:10px 12px}.file-ok{color:#27ae60;font-weight:600}.file-missing{color:#e74c3c;font-weight:600}.form-type-selection{margin:40px auto;max-width:1200px;padding:40px 20px}.form-type-selection h2{color:#2c3e50;font-size:2em;font-weight:700;margin-bottom:40px;text-align:center}.form-type-cards{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:0 auto;max-width:1000px}.form-type-card{background:#fff;border:2px solid #e0e0e0;border-radius:12px;cursor:pointer;padding:32px 24px;text-align:center;transition:all .3s ease}.form-type-card:hover{background:#f0f7ff;border-color:#007bff;transform:translateY(-4px)}.card-icon-type{filter:grayscale(.3);font-size:4em;margin-bottom:20px;transition:filter .3s ease}.form-type-card:hover .card-icon-type{filter:grayscale(0)}.form-type-card h3{color:#007bff;font-size:1.5em;font-weight:700;margin:0 0 12px}.form-type-card p{color:#666;font-size:.95em;line-height:1.6;margin:0}.form-type-badge{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:1px solid #ffffff4d;border-radius:16px;color:#fff;cursor:pointer;display:inline-flex;font-size:.75em;font-weight:600;gap:5px;margin-top:2px;padding:5px 12px;transition:all .3s ease}.form-type-badge:hover{background:#ffffff4d;border-color:#ffffff80;transform:scale(1.05)}.change-type-icon{font-size:1.1em;font-weight:700;opacity:.8}.provinces-columns-form{display:flex;flex-direction:row;flex-wrap:wrap;gap:32px;margin-bottom:8px;margin-top:18px}.tooltip-container{display:inline-block;position:relative}.tooltip-text{background-color:#222;border-radius:6px;bottom:125%;box-shadow:0 2px 8px #00000026;color:#fff;font-size:.95em;left:50%;opacity:0;padding:8px 12px;pointer-events:none;position:absolute;text-align:left;transform:translateX(-50%);transition:opacity .2s;visibility:hidden;width:340px;z-index:2}.tooltip-container:focus-within .tooltip-text,.tooltip-container:hover .tooltip-text{opacity:1;pointer-events:auto;visibility:visible}.transfert-form-container{box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:-30px auto 0;max-width:820px;padding:40px 15px;width:100%}.form-header{background:#007bff;border-radius:0;color:#fff;margin-bottom:30px;margin-left:calc(-50vw + 50%);overflow:hidden;padding:25px 0;position:-webkit-sticky;position:sticky;text-align:left;top:0;width:100vw;z-index:999}.form-header:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z' fill='rgba(255,255,255,0.05)' fill-rule='evenodd'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.1;position:absolute;right:0;top:0}.header-content{box-sizing:border-box;position:relative;width:100%;z-index:1}.header-center{gap:8px}.header-right{flex:0 0 auto;white-space:nowrap}.header-text,.header-user{display:none}.logout-btn{background:#dc2626;border:1px solid #dc2626;border-radius:6px;color:#fff;cursor:pointer;font-family:inherit;font-size:.85em;font-weight:600;padding:8px 16px;transition:all .3s ease;white-space:nowrap}.logout-btn:hover{background:#b91c1c;border-color:#b91c1c;transform:translateY(-1px)}.logout-btn:active{transform:translateY(0)}.guide-back-btn,.guide-btn{background:#27ae60;border:1px solid #229954;border-radius:6px;color:#fff;cursor:pointer;font-family:inherit;font-size:.85em;font-weight:600;padding:8px 16px;transition:all .3s ease}.guide-back-btn:hover,.guide-btn:hover{background:#229954;border-color:#1e8449;transform:translateY(-1px)}.guide-back-btn{align-items:center;display:inline-flex;gap:6px}.form-header h1{font-size:1.5em;font-weight:700;letter-spacing:-.3px;line-height:1.2;margin:0}.form-header .subtitle{font-size:.8em;font-weight:400;line-height:1.4;margin:0;max-width:500px;opacity:.9}.message{align-items:center;animation:slideInRight .3s ease-out;border:1px solid #d0d0d0;border-radius:4px;display:flex;font-size:.9em;font-weight:500;gap:12px;max-width:350px;padding:16px 20px;position:fixed;right:20px;top:20px;z-index:999}.message.success{background-color:#d4edda;border:1px solid #c3e6cb;color:#155724}.message.success:before{content:"✓";font-size:1.2em;font-weight:700}.message.error{background-color:#f8d7da;border:1px solid #f5c6cb;color:#721c24}.message.error:before{content:"⚠";font-size:1.2em}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes modalPop{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.modal-overlay{align-items:center;animation:slideIn .3s ease-out;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal-content{animation:modalPop .3s ease-out;background:#fff;border-radius:4px;max-width:400px;padding:40px 30px;text-align:center}.modal-icon{align-items:center;background:#27ae60;border-radius:50%;color:#fff;display:flex;font-size:2em;font-weight:700;height:60px;justify-content:center;margin:0 auto 20px;width:60px}.modal-content h2{color:#2c3e50;font-size:1.5em;font-weight:700;margin:0 0 12px}.modal-content p{color:#666;font-size:.95em;line-height:1.5;margin:0 0 25px}.modal-btn{background:#007bff;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:.95em;font-weight:600;padding:12px 40px;transition:all .25s ease}.modal-btn:hover{background:#0056b3}.modal-btn:active{transform:scale(.98)}.review-modal{max-height:80vh;max-width:720px;overflow-y:auto;text-align:left;width:calc(100% - 40px)}.review-section{background:#f8fafc;border:1px solid #e8eef5;border-radius:8px;margin:14px 0;padding:12px}.review-section h3{font-size:.95em;margin:0 0 8px}.review-section ul{margin:0;padding-left:18px}.review-section li{color:#1f2d3d;margin-bottom:6px}.review-section.completed{border-left:4px solid #27ae60}.review-section.missing{border-left:4px solid #e74c3c}.review-empty{color:#6b7280;font-size:.9em;margin:0}.review-actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end;margin-top:16px}.loading-toast{align-items:center;animation:slideInRight .3s ease-out;background:#fff;border-left:4px solid #007bff;border-radius:8px;bottom:20px;box-shadow:0 4px 20px #007bff4d;display:flex;gap:12px;padding:16px 20px;position:fixed;right:20px;z-index:10000}.loading-toast span{color:#1f2d3d;font-size:14px;font-weight:600}.loading-spinner{animation:spin .8s linear infinite;border:3px solid #e8eef5;border-radius:50%;border-top-color:#007bff;height:24px;width:24px}@keyframes slideInRight{0%{opacity:0;transform:translateX(400px)}to{opacity:1;transform:translateX(0)}}.transfert-form{background:#fff;border:1px solid #e8eef5;border-radius:4px;padding:25px}.form-section{margin-bottom:28px}.form-section:last-of-type{margin-bottom:20px}.form-section h2{border-bottom:2px solid #007bff;color:#007bff;font-size:1.1em;font-weight:600;letter-spacing:-.3px;padding-bottom:10px}.form-group,.form-section h2{margin-bottom:16px}.form-group label{color:#2c3e50;display:block;font-size:.85em;font-weight:600;letter-spacing:.2px;margin-bottom:6px}.required-asterisk{color:#dc2626;font-weight:700}.form-group input[type=email],.form-group input[type=tel],.form-group input[type=text]{background:#f8f9fb;border:2px solid #e8eef5;border-radius:4px;box-sizing:border-box;font-size:.9em;padding:9px 12px;transition:all .25s ease;width:100%}.form-group input[type=email]::placeholder,.form-group input[type=tel]::placeholder,.form-group input[type=text]::placeholder{color:#bcc5d0}.form-group input[type=email]:focus,.form-group input[type=tel]:focus,.form-group input[type=text]:focus{background:#fff;border-color:#007bff;outline:none}.form-group input[type=file]{background:#f8f9fb;border:2px dashed #bcc5d0;border-radius:4px;color:#2c3e50;cursor:pointer;font-size:.85em;padding:12px;transition:all .25s ease;width:100%}.form-group input[type=file]:hover{background:#f0f7ff;border-color:#007bff}.form-group input[type=file]:focus{border-color:#007bff;outline:none}.file-name{animation:slideIn .3s ease-out;background:#d4edda;border-radius:3px;color:#27ae60;display:inline-block;font-size:.75em;font-weight:600;margin-top:6px;padding:5px 9px}.file-name:before{content:"✓ ";font-weight:700}.form-actions{display:flex;flex-wrap:nowrap;gap:12px;justify-content:center;margin-top:28px}.submit-btn{background:#007bff;border:none;border-radius:4px;color:#fff;cursor:pointer;flex:0 0 auto;font-size:.95em;font-weight:600;letter-spacing:.4px;padding:12px 35px;transition:all .25s ease}.submit-btn:hover:not(:disabled){background:#0056b3}.submit-btn:active:not(:disabled){transform:scale(.98)}.submit-btn:disabled{cursor:not-allowed;opacity:.6}.reset-btn{background:#f5f5f5;border:2px solid #ddd;border-radius:4px;color:#2c3e50;cursor:pointer;flex:0 0 auto;font-size:.95em;font-weight:600;letter-spacing:.4px;padding:12px 35px;transition:all .25s ease}.reset-btn:hover:not(:disabled){background:#e8e8e8;border-color:#bbb}.reset-btn:active:not(:disabled){transform:scale(.98)}.reset-btn:disabled{cursor:not-allowed;opacity:.6}@media (max-width:768px){.transfert-form-container{padding:12px}.form-header{margin-bottom:20px;padding:20px}.header-content{gap:15px}.header-logo img.logo{height:50px}.form-header h1{font-size:1.3em}.form-header .subtitle{font-size:.8em}.transfert-form{padding:18px}.form-section h2{font-size:.95em;margin-bottom:12px}.form-actions{gap:8px}.reset-btn,.submit-btn{font-size:.9em;padding:11px 25px}.loading-toast{bottom:10px;max-width:calc(100% - 20px);padding:12px 16px;right:10px}.loading-toast span{font-size:13px}.loading-spinner{height:20px;width:20px}}@media (max-width:480px){.form-header{margin-bottom:15px;padding:15px}.header-content{align-items:flex-start;flex-direction:column;gap:12px}.header-logo img.logo{height:45px}.form-header h1{font-size:1.2em}.form-header .subtitle{font-size:.75em}.transfert-form{border-radius:4px;padding:15px}.form-section h2{font-size:.9em}.form-group{margin-bottom:14px}.form-actions{flex-wrap:nowrap;gap:6px}.reset-btn,.submit-btn{font-size:.85em;padding:10px 20px;white-space:nowrap}}.completion-progress-section{animation:slideIn .3s ease-out;background:#f8f9fa;border:1px solid #e8eef5;border-radius:8px;margin-bottom:30px;padding:24px}.progress-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.progress-header h3{color:#2c3e50;font-size:1.1em;font-weight:600;letter-spacing:-.3px;margin:0}.completion-percentage{color:#007bff;font-size:1.8em;font-weight:700;min-width:60px;text-align:right}.progress-bar-container{background:#ecf0f6;border:1px solid #dfe6f0;border-radius:8px;height:20px;margin-bottom:12px;overflow:hidden}.progress-bar-fill{background:#007bff;border-radius:8px;height:100%;position:relative;transition:width .5s cubic-bezier(.25,.46,.45,.94)}.progress-bar-fill:after{animation:none;background:none;bottom:0;content:"";left:0;position:absolute;right:0;top:0}@keyframes shimmer{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.progress-text{color:#555;font-size:.9em;font-weight:500;margin:0;text-align:center}.form-group.document-with-status{padding-right:30px;position:relative}.document-status-badge{align-items:center;border-radius:50%;display:flex;font-size:.8em;font-weight:700;height:24px;justify-content:center;position:absolute;right:8px;top:30px;transition:all .3s ease;width:24px}.document-status-badge svg{height:14px;width:14px}.document-status-badge.completed{background:#d4edda;border:2px solid #28a745;color:#155724}.document-status-badge.missing{background:#f8d7da;border:2px solid #dc3545;color:#721c24}.form-group input[type=file].file-uploaded{border-color:#28a745}.form-group input[type=file].file-missing{border-color:#dc3545}.form-group input[type=file].file-existing{background-color:#f0f8f4;border-color:#27ae60}.form-group input[type=file].file-existing:disabled{background-color:#f0f8f4;cursor:default;opacity:.7}.form-group label .existing-badge{background:#27ae60;border-radius:4px;color:#fff;display:inline-block;font-size:.75em;font-weight:600;letter-spacing:-.3px;margin-left:8px;padding:3px 8px}.form-group .file-name.existing{color:#27ae60;font-style:italic;font-weight:500}@media (max-width:768px){.form-type-cards{grid-template-columns:1fr}.form-type-selection h2{font-size:1.5em}.form-type-card{padding:24px 16px}.header-content{gap:20px;grid-template-columns:1fr;padding:0 20px}.header-left{display:none}.header-center{order:1}.header-center h1{font-size:1.3em}.subtitle{font-size:.8em}.form-type-badge{font-size:.75em;padding:5px 12px}.header-right{gap:8px;justify-content:center;order:2}.user-info{text-align:center;width:100%}.guide-btn,.logout-btn{font-size:.8em;padding:8px 12px}}.guide-page{color:#1b1f3b;font-family:Space Grotesk,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;margin:0 auto;max-width:1100px;padding:40px 20px 80px}.guide-intro{background:linear-gradient(135deg,#1f6feb,#3a8ef6);border-radius:18px;box-shadow:0 20px 40px #1f6feb40;color:#fff;margin-bottom:40px;padding:32px}.guide-intro h2{font-size:1.8em;margin:0 0 12px}.guide-intro p{line-height:1.6;margin:0;max-width:720px}.guide-intro-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.guide-intro-actions .primary-btn{background:#f59e0b;border:none;border-radius:8px;box-shadow:0 4px 12px #f59e0b4d;color:#fff;cursor:pointer;font-weight:600;padding:10px 18px;transition:all .3s ease}.guide-intro-actions .primary-btn:hover{background:#d97706;box-shadow:0 6px 16px #f59e0b66;transform:translateY(-2px)}.outline-btn{background:#0000;border:1px solid #fff9;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:10px 18px;transition:all .3s ease}.outline-btn:hover{background:#ffffff26}.start-request-btn{background:#f59e0b!important;border-color:#f59e0b!important;box-shadow:0 4px 12px #f59e0b4d;color:#fff!important}.start-request-btn:hover{background:#d97706!important;border-color:#d97706!important;box-shadow:0 6px 16px #f59e0b66}.guide-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));margin-bottom:40px}.guide-card{background:#fff;border:1px solid #ecf0f8;border-radius:16px;box-shadow:0 12px 30px #143f8d14;padding:20px}.card-heading h3{font-size:1.15em;margin:0 0 6px}.card-heading p{color:#5c6786;font-size:.92em;margin:0 0 12px}.guide-card ul{color:#303b5c;display:flex;flex-direction:column;gap:8px;margin:0;padding-left:18px}.guide-timeline{margin-bottom:40px}.guide-timeline h2,.guide-tips h2{font-size:1.5em;margin-bottom:16px}.timeline-track{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.timeline-card{background:#0f172a;border-radius:14px;color:#fff;min-height:160px;overflow:hidden;padding:20px;position:relative}.timeline-card:after{background:linear-gradient(135deg,#ffffff59,#0000);border-radius:14px;content:"";inset:0;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;padding:1px;position:absolute}.timeline-label{color:#60a5fa;font-size:.75em;letter-spacing:.2em;text-transform:uppercase}.timeline-card h3{margin:10px 0 8px}.guide-tips{margin-bottom:40px}.tips-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.tip-card{background:#fff;border:1px dashed #d5def0;border-radius:16px;color:#2d3a58;line-height:1.5;padding:18px}.payment-accounts-section{margin-bottom:40px}.payment-bank-card{border-radius:16px;padding:24px}.bank-name{font-size:1.1em}@media (max-width:768px){.guide-page{padding:20px 16px 60px}.guide-intro{padding:24px}.guide-intro h2{font-size:1.4em}.guide-intro-actions{flex-direction:column}.payment-accounts-grid{grid-template-columns:1fr}.account-row{align-items:flex-start;flex-direction:column;gap:8px}.account-number{font-size:.85em}}.agreement-page{background:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;min-height:100vh}.agreement-header{background:#007bff;color:#fff;padding:25px 0;position:-webkit-sticky;position:sticky;top:0;z-index:999}.header-content{grid-gap:40px;align-items:center;display:grid;gap:40px;grid-template-columns:auto 1fr auto;margin:0 auto;max-width:1400px;padding:0 30px}.header-left{align-items:center;display:flex;flex:0 0 auto}.header-logo{flex-shrink:0}.header-logo img.logo{display:block;filter:brightness(0) invert(1);height:60px;width:auto}.header-center{align-items:center;display:flex;flex-direction:column;gap:6px;text-align:center}.agreement-header h1{color:#fff;font-size:1.5em;font-weight:700;line-height:1.2;margin:0}.agreement-header .subtitle{font-size:.8em;font-weight:400;margin:0;opacity:.9}.header-right{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:flex-end}.user-info{font-size:.9em;font-weight:600;opacity:.95;white-space:nowrap}.btn-logout,.logout-btn{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#dc2626;border:1px solid #dc2626;border-radius:6px;color:#fff;cursor:pointer;font-size:.85em;font-weight:600;padding:8px 16px;transition:all .3s ease;white-space:nowrap}.btn-logout:hover,.logout-btn:hover{background:#b91c1c;border-color:#b91c1c;transform:translateY(-1px)}.agreement-container{background:#fff;border:1px solid #e8eef5;border-radius:12px;box-sizing:border-box;margin:40px auto;max-width:900px;padding:40px}.agreement-content h2{color:#1f2d3d;font-size:20px;font-weight:700;line-height:1.5;margin-bottom:30px;text-align:center}.directives-list{margin-bottom:40px}.directive-item{background:#f7f9fc;border:1px solid #e8eef5;border-left:4px solid #007bff;border-radius:8px;display:flex;gap:15px;margin-bottom:20px;padding:18px;transition:all .2s}.directive-item:hover{background:#f4f7ff;box-shadow:0 2px 8px #007bff1a}.directive-number{color:#007bff;flex-shrink:0;font-size:18px;font-weight:700;min-width:30px}.directive-item p{color:#1f2d3d;font-size:15px;line-height:1.6;margin:0;text-align:justify}.agreement-declaration{background:#fff8e1;border:2px solid #ffc107;border-radius:8px;margin-bottom:40px;padding:25px}.declaration-text{color:#856404;font-size:16px;line-height:1.6;margin:0;text-align:center}.payment-accounts-section{margin-bottom:30px;margin-top:40px}.payment-accounts-section h2{color:#1b1f3b;font-size:1.5em;margin-bottom:12px;text-align:center}.section-description{color:#5c6786;font-size:.95em;line-height:1.6;margin-bottom:24px;text-align:center}.payment-fees-card{background:linear-gradient(135deg,#f4f8ff,#eef4ff);border:1px solid #d9e7ff;border-radius:12px;margin:0 auto 22px;max-width:620px;padding:18px}.payment-fees-title{color:#0b3a8c;font-size:1.02em;margin:0 0 12px;text-align:center}.payment-fees-list{display:flex;flex-direction:column;gap:10px}.payment-fee-row{align-items:center;background:#fff;border:1px solid #dbe7fb;border-radius:8px;display:flex;justify-content:space-between;padding:10px 12px}.fee-category{color:#1f2d3d;font-weight:600}.fee-amount{color:#007bff;font-weight:800}.payment-accounts-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.payment-bank-card{background:#fff;border:1px solid #e8eef5;border-radius:12px;box-shadow:0 4px 12px #007bff14;padding:20px;transition:all .3s ease}.payment-bank-card:hover{box-shadow:0 6px 20px #007bff26;transform:translateY(-2px)}.bank-name{border-bottom:2px solid #e8eef5;color:#007bff;font-size:1.05em;font-weight:700;margin:0 0 16px;padding-bottom:12px;text-align:center}.bank-accounts{display:flex;flex-direction:column;gap:12px}.account-row{align-items:center;background:#f7f9fc;border:1px solid #e8eef5;border-radius:8px;display:flex;gap:12px;padding:10px}.currency-badge{background:#007bff;border-radius:6px;color:#fff;flex-shrink:0;font-size:.85em;font-weight:700;letter-spacing:.5px;min-width:48px;padding:4px 10px;text-align:center}.account-number{color:#1f2d3d;font-family:Courier New,monospace;font-size:.9em;font-weight:600;word-break:break-all}.agreement-actions{display:flex;gap:20px;justify-content:center;margin-top:30px}.btn-continue,.btn-quit{border:none;border-radius:8px;cursor:pointer;font-size:16px;font-weight:600;letter-spacing:.5px;padding:14px 40px;transition:all .3s}.btn-continue{background:#007bff;box-shadow:0 4px 12px #007bff4d;color:#fff}.btn-continue:hover{background:#0056b3;box-shadow:0 6px 16px #007bff66;transform:translateY(-2px)}.btn-quit{background-color:#6c757d;box-shadow:0 4px 12px #6c757d33;color:#fff}.btn-quit:hover{background-color:#5a6268;box-shadow:0 6px 16px #6c757d4d;transform:translateY(-2px)}@media (max-width:768px){.agreement-page{padding:0}.agreement-header{padding:20px 0;position:relative}.header-content{gap:20px;grid-template-columns:1fr;padding:0 20px}.header-left{display:none}.header-center{order:1}.agreement-header h1{font-size:1.3em}.agreement-header .subtitle{font-size:.75em}.header-right{gap:8px;justify-content:center;order:2}.user-info{text-align:center;width:100%}.btn-logout,.logout-btn{font-size:.8em;padding:8px 12px}.agreement-container{margin:20px 15px;padding:25px 20px}.agreement-content h2{font-size:16px}.directive-item{flex-direction:column;gap:10px;padding:15px}.directive-number{min-width:auto}.declaration-text,.directive-item p{font-size:14px}.agreement-actions{flex-direction:column;gap:15px}.btn-continue,.btn-quit{font-size:15px;padding:12px 20px;width:100%}.user-info{align-items:flex-start;flex-direction:column;gap:10px}.payment-accounts-grid{grid-template-columns:1fr}.account-row{align-items:flex-start;flex-direction:column;gap:8px}.account-number{font-size:.85em}}.maintenance-container{align-items:center;background:linear-gradient(135deg,#dbeafe,#eff6ff 50%,#f0f9ff);display:flex;justify-content:center;min-height:100vh;padding:20px}.maintenance-card{background:#fff;border-radius:20px;box-shadow:0 8px 32px #007bff1f,0 2px 8px #0000000f;max-width:520px;padding:48px 40px;text-align:center;width:100%}.maintenance-icon-wrapper{align-items:center;background:linear-gradient(135deg,#007bff,#0056d2);border-radius:50%;box-shadow:0 4px 16px #007bff4d;display:flex;height:88px;justify-content:center;margin:0 auto 20px;width:88px}.maintenance-icon{animation:spin 4s linear infinite;color:#fff;font-size:40px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.maintenance-title{color:#1a1a1a;font-size:1.8em;font-weight:700;margin:0 0 12px}.maintenance-message{color:#555;font-size:1.05em;line-height:1.6;margin:0 0 28px}.maintenance-info{display:flex;flex-direction:column;gap:12px;margin-bottom:32px}.maintenance-info-item{align-items:center;background:#f0f7ff;border-radius:10px;color:#333;display:flex;font-size:.95em;gap:12px;padding:12px 16px;text-align:left}.maintenance-info-item i{color:#007bff;flex-shrink:0;font-size:1.3em}.maintenance-footer{border-top:1px solid #e8eef5;padding-top:24px}.maintenance-footer p{color:#888;font-size:.9em;margin:0 0 10px}.maintenance-footer p i{color:#007bff;margin-right:4px}.maintenance-contact a{color:#007bff;font-weight:600;text-decoration:none}.maintenance-contact a:hover{text-decoration:underline}@media (max-width:560px){.maintenance-card{padding:32px 20px}.maintenance-title{font-size:1.4em}.maintenance-icon-wrapper{height:72px;width:72px}.maintenance-icon{font-size:32px}}.chat-page{background:#eef2f7;color:#182330;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;min-height:100vh}.chat-header{background:#007bff;box-shadow:0 2px 16px #101f3824;color:#fff;position:-webkit-sticky;position:sticky;top:0;z-index:20}.chat-header-content{grid-gap:16px;align-items:center;display:grid;gap:16px;grid-template-columns:auto 1fr auto;margin:0 auto;max-width:1280px;padding:16px 22px}.attachment-preview button,.chat-icon-button,.chat-logout-button,.chat-refresh-button,.chat-start-form button,.composer-tool,.send-button{border:0;cursor:pointer;font-family:inherit;transition:background .2s ease,transform .2s ease,border-color .2s ease}.chat-icon-button{background:#ffffff2e;border-radius:8px;color:#fff;display:grid;height:42px;place-items:center;width:42px}.chat-icon-button:hover{background:#ffffff47}.chat-header-title h1{font-size:1.35rem;line-height:1.2;margin:0}.chat-header-title span{display:block;font-size:.86rem;margin-top:3px;opacity:.88}.chat-logout-button{background:#dc2626;border-radius:6px;color:#fff;font-weight:700;padding:10px 14px}.chat-logout-button:hover{background:#b91c1c;transform:translateY(-1px)}.chat-shell{grid-gap:18px;box-sizing:border-box;display:grid;gap:18px;grid-template-columns:360px minmax(0,1fr);height:calc(100vh - 96px);margin:0 auto;max-width:1280px;min-height:620px;padding:22px}.chat-panel,.chat-sidebar{background:#fff;border:1px solid #dce3ec;border-radius:8px;box-shadow:0 12px 28px #101f3814;overflow:hidden}.chat-sidebar{display:flex;flex-direction:column;min-width:0}.chat-tools{grid-gap:10px;background:#f8fafc;border-bottom:1px solid #e6ecf3;display:grid;gap:10px;padding:14px}.chat-select-label{grid-gap:6px;color:#526170;display:grid;font-size:.78rem;font-weight:800;gap:6px;text-transform:uppercase}.chat-select-label select,.chat-start-form input,.message-composer textarea{background:#fff;border:1px solid #cfd8e3;border-radius:8px;box-sizing:border-box;color:#182330;font-family:inherit;outline:none;width:100%}.chat-select-label select,.chat-start-form input{height:42px;padding:0 12px}.chat-select-label select:focus,.chat-start-form input:focus,.message-composer textarea:focus{border-color:#007bff;box-shadow:0 0 0 3px #007bff1f}.chat-start-form{grid-gap:8px;display:grid;gap:8px;grid-template-columns:1fr 44px}.chat-refresh-button,.chat-start-form button{align-items:center;border-radius:8px;display:inline-flex;font-weight:800;gap:8px;justify-content:center}.chat-tool-note{background:#fffbeb;border:1px solid #fde68a;border-radius:8px;color:#92400e;font-size:.86rem;font-weight:700;padding:10px 12px}.chat-start-form button{background:#16a34a;color:#fff}.chat-refresh-button{background:#eef6ff;border:1px solid #cfe5ff;color:#007bff;min-height:40px}.chat-refresh-button:hover{background:#ddecff}.conversation-list{overflow-y:auto;padding:8px}.conversation-item{grid-gap:12px;align-items:center;background:#fff;border:1px solid #0000;border-radius:8px;color:inherit;cursor:pointer;display:grid;font-family:inherit;gap:12px;grid-template-columns:46px minmax(0,1fr);min-height:82px;padding:12px;text-align:left;width:100%}.conversation-item:hover{background:#f5f8fb}.conversation-item.selected{background:#eaf4ff;border-color:#b8dcff}.chat-avatar-large,.conversation-avatar{background:#0f766e;color:#fff;display:grid;flex-shrink:0;font-weight:900;place-items:center}.conversation-avatar{border-radius:8px;height:46px;width:46px}.conversation-content{grid-gap:3px;display:grid;gap:3px;min-width:0}.conversation-topline{align-items:center;display:flex;gap:8px;justify-content:space-between;min-width:0}.conversation-preview,.conversation-topline strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.conversation-topline strong{color:#1f2d3d;font-size:.94rem}.conversation-topline em{background:#dc2626;border-radius:999px;color:#fff;display:grid;font-size:.75rem;font-style:normal;font-weight:900;height:22px;min-width:22px;place-items:center}.conversation-date,.conversation-preview{color:#677587;font-size:.82rem}.chat-panel{display:flex;flex-direction:column;min-width:0;position:relative}.chat-panel-header{align-items:center;background:#fff;border-bottom:1px solid #e6ecf3;display:flex;gap:12px;min-height:74px;padding:14px 18px}.chat-avatar-large{background:#007bff;border-radius:8px;height:48px;width:48px}.chat-panel-header h2{color:#1f2d3d;font-size:1.05rem;margin:0}.chat-panel-header p{color:#718093;font-size:.84rem;margin:3px 0 0}.messages-window{background:linear-gradient(#eef2f7eb,#eef2f7eb),repeating-linear-gradient(45deg,#dfe6ef 0 1px,#0000 1px 18px);flex:1 1;overflow-y:auto;padding:18px}.message-row{display:flex;margin:8px 0}.message-row.mine{justify-content:flex-end}.message-row.theirs{justify-content:flex-start}.message-bubble{border-radius:8px;box-shadow:0 2px 8px #101f3814;max-width:min(620px,78%);padding:10px 12px 8px}.message-row.mine .message-bubble{background:#dff7e8;border-bottom-right-radius:3px}.message-row.theirs .message-bubble{background:#fff;border-bottom-left-radius:3px}.message-bubble.pending{opacity:.72}.message-bubble.failed{border:1px solid #fecaca}.message-bubble p{color:#17212b;line-height:1.45;margin:0;white-space:pre-wrap;word-break:break-word}.message-meta{color:#6b7785;display:block;font-size:.72rem;margin-top:5px;text-align:right}.message-meta.failed{color:#b91c1c;font-weight:800}.retry-message-button{background:#fff1f2;border:1px solid #fecaca;border-radius:7px;color:#b91c1c;cursor:pointer;font-family:inherit;font-size:.78rem;font-weight:900;margin-top:7px;padding:6px 10px}.retry-message-button:disabled{cursor:not-allowed;opacity:.65}.message-attachment{grid-gap:8px;align-items:center;background:#007bff14;border-radius:8px;color:#075aad;display:grid;font-size:.86rem;font-weight:700;gap:8px;grid-template-columns:auto minmax(0,1fr) auto;margin-top:6px;padding:9px 10px;text-decoration:none}.message-attachment span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.message-composer{grid-gap:10px;align-items:end;background:#fff;border-top:1px solid #e6ecf3;display:grid;gap:10px;grid-template-columns:44px minmax(0,1fr) 48px;min-height:70px;padding:12px}.hidden-file-input{display:none}.attachment-preview button,.composer-tool,.send-button{border-radius:8px;display:grid;place-items:center}.composer-tool{background:#eef6ff;color:#007bff;height:44px;width:44px}.message-composer textarea{line-height:1.35;max-height:132px;min-height:44px;padding:12px 14px;resize:vertical}.send-button{background:#007bff;color:#fff;height:44px;width:48px}.send-button:disabled{cursor:not-allowed;opacity:.5}.attachment-preview{grid-gap:8px;align-items:center;border-top:1px solid #e6ecf3;color:#475569;display:grid;font-size:.88rem;gap:8px;grid-template-columns:auto minmax(0,1fr) 28px;margin:0 12px;padding:9px 12px}.attachment-preview span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.attachment-preview button{background:#fee2e2;color:#b91c1c;height:28px;width:28px}.chat-error{grid-gap:10px;align-items:center;background:#fee2e2;border:1px solid #fecaca;border-radius:8px;box-shadow:0 8px 18px #991b1b1f;color:#991b1b;display:grid;font-weight:700;gap:10px;grid-template-columns:minmax(0,1fr) 30px;left:18px;padding:12px 14px;position:absolute;right:18px;top:88px;z-index:5}.chat-error button{background:#991b1b1a;border:0;border-radius:7px;color:#991b1b;cursor:pointer;display:grid;height:30px;place-items:center;width:30px}.chat-empty-list,.chat-empty-panel,.chat-loading,.messages-empty,.messages-loading{color:#748196;display:grid;place-items:center;text-align:center}.chat-empty-panel{height:100%;padding:32px}.chat-empty-panel h2{color:#263445;margin:14px 0 6px}.chat-empty-list p,.chat-empty-panel p{margin:0}.chat-empty-list{gap:8px;min-height:180px}.chat-loading{font-weight:800;min-height:100vh}.messages-empty,.messages-loading{font-weight:700;min-height:120px}.messages-refreshing{background:#ffffffeb;border-radius:999px;box-shadow:0 4px 12px #0f172a14;color:#64748b;font-size:.78rem;font-weight:800;margin:0 auto 10px;padding:6px 12px;position:-webkit-sticky;position:sticky;top:0;width:-webkit-fit-content;width:fit-content;z-index:2}.chat-header-btn{align-items:center;display:inline-flex;gap:6px}@media (max-width:900px){.chat-shell{grid-template-columns:1fr;height:auto;min-height:auto;padding:14px}.chat-sidebar{max-height:360px}.chat-panel{min-height:640px}}@media (max-width:620px){.chat-header-content{grid-template-columns:auto 1fr}.chat-logout-button{grid-column:1/-1;width:100%}.chat-panel{min-height:580px}.message-bubble{max-width:88%}.message-composer{gap:8px;grid-template-columns:42px minmax(0,1fr) 44px}}
/*# sourceMappingURL=main.fcca43f8.css.map*/