@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-note{margin:.5rem 0 0;opacity:.78;font-size:.8rem;line-height:1.4}.pdf-download-button-disabled,.pdf-download-button:disabled{opacity:.45;cursor:not-allowed;box-shadow:none}.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-label{margin-right:.15rem;color:#1f2937;font-size:.95rem}.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}.report-options-picker{align-self:flex-start;max-width:92%;margin-top:.5rem;padding:.75rem;border-radius:12px;background:#eef2f7;box-sizing:border-box}.report-options-select-all{display:inline-block;margin-bottom:.5rem;padding:.4rem .85rem;border:1px solid #2563eb;border-radius:999px;background:#fff;color:#2563eb;font-size:.9rem;font-weight:600;cursor:pointer}.report-options-select-all:hover,.report-options-select-all:focus-visible{background:#2563eb;color:#fff}.report-options-select-all:disabled{opacity:.6;cursor:not-allowed}.report-options-list{display:flex;flex-direction:column;background:#fff;border-radius:10px;overflow:hidden}.report-options-row{display:grid;grid-template-columns:20px minmax(0,1fr);align-items:start;gap:.6rem;padding:.6rem .75rem;color:#1f2937;font-size:.95rem;line-height:1.4;border-bottom:1px solid #eef2f7;cursor:pointer}.report-options-row:last-child{border-bottom:none}.report-options-row input{margin:.2rem 0 0;justify-self:start;align-self:start}.report-options-save{display:block;width:100%;margin-top:.6rem;padding:.55rem .9rem;border:none;border-radius:8px;background:#2563eb;color:#fff;font-size:.95rem;font-weight:600;cursor:pointer}.report-options-save:hover,.report-options-save:focus-visible{background:#1d4ed8}.report-options-save:disabled{opacity:.55;cursor:not-allowed}.date-range-picker{align-self:flex-start;display:flex;flex-direction:column;width:100%;max-width:420px;margin-top:.5rem;padding:.75rem;border-radius:12px;background:#eef2f7;box-sizing:border-box}.date-range-picker-label{display:block;margin-bottom:.3rem;color:#1f2937;font-size:.9rem;font-weight:600}.date-range-picker-input{width:100%;margin-bottom:.6rem;padding:.45rem .6rem;border:1px solid #d1d5db;border-radius:8px;background:#fff;color:#1f2937;font-size:.95rem;box-sizing:border-box}.date-range-picker-save{display:block;width:100%;margin-top:.2rem;padding:.55rem .9rem;border:none;border-radius:8px;background:#2563eb;color:#fff;font-size:.95rem;font-weight:600;cursor:pointer}.date-range-picker-save:hover,.date-range-picker-save:focus-visible{background:#1d4ed8}.date-range-picker-save:disabled{opacity:.55;cursor:not-allowed}.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}}.chat-pdf-preview{margin-top:.75rem;width:100%;height:600px;border-radius:8px;overflow:hidden}.chat-pdf-preview-frame{width:100%;height:100%;border:none;display:block}.account-sidebar{position:sticky;top:0;align-self:start;z-index:10;width:220px;height:100vh;height:100dvh;min-height:0;box-sizing:border-box;display:flex;flex-direction:column;padding:1.5rem 1.25rem 1.75rem;background:#171d34;color:#ffffff8c;overflow:visible}.account-sidebar-logo-link{width:94px;height:88px;margin:0 auto 1rem;display:block;overflow:hidden}.account-sidebar-logo{width:94px;height:auto;display:block;object-fit:contain;object-position:top left}.account-sidebar-nav{display:flex;flex-direction:column}.account-sidebar-nav-bottom{margin-top:auto}.account-sidebar-nav button{width:100%;min-height:44px;box-sizing:border-box;border:0;border-radius:0;background:transparent;color:#ffffff8c;cursor:pointer;display:flex;align-items:center;gap:.7rem;padding:.6rem 0;font-size:.9rem;font-weight:600;line-height:1;text-align:left}.account-sidebar-nav button:hover,.account-sidebar-nav button:focus-visible,.account-sidebar-nav button.is-active{background:transparent;color:#fff;outline:none}.account-sidebar-icon{width:24px;height:24px;flex:0 0 24px;color:currentColor;stroke-width:1.5}.account-sidebar-toggle{position:absolute;top:50%;right:-22px;width:23px;height:60px;padding:0;border:0;border-radius:0 40px 40px 0;background:#fff;color:#171d34;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;font-size:0}.account-sidebar-toggle:before{content:"‹";font-size:1.8rem;font-weight:400;line-height:1;transform:translate(-1px)}.account-sidebar-toggle:hover,.account-sidebar-toggle:focus-visible{background:#e8edf5;outline:2px solid #73c3fd;outline-offset:2px}.account-sidebar.is-collapsed{width:68px;padding-inline:.75rem}.account-sidebar.is-collapsed .account-sidebar-logo-link{width:48px;height:56px;margin-bottom:2.8rem}.account-sidebar.is-collapsed .account-sidebar-logo{width:90px;max-width:none}.account-sidebar.is-collapsed .account-sidebar-nav button{justify-content:center}.account-sidebar.is-collapsed .account-sidebar-nav button span{display:none}.account-sidebar.is-collapsed .account-sidebar-toggle:before{content:"›";transform:translate(1px)}@media(max-width:900px){.account-sidebar,.account-sidebar.is-collapsed{position:relative;top:auto;align-self:auto;width:100%;height:auto;min-height:auto;padding:.8rem 1rem;flex-direction:row;align-items:center;gap:1rem;overflow:visible}.account-sidebar-logo-link,.account-sidebar.is-collapsed .account-sidebar-logo-link{width:88px;height:48px;margin:0}.account-sidebar-logo,.account-sidebar.is-collapsed .account-sidebar-logo{width:88px;height:48px;max-width:none;object-fit:contain}.account-sidebar-nav,.account-sidebar-nav-bottom{margin:0;flex-direction:row;gap:.25rem}.account-sidebar-nav-bottom{margin-left:auto}.account-sidebar-nav button,.account-sidebar.is-collapsed .account-sidebar-nav button{width:auto;min-height:40px;justify-content:center;padding:.55rem}.account-sidebar-nav button span,.account-sidebar.is-collapsed .account-sidebar-nav button span{display:none}.account-sidebar-icon{width:22px;height:22px;flex-basis:22px}.account-sidebar-toggle{display:none}}@media(prefers-reduced-motion:reduce){.account-sidebar{transition:none}}.sync-page{min-height:100vh;min-height:100dvh;width:100%;max-width:100%;min-width:0;display:grid;grid-template-columns:minmax(0,auto) minmax(0,1fr);background:#0f1117;color:#ebefff;overflow-x:clip}.sync-page>*,.sync-card-grid>*,.sync-provider-content,.sync-provider-copy{min-width:0}.sync-page .account-sidebar{max-width:100%}.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-main{width:100%;max-width:100%;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;display:flex;flex-direction:column}.sync-danger-zone{margin-top:auto;padding-top:2rem;display:flex;justify-content:flex-end}.sync-clear-all-button{min-height:36px;padding:.45rem .8rem;border:1px solid #e45151;border-radius:7px;background:#c42b2b1f;color:#ff8585;font-size:.78rem;font-weight:800;line-height:1.2}.sync-clear-all-button:hover,.sync-clear-all-button:focus-visible{border-color:#ff6b6b;background:#b72c2c;color:#fff;outline:2px solid rgba(255,107,107,.35);outline-offset:2px}.sync-reset-backdrop{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;padding:1rem;background:#03050ac2;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.sync-reset-dialog{width:min(500px,100%);max-height:calc(100dvh - 2rem);overflow-y:auto;box-sizing:border-box;padding:1.75rem;border:1px solid #4a5668;border-radius:14px;background:#151920;color:#edf1fa;box-shadow:0 24px 70px #0000008c}.sync-reset-eyebrow{display:inline-block;margin-bottom:.55rem;color:#ff8585;font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.sync-reset-dialog h2{margin:0 0 .65rem;color:#fff;font-size:1.45rem;line-height:1.25}.sync-reset-dialog p,.sync-reset-dialog li{color:#c3cad7;font-size:.92rem;line-height:1.55}.sync-reset-dialog p{margin:0}.sync-reset-dialog ul{margin:.9rem 0;padding-left:1.2rem}.sync-reset-dialog li+li{margin-top:.35rem}.sync-reset-dialog .sync-reset-preserved{padding:.75rem .85rem;border-left:3px solid #55b98b;border-radius:4px;background:#3c996f1a;color:#ccebdc}.sync-reset-dialog .sync-reset-error{margin-top:.85rem;color:#ff9a9a}.sync-reset-actions{display:flex;justify-content:flex-end;gap:.7rem;margin-top:1.35rem}.sync-reset-cancel,.sync-reset-primary{min-height:42px;padding:.6rem 1rem;border-radius:8px;font-size:.88rem;font-weight:800}.sync-reset-cancel{border:1px solid #535d6c;background:transparent;color:#e7ebf3}.sync-reset-primary{border:1px solid #cc3b3b;background:#b72c2c;color:#fff}.sync-reset-cancel:hover,.sync-reset-cancel:focus-visible{border-color:#7f8a9a;background:#232933}.sync-reset-primary:hover,.sync-reset-primary:focus-visible{border-color:#f77;background:#cc3939}.sync-reset-cancel:disabled,.sync-reset-primary:disabled{cursor:wait;opacity:.58}.sync-reset-email-icon{display:grid;place-items:center;width:44px;height:44px;margin-bottom:1rem;border-radius:50%;background:#3c996f2e;color:#7ce0ae;font-size:1.3rem;font-weight:900}.sync-reset-email-icon+h2+p{margin-bottom:1.2rem}.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{width:100%;min-width:0;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{max-width:100%;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-provider-copy .sync-provider-firm{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.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;width:100vw;max-width:100vw}.sync-main{width:100vw;max-width:100vw;padding:1rem;overflow-x:hidden}.sync-panel{width:100%;max-width:100%;min-width:0;min-height:auto}}@media(max-width:640px){.sync-main{padding:.75rem}.sync-panel{width:100%;max-width:100%;padding:.875rem}.sync-card-grid,.sync-provider-card,.sync-system-card{min-width:0;max-width:100%}.sync-panel-header{align-items:flex-start;flex-direction:column}.sync-panel-header h1{font-size:1.75rem}.sync-provider-card,.sync-system-card{width:100%;max-width:100%}.sync-danger-zone{padding-top:2.5rem}.sync-clear-all-button{width:100%}.sync-reset-dialog{padding:1.25rem}.sync-reset-actions{flex-direction:column-reverse}.sync-reset-actions button{width:100%}}.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;min-height:100dvh;width:100%;max-width:100%;min-width:0;display:grid;grid-template-columns:minmax(0,auto) minmax(0,1fr);background:#111;color:#f5f5f7;overflow-x:clip}.profile-page>*,.profile-header>*,.profile-header-actions>*,.profile-content,.profile-form-grid>*{min-width:0}.profile-main{width:100%;max-width:100%;min-width:0;min-height:100vh;box-sizing:border-box;padding:0 28px 42px;background:#111}.profile-header{width:100%;min-width:0;min-height:96px;box-sizing:border-box;border-bottom:1px solid rgba(255,255,255,.03);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1.5rem}.profile-title-block{justify-self:start}.profile-title-block h1{margin:0;color:#f5f5f7;font-size:1.875rem;line-height:1;font-weight:500;letter-spacing:-.035em}.profile-title-block p{display:none}.profile-header-actions{width:100%;min-width:0;justify-self:end;display:flex;align-items:center;justify-content:flex-end;gap:1rem}.profile-firm-field{justify-self:center;width:min(30vw,390px);min-width:180px;max-width:390px}.profile-firm-field label{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.profile-firm-field select{width:100%;height:54px;box-sizing:border-box;border:2px solid #493b0e;border-radius:27px;background:#111;color:#d6d6d9;padding:0 1.1rem;font:inherit;font-size:.92rem;font-weight:600;opacity:1;cursor:pointer}.profile-firm-field select:hover,.profile-firm-field select:focus-visible{border-color:#75611d;outline:2px solid #73c3fd;outline-offset:2px}.profile-firm-field select:disabled{cursor:not-allowed;opacity:.62}.profile-header-icon-button{width:48px;height:48px;flex:0 0 48px;padding:0;border:0;border-radius:50%;background:#22252a;color:#f4f5f7;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.profile-header-icon-button:hover,.profile-header-icon-button:focus-visible{background:#30343a;outline:2px solid #73c3fd;outline-offset:3px}.profile-header-icon-button>span{font-size:2.35rem;line-height:1;font-weight:300;transform:translateY(-2px)}.profile-header-icon-button svg{width:25px;height:25px}.profile-header-divider{width:2px;height:38px;background:#ffffff6b}.profile-header-user{min-width:0;flex:0 1 auto;display:flex;align-items:center;gap:.7rem}.profile-header-user img,.profile-header-user>span{width:52px;height:52px;flex:0 0 52px;border-radius:50%;object-fit:cover}.profile-header-user>span{display:inline-flex;align-items:center;justify-content:center;background:#aab0bf;color:#222833;font-size:1rem;font-weight:800}.profile-header-user div{min-width:0;display:flex;flex-direction:column;gap:.18rem}.profile-header-user strong,.profile-header-user small{max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-header-user strong{color:#f4f4f5;font-size:.92rem;font-weight:800}.profile-header-user small{color:#f5f5f7a1;font-size:.8rem;font-weight:700}.profile-close-button{position:relative;flex:0 0 40px;width:40px;height:40px;padding:0;border:0;background:transparent;color:#ffffffa6;cursor:pointer}.profile-close-button:before,.profile-close-button:after{content:"";position:absolute;top:50%;left:50%;width:22px;height:2px;background:currentColor}.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:2px solid #73c3fd;outline-offset:2px}.profile-content{width:min(840px,100%);margin:0 auto;padding-top:26px;display:flex;flex-direction:column;gap:30px}.profile-summary,.profile-section{box-sizing:border-box;border:2px solid #1c4b67;border-radius:16px;background:#111}.profile-summary{min-height:164px;padding:30px;display:flex;align-items:center;gap:22px}.profile-photo-wrap{position:relative;flex:0 0 auto}.profile-large-photo{width:102px;height:102px;display:block;border-radius:50%;object-fit:cover}.profile-large-photo.is-fallback{display:inline-flex;align-items:center;justify-content:center;background:#aab0bf;color:#252b36;font-size:1.3rem;font-weight:800}.profile-photo-edit{position:absolute;right:-5px;bottom:2px;width:42px;height:42px;padding:0;border:2px solid #ffffff;border-radius:50%;background:#111;color:transparent;cursor:pointer}.profile-photo-edit:after{content:"✎";color:#fff;font-size:1.4rem;font-weight:400;line-height:1}.profile-photo-edit:hover,.profile-photo-edit:focus-visible{border-color:#73c3fd;outline:2px solid #73c3fd;outline-offset:2px}.profile-photo-menu{position:absolute;top:82px;left:90px;z-index:30;min-width:185px;padding:.75rem;display:flex;flex-direction:column;gap:.3rem;border:1px solid rgba(115,195,253,.35);border-radius:10px;background:#1c1f24;box-shadow:0 8px 8px #00000059}.profile-photo-menu button{min-height:38px;padding:.4rem;border:0;background:transparent;color:#fff;cursor:pointer;display:flex;align-items:center;gap:.6rem;font:inherit;font-size:.82rem;font-weight:700;text-align:left}.profile-photo-menu button:hover,.profile-photo-menu button:focus-visible{background:#2c3239;outline:none}.profile-photo-menu-icon{width:20px;height:20px;color:#73c3fd}.profile-file-input{display:none}.profile-summary-text{display:flex;flex-direction:column;gap:.4rem;color:#f2f2f3}.profile-summary-text strong{font-size:1.05rem;font-weight:800}.profile-summary-text span{font-size:.9rem;font-weight:600}.profile-summary-text .profile-summary-address{font-size:.86rem}.profile-section{padding:38px 32px 34px}.profile-section-heading{margin-bottom:32px}.profile-section-heading h2{margin:0;color:#fff;font-size:1.5rem;line-height:1;font-weight:700;letter-spacing:-.025em}.profile-section-heading p{display:none}.profile-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 26px}.profile-form-grid label,.profile-signature-field{min-width:0;display:flex;flex-direction:column;gap:9px}.profile-form-grid label>span,.profile-field-label{color:#f6f6f7;font-size:.9rem;font-weight:800}.profile-form-grid input{width:100%;height:46px;box-sizing:border-box;border:2px solid #173246;border-radius:8px;background:#111;color:#e3e5e9;padding:0 12px;font:inherit;font-size:1rem;font-weight:600}.profile-form-grid input:focus{border-color:#73c3fd;outline:0}.profile-form-grid input:disabled{background:#1d2229;border-color:#38424f;color:#9da6b4;opacity:1}.profile-field-wide{grid-column:1 / -1}.profile-signature-field{grid-column:1}.profile-signature-control{min-height:48px;box-sizing:border-box;display:flex;align-items:center;gap:0;border:2px solid #173246;border-radius:8px;overflow:hidden;background:#111}.profile-signature-preview{width:104px;min-height:48px;display:flex;align-items:center;justify-content:center;background:#f5f5f7;color:#596273;overflow:hidden}.profile-signature-preview img{max-width:100%;max-height:62px;object-fit:contain}.profile-signature-preview span{padding:.4rem;font-size:.68rem;text-align:center;font-weight:700}.profile-file-actions{display:flex;align-items:center;gap:.4rem;padding:0 .6rem}.profile-file-actions button{height:36px;padding:0 .9rem;border:0;border-radius:6px;background:#1976d2;color:#fff;cursor:pointer;font:inherit;font-size:.85rem;font-weight:700}.profile-file-actions button:hover,.profile-file-actions button:focus-visible{background:#2685df;outline:2px solid #73c3fd;outline-offset:2px}.profile-file-actions button.is-secondary{background:transparent;color:#e5e8ec}.profile-save-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:0 8px 20px}.profile-message{margin:0;font-size:.9rem;font-weight:700}.profile-message.is-error,.profile-unsaved-error{color:#ffb9b9}.profile-message.is-success{color:#94dcb2}.profile-save-button{min-width:120px;height:46px;border:0;border-radius:8px;background:#7281b5;color:#fff;cursor:pointer;font:inherit;font-size:.9rem;font-weight:800}.profile-save-button:hover,.profile-save-button:focus-visible{background:#8393ca;outline:2px solid #aebdff;outline-offset:2px}.profile-save-button:disabled{cursor:not-allowed;opacity:.52}.profile-unsaved-backdrop{position:fixed;inset:0;z-index:50;display:flex;align-items:center;justify-content:center;padding:1rem;background:#000000bf}.profile-unsaved-modal{width:min(440px,100%);border:2px solid #1c4b67;border-radius:20px;background:#171717;padding:1.5rem;box-shadow:0 8px 8px #00000059}.profile-unsaved-modal h2{margin:0 0 .6rem;color:#fff;font-size:1.35rem}.profile-unsaved-modal p{margin:0;color:#dadde2;line-height:1.5}.profile-unsaved-actions{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:.6rem;margin-top:1.3rem}.profile-unsaved-actions button{min-height:42px;border:0;border-radius:8px;padding:.6rem .85rem;cursor:pointer;font:inherit;font-size:.85rem;font-weight:800}.profile-modal-secondary{background:#2b3139;color:#fff}.profile-modal-ghost{background:transparent;color:#d9dee6}.profile-modal-discard{color:#ff9f9f}.profile-modal-primary{background:#7281b5;color:#fff}.profile-skeleton{display:flex;flex-direction:column;gap:30px}.profile-skeleton-summary,.profile-skeleton-panel{min-height:150px;box-sizing:border-box;border:2px solid #1c4b67;border-radius:16px;padding:30px;background:#111}.profile-skeleton-summary{display:flex;align-items:center;gap:22px}.profile-skeleton-avatar,.profile-skeleton-summary span,.profile-skeleton-panel span{display:block;border-radius:8px;background:#26303a;animation:profile-pulse 1.2s ease-in-out infinite alternate}.profile-skeleton-avatar{width:102px;height:102px;border-radius:50%}.profile-skeleton-summary div{width:190px}.profile-skeleton-summary div span:first-child{height:18px;width:75%}.profile-skeleton-summary div span:last-child{height:13px;width:50%;margin-top:11px}.profile-skeleton-panel>span{width:150px;height:22px;margin-bottom:24px}.profile-skeleton-panel div{display:grid;grid-template-columns:1fr 1fr;gap:22px}.profile-skeleton-panel div span{height:46px}@keyframes profile-pulse{0%{opacity:.55}to{opacity:1}}@media(max-width:1300px){.profile-header-actions{gap:.75rem}.profile-firm-field{width:min(28vw,320px);max-width:320px}.profile-header-user strong,.profile-header-user small{max-width:120px}}@media(max-width:1120px){.profile-header{grid-template-columns:1fr;padding-block:16px}.profile-title-block,.profile-firm-field,.profile-header-actions{justify-self:stretch}.profile-header-actions{justify-content:flex-start;flex-wrap:wrap}.profile-firm-field{width:100%;max-width:390px}}@media(max-width:900px){.profile-page{grid-template-columns:1fr}.profile-main{padding:0 20px 42px}.profile-header{min-height:auto;padding-block:24px}}@media(max-width:640px){.profile-main{padding-inline:16px}.profile-header-actions{gap:.7rem}.profile-firm-field{width:100%}.profile-firm-field select{height:56px}.profile-header-icon-button{width:48px;height:48px;flex-basis:48px}.profile-header-divider{display:none}.profile-header-user strong,.profile-header-user small{max-width:130px}.profile-summary,.profile-section,.profile-skeleton-summary,.profile-skeleton-panel{border-radius:22px}.profile-summary{min-height:0;padding:28px 20px;gap:20px}.profile-large-photo{width:100px;height:100px}.profile-photo-edit{width:44px;height:44px}.profile-section{padding:34px 20px}.profile-section-heading{margin-bottom:30px}.profile-section-heading h2{font-size:1.5rem}.profile-form-grid,.profile-skeleton-panel div{grid-template-columns:1fr}.profile-signature-field{grid-column:1}.profile-signature-control{flex-wrap:wrap}.profile-signature-preview{width:100%}.profile-file-actions{padding:8px}.profile-save-row{align-items:stretch;flex-direction:column}.profile-save-button{width:100%}}@media(max-width:440px){.profile-summary{flex-direction:column;align-items:flex-start}.profile-photo-menu{top:calc(100% + 8px);left:0}.profile-header-user{order:3;width:100%}.profile-close-button{width:44px;height:44px}}@media(prefers-reduced-motion:reduce){.profile-skeleton-avatar,.profile-skeleton-summary span,.profile-skeleton-panel span{animation:none}}.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%}}.onboarding-reset-wrapper{max-width:560px}.onboarding-reset-kicker{margin-bottom:.6rem;color:#c43838;font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.onboarding-reset-preserved{margin:-.75rem 0 1.4rem;padding:.85rem 1rem;border-left:4px solid #2e9f62;border-radius:6px;background:#effaf4;color:#255f43;font-size:.94rem;line-height:1.5}.onboarding-reset-confirm{width:100%;background:#bd3535;color:#fff}.onboarding-reset-confirm:hover{background:#a82929}.onboarding-reset-confirm:disabled,.onboarding-reset-confirm:disabled:hover{background:#daa;color:#fff}.onboarding-reset-status{margin:0;padding:1rem;border-radius:8px;font-size:1rem;line-height:1.55}.onboarding-reset-status.is-success{border:1px solid #9bd5b7;background:#effaf4;color:#256442}.onboarding-reset-status.is-error,.onboarding-reset-status.is-invalid{border:1px solid #e6abab;background:#fff4f4;color:#9c2929}@media(max-width:720px){.onboarding-reset-page .auth-illustration-panel{display:none}.onboarding-reset-page .auth-form-panel{min-height:100dvh}.onboarding-reset-page .auth-heading{font-size:2.35rem}}
