@import"https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;500;600;700;800&display=swap";:root{font-family:Nunito,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#0b1f33;background-color:#fff;--color-bg: #FFFFFF;--color-bg-panel: #F4F7FB;--color-text: #0B1F33;--color-text-muted: #6B7280;--color-border: #D8DEE7;--color-primary: #1E9BF0;--color-primary-soft: #7CC4F0;--radius-input: 10px;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:var(--color-primary);text-decoration:inherit}a:hover{color:#1781ce}body{margin:0;width:100%;min-height:100vh;background-color:var(--color-bg);color:var(--color-text)}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#f9f9f9;color:var(--color-text);cursor:pointer;transition:border-color .25s}button:hover{border-color:var(--color-primary)}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}.chat-page{position:relative;min-height:100vh;height:100vh;height:100dvh;width:100%;background:#fff;color:#1f2937;display:flex;flex-direction:column;align-items:center;padding:1rem 1.5rem 3.5rem;box-sizing:border-box;overflow:hidden}.chat-container{width:100%;max-width:980px;flex:1 1 auto;display:flex;flex-direction:column;gap:1rem;min-height:0;margin-top:0}.chat-topbar{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;margin:0 0 1rem}.chat-logo-link{display:block}.chat-box{flex:1 1 auto;min-height:0;max-height:none}.chat-logo{height:56px;width:auto;display:block}.chat-footer{position:absolute;left:1.5rem;bottom:1rem;margin:0;font-size:.85rem;color:#6b7280}.chat-profile-menu{position:relative;z-index:20;margin-left:auto;margin-right:1.5rem}.chat-profile-button{box-sizing:border-box;min-height:56px;max-width:min(360px,calc(100vw - 3rem));display:flex;align-items:center;gap:.75rem;padding:.25rem;border:0;border-radius:8px;background:transparent;color:#1f2937;cursor:pointer;box-shadow:none}.chat-profile-button:hover,.chat-profile-button:focus-visible{outline:none;background:#0f172a0f}.chat-profile-avatar{width:48px;height:48px;flex:0 0 48px;border-radius:50%;object-fit:cover;border:1px solid rgba(235,239,255,.28)}.chat-profile-avatar.is-fallback{display:inline-flex;align-items:center;justify-content:center;background:#b7bfcb;color:#1f293794;font-weight:800;font-size:1rem}.chat-profile-copy{min-width:0;display:flex;flex-direction:column;align-items:flex-start;gap:.12rem;line-height:1.12}.chat-profile-copy strong,.chat-profile-copy small{max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-profile-copy strong{color:#111827;font-size:1rem;font-weight:800}.chat-profile-copy small{color:#6b7280;font-size:.78rem;font-weight:600}.chat-profile-dropdown{position:absolute;top:calc(100% + 8px);right:0;min-width:180px;display:flex;flex-direction:column;gap:.2rem;padding:.35rem;border:1px solid #343844;border-radius:8px;background:#171a21;box-shadow:0 18px 38px #00000047}.chat-profile-dropdown button{width:100%;border:0;border-radius:6px;background:transparent;color:#ebefff;cursor:pointer;display:flex;align-items:center;gap:.55rem;font-size:.95rem;font-weight:700;padding:.65rem .75rem;text-align:left}.chat-profile-dropdown-icon{width:16px;height:16px;flex:0 0 16px;color:#aeb6c8}.chat-profile-dropdown button:hover,.chat-profile-dropdown button:focus-visible{background:#2c3240;outline:none}.chat-box{flex:1 1 auto;min-height:0;max-height:none;overflow-y:auto;padding:1.1rem;border-radius:12px;background:#fff;border:1px solid #70bef7;display:flex;flex-direction:column;gap:.75rem;scrollbar-width:thin;scrollbar-color:#c7d2dd transparent}.chat-box::-webkit-scrollbar{width:8px}.chat-box::-webkit-scrollbar-track{background:transparent;margin:12px 0}.chat-box::-webkit-scrollbar-thumb{background:#c7d2dd;border-radius:999px}.chat-box::-webkit-scrollbar-thumb:hover{background:#b3c0cd}.chat-box::-webkit-scrollbar-button{display:none;width:0;height:0}.chat-box>:first-child{margin-top:auto}.chat-bubble{max-width:92%;padding:.7rem .9rem;border-radius:12px;white-space:pre-line;overflow-wrap:anywhere;word-break:break-word;line-height:1.4;text-align:left}.chat-bubble.assistant{align-self:flex-start;background:#eef2f7;color:#1f2937}.chat-bubble.user{align-self:flex-end;background:#5f9fd4;color:#fff}.download-message-action{max-width:100%;margin-top:.65rem;display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.sharepoint-button{box-sizing:border-box;display:inline-flex;align-items:center;gap:.45rem;min-height:44px;padding:.58rem .85rem;border:none;border-radius:8px;background-color:#0078d4;color:#fff;font-size:.94rem;font-weight:650;cursor:pointer;white-space:nowrap;transition:background-color .15s ease}.sharepoint-button:hover,.sharepoint-button:focus-visible{background-color:#006cbd;outline:2px solid #0078d4;outline-offset:2px}.sharepoint-button:disabled{opacity:.6;cursor:not-allowed}.sharepoint-icon{width:1.1rem;height:1.1rem;flex-shrink:0}.sharepoint-error{display:block;width:100%;margin-top:.25rem;font-size:.82rem;color:#c0392b}.pdf-download-button{box-sizing:border-box;max-width:100%;min-height:44px;display:inline-grid;grid-template-columns:2rem minmax(0,1fr);align-items:center;gap:.6rem;padding:.58rem .75rem;border:1px solid transparent;border-radius:8px;color:inherit;font-size:.94rem;font-weight:750;line-height:1.15;text-decoration:none;white-space:normal;cursor:pointer;transition:background .16s ease,border-color .16s ease,box-shadow .16s ease,transform .16s ease}.pdf-download-button:hover,.pdf-download-button:focus-visible{text-decoration:none;transform:translateY(-1px);outline:none}.pdf-download-button:focus-visible{box-shadow:0 0 0 3px #70bef752}.pdf-download-icon{position:relative;width:28px;height:28px;border-radius:6px;color:currentColor;background:#ffffff2e}.pdf-download-icon:before{content:"";position:absolute;left:7px;top:4px;width:13px;height:17px;border:1.6px solid currentColor;border-radius:3px;background:#ffffff24}.pdf-download-icon:after{content:"PDF";position:absolute;left:8px;bottom:5px;font-size:.42rem;font-weight:900;line-height:1;letter-spacing:0}.pdf-download-icon.is-download-icon{display:inline-flex;align-items:center;justify-content:center}.pdf-download-icon.is-download-icon:before,.pdf-download-icon.is-download-icon:after{content:none}.pdf-download-svg{width:23px;height:23px;display:block}.pdf-download-copy{min-width:0;display:flex;flex-direction:column;gap:.16rem}.pdf-download-title,.pdf-download-meta{min-width:0;overflow-wrap:anywhere}.pdf-download-title{font-size:.94rem}.pdf-download-meta{opacity:.78;font-size:.74rem;font-weight:650}.pdf-download-button-solid{background:#2563eb;border-color:#2563eb;color:#fff;box-shadow:0 8px 18px #2563eb38}.pdf-download-button-solid:hover,.pdf-download-button-solid:focus-visible{background:#1d4ed8;border-color:#1d4ed8}.pdf-download-button-soft{background:#fff;border-color:#bad7f0;color:#1f5f96;box-shadow:0 7px 18px #1f5f961c}.pdf-download-button-soft .pdf-download-icon,.pdf-download-button-outline .pdf-download-icon,.pdf-download-button-compact .pdf-download-icon,.pdf-download-button-file-row .pdf-download-icon,.pdf-download-button-download-icon .pdf-download-icon,.pdf-download-button-download-file .pdf-download-icon{background:#5f9fd41f}.pdf-download-button-soft:hover,.pdf-download-button-soft:focus-visible{border-color:#70bef7;background:#f8fbff}.pdf-download-button-outline{background:transparent;border-color:#5f9fd4;color:#245d8c}.pdf-download-button-outline:hover,.pdf-download-button-outline:focus-visible{background:#70bef71f}.pdf-download-button-compact{min-height:36px;grid-template-columns:1.55rem minmax(0,auto);gap:.45rem;padding:.42rem .62rem;background:#f9fafb;border-color:#bfd2e2;color:#1f2937;font-size:.9rem}.pdf-download-button-compact .pdf-download-icon{width:22px;height:22px;border-radius:5px}.pdf-download-button-compact .pdf-download-icon:before{left:5px;top:3px;width:11px;height:14px}.pdf-download-button-compact .pdf-download-icon:after{left:6px;bottom:4px;font-size:.36rem}.pdf-download-button-compact:hover,.pdf-download-button-compact:focus-visible{background:#fff;border-color:#8eb8dc}.pdf-download-button-file-row{width:min(340px,100%);grid-template-columns:2rem minmax(0,1fr) .7rem;background:#fff;border-color:#d7dee8;color:#1f2937;box-shadow:0 8px 18px #0f172a14}.pdf-download-button-file-row:after{content:"";width:.48rem;height:.48rem;justify-self:center;border-right:2px solid #5f9fd4;border-bottom:2px solid #5f9fd4;transform:rotate(45deg) translateY(-1px)}.pdf-download-button-file-row:hover,.pdf-download-button-file-row:focus-visible{border-color:#9fc4e4;background:#fbfdff}.pdf-download-button-download-icon{background:#5f9fd4;border-color:#5f9fd4;color:#fff;box-shadow:0 8px 18px #5f9fd438}.pdf-download-button-download-file{background:#fff;border-color:#d7dee8;color:#1f2937;box-shadow:0 8px 18px #0f172a14}.pdf-download-button-download-file:hover,.pdf-download-button-download-file:focus-visible{border-color:#9fc4e4;background:#fbfdff}.pdf-download-button-download-file .pdf-download-icon{color:#5f9fd4}.pdf-download-button-download-file .pdf-download-meta{color:#5f6b7a;opacity:1}.pdf-download-button-download-icon .pdf-download-icon.is-download-icon{color:#fff;background:#ffffff2e}.pdf-download-button-download-file .pdf-download-icon.is-download-icon{color:#5f9fd4;background:#5f9fd41f}.pdf-download-button-download-icon:hover,.pdf-download-button-download-icon:focus-visible{background:#468dcb;border-color:#468dcb}.chat-typing-indicator{display:inline-flex;align-items:center;gap:.35rem;min-width:0;width:fit-content;padding:.55rem .7rem}.chat-typing-dot{width:.48rem;height:.48rem;border-radius:999px;background:#7b8495;animation:chatTypingPulse 1.1s ease-in-out infinite}.chat-typing-dot:nth-child(2){animation-delay:.16s}.chat-typing-dot:nth-child(3){animation-delay:.32s}@keyframes chatTypingPulse{0%,80%,to{opacity:.35;transform:translateY(0)}40%{opacity:1;transform:translateY(-.18rem)}}.form9a-inline-bubble{max-width:100%;width:100%;padding:0;background:transparent;border:none}.chat-input-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.75rem;width:100%;align-items:center}.chat-input-actions{display:flex;align-items:center;gap:.45rem;flex:0 0 auto}.chat-reset-wrap{position:relative;display:flex;align-items:center}.chat-bottom{flex:0 0 auto;width:100%;display:flex;flex-direction:column;gap:.35rem}.chat-input-row input{width:100%;min-width:0;box-sizing:border-box;padding:.8rem .9rem;border-radius:8px;border:1px solid #70bef7;background:#fff;color:#111827;font-size:1rem}.chat-input-row input::placeholder{color:#7b8495}.chat-send-button{box-sizing:border-box;min-width:0;padding:.8rem 1.1rem;border-radius:8px;border:none;cursor:pointer;background:#70bef7;color:#fff;font-size:1rem}.chat-send-button:disabled{cursor:not-allowed;opacity:.55}.chat-reset-button{width:30px;height:30px;min-width:30px;flex:0 0 30px;padding:0;border:none;border-radius:0;background:transparent;color:#d1d5db;display:inline-flex;align-items:center;justify-content:center;box-shadow:none}.chat-reset-button:hover:not(:disabled),.chat-reset-button:focus-visible{background:transparent;color:#b8c0cc;outline:none}.chat-reset-icon{width:28px;height:28px;display:block;object-fit:contain}.chat-reset-popover{position:absolute;right:0;bottom:calc(100% + 10px);width:min(240px,calc(100vw - 4rem));padding:.8rem;border:1px solid #d1d5db;border-radius:10px;background:#f3f4f6;box-shadow:0 12px 30px #0f172a29;display:flex;flex-direction:column;gap:.65rem;z-index:40}.chat-reset-title{margin:0;color:#374151;font-size:.95rem;font-weight:700}.chat-reset-copy{margin:0;color:#6b7280;font-size:.86rem;line-height:1.4}.chat-reset-actions{display:flex;justify-content:flex-end;gap:.5rem}.chat-reset-cancel,.chat-reset-confirm{border:1px solid #cfd5df;border-radius:8px;padding:.45rem .7rem;font-size:.86rem;font-weight:600}.chat-reset-cancel{background:#fff;color:#6b7280}.chat-reset-confirm{background:#d1d5db;color:#374151}.chat-reset-cancel:hover,.chat-reset-confirm:hover{opacity:.92}@media(max-width:768px){.chat-topbar{align-items:stretch;flex-direction:column}.chat-logo{align-self:flex-start}.chat-profile-menu{align-self:stretch;margin-left:0}.chat-profile-button{width:100%;max-width:none}.chat-profile-copy strong,.chat-profile-copy small{max-width:calc(100vw - 8rem)}.chat-profile-dropdown{left:0;right:auto;width:min(260px,100%)}.chat-input-actions{gap:.4rem}.chat-reset-popover{right:-.35rem}}.download-row{min-height:1.5rem;display:flex;align-items:center;gap:.75rem;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;visibility:hidden;scrollbar-width:thin}.download-row.has-links{visibility:visible}.download-row a{color:#4b5fbd}.download-link-button{background:none;border:none;color:#4b5fbd;text-decoration:underline;cursor:pointer;padding:0;font:inherit;white-space:nowrap}.form9a-selection-summary{color:#4b5563;font-size:.95rem}.modal-backdrop{position:fixed;inset:0;background:#0a0c12b8;display:flex;align-items:center;justify-content:center;padding:1rem;z-index:1000}.form9a-modal{width:min(980px,100%);max-height:88vh;overflow:hidden;background:#fff;border:1px solid #d1dce8;border-radius:14px;display:flex;flex-direction:column;gap:1rem;padding:1rem;color:#111827}.form9a-inline-shell{width:100%;max-height:none;border-radius:12px}.pei19-light{background:#fff;border-color:#d1dce8}.pei19-light .form9a-modal-header h3{color:#111827}.pei19-light .form9a-panel-title,.pei19-light .form9a-panel label{color:#374151}.pei19-light .form9a-panel input,.pei19-light .form9a-panel select,.pei19-light .form9a-panel textarea{background:#f9fafb;border-color:#d1d5db;color:#111827}.pei19-light .form9a-list{background:#f9fafb;border-color:#d1d5db}.pei19-light .form9a-list-item{color:#111827}.pei19-light .form9a-list-item:hover,.pei19-light .form9a-list-item.active{background:#d9ebf8;color:#2d6089}.pei19-light .form9a-matter-row{border-color:#d1d5db}.pei19-light .form9a-checkbox-row span{color:#111827}.pei19-light .form9a-empty{color:#6b7280}.pei19-light .form9a-modal-actions button{background:#5f9fd4;color:#fff;border-color:#5f9fd4}.form9a-modal-header,.form9a-modal-actions{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.form9a-modal-header h3{margin:0;color:#111827}.form9a-modal-body{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;min-height:0}input[type=date]{position:relative!important;cursor:pointer!important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23aaaaaa' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'%3E%3C/rect%3E%3Cline x1='16' y1='2' x2='16' y2='6'%3E%3C/line%3E%3Cline x1='8' y1='2' x2='8' y2='6'%3E%3C/line%3E%3Cline x1='3' y1='10' x2='21' y2='10'%3E%3C/line%3E%3C/svg%3E")!important;background-repeat:no-repeat!important;background-position:right 10px center!important;background-size:16px 16px!important}input[type=date]::-webkit-calendar-picker-indicator{position:absolute!important;inset:0!important;width:auto!important;height:auto!important;margin:0!important;padding:0!important;cursor:pointer!important;opacity:0!important;background:transparent!important}.form9a-panel{display:flex;flex-direction:column;gap:.6rem;min-height:0}.form9a-panel input{width:100%;min-width:0;box-sizing:border-box;padding:.8rem .9rem;border-radius:8px;border:1px solid #d1d5db;background:#f9fafb;color:#111827;font-size:1rem}.form9a-panel select{width:auto;min-width:120px;box-sizing:border-box;padding:.8rem .9rem;border-radius:8px;border:1px solid #d1d5db;background:#f9fafb;color:#111827;font-size:1rem}.form9a-panel textarea{width:100%;min-width:0;box-sizing:border-box;padding:.8rem .9rem;border-radius:8px;border:1px solid #d1d5db;background:#f9fafb;color:#111827;font-size:1rem;resize:vertical}.form9a-input-error{border-color:#d46a6a;box-shadow:0 0 0 2px #d46a6a33}.form9a-panel-title,.form9a-panel label{color:#374151;font-size:.95rem}.form9a-list{min-height:320px;max-height:48vh;overflow:auto;border:1px solid #d1d5db;border-radius:10px;background:#f9fafb;padding:.35rem}.form9a-user-list{min-height:140px;max-height:180px}.form9a-matter-row{display:grid;grid-template-columns:minmax(0,1fr) 150px;gap:.5rem;align-items:start}.form9a-amount-col{display:flex;flex-direction:column;gap:.4rem}.form9a-amount-input{width:100%}.form9e-inline-row{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin-bottom:8px}.form9e-short-input{max-width:200px}.form9e-wide-input{flex:1;min-width:220px}.form9a-list-item{width:100%;text-align:left;padding:.7rem .8rem;border:none;border-radius:8px;background:transparent;color:#111827;cursor:pointer}.form9a-list-item:hover,.form9a-list-item.active{background:#d9ebf8;color:#2d6089}.form9a-checkbox-row{display:grid;grid-template-columns:20px minmax(0,1fr);align-items:start;gap:.6rem;padding:.9rem .75rem;color:#111827;font-size:1rem;line-height:1.45;width:100%;box-sizing:border-box}.form9a-checkbox-row input{margin:.2rem 0 0;justify-self:start;align-self:start}.form9a-checkbox-row span{min-width:0;text-align:left;word-break:break-word}.form9a-empty,.form9a-error{color:#6b7280;padding:.75rem}.form9a-error{color:#b91c1c}.form9a-modal-actions button{background:#5f9fd4;color:#fff;border-color:#5f9fd4;transition:background .16s ease,border-color .16s ease,opacity .16s ease}.form9a-modal-actions button:disabled,.pei19-light .form9a-modal-actions button:disabled{background:#aebfce;border-color:#aebfce;color:#eef2f7;opacity:.6;cursor:not-allowed}@media(max-width:640px){.chat-header{flex-direction:column;align-items:stretch}.chat-box{min-height:420px;max-height:70vh}.chat-input-row{grid-template-columns:1fr}.chat-input-row button,.download-message-action,.pdf-download-button{width:100%}.form9a-modal-body,.form9a-matter-row{grid-template-columns:1fr}}.sync-page{min-height:100vh;width:100%;display:grid;grid-template-columns:220px minmax(0,1fr);background:#0f1117;color:#ebefff}.sync-page-close{position:fixed;top:.25rem;right:.5rem;width:56px;height:56px;border:none;background:transparent;color:#9d9d9d;cursor:pointer;line-height:1;display:inline-flex;align-items:center;justify-content:center;z-index:50}.sync-page-close:before,.sync-page-close:after{content:"";position:absolute;width:28px;height:2px;background:currentColor;border-radius:1px;top:50%;left:50%;transform-origin:center}.sync-page-close:before{transform:translate(-50%,-50%) rotate(45deg)}.sync-page-close:after{transform:translate(-50%,-50%) rotate(-45deg)}.sync-page-close:hover,.sync-page-close:focus-visible{color:#fff;outline:none}.sync-sidebar{min-height:100vh;background:#141a31;border-right:1px solid rgba(235,239,255,.08);padding:1rem 1.5rem;box-sizing:border-box;display:flex;flex-direction:column}.sync-sidebar-logo{height:56px;width:auto;display:block}.sync-sidebar-logo-link{display:block;align-self:flex-start}.sync-sidebar-nav{margin-top:2rem;display:flex;flex-direction:column;gap:.4rem}.sync-sidebar-nav button{width:100%;border:0;border-radius:8px;background:transparent;color:#a5adbf;cursor:pointer;display:flex;align-items:center;gap:.55rem;font-size:.9rem;font-weight:700;padding:.62rem .7rem;text-align:left}.sync-sidebar-nav button:hover,.sync-sidebar-nav button:focus-visible,.sync-sidebar-nav button.is-active{background:#ebefff14;color:#fff;outline:none}.sync-sidebar-icon{width:16px;height:16px;flex:0 0 16px;color:currentColor}.sync-main{min-width:0;padding:1.35rem 2rem 2.25rem;box-sizing:border-box;overflow-y:auto}.sync-panel{width:min(1040px,100%);min-height:calc(100vh - 2.7rem);margin:0 auto;border:1px solid rgba(57,104,137,.76);border-radius:8px;background:#111318;padding:1.35rem 1.65rem;box-sizing:border-box}.sync-panel-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.35rem}.sync-panel-header h1{margin:0;color:#fff;font-size:clamp(1.75rem,2.4vw,2.25rem);font-weight:700;letter-spacing:0}.sync-panel-refresh{width:40px;height:40px;border:0;border-radius:50%;background:#20252d;color:#fff;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;padding:0}.sync-panel-refresh svg{width:22px;height:22px}.sync-panel-refresh:hover,.sync-panel-refresh:focus-visible{background:#2c3240;outline:none}.sync-panel-refresh:disabled{cursor:not-allowed;opacity:.55}.sync-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.15rem}.sync-provider-card,.sync-system-card{position:relative;height:128px;align-self:start;border-radius:8px;overflow:hidden;isolation:isolate}.sync-provider-card[role=button]{cursor:pointer}.sync-provider-card[role=button]:hover,.sync-provider-card[role=button]:focus-visible{outline:2px solid rgba(255,255,255,.5);outline-offset:2px}.sync-provider-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-1}.sync-provider-content,.sync-system-card{color:#fff;padding:1rem;box-sizing:border-box}.sync-provider-content{position:absolute;inset:0;display:flex;flex-direction:column}.sync-provider-logo{max-width:154px;height:30px;object-fit:contain;object-position:left center}.sync-provider-card.is-clio .sync-provider-logo{height:28px}.sync-provider-copy{margin-top:auto;padding-right:1.75rem;display:flex;flex-direction:column;gap:.25rem;line-height:1.2}.sync-provider-copy strong,.sync-system-copy strong{font-size:1rem;font-weight:800}.sync-provider-copy span{font-size:.86rem;font-weight:700;opacity:.95}.sync-card-close,.sync-card-refresh{position:absolute;z-index:2;border:0;background:transparent;color:#fff;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;padding:0}.sync-card-close{top:.8rem;right:.8rem;width:24px;height:24px;font-size:1.5rem;line-height:1;font-weight:300}.sync-card-close:disabled{cursor:not-allowed;opacity:.45}.sync-card-close.is-decorative{cursor:default;opacity:.85}.sync-card-refresh{right:.8rem;bottom:.8rem;width:28px;height:28px}.sync-card-refresh svg{width:20px;height:20px}.sync-card-refresh:disabled{cursor:not-allowed;opacity:.5}.sync-system-card{height:120px;background:#73c3fd;box-shadow:inset 0 4px 10px #ffffff47,0 4px 5px #0000000d}.sync-system-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-1}.sync-system-title{display:flex;align-items:center}.sync-system-title img{width:min(210px,calc(100% - 2.8rem));height:auto;display:block}.sync-system-copy{position:absolute;left:1rem;right:2.8rem;bottom:1rem;display:flex;flex-direction:column;gap:.25rem}.sync-dot-row{display:flex;align-items:center;min-height:1.05rem;gap:.38rem}.sync-status-dot{width:12px;height:12px;border-radius:50%;background:#ffc84d}.sync-status-dot.is-processed{background:#10ef3a}.sync-status-dot.is-error{background:#ff5e5e}.sync-callback,.sync-status-error,.sync-action-message{margin:0 0 1rem;font-size:.9rem;font-weight:700}.sync-callback{padding:.65rem .8rem;border-radius:8px}.sync-callback.is-success{background:#2e9f6224;color:#8ee0b0;border:1px solid rgba(46,159,98,.38)}.sync-callback.is-error,.sync-status-error{color:#ffb2b2}.sync-callback.is-error{background:#d2462f29;border:1px solid rgba(210,70,47,.38)}.sync-action-message{color:#cbd3ec}@media(max-width:1100px){.sync-card-grid{grid-template-columns:1fr}.sync-provider-card{min-height:128px}.sync-system-card{min-height:120px}}@media(max-width:900px){.sync-page{grid-template-columns:1fr}.sync-sidebar{min-height:auto;padding:1rem 1.5rem;display:flex;align-items:center;gap:1rem}.sync-sidebar-logo{height:56px;width:auto}.sync-sidebar-nav{margin-top:0;margin-left:auto;flex-direction:row;flex-wrap:wrap;justify-content:flex-end}.sync-sidebar-nav button{width:auto;padding:.55rem .7rem}.sync-main{padding:1.25rem}.sync-panel{min-height:auto}}@media(max-width:640px){.sync-panel{padding:1rem}.sync-panel-header{align-items:flex-start;flex-direction:column}}.alf-page{position:relative;min-height:100vh;width:100%;background:#fff;padding:1rem 1.5rem;box-sizing:border-box;display:flex;flex-direction:column;align-items:center}.alf-logo-link{align-self:flex-start;display:block}.alf-logo{align-self:flex-start;height:56px;width:auto}.alf-footer{position:absolute;bottom:1rem;left:1.5rem;margin:0;font-size:.8rem;color:#6b7280}.alf-heading{margin:24px 0;font-size:2.25rem;font-weight:700;color:#171d34;text-align:center}.alf-stepper{display:flex;align-items:center;justify-content:space-between;margin:0 auto 56px;width:min(100%,480px)}.alf-step{position:relative;flex:0 0 auto;display:flex;align-items:center;justify-content:center}.alf-step-dot{width:20px;height:20px;border-radius:50%;background:#fff;border:4px solid #307FF4;box-sizing:border-box}.alf-step-dot.is-current{border-width:4px}.alf-step-dot.is-pending{border-width:2px}.alf-step-label{position:absolute;top:calc(100% + 12px);left:50%;transform:translate(-50%);white-space:nowrap;font-size:.95rem;font-weight:600;color:#171d34}.alf-step-line{flex:1;height:2px;background:#307ff4}.alf-card-wrap{width:min(100%,480px);display:flex;flex-direction:column;align-items:stretch}.alf-section-title{margin:8px 0 4px;font-size:1.75rem;font-weight:700;color:#171d34;text-align:center}.alf-subtitle{margin:0 0 24px;font-size:.95rem;color:#171d34;text-align:center}.alf-field{display:flex;flex-direction:column;gap:8px;margin-bottom:20px}.alf-field-label{font-size:.95rem;font-weight:700;color:#171d34}.alf-field-input{width:100%;padding:16px 20px;border-radius:8px;border:2px solid #73C3FD;font-size:1rem;color:#171d34;background:#fff;box-sizing:border-box;transition:background-color .15s ease,border-color .15s ease;font-family:inherit}.alf-field-input::placeholder{color:#171d34;opacity:.5}.alf-field-input:hover,.alf-field-input:focus{outline:none;background:#73c3fd33;border-color:#73c3fd}.alf-helper{margin:6px 0 0;font-size:.85rem;color:#307ff4;line-height:1.4}.alf-actions{width:min(100%,480px);display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:28px}.alf-button{flex:1;padding:14px 24px;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;border:2px solid transparent;transition:background-color .15s ease,border-color .15s ease;font-family:inherit}.alf-button.is-back{background:#f5f9ff;color:#171d34;border-color:#73c3fd}.alf-button.is-back:hover{border-color:#4faff7}.alf-button.is-next{background:#73c3fd;color:#171d34;border-color:#73c3fd}.alf-button.is-next:hover:not(:disabled){background:#4faff7;border-color:#4faff7}.alf-button:disabled{opacity:.6;cursor:not-allowed}@media(max-width:640px){.alf-logo{position:static;margin-bottom:12px}.alf-step{width:110px}.alf-step-label{font-size:.85rem}}.profile-page{min-height:100vh;width:100%;display:grid;grid-template-columns:220px minmax(0,1fr);background:#0f1117;color:#ebefff}.profile-sidebar{min-height:100vh;background:#141a31;border-right:1px solid rgba(235,239,255,.08);padding:1rem 1.5rem;box-sizing:border-box;display:flex;flex-direction:column}.profile-sidebar-logo{height:56px;width:auto;display:block}.profile-sidebar-logo-link{display:block;align-self:flex-start}.profile-sidebar-bottom{margin-top:2rem;display:flex;flex-direction:column;gap:.4rem}.profile-sidebar-bottom button{width:100%;border:0;border-radius:8px;background:transparent;color:#a5adbf;cursor:pointer;display:flex;align-items:center;gap:.55rem;font-size:.9rem;font-weight:700;padding:.62rem .7rem;text-align:left}.profile-sidebar-icon{width:16px;height:16px;flex:0 0 16px;color:currentColor}.profile-sidebar-bottom button:hover,.profile-sidebar-bottom button:focus-visible,.profile-sidebar-bottom button.is-active{background:#ebefff14;color:#fff;outline:none}.profile-main{position:relative;min-width:0;padding:1.35rem 2rem 2.25rem;box-sizing:border-box;overflow-y:auto}.profile-header{width:min(980px,100%);margin:0 auto 1rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.profile-header h1{margin:0;color:#fff;font-size:clamp(1.75rem,2.4vw,2.25rem);font-weight:700;letter-spacing:0}.profile-header-user{display:flex;align-items:center;gap:.7rem;min-width:0}.profile-header-actions{display:flex;align-items:center;gap:.9rem;min-width:0}.profile-header-user img,.profile-header-user>span{width:40px;height:40px;flex:0 0 40px;border-radius:50%;object-fit:cover}.profile-header-user>span{display:inline-flex;align-items:center;justify-content:center;background:#969daa;color:#171a218f;font-weight:800;font-size:.9rem}.profile-header-user div{min-width:0;display:flex;flex-direction:column;line-height:1.18}.profile-header-user strong,.profile-header-user small{max-width:260px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-header-user strong{color:#fff;font-size:.92rem;font-weight:800}.profile-header-user small{color:#9aa1b4;font-size:.78rem;font-weight:700}.profile-close-button{position:fixed;top:.25rem;right:.5rem;width:56px;height:56px;border:none;background:transparent;color:#9d9d9d;cursor:pointer;line-height:1;display:inline-flex;align-items:center;justify-content:center;z-index:50}.profile-close-button:before,.profile-close-button:after{content:"";position:absolute;width:28px;height:2px;background:currentColor;border-radius:1px;top:50%;left:50%;transform-origin:center}.profile-close-button:before{transform:translate(-50%,-50%) rotate(45deg)}.profile-close-button:after{transform:translate(-50%,-50%) rotate(-45deg)}.profile-close-button:hover,.profile-close-button:focus-visible{color:#fff;outline:none}.profile-content{width:min(980px,100%);margin:0 auto;display:flex;flex-direction:column;gap:1rem}.profile-card{position:relative;border:1px solid rgba(57,104,137,.76);border-radius:8px;background:#111318;padding:clamp(1.1rem,2vw,1.65rem);box-sizing:border-box}.profile-summary-card{min-height:116px;display:flex;align-items:center;gap:1rem}.profile-photo-wrap{position:relative;flex:0 0 auto}.profile-large-photo{width:80px;height:80px;border-radius:50%;object-fit:cover;display:block}.profile-large-photo.is-fallback{display:inline-flex;align-items:center;justify-content:center;background:#969daa;color:#171a218f;font-size:1.35rem;font-weight:800}.profile-photo-edit{position:absolute;right:-.4rem;bottom:0;border:1px solid rgba(235,239,255,.32);border-radius:999px;background:#171a21;color:#fff;cursor:pointer;font-size:.68rem;font-weight:800;padding:.3rem .42rem}.profile-photo-edit:hover,.profile-photo-edit:focus-visible{border-color:#77bff4;outline:none}.profile-photo-menu{position:absolute;left:64px;top:62px;z-index:4;min-width:150px;padding:.35rem;display:flex;flex-direction:column;gap:.2rem;border:1px solid #243447;border-radius:8px;background:#111318;box-shadow:0 18px 38px #00000059}.profile-photo-menu button{width:100%;border:0;border-radius:6px;background:transparent;color:#ebefff;cursor:pointer;display:flex;align-items:center;gap:.55rem;font-size:.86rem;font-weight:800;padding:.58rem .65rem;text-align:left}.profile-photo-menu-icon{width:18px;height:18px;flex:0 0 18px;color:#73c3fd}.profile-photo-menu button:hover,.profile-photo-menu button:focus-visible{background:#253044;outline:none}.profile-file-input{display:none}.profile-summary-text{min-width:0;display:flex;flex-direction:column;gap:.25rem}.profile-summary-text strong{color:#fff;font-size:1.12rem;font-weight:800}.profile-summary-text span{color:#ebefff;font-size:.92rem;font-weight:700}.profile-card h2{margin:0 0 1.2rem;color:#fff;font-size:1.28rem;font-weight:800;letter-spacing:0}.profile-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem 1.25rem}.profile-form-grid label{min-width:0;display:flex;flex-direction:column;gap:.38rem;color:#fff;font-size:.84rem;font-weight:800}.profile-form-grid input{width:100%;min-width:0;box-sizing:border-box;border:1px solid #243447;border-radius:8px;background:#111318;color:#fff;font:inherit;font-size:.92rem;font-weight:700;padding:.68rem .75rem}.profile-form-grid input:focus{border-color:#77bff4;outline:none}.profile-form-grid input:disabled{color:#b9c0cf;background:#1b2027;cursor:not-allowed}.profile-message{margin:0;font-size:.86rem;font-weight:800}.profile-message.is-error{color:#ffb2b2}.profile-message.is-success{color:#8ee0b0}.profile-actions{display:flex;justify-content:flex-end}.profile-actions button{min-width:104px;border:0;border-radius:8px;background:#6974a6;color:#fff;cursor:pointer;font-size:.92rem;font-weight:800;padding:.72rem 1rem}.profile-actions button:hover,.profile-actions button:focus-visible{background:#7985bb;outline:none}.profile-actions button:disabled{cursor:not-allowed;opacity:.58}.profile-unsaved-backdrop{position:fixed;inset:0;z-index:20;display:flex;align-items:center;justify-content:center;padding:1rem;background:#05070bad}.profile-unsaved-modal{width:min(420px,100%);border:1px solid rgba(57,104,137,.86);border-radius:8px;background:#111318;box-shadow:0 24px 54px #00000073;box-sizing:border-box;padding:1.2rem}.profile-unsaved-modal h2{margin:0 0 .5rem;color:#fff;font-size:1.18rem;font-weight:800}.profile-unsaved-modal p{margin:0;color:#c7cedd;font-size:.9rem;font-weight:650;line-height:1.45}.profile-unsaved-modal .profile-unsaved-error{margin-top:.65rem;color:#ffb2b2;font-weight:800}.profile-unsaved-actions{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:.55rem;margin-top:1rem}.profile-unsaved-actions button{border:0;border-radius:8px;cursor:pointer;font-size:.84rem;font-weight:800;padding:.62rem .78rem}.profile-modal-secondary{background:#232a38;color:#dce5f7}.profile-modal-ghost{background:transparent;color:#c6cede}.profile-modal-discard{color:#ff5e5e}.profile-modal-primary{background:#6974a6;color:#fff}.profile-unsaved-actions button:hover,.profile-unsaved-actions button:focus-visible{filter:brightness(1.12);outline:none}.profile-unsaved-actions button:disabled{cursor:not-allowed;opacity:.58}@media(max-width:900px){.profile-page{grid-template-columns:1fr}.profile-sidebar{min-height:auto;padding:1rem 1.5rem;flex-direction:row;align-items:center;gap:1rem}.profile-sidebar-logo{height:56px;width:auto}.profile-sidebar-bottom{margin-top:0;margin-left:auto;flex-direction:row;flex-wrap:wrap;justify-content:flex-end}.profile-sidebar-bottom button{width:auto;padding:.55rem .7rem}.profile-main{padding:1.25rem}}@media(max-width:640px){.profile-header{align-items:flex-start;flex-direction:column}.profile-header-actions{width:100%;justify-content:space-between}.profile-summary-card{align-items:flex-start;flex-direction:column}.profile-form-grid{grid-template-columns:1fr}.profile-photo-menu{left:0;top:calc(100% + .55rem)}}.auth-page{display:flex;min-height:100vh;width:100%;background-color:var(--color-bg)}.auth-form-panel{flex:1;display:flex;flex-direction:column;padding:1rem 1.5rem;position:relative}.auth-logo-link{align-self:flex-start;display:block}.auth-logo{height:56px;width:auto;align-self:flex-start}.auth-form-wrapper{flex:1;display:flex;flex-direction:column;justify-content:center;max-width:540px;width:100%;margin:0 auto}.auth-heading{font-size:3.15rem;font-weight:700;color:var(--color-text);margin:0 0 .5rem;line-height:1.1}.auth-subheading{font-size:1.05rem;color:var(--color-text-muted);margin:0 0 2rem}.auth-form{display:flex;flex-direction:column;gap:1.25rem}.auth-field{display:flex;flex-direction:column;gap:.5rem}.auth-label{font-size:1.05rem;font-weight:700;color:var(--color-text)}.auth-input{height:56px;padding:0 1.1rem;font-size:1.05rem;border:1px solid var(--color-border);border-radius:var(--radius-input);background-color:var(--color-bg);color:var(--color-text);font-family:inherit;width:100%;box-sizing:border-box}.auth-input::placeholder{color:#9ca3af}.auth-input:focus{outline:none;border-color:var(--color-primary)}.auth-error{margin:0;color:#d63a2f;font-size:.9rem;font-weight:500}.auth-row{display:flex;justify-content:space-between;align-items:center;margin-top:.25rem}.auth-checkbox{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:var(--color-text);cursor:pointer}.auth-checkbox input{width:18px;height:18px;accent-color:var(--color-primary);cursor:pointer}.auth-link-blue{font-size:.9rem;color:var(--color-primary);font-weight:700}.auth-link-button{background:none;border:none;padding:0;cursor:pointer;font-family:inherit;font-size:inherit}.auth-submit{height:60px;background-color:var(--color-primary-soft);color:var(--color-text);border:none;border-radius:var(--radius-input);font-size:1.1rem;font-weight:600;cursor:pointer;margin-top:.5rem;transition:background-color .2s,color .2s}.auth-submit:hover{background-color:var(--color-primary);color:#fff}.auth-submit:disabled{background-color:#c9e5f8;color:#6b7280;cursor:not-allowed}.auth-submit:disabled:hover{background-color:#c9e5f8;color:#6b7280}.auth-bottom-line{text-align:center;font-size:.95rem;color:var(--color-text-muted);margin:1.5rem 0 0}.auth-bottom-link{color:var(--color-primary);font-weight:700}.auth-back-link{display:inline-flex;align-items:center;gap:.4rem;margin-top:1.25rem;color:var(--color-primary);font-size:.95rem;font-weight:700;align-self:center}.auth-back-link:before{content:"‹";font-size:1.2rem;line-height:1}.auth-footer{font-size:.8rem;color:var(--color-text-muted);margin:0;align-self:flex-start}.auth-illustration-panel{flex:1;background-color:var(--color-bg-panel);display:flex;align-items:center;justify-content:center;padding:0}.auth-illustration{width:80%;height:80%;object-fit:contain}.auth-illustration--login{width:100%;height:100%}.auth-illustration--signup{width:70%;height:70%}.auth-strength{display:flex;align-items:center;gap:.75rem;margin-top:.5rem}.auth-strength-bar{flex:1;height:4px;background-color:#e5e7eb;border-radius:999px;overflow:hidden}.auth-strength-fill{height:100%;border-radius:999px;transition:width .2s,background-color .2s}.auth-strength-fill.level-1{width:25%;background-color:#d63a2f}.auth-strength-fill.level-2{width:50%;background-color:#e8a93b}.auth-strength-fill.level-3{width:75%;background-color:#1e9bf0}.auth-strength-fill.level-4{width:100%;background-color:#2e9f62}.auth-strength-label{font-size:.85rem;font-weight:600}.auth-strength-label.level-1{color:#d63a2f}.auth-strength-label.level-2{color:#e8a93b}.auth-strength-label.level-3{color:#1e9bf0}.auth-strength-label.level-4{color:#2e9f62}.auth-input-wrapper{position:relative}.auth-input-wrapper .auth-input{padding-right:3rem}.auth-input-icon{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;color:var(--color-text-muted);padding:.25rem;display:flex;align-items:center;justify-content:center;line-height:0}.auth-input-icon:hover{color:var(--color-text)}@media(max-width:900px){.auth-illustration-panel{display:none}.auth-form-panel{padding:1.5rem}.auth-form-wrapper{margin-left:0}}.legal-modal-overlay{position:fixed;inset:0;background:#0f192880;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem}.legal-modal{background:var(--color-bg);border-radius:14px;max-width:760px;width:100%;max-height:88vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 20px 60px #00000040}.legal-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 2.5rem;border-bottom:2px solid var(--color-primary-soft)}.legal-modal-title{font-size:1.15rem;font-weight:700;margin:0;color:var(--color-text)}.legal-modal-close{background:none;border:none;cursor:pointer;font-size:1.75rem;line-height:1;color:var(--color-text);padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center}.legal-modal-close:hover{color:var(--color-primary)}.legal-modal-body{overflow-y:auto;padding:1.5rem 2.5rem;flex:1;color:var(--color-text)}.legal-modal-body h3{font-size:1.5rem;font-weight:700;margin:0 0 1rem;line-height:1.2}.legal-modal-body h3:not(:first-child){margin-top:1.75rem}.legal-modal-body h4{font-size:1.05rem;font-weight:700;margin:1rem 0 .5rem}.legal-modal-body p{line-height:1.6;margin:0 0 1rem;text-align:justify;font-size:.95rem}.legal-modal-body ul{margin:0 0 1rem;padding-left:1.5rem}.legal-modal-body li{line-height:1.6;margin-bottom:.4rem;font-size:.95rem}.legal-modal-body a{color:var(--color-primary);font-weight:500}.legal-modal-footer{display:flex;justify-content:flex-end;gap:.75rem;padding:1.25rem 2.5rem}.legal-modal-button{height:44px;padding:0 1.75rem;border-radius:var(--radius-input);font-size:.95rem;font-weight:600;cursor:pointer;font-family:inherit;min-width:110px;transition:background-color .2s,color .2s}.legal-modal-button.primary{background-color:var(--color-primary-soft);color:var(--color-text);border:1px solid var(--color-primary-soft)}.legal-modal-button.primary:hover{background-color:var(--color-primary);color:#fff;border-color:var(--color-primary)}.legal-modal-button.secondary{background-color:transparent;color:var(--color-primary);border:1px solid var(--color-primary)}.legal-modal-button.secondary:hover{background-color:#1e9bf014}@media(max-width:700px){.legal-modal-header,.legal-modal-body,.legal-modal-footer{padding-left:1.25rem;padding-right:1.25rem}.legal-modal-footer{flex-direction:column-reverse}.legal-modal-button{width:100%}}
