@import"https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@400;600;700&display=swap";:root{--wf-brand-primary: #403c3a;--wf-brand-secondary: #ffcd41;--wf-text-primary: #181616;--wf-text-secondary: #544f4d;--wf-text-tertiary: #736c69;--wf-text-muted: #666666;--wf-surface-page: #f3f2f2;--wf-surface-card: #ffffff;--wf-surface-row: #f9f7f6;--wf-surface-selected: #f4f2fc;--wf-border-minimal: #cfcac7;--wf-border-strong: #403c3a;--wf-border-active: #5a469b;--wf-link: #5a469b;--wf-alert: #c93b24;--wf-shadow-nav: 0 2px 4px rgba(0, 0, 0, .18);--wf-shadow-card: 0 1px 2px rgba(0, 0, 0, .08);--wf-sticky-masthead-height: 60px;--wf-font-family: "Source Sans 3", "Helvetica Neue", Arial, sans-serif;--wf-font-family-amount: "Source Sans 3", "Helvetica Neue", Arial, sans-serif}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%;width:100%}body{background:var(--wf-surface-page);color:var(--wf-text-primary);font-family:var(--wf-font-family);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}button{background:transparent;border:0;color:inherit;cursor:pointer;font:inherit;margin:0;padding:0}h1,h2,h3,h4,p{margin:0}.wf-page{background:var(--wf-surface-page);min-height:100vh}.wf-shell,.wf-nav-shell{margin:0 auto;max-width:1441px;padding-left:48px;padding-right:48px;width:100%}.wf-masthead{background:var(--wf-brand-primary);position:sticky;top:0;width:100%;z-index:30}.wf-masthead-main{align-items:center;display:flex;height:56px;padding-bottom:15px;padding-top:19px}.wf-masthead-logo{display:block;height:22px;width:212px}.wf-masthead-tools{align-items:center;display:flex;gap:16px;margin-left:auto}.wf-tool-button{align-items:center;background:var(--wf-surface-card);border:1px solid var(--wf-border-strong);border-radius:20px;display:flex;height:40px;justify-content:center;position:relative;width:40px}.wf-tool-button .wf-icon-16{color:var(--wf-border-strong);height:16px;width:16px}.wf-tool-alert{background:var(--wf-alert);border-radius:999px;height:12px;left:28px;position:absolute;top:-1px;width:12px}.wf-masthead-keyline{background:var(--wf-brand-secondary);height:4px}.wf-nav{background:var(--wf-surface-card);box-shadow:var(--wf-shadow-nav);position:sticky;top:var(--wf-sticky-masthead-height);width:100%;z-index:20}.wf-nav-shell{align-items:stretch;display:flex;position:relative}.wf-nav-track{align-items:stretch;display:flex;flex:1 1 auto;min-height:48px;overflow-x:auto;scrollbar-width:none}.wf-nav-track::-webkit-scrollbar{display:none}.wf-nav-item{border-bottom:3px solid transparent;color:var(--wf-text-primary);flex:0 0 auto;font-size:16px;font-weight:400;line-height:16px;padding:16px 20px 13px;white-space:nowrap}.wf-nav-item-active{border-bottom-color:var(--wf-border-active);font-weight:700}.wf-nav-settings{align-items:center;display:flex;flex:0 0 auto;margin-left:12px;position:relative}.wf-nav-settings-button{align-items:center;background:var(--wf-surface-card);border:1px solid var(--wf-border-strong);border-radius:20px;display:inline-flex;height:36px;justify-content:center;margin:6px 0;width:36px}.wf-nav-settings-button .wf-icon-16{color:var(--wf-border-strong)}.wf-nav-settings-button:hover{border-color:var(--wf-border-active)}.wf-nav-settings-button-open{border-color:var(--wf-border-active);color:var(--wf-link)}.wf-settings-menu{background:var(--wf-surface-card);border:1px solid var(--wf-border-minimal);border-radius:12px;box-shadow:0 16px 38px #18161629,0 3px 10px #1816161a;padding:16px;position:absolute;right:0;top:calc(100% + 8px);width:min(360px,calc(100vw - 32px));z-index:40}.wf-settings-menu-header h5{color:var(--wf-text-primary);font-size:20px;font-weight:700;line-height:26px}.wf-settings-menu-header p{color:var(--wf-text-secondary);font-size:15px;font-weight:400;line-height:20px;margin-top:4px}.wf-settings-options{display:flex;flex-direction:column;gap:8px;margin-top:14px}.wf-settings-option{align-items:center;border:1px solid var(--wf-border-minimal);border-radius:12px;display:flex;gap:16px;justify-content:space-between;padding:12px 14px;text-align:left;width:100%}.wf-settings-option-selected{background:var(--wf-surface-selected);border-color:var(--wf-border-active)}.wf-settings-option:hover:not(.wf-settings-option-selected):not(.wf-settings-option-locked){background:var(--wf-surface-row);border-color:var(--wf-border-strong)}.wf-settings-option-locked{cursor:not-allowed;opacity:.6}.wf-settings-option-text{display:flex;flex-direction:column;gap:2px;min-width:0}.wf-settings-option-label{color:var(--wf-text-primary);font-size:17px;font-weight:700;line-height:22px}.wf-settings-option-desc{color:var(--wf-text-secondary);font-size:14px;font-weight:400;line-height:18px}.wf-settings-switch{background:var(--wf-border-minimal);border-radius:999px;flex:0 0 auto;height:22px;position:relative;transition:background .15s ease;width:42px}.wf-settings-switch:after{background:var(--wf-surface-card);border-radius:999px;content:"";height:16px;left:3px;position:absolute;top:3px;transition:transform .15s ease;width:16px}.wf-settings-switch-on{background:var(--wf-border-active)}.wf-settings-switch-on:after{transform:translate(20px)}.wf-settings-menu-actions{display:flex;justify-content:flex-end;margin-top:16px}.wf-settings-apply-button{align-items:center;background:var(--wf-brand-secondary);border:1px solid var(--wf-border-strong);border-radius:24px;color:var(--wf-text-primary);display:inline-flex;font-size:16px;font-weight:400;height:40px;justify-content:center;line-height:16px;min-width:0;padding:12px 24px}.wf-settings-apply-button:not(:disabled):hover{filter:brightness(.98)}.wf-settings-apply-button:disabled{background:#f2e7bf;border-color:var(--wf-border-minimal);color:var(--wf-text-tertiary);cursor:not-allowed}.wf-nav-settings-button:focus-visible,.wf-settings-option:focus-visible,.wf-settings-apply-button:focus-visible{outline:2px solid var(--wf-border-active);outline-offset:2px}.wf-main{min-height:1336px;overflow:hidden;padding-bottom:0;position:relative}.wf-main-bg{display:block;height:500px;left:0;object-fit:cover;pointer-events:none;position:absolute;top:0;width:100%}.wf-main-shell{padding-top:48px;position:relative}.wf-greeting{color:var(--wf-text-primary);font-size:36px;font-weight:400;line-height:48px}.wf-accounts-section{margin-top:24px}.wf-accounts-header{align-items:center;display:flex;gap:24px;justify-content:space-between;margin-bottom:12px}.wf-accounts-heading{color:var(--wf-text-primary);font-size:28px;font-weight:400;line-height:42px}.wf-last-updated{align-items:center;color:var(--wf-text-primary);display:flex;flex:0 0 auto;font-size:15px;font-weight:400;gap:16px;line-height:19px;white-space:nowrap}.wf-refresh-button{align-items:center;background:var(--wf-surface-card);border:1px solid var(--wf-border-strong);border-radius:20px;display:flex;height:28px;justify-content:center;width:28px}.wf-refresh-button .wf-icon-16{color:var(--wf-border-strong);height:16px;width:16px}.wf-disclosure-card{background:var(--wf-surface-card);border:1px solid var(--wf-border-minimal);border-radius:8px;box-shadow:var(--wf-shadow-card);display:grid;grid-template-columns:400px minmax(0,1fr);height:1081px;overflow:hidden}.wf-disclosure-list{border-right:1px solid var(--wf-border-minimal);display:flex;flex-direction:column;min-height:0}.wf-list-action-row{align-items:center;border-bottom:1px solid var(--wf-border-minimal);display:flex;height:72px;padding:16px}.wf-actions-pill{align-items:center;background:var(--wf-surface-card);border:1px solid var(--wf-border-strong);border-radius:20px;color:var(--wf-text-primary);display:inline-flex;font-size:16px;font-weight:400;gap:8px;height:40px;line-height:16px;padding:12px 18px}.wf-icon-16{color:var(--wf-text-primary);display:inline-flex;height:16px;width:16px}.wf-icon-16 svg{display:block;height:100%;width:100%}.wf-icon-16 img{display:block;height:100%;object-fit:contain;width:100%}.wf-icon-flip-x img{transform:scaleX(-1);transform-origin:center}.wf-icon-flip-x svg{transform:scaleX(-1);transform-origin:center}.wf-list-group-row{align-items:center;border-bottom:1px solid var(--wf-border-minimal);color:var(--wf-text-primary);display:flex;font-size:17px;font-weight:700;gap:8px;height:38px;line-height:22px;padding:8px 16px}.wf-list-total-row{border-bottom:1px solid var(--wf-border-minimal);cursor:pointer;min-height:90px;padding:8px 16px 8px 72px;position:relative;text-align:left;transition:background .12s;width:100%}.wf-list-total-row:hover:not(.wf-list-total-row-selected){background:var(--wf-surface-row)}.wf-list-total-row-selected{background:var(--wf-surface-selected);outline:1px solid var(--wf-border-active);outline-offset:-1px}.wf-list-leading-icon{color:var(--wf-border-strong);display:inline-flex;left:40px;position:absolute}.wf-list-leading-icon-cash{height:24px;top:8px;width:24px}.wf-list-leading-icon-subsidiary{height:15px;top:9px;width:24px}.wf-list-leading-icon svg,.wf-list-leading-icon img{display:block;height:100%;width:100%}.wf-list-total-label{color:var(--wf-text-primary);font-size:17px;font-weight:700;line-height:22px}.wf-list-total-value{color:var(--wf-text-tertiary);font-size:23px;font-weight:600;line-height:22px;margin-top:4px;white-space:nowrap;text-align:right}.wf-list-total-value span{font-size:16px;font-weight:400;line-height:22px;margin-left:4px}.wf-list-total-caption{color:var(--wf-text-tertiary);font-size:16px;font-weight:400;line-height:22px;margin-top:4px;text-align:right}.wf-list-subsidiary-row{align-items:flex-start;border-bottom:1px solid var(--wf-border-minimal);column-gap:12px;display:grid;grid-template-columns:minmax(0,1fr) auto;min-height:66px;padding:8px 8px 8px 71px;position:relative}.wf-list-subsidiary-row>:nth-child(2){max-width:161px}.wf-list-subsidiary-row .wf-list-account-amount-group{min-width:148px}.wf-list-subsidiary-row .wf-list-account-amount,.wf-list-subsidiary-row .wf-list-account-caption{line-height:16px}.wf-list-subsidiary-row .wf-list-account-caption{margin-top:4px}.wf-list-subsidiary-title{color:var(--wf-text-primary);font-size:16px;font-weight:700;line-height:22px}.wf-list-subsidiary-caption{color:var(--wf-text-tertiary);font-size:16px;font-weight:400;line-height:22px;margin-top:4px}.wf-list-account-row{align-items:flex-start;border-bottom:1px solid var(--wf-border-minimal);column-gap:12px;display:grid;grid-template-columns:minmax(0,1fr) 148px;justify-content:stretch;min-height:66px;padding:8px 8px 8px 71px;position:relative;text-align:left;width:100%}.wf-list-account-row-selected{background:var(--wf-surface-selected);outline:1px solid var(--wf-border-active);outline-offset:-1px}.wf-list-account-row>:first-child{min-width:0}.wf-list-account-name{color:var(--wf-text-primary);font-size:17px;font-weight:700;line-height:22px}.wf-list-account-number{color:var(--wf-text-tertiary);font-size:16px;font-weight:400;line-height:22px;margin-top:4px}.wf-list-account-amount-group{min-width:148px;text-align:right}.wf-list-account-amount{color:var(--wf-text-tertiary);font-size:16px;font-weight:400;line-height:16px}.wf-list-account-caption{color:var(--wf-text-tertiary);font-size:16px;font-weight:400;line-height:16px;margin-top:4px}.wf-list-overflow-row{align-items:center;border-bottom:1px solid var(--wf-border-minimal);border-top:1px solid var(--wf-border-minimal);display:flex;gap:16px;height:70px;justify-content:center}.wf-link{color:var(--wf-link);font-size:16px;font-weight:400;line-height:24px;text-decoration:underline;text-underline-offset:2px}.wf-link-divider{background:var(--wf-border-minimal);height:16px;width:1px}.wf-disclosure-content{display:flex;flex-direction:column;min-height:0;min-width:0;padding:24px}.wf-account-overview{flex:0 0 auto;width:100%}.wf-account-title{color:var(--wf-text-primary);font-size:20px;font-weight:700;line-height:26px}.wf-overview-meta-grid{display:grid;gap:74px;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:8px}.wf-overview-label{color:var(--wf-text-tertiary);font-size:16px;font-weight:400;line-height:24px}.wf-overview-value{color:var(--wf-text-primary);font-size:16px;font-weight:400;line-height:24px;margin-top:2px}.wf-overview-amount-block{margin-top:10px}.wf-overview-amount-label-row{align-items:center;display:inline-flex;gap:8px}.wf-overview-amount-label{color:var(--wf-text-secondary);font-size:16px;font-weight:700;line-height:24px}.wf-overview-help{align-items:center;border:1px solid var(--wf-border-strong);border-radius:999px;display:inline-flex;font-size:16px;font-weight:700;height:28px;justify-content:center;line-height:24px;width:28px}.wf-overview-amount-value{color:var(--wf-text-primary);font-family:var(--wf-font-family-amount);font-size:48px;font-weight:400;line-height:77px;margin-top:2px}.wf-overview-balance-grid{display:grid;gap:74px;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:8px}.wf-overview-balance-value{color:var(--wf-text-primary);font-size:16px;font-weight:400;line-height:24px;margin-top:2px}.wf-overview-date{color:var(--wf-text-secondary);font-size:16px;font-weight:400;line-height:24px;margin-top:2px}.wf-overview-note{color:var(--wf-text-primary);font-size:16px;font-weight:400;line-height:24px;margin-top:20px}.wf-overview-link{color:var(--wf-link);display:inline-flex;font-size:16px;font-weight:400;gap:3px;line-height:24px;text-decoration:underline;text-underline-offset:2px}.wf-link-icon{color:var(--wf-link);margin-top:3px}.wf-transactions{display:flex;flex:1 1 auto;flex-direction:column;margin-top:8px;min-height:0;min-width:0}.wf-transactions-title{color:#353535;font-size:16px;font-weight:700;line-height:24px;margin-top:24px}.wf-transactions-toolbar{align-items:center;border-bottom:1px solid var(--wf-border-minimal);box-sizing:border-box;container-type:inline-size;display:flex;gap:16px;margin-top:8px;min-height:72px;padding:16px 0}@container (max-width: 700px){.wf-pill-button>span:last-child{display:none}.wf-pill-button{padding:12px;gap:0}}.wf-pill-button{align-items:center;background:var(--wf-surface-card);border:1px solid var(--wf-border-strong);border-radius:20px;color:var(--wf-text-primary);display:inline-flex;flex:0 0 auto;font-size:16px;font-weight:400;gap:8px;height:40px;line-height:16px;overflow:hidden;padding:12px 24px}.wf-search-field{align-items:center;border-bottom:1px solid var(--wf-border-strong);color:var(--wf-text-primary);display:inline-flex;flex:1 1 200px;font-size:16px;font-weight:400;gap:8px;height:40px;line-height:16px;min-width:0;padding:6px 8px}.wf-go-button{align-items:center;background:var(--wf-surface-card);border:1px solid var(--wf-border-strong);border-radius:20px;color:var(--wf-text-primary);display:inline-flex;flex:0 0 auto;font-size:16px;font-weight:400;height:40px;justify-content:center;line-height:16px;min-width:70px;padding:12px 24px}.wf-pager-controls{align-items:center;display:flex;flex:0 1 272px;gap:8px;justify-content:flex-end;margin-left:auto}.wf-page-button{align-items:center;background:var(--wf-surface-card);border:1px solid var(--wf-border-strong);border-radius:20px;color:var(--wf-text-primary);display:inline-flex;flex:0 1 auto;font-size:16px;font-weight:400;gap:8px;height:40px;justify-content:space-between;line-height:16px;min-width:0;overflow:hidden;padding:12px 16px}.wf-page-button>span:first-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0;flex:1 1 auto}.wf-round-button{align-items:center;background:var(--wf-surface-card);border:1px solid var(--wf-border-strong);border-radius:20px;color:var(--wf-border-strong);display:inline-flex;height:40px;justify-content:center;width:40px}.wf-round-button svg{display:block;height:16px;width:16px}.wf-round-button .wf-icon-16{color:var(--wf-border-strong)}.wf-table-scroll{flex:1 1 auto;min-height:0;overflow:auto;position:relative;width:100%}.wf-transaction-table{border-collapse:collapse;min-width:897px;table-layout:fixed;width:100%}.wf-transaction-table thead tr{background:var(--wf-surface-row)}.wf-transaction-table th{background:var(--wf-surface-row);border-bottom:1px solid var(--wf-border-minimal);color:var(--wf-link);font-size:16px;font-weight:700;line-height:16px;padding:16px;position:sticky;top:0;text-align:left;z-index:2}.wf-transaction-table th span{vertical-align:middle}.wf-sort-icon{color:var(--wf-text-primary);margin-left:8px}.wf-control-column{color:var(--wf-text-primary);padding:0;text-align:center;width:48px}.wf-right-align{text-align:right}.wf-transaction-table tbody tr:nth-child(odd){background:var(--wf-surface-card)}.wf-transaction-table tbody tr:nth-child(2n){background:var(--wf-surface-row)}.wf-transaction-table td{border-bottom:1px solid var(--wf-border-minimal);color:var(--wf-text-primary);font-size:16px;font-weight:400;line-height:16px;padding:16px;vertical-align:middle}.wf-row-caret{color:var(--wf-text-primary);margin-top:0}.wf-row-line-two{display:block;margin-top:2px}.wf-footer{background:var(--wf-surface-page);padding:32px 0}.wf-footer-shell{align-items:flex-start;display:flex;flex-direction:column}.wf-footer-logo{display:block;height:32px;width:256px}.wf-footer-rule{background:var(--wf-border-minimal);height:1px;margin-top:32px;width:100%}.wf-footer-links{display:flex;gap:24px;margin-top:18px}.wf-footer-link{align-items:center;color:var(--wf-text-primary);display:inline-flex;font-size:17px;font-weight:400;gap:4px;line-height:22px;text-decoration:underline;text-underline-offset:2px}.wf-footer-link .wf-link-icon{color:var(--wf-text-primary);margin-top:1px}.wf-footer-copy{color:var(--wf-text-primary);font-size:12px;font-weight:400;line-height:16px;margin-top:8px}@media(max-width:1439px){.wf-shell,.wf-nav-shell{padding-left:32px;padding-right:32px}.wf-main{padding-bottom:0}}@media(max-width:1200px){.wf-disclosure-card{grid-template-columns:340px minmax(0,1fr)}.wf-list-total-row,.wf-list-account-row,.wf-list-subsidiary-row{padding-left:56px}.wf-list-leading-icon{left:24px}.wf-overview-meta-grid,.wf-overview-balance-grid{gap:28px}}@media(max-width:1060px){.wf-greeting{font-size:34px;line-height:42px}.wf-accounts-header{align-items:flex-start;flex-direction:column;gap:10px}.wf-last-updated{white-space:normal}.wf-disclosure-card{grid-template-columns:1fr;height:auto;min-height:0}.wf-disclosure-list{border-bottom:1px solid var(--wf-border-minimal);border-right:0}.wf-list-account-row,.wf-list-subsidiary-row,.wf-list-total-row{padding-right:16px}.wf-disclosure-content{padding:20px}.wf-overview-meta-grid,.wf-overview-balance-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.wf-overview-balance-grid>:last-child{grid-column:1 / -1}}@media(max-width:900px){.wf-nav-item{font-size:15px;padding-left:16px;padding-right:16px}.wf-nav-settings{margin-left:8px}.wf-settings-menu{right:0;width:min(340px,calc(100vw - 24px))}.wf-transactions-toolbar{align-items:stretch;height:auto;flex-wrap:wrap;gap:10px;padding:10px 0}.wf-search-field{flex:1 1 100%;max-width:none;order:2}.wf-go-button{order:3}.wf-pager-controls{flex:0 1 auto;margin-left:auto;order:4}}@media(max-width:760px){.wf-shell,.wf-nav-shell{padding-left:16px;padding-right:16px}.wf-masthead-main{padding-bottom:12px;padding-top:16px}.wf-masthead-logo{height:18px;width:176px}.wf-masthead-tools{gap:8px}.wf-tool-button{height:34px;width:34px}.wf-tool-button .wf-icon-16{height:14px;width:14px}.wf-tool-alert{height:10px;left:23px;width:10px}.wf-nav-settings-button{height:34px;margin:7px 0;width:34px}.wf-main{padding-bottom:40px}.wf-main-shell{padding-top:28px}.wf-greeting{font-size:30px;line-height:36px}.wf-last-updated{font-size:13px;gap:10px;line-height:20px}.wf-disclosure-content{padding:16px}.wf-account-title{font-size:18px;line-height:24px}.wf-overview-meta-grid,.wf-overview-balance-grid{grid-template-columns:1fr;margin-top:12px}.wf-overview-balance-grid>:last-child{grid-column:auto}.wf-overview-amount-value{font-size:40px;line-height:58px}.wf-pill-button,.wf-go-button,.wf-page-button{font-size:15px}.wf-page-button{flex:0 1 auto;min-width:0}.wf-footer{padding-top:56px}.wf-footer-links{flex-direction:column;gap:14px}}.wf-list-account-row{cursor:pointer;transition:background .12s}.wf-list-account-row:hover:not(.wf-list-account-row-selected){background:var(--wf-surface-row)}.wf-list-group-row{cursor:pointer;transition:background .12s}.wf-list-group-row:hover{background:var(--wf-surface-row)}.wf-rotate-270{transform:rotate(-90deg);transition:transform .2s ease}.wf-search-field-placeholder{color:var(--wf-text-primary);flex:1;font-size:16px;line-height:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wf-sort-header{align-items:center;color:inherit;cursor:pointer;display:inline-flex;gap:4px}.wf-sort-header-static{cursor:default}.wf-sort-header-right{justify-content:flex-end;width:100%}.wf-sort-active{color:var(--wf-link)}.wf-round-button:disabled{cursor:not-allowed;opacity:.35}.wf-row-caret{transition:transform .2s ease}.wf-row-caret-open{transform:rotate(180deg)}.wf-row-expanded{background:var(--wf-surface-selected)!important}.wf-transaction-table tbody tr:hover:not(.wf-detail-row){background:var(--wf-surface-row)}.wf-transaction-table-account-scope{min-width:1290px}.wf-transaction-account-number-cell{color:var(--wf-text-primary)}.wf-transaction-account-name-cell{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wf-debit-text{color:var(--wf-text-primary)}.wf-empty-row{color:var(--wf-text-tertiary);font-size:15px;padding:40px 16px;text-align:center}.wf-detail-row td{border-bottom:1px solid var(--wf-border-minimal)}.wf-detail-content{background:var(--wf-surface-row);border-top:1px solid var(--wf-border-minimal);padding:16px 24px 16px 64px}.wf-detail-grid{column-gap:40px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));row-gap:12px}.wf-detail-label{color:var(--wf-text-tertiary);font-size:12px;font-weight:600;letter-spacing:.3px;line-height:16px;text-transform:uppercase}.wf-detail-value{align-items:center;color:var(--wf-text-primary);display:flex;font-size:14px;font-weight:400;gap:6px;line-height:20px;margin-top:2px}.wf-total-balance-transactions{margin-top:0}.wf-total-balance-transactions .wf-transactions-toolbar{margin-top:0;padding:8px}.wf-status-dot{border-radius:999px;display:inline-block;height:8px;width:8px}.wf-status-posted{background:#2c6e49}.wf-status-pending{background:#b8860b}.wf-status-returned{background:var(--wf-alert)}.wf-balance-tabs-wrapper{margin-top:24px}.wf-balance-tabs{position:relative}.wf-balance-tabs-header{display:flex;gap:8px;padding:0 24px;position:relative;z-index:1;margin-bottom:-1px}.wf-balance-tab{align-items:center;background:var(--wf-surface-row, #f9f7f6);border:1px solid var(--wf-border-moderate, #736c69);border-bottom:none;border-radius:8px 8px 0 0;color:var(--wf-text-primary, #181616);cursor:pointer;display:flex;flex:1 1 0;flex-direction:column;font-family:var(--wf-font-family);font-size:16px;font-weight:400;gap:10px;height:48px;line-height:24px;overflow:clip;padding-top:12px;position:relative;transition:background .15s ease}.wf-balance-tab:hover:not(.wf-balance-tab-active){background:#f0eeec}.wf-balance-tab-active{background:var(--wf-surface-card, white);gap:7px;height:49px;padding-bottom:5px;padding-top:0}.wf-balance-tab-highlight{background:var(--wf-border-active, #5a469b);display:block;flex-shrink:0;height:6px;width:100%}.wf-balance-tab-label{padding:0 8px;text-align:center}.wf-balance-tab-active .wf-balance-tab-label{font-weight:700}.wf-balance-tabs-content{background:var(--wf-surface-card, white);border:1px solid var(--wf-border-moderate, #736c69);border-radius:8px;min-height:200px;overflow:hidden;padding:16px;position:relative}.wf-balance-tabs-placeholder{color:var(--wf-text-tertiary);font-size:16px;line-height:24px;padding:40px 0;text-align:center}.wf-included-accounts{display:flex;flex-direction:column;min-width:0}.wf-included-toolbar{align-items:center;background:var(--wf-surface-row);border-bottom:1px solid var(--wf-border-minimal);display:flex;gap:16px;min-height:68px;min-width:0;padding:8px;width:100%}.wf-included-search-group{align-items:center;display:flex;flex:1 1 348px;gap:8px;max-width:348px;min-width:0;width:auto}.wf-search-input{background:transparent;border:0;color:var(--wf-text-primary);flex:1;font-family:var(--wf-font-family);font-size:16px;line-height:16px;outline:none}.wf-search-input::placeholder{color:var(--wf-text-primary)}.wf-included-accounts .wf-search-field{align-self:stretch;background:var(--wf-surface-card);border-bottom-color:var(--wf-border-strong);flex:1 1 0;height:56px;line-height:24px;padding:0 16px}.wf-included-accounts .wf-search-field .wf-icon-16{align-items:center;display:inline-flex;flex:0 0 auto;justify-content:center}.wf-included-accounts .wf-search-input{font-size:16px;line-height:24px;min-width:0;padding:0}.wf-included-accounts .wf-go-button{min-width:68px;padding:12px 22px}.wf-included-accounts .wf-pager-controls{align-items:center;display:flex;flex:0 0 auto;justify-content:space-between;margin-left:auto;min-width:0;max-width:100%;width:273px}.wf-included-accounts .wf-page-button{flex:0 0 156px;justify-content:space-between;padding-left:24px;padding-right:24px;width:156px}.wf-included-accounts .wf-pager-arrows{align-items:center;display:inline-flex;flex:0 0 auto;gap:8px}.wf-included-table-scroll{overflow-x:auto;position:relative}.wf-included-table{border-collapse:separate;border-spacing:0;min-width:1180px;table-layout:fixed;width:100%}.wf-included-table thead tr{background:var(--wf-surface-row)}.wf-included-table th:nth-child(1),.wf-included-table td:nth-child(1){width:180px}.wf-included-table th:nth-child(2),.wf-included-table td:nth-child(2){width:200px}.wf-included-table th:nth-child(3),.wf-included-table td:nth-child(3){width:200px}.wf-included-table th:nth-child(4),.wf-included-table td:nth-child(4){width:200px}.wf-included-table th:nth-child(5),.wf-included-table td:nth-child(5){width:200px}.wf-included-table th:nth-child(6),.wf-included-table td:nth-child(6){width:200px}.wf-included-table th{background:var(--wf-surface-row);border-bottom:1px solid var(--wf-border-minimal);font-size:16px;font-weight:700;height:73px;line-height:25px;padding:11px 16px 12px;position:sticky;text-align:left;top:0;vertical-align:top;white-space:normal;z-index:2}.wf-included-table th .wf-sort-header{color:var(--wf-link);display:flex;justify-content:space-between;align-items:center;width:100%;gap:24px;line-height:25px;min-height:50px;text-align:left}.wf-included-table th .wf-included-header-label{flex:1 1 auto;min-width:0;line-height:25px;white-space:normal}.wf-included-table th .wf-sort-icon{color:var(--wf-text-primary);flex:0 0 auto;margin-left:0;margin-top:1px}.wf-included-table th .wf-sort-icon svg{display:block}.wf-included-table thead th:first-child{background:var(--wf-surface-row);background-clip:padding-box;left:0;position:sticky;z-index:5}.wf-included-table thead th:first-child:before{background:var(--wf-border-moderate, #736c69);content:"";height:100%;pointer-events:none;position:absolute;right:-1px;top:0;width:1px}.wf-included-table thead th:first-child:after{background:linear-gradient(90deg,#18161614,#18161608 45%,#18161600);content:"";height:100%;pointer-events:none;position:absolute;right:-6px;top:0;width:6px}.wf-included-table tbody tr.wf-row-even td:not(:first-child){background:var(--wf-surface-row)}.wf-included-table tbody tr.wf-row-odd td:not(:first-child){background:var(--wf-surface-card)}.wf-included-table tbody tr:hover td:not(:first-child){background:#f7f5f3}.wf-included-table td{border-bottom:1px solid var(--wf-border-minimal);color:var(--wf-text-primary);font-size:16px;font-weight:400;line-height:16px;padding:16px;vertical-align:middle;white-space:nowrap}.wf-included-table td:first-child{background:var(--wf-surface-row);background-clip:padding-box;left:0;position:sticky;z-index:3}.wf-included-table td:first-child:before{background:var(--wf-border-moderate, #736c69);content:"";height:100%;pointer-events:none;position:absolute;right:-1px;top:0;width:1px}.wf-included-table td:first-child:after{background:linear-gradient(90deg,#18161612,#18161606 45%,#18161600);content:"";height:100%;pointer-events:none;position:absolute;right:-6px;top:0;width:6px}.wf-included-table td:nth-child(2){overflow:hidden;text-overflow:ellipsis}.wf-account-link{color:var(--wf-link);font-size:16px;font-weight:400;line-height:16px;text-decoration:underline;text-underline-offset:2px}.wf-account-link:hover{color:#3d2d78}.wf-included-table-scroll::-webkit-scrollbar{height:8px}.wf-included-table-scroll::-webkit-scrollbar-track{background:var(--wf-surface-card);border:1px solid var(--wf-border-minimal)}.wf-included-table-scroll::-webkit-scrollbar-thumb{background:var(--wf-border-minimal);border-radius:16px}@media(max-width:1180px){.wf-included-toolbar{flex-wrap:wrap}.wf-included-search-group,.wf-included-accounts .wf-pager-controls{width:100%}.wf-included-accounts .wf-search-field{flex:1 1 auto;min-width:0}.wf-included-accounts .wf-page-button{flex:1 1 auto;width:auto}}@media(max-width:560px){.wf-nav-item{font-size:14px;padding:16px 12px 13px}.wf-settings-menu{padding:14px;width:min(320px,calc(100vw - 16px))}.wf-settings-option-label{font-size:16px}.wf-settings-option-desc{display:none}.wf-settings-apply-button{border-radius:20px;font-size:15px;height:36px;line-height:16px;padding:10px 20px}.wf-list-group-row,.wf-list-total-label,.wf-list-account-name{font-size:16px}.wf-list-total-value{font-size:24px;line-height:24px}.wf-list-account-number,.wf-list-account-amount,.wf-list-account-caption,.wf-list-subsidiary-caption,.wf-list-total-caption,.wf-list-subsidiary-title{font-size:14px;line-height:20px}.wf-overview-label,.wf-overview-value,.wf-overview-balance-value,.wf-overview-date,.wf-overview-note,.wf-overview-link,.wf-transaction-table th,.wf-transaction-table td{font-size:14px}.wf-round-button{height:36px;width:36px}.wf-footer-logo{height:28px;width:224px}}.wf-ts1-search-wrapper{position:relative;flex:1 1 200px;min-width:120px}.wf-ts1-search-input{display:flex;align-items:center;gap:8px;height:40px;padding:0 12px;border:none;border-bottom:1px solid var(--wf-border-strong);background:transparent;transition:border-color .12s ease}.wf-ts1-search-input-focused{border-bottom-color:var(--wf-border-active)}.wf-ts1-search-icon{color:var(--wf-text-secondary);flex-shrink:0}.wf-ts1-search-field{flex:1;height:100%;border:none;outline:none;background:transparent;font-family:var(--wf-font-family),sans-serif;font-size:14px;color:var(--wf-text-primary)}.wf-ts1-search-field::placeholder{color:var(--wf-text-secondary);transition:opacity .2s ease}.wf-ts1-search-field:focus::placeholder{opacity:.6}.wf-ts1-autocomplete-dropdown{position:absolute;top:100%;left:0;min-width:100%;width:360px;z-index:100;background:var(--wf-surface-card);border:1px solid var(--wf-border-minimal);border-top:none;border-radius:0 0 8px 8px;box-shadow:0 4px 12px #00000014;max-height:320px;overflow-y:auto}.wf-ts1-autocomplete-list{list-style:none;margin:0;padding:4px 0}.wf-ts1-autocomplete-group{list-style:none}.wf-ts1-autocomplete-group-header{display:flex;align-items:center;gap:6px;padding:8px 12px 4px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--wf-text-secondary)}.wf-ts1-autocomplete-group-icon{display:inline-flex;align-items:center;color:var(--wf-text-secondary)}.wf-ts1-autocomplete-group ul{list-style:none;margin:0;padding:0}.wf-ts1-autocomplete-item{display:flex;align-items:center;gap:8px;padding:6px 12px 6px 30px;cursor:pointer;overflow:hidden;transition:background-color .1s ease}.wf-ts1-autocomplete-item:hover,.wf-ts1-autocomplete-item-active{background:var(--wf-surface-selected)}.wf-ts1-autocomplete-label{font-size:14px;color:var(--wf-text-primary);flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wf-ts1-autocomplete-desc{font-size:12px;color:var(--wf-text-secondary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:50%}.wf-ts1-chips-bar{display:flex;flex-wrap:wrap;align-items:center;gap:8px;padding:8px 16px;min-height:40px}.wf-ts1-chip{display:inline-flex;align-items:center;gap:6px;height:28px;padding:0 10px;border:1px solid var(--wf-border-minimal);border-radius:14px;background:var(--wf-surface-card);cursor:pointer;transition:background-color .12s ease,border-color .12s ease}.wf-ts1-chip:hover{background:var(--wf-surface-selected);border-color:var(--wf-border-active)}.wf-ts1-chip-label{font-family:var(--wf-font-family),sans-serif;font-size:13px;color:var(--wf-text-primary)}.wf-ts1-chip-close{font-size:11px;color:var(--wf-text-secondary);line-height:1}.wf-ts1-chips-clear{border:none;background:none;font-family:var(--wf-font-family),sans-serif;font-size:13px;color:var(--wf-link);cursor:pointer;padding:0;text-decoration:underline;text-decoration-color:transparent;transition:text-decoration-color .12s ease}.wf-ts1-chips-clear:hover{text-decoration-color:var(--wf-link)}.wf-ts1-summary-banner{padding:8px 16px;background:var(--wf-surface-row);border-left:3px solid var(--wf-border-active);overflow:hidden}.wf-ts1-summary-text{font-family:var(--wf-font-family),sans-serif;font-size:13px;color:var(--wf-text-secondary);margin:0}.wf-ts-highlight{background:#5a469b1f;color:inherit;padding:1px 2px;border-radius:2px}.wf-pill-button{transition:background-color .12s ease,color .12s ease,border-color .12s ease}.wf-pill-button:hover:not(.wf-pill-button-active){background:var(--wf-surface-row)}.wf-pill-button-active{background:var(--wf-text-primary);border-color:var(--wf-border-strong);color:#fff}.wf-pill-button-active .wf-icon-16{color:#fff}.wf-ts1-inline-filter-panel{margin:8px 0 24px}.wf-ts1-inline-filter-shell{display:grid;grid-template-rows:164px 140px}.wf-ts1-inline-filter-top{background:var(--wf-surface-row);border:1px solid var(--wf-border-minimal);border-bottom:none;border-radius:8px 8px 0 0;height:100%;min-height:0;padding:24px 24px 19px}.wf-ts1-inline-filter-grid{display:grid;grid-template-columns:256px minmax(0,1fr);column-gap:94px;align-items:end}.wf-ts1-inline-filter-left{display:flex;flex-direction:column;gap:16px}.wf-ts1-inline-filter-right{display:grid;grid-template-columns:repeat(2,minmax(0,200px));column-gap:11px;align-self:end}.wf-ts1-inline-filter-right-aggregate{align-self:stretch;align-content:space-between;grid-template-columns:minmax(0,1fr);grid-template-rows:auto auto;row-gap:4px}.wf-ts1-inline-filter-right-values-grid{display:grid;grid-template-columns:repeat(2,minmax(0,200px));column-gap:11px;min-width:0}.wf-ts1-inline-filter-account-block{display:flex;flex-direction:column;gap:4px;min-width:0;padding:0}.wf-ts1-inline-filter-account-label{color:var(--wf-text-primary);font-family:var(--wf-font-family),sans-serif;font-size:16px;font-weight:400;line-height:24px;margin:0}.wf-ts1-inline-filter-account-row{align-items:center;display:flex;flex-wrap:wrap;gap:12px;min-width:0}.wf-ts1-inline-filter-account-summary{color:var(--wf-text-primary);font-family:var(--wf-font-family),sans-serif;font-size:16px;font-weight:400;line-height:25px;margin:0}.wf-ts1-inline-filter-select{align-items:center;background:var(--wf-surface-card);border:none;border-bottom:1px solid var(--wf-border-strong);color:var(--wf-text-primary);display:flex;gap:12px;height:52px;justify-content:space-between;padding:8px 8px 7px;text-align:left;width:100%}.wf-ts1-inline-filter-select-copy{display:flex;flex:1 1 auto;flex-direction:column;gap:2px;min-width:0}.wf-ts1-inline-filter-select-label{color:var(--wf-text-secondary);display:block;font-family:var(--wf-font-family),sans-serif;font-size:14px;font-weight:400;line-height:16px}.wf-ts1-inline-filter-select-value{color:var(--wf-text-primary);display:block;font-family:var(--wf-font-family),sans-serif;font-size:16px;font-weight:400;line-height:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wf-ts1-inline-filter-select-chevron{color:var(--wf-text-primary);flex:0 0 auto}.wf-ts1-inline-filter-value-pair{display:flex;flex-direction:column;gap:2px;min-height:68px;padding:8px 0}.wf-ts1-inline-filter-value-label{color:var(--wf-text-primary);font-family:var(--wf-font-family),sans-serif;font-size:16px;font-weight:700;line-height:24px;margin:0}.wf-ts1-inline-filter-value-text{color:var(--wf-text-primary);font-family:var(--wf-font-family),sans-serif;font-size:16px;font-weight:400;line-height:25px;margin:0}.wf-ts1-inline-filter-footer{background:var(--wf-surface-row);border:1px solid var(--wf-border-minimal);border-radius:0 0 8px 8px;display:flex;flex-direction:column;gap:16px;height:100%;min-height:0;padding:16px 24px 22px}.wf-ts1-inline-filter-divider{background:var(--wf-border-minimal);height:1px;width:100%}.wf-ts1-inline-filter-actions{display:flex;flex-wrap:wrap;gap:16px}.wf-ts1-inline-filter-button{align-items:center;background:var(--wf-surface-card);border:1px solid var(--wf-border-strong);border-radius:24px;color:var(--wf-text-primary);display:inline-flex;font-family:var(--wf-font-family),sans-serif;font-size:16px;font-weight:400;height:40px;justify-content:center;line-height:16px;padding:12px 24px;white-space:nowrap}.wf-ts1-inline-filter-button-reset{height:28px;padding:6px 16px;width:114px}.wf-ts1-inline-filter-button-select{height:28px;min-width:73px;padding:6px 16px}.wf-ts1-inline-filter-button-apply{background:var(--wf-brand-secondary);width:86px}.wf-ts1-inline-filter-button-cancel{width:93px}.wf-ts1-inline-filter-help-button{align-items:center;background:var(--wf-surface-card);border:1px solid var(--wf-border-strong);border-radius:50%;color:var(--wf-text-primary);display:inline-flex;font-family:var(--wf-font-family),sans-serif;font-size:18px;font-weight:400;height:28px;justify-content:center;line-height:1;padding:0;width:28px}.wf-ts1-inline-filter-button:hover:not(:disabled),.wf-ts1-inline-filter-select:hover{background:#f3f2f2}.wf-ts1-inline-filter-button-apply:hover:not(:disabled){background:#f2c132}.wf-pill-button:focus-visible,.wf-ts1-inline-filter-button:focus-visible,.wf-ts1-inline-filter-help-button:focus-visible,.wf-ts1-inline-filter-select:focus-visible{outline:2px solid var(--wf-border-active);outline-offset:2px}@media(max-width:900px){.wf-ts1-search-wrapper{flex:1 1 100%;max-width:none;min-width:0;order:2}.wf-ts1-inline-filter-panel{margin-bottom:16px}.wf-ts1-inline-filter-shell{display:flex;grid-template-rows:none}.wf-ts1-inline-filter-top,.wf-ts1-inline-filter-footer{height:auto;min-height:0;padding-left:16px;padding-right:16px}.wf-ts1-inline-filter-top,.wf-ts1-inline-filter-footer{padding-bottom:16px}.wf-ts1-inline-filter-grid{grid-template-columns:1fr;row-gap:12px}.wf-ts1-inline-filter-left{max-width:none}.wf-ts1-inline-filter-right,.wf-ts1-inline-filter-right-values-grid{column-gap:16px;grid-template-columns:repeat(2,minmax(0,1fr))}.wf-ts1-inline-filter-right-aggregate{align-content:start;row-gap:12px}}@media(max-width:640px){.wf-ts1-inline-filter-right,.wf-ts1-inline-filter-right-values-grid{grid-template-columns:1fr;row-gap:8px}}.wf-ta3-panel{background:#fff;border:1px solid #403c3a;border-radius:8px;margin:8px 0;overflow:hidden}.wf-ta3-inner{display:flex;flex-direction:column;gap:16px;padding:16px}.wf-ta3-inner-collapsed{gap:0}.wf-ta3-header{align-items:center;display:flex;gap:24px;min-height:40px}.wf-ta3-collapse-button{align-items:center;border-radius:24px;display:inline-flex;flex:0 0 auto;height:40px;justify-content:center;width:40px}.wf-ta3-collapse-icon-wrap{align-items:center;border-radius:24px;display:inline-flex;height:40px;justify-content:center;width:40px}.wf-ta3-collapse-button:hover .wf-ta3-collapse-icon-wrap{background:#f3f2f2}.wf-ta3-collapse-icon{display:block;height:16px;position:relative;transition:transform .18s ease;width:16px}.wf-ta3-collapse-icon-glyph{inset:22.92% 4.17% 27.08%;position:absolute}.wf-ta3-collapse-icon-image{display:block;height:100%;width:100%}.wf-ta3-collapse-icon-collapsed{transform:rotate(180deg)}.wf-ta3-title{color:#181616;flex:1 1 auto;font-family:var(--wf-font-family),sans-serif;font-size:22px;font-weight:400;line-height:20px;margin:0}.wf-ta3-chat-toggle{align-items:center;background:#fff;border:1px solid #403c3a;border-radius:20px;color:#181616;display:inline-flex;flex:0 0 auto;font-family:var(--wf-font-family),sans-serif;font-size:16px;font-weight:400;gap:8px;height:28px;line-height:16px;padding:6px 16px;white-space:nowrap}.wf-ta3-chat-toggle:hover{background:#f9f7f6}.wf-ta3-panel-collapsed .wf-ta3-chat-toggle{justify-content:center;width:64px}.wf-ta3-body{max-height:360px;overflow:hidden;transition:max-height .25s ease-in-out,opacity .2s ease-in-out}.wf-ta3-split{display:grid;grid-template-columns:minmax(0,1fr);height:320px}.wf-ta3-split-open{column-gap:0;grid-template-columns:minmax(0,1fr) 1px minmax(0,1fr)}.wf-ta3-left{min-width:0}.wf-ta3-left-content{display:flex;flex-direction:column;gap:11px;height:320px;justify-content:flex-start;padding-top:16px}.wf-ta3-summary{color:#181616;font-family:var(--wf-font-family),sans-serif;font-size:16px;font-weight:400;line-height:24px;margin:0}.wf-ta3-insight-callout{align-items:flex-start;background:#f0f7ff;display:flex;gap:8px;height:80px;padding:16px 20px 16px 16px;width:calc(100% - 16px)}.wf-ta3-insight-icon{display:block;flex:0 0 auto;height:24px;margin-top:1px;width:24px}.wf-ta3-insight-text{color:#181616;flex:0 1 auto;font-family:var(--wf-font-family),sans-serif;font-size:16px;font-weight:400;line-height:24px;margin:0;width:min(246px,calc(100% - 68px))}.wf-ta3-split:not(.wf-ta3-split-open) .wf-ta3-insight-text{flex:1 1 auto;width:auto}.wf-ta3-balance-card{background:#fff;border:1px solid #e6e3e1;border-radius:12px;display:flex;flex-direction:column;gap:8px;height:178px;justify-content:center;padding:16px;text-align:left;width:calc(100% - 16px)}.wf-ta3-balance-card:hover{background:#fdfdfd}.wf-ta3-balance-card-top{align-items:flex-start;display:flex;justify-content:space-between;min-height:52px}.wf-ta3-balance-label{color:#544f4d;font-family:var(--wf-font-family),sans-serif;font-size:14px;font-weight:600;line-height:21px;margin:0}.wf-ta3-balance-value{color:#181616;font-family:var(--wf-font-family),sans-serif;font-size:18px;font-weight:700;line-height:27px;margin:0}.wf-ta3-balance-delta{color:#008600;font-family:var(--wf-font-family),sans-serif;font-size:14px;font-weight:600;line-height:21px;margin:0;padding-top:1px;white-space:nowrap}.wf-ta3-bar-chart{display:block;height:60px;overflow:hidden;position:relative;width:100%}.wf-ta3-bar-chart-svg{display:block;height:60px;width:100%}.wf-ta3-balance-footnote{color:#6f6865;font-family:var(--wf-font-family),sans-serif;font-size:12px;font-weight:400;line-height:18px;margin:0}.wf-ta3-divider{background:#e6e3e1;display:none;height:320px;width:1px}.wf-ta3-right{display:none;min-width:0}.wf-ta3-split-open .wf-ta3-divider,.wf-ta3-split-open .wf-ta3-right{display:block}.wf-ta3-chat-shell{display:flex;flex-direction:column;height:320px;justify-content:space-between;padding-top:16px}.wf-ta3-chat-thread{flex:0 1 auto;max-height:250.5px;overflow-x:hidden;overflow-y:auto}.wf-ta3-chat-thread-inner{display:flex;flex-direction:column;gap:32px;min-width:0}.wf-ta3-chat-row{align-items:flex-start;display:flex;min-height:37.5px;min-width:0;width:100%}.wf-ta3-chat-row-user{justify-content:flex-end}.wf-ta3-chat-row-assistant{justify-content:flex-start;padding-left:clamp(14px,4.1026%,16px)}.wf-ta3-chat-bubble{border:1px solid rgba(90,70,155,.15);color:#181616;font-family:var(--wf-font-family),sans-serif;font-size:16px;font-weight:400;line-height:19.5px;max-width:100%;overflow-wrap:anywhere;padding:9px 14px 8px;width:fit-content;word-break:break-word;white-space:normal}.wf-ta3-chat-bubble-user{background:#f4f2fc;border-radius:12px 12px 4px;max-width:min(100%,251px);width:min(100%,251px)}.wf-ta3-chat-bubble-assistant{background:#fff;border-radius:12px 12px 12px 4px;max-width:min(100%,307px);width:min(100%,307px)}.wf-ta3-chat-bubble-preview-user{min-height:37px;padding:9px 14px 1px}.wf-ta3-chat-bubble-preview-assistant{min-height:37px;padding:9px 14px 1px;width:min(100%,307px);max-width:min(100%,307px)}.wf-ta3-chat-bubble-typing{color:#544f4d}.wf-ta3-chat-input-wrap{align-items:center;border-top:.5px solid #cfcac7;display:flex;gap:6px;height:53.5px;margin-top:auto;padding:.5px 12px 0}.wf-ta3-chat-input{background:#f3f2f2;border:1px solid #cfcac7;border-radius:16px;color:#181616;flex:1 1 auto;font-family:var(--wf-font-family),sans-serif;font-size:14px;height:37px;line-height:20px;min-width:0;outline:none;padding:0 14px}.wf-ta3-chat-input::placeholder{color:#544f4d;opacity:1}.wf-ta3-chat-input:disabled{cursor:default}.wf-ta3-chat-send{align-items:center;background:#5a469b;border-radius:16px;display:inline-flex;flex:0 0 auto;height:32px;justify-content:center;opacity:1;transition:opacity .12s ease;width:32px}.wf-ta3-chat-send:disabled{opacity:.4}.wf-ta3-chat-send img{display:block;height:16px;width:16px}.wf-ta3-chat-closed-state{align-items:flex-start;background:#f9f7f6;border:1px dashed #cfcac7;border-radius:12px;display:flex;flex-direction:column;gap:8px;height:320px;justify-content:center;padding:20px}.wf-ta3-chat-closed-text{color:#544f4d;font-family:var(--wf-font-family),sans-serif;font-size:14px;line-height:20px;margin:0 0 4px}.wf-ta3-chat-suggestion{background:#fff;border:1px solid #cfcac7;border-radius:16px;color:#544f4d;font-family:var(--wf-font-family),sans-serif;font-size:13px;line-height:18px;padding:6px 12px;text-align:left}.wf-ta3-chat-suggestion:hover{border-color:#5a469b;color:#181616}.wf-ta3-collapse-button:focus-visible,.wf-ta3-chat-toggle:focus-visible,.wf-ta3-balance-card:focus-visible,.wf-ta3-chat-suggestion:focus-visible,.wf-ta3-chat-send:focus-visible{outline:2px solid #5a469b;outline-offset:2px}.wf-ta3-chat-input:focus-visible{border-color:#5a469b;box-shadow:0 0 0 1px #5a469b inset}@media(max-width:760px){.wf-ta3-split-open{column-gap:0;grid-template-columns:1fr;height:auto;row-gap:12px}.wf-ta3-split,.wf-ta3-left-content,.wf-ta3-chat-shell{height:auto}.wf-ta3-divider{display:none!important;height:1px;width:100%}.wf-ta3-right{display:block}.wf-ta3-insight-callout,.wf-ta3-balance-card{width:100%}.wf-ta3-insight-text{width:auto}.wf-ta3-chat-shell{padding-top:8px}.wf-ta3-chat-thread{max-height:220px}}.wf-ts-stats-row{display:flex;gap:12px;flex-wrap:wrap}.wf-ts-stats-card{flex:1;min-width:100px;padding:10px 14px;background:var(--wf-surface-row);border-radius:6px;border:1px solid var(--wf-border-minimal)}.wf-ts-stats-value{font-family:var(--wf-font-family),sans-serif;font-size:18px;font-weight:600;color:var(--wf-text-primary);margin:0 0 2px}.wf-ts-stats-label{font-family:var(--wf-font-family),sans-serif;font-size:12px;color:var(--wf-text-secondary);text-transform:uppercase;letter-spacing:.04em;margin:0}.wf-ts2-chart-container{width:100%;min-height:200px}.wf-ts-follow-ups{display:flex;flex-direction:column;gap:8px}.wf-ts-follow-ups-label{font-family:var(--wf-font-family),sans-serif;font-size:12px;font-weight:600;color:var(--wf-text-secondary);text-transform:uppercase;letter-spacing:.04em}.wf-ts-follow-ups-list{display:flex;flex-wrap:wrap;gap:8px}.wf-ts-follow-up-pill{display:inline-flex;align-items:center;height:30px;padding:0 14px;border:1px solid var(--wf-border-minimal);border-radius:15px;background:var(--wf-surface-card);font-family:var(--wf-font-family),sans-serif;font-size:13px;color:var(--wf-link);cursor:pointer;transition:background-color .12s ease,border-color .12s ease}.wf-ts-follow-up-pill:hover{background:var(--wf-surface-selected);border-color:var(--wf-border-active)}.wf-ts2-conversation-toggle{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;margin-right:12px;border:1px solid var(--wf-border-minimal);border-radius:6px;background:none;color:var(--wf-text-secondary);cursor:pointer;transition:background-color .12s,border-color .12s,color .12s;flex-shrink:0}.wf-ts2-conversation-toggle:hover{background:var(--wf-surface-selected);border-color:var(--wf-border-active);color:var(--wf-link)}.wf-unified-split{display:flex;align-items:stretch}.wf-unified-left{flex:1 1 100%;min-width:0;transition:flex-basis .3s ease-in-out}.wf-unified-right{flex:0 0 0%;min-width:0;opacity:0;overflow:hidden;transition:flex-basis .3s ease-in-out,opacity .2s ease-in-out .1s}.wf-unified-split-open .wf-unified-left{flex:1 1 50%}.wf-unified-split-open .wf-unified-right{flex:1 1 50%;opacity:1}.wf-unified-right-inner{display:flex;flex-direction:column;height:100%;border-left:1px solid var(--wf-border-minimal)}.wf-unified-right-inner .wf-ts3-banner-thread{flex:1}.wf-ts3-banner-thread{max-height:360px;overflow-y:auto;padding:12px 16px;display:flex;flex-direction:column;gap:12px}.wf-ts3-banner-msg{display:flex;max-width:100%}.wf-ts3-banner-msg-user{justify-content:flex-end}.wf-ts3-banner-msg-assistant{justify-content:flex-start}.wf-ts3-banner-bubble-user{background:var(--wf-surface-selected);border:1px solid rgba(90,70,155,.15);border-radius:12px 12px 4px;padding:8px 14px;max-width:75%}.wf-ts3-banner-bubble-user p{margin:0;font-family:var(--wf-font-family),sans-serif;font-size:13px;color:var(--wf-text-primary);line-height:1.5}.wf-ts3-banner-response{background:var(--wf-surface-card);border:1px solid var(--wf-border-minimal);border-radius:4px 12px 12px;padding:12px 16px;max-width:90%;display:flex;flex-direction:column;gap:12px}.wf-ts3-banner-response-text{margin:0;font-family:var(--wf-font-family),sans-serif;font-size:13px;color:var(--wf-text-primary);line-height:1.5}.wf-ts3-banner-input-bar{display:flex;align-items:center;gap:6px;padding:8px 12px;border-top:1px solid var(--wf-border-minimal);background:var(--wf-surface-card)}.wf-ts3-banner-input{flex:1;border:1px solid var(--wf-border-minimal);border-radius:16px;padding:8px 14px;font-family:var(--wf-font-family),sans-serif;font-size:13px;color:var(--wf-text-primary);background:var(--wf-surface-page);outline:none;transition:border-color .12s}.wf-ts3-banner-input:focus{border-color:var(--wf-border-active)}.wf-ts3-banner-input::placeholder{color:var(--wf-text-secondary)}.wf-ts3-banner-input:disabled{opacity:.6;cursor:not-allowed}.wf-ts3-banner-send,.wf-ts3-banner-clear{display:flex;align-items:center;justify-content:center;border:none;border-radius:50%;cursor:pointer;transition:background .12s,opacity .12s}.wf-ts3-banner-send{width:32px;height:32px;background:var(--wf-border-active);color:#fff}.wf-ts3-banner-send:hover:not(:disabled){background:#4a3683}.wf-ts3-banner-send:disabled{opacity:.4;cursor:not-allowed}.wf-ts3-banner-clear{width:28px;height:28px;background:transparent;color:var(--wf-text-secondary)}.wf-ts3-banner-clear:hover{background:var(--wf-surface-row);color:var(--wf-alert)}.wf-ts3-spotlight-backdrop{position:fixed;inset:0;z-index:9999;background:#0006;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:flex-start;justify-content:center;padding-top:15vh}.wf-ts3-spotlight-palette{width:580px;max-width:90vw;max-height:70vh;background:var(--wf-surface-card);border:1px solid var(--wf-border-minimal);border-radius:12px;box-shadow:0 16px 48px #0003;overflow:hidden;display:flex;flex-direction:column}.wf-ts3-spotlight-input-row{display:flex;align-items:center;gap:10px;padding:14px 16px;border-bottom:1px solid var(--wf-border-minimal)}.wf-ts3-spotlight-search-icon{color:var(--wf-text-secondary);flex-shrink:0}.wf-ts3-spotlight-input{flex:1;border:none;background:none;font-family:var(--wf-font-family),sans-serif;font-size:16px;color:var(--wf-text-primary);outline:none}.wf-ts3-spotlight-input::placeholder{color:var(--wf-text-secondary)}.wf-ts3-spotlight-esc-hint{flex-shrink:0}.wf-ts3-spotlight-results{overflow-y:auto;max-height:50vh;padding:8px 0}.wf-ts3-spotlight-section{padding:0 4px}.wf-ts3-spotlight-section-header{display:flex;align-items:center;justify-content:space-between;padding:6px 12px;font-family:var(--wf-font-family),sans-serif;font-size:11px;font-weight:600;color:var(--wf-text-secondary);text-transform:uppercase;letter-spacing:.04em}.wf-ts3-spotlight-count{background:var(--wf-surface-row);border-radius:8px;padding:1px 6px;font-size:11px;font-weight:600;color:var(--wf-text-secondary)}.wf-ts3-spotlight-item{display:flex;flex-direction:column;gap:2px;width:100%;padding:8px 12px;border:none;background:none;cursor:pointer;border-radius:6px;transition:background-color .08s;text-align:left}.wf-ts3-spotlight-item:hover,.wf-ts3-spotlight-item-selected{background:var(--wf-surface-selected)}.wf-ts3-spotlight-item-main{display:flex;align-items:center;gap:8px}.wf-ts3-spotlight-item-desc{flex:1;font-family:var(--wf-font-family),sans-serif;font-size:13px;color:var(--wf-text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wf-ts3-spotlight-item-meta{display:flex;align-items:center;justify-content:space-between;font-family:var(--wf-font-family),sans-serif;font-size:12px;color:var(--wf-text-secondary)}.wf-ts3-spotlight-action{display:flex;flex-direction:column;gap:1px;padding:6px 12px;border-radius:6px}.wf-ts3-spotlight-action-label{font-family:var(--wf-font-family),sans-serif;font-size:13px;color:var(--wf-link);font-weight:500}.wf-ts3-spotlight-action-desc{font-family:var(--wf-font-family),sans-serif;font-size:12px;color:var(--wf-text-secondary)}.wf-ts3-spotlight-empty{padding:24px 16px;text-align:center}.wf-ts3-spotlight-empty p{margin:0;font-family:var(--wf-font-family),sans-serif;font-size:14px;color:var(--wf-text-secondary)}.wf-ts3-spotlight-footer{display:flex;align-items:center;gap:16px;padding:8px 16px;border-top:1px solid var(--wf-border-minimal);background:var(--wf-surface-row)}.wf-ts3-spotlight-hint{display:flex;align-items:center;gap:4px;font-family:var(--wf-font-family),sans-serif;font-size:12px;color:var(--wf-text-secondary)}.wf-keyboard-hint{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 4px;background:var(--wf-surface-card);border:1px solid var(--wf-border-minimal);border-radius:4px;font-family:var(--wf-font-family),sans-serif;font-size:11px;color:var(--wf-text-secondary);line-height:1}.wf-ts-card{display:flex;flex-direction:column;gap:6px;padding:12px 16px;border:1px solid var(--wf-border-minimal);border-radius:8px;background:var(--wf-surface-card);cursor:pointer;transition:border-color .15s,box-shadow .15s;text-align:left;width:100%;font-family:var(--wf-font-family)}.wf-ts-card:hover{border-color:var(--wf-border-active);box-shadow:0 1px 4px #5a469b1a}.wf-ts-card-header{display:flex;justify-content:space-between;align-items:baseline;gap:8px}.wf-ts-card-counterparty{font-size:14px;font-weight:600;color:var(--wf-text-primary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1}.wf-ts-card-amount{font-size:14px;font-weight:600;font-family:var(--wf-font-family-amount);white-space:nowrap}.wf-ts-amount-debit{color:var(--wf-text-primary)}.wf-ts-amount-credit{color:#2e8b57}.wf-ts-card-footer{display:flex;justify-content:space-between;align-items:center;gap:8px}.wf-ts-card-date{font-size:12px;color:var(--wf-text-tertiary)}.wf-ts-badge{display:inline-flex;align-items:center;padding:1px 8px;border-radius:10px;font-size:11px;font-weight:600;letter-spacing:.02em;white-space:nowrap;background:#f0edf7;color:#5a469b}.wf-ts-badge-wire{background:#eef0f8;color:#3b5998}.wf-ts-badge-ach{background:#e8f5e9;color:#2e7d32}.wf-ts-badge-online-transfer{background:#f3e5f5;color:#7b1fa2}.wf-ts-badge-check{background:#fff3e0;color:#e65100}.wf-ts-badge-invoice-payment{background:#e3f2fd;color:#1565c0}.wf-ts-badge-payroll{background:#fce4ec;color:#c62828}.wf-ts-badge-fx{background:#e0f2f1;color:#00695c}.wf-ts-badge-loan-payment{background:#f1f8e9;color:#558b2f}.wf-ts-badge-card-payment{background:#ede7f6;color:#4527a0}.wf-ts-badge-fee{background:#fafafa;color:#616161}.wf-ts-highlight{background:#ffcd414d;border-radius:2px;padding:0 1px}.wf-ts-result-description-cell{vertical-align:top}.wf-ts-result-hit{display:flex;flex-direction:column;gap:4px;min-width:0}.wf-ts-result-hit-title{color:var(--wf-text-primary);font-size:16px;line-height:22px;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wf-ts-result-hit-title .wf-ts-highlight{background:#ffcd4138;border-radius:4px;box-shadow:inset 0 0 0 1px #ffcd4147;padding:0 2px}.wf-ts-result-hit-meta{align-items:center;color:var(--wf-text-tertiary);display:flex;flex-wrap:wrap;gap:4px 8px;font-size:12px;line-height:16px;min-width:0}.wf-ts-result-hit-status{align-items:center;border:1px solid var(--wf-border-minimal);border-radius:999px;color:var(--wf-text-secondary);display:inline-flex;font-size:11px;font-weight:600;line-height:12px;min-height:20px;padding:2px 8px;white-space:nowrap}.wf-ts-result-hit-status-pending{background:#ffcd411a;border-color:#ffcd4173;color:#7a5c00}.wf-ts-result-hit-status-posted{background:#2e8b5714;border-color:#2e8b5740;color:#1f6f46}.wf-ts-result-hit-status-returned,.wf-ts-result-hit-status-failed{background:#c93b240f;border-color:#c93b2438;color:#a73522}.wf-ts-result-hit-meta-item{min-width:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wf-ts-result-hit-meta-item:before{content:"•";color:var(--wf-border-strong);margin-right:8px}.wf-ts3-card-grid-wrapper{display:flex;flex-direction:column;gap:8px}.wf-ts3-card-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.wf-ts3-show-all{background:none;border:none;color:var(--wf-link);font-size:13px;font-family:var(--wf-font-family);cursor:pointer;padding:4px 0;text-align:left}.wf-ts3-show-all:hover{text-decoration:underline}.wf-ts3-typing{display:flex;align-items:center;gap:10px;padding:0 16px 8px}.wf-ts3-typing-dots{display:flex;gap:4px}.wf-ts3-dot{width:6px;height:6px;border-radius:50%;background:var(--wf-text-tertiary);animation:wf-ts3-bounce 1.2s infinite ease-in-out}.wf-ts3-dot:nth-child(2){animation-delay:.15s}.wf-ts3-dot:nth-child(3){animation-delay:.3s}@keyframes wf-ts3-bounce{0%,80%,to{transform:scale(.6);opacity:.4}40%{transform:scale(1);opacity:1}}.wf-ts3-typing-text{font-size:13px;color:var(--wf-text-tertiary);font-style:italic}.wf-ts-empty{display:flex;align-items:center;justify-content:center;padding:48px 24px}.wf-ts-empty-text{font-size:14px;color:var(--wf-text-tertiary);text-align:center}.wf-account-select-backdrop{align-items:center;background:#181616b8;display:flex;inset:0;justify-content:center;padding:16px;position:fixed;z-index:2400}.wf-account-select-dialog{background:#fff;border-radius:8px;box-shadow:0 0 16px #1816163d;color:#181616;display:grid;grid-template-rows:138px 72px 528px 89px;height:827px;max-height:calc(100vh - 32px);overflow:hidden;width:min(945px,calc(100vw - 32px))}.wf-account-select-header{background:#fff;border-bottom:1px solid #cfcac7;display:grid;grid-template-rows:74px 63px}.wf-account-select-title-row{align-items:center;display:flex;justify-content:space-between;padding:16px 16px 8px 32px}.wf-account-select-title{color:#181616;font-family:var(--wf-font-family),sans-serif;font-size:24px;font-weight:400;line-height:24px;margin:0}.wf-account-select-close{align-items:center;background:transparent;border:none;border-radius:20px;color:#181616;display:inline-flex;height:40px;justify-content:center;width:40px}.wf-account-select-close:hover{background:#f3f2f2}.wf-account-select-close-icon{display:block;height:16px;width:16px}.wf-account-select-info-row{align-items:center;display:flex;gap:16px;justify-content:space-between;padding:0 32px 12px}.wf-account-select-info-copy{align-items:center;display:flex;gap:16px;min-width:0}.wf-account-select-info-icon{color:#c22a8a;display:block;flex:0 0 auto;height:32px;width:32px}.wf-account-select-info-text{color:#181616;font-family:var(--wf-font-family),sans-serif;font-size:16px;font-weight:400;line-height:24px;margin:0}.wf-account-select-selected-count{color:#181616;font-family:var(--wf-font-family),sans-serif;font-size:16px;font-weight:700;line-height:24px;margin:0;white-space:nowrap}.wf-account-select-toolbar{align-items:center;background:#f9f7f6;border-bottom:1px solid #cfcac7;display:flex;gap:14px;padding:8px 38px 7px 21px}.wf-account-select-find{align-items:center;background:#fff;border:none;border-bottom:1px solid #403c3a;color:#181616;display:flex;gap:8px;height:52px;padding:8px 8px 7px;width:344px}.wf-account-select-find-icon{color:#181616;display:block;flex:0 0 auto;height:16px;margin-top:1px;width:16px}.wf-account-select-find-input{background:transparent;border:none;color:#181616;flex:1 1 auto;font-family:var(--wf-font-family),sans-serif;font-size:16px;font-weight:400;line-height:16px;min-width:0;outline:none;padding:0}.wf-account-select-find-input::placeholder{color:#181616;opacity:1}.wf-account-select-toolbar-spacer{flex:1 1 auto;min-width:0}.wf-account-select-pill-button{align-items:center;background:#fff;border:1px solid #403c3a;border-radius:20px;color:#181616;display:inline-flex;font-family:var(--wf-font-family),sans-serif;font-size:16px;font-weight:400;height:40px;justify-content:center;line-height:16px;padding:12px 24px;white-space:nowrap}.wf-account-select-pill-button:hover:not(:disabled){background:#f3f2f2}.wf-account-select-pill-button:disabled{cursor:default;opacity:.55}.wf-account-select-go{padding:12px 24px;width:68px}.wf-account-select-pager{align-items:center;display:flex;gap:8px;justify-content:flex-end;width:262px}.wf-account-select-page-pill{gap:8px;justify-content:space-between;padding:12px 24px;width:166px}.wf-account-select-page-pill-icon{display:block;height:16px;width:16px}.wf-account-select-arrow{border-radius:20px;padding:12px;width:40px}.wf-account-select-arrow-icon{display:block;height:16px;width:16px}.wf-account-select-table-wrap{background:#fff;overflow-x:hidden;overflow-y:auto}.wf-account-select-table{border-collapse:collapse;table-layout:fixed;max-width:100%;width:min(943px,calc(100% - 2px))}.wf-account-select-col--control{width:5.9385%}.wf-account-select-col--account-number{width:31.2831%}.wf-account-select-col--account-name,.wf-account-select-col--bank-name{width:31.3892%}.wf-account-select-table thead th{background:#f9f7f6;border-bottom:1px solid #cfcac7;color:#181616;height:48px;padding:0;position:sticky;text-align:left;top:0;vertical-align:middle;z-index:1}.wf-account-select-header-cell{align-items:center;display:flex;gap:24px;height:48px;justify-content:space-between;padding:11px 16px 12px}.wf-account-select-header-cell--control{gap:4px;justify-content:flex-start;padding:0 0 0 20px}.wf-account-select-header-label{color:#5a469b;font-family:var(--wf-font-family),sans-serif;font-size:16px;font-weight:700;line-height:25px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wf-account-select-sort{align-items:center;background:transparent;border:none;color:#181616;display:inline-flex;height:16px;justify-content:center;padding:0;width:16px}.wf-account-select-sort-icon{display:block;height:16px;width:16px}.wf-account-select-table tbody td{border-bottom:1px solid #cfcac7;color:#181616;font-family:var(--wf-font-family),sans-serif;font-size:16px;font-weight:400;line-height:16px;padding:0 16px;vertical-align:middle}.wf-account-select-table tbody td:first-child{padding:0;text-align:center}.wf-account-select-table-row{background:#f9f7f6}.wf-account-select-table-row--selected{background:#f4f2fc}.wf-account-select-table-row--selected td{border-bottom-color:#5a469b;border-top:1px solid #5a469b}.wf-account-select-row-button{align-items:center;background:transparent;border:none;color:inherit;display:flex;height:48px;justify-content:center;padding:0;text-align:left;width:100%}.wf-account-select-row-cell{align-items:center;display:flex;height:48px;min-width:0}.wf-account-select-row-cell-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wf-account-select-checkbox{align-items:center;background:#fff;border:1px solid #403c3a;border-radius:2px;color:transparent;display:inline-flex;flex:0 0 auto;height:16px;justify-content:center;width:16px}.wf-account-select-checkbox svg{display:none;height:10px;width:10px}.wf-account-select-checkbox--checked{background:#6f5dd4;border-color:#6f5dd4;color:#fff}.wf-account-select-checkbox--checked svg{display:block}.wf-account-select-checkbox-toggle{align-items:center;background:transparent;border:none;display:inline-flex;gap:2px;height:24px;justify-content:flex-start;padding:0;width:36px}.wf-account-select-checkbox-toggle .wf-account-select-page-pill-icon{height:12px;width:12px}.wf-account-select-empty{align-items:center;background:#f9f7f6;color:#544f4d;display:flex;font-family:var(--wf-font-family),sans-serif;font-size:16px;height:120px;justify-content:center}.wf-account-select-footer{align-items:flex-end;background:#fff;display:flex;justify-content:flex-end;padding:33px 18px 16px 16px}.wf-account-select-footer-actions{display:flex;gap:18px}.wf-account-select-cancel{width:93px}.wf-account-select-save{background:#ffcd41;width:80px}.wf-account-select-save:hover:not(:disabled){background:#f2c132}.wf-account-select-focus:focus-visible,.wf-account-select-pill-button:focus-visible,.wf-account-select-close:focus-visible,.wf-account-select-sort:focus-visible,.wf-account-select-row-button:focus-visible,.wf-account-select-checkbox-toggle:focus-visible{outline:2px solid #5a469b;outline-offset:2px}@media(max-width:980px){.wf-account-select-dialog{grid-template-rows:auto auto minmax(320px,1fr) auto;height:min(827px,calc(100vh - 24px));width:calc(100vw - 24px)}.wf-account-select-header{grid-template-rows:auto auto}.wf-account-select-title-row{padding-left:20px}.wf-account-select-info-row{align-items:flex-start;flex-direction:column;gap:8px;padding:0 20px 12px}.wf-account-select-toolbar{flex-wrap:wrap;padding:8px 12px 12px}.wf-account-select-find{flex:1 1 280px;width:auto}.wf-account-select-toolbar-spacer{display:none}.wf-account-select-pager{margin-left:auto}.wf-account-select-table{min-width:0;width:calc(100% - 2px)}.wf-account-select-footer{padding:16px 12px}}.wf-ast-main{flex:1;background:var(--wf-surface-page, #f3f2f2);padding:32px 0 64px}.wf-ast-shell{max-width:1440px;margin:0 auto;padding:0 48px}.wf-ast-content{display:flex;flex-direction:column;gap:24px}.wf-ast-page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:24px}.wf-ast-page-header-left{display:flex;flex-direction:column;gap:4px}.wf-ast-page-title{font-family:var(--wf-font-family, "Source Sans 3", sans-serif);font-size:28px;font-weight:700;line-height:36px;color:var(--wf-text-primary, #181616);margin:0}.wf-ast-page-subtitle{font-family:var(--wf-font-family, "Source Sans 3", sans-serif);font-size:16px;line-height:24px;color:var(--wf-text-secondary, #544f4d);margin:0}.wf-ast-page-header-right{display:flex;gap:8px;flex-shrink:0}.wf-ast-header-pill{display:inline-flex;align-items:center;gap:6px;padding:6px 16px;border:1px solid var(--wf-border-minimal, #cfcac7);border-radius:20px;background:var(--wf-surface-card, #ffffff);font-family:var(--wf-font-family, "Source Sans 3", sans-serif);font-size:14px;font-weight:600;color:var(--wf-text-secondary, #544f4d);cursor:pointer;transition:border-color .15s ease,background .15s ease}.wf-ast-header-pill:hover{border-color:var(--wf-border-active, #5a469b);color:var(--wf-link, #5a469b)}.wf-ast-landing,.wf-ast-results{display:flex;flex-direction:column;gap:24px}.wf-ast-placeholder-text{font-family:var(--wf-font-family, "Source Sans 3", sans-serif);font-size:18px;line-height:28px;color:var(--wf-text-tertiary, #736c69);margin:0}.wf-ast-section-heading{font-family:var(--wf-font-family, "Source Sans 3", sans-serif);font-size:20px;font-weight:700;line-height:26px;color:var(--wf-text-primary, #181616);margin:0}.wf-ast-section-subheading{font-family:var(--wf-font-family, "Source Sans 3", sans-serif);font-size:14px;line-height:20px;color:var(--wf-text-tertiary, #736c69);margin:0}.wf-ast-search-bar{position:relative;display:flex;align-items:flex-end;background:var(--wf-surface-card, #ffffff);border:1px solid var(--wf-border-minimal, #cfcac7);border-radius:12px;padding:12px 16px;gap:12px;transition:border-color .15s ease,box-shadow .15s ease}.wf-ast-search-bar:focus-within{border-color:var(--wf-border-active, #5a469b);box-shadow:0 0 0 2px #5a469b1f}.wf-ast-search-input{flex:1;border:none;outline:none;background:transparent;font-family:var(--wf-font-family, "Source Sans 3", sans-serif);font-size:16px;line-height:24px;color:var(--wf-text-primary, #181616);resize:none;min-height:24px;max-height:96px;overflow-y:auto}.wf-ast-search-input::placeholder{color:var(--wf-text-tertiary, #736c69)}.wf-ast-search-send{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;border-radius:8px;background:var(--wf-border-active, #5a469b);color:#fff;cursor:pointer;flex-shrink:0;transition:background .15s ease,opacity .15s ease}.wf-ast-search-send:hover{background:#4a3888}.wf-ast-search-send:disabled{opacity:.4;cursor:not-allowed}.wf-ast-search-hint{font-family:var(--wf-font-family, "Source Sans 3", sans-serif);font-size:12px;color:var(--wf-text-muted, #9c9694);margin-top:4px}.wf-ast-welcome-banner{display:flex;align-items:flex-start;gap:16px;padding:16px 20px;background:var(--wf-surface-card, #ffffff);border:1px solid var(--wf-border-minimal, #cfcac7);border-radius:8px;border-left:4px solid var(--wf-border-active, #5a469b)}.wf-ast-welcome-banner-body{flex:1}.wf-ast-welcome-banner-title{font-family:var(--wf-font-family, "Source Sans 3", sans-serif);font-size:16px;font-weight:700;line-height:24px;color:var(--wf-text-primary, #181616);margin:0 0 4px}.wf-ast-welcome-banner-text{font-family:var(--wf-font-family, "Source Sans 3", sans-serif);font-size:14px;line-height:20px;color:var(--wf-text-secondary, #544f4d);margin:0}.wf-ast-welcome-banner-dismiss{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;border-radius:4px;background:transparent;color:var(--wf-text-tertiary, #736c69);cursor:pointer;flex-shrink:0;transition:background .15s ease}.wf-ast-welcome-banner-dismiss:hover{background:var(--wf-surface-row, #f9f7f6)}.wf-ast-priority-section{display:flex;flex-direction:column;gap:12px}.wf-ast-priority-header{display:flex;align-items:baseline;justify-content:space-between;gap:16px}.wf-ast-priority-list{display:flex;flex-direction:column;gap:0;background:var(--wf-surface-card, #ffffff);border:1px solid var(--wf-border-minimal, #cfcac7);border-radius:8px;overflow:hidden}.wf-ast-priority-card{display:flex;align-items:center;gap:16px;padding:14px 20px;border-bottom:1px solid var(--wf-border-minimal, #cfcac7)}.wf-ast-priority-card:last-child{border-bottom:none}.wf-ast-priority-card-body{flex:1;min-width:0}.wf-ast-priority-card-top{display:flex;align-items:center;gap:8px;margin-bottom:2px}.wf-ast-priority-counterparty{font-family:var(--wf-font-family, "Source Sans 3", sans-serif);font-size:15px;font-weight:600;color:var(--wf-text-primary, #181616);margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wf-ast-priority-description{font-family:var(--wf-font-family, "Source Sans 3", sans-serif);font-size:13px;line-height:18px;color:var(--wf-text-tertiary, #736c69);margin:0}.wf-ast-priority-meta{font-family:var(--wf-font-family, "Source Sans 3", sans-serif);font-size:12px;color:var(--wf-text-muted, #9c9694);margin:2px 0 0}.wf-ast-priority-badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:4px;font-family:var(--wf-font-family, "Source Sans 3", sans-serif);font-size:11px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;white-space:nowrap}.wf-ast-priority-badge-DELAYED{background:#fef3cd;color:#856404}.wf-ast-priority-badge-NEEDS_APPROVAL{background:var(--wf-brand-primary, #403c3a);color:#fff}.wf-ast-priority-badge-FLAGGED{background:#fff3e0;color:#e65100}.wf-ast-priority-badge-FAILED{background:#fce4ec;color:var(--wf-alert, #c93b24)}.wf-ast-priority-badge-RETURNED{background:#fff8e1;color:#f57f17}.wf-ast-priority-amount{font-family:var(--wf-font-family, "Source Sans 3", sans-serif);font-size:16px;font-weight:600;color:var(--wf-text-primary, #181616);white-space:nowrap;text-align:right;min-width:120px}.wf-ast-priority-action{display:inline-flex;align-items:center;padding:6px 14px;border:1px solid var(--wf-border-minimal, #cfcac7);border-radius:20px;background:var(--wf-surface-card, #ffffff);font-family:var(--wf-font-family, "Source Sans 3", sans-serif);font-size:13px;font-weight:600;color:var(--wf-link, #5a469b);cursor:pointer;white-space:nowrap;transition:border-color .15s ease,background .15s ease}.wf-ast-priority-action:hover{border-color:var(--wf-border-active, #5a469b);background:var(--wf-surface-selected, #f4f2fc)}.wf-ast-quick-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}@media(max-width:900px){.wf-ast-quick-grid{grid-template-columns:repeat(2,1fr)}}.wf-ast-quick-card{display:flex;flex-direction:column;gap:8px;padding:20px;background:var(--wf-surface-card, #ffffff);border:1px solid var(--wf-border-minimal, #cfcac7);border-radius:8px;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease}.wf-ast-quick-card:hover{border-color:var(--wf-border-active, #5a469b);box-shadow:0 2px 8px #0000000f}.wf-ast-quick-card-icon{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;background:var(--wf-surface-selected, #f4f2fc);color:var(--wf-link, #5a469b)}.wf-ast-quick-card-label{font-family:var(--wf-font-family, "Source Sans 3", sans-serif);font-size:15px;font-weight:600;color:var(--wf-text-primary, #181616);margin:0}.wf-ast-quick-card-desc{font-family:var(--wf-font-family, "Source Sans 3", sans-serif);font-size:13px;line-height:18px;color:var(--wf-text-tertiary, #736c69);margin:0}.wf-ast-overview-row{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}@media(max-width:760px){.wf-ast-overview-row{grid-template-columns:1fr}}.wf-ast-overview-card{display:flex;flex-direction:column;gap:8px;padding:20px;background:var(--wf-surface-card, #ffffff);border:1px solid var(--wf-border-minimal, #cfcac7);border-radius:8px;cursor:pointer;transition:border-color .15s ease}.wf-ast-overview-card:hover{border-color:var(--wf-border-active, #5a469b)}.wf-ast-overview-card-label{font-family:var(--wf-font-family, "Source Sans 3", sans-serif);font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--wf-text-tertiary, #736c69);margin:0}.wf-ast-overview-card-value{font-family:var(--wf-font-family, "Source Sans 3", sans-serif);font-size:28px;font-weight:700;line-height:36px;color:var(--wf-text-primary, #181616);margin:0}.wf-ast-overview-card-trend{font-family:var(--wf-font-family, "Source Sans 3", sans-serif);font-size:13px;color:var(--wf-text-tertiary, #736c69);margin:0}.wf-ast-recent-section{display:flex;flex-direction:column;gap:12px}.wf-ast-response-panel{display:flex;flex-direction:column;gap:16px;padding:20px 24px;background:var(--wf-surface-card, #ffffff);border:1px solid var(--wf-border-minimal, #cfcac7);border-radius:8px;border-left:4px solid var(--wf-border-active, #5a469b)}.wf-ast-response-summary{font-family:var(--wf-font-family, "Source Sans 3", sans-serif);font-size:16px;line-height:24px;color:var(--wf-text-primary, #181616);margin:0}.wf-ast-filter-bar{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.wf-ast-conversation-section{display:flex;flex-direction:column;gap:16px;padding-top:16px;border-top:1px solid var(--wf-border-minimal, #cfcac7)}.wf-ast-conversation-thread{display:flex;flex-direction:column;gap:12px;max-height:400px;overflow-y:auto;padding:8px 0}.wf-ast-conversation-row{display:flex}.wf-ast-conversation-row-user{justify-content:flex-end}.wf-ast-conversation-row-assistant{justify-content:flex-start}.wf-ast-conversation-bubble{max-width:75%;padding:10px 14px;border-radius:12px;font-family:var(--wf-font-family, "Source Sans 3", sans-serif);font-size:14px;line-height:1.5;word-break:break-word}.wf-ast-conversation-bubble-user{background:var(--wf-purple, #5a469b);color:#fff;border-bottom-right-radius:4px}.wf-ast-conversation-bubble-assistant{background:var(--wf-surface-card, #ffffff);border:1px solid var(--wf-border-minimal, #cfcac7);color:var(--wf-text-primary, #403c3a);border-bottom-left-radius:4px}.wf-ast-searching-overlay{display:flex;align-items:center;justify-content:center;padding:48px 0}.wf-ast-searching-text{font-family:var(--wf-font-family, "Source Sans 3", sans-serif);font-size:16px;color:var(--wf-text-tertiary, #736c69);animation:wf-ast-pulse 1.5s ease-in-out infinite}@keyframes wf-ast-pulse{0%,to{opacity:1}50%{opacity:.5}}.wf-ast-results-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px}.wf-ast-results-count{font-family:var(--wf-font-family, "Source Sans 3", sans-serif);font-size:14px;font-weight:600;color:var(--wf-text-secondary, #544f4d);margin:0}.wf-ast-clear-button{display:inline-flex;align-items:center;gap:4px;padding:6px 14px;border:1px solid var(--wf-border-minimal, #cfcac7);border-radius:20px;background:var(--wf-surface-card, #ffffff);font-family:var(--wf-font-family, "Source Sans 3", sans-serif);font-size:13px;font-weight:600;color:var(--wf-text-secondary, #544f4d);cursor:pointer;transition:border-color .15s ease}.wf-ast-clear-button:hover{border-color:var(--wf-border-active, #5a469b);color:var(--wf-link, #5a469b)}.wf-ast-main{background:radial-gradient(circle at 15% 0%,rgba(255,205,65,.18),transparent 34%),radial-gradient(circle at 92% 8%,rgba(90,70,155,.12),transparent 36%),linear-gradient(180deg,#f7f5f4 0%,var(--wf-surface-page, #f3f2f2) 22%,var(--wf-surface-page, #f3f2f2) 100%);padding:28px 0 64px}.wf-ast-shell{max-width:1480px;padding:0 40px}.wf-ast-page-header{align-items:center;background:linear-gradient(180deg,#fffffffa,#fffffff0),linear-gradient(90deg,#ffcd411f,#5a469b0d);border:1px solid rgba(207,202,199,.9);border-radius:14px;box-shadow:0 12px 32px #1816160f;padding:16px 18px}.wf-ast-page-header-left{gap:6px}.wf-ast-page-header-meta{display:flex;flex-wrap:wrap;gap:8px}.wf-ast-meta-chip{display:inline-flex;align-items:center;min-height:26px;padding:4px 10px;border-radius:999px;border:1px solid rgba(207,202,199,.95);background:#ffffffd9;color:var(--wf-text-secondary, #544f4d);font-family:var(--wf-font-family, "Source Sans 3", sans-serif);font-size:12px;font-weight:600;line-height:1;letter-spacing:.02em}.wf-ast-meta-chip-brand{background:#5a469b1a;border-color:#5a469b47;color:var(--wf-link, #5a469b)}.wf-ast-page-title{font-size:30px;line-height:36px}.wf-ast-page-subtitle{max-width:720px}.wf-ast-page-header-right{align-items:center}.wf-ast-header-pill{min-height:36px;border-radius:999px;padding:8px 14px;box-shadow:0 1px 2px #1816160a}.wf-ast-header-pill:hover{box-shadow:0 3px 10px #18161612}.wf-ast-eyebrow{color:var(--wf-link, #5a469b);font-family:var(--wf-font-family, "Source Sans 3", sans-serif);font-size:12px;font-weight:700;letter-spacing:.08em;line-height:1.2;margin:0;text-transform:uppercase}.wf-ast-landing,.wf-ast-results{gap:20px}.wf-ast-landing-top{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(320px,420px);gap:20px;align-items:start}.wf-ast-landing-primary,.wf-ast-landing-sidebar,.wf-ast-results-main-col,.wf-ast-results-side-col{display:flex;flex-direction:column;gap:16px;min-width:0}.wf-ast-hero-card,.wf-ast-results-hero-card,.wf-ast-side-section,.wf-ast-rail-card,.wf-ast-recent-section-history,.wf-ast-results-table-section,.wf-ast-priority-section{background:#fffffff5;border:1px solid rgba(207,202,199,.92);border-radius:14px;box-shadow:0 10px 24px #1816160d,0 2px 8px #18161608}.wf-ast-hero-card,.wf-ast-results-hero-card{position:relative;overflow:hidden;padding:18px;background:radial-gradient(circle at 0% 0%,rgba(255,205,65,.14),transparent 45%),radial-gradient(circle at 100% 0%,rgba(90,70,155,.08),transparent 46%),#fffffff7}.wf-ast-hero-card:before,.wf-ast-results-hero-card:before{content:"";position:absolute;inset:0 0 auto;height:3px;background:linear-gradient(90deg,var(--wf-brand-secondary, #ffcd41),var(--wf-border-active, #5a469b));opacity:.9}.wf-ast-hero-card-header,.wf-ast-results-hero-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.wf-ast-hero-card-title{font-family:var(--wf-font-family, "Source Sans 3", sans-serif);font-size:22px;font-weight:700;line-height:28px;color:var(--wf-text-primary, #181616);margin:6px 0 4px;max-width:20ch}.wf-ast-hero-card-copy{font-family:var(--wf-font-family, "Source Sans 3", sans-serif);font-size:14px;line-height:20px;color:var(--wf-text-secondary, #544f4d);margin:0;max-width:72ch}.wf-ast-hero-card .wf-ast-search-composer,.wf-ast-results-hero-card .wf-ast-search-composer{margin-top:14px}.wf-ast-search-composer{display:flex;flex-direction:column;gap:8px}.wf-ast-search-composer-meta{display:flex;flex-wrap:wrap;gap:8px}.wf-ast-search-composer-busy .wf-ast-meta-chip-brand{background:#5a469b24;box-shadow:0 0 0 1px #5a469b14 inset}.wf-ast-search-bar{align-items:flex-end;border-radius:14px;padding:10px 10px 10px 14px;gap:10px;background:#fffffff2;border:1px solid rgba(207,202,199,.92);box-shadow:inset 0 1px #fffc}.wf-ast-search-bar:focus-within{border-color:var(--wf-border-active, #5a469b);box-shadow:0 0 0 2px #5a469b1f,0 6px 18px #5a469b14}.wf-ast-search-input{min-height:28px;max-height:132px;padding:4px 0;font-size:15px;line-height:22px}.wf-ast-search-send{width:40px;height:40px;border-radius:10px;background:linear-gradient(180deg,#6b57ad,#4c398d);box-shadow:0 6px 14px #5a469b33}.wf-ast-search-send:hover{background:linear-gradient(180deg,#735fb6,#523f95)}.wf-ast-search-send:disabled{background:#5a469b59;box-shadow:none}.wf-ast-search-hint{margin:0;padding-left:2px;font-size:12px}.wf-ast-hero-prompt-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:6px}.wf-ast-hero-prompt-chip{display:inline-flex;align-items:center;justify-content:flex-start;min-height:32px;padding:7px 12px;border-radius:999px;border:1px solid rgba(207,202,199,.92);background:#ffffffd9;color:var(--wf-text-secondary, #544f4d);font-family:var(--wf-font-family, "Source Sans 3", sans-serif);font-size:13px;font-weight:600;line-height:1.2;text-align:left;transition:border-color .15s ease,background .15s ease,color .15s ease,transform .15s ease}.wf-ast-hero-prompt-chip:hover{border-color:#5a469b59;background:#f4f2fcf2;color:var(--wf-link, #5a469b);transform:translateY(-1px)}.wf-ast-welcome-banner{border-radius:12px;padding:14px 16px;border-left-width:3px;background:linear-gradient(135deg,#ffcd4114,#ffffffeb 38%),#fffffffa}.wf-ast-side-section{padding:14px}.wf-ast-side-section-heading{margin-bottom:10px;font-size:17px;line-height:22px}.wf-ast-side-section .wf-ast-overview-row{grid-template-columns:1fr;gap:10px}.wf-ast-side-section .wf-ast-overview-card{padding:16px;border-radius:10px;background:linear-gradient(180deg,#fffffff5,#f9f7f6eb)}.wf-ast-side-section .wf-ast-overview-card-value{font-size:24px;line-height:30px}.wf-ast-side-section .wf-ast-overview-card-label{letter-spacing:.06em}.wf-ast-side-section .wf-ast-quick-grid{grid-template-columns:1fr;gap:10px}.wf-ast-side-section .wf-ast-quick-card{padding:14px;gap:6px;border-radius:10px;background:linear-gradient(180deg,#fffffffa,#f9f7f6f2)}.wf-ast-side-section .wf-ast-quick-card-icon{width:34px;height:34px}.wf-ast-side-section .wf-ast-quick-card-label{font-size:14px}.wf-ast-side-section .wf-ast-quick-card-desc{font-size:12px;line-height:17px}.wf-ast-quick-actions-section{display:flex;flex-direction:column;gap:12px;padding:16px 18px;border-radius:14px;border:1px solid rgba(207,202,199,.92);background:#fffffff5;box-shadow:0 10px 24px #1816160d,0 2px 8px #18161608}.wf-ast-quick-actions-heading{font-size:17px;line-height:22px}.wf-ast-priority-section{gap:14px;padding:16px 18px}.wf-ast-priority-list{background:transparent;border:none;border-radius:0;overflow:visible}.wf-ast-priority-card{gap:14px;padding:12px 4px;border-bottom-color:#cfcac7b3}.wf-ast-priority-card:last-child{border-bottom:none;padding-bottom:2px}.wf-ast-priority-card:first-child{padding-top:2px}.wf-ast-priority-card-top{gap:10px}.wf-ast-priority-badge{border-radius:999px;letter-spacing:.03em}.wf-ast-priority-counterparty{font-size:14px}.wf-ast-priority-description{color:var(--wf-text-secondary, #544f4d)}.wf-ast-priority-amount{min-width:136px;font-family:var(--wf-font-family-amount, "Source Sans 3", sans-serif);font-size:15px}.wf-ast-priority-action{min-height:32px;padding:7px 12px;border-radius:999px}.wf-ast-recent-section{gap:10px}.wf-ast-recent-section-history,.wf-ast-results-table-section{padding:16px 18px}.wf-ast-results-table-section .wf-ast-results-toolbar{padding-bottom:2px}.wf-ast-recent-section .wf-table-scroll{border-radius:12px;border:1px solid rgba(207,202,199,.9);background:var(--wf-surface-card, #ffffff);overflow:auto}.wf-ast-recent-section .wf-transaction-table{border-radius:12px}.wf-ast-recent-section .wf-transaction-table thead th{background:#f9f7f6f2}.wf-ast-results-hero-card{padding:16px 18px}.wf-ast-results-hero-head-copy{display:flex;flex-direction:column;gap:4px;min-width:0}.wf-ast-results-hero-query{margin:0;color:var(--wf-text-primary, #181616);font-family:var(--wf-font-family, "Source Sans 3", sans-serif);font-size:16px;line-height:22px;font-weight:600}.wf-ast-results-hero-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;flex-shrink:0}.wf-ast-results-meta-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:2px}.wf-ast-results-hero-card .wf-ts1-chips-bar{margin-top:2px;padding:0;display:flex;flex-wrap:wrap;gap:8px;align-items:center}.wf-ast-results-hero-card .wf-ts1-chip{border-radius:999px;background:#f4f2fcbf;border:1px solid rgba(90,70,155,.14);min-height:30px;padding:6px 10px}.wf-ast-results-hero-card .wf-ts1-chip:hover{background:#f4f2fcf2;border-color:#5a469b4d}.wf-ast-results-hero-card .wf-ts1-chip-label{font-size:12px}.wf-ast-results-hero-card .wf-ts1-chips-clear{min-height:30px;padding:6px 10px;border-radius:999px;border:1px dashed rgba(207,202,199,.95);background:#ffffffbf}.wf-ast-results-layout{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(320px,380px);gap:20px;align-items:start}.wf-ast-results-side-col{position:sticky;top:calc(var(--wf-sticky-masthead-height, 60px) + 66px);align-self:start}.wf-ast-rail-card-header{display:flex;flex-direction:column;gap:4px;margin-bottom:10px}.wf-ast-rail-card-title{margin:0;color:var(--wf-text-primary, #181616);font-family:var(--wf-font-family, "Source Sans 3", sans-serif);font-size:17px;line-height:22px;font-weight:700}.wf-ast-copilot-empty{display:flex;flex-direction:column;gap:12px}.wf-ast-copilot-empty-copy{margin:0;color:var(--wf-text-secondary, #544f4d);font-family:var(--wf-font-family, "Source Sans 3", sans-serif);font-size:13px;line-height:19px}.wf-ast-copilot-empty-chips{display:flex;flex-direction:column;gap:8px}.wf-ast-copilot-empty-chips .wf-ast-hero-prompt-chip{width:100%;justify-content:flex-start;border-radius:10px;padding:9px 10px;background:#f9f7f6f2;font-weight:500}.wf-ast-facet-block+.wf-ast-facet-block{margin-top:14px}.wf-ast-facet-heading{margin:0 0 8px;color:var(--wf-text-tertiary, #736c69);font-family:var(--wf-font-family, "Source Sans 3", sans-serif);font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.wf-ast-facet-list{display:flex;flex-direction:column;gap:8px}.wf-ast-facet-row{display:flex;align-items:center;justify-content:space-between;gap:12px;border-radius:10px;border:1px solid rgba(207,202,199,.75);background:#f9f7f6d1;padding:8px 10px;color:var(--wf-text-secondary, #544f4d);font-family:var(--wf-font-family, "Source Sans 3", sans-serif);font-size:13px;line-height:17px}.wf-ast-facet-row strong{color:var(--wf-text-primary, #181616);font-size:13px}.wf-ast-response-panel{border-left:none;border-radius:14px;padding:16px;gap:14px;background:radial-gradient(circle at 0% 0%,rgba(90,70,155,.07),transparent 42%),radial-gradient(circle at 100% 0%,rgba(255,205,65,.1),transparent 44%),#fffffff7}.wf-ast-response-head{display:flex;flex-direction:column;gap:4px}.wf-ast-response-title-row{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.wf-ast-response-title-icon{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:999px;background:#5a469b1f;color:var(--wf-link, #5a469b)}.wf-ast-response-title{margin:0;color:var(--wf-text-primary, #181616);font-family:var(--wf-font-family, "Source Sans 3", sans-serif);font-size:17px;line-height:22px;font-weight:700}.wf-ast-response-intent{display:inline-flex;align-items:center;min-height:24px;padding:4px 8px;border-radius:999px;background:#ffcd412e;color:var(--wf-text-primary, #181616);border:1px solid rgba(255,205,65,.45);font-family:var(--wf-font-family, "Source Sans 3", sans-serif);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.wf-ast-response-meta{margin:0;color:var(--wf-text-tertiary, #736c69);font-family:var(--wf-font-family, "Source Sans 3", sans-serif);font-size:12px;line-height:16px}.wf-ast-response-summary{font-size:15px;line-height:22px}.wf-ast-response-panel .wf-ts-stats-row{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}.wf-ast-response-panel .wf-ts-stats-card{border-radius:10px;border:1px solid rgba(207,202,199,.75);background:#ffffffe6;padding:10px}.wf-ast-response-panel .wf-ts-stats-value{font-size:14px;line-height:18px;font-weight:700}.wf-ast-response-panel .wf-ts-stats-label{font-size:11px;line-height:14px;color:var(--wf-text-tertiary, #736c69);text-transform:uppercase;letter-spacing:.05em}.wf-ast-response-panel .wf-ts2-chart-container{border-radius:12px;border:1px solid rgba(207,202,199,.78);background:#fffffff0;padding:8px 8px 4px}.wf-ast-response-panel .wf-ts-follow-ups{display:flex;flex-direction:column;gap:8px}.wf-ast-response-panel .wf-ts-follow-ups-label{color:var(--wf-text-tertiary, #736c69);font-family:var(--wf-font-family, "Source Sans 3", sans-serif);font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.wf-ast-response-panel .wf-ts-follow-ups-list{display:flex;flex-wrap:wrap;gap:8px}.wf-ast-response-panel .wf-ts-follow-up-pill{border-radius:999px;border:1px solid rgba(207,202,199,.95);background:#ffffffeb;color:var(--wf-text-secondary, #544f4d);padding:7px 12px;font-size:13px;line-height:16px}.wf-ast-response-panel .wf-ts-follow-up-pill:hover{border-color:#5a469b59;background:#f4f2fcf2;color:var(--wf-link, #5a469b)}.wf-ast-searching-overlay{border-radius:14px;border:1px dashed rgba(207,202,199,.95);background:#ffffffb3;padding:28px 16px}.wf-ast-searching-text{font-weight:600}.wf-ast-results-toolbar{min-height:32px}.wf-ast-results-count{font-size:13px;letter-spacing:.01em}.wf-ast-clear-button{min-height:34px;border-radius:999px;padding:7px 12px}.wf-ast-conversation-section{gap:12px;padding-top:0;border-top:0}.wf-ast-conversation-thread{max-height:320px;border-radius:10px;border:1px solid rgba(207,202,199,.75);background:#f9f7f6bf;padding:10px}.wf-ast-conversation-bubble{max-width:86%;border-radius:12px;padding:9px 11px;font-size:13px;line-height:18px}.wf-ast-conversation-bubble-user{box-shadow:0 4px 10px #5a469b24}.wf-ast-conversation-bubble-assistant{background:#fffffffa}.wf-ast-results-side-col .wf-ast-search-bar{background:#ffffffe6}@media(max-width:1280px){.wf-ast-landing-top{grid-template-columns:1fr}.wf-ast-landing-sidebar{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;align-items:start}.wf-ast-landing-sidebar>*{grid-column:1 / -1}.wf-ast-results-layout{grid-template-columns:1fr}.wf-ast-results-side-col{position:static}}@media(max-width:960px){.wf-ast-shell{padding:0 20px}.wf-ast-page-header{align-items:flex-start;flex-direction:column;padding:14px}.wf-ast-page-header-right{width:100%;justify-content:flex-start}.wf-ast-hero-card-title{font-size:20px;line-height:25px}.wf-ast-priority-card{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"body amount" "action action";align-items:start;gap:10px 12px}.wf-ast-priority-card-body{grid-area:body}.wf-ast-priority-amount{grid-area:amount;min-width:auto}.wf-ast-priority-action{grid-area:action;width:fit-content}.wf-ast-response-panel .wf-ts-stats-row{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.wf-ast-main{padding:20px 0 44px}.wf-ast-content{gap:16px}.wf-ast-page-title{font-size:24px;line-height:30px}.wf-ast-page-subtitle{font-size:14px;line-height:20px}.wf-ast-page-header-meta .wf-ast-meta-chip:nth-child(3){display:none}.wf-ast-page-header-right{gap:6px}.wf-ast-header-pill{padding:7px 10px;font-size:13px}.wf-ast-hero-card,.wf-ast-results-hero-card,.wf-ast-side-section,.wf-ast-quick-actions-section,.wf-ast-rail-card,.wf-ast-priority-section,.wf-ast-recent-section-history,.wf-ast-results-table-section{border-radius:12px;padding:14px}.wf-ast-hero-card-header,.wf-ast-results-hero-head{flex-direction:column;align-items:flex-start}.wf-ast-results-hero-actions{justify-content:flex-start}.wf-ast-results-meta-row{gap:6px}.wf-ast-results-meta-row .wf-ast-meta-chip:nth-child(3){display:none}.wf-ast-hero-prompt-row{flex-wrap:nowrap;overflow-x:auto;padding-bottom:4px;scrollbar-width:none}.wf-ast-hero-prompt-row::-webkit-scrollbar{display:none}.wf-ast-hero-prompt-chip{flex:0 0 auto}.wf-ast-landing-sidebar,.wf-ast-quick-grid{grid-template-columns:1fr}.wf-ast-priority-card-top{flex-wrap:wrap}.wf-ast-priority-meta{line-height:16px}.wf-ast-conversation-thread{max-height:260px}}@media(max-width:520px){.wf-ast-shell{padding:0 12px}.wf-ast-search-bar{padding:9px}.wf-ast-search-input{font-size:14px;line-height:20px}.wf-ast-search-send{width:36px;height:36px;border-radius:9px}.wf-ast-side-section .wf-ast-overview-card-value{font-size:22px;line-height:28px}.wf-ast-response-panel .wf-ts-stats-row{grid-template-columns:1fr}.wf-ast-priority-card{grid-template-columns:1fr;grid-template-areas:"body" "amount" "action"}.wf-ast-priority-amount{text-align:left}}.wf-ast-meta-chip-accent{background:#ffcd412e;border-color:#ffcd4166;color:var(--wf-text-primary, #181616)}.wf-ast-search-composer{gap:10px}.wf-ast-search-composer-meta{gap:6px}.wf-ast-query-tools{display:flex;align-items:center;gap:8px;min-width:0}.wf-ast-query-filter-list{display:flex;align-items:center;gap:8px;min-width:0;flex:1;overflow-x:auto;padding-bottom:2px;scrollbar-width:none}.wf-ast-query-filter-list::-webkit-scrollbar{display:none}.wf-ast-query-tool-button{display:inline-flex;align-items:center;gap:6px;min-height:34px;padding:7px 12px;border-radius:999px;border:1px solid rgba(207,202,199,.95);background:#ffffffe6;color:var(--wf-text-primary, #181616);font-family:var(--wf-font-family, "Source Sans 3", sans-serif);font-size:13px;font-weight:600;white-space:nowrap;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease}.wf-ast-query-tool-button:hover:not(:disabled){border-color:#5a469b47;background:#f4f2fce0}.wf-ast-query-tool-button:disabled{opacity:.45;cursor:not-allowed}.wf-ast-query-tool-button-active{border-color:#5a469b52;background:#f4f2fcf2;color:var(--wf-link, #5a469b);box-shadow:inset 0 0 0 1px #5a469b0d}.wf-ast-query-tool-button-ghost{margin-left:auto}.wf-ast-query-tool-count{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;border-radius:999px;background:#5a469b24;color:var(--wf-link, #5a469b);font-size:11px;font-weight:700;line-height:1;padding:0 5px}.wf-ast-query-filter-pill{display:inline-flex;align-items:center;gap:8px;min-height:34px;border-radius:12px;border:1px solid rgba(207,202,199,.95);background:#ffffffe6;padding:6px 10px;color:var(--wf-text-primary, #181616);white-space:nowrap;transition:border-color .15s ease,background .15s ease,transform .15s ease}.wf-ast-query-filter-pill:hover{border-color:#5a469b47;background:#fffffffa;transform:translateY(-1px)}.wf-ast-query-filter-label{font-family:var(--wf-font-family, "Source Sans 3", sans-serif);font-size:11px;font-weight:700;color:var(--wf-text-tertiary, #736c69);letter-spacing:.05em;text-transform:uppercase}.wf-ast-query-filter-value{font-family:var(--wf-font-family, "Source Sans 3", sans-serif);font-size:13px;font-weight:600;color:var(--wf-text-primary, #181616)}.wf-ast-query-preset-pill{display:inline-flex;align-items:center;gap:6px;min-height:30px;border-radius:999px;border:1px solid rgba(207,202,199,.95);background:#f9f7f6e0;padding:6px 10px;color:var(--wf-text-secondary, #544f4d);font-family:var(--wf-font-family, "Source Sans 3", sans-serif);font-size:12px;font-weight:600;white-space:nowrap;transition:border-color .15s ease,background .15s ease,color .15s ease}.wf-ast-query-preset-pill:hover{border-color:#5a469b38;background:#f4f2fcf2;color:var(--wf-link, #5a469b)}.wf-ast-query-presets{display:flex;align-items:center;gap:8px;overflow-x:auto;scrollbar-width:none}.wf-ast-query-presets::-webkit-scrollbar{display:none}.wf-ast-query-filter-panel{border-radius:12px;border:1px solid rgba(207,202,199,.92);background:linear-gradient(180deg,#fffffffa,#f9f7f6f0);padding:12px;box-shadow:inset 0 1px #ffffffa6}.wf-ast-query-filter-panel-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.wf-ast-filter-group{border-radius:10px;border:1px solid rgba(207,202,199,.72);background:#ffffffd9;padding:10px;display:flex;flex-direction:column;gap:8px}.wf-ast-filter-group-wide{grid-column:1 / -1}.wf-ast-filter-group-label{margin:0;color:var(--wf-text-secondary, #544f4d);font-family:var(--wf-font-family, "Source Sans 3", sans-serif);font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.wf-ast-filter-option-list{display:flex;flex-wrap:wrap;gap:6px}.wf-ast-filter-option{display:inline-flex;align-items:center;min-height:28px;padding:5px 8px;border-radius:999px;border:1px solid rgba(207,202,199,.92);background:#ffffffe6;color:var(--wf-text-secondary, #544f4d);font-family:var(--wf-font-family, "Source Sans 3", sans-serif);font-size:12px;font-weight:600;line-height:1.2;transition:border-color .15s ease,background .15s ease,color .15s ease}.wf-ast-filter-option:hover{border-color:#5a469b3d;background:#f4f2fce0}.wf-ast-filter-option-active{border-color:#5a469b52;background:#f4f2fc;color:var(--wf-link, #5a469b)}.wf-ast-query-filter-panel-footer{margin-top:10px;padding-top:10px;border-top:1px solid rgba(207,202,199,.72);display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.wf-ast-query-filter-summary{display:flex;flex-wrap:wrap;gap:6px;min-width:0;flex:1}.wf-ast-query-filter-summary-label{color:var(--wf-text-tertiary, #736c69);font-family:var(--wf-font-family, "Source Sans 3", sans-serif);font-size:12px;font-weight:700}.wf-ast-query-filter-summary-text{color:var(--wf-text-secondary, #544f4d);font-family:var(--wf-font-family, "Source Sans 3", sans-serif);font-size:12px;line-height:16px}.wf-ast-query-filter-panel-actions{display:inline-flex;align-items:center;gap:8px;flex-shrink:0}.wf-ast-query-panel-button{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:7px 12px;border-radius:999px;border:1px solid rgba(207,202,199,.95);font-family:var(--wf-font-family, "Source Sans 3", sans-serif);font-size:13px;font-weight:600;transition:border-color .15s ease,background .15s ease,color .15s ease}.wf-ast-query-panel-button:disabled{opacity:.45;cursor:not-allowed}.wf-ast-query-panel-button-secondary{background:#ffffffe6;color:var(--wf-text-secondary, #544f4d)}.wf-ast-query-panel-button-secondary:hover:not(:disabled){border-color:#5a469b3d}.wf-ast-query-panel-button-primary{border-color:#5a469b59;background:linear-gradient(180deg,#6a56acfa,#4e3d92fa);color:#fff}.wf-ast-query-panel-button-primary:hover:not(:disabled){background:linear-gradient(180deg,#705cb2,#524098)}.wf-ast-hero-card .wf-ast-search-bar,.wf-ast-results-hero-card .wf-ast-search-bar{margin-top:2px}.wf-ast-results-hero-card{padding:14px 16px}.wf-ast-results-hero-head{align-items:center;gap:12px}.wf-ast-results-hero-query{font-size:15px}.wf-ast-results-layout{gap:16px}.wf-ast-results-main-col,.wf-ast-results-side-col{gap:12px}.wf-ast-response-panel{padding:14px}.wf-ast-response-panel .wf-ts-stats-row{gap:6px}.wf-ast-response-panel .wf-ts-stats-card{padding:8px}.wf-ast-results-toolbar{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:2px}.wf-ast-results-toolbar-left{display:flex;flex-direction:column;gap:8px;min-width:0}.wf-ast-results-view-tabs{display:inline-flex;align-items:center;gap:4px;padding:3px;border-radius:10px;border:1px solid rgba(207,202,199,.9);background:#f9f7f6eb;width:fit-content}.wf-ast-results-view-tab{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:6px 10px;border-radius:8px;color:var(--wf-text-secondary, #544f4d);font-family:var(--wf-font-family, "Source Sans 3", sans-serif);font-size:12px;font-weight:600;line-height:1.2}.wf-ast-results-view-tab-active{background:#fffffff5;border:1px solid rgba(207,202,199,.85);color:var(--wf-text-primary, #181616)}.wf-ast-results-toolbar-actions{display:inline-flex;align-items:center;gap:8px;flex-shrink:0}.wf-ast-toolbar-action{min-height:32px;padding:6px 10px;font-size:12px}.wf-ast-results-count{margin:0}.wf-ast-recent-section .wf-table-scroll{box-shadow:inset 0 1px #fff9}.wf-ast-recent-section .wf-transaction-table thead th{position:sticky;top:0;z-index:1}.wf-ast-recent-section .wf-transaction-table tbody tr:hover{background:#f4f2fc59}.wf-ast-rail-card-title{font-size:16px;line-height:20px}.wf-ast-copilot-empty-chips{gap:6px}.wf-ast-copilot-empty-chips .wf-ast-hero-prompt-chip{padding:8px 9px}@media(max-width:960px){.wf-ast-query-tools{flex-wrap:wrap}.wf-ast-query-tool-button-ghost{margin-left:0}.wf-ast-query-filter-list{order:3;flex:1 1 100%;width:100%}.wf-ast-query-filter-panel-grid{grid-template-columns:1fr}.wf-ast-filter-group-wide{grid-column:auto}.wf-ast-query-filter-panel-footer{flex-direction:column;align-items:stretch}.wf-ast-query-filter-panel-actions{width:100%;justify-content:flex-end}.wf-ast-results-toolbar{flex-direction:column;align-items:stretch}.wf-ast-results-toolbar-actions{justify-content:flex-start;flex-wrap:wrap}}@media(max-width:760px){.wf-ast-query-filter-pill{min-height:32px;padding:6px 8px;gap:6px}.wf-ast-query-filter-label{font-size:10px}.wf-ast-query-filter-value{font-size:12px}.wf-ast-query-tool-button{min-height:32px;padding:6px 10px;font-size:12px}.wf-ast-query-presets{gap:6px}.wf-ast-query-preset-pill{min-height:28px;padding:5px 8px;font-size:11px}.wf-ast-query-filter-panel{padding:10px}.wf-ast-results-view-tabs{width:100%;overflow-x:auto;scrollbar-width:none}.wf-ast-results-view-tabs::-webkit-scrollbar{display:none}}@media(max-width:520px){.wf-ast-query-filter-list{gap:6px}.wf-ast-query-filter-pill{border-radius:10px}.wf-ast-query-filter-panel-actions{flex-direction:column;align-items:stretch}.wf-ast-query-panel-button{width:100%}}.wf-ast-content{max-width:1328px;margin:0 auto;padding:20px 18px 28px}.wf-ast-page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:16px;padding:18px 20px;background:linear-gradient(180deg,#fffffff5,#ffffffeb),linear-gradient(90deg,#5a469b0f,#ffcd410d);border:1px solid var(--wf-border-minimal, #cfcac7);border-radius:14px;box-shadow:0 8px 24px #1816160a}.wf-ast-page-header-left{display:grid;gap:6px;min-width:0}.wf-ast-page-header-meta{display:flex;align-items:center;flex-wrap:wrap;gap:6px}.wf-ast-page-title{margin:0;font-size:34px;line-height:1.05;letter-spacing:-.02em;color:var(--wf-text-primary, #181616)}.wf-ast-page-subtitle{margin:0;font-size:13px;color:var(--wf-text-secondary, #544f4d)}.wf-ast-page-header-right{display:flex;align-items:center;gap:8px}.wf-ast-header-pill{display:inline-flex;align-items:center;gap:6px;min-height:32px;padding:0 12px;border-radius:999px;border:1px solid var(--wf-border-minimal, #cfcac7);background:#fffffff2;color:var(--wf-text-secondary, #544f4d);font-size:12px;font-weight:600;cursor:pointer;transition:border-color .12s ease,background-color .12s ease,color .12s ease}.wf-ast-header-pill:hover:not(:disabled){border-color:#5a469b4d;background:var(--wf-surface-selected, #f4f2fc);color:var(--wf-link, #5a469b)}.wf-ast-header-pill:disabled{opacity:.5;cursor:not-allowed}.wf-ast-meta-chip{display:inline-flex;align-items:center;gap:4px;min-height:22px;padding:0 8px;border-radius:999px;border:1px solid rgba(90,70,155,.14);background:#5a469b0a;color:var(--wf-text-secondary, #544f4d);font-size:11px;font-weight:600}.wf-ast-meta-chip-brand{color:var(--wf-link, #5a469b);border-color:#5a469b2e;background:#5a469b14}.wf-ast-landing,.wf-ast-results{display:grid;gap:14px}.wf-ast-discovery-stage,.wf-ast-query-browser{position:relative;border:1px solid var(--wf-border-minimal, #cfcac7);border-radius:16px;background:radial-gradient(circle at 10% 10%,rgba(255,205,65,.12),transparent 48%),radial-gradient(circle at 92% 12%,rgba(90,70,155,.12),transparent 54%),linear-gradient(180deg,#fffffffa,#fffffff0);box-shadow:0 18px 48px #18161612}.wf-ast-discovery-stage{padding:26px 18px 16px}.wf-ast-discovery-stage:before,.wf-ast-query-browser:before{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;background:linear-gradient(90deg,#ffcd4126,#5a469b24);mask:linear-gradient(#000,#000) top / 100% 2px no-repeat;-webkit-mask:linear-gradient(#000,#000) top / 100% 2px no-repeat}.wf-ast-discovery-stage-inner{max-width:760px;margin:0 auto;display:grid;gap:12px;text-align:center}.wf-ast-discovery-kicker,.wf-ast-query-browser-kicker{margin:0;color:var(--wf-link, #5a469b);text-transform:uppercase;letter-spacing:.08em;font-size:11px;font-weight:700}.wf-ast-discovery-title{margin:0;font-size:clamp(32px,4vw,52px);line-height:1.03;letter-spacing:-.03em;color:var(--wf-text-primary, #181616)}.wf-ast-discovery-copy{margin:0 auto;max-width:640px;font-size:14px;line-height:1.45;color:var(--wf-text-secondary, #544f4d)}.wf-ast-discovery-prompt-row{display:flex;flex-wrap:wrap;justify-content:center;gap:8px}.wf-ast-discovery-prompt-pill,.wf-ast-copilot-prompt-chip{display:inline-flex;align-items:center;gap:6px;min-height:30px;padding:0 12px;border-radius:999px;border:1px solid rgba(90,70,155,.16);background:#fffffff0;color:var(--wf-text-secondary, #544f4d);font-size:12px;font-weight:600;cursor:pointer;transition:background-color .12s ease,border-color .12s ease,color .12s ease}.wf-ast-discovery-prompt-pill:hover,.wf-ast-copilot-prompt-chip:hover{border-color:#5a469b47;background:var(--wf-surface-selected, #f4f2fc);color:var(--wf-link, #5a469b)}.wf-ast-palette{position:relative;display:grid;gap:10px;margin-top:2px}.wf-ast-palette-shell{position:relative;display:grid;gap:10px;padding:10px;border-radius:14px;border:1px solid rgba(90,70,155,.18);background:#fffffff7;box-shadow:0 16px 36px #18161614,0 1px #fffc inset;text-align:left}.wf-ast-palette-busy .wf-ast-palette-shell{opacity:.75}.wf-ast-palette-landing .wf-ast-palette-shell{padding:12px;border-radius:16px}.wf-ast-palette-topline{display:flex;align-items:center;justify-content:space-between;gap:8px}.wf-ast-palette-topline-left,.wf-ast-palette-topline-right{display:flex;align-items:center;gap:6px;min-width:0}.wf-ast-palette-brand-pill,.wf-ast-palette-scope-pill,.wf-ast-palette-info-pill{display:inline-flex;align-items:center;gap:5px;min-height:22px;padding:0 8px;border-radius:999px;border:1px solid rgba(90,70,155,.14);background:#5a469b0a;color:var(--wf-text-secondary, #544f4d);font-size:11px;font-weight:600}.wf-ast-palette-brand-pill{color:var(--wf-link, #5a469b);border-color:#5a469b33;background:#5a469b14}.wf-ast-palette-scope-pill{cursor:default}.wf-ast-palette-tool-button{display:inline-flex;align-items:center;gap:6px;min-height:28px;padding:0 10px;border-radius:999px;border:1px solid var(--wf-border-minimal, #cfcac7);background:#fff;color:var(--wf-text-secondary, #544f4d);font-size:12px;font-weight:600;cursor:pointer;transition:all .12s ease}.wf-ast-palette-tool-button:hover,.wf-ast-palette-tool-button-active{border-color:#5a469b4d;color:var(--wf-link, #5a469b);background:#5a469b0d}.wf-ast-palette-filter-row{display:flex;align-items:center;flex-wrap:wrap;gap:6px}.wf-ast-palette-filter-pill{display:inline-flex;align-items:center;gap:6px;min-height:30px;padding:0 10px;border-radius:10px;border:1px solid rgba(207,202,199,.95);background:var(--wf-surface-row, #f9f7f6);color:var(--wf-text-secondary, #544f4d);cursor:pointer;font-size:12px;font-weight:600;transition:all .12s ease}.wf-ast-palette-filter-pill strong{color:var(--wf-text-primary, #181616);font-weight:700}.wf-ast-palette-filter-pill:hover:not(:disabled){border-color:#5a469b38;background:#5a469b0d}.wf-ast-palette-filter-pill:disabled{opacity:.55;cursor:not-allowed}.wf-ast-palette-filter-pill-label{font-size:10px;text-transform:uppercase;letter-spacing:.06em;color:var(--wf-text-tertiary, #736c69)}.wf-ast-palette-filter-pill-ghost{margin-left:auto;background:#fff}.wf-ast-palette-editor-row{display:grid;grid-template-columns:20px minmax(0,1fr) auto;align-items:start;gap:10px;padding:11px 12px;border-radius:12px;border:1px solid rgba(90,70,155,.18);background:#fff;box-shadow:0 0 0 2px #5a469b08 inset}.wf-ast-palette:focus-within .wf-ast-palette-editor-row{border-color:#5a469b57;box-shadow:0 0 0 3px #5a469b14,0 8px 20px #5a469b14}.wf-ast-palette-search-icon{margin-top:3px;color:var(--wf-text-tertiary, #736c69)}.wf-ast-palette-input{width:100%;min-height:28px;max-height:136px;resize:none;border:none;outline:none;background:transparent;color:var(--wf-text-primary, #181616);font-family:var(--wf-font-family, "Source Sans 3", sans-serif);font-size:16px;line-height:1.35;padding:0}.wf-ast-palette-input::placeholder{color:var(--wf-text-muted, #9c9694)}.wf-ast-palette-send{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:10px;border:1px solid rgba(90,70,155,.22);background:linear-gradient(180deg,#5a469bf5,#4f3e8af5);color:#fff;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease,opacity .12s ease;box-shadow:0 8px 16px #5a469b33}.wf-ast-palette-send:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 10px 18px #5a469b3d}.wf-ast-palette-send:disabled{opacity:.4;cursor:not-allowed;box-shadow:none}.wf-ast-palette-active-phrases{display:flex;flex-wrap:wrap;gap:6px}.wf-ast-palette-phrase-chip{display:inline-flex;align-items:center;min-height:24px;padding:0 8px;border-radius:999px;border:1px solid rgba(255,205,65,.35);background:#ffcd4124;color:var(--wf-text-secondary, #544f4d);font-size:11px;font-weight:600}.wf-ast-palette-footer-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.wf-ast-palette-hint,.wf-ast-palette-engine-label{margin:0;font-size:11px;color:var(--wf-text-tertiary, #736c69)}.wf-ast-palette-engine-label{white-space:nowrap}.wf-ast-palette-filter-dock{border:1px solid rgba(90,70,155,.18);border-radius:14px;background:#fffffff7;box-shadow:0 14px 28px #18161612;padding:12px}.wf-ast-palette-filter-dock-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.wf-ast-palette-filter-group{display:grid;gap:8px}.wf-ast-palette-filter-group-wide{grid-column:1 / -1}.wf-ast-palette-filter-group-label{margin:0;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--wf-text-tertiary, #736c69)}.wf-ast-palette-filter-options{display:flex;flex-wrap:wrap;gap:6px}.wf-ast-palette-option{min-height:28px;padding:0 10px;border-radius:9px;border:1px solid var(--wf-border-minimal, #cfcac7);background:var(--wf-surface-row, #f9f7f6);color:var(--wf-text-secondary, #544f4d);font-size:12px;font-weight:600;cursor:pointer}.wf-ast-palette-option:hover{border-color:#5a469b38}.wf-ast-palette-option-active{border-color:#5a469b4d;background:#5a469b0f;color:var(--wf-link, #5a469b)}.wf-ast-palette-filter-dock-footer{margin-top:12px;padding-top:12px;border-top:1px solid rgba(207,202,199,.6);display:flex;align-items:center;justify-content:space-between;gap:12px}.wf-ast-palette-filter-summary{font-size:12px;color:var(--wf-text-secondary, #544f4d)}.wf-ast-palette-filter-actions{display:flex;align-items:center;gap:8px}.wf-ast-palette-dock-action{min-height:30px;padding:0 10px;border-radius:9px;border:1px solid var(--wf-border-minimal, #cfcac7);background:#fff;color:var(--wf-text-secondary, #544f4d);font-size:12px;font-weight:700;cursor:pointer}.wf-ast-palette-dock-action-primary{border-color:#5a469b47;background:#5a469b14;color:var(--wf-link, #5a469b)}.wf-ast-palette-dock-action:disabled{opacity:.5;cursor:not-allowed}.wf-ast-palette-dropdown{border:1px solid rgba(207,202,199,.9);border-radius:14px;background:#fffffffa;box-shadow:0 24px 48px #1816161f;overflow:hidden}.wf-ast-palette-dropdown-section{padding:6px 6px 2px}.wf-ast-palette-dropdown-section+.wf-ast-palette-dropdown-section{border-top:1px solid rgba(207,202,199,.5)}.wf-ast-palette-dropdown-header{display:flex;align-items:center;justify-content:space-between;padding:6px 10px;color:var(--wf-text-tertiary, #736c69);font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.wf-ast-palette-suggestion-list{display:grid;gap:2px;padding-bottom:4px}.wf-ast-palette-suggestion{display:grid;grid-template-columns:26px minmax(0,1fr);align-items:start;gap:8px;width:100%;padding:8px 10px;border:none;border-radius:10px;background:transparent;text-align:left;cursor:pointer;transition:background-color .1s ease}.wf-ast-palette-suggestion:hover{background:var(--wf-surface-selected, #f4f2fc)}.wf-ast-palette-suggestion-compact{padding-top:7px;padding-bottom:7px}.wf-ast-palette-suggestion-icon{width:26px;height:26px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;background:#5a469b0f;color:var(--wf-link, #5a469b)}.wf-ast-palette-suggestion-copy{min-width:0;display:grid;gap:1px}.wf-ast-palette-suggestion-label{color:var(--wf-text-primary, #181616);font-size:13px;line-height:1.25;font-weight:700}.wf-ast-palette-suggestion-desc{color:var(--wf-text-secondary, #544f4d);font-size:11px;line-height:1.25}.wf-ast-palette-dropdown-chip-row{display:flex;flex-wrap:wrap;gap:6px;padding:0 10px 8px}.wf-ast-palette-dropdown-chip{display:inline-flex;align-items:center;gap:6px;min-height:28px;padding:0 10px;border-radius:999px;border:1px solid rgba(207,202,199,.95);background:#fff;color:var(--wf-text-secondary, #544f4d);cursor:pointer;font-size:12px}.wf-ast-palette-dropdown-chip:hover{border-color:#5a469b3d;background:#5a469b08}.wf-ast-palette-dropdown-chip-label{font-size:10px;text-transform:uppercase;letter-spacing:.06em;color:var(--wf-text-tertiary, #736c69)}.wf-ast-palette-dropdown-chip strong{font-size:12px;color:var(--wf-text-primary, #181616)}.wf-ast-palette-dropdown-footer{display:flex;align-items:center;gap:8px;padding:8px 12px 10px;border-top:1px solid rgba(207,202,199,.55);background:linear-gradient(180deg,#f9f7f68c,#f9f7f6eb);color:var(--wf-text-tertiary, #736c69);font-size:11px}.wf-ast-palette-dropdown-footer-badge{display:inline-flex;align-items:center;min-height:18px;padding:0 7px;border-radius:999px;border:1px solid rgba(90,70,155,.16);background:#5a469b0d;color:var(--wf-link, #5a469b);font-weight:700;white-space:nowrap}.wf-ast-support-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);gap:14px;align-items:start}.wf-ast-support-main,.wf-ast-support-side{display:grid;gap:14px}.wf-ast-support-side{position:sticky;top:calc(var(--wf-sticky-masthead-height, 60px) + 16px)}.wf-ast-quick-actions-section,.wf-ast-recent-section,.wf-ast-priority-section,.wf-ast-response-panel,.wf-ast-rail-card,.wf-ast-results-table-section,.wf-ast-welcome-banner,.wf-ast-side-section{border:1px solid var(--wf-border-minimal, #cfcac7);border-radius:14px;background:#fffffff5;box-shadow:0 10px 26px #1816160d}.wf-ast-priority-section,.wf-ast-recent-section,.wf-ast-quick-actions-section,.wf-ast-side-section,.wf-ast-results-table-section,.wf-ast-rail-card{padding:12px}.wf-ast-section-heading{margin:0;font-size:14px;font-weight:800;color:var(--wf-text-primary, #181616)}.wf-ast-section-subheading{margin:0;font-size:11px;color:var(--wf-text-tertiary, #736c69)}.wf-ast-priority-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}.wf-ast-priority-list{display:grid;gap:8px}.wf-ast-priority-card{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:10px;align-items:center;padding:10px;border-radius:12px;border:1px solid rgba(207,202,199,.75);background:linear-gradient(180deg,#fff,#f9f7f6bf)}.wf-ast-priority-card-top{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.wf-ast-priority-counterparty{font-size:13px;font-weight:800;color:var(--wf-text-primary, #181616)}.wf-ast-priority-description{margin-top:2px;font-size:12px;color:var(--wf-text-secondary, #544f4d)}.wf-ast-priority-meta{margin-top:2px;font-size:10px;color:var(--wf-text-tertiary, #736c69)}.wf-ast-priority-badge{display:inline-flex;align-items:center;min-height:20px;padding:0 7px;border-radius:999px;font-size:10px;font-weight:700;border:1px solid rgba(255,205,65,.35);background:#ffcd4124;color:#7a5c00}.wf-ast-priority-badge-RETURNED,.wf-ast-priority-badge-FAILED{border-color:#c93b2433;background:#c93b2414;color:var(--wf-alert, #c93b24)}.wf-ast-priority-amount{font-size:12px;font-weight:800;color:var(--wf-text-primary, #181616);white-space:nowrap}.wf-ast-priority-action{min-height:30px;padding:0 10px;border-radius:9px;border:1px solid rgba(90,70,155,.2);background:#5a469b0d;color:var(--wf-link, #5a469b);font-size:12px;font-weight:700;cursor:pointer}.wf-ast-welcome-banner{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;padding:12px;margin:0}.wf-ast-welcome-banner-title,.wf-ast-welcome-banner-text{margin:0}.wf-ast-welcome-banner-title{font-size:13px;font-weight:800;color:var(--wf-text-primary, #181616)}.wf-ast-welcome-banner-text{margin-top:4px;font-size:12px;line-height:1.35;color:var(--wf-text-secondary, #544f4d)}.wf-ast-welcome-banner-dismiss{width:28px;height:28px;border-radius:8px;border:1px solid var(--wf-border-minimal, #cfcac7);background:#fff;color:var(--wf-text-tertiary, #736c69);cursor:pointer}.wf-ast-side-section-heading,.wf-ast-quick-actions-heading{margin-bottom:10px}.wf-ast-overview-row{display:grid;gap:8px}.wf-ast-overview-card{display:grid;gap:2px;text-align:left;width:100%;padding:10px;border-radius:12px;border:1px solid rgba(207,202,199,.75);background:linear-gradient(180deg,#fffffffa,#f9f7f6cc);cursor:pointer}.wf-ast-overview-card-label,.wf-ast-overview-card-value,.wf-ast-overview-card-trend{margin:0}.wf-ast-overview-card-label{font-size:10px;text-transform:uppercase;letter-spacing:.07em;color:var(--wf-text-tertiary, #736c69);font-weight:700}.wf-ast-overview-card-value{font-size:20px;line-height:1.05;letter-spacing:-.02em;color:var(--wf-text-primary, #181616);font-weight:800}.wf-ast-overview-card-trend{font-size:11px;color:var(--wf-text-secondary, #544f4d)}.wf-ast-quick-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.wf-ast-quick-card{display:grid;grid-template-columns:28px minmax(0,1fr);grid-template-areas:"icon label" "icon desc";gap:2px 10px;width:100%;text-align:left;padding:10px;border-radius:12px;border:1px solid rgba(207,202,199,.85);background:linear-gradient(180deg,#fffffffa,#f9f7f6d1);cursor:pointer;transition:border-color .12s ease,transform .12s ease}.wf-ast-quick-card:hover{border-color:#5a469b38;transform:translateY(-1px)}.wf-ast-quick-card-icon{grid-area:icon;width:28px;height:28px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;background:#5a469b0d;color:var(--wf-link, #5a469b)}.wf-ast-quick-card-label{grid-area:label;margin:0;font-size:12px;font-weight:800;color:var(--wf-text-primary, #181616)}.wf-ast-quick-card-desc{grid-area:desc;margin:0;font-size:11px;line-height:1.25;color:var(--wf-text-secondary, #544f4d)}.wf-ast-query-browser{padding:14px}.wf-ast-query-browser-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}.wf-ast-query-browser-head-copy{display:grid;gap:4px;min-width:0}.wf-ast-query-browser-title{margin:0;font-size:26px;line-height:1.1;letter-spacing:-.02em;color:var(--wf-text-primary, #181616)}.wf-ast-query-browser-subtitle{margin:0;font-size:12px;color:var(--wf-text-secondary, #544f4d)}.wf-ast-query-browser-head-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}.wf-ast-query-browser-metric{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border-radius:999px;border:1px solid rgba(207,202,199,.9);background:#ffffffe6;color:var(--wf-text-secondary, #544f4d);font-size:12px;font-weight:700}.wf-ast-query-browser-meta-row{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.wf-ast-query-browser .wf-ts1-chips-bar{margin-top:8px;border:1px solid rgba(207,202,199,.85);border-radius:12px;background:#fffffff5;padding:8px}.wf-ast-query-browser .wf-ts1-chip{border-radius:999px;background:var(--wf-surface-row, #f9f7f6);border:1px solid rgba(207,202,199,.9)}.wf-ast-query-browser .wf-ts1-chips-clear{border-radius:999px}.wf-ast-results-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:14px;align-items:start}.wf-ast-results-main-col,.wf-ast-results-side-col{display:grid;gap:14px}.wf-ast-results-side-col{position:sticky;top:calc(var(--wf-sticky-masthead-height, 60px) + 16px)}.wf-ast-response-panel{padding:14px;background:radial-gradient(circle at top right,rgba(255,205,65,.12),transparent 36%),#fffffffa}.wf-ast-response-head{display:grid;gap:4px}.wf-ast-response-title-row{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.wf-ast-response-title-icon{width:20px;height:20px;border-radius:6px;display:inline-flex;align-items:center;justify-content:center;background:#5a469b14;color:var(--wf-link, #5a469b)}.wf-ast-response-title{margin:0;font-size:16px;font-weight:800;color:var(--wf-text-primary, #181616)}.wf-ast-response-intent{display:inline-flex;align-items:center;min-height:20px;padding:0 7px;border-radius:999px;border:1px solid rgba(255,205,65,.3);background:#ffcd411f;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--wf-text-secondary, #544f4d)}.wf-ast-response-meta,.wf-ast-response-summary{margin:0}.wf-ast-response-meta{font-size:11px;color:var(--wf-text-tertiary, #736c69)}.wf-ast-response-summary{margin-top:8px;font-size:13px;line-height:1.45;color:var(--wf-text-primary, #181616)}.wf-ast-rail-card{padding:12px}.wf-ast-rail-card-header{display:grid;gap:4px;margin-bottom:10px}.wf-ast-eyebrow{margin:0;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--wf-link, #5a469b)}.wf-ast-rail-card-title{margin:0;font-size:14px;line-height:1.2;color:var(--wf-text-primary, #181616)}.wf-ast-copilot-empty{display:grid;gap:8px}.wf-ast-copilot-empty-copy{margin:0;font-size:12px;line-height:1.4;color:var(--wf-text-secondary, #544f4d)}.wf-ast-copilot-empty-chips{display:grid;gap:6px}.wf-ast-copilot-prompt-chip{justify-content:flex-start;text-align:left;min-height:32px;border-radius:10px}.wf-ast-facet-block+.wf-ast-facet-block{margin-top:10px}.wf-ast-facet-heading{margin:0 0 6px;font-size:10px;text-transform:uppercase;letter-spacing:.07em;color:var(--wf-text-tertiary, #736c69);font-weight:700}.wf-ast-facet-list{display:grid;gap:6px}.wf-ast-facet-row{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:30px;padding:0 10px;border-radius:10px;border:1px solid rgba(207,202,199,.75);background:#f9f7f6b3;color:var(--wf-text-secondary, #544f4d);font-size:12px}.wf-ast-results-table-section{padding:10px;overflow:hidden}.wf-ast-results-toolbar{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px;padding:4px 2px}.wf-ast-results-toolbar-left{display:grid;gap:6px}.wf-ast-results-toolbar-title-wrap{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}.wf-ast-results-toolbar-title{margin:0;font-size:15px;font-weight:800;color:var(--wf-text-primary, #181616)}.wf-ast-results-count{margin:0;font-size:12px;color:var(--wf-text-secondary, #544f4d)}.wf-ast-results-toolbar-meta-pills{display:flex;align-items:center;flex-wrap:wrap;gap:6px}.wf-ast-results-meta-pill{display:inline-flex;align-items:center;gap:5px;min-height:22px;padding:0 8px;border-radius:999px;border:1px solid rgba(207,202,199,.85);background:#f9f7f6bf;color:var(--wf-text-secondary, #544f4d);font-size:11px;font-weight:600}.wf-ast-results-meta-pill-active{border-color:#5a469b2e;background:#5a469b0d;color:var(--wf-link, #5a469b)}.wf-ast-results-toolbar-actions{display:flex;align-items:center;gap:6px}.wf-ast-toolbar-action{display:inline-flex;align-items:center;gap:6px}.wf-ast-pagination{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:10px}.wf-ast-pagination-status{min-width:52px;text-align:center;font-size:12px;font-weight:700;color:var(--wf-text-secondary, #544f4d)}.wf-ast-results-table-section .wf-table-scroll,.wf-ast-recent-section-history .wf-table-scroll{border:1px solid rgba(207,202,199,.75);border-radius:12px;overflow:auto;background:#fff}.wf-ast-results-table-section .wf-transaction-table,.wf-ast-recent-section-history .wf-transaction-table{min-width:100%}.wf-ast-results-table-section .wf-transaction-table thead th,.wf-ast-recent-section-history .wf-transaction-table thead th{background:linear-gradient(180deg,#f9f7f6e6,#f9f7f6fa);border-bottom:1px solid rgba(207,202,199,.85);font-size:11px}.wf-ast-results-table-section .wf-sort-header,.wf-ast-recent-section-history .wf-sort-header{min-height:34px}.wf-ast-results-table-section .wf-transaction-table tbody td,.wf-ast-recent-section-history .wf-transaction-table tbody td{border-bottom-color:#cfcac78c;font-size:12px}.wf-ast-results-table-section .wf-transaction-table tbody tr:hover td,.wf-ast-recent-section-history .wf-transaction-table tbody tr:hover td{background:#5a469b06}.wf-ast-results-table-section .wf-row-expanded td,.wf-ast-recent-section-history .wf-row-expanded td{background:#5a469b0b}.wf-ast-results-table-section .wf-detail-content,.wf-ast-recent-section-history .wf-detail-content{background:linear-gradient(180deg,#f4f2fc73,#f4f2fc2e);border-top:1px solid rgba(90,70,155,.1)}.wf-ast-results-table-section .wf-detail-grid,.wf-ast-recent-section-history .wf-detail-grid{padding:12px}.wf-ast-results-table-section .wf-detail-label,.wf-ast-recent-section-history .wf-detail-label{font-size:10px;text-transform:uppercase;letter-spacing:.06em}.wf-ast-searching-overlay{min-height:120px;border-radius:14px;border:1px dashed rgba(90,70,155,.22);background:#fffc;display:grid;place-items:center}.wf-ast-searching-text{margin:0;font-size:14px;font-weight:700;color:var(--wf-link, #5a469b)}@media(max-width:1120px){.wf-ast-results-layout,.wf-ast-support-grid{grid-template-columns:1fr}.wf-ast-results-side-col,.wf-ast-support-side{position:static;top:auto}.wf-ast-overview-row{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:860px){.wf-ast-page-header{flex-direction:column;align-items:stretch}.wf-ast-page-header-right{justify-content:flex-start}.wf-ast-discovery-stage{padding:18px 12px 12px}.wf-ast-discovery-title{font-size:34px}.wf-ast-query-browser-head{flex-direction:column;align-items:stretch}.wf-ast-query-browser-head-actions{justify-content:flex-start}.wf-ast-query-browser-title{font-size:22px}.wf-ast-quick-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.wf-ast-overview-row{grid-template-columns:1fr}.wf-ast-priority-card{grid-template-columns:minmax(0,1fr);align-items:start}.wf-ast-priority-amount{order:2}.wf-ast-priority-action{justify-self:start;order:3}.wf-ast-palette-filter-dock-grid{grid-template-columns:1fr}}@media(max-width:640px){.wf-ast-content{padding:12px 10px 20px}.wf-ast-page-title{font-size:26px}.wf-ast-page-subtitle{font-size:12px}.wf-ast-discovery-kicker,.wf-ast-query-browser-kicker{font-size:10px}.wf-ast-discovery-title{font-size:28px}.wf-ast-discovery-copy{font-size:13px}.wf-ast-palette-shell{padding:8px;gap:8px}.wf-ast-palette-topline{align-items:flex-start;flex-direction:column}.wf-ast-palette-topline-right{width:100%;justify-content:space-between}.wf-ast-palette-filter-row{overflow-x:auto;flex-wrap:nowrap;padding-bottom:2px;scrollbar-width:none}.wf-ast-palette-filter-row::-webkit-scrollbar{display:none}.wf-ast-palette-filter-pill{white-space:nowrap}.wf-ast-palette-filter-pill-ghost{margin-left:0}.wf-ast-palette-editor-row{grid-template-columns:18px minmax(0,1fr) 32px;gap:8px;padding:9px 10px}.wf-ast-palette-input{font-size:15px;line-height:1.3}.wf-ast-palette-footer-row{flex-direction:column;align-items:flex-start}.wf-ast-palette-dropdown-footer{align-items:flex-start;flex-direction:column}.wf-ast-query-browser{padding:10px}.wf-ast-query-browser-meta-row{gap:5px}.wf-ast-query-browser-meta-row .wf-ast-meta-chip:nth-child(4){display:none}.wf-ast-results-toolbar{flex-direction:column;align-items:stretch}.wf-ast-results-toolbar-actions{justify-content:flex-start}.wf-ast-quick-grid{grid-template-columns:1fr}.wf-ast-discovery-prompt-row{justify-content:flex-start}.wf-ast-priority-header{align-items:flex-start;flex-direction:column}.wf-ast-palette-filter-dock-footer{flex-direction:column;align-items:stretch}.wf-ast-palette-filter-actions{width:100%}.wf-ast-palette-dock-action{flex:1}}.wf-ast-palette-results .wf-ast-palette-shell{gap:8px;padding:10px}.wf-ast-palette-results .wf-ast-palette-filter-row{gap:6px}.wf-ast-palette-results .wf-ast-palette-filter-pill{min-height:34px;padding:0 10px}.wf-ast-palette-results .wf-ast-palette-editor-row{gap:8px;padding:8px 10px}.wf-ast-palette-results .wf-ast-palette-search-icon{margin-top:2px}.wf-ast-palette-results .wf-ast-palette-send{width:32px;height:32px}.wf-ast-palette-results .wf-ast-palette-footer-row{padding-top:4px}.wf-ast-palette-results .wf-ast-palette-hint,.wf-ast-palette-results .wf-ast-palette-engine-label{font-size:11px}.wf-ast-results-empty .wf-ast-results-layout{align-items:start}.wf-ast-results-layout.wf-ast-results-layout-empty{grid-template-columns:minmax(0,1fr) 308px}.wf-ast-results-layout-empty .wf-ast-results-main-col,.wf-ast-results-layout-empty .wf-ast-results-side-col{gap:12px}.wf-ast-results-empty .wf-ast-response-panel{background:radial-gradient(circle at 100% -14%,rgba(90,70,155,.04),transparent 42%),radial-gradient(circle at 92% 0%,rgba(255,205,65,.07),transparent 35%),linear-gradient(180deg,#fff,#fcfbfa)}.wf-ast-results-empty .wf-ast-copilot-empty-chips{gap:8px}.wf-ast-results-empty .wf-ast-copilot-prompt-chip{min-height:32px}@media(max-width:1120px){.wf-ast-results-layout.wf-ast-results-layout-empty{grid-template-columns:1fr}}.wf-ast-content,.wf-ast-landing,.wf-ast-results,.wf-ast-discovery-stage,.wf-ast-query-browser,.wf-ast-support-grid,.wf-ast-support-main,.wf-ast-support-side,.wf-ast-results-layout,.wf-ast-results-main-col,.wf-ast-results-side-col,.wf-ast-recent-section,.wf-ast-results-table-section{min-width:0}.wf-ast-discovery-stage,.wf-ast-query-browser,.wf-ast-quick-actions-section,.wf-ast-priority-section,.wf-ast-recent-section,.wf-ast-results-table-section{max-width:100%}.wf-ast-discovery-stage-inner{width:100%;max-width:760px;min-width:0}.wf-ast-palette,.wf-ast-palette-shell,.wf-ast-palette-dropdown{width:100%;max-width:100%;min-width:0}.wf-ast-palette-suggestion-copy,.wf-ast-palette-suggestion-label,.wf-ast-palette-suggestion-desc,.wf-ast-palette-filter-summary{min-width:0;overflow-wrap:anywhere}.wf-ast-palette-engine-label{max-width:100%}.wf-ast-support-grid,.wf-ast-results-layout{overflow-x:clip}.wf-ast-palette{z-index:24}.wf-ast-palette-filter-dock{position:relative;z-index:41}.wf-ast-palette-dropdown{position:absolute;top:calc(100% + 8px);left:0;right:0;z-index:40}@media(min-width:641px){.wf-ast-palette-filter-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr)) auto;align-items:center;gap:6px}.wf-ast-palette-filter-pill{min-width:0;justify-content:space-between}.wf-ast-palette-filter-pill-label{white-space:nowrap}.wf-ast-palette-filter-pill strong{min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wf-ast-palette-filter-pill-ghost{margin-left:0;justify-self:end}}@media(min-width:980px){.wf-ast-palette-filter-dock-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.wf-ast-focused-transaction-card{border:1px solid rgba(90,70,155,.16);border-radius:14px;background:radial-gradient(circle at 90% 10%,rgba(90,70,155,.12),transparent 48%),radial-gradient(circle at 6% 6%,rgba(255,205,65,.12),transparent 42%),#fffffffa;box-shadow:0 10px 28px #1816160d;padding:12px}.wf-ast-focused-transaction-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.wf-ast-focused-transaction-title-wrap{min-width:0;display:grid;gap:4px}.wf-ast-focused-transaction-title{margin:0;font-size:15px;line-height:1.25;color:var(--wf-text-primary, #181616);font-weight:800}.wf-ast-focused-transaction-subtitle{margin:0;font-size:12px;color:var(--wf-text-secondary, #544f4d)}.wf-ast-focused-transaction-amount-wrap{display:grid;justify-items:end;gap:6px;flex-shrink:0}.wf-ast-focused-transaction-amount{margin:0;font-size:18px;line-height:1.05;letter-spacing:-.02em;color:var(--wf-text-primary, #181616);font-weight:800}.wf-ast-focused-transaction-amount-debit{color:var(--wf-alert, #c93b24)}.wf-ast-focused-transaction-status{display:inline-flex;align-items:center;min-height:20px;padding:0 8px;border-radius:999px;border:1px solid rgba(207,202,199,.85);background:#f9f7f6c7;color:var(--wf-text-secondary, #544f4d);font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.wf-ast-focused-transaction-status-returned,.wf-ast-focused-transaction-status-failed{border-color:#c93b2433;background:#c93b2414;color:var(--wf-alert, #c93b24)}.wf-ast-focused-transaction-status-pending{border-color:#ffcd414d;background:#ffcd4121;color:#7a5c00}.wf-ast-focused-transaction-meta-grid{margin-top:10px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.wf-ast-focused-transaction-meta-grid>div{display:grid;gap:2px;padding:8px 10px;border-radius:10px;border:1px solid rgba(207,202,199,.7);background:#ffffffd9}.wf-ast-focused-transaction-meta-label{font-size:10px;text-transform:uppercase;letter-spacing:.06em;color:var(--wf-text-tertiary, #736c69);font-weight:700}.wf-ast-focused-transaction-meta-value{font-size:12px;color:var(--wf-text-primary, #181616);font-weight:700;overflow-wrap:anywhere}.wf-ast-results-table-section .wf-row-focused td{background:#5a469b11}.wf-ast-results-table-section .wf-row-focused td:first-child{box-shadow:inset 3px 0 #5a469ba6}.wf-ast-results-table-section .wf-row-focused.wf-row-expanded td{background:#5a469b17}@media(max-width:860px){.wf-ast-focused-transaction-head{flex-direction:column;align-items:flex-start}.wf-ast-focused-transaction-amount-wrap{justify-items:start}.wf-ast-focused-transaction-meta-grid{grid-template-columns:1fr}}.wf-ast-main{background:#f3f2f2}.wf-ast-page-header,.wf-ast-discovery-stage,.wf-ast-query-browser,.wf-ast-palette-shell,.wf-ast-palette-dropdown,.wf-ast-palette-filter-dock,.wf-ast-quick-actions-section,.wf-ast-priority-section,.wf-ast-recent-section,.wf-ast-results-table-section,.wf-ast-response-panel,.wf-ast-rail-card,.wf-ast-welcome-banner,.wf-ast-side-section,.wf-ast-focused-transaction-card{border-radius:8px;box-shadow:none}.wf-ast-page-header,.wf-ast-discovery-stage,.wf-ast-query-browser,.wf-ast-response-panel,.wf-ast-focused-transaction-card{background:#fff}.wf-ast-discovery-stage:before,.wf-ast-query-browser:before,.wf-ast-hero-card:before,.wf-ast-results-hero-card:before{background:linear-gradient(90deg,#5a469b24,#5a469b0a)}.wf-ast-page-header{background:#fff;border-color:var(--wf-border-minimal, #cfcac7);padding:20px 22px;margin-bottom:18px}.wf-ast-discovery-stage,.wf-ast-query-browser{background:#fff;border-color:var(--wf-border-minimal, #cfcac7)}.wf-ast-discovery-stage{padding:24px 20px 18px}.wf-ast-discovery-copy{color:var(--wf-text-secondary, #544f4d);line-height:1.5}@media(min-width:1180px){.wf-ast-discovery-stage-inner{max-width:1180px}.wf-ast-discovery-copy{max-width:none;white-space:nowrap}}.wf-ast-support-grid,.wf-ast-results-layout,.wf-ast-results-main-col,.wf-ast-results-side-col,.wf-ast-support-main,.wf-ast-support-side,.wf-ast-landing,.wf-ast-results{gap:16px}.wf-ast-palette{z-index:12}.wf-ast-palette-shell{border-radius:10px;border-color:var(--wf-border-minimal, #cfcac7);background:#fff;padding:10px;gap:8px}.wf-ast-palette-topline{gap:10px}.wf-ast-palette-brand-pill,.wf-ast-palette-scope-pill,.wf-ast-palette-info-pill,.wf-ast-palette-tool-button{border-radius:20px}.wf-ast-palette-brand-pill{background:#5a469b0d;border-color:#5a469b29}.wf-ast-palette-scope-pill{background:#fff;border-color:var(--wf-border-minimal, #cfcac7);cursor:pointer}.wf-ast-palette-scope-pill:hover:not(:disabled){border-color:#5a469b38;color:var(--wf-link, #5a469b)}.wf-ast-palette-scope-pill:disabled{cursor:default;opacity:.65}.wf-ast-palette-info-pill{background:#f9f7f6;border-color:#cfcac7d9}.wf-ast-palette-tool-button,.wf-ast-palette-tool-button:hover,.wf-ast-palette-tool-button-active{background:#fff}.wf-ast-palette-filter-row{gap:5px}.wf-ast-palette-filter-pill{min-height:28px;border-radius:20px;background:#fff;border-color:#cfcac7eb;padding:0 9px}.wf-ast-palette-filter-pill:hover:not(:disabled){background:#f9f7f6}.wf-ast-palette-editor-row{border-radius:8px;border-color:var(--wf-border-minimal, #cfcac7);box-shadow:none;padding:10px 12px}.wf-ast-palette:focus-within .wf-ast-palette-editor-row{border-color:#5a469b4d;box-shadow:0 0 0 2px #5a469b0d}.wf-ast-palette-send{border-radius:8px;box-shadow:none}.wf-ast-palette-send:hover:not(:disabled){box-shadow:none}.wf-ast-palette-footer-row{padding-top:2px}.wf-ast-palette-dropdown{border-radius:8px;border-color:var(--wf-border-minimal, #cfcac7);background:#fff}.wf-ast-palette-dropdown-footer{background:#f9f7f6}.wf-ast-palette-dropdown-footer-badge{background:#5a469b0a;border-color:#5a469b24}.wf-ast-palette-filter-dock{background:#fff;border-color:var(--wf-border-minimal, #cfcac7);padding:10px}.wf-ast-palette-filter-dock-grid{gap:10px}.wf-ast-palette-option{border-radius:20px;background:#fff}.wf-ast-palette-option:hover{background:#f9f7f6}.wf-ast-palette-option-active{background:#5a469b0a;border-color:#5a469b33}.wf-ast-palette-dock-action{border-radius:20px}.wf-ast-palette-dock-action-primary{background:#5a469b0d}.wf-ast-palette-phrase-chip,.wf-ast-response-intent,.wf-ast-priority-badge,.wf-ast-focused-transaction-status-pending{background:#5a469b0d;border-color:#5a469b29;color:var(--wf-link, #5a469b)}.wf-ast-focused-transaction-card,.wf-ast-response-panel{background:#fff}.wf-ast-quick-actions-section-compact{padding:10px}.wf-ast-quick-grid-compact{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.wf-ast-quick-card-compact{border-radius:8px;border-color:var(--wf-border-minimal, #cfcac7);background:#fff;grid-template-columns:24px minmax(0,1fr);padding:10px}.wf-ast-quick-card-compact .wf-ast-quick-card-icon{width:24px;height:24px;border-radius:6px;background:#5a469b0a}.wf-ast-quick-card-compact .wf-ast-quick-card-label{font-size:12px}.wf-ast-quick-card-compact .wf-ast-quick-card-desc{font-size:10px;line-height:1.3}.wf-ast-results-table-section,.wf-ast-recent-section-history{padding:12px}.wf-ast-results-table-section .wf-transaction-table tbody td,.wf-ast-recent-section-history .wf-transaction-table tbody td{padding-top:14px;padding-bottom:14px}.wf-ast-results-table-section .wf-detail-grid,.wf-ast-recent-section-history .wf-detail-grid{padding:14px}.wf-ast-priority-card,.wf-ast-overview-card,.wf-ast-quick-card,.wf-ast-facet-row,.wf-ast-focused-transaction-meta-grid>div{border-radius:8px;background:#fff;border-color:var(--wf-border-minimal, #cfcac7)}.wf-ast-priority-card,.wf-ast-overview-card,.wf-ast-quick-card{box-shadow:none}.wf-ast-priority-card{padding:12px}.wf-ast-priority-action{border-radius:20px;background:#fff}@media(max-width:1100px){.wf-ast-quick-grid-compact{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.wf-ast-page-header,.wf-ast-discovery-stage,.wf-ast-query-browser,.wf-ast-results-table-section,.wf-ast-priority-section,.wf-ast-quick-actions-section,.wf-ast-side-section,.wf-ast-rail-card,.wf-ast-response-panel,.wf-ast-focused-transaction-card{border-radius:8px}.wf-ast-page-header{padding:16px}.wf-ast-discovery-stage{padding:16px 12px 12px}.wf-ast-discovery-copy{max-width:100%;white-space:normal}.wf-ast-quick-grid-compact{grid-template-columns:1fr}.wf-ast-palette-topline{align-items:stretch}.wf-ast-palette-topline-right{width:100%;justify-content:flex-end}.wf-ast-palette-filter-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;overflow:visible}.wf-ast-palette-filter-pill{width:100%;min-width:0;justify-content:space-between}.wf-ast-palette-filter-pill-ghost{grid-column:1 / -1}.wf-ast-palette-filter-pill-label{letter-spacing:.02em}.wf-ast-palette-filter-pill strong{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}.wf-ast-main{background:radial-gradient(circle at 10% -8%,rgba(64,60,58,.05),transparent 40%),radial-gradient(circle at 92% 6%,rgba(255,205,65,.08),transparent 34%),linear-gradient(180deg,#f1efed,#eeecea);padding:24px 0 72px}.wf-ast-shell{max-width:1460px;padding:0 40px}.wf-ast-content{gap:18px}.wf-ast-page-header{position:relative;align-items:center;padding:18px 20px;border-radius:16px;border:1px solid rgba(207,202,199,.95);background:linear-gradient(180deg,#fffffffc,#fffffff2);box-shadow:0 10px 26px #1816160b,0 1px #ffffffeb inset}.wf-ast-page-header:before{content:"";position:absolute;inset:0 0 auto;height:2px;border-radius:16px 16px 0 0;background:linear-gradient(90deg,#ffcd41d9,#ffcd418c 34%,#5a469b1f 72%,#5a469b0d)}.wf-ast-page-header-left{gap:5px}.wf-ast-page-title{font-size:24px;line-height:30px;letter-spacing:-.015em}.wf-ast-page-subtitle{max-width:68ch;font-size:14px;line-height:20px;color:#645e5b}.wf-ast-page-header-meta{margin-top:2px;display:flex;flex-wrap:wrap;gap:6px}.wf-ast-page-header .wf-ast-meta-chip{min-height:24px;padding:0 10px;border-radius:999px;border:1px solid rgba(207,202,199,.95);background:#f8f6f5;color:#645e5b;font-size:11px;font-weight:700;letter-spacing:.02em}.wf-ast-page-header .wf-ast-meta-chip-brand{border-color:#5a469b24;background:#5a469b0b;color:var(--wf-link, #5a469b)}.wf-ast-page-header-right{gap:8px}.wf-ast-header-pill{min-height:32px;padding:0 12px;border-radius:10px;border:1px solid rgba(207,202,199,.95);background:#fff;color:#544f4d;font-size:12px;font-weight:700;box-shadow:none}.wf-ast-header-pill:hover:not(:disabled){border-color:#5a469b33;background:#fff;color:var(--wf-link, #5a469b);box-shadow:0 2px 8px #1816160d}.wf-ast-header-pill:disabled{opacity:.45;cursor:not-allowed;box-shadow:none}.wf-ast-landing,.wf-ast-results{gap:16px;padding:14px;border-radius:20px;border:1px solid rgba(207,202,199,.72);background:linear-gradient(180deg,#ffffffb3,#ffffff59),#f7f5f3b8;box-shadow:0 8px 20px #18161608,inset 0 1px #ffffffdb}.wf-ast-discovery-stage,.wf-ast-query-browser{border-radius:18px;border:1px solid rgba(207,202,199,.92);background:radial-gradient(circle at 110% -10%,rgba(255,205,65,.07),transparent 42%),linear-gradient(180deg,#fffffffc,#fcfbfaf5);box-shadow:0 12px 28px #1816160b,0 1px #ffffffd9 inset}.wf-ast-discovery-stage:before,.wf-ast-query-browser:before{background:linear-gradient(90deg,#ffcd4199,#5a469b14);opacity:.9;mask:linear-gradient(#000,#000) top / 100% 1px no-repeat;-webkit-mask:linear-gradient(#000,#000) top / 100% 1px no-repeat}.wf-ast-discovery-stage{padding:18px 18px 14px}.wf-ast-query-browser{padding:16px}.wf-ast-discovery-stage-inner{max-width:none;margin:0;gap:10px;text-align:left}.wf-ast-discovery-kicker,.wf-ast-query-browser-kicker{color:#736c69;font-size:10px;letter-spacing:.12em}.wf-ast-discovery-title{max-width:20ch;font-size:clamp(30px,3.1vw,42px);line-height:1.06;letter-spacing:-.025em}.wf-ast-discovery-copy{margin:0;max-width:72ch;font-size:13px;line-height:1.45;color:#645e5b}.wf-ast-palette{gap:8px}.wf-ast-palette-shell{gap:10px;padding:12px;border-radius:14px;border:1px solid rgba(207,202,199,.88);background:#fff;box-shadow:0 6px 14px #18161606,inset 0 1px #ffffffe6}.wf-ast-palette-landing .wf-ast-palette-shell{padding:12px;border-radius:14px}.wf-ast-palette-brand-pill{background:#5a469b0b;border-color:#5a469b1f;color:var(--wf-link, #5a469b)}.wf-ast-palette-scope-pill,.wf-ast-palette-info-pill{background:#f8f6f5;border-color:#cfcac7eb;color:#645e5b}.wf-ast-palette-tool-button{min-height:30px;border-radius:9px;border-color:#cfcac7f2;background:#fff;color:#544f4d}.wf-ast-palette-tool-button:hover,.wf-ast-palette-tool-button-active{background:#f8f6f5;border-color:#5a469b2e;color:var(--wf-link, #5a469b)}.wf-ast-palette-filter-pill{min-height:38px;border-radius:10px;border:1px solid rgba(207,202,199,.9);background:linear-gradient(180deg,#fff,#fbfaf9);box-shadow:none}.wf-ast-palette-filter-pill:hover:not(:disabled){border-color:#5a469b29;background:#fff}.wf-ast-palette-filter-pill-label{color:#807875}.wf-ast-palette-filter-pill strong{color:#2d2a28;font-weight:700}.wf-ast-palette-filter-pill-ghost{border-style:dashed;background:#fbfaf9}.wf-ast-palette-editor-row{border-radius:12px;border:1px solid rgba(207,202,199,.92);background:#fff;box-shadow:inset 0 1px #ffffffeb,0 1px 2px #18161605}.wf-ast-palette:focus-within .wf-ast-palette-editor-row{border-color:#5a469b2e;box-shadow:0 0 0 2px #5a469b0f,inset 0 1px #ffffffeb}.wf-ast-palette-search-icon{color:#8e8784}.wf-ast-palette-input{color:#1d1a19;font-size:14px;line-height:20px}.wf-ast-palette-input::placeholder{color:#948c89}.wf-ast-palette-send{border-radius:10px;background:linear-gradient(180deg,#47413f,#363230);box-shadow:0 4px 10px #1816161f}.wf-ast-palette-send:hover:not(:disabled){background:linear-gradient(180deg,#4e4845,#3b3634)}.wf-ast-palette-send:disabled{background:#d6d2cf;color:#8d8683;box-shadow:none}.wf-ast-palette-active-phrases{gap:6px}.wf-ast-palette-phrase-chip{background:#f8f6f5;border:1px solid rgba(207,202,199,.9);color:#544f4d;border-radius:999px;font-size:11px}.wf-ast-palette-footer-row{padding-top:6px;border-top:1px solid rgba(207,202,199,.55)}.wf-ast-palette-hint,.wf-ast-palette-engine-label{color:#807875}.wf-ast-palette-dropdown,.wf-ast-palette-filter-dock{border-radius:14px;border:1px solid rgba(207,202,199,.92);background:#fff;box-shadow:0 16px 28px #18161614}.wf-ast-palette-dropdown-section+.wf-ast-palette-dropdown-section{border-top-color:#cfcac78c}.wf-ast-palette-dropdown-header{color:#736c69}.wf-ast-palette-suggestion{border-radius:10px;border:1px solid transparent;background:#fff}.wf-ast-palette-suggestion:hover{background:#fbfaf9;border-color:#cfcac7b3}.wf-ast-palette-suggestion-icon{background:#f8f6f5;border-color:#cfcac7e6;color:#736c69}.wf-ast-palette-dropdown-chip{border-radius:10px;border-color:#cfcac7d9;background:#fbfaf9}.wf-ast-palette-dropdown-chip:hover{background:#fff;border-color:#5a469b26}.wf-ast-palette-dropdown-chip-label{color:#807875}.wf-ast-palette-dropdown-chip strong{color:#2d2a28}.wf-ast-palette-dropdown-footer{border-top-color:#cfcac78c;background:#fbfaf9;color:#736c69}.wf-ast-palette-dropdown-footer-badge{background:#5a469b09;border-color:#5a469b1f;color:var(--wf-link, #5a469b)}.wf-ast-palette-filter-dock{padding:12px}.wf-ast-palette-filter-dock-grid{gap:12px}.wf-ast-palette-option{border-radius:999px;border-color:#cfcac7e6;background:#fff}.wf-ast-palette-option:hover{background:#f8f6f5}.wf-ast-palette-option-active{background:#5a469b0a;border-color:#5a469b24;color:var(--wf-link, #5a469b)}.wf-ast-palette-filter-dock-footer{border-top-color:#cfcac78c}.wf-ast-palette-filter-summary{color:#645e5b}.wf-ast-palette-dock-action{border-radius:10px;border-color:#cfcac7f2;background:#fff;color:#544f4d}.wf-ast-palette-dock-action-primary{border-color:#5a469b1f;background:#5a469b0a;color:var(--wf-link, #5a469b)}.wf-ast-quick-actions-section,.wf-ast-priority-section,.wf-ast-side-section,.wf-ast-welcome-banner,.wf-ast-recent-section-history,.wf-ast-results-table-section,.wf-ast-rail-card,.wf-ast-response-panel,.wf-ast-focused-transaction-card{border-radius:16px;border:1px solid rgba(207,202,199,.9);background:linear-gradient(180deg,#fffffffc,#fcfbfaf7);box-shadow:0 10px 24px #18161609,0 1px #ffffffe6 inset}.wf-ast-support-grid{grid-template-columns:minmax(0,1.5fr) minmax(300px,.78fr);gap:16px}.wf-ast-support-main,.wf-ast-support-side,.wf-ast-results-main-col,.wf-ast-results-side-col{gap:16px}.wf-ast-quick-actions-section-compact{padding:12px}.wf-ast-quick-grid-compact{gap:10px}.wf-ast-quick-card-compact{display:grid;grid-template-columns:28px minmax(0,1fr);grid-template-areas:"icon label" "icon desc";align-items:start;gap:2px 10px;min-height:72px;padding:10px 12px;border-radius:12px;border:1px solid rgba(207,202,199,.9);background:linear-gradient(180deg,#fff,#fbfaf9);box-shadow:none;transition:border-color .15s ease,background-color .15s ease,transform .15s ease,box-shadow .15s ease}.wf-ast-quick-card-compact:hover{transform:translateY(-1px);border-color:#5a469b29;background:#fff;box-shadow:0 6px 14px #1816160b}.wf-ast-quick-card-compact .wf-ast-quick-card-icon{grid-area:icon;width:28px;height:28px;border-radius:8px;background:#5a469b0a;color:var(--wf-link, #5a469b)}.wf-ast-quick-card-compact .wf-ast-quick-card-label{grid-area:label;margin:0;font-size:12px;line-height:16px;font-weight:800;color:#252220}.wf-ast-quick-card-compact .wf-ast-quick-card-desc{grid-area:desc;margin:0;font-size:10px;line-height:13px;color:#736c69}.wf-ast-priority-section,.wf-ast-side-section,.wf-ast-recent-section-history,.wf-ast-results-table-section,.wf-ast-rail-card{padding:14px}.wf-ast-priority-header{margin-bottom:12px;padding-bottom:10px;border-bottom:1px solid rgba(207,202,199,.5)}.wf-ast-section-heading{font-size:15px;line-height:20px;font-weight:800;letter-spacing:-.01em}.wf-ast-section-subheading{font-size:11px;color:#807875}.wf-ast-priority-list{gap:10px}.wf-ast-priority-card{grid-template-columns:minmax(0,1fr) auto auto;gap:12px;padding:12px;border-radius:12px;border:1px solid rgba(207,202,199,.85);background:#fbfaf9;box-shadow:inset 0 1px #ffffffe6;transition:border-color .15s ease,background-color .15s ease,box-shadow .15s ease}.wf-ast-priority-card:hover{border-color:#5a469b24;background:#fff;box-shadow:0 6px 14px #1816160a,inset 0 1px #ffffffe6}.wf-ast-priority-counterparty{font-size:13px;line-height:17px;font-weight:800}.wf-ast-priority-description{margin-top:3px;color:#544f4d}.wf-ast-priority-meta{color:#807875}.wf-ast-priority-badge{border:1px solid rgba(255,205,65,.32);background:#ffcd411f;color:#7a5c00}.wf-ast-priority-badge-NEEDS_APPROVAL{border-color:#403c3a24;background:#403c3a0d;color:#403c3a}.wf-ast-priority-badge-FAILED,.wf-ast-priority-badge-RETURNED{border-color:#c93b242e;background:#c93b2412;color:var(--wf-alert, #c93b24)}.wf-ast-priority-amount{min-width:112px;font-size:13px;font-weight:800;color:#252220}.wf-ast-priority-action{min-height:30px;border-radius:10px;border:1px solid rgba(207,202,199,.95);background:#fff;color:#403c3a;box-shadow:none}.wf-ast-priority-action:hover{border-color:#5a469b29;background:#fff;color:var(--wf-link, #5a469b)}.wf-ast-welcome-banner{gap:10px;padding:14px;border-left:none;background:radial-gradient(circle at 100% 0%,rgba(255,205,65,.08),transparent 38%),linear-gradient(180deg,#fff,#fcfbfa)}.wf-ast-welcome-banner-title{font-size:13px;line-height:18px}.wf-ast-welcome-banner-text{font-size:12px;line-height:17px}.wf-ast-side-section-heading,.wf-ast-quick-actions-heading{margin-bottom:10px;font-size:14px;line-height:20px}.wf-ast-overview-card{gap:4px;padding:12px;border-radius:12px;border:1px solid rgba(207,202,199,.85);background:linear-gradient(180deg,#fff,#fbfaf9);box-shadow:none;transition:border-color .15s ease,background-color .15s ease,box-shadow .15s ease}.wf-ast-overview-card:hover{border-color:#5a469b24;background:#fff;box-shadow:0 5px 12px #18161609}.wf-ast-overview-card-label{color:#807875;letter-spacing:.06em}.wf-ast-overview-card-value{font-size:22px;line-height:26px;letter-spacing:-.02em;color:#252220}.wf-ast-overview-card-trend{color:#736c69}.wf-ast-query-browser-head{gap:14px;margin-bottom:10px}.wf-ast-query-browser-title{font-size:clamp(18px,2.1vw,27px);line-height:1.12;letter-spacing:-.02em}.wf-ast-query-browser-subtitle{font-size:12px;line-height:16px;color:#645e5b}.wf-ast-query-browser-head-actions{gap:6px}.wf-ast-query-browser-metric{min-height:30px;padding:0 10px;border-radius:10px;border:1px solid rgba(207,202,199,.95);background:#f8f6f5;color:#544f4d}.wf-ast-query-browser-meta-row{gap:8px;margin-top:10px}.wf-ast-query-browser .wf-ts1-chips-bar{margin-top:10px;padding:8px;border-radius:12px;border:1px solid rgba(207,202,199,.88);background:#fbfaf9}.wf-ast-query-browser .wf-ts1-chip{border-color:#cfcac7e0;background:#fff}.wf-ast-query-browser .wf-ts1-chip:hover{border-color:#5a469b29}.wf-ast-results-layout{grid-template-columns:minmax(0,1fr) 340px;gap:16px}.wf-ast-focused-transaction-card{padding:14px;border-color:#cfcac7eb;background:radial-gradient(circle at 100% -10%,rgba(255,205,65,.08),transparent 38%),linear-gradient(180deg,#fff,#fcfbfa)}.wf-ast-focused-transaction-title{font-size:14px;line-height:19px}.wf-ast-focused-transaction-subtitle{color:#645e5b}.wf-ast-focused-transaction-amount{font-size:17px}.wf-ast-focused-transaction-status{border-radius:999px;background:#f8f6f5;border-color:#cfcac7e6}.wf-ast-focused-transaction-meta-grid>div{border-radius:10px;border-color:#cfcac7d9;background:#fbfaf9}.wf-ast-response-panel{padding:14px;border-left:none;background:radial-gradient(circle at 100% -10%,rgba(255,205,65,.08),transparent 38%),linear-gradient(180deg,#fff,#fcfbfa)}.wf-ast-response-title-icon{background:#5a469b0b;color:var(--wf-link, #5a469b)}.wf-ast-response-intent{background:#f8f6f5;border-color:#cfcac7e6;color:#645e5b}.wf-ast-response-meta{color:#807875}.wf-ast-response-summary{font-size:13px;line-height:19px;color:#2b2826}.wf-ast-rail-card{padding:14px}.wf-ast-rail-card-header{margin-bottom:12px;gap:4px}.wf-ast-eyebrow{color:#736c69;font-size:10px;letter-spacing:.09em}.wf-ast-rail-card-title{font-size:14px;line-height:19px;font-weight:800}.wf-ast-copilot-empty-copy{color:#645e5b}.wf-ast-copilot-prompt-chip{min-height:34px;padding:8px 10px;border-radius:10px;border:1px solid rgba(207,202,199,.88);background:#fbfaf9;color:#403c3a}.wf-ast-copilot-prompt-chip:hover{border-color:#5a469b29;background:#fff;color:var(--wf-link, #5a469b)}.wf-ast-facet-block+.wf-ast-facet-block{margin-top:12px}.wf-ast-facet-heading{margin-bottom:7px;color:#807875}.wf-ast-facet-list{gap:7px}.wf-ast-facet-row{min-height:34px;padding:0 10px;border-radius:10px;border:1px solid rgba(207,202,199,.85);background:#fbfaf9;color:#544f4d}.wf-ast-facet-row strong{color:#252220}.wf-ast-results-table-section{padding:14px}.wf-ast-results-toolbar{gap:12px;margin-bottom:12px;padding:0}.wf-ast-results-toolbar-left{gap:7px}.wf-ast-results-toolbar-title{font-size:15px}.wf-ast-results-count{color:#645e5b}.wf-ast-results-meta-pill{min-height:24px;border-radius:999px;border-color:#cfcac7e6;background:#f8f6f5;color:#645e5b}.wf-ast-results-meta-pill-active{border-color:#5a469b24;background:#5a469b0a;color:var(--wf-link, #5a469b)}.wf-ast-toolbar-action{border-radius:10px}.wf-ast-pagination{margin-top:12px}.wf-ast-pagination-status{min-width:56px;color:#645e5b}.wf-ast-recent-section-history .wf-table-scroll,.wf-ast-results-table-section .wf-table-scroll{border-radius:14px;border:1px solid rgba(207,202,199,.88);background:#fff;box-shadow:inset 0 1px #ffffffe6}.wf-ast-recent-section-history .wf-transaction-table thead th,.wf-ast-results-table-section .wf-transaction-table thead th{background:linear-gradient(180deg,#f8f6f5,#f5f2f0);border-bottom:1px solid rgba(207,202,199,.8);color:#645e5b}.wf-ast-recent-section-history .wf-sort-header,.wf-ast-results-table-section .wf-sort-header{color:#544f4d}.wf-ast-recent-section-history .wf-transaction-table tbody td,.wf-ast-results-table-section .wf-transaction-table tbody td{border-bottom-color:#cfcac780}.wf-ast-recent-section-history .wf-transaction-table tbody tr:hover td,.wf-ast-results-table-section .wf-transaction-table tbody tr:hover td{background:#403c3a05}.wf-ast-results-table-section .wf-row-focused td{background:#5a469b0b}.wf-ast-results-table-section .wf-row-focused td:first-child{box-shadow:inset 2px 0 #5a469b73}.wf-ast-recent-section-history .wf-detail-content,.wf-ast-results-table-section .wf-detail-content{background:#faf8f7;border-top:1px solid rgba(207,202,199,.72)}.wf-ast-recent-section-history .wf-detail-grid,.wf-ast-results-table-section .wf-detail-grid{padding:12px}.wf-ast-searching-overlay{min-height:132px;border-radius:16px;border:1px dashed rgba(207,202,199,.95);background:#ffffffd6}.wf-ast-searching-text{color:#544f4d}.wf-ast-conversation-thread{border-radius:12px;background:#fbfaf9;border:1px solid rgba(207,202,199,.75);padding:10px}.wf-ast-conversation-bubble-user{background:#403c3a;color:#fff}.wf-ast-conversation-bubble-assistant{background:#fff;border-color:#cfcac7d9;color:#2b2826}@media(max-width:1200px){.wf-ast-support-grid,.wf-ast-results-layout{grid-template-columns:minmax(0,1fr) 320px}}@media(max-width:1120px){.wf-ast-landing,.wf-ast-results{padding:12px;border-radius:16px}.wf-ast-support-grid,.wf-ast-results-layout{grid-template-columns:1fr}.wf-ast-support-side,.wf-ast-results-side-col{position:static;top:auto}.wf-ast-page-header-right{align-self:flex-start}}@media(max-width:860px){.wf-ast-shell{padding:0 20px}.wf-ast-page-header{align-items:flex-start;padding:16px;border-radius:14px}.wf-ast-page-header-meta{gap:5px}.wf-ast-page-header .wf-ast-meta-chip{font-size:10px;min-height:22px;padding:0 8px}.wf-ast-discovery-stage,.wf-ast-query-browser{border-radius:14px}.wf-ast-discovery-stage{padding:16px 14px 12px}.wf-ast-query-browser{padding:14px}.wf-ast-discovery-title{max-width:100%;font-size:clamp(26px,8vw,34px)}.wf-ast-quick-grid-compact{grid-template-columns:repeat(2,minmax(0,1fr))}.wf-ast-priority-card{grid-template-columns:minmax(0,1fr);gap:8px}.wf-ast-priority-amount{min-width:0}.wf-ast-priority-action{justify-self:start}.wf-ast-focused-transaction-head{flex-direction:column}.wf-ast-focused-transaction-amount-wrap{justify-items:start}.wf-ast-focused-transaction-meta-grid{grid-template-columns:1fr}.wf-ast-results-toolbar{flex-direction:column;align-items:stretch}.wf-ast-results-toolbar-actions{justify-content:flex-start}}@media(max-width:640px){.wf-ast-main{padding-top:16px}.wf-ast-shell{padding:0 12px}.wf-ast-content{gap:14px}.wf-ast-landing,.wf-ast-results{padding:8px;border-radius:12px}.wf-ast-page-header{gap:12px;padding:14px;border-radius:12px}.wf-ast-page-header-meta .wf-ast-meta-chip:nth-child(3){display:none}.wf-ast-quick-grid-compact{grid-template-columns:1fr}.wf-ast-priority-section,.wf-ast-side-section,.wf-ast-welcome-banner,.wf-ast-recent-section-history,.wf-ast-results-table-section,.wf-ast-rail-card,.wf-ast-response-panel,.wf-ast-focused-transaction-card,.wf-ast-quick-actions-section{border-radius:12px;padding:12px}}.wf-ast-main{background:#f5f4f2;padding:24px 0 64px}.wf-ast-shell{max-width:1380px;padding:0 24px}.wf-ast-content{gap:24px}.wf-ast-landing,.wf-ast-results{padding:0;border:none;border-radius:0;background:transparent;box-shadow:none;gap:24px}.wf-ast-page-header,.wf-ast-discovery-stage,.wf-ast-query-browser,.wf-ast-quick-actions-section,.wf-ast-priority-section,.wf-ast-side-section,.wf-ast-welcome-banner,.wf-ast-recent-section-history,.wf-ast-results-table-section,.wf-ast-rail-card,.wf-ast-response-panel,.wf-ast-focused-transaction-card{border-radius:8px;border:1px solid var(--wf-border-minimal, #cfcac7);background:var(--wf-surface-card, #fff);box-shadow:none}.wf-ast-page-header:before,.wf-ast-discovery-stage:before,.wf-ast-query-browser:before{content:none}.wf-ast-page-header{align-items:flex-start;padding:24px;gap:16px}.wf-ast-page-header-left{gap:8px}.wf-ast-page-title{color:var(--wf-text-primary, #181616);font-size:28px;font-weight:700;line-height:34px;letter-spacing:0}.wf-ast-page-subtitle{max-width:74ch;color:var(--wf-text-secondary, #5b5652);font-size:16px;line-height:24px}.wf-ast-page-header-meta{margin-top:0;gap:8px}.wf-ast-page-header .wf-ast-meta-chip{min-height:30px;padding:4px 12px;border-radius:16px;border:1px solid var(--wf-border-minimal, #cfcac7);background:var(--wf-surface-card, #fff);color:var(--wf-text-secondary, #5b5652);font-size:12px;font-weight:600;letter-spacing:.02em}.wf-ast-page-header .wf-ast-meta-chip-brand{border-color:#5a469b38;background:#5a469b0d;color:var(--wf-link, #5a469b)}.wf-ast-page-header-right{margin-left:auto;display:flex;flex-wrap:wrap;gap:8px}.wf-ast-header-pill,.wf-ast-priority-action,.wf-ast-toolbar-action,.wf-ast-palette-dock-action,.wf-ast-copilot-prompt-chip{align-items:center;background:var(--wf-surface-card, #fff);border:1px solid var(--wf-border-strong, #6e6259);border-radius:20px;color:var(--wf-text-primary, #181616);display:inline-flex;font-family:var(--wf-font-family, "Source Sans 3", sans-serif);font-size:16px;font-weight:400;gap:8px;justify-content:center;min-height:40px;line-height:16px;padding:12px 16px;box-shadow:none}.wf-ast-header-pill:hover:not(:disabled),.wf-ast-priority-action:hover,.wf-ast-toolbar-action:hover,.wf-ast-palette-dock-action:hover:not(:disabled),.wf-ast-copilot-prompt-chip:hover{background:#faf9f7;color:var(--wf-text-primary, #181616);border-color:var(--wf-border-strong, #6e6259);box-shadow:none}.wf-ast-header-pill:disabled,.wf-ast-palette-dock-action:disabled{opacity:.45;cursor:not-allowed}.wf-ast-discovery-stage,.wf-ast-query-browser{padding:24px}.wf-ast-discovery-stage-inner{gap:14px}.wf-ast-discovery-kicker,.wf-ast-query-browser-kicker,.wf-ast-eyebrow{color:var(--wf-text-tertiary, #736c69);font-size:11px;font-weight:700;letter-spacing:.08em}.wf-ast-discovery-title{max-width:18ch;color:var(--wf-text-primary, #181616);font-size:clamp(34px,3vw,42px);font-weight:700;line-height:1.08;letter-spacing:-.01em}.wf-ast-discovery-copy{max-width:76ch;color:var(--wf-text-secondary, #5b5652);font-size:16px;line-height:24px}.wf-ast-palette{gap:12px}.wf-ast-palette-shell{padding:16px;gap:12px;border-radius:8px;border:1px solid var(--wf-border-minimal, #cfcac7);background:#fff}.wf-ast-palette-topline{gap:12px}.wf-ast-palette-topline-left,.wf-ast-palette-topline-right{gap:8px}.wf-ast-palette-brand-pill,.wf-ast-palette-scope-pill,.wf-ast-palette-info-pill,.wf-ast-palette-tool-button{min-height:36px;border-radius:18px;border:1px solid var(--wf-border-minimal, #cfcac7);background:#fff;color:var(--wf-text-primary, #181616);font-size:14px;font-weight:400;padding:8px 12px;box-shadow:none}.wf-ast-palette-brand-pill{border-color:#5a469b33;background:#5a469b0d;color:var(--wf-link, #5a469b);font-weight:600}.wf-ast-palette-tool-button:hover,.wf-ast-palette-tool-button-active,.wf-ast-palette-scope-pill:hover:not(:disabled){background:#faf9f7;border-color:var(--wf-border-strong, #6e6259);color:var(--wf-text-primary, #181616)}.wf-ast-palette-filter-row{gap:8px}.wf-ast-palette-filter-pill{min-height:40px;padding:8px 12px;border-radius:20px;border:1px solid var(--wf-border-minimal, #cfcac7);background:#fff;box-shadow:none}.wf-ast-palette-filter-pill:hover:not(:disabled){background:#faf9f7;border-color:var(--wf-border-strong, #6e6259)}.wf-ast-palette-filter-pill-label{color:var(--wf-text-tertiary, #736c69);font-size:11px;font-weight:600;letter-spacing:.06em}.wf-ast-palette-filter-pill strong{color:var(--wf-text-primary, #181616);font-size:15px;font-weight:400}.wf-ast-palette-filter-pill-ghost{border-style:solid;color:var(--wf-text-primary, #181616)}.wf-ast-palette-editor-row{border-radius:8px;border:1px solid var(--wf-border-strong, #6e6259);background:#fff;padding:12px 14px;gap:12px;box-shadow:none}.wf-ast-palette:focus-within .wf-ast-palette-editor-row{border-color:var(--wf-border-strong, #6e6259);box-shadow:0 0 0 2px #6e625914}.wf-ast-palette-search-icon{margin-top:4px;color:var(--wf-text-secondary, #5b5652)}.wf-ast-palette-input{min-height:28px;color:var(--wf-text-primary, #181616);font-family:var(--wf-font-family, "Source Sans 3", sans-serif);font-size:16px;font-weight:400;line-height:24px}.wf-ast-palette-input::placeholder{color:var(--wf-text-tertiary, #736c69)}.wf-ast-palette-send{width:40px;height:40px;border-radius:20px;border:1px solid var(--wf-border-strong, #6e6259);background:var(--wf-surface-card, #fff);color:var(--wf-text-primary, #181616);box-shadow:none;transform:none}.wf-ast-palette-send:hover:not(:disabled){background:#faf9f7;border-color:var(--wf-border-strong, #6e6259);box-shadow:none;transform:none}.wf-ast-palette-send:disabled{background:#fff;color:#a09791;border-color:var(--wf-border-minimal, #cfcac7)}.wf-ast-palette-active-phrases{gap:8px}.wf-ast-palette-phrase-chip{min-height:30px;padding:6px 12px;border-radius:16px;border:1px solid var(--wf-border-minimal, #cfcac7);background:#fff;color:var(--wf-text-secondary, #5b5652);font-size:13px;font-weight:400}.wf-ast-palette-footer-row{gap:12px;padding-top:8px;border-top:1px solid var(--wf-border-minimal, #cfcac7)}.wf-ast-palette-hint,.wf-ast-palette-engine-label{color:var(--wf-text-tertiary, #736c69);font-size:12px;line-height:16px}.wf-ast-palette-dropdown,.wf-ast-palette-filter-dock{border-radius:8px;border:1px solid var(--wf-border-minimal, #cfcac7);background:#fff;box-shadow:0 8px 24px #0000000f}.wf-ast-palette-filter-dock{padding:16px}.wf-ast-palette-filter-dock-grid{gap:14px}.wf-ast-palette-filter-group-label,.wf-ast-palette-dropdown-header{color:var(--wf-text-secondary, #5b5652);font-size:12px;font-weight:700;letter-spacing:.06em}.wf-ast-palette-option{min-height:32px;border-radius:16px;border:1px solid var(--wf-border-minimal, #cfcac7);background:#fff;color:var(--wf-text-primary, #181616);font-size:14px}.wf-ast-palette-option:hover{background:#faf9f7}.wf-ast-palette-option-active{border-color:#5a469b38;background:#5a469b0d;color:var(--wf-link, #5a469b)}.wf-ast-palette-filter-summary{color:var(--wf-text-secondary, #5b5652);font-size:14px;line-height:20px}.wf-ast-quick-actions-section-compact{padding:16px}.wf-ast-quick-grid-compact{gap:12px}.wf-ast-quick-card-compact{min-height:96px;padding:16px;border-radius:8px;border:1px solid var(--wf-border-minimal, #cfcac7);background:#fff;grid-template-columns:36px minmax(0,1fr);gap:4px 12px;box-shadow:none;transform:none}.wf-ast-quick-card-compact:hover{background:#faf9f7;border-color:var(--wf-border-minimal, #cfcac7);box-shadow:none;transform:none}.wf-ast-quick-card-compact .wf-ast-quick-card-icon{width:36px;height:36px;border-radius:8px;border:1px solid rgba(90,70,155,.16);background:#5a469b0a}.wf-ast-quick-card-compact .wf-ast-quick-card-label{font-size:16px;font-weight:700;line-height:22px;color:var(--wf-text-primary, #181616)}.wf-ast-quick-card-compact .wf-ast-quick-card-desc{font-size:14px;line-height:20px;color:var(--wf-text-secondary, #5b5652)}.wf-ast-support-grid{grid-template-columns:minmax(0,1.6fr) minmax(340px,.8fr);gap:24px;align-items:start}.wf-ast-support-main,.wf-ast-support-side,.wf-ast-results-main-col,.wf-ast-results-side-col{gap:20px}.wf-ast-priority-section,.wf-ast-side-section,.wf-ast-recent-section-history,.wf-ast-results-table-section,.wf-ast-rail-card,.wf-ast-response-panel,.wf-ast-focused-transaction-card{padding:20px}.wf-ast-priority-header{margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid var(--wf-border-minimal, #cfcac7)}.wf-ast-section-heading,.wf-ast-side-section-heading,.wf-ast-quick-actions-heading{color:var(--wf-text-primary, #181616);font-size:20px;font-weight:700;line-height:26px;margin:0}.wf-ast-section-subheading{color:var(--wf-text-tertiary, #736c69);font-size:14px;line-height:20px}.wf-ast-priority-list{gap:12px}.wf-ast-priority-card{padding:16px;border-radius:8px;border:1px solid var(--wf-border-minimal, #cfcac7);background:#fff;gap:16px;box-shadow:none}.wf-ast-priority-card:hover{background:#faf9f7;border-color:var(--wf-border-minimal, #cfcac7);box-shadow:none}.wf-ast-priority-card-body{gap:8px}.wf-ast-priority-card-top{gap:10px;align-items:center;flex-wrap:wrap}.wf-ast-priority-counterparty{color:var(--wf-text-primary, #181616);font-size:16px;font-weight:700;line-height:24px}.wf-ast-priority-badge{min-height:24px;padding:4px 10px;border-radius:999px;font-size:12px;font-weight:700;letter-spacing:.03em}.wf-ast-priority-description{color:var(--wf-text-secondary, #5b5652);font-size:14px;line-height:20px;margin-top:0}.wf-ast-priority-meta{color:var(--wf-text-tertiary, #736c69);font-size:12px;line-height:16px}.wf-ast-priority-amount{min-width:140px;align-self:center;color:var(--wf-text-primary, #181616);font-family:var(--wf-font-family-amount, var(--wf-font-family, "Source Sans 3", sans-serif));font-size:18px;font-weight:400;line-height:24px;text-align:right}.wf-ast-welcome-banner{align-items:flex-start;gap:16px;padding:20px}.wf-ast-welcome-banner-body{gap:8px}.wf-ast-welcome-banner-title{color:var(--wf-text-primary, #181616);font-size:20px;font-weight:700;line-height:26px}.wf-ast-welcome-banner-text{color:var(--wf-text-secondary, #5b5652);font-size:16px;line-height:24px}.wf-ast-welcome-banner-dismiss{flex:0 0 auto;width:40px;height:40px;border-radius:20px;border:1px solid var(--wf-border-strong, #6e6259);background:var(--wf-surface-card, #fff);color:var(--wf-text-primary, #181616)}.wf-ast-welcome-banner-dismiss:hover{background:#faf9f7;border-color:var(--wf-border-strong, #6e6259)}.wf-ast-overview-row{gap:12px}.wf-ast-overview-card{padding:16px;border-radius:8px;border:1px solid var(--wf-border-minimal, #cfcac7);background:#fff;gap:6px}.wf-ast-overview-card:hover{background:#faf9f7;border-color:var(--wf-border-minimal, #cfcac7);box-shadow:none}.wf-ast-overview-card-label{color:var(--wf-text-tertiary, #736c69);font-size:11px;font-weight:700;line-height:14px;letter-spacing:.08em}.wf-ast-overview-card-value{color:var(--wf-text-primary, #181616);font-family:var(--wf-font-family-amount, var(--wf-font-family, "Source Sans 3", sans-serif));font-size:34px;font-weight:400;line-height:42px;letter-spacing:0}.wf-ast-overview-card-trend{color:var(--wf-text-secondary, #5b5652);font-size:14px;line-height:20px}.wf-ast-query-browser-head{margin-bottom:16px;gap:16px}.wf-ast-query-browser-title{color:var(--wf-text-primary, #181616);font-size:clamp(24px,2vw,30px);font-weight:700;line-height:34px;letter-spacing:0}.wf-ast-query-browser-subtitle{color:var(--wf-text-secondary, #5b5652);font-size:16px;line-height:24px}.wf-ast-query-browser-head-actions{display:flex;flex-wrap:wrap;gap:8px}.wf-ast-query-browser-metric{align-items:center;display:inline-flex;min-height:40px;padding:12px 16px;border-radius:20px;border:1px solid var(--wf-border-minimal, #cfcac7);background:#fff;color:var(--wf-text-primary, #181616);font-size:16px;font-weight:400}.wf-ast-query-browser-meta-row{gap:8px;margin-top:12px}.wf-ast-query-browser-meta-row .wf-ast-meta-chip{min-height:32px;padding:6px 12px;border-radius:16px;border:1px solid var(--wf-border-minimal, #cfcac7);background:#fff;color:var(--wf-text-secondary, #5b5652);font-size:13px;font-weight:400}.wf-ast-query-browser .wf-ts1-chips-bar{margin-top:12px;padding:10px;border-radius:8px;border:1px solid var(--wf-border-minimal, #cfcac7);background:#fff}.wf-ast-query-browser .wf-ts1-chip{min-height:32px;border-radius:16px;background:#fff;font-size:14px}.wf-ast-results-layout{gap:24px;grid-template-columns:minmax(0,1fr) 340px;align-items:start}.wf-ast-results-layout.wf-ast-results-layout-empty{grid-template-columns:minmax(0,1fr) 340px}.wf-ast-focused-transaction-head{gap:16px}.wf-ast-focused-transaction-title{font-size:18px;line-height:24px}.wf-ast-focused-transaction-subtitle{font-size:14px;line-height:20px;color:var(--wf-text-secondary, #5b5652)}.wf-ast-focused-transaction-amount{font-family:var(--wf-font-family-amount, var(--wf-font-family, "Source Sans 3", sans-serif));font-size:22px;font-weight:400;line-height:28px}.wf-ast-focused-transaction-status{min-height:26px;padding:4px 10px;border-radius:999px;font-size:12px;font-weight:700}.wf-ast-focused-transaction-meta-grid{gap:12px}.wf-ast-focused-transaction-meta-grid>div{padding:12px;border-radius:8px;border:1px solid var(--wf-border-minimal, #cfcac7);background:#fff}.wf-ast-response-panel{padding:20px}.wf-ast-response-head{gap:8px;margin-bottom:16px}.wf-ast-response-title-row{gap:10px}.wf-ast-response-title-icon{width:28px;height:28px;border-radius:8px;border:1px solid rgba(90,70,155,.16);background:#5a469b0a}.wf-ast-response-title{color:var(--wf-text-primary, #181616);font-size:20px;font-weight:700;line-height:26px}.wf-ast-response-intent{min-height:30px;padding:6px 10px;border-radius:16px;border:1px solid var(--wf-border-minimal, #cfcac7);background:#fff;color:var(--wf-text-secondary, #5b5652);font-size:12px;font-weight:600}.wf-ast-response-meta{color:var(--wf-text-tertiary, #736c69);font-size:14px;line-height:20px}.wf-ast-response-summary{color:var(--wf-text-primary, #181616);font-size:16px;line-height:24px;margin-bottom:16px}.wf-ast-rail-card{padding:20px}.wf-ast-rail-card-header{margin-bottom:16px;gap:8px}.wf-ast-rail-card-title{color:var(--wf-text-primary, #181616);font-size:18px;font-weight:700;line-height:24px}.wf-ast-copilot-empty-copy{color:var(--wf-text-secondary, #5b5652);font-size:14px;line-height:20px;margin-bottom:12px}.wf-ast-copilot-empty-chips{gap:10px}.wf-ast-copilot-prompt-chip{justify-content:flex-start;width:100%;font-size:14px;line-height:20px;padding:10px 14px}.wf-ast-facet-block+.wf-ast-facet-block{margin-top:16px}.wf-ast-facet-heading{margin-bottom:8px;color:var(--wf-text-tertiary, #736c69);font-size:12px;font-weight:700;letter-spacing:.06em}.wf-ast-facet-list{gap:8px}.wf-ast-facet-row{min-height:40px;padding:8px 12px;border-radius:8px;border:1px solid var(--wf-border-minimal, #cfcac7);background:#fff;color:var(--wf-text-secondary, #5b5652);font-size:14px}.wf-ast-facet-row strong{color:var(--wf-text-primary, #181616)}.wf-ast-results-table-section{padding:20px}.wf-ast-results-toolbar{margin-bottom:16px;gap:16px}.wf-ast-results-toolbar-title{color:var(--wf-text-primary, #181616);font-size:20px;font-weight:700;line-height:26px}.wf-ast-results-count{color:var(--wf-text-secondary, #5b5652);font-size:16px;line-height:24px}.wf-ast-results-toolbar-meta-pills{gap:8px}.wf-ast-results-meta-pill{min-height:32px;padding:6px 12px;border-radius:16px;border:1px solid var(--wf-border-minimal, #cfcac7);background:#fff;color:var(--wf-text-secondary, #5b5652);font-size:13px;font-weight:400}.wf-ast-results-meta-pill-active{border-color:#5a469b38;background:#5a469b0d;color:var(--wf-link, #5a469b)}.wf-ast-results-toolbar-actions{display:flex;flex-wrap:wrap;gap:8px}.wf-ast-recent-section-history .wf-table-scroll,.wf-ast-results-table-section .wf-table-scroll{border-radius:8px;border:1px solid var(--wf-border-minimal, #cfcac7);background:#fff}.wf-ast-recent-section-history .wf-transaction-table thead th,.wf-ast-results-table-section .wf-transaction-table thead th{background:var(--wf-surface-row, #f7f5f4);border-bottom:1px solid var(--wf-border-minimal, #cfcac7);color:var(--wf-link, #5a469b);font-size:16px;font-weight:700;padding:16px}.wf-ast-recent-section-history .wf-transaction-table tbody td,.wf-ast-results-table-section .wf-transaction-table tbody td{padding-top:16px;padding-bottom:16px;border-bottom-color:var(--wf-border-minimal, #cfcac7);font-size:16px;line-height:24px}.wf-ast-recent-section-history .wf-transaction-table tbody tr:hover td,.wf-ast-results-table-section .wf-transaction-table tbody tr:hover td{background:#faf9f7}.wf-ast-pagination{margin-top:16px;display:flex;align-items:center;gap:8px}.wf-ast-pagination-status{min-width:64px;color:var(--wf-text-secondary, #5b5652);font-size:16px;line-height:24px;text-align:center}.wf-ast-results-empty .wf-ast-response-panel{min-height:230px}@media(max-width:1200px){.wf-ast-support-grid,.wf-ast-results-layout,.wf-ast-results-layout.wf-ast-results-layout-empty{grid-template-columns:minmax(0,1fr) 320px;gap:20px}}@media(max-width:1120px){.wf-ast-page-header{padding:20px}.wf-ast-discovery-stage,.wf-ast-query-browser,.wf-ast-priority-section,.wf-ast-side-section,.wf-ast-welcome-banner,.wf-ast-recent-section-history,.wf-ast-results-table-section,.wf-ast-rail-card,.wf-ast-response-panel,.wf-ast-focused-transaction-card{padding:16px}.wf-ast-support-grid,.wf-ast-results-layout,.wf-ast-results-layout.wf-ast-results-layout-empty{grid-template-columns:1fr}.wf-ast-page-header-right{margin-left:0}}@media(max-width:860px){.wf-ast-shell{padding:0 16px}.wf-ast-content,.wf-ast-landing,.wf-ast-results{gap:16px}.wf-ast-page-title{font-size:24px;line-height:30px}.wf-ast-page-subtitle,.wf-ast-discovery-copy,.wf-ast-query-browser-subtitle,.wf-ast-welcome-banner-text,.wf-ast-response-summary{font-size:14px;line-height:20px}.wf-ast-discovery-title{font-size:clamp(28px,8vw,34px)}.wf-ast-header-pill,.wf-ast-priority-action,.wf-ast-toolbar-action,.wf-ast-copilot-prompt-chip{min-height:36px;border-radius:18px;font-size:14px;padding:8px 14px}.wf-ast-palette-filter-row{grid-template-columns:repeat(2,minmax(0,1fr))}.wf-ast-palette-filter-pill{min-height:36px;border-radius:18px}.wf-ast-query-browser-metric{min-height:36px;border-radius:18px;font-size:14px;padding:8px 14px}.wf-ast-priority-card{grid-template-columns:minmax(0,1fr);gap:12px}.wf-ast-priority-amount{min-width:0;text-align:left}.wf-ast-priority-action{justify-self:start}.wf-ast-quick-grid-compact{grid-template-columns:1fr 1fr}}@media(max-width:640px){.wf-ast-shell{padding:0 12px}.wf-ast-main{padding:16px 0 40px}.wf-ast-page-header,.wf-ast-discovery-stage,.wf-ast-query-browser,.wf-ast-quick-actions-section,.wf-ast-priority-section,.wf-ast-side-section,.wf-ast-welcome-banner,.wf-ast-recent-section-history,.wf-ast-results-table-section,.wf-ast-rail-card,.wf-ast-response-panel,.wf-ast-focused-transaction-card{padding:14px}.wf-ast-page-header .wf-ast-meta-chip{min-height:28px;font-size:11px;padding:4px 10px}.wf-ast-page-header-meta .wf-ast-meta-chip:nth-child(3){display:none}.wf-ast-palette-shell{padding:12px}.wf-ast-palette-topline{align-items:stretch}.wf-ast-palette-topline-right{width:100%;justify-content:flex-end}.wf-ast-palette-brand-pill,.wf-ast-palette-scope-pill,.wf-ast-palette-info-pill,.wf-ast-palette-tool-button{min-height:32px;font-size:13px;padding:6px 10px}.wf-ast-palette-editor-row{padding:10px 12px}.wf-ast-palette-send{width:36px;height:36px;border-radius:18px}.wf-ast-quick-grid-compact{grid-template-columns:1fr}.wf-ast-overview-card-value{font-size:28px;line-height:34px}}.wf-ast-table-findbar{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin:0 0 16px;padding:12px 0 14px;border-bottom:1px solid var(--wf-border-minimal, #cfcac7)}.wf-ast-table-find-label{color:var(--wf-text-secondary, #5b5652);font-size:14px;line-height:20px;white-space:nowrap}.wf-ast-table-find-field{display:inline-flex;align-items:center;gap:8px;min-height:40px;min-width:min(100%,420px);flex:1 1 320px;padding:0 12px;border:1px solid var(--wf-border-strong, #6e6259);border-radius:20px;background:#fff}.wf-ast-table-find-icon{color:var(--wf-text-tertiary, #736c69);flex:0 0 auto}.wf-ast-table-find-input{width:100%;min-width:0;border:none;outline:none;background:transparent;color:var(--wf-text-primary, #181616);font-family:var(--wf-font-family, "Source Sans 3", sans-serif);font-size:16px;line-height:20px}.wf-ast-table-find-input::placeholder{color:var(--wf-text-tertiary, #736c69)}.wf-ast-table-find-go{min-width:70px}.wf-ast-table-find-clear{height:40px}.wf-ast-table-findbar-results{margin-top:-2px}.wf-ast-results-table-section .wf-ts-result-hit-title,.wf-ast-recent-section-history .wf-ts-result-hit-title{font-size:16px;line-height:22px}.wf-ast-results-table-section .wf-ts-result-hit-meta,.wf-ast-recent-section-history .wf-ts-result-hit-meta{color:var(--wf-text-secondary, #5b5652)}.wf-ast-priority-list>.wf-ast-priority-card:first-child,.wf-ast-priority-list>.wf-ast-priority-card:last-child{padding-top:16px;padding-bottom:16px}.wf-ast-priority-list>.wf-ast-priority-card:last-child{border-bottom:1px solid var(--wf-border-minimal, #cfcac7)}.wf-ast-priority-card{min-height:100px}.wf-ast-priority-card-body{display:grid;align-content:center;min-height:68px;gap:4px}.wf-ast-priority-card-top{margin:0;flex-wrap:nowrap;min-width:0}.wf-ast-priority-counterparty,.wf-ast-priority-description,.wf-ast-priority-meta,.wf-ast-priority-amount{margin:0}.wf-ast-priority-counterparty{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wf-ast-priority-badge{flex:0 0 auto}.wf-ast-priority-description,.wf-ast-priority-meta{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wf-ast-priority-action{min-height:28px;height:28px;padding:6px 16px;border-radius:20px;font-size:16px;line-height:16px}@media(max-width:860px){.wf-ast-priority-card,.wf-ast-priority-card-body{min-height:0}.wf-ast-priority-card-top{flex-wrap:wrap}.wf-ast-priority-description,.wf-ast-priority-meta{white-space:normal}.wf-ast-priority-action{min-height:28px;height:28px;padding:6px 14px;border-radius:20px;font-size:16px;line-height:16px}}@media(max-width:640px){.wf-ast-table-findbar{gap:6px;margin-bottom:12px;padding-bottom:12px}.wf-ast-table-find-label{width:100%;font-size:13px}.wf-ast-table-find-field{min-height:36px;border-radius:18px;flex-basis:100%;padding:0 10px}.wf-ast-table-find-input{font-size:14px}.wf-ast-table-find-go{min-width:64px;height:36px}.wf-ast-table-find-clear{height:36px}}.wf-ast-content{gap:20px}.wf-ast-discovery-stage,.wf-ast-query-browser{padding:16px 18px}.wf-ast-discovery-stage-inner{gap:0}.wf-ast-palette-shell{padding:12px;gap:10px;border-radius:12px;border:1px solid var(--wf-border-minimal, #cfcac7);background:linear-gradient(180deg,#faf9f7f5,#fffffffa)}.wf-ast-palette-topline{display:flex;align-items:center;justify-content:space-between;gap:10px}.wf-ast-palette-topline-left{display:flex;align-items:center;gap:8px;flex-wrap:wrap;min-width:0}.wf-ast-palette-topline-right{display:flex;align-items:center;gap:8px;margin-left:auto}.wf-ast-palette-scope-pill,.wf-ast-palette-utility-button,.wf-ast-palette-tool-button{min-height:32px;border-radius:16px;padding:6px 12px;border:1px solid var(--wf-border-minimal, #cfcac7);background:#ffffffeb;color:var(--wf-text-secondary, #5b5652);font-family:var(--wf-font-family, "Source Sans 3", sans-serif);font-size:13px;line-height:16px}.wf-ast-palette-utility-button{cursor:pointer}.wf-ast-palette-utility-button:hover,.wf-ast-palette-scope-pill:hover:not(:disabled),.wf-ast-palette-tool-button:hover,.wf-ast-palette-tool-button-active{background:#fff;color:var(--wf-text-primary, #181616);border-color:var(--wf-border-strong, #6e6259)}.wf-ast-palette-tool-button{font-weight:600;color:var(--wf-text-primary, #181616)}.wf-ast-palette-editor-row{border-radius:12px;padding:10px 12px;gap:10px}.wf-ast-palette:focus-within .wf-ast-palette-editor-row{box-shadow:0 0 0 2px #6e62591a}.wf-ast-palette-search-icon{align-self:flex-start;margin-top:7px}.wf-ast-palette-input{min-height:24px;font-size:18px;line-height:24px}.wf-ast-palette-send{width:42px;height:42px;border-radius:12px;border-color:#cf7f5f8c;background:#cf7f5f26;color:#9b5a3f}.wf-ast-palette-send:hover:not(:disabled){border-color:#cf7f5fbf;background:#cf7f5f33;color:#8b4d35}.wf-ast-palette-send:disabled{border-color:var(--wf-border-minimal, #cfcac7);background:#f4f2f0;color:#a09791}.wf-ast-palette-active-phrases{gap:6px;padding-top:2px}.wf-ast-palette-phrase-chip{min-height:26px;padding:4px 10px;border-radius:14px;font-size:12px;line-height:16px}.wf-ast-query-browser-inline-meta{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:10px}.wf-ast-query-browser-inline-meta-left{display:flex;flex-wrap:wrap;gap:8px}.wf-ast-query-browser-inline-meta .wf-ast-query-browser-metric{min-height:32px;padding:6px 12px;border-radius:16px;font-size:14px;line-height:18px}.wf-ast-query-browser-clear{min-height:32px;border-radius:16px;padding:6px 12px;font-size:14px;line-height:18px}.wf-ast-results-toolbar{margin-bottom:12px}.wf-ast-side-section-overview{padding:16px 18px 18px}.wf-ast-overview-card{padding:14px 16px;gap:8px;min-height:112px;text-align:left}.wf-ast-overview-card-label{font-size:10px;line-height:13px;letter-spacing:.09em}.wf-ast-overview-card-trend{font-size:13px;line-height:18px}@media(max-width:860px){.wf-ast-discovery-stage,.wf-ast-query-browser{padding:14px 16px}.wf-ast-palette-shell{border-radius:10px;padding:10px}.wf-ast-palette-topline{align-items:stretch;flex-direction:column}.wf-ast-palette-topline-right{width:100%;justify-content:flex-end}.wf-ast-palette-utility-button{display:none}.wf-ast-palette-input{font-size:16px;line-height:22px}.wf-ast-query-browser-inline-meta{align-items:stretch;flex-direction:column}.wf-ast-query-browser-inline-meta-left{width:100%}.wf-ast-query-browser-clear{align-self:flex-end}}@media(max-width:640px){.wf-ast-palette-scope-pill,.wf-ast-palette-tool-button{min-height:30px;padding:5px 10px;font-size:12px}.wf-ast-palette-editor-row{padding:9px 10px}.wf-ast-palette-input{font-size:15px;line-height:20px}.wf-ast-palette-send{width:38px;height:38px}.wf-ast-overview-card{min-height:0}.wf-ast-overview-card-value{font-size:26px;line-height:32px}}.wf-ast-discovery-stage,.wf-ast-query-browser{padding:0;border:none;background:transparent;box-shadow:none}.wf-ast-discovery-stage-inner,.wf-ast-query-browser{display:flex;flex-direction:column;gap:10px}.wf-ast-discovery-stage-inner>.wf-ast-palette,.wf-ast-query-browser>.wf-ast-palette,.wf-ast-query-browser>.wf-ast-query-browser-inline-meta,.wf-ast-query-browser>.wf-ts1-chips-bar{width:min(100%,960px);margin-inline:auto}.wf-ast-discovery-stage-inner>.wf-ast-palette{margin-top:4px}.wf-ast-palette{gap:10px}.wf-ast-palette-shell{border-radius:18px;border:1px solid rgba(110,98,89,.18);background:radial-gradient(circle at 12% 0%,rgba(90,70,155,.06),transparent 45%),radial-gradient(circle at 88% 100%,rgba(207,127,95,.05),transparent 45%),linear-gradient(180deg,#fdfcfafa,#fffffffa);box-shadow:0 10px 28px #201c180f,0 1px #ffffffd9 inset;padding:14px;gap:10px}.wf-ast-palette-topline{min-height:32px;align-items:center;gap:10px}.wf-ast-palette-topline-left{gap:6px}.wf-ast-palette-scope-pill,.wf-ast-palette-utility-button{min-height:30px;border-radius:999px;padding:5px 10px;border:1px solid rgba(110,98,89,.18);background:#ffffffb8;color:var(--wf-text-secondary, #5b5652);font-size:12px;line-height:14px}.wf-ast-palette-scope-pill{color:var(--wf-text-primary, #181616);font-weight:600}.wf-ast-palette-tool-button{min-height:30px;border-radius:999px;padding:5px 11px;border:1px solid rgba(110,98,89,.2);background:#ffffffdb;color:var(--wf-text-primary, #181616);font-size:12px;font-weight:600;line-height:14px}.wf-ast-palette-tool-button-active{border-color:#5a469b47;background:#5a469b0f;color:var(--wf-link, #5a469b)}.wf-ast-palette-editor-row{min-height:62px;padding:10px 12px;gap:10px;border-radius:14px;border:1px solid rgba(110,98,89,.18);background:#ffffffe0;box-shadow:0 1px #ffffffe6 inset}.wf-ast-palette:focus-within .wf-ast-palette-editor-row{border-color:#5a469b3d;box-shadow:0 0 0 3px #5a469b0f,0 1px #ffffffeb inset}.wf-ast-palette-search-icon{align-self:flex-start;margin-top:8px;color:var(--wf-text-tertiary, #736c69)}.wf-ast-palette-input{min-height:40px;font-size:18px;line-height:24px;color:var(--wf-text-primary, #181616)}.wf-ast-palette-input::placeholder{color:#7c746f}.wf-ast-palette-send{width:40px;height:40px;border-radius:12px;border:1px solid rgba(207,127,95,.32);background:linear-gradient(180deg,#cf7f5f33,#cf7f5f24);color:#8d4f38}.wf-ast-palette-send:hover:not(:disabled){border-color:#cf7f5f80;background:linear-gradient(180deg,#cf7f5f42,#cf7f5f2e);color:#7f4733}.wf-ast-palette-send:disabled{border-color:#6e625924;background:#f4f2f0e6}.wf-ast-palette-smart-strip{display:flex;flex-wrap:wrap;gap:6px;align-items:center}.wf-ast-palette-shortcut-chip{display:inline-flex;align-items:center;gap:6px;min-height:28px;padding:4px 9px;border-radius:999px;border:1px solid rgba(110,98,89,.16);background:#ffffffb8;color:var(--wf-text-primary, #181616);font-family:var(--wf-font-family, "Source Sans 3", sans-serif);line-height:14px}.wf-ast-palette-shortcut-chip:hover{border-color:#6e625947;background:#fff}.wf-ast-palette-shortcut-label{color:var(--wf-text-tertiary, #736c69);font-size:10px;font-weight:700;letter-spacing:.07em;text-transform:uppercase}.wf-ast-palette-shortcut-chip strong{font-size:13px;font-weight:600}.wf-ast-palette-shortcut-chip-active{border-color:#5a469b38;background:#5a469b0d}.wf-ast-palette-shortcut-reset{display:inline-flex;align-items:center;gap:6px;min-height:28px;padding:4px 9px;border-radius:999px;border:1px dashed rgba(110,98,89,.24);background:transparent;color:var(--wf-text-secondary, #5b5652);font-family:var(--wf-font-family, "Source Sans 3", sans-serif);font-size:13px;line-height:14px}.wf-ast-palette-shortcut-reset:hover:not(:disabled){border-color:#6e625957;color:var(--wf-text-primary, #181616);background:#fff9}.wf-ast-palette-shortcut-reset:disabled{opacity:.45;cursor:not-allowed}.wf-ast-palette-active-phrases{gap:6px;padding-top:0}.wf-ast-palette-phrase-chip{min-height:24px;padding:3px 9px;border-radius:999px;border:1px solid rgba(90,70,155,.14);background:#5a469b08;color:var(--wf-text-secondary, #5b5652);font-size:12px;line-height:14px}.wf-ast-query-browser-inline-meta{margin-top:2px;padding:0 2px}.wf-ast-query-browser-inline-meta .wf-ast-query-browser-metric{border-color:#6e625924;background:#fffc}.wf-ast-query-browser-clear{border-color:#6e625933;background:#ffffffd6}.wf-ast-query-browser .wf-ts1-chips-bar{margin-top:0;padding:0;border:none;background:transparent;display:flex;flex-wrap:wrap;gap:8px;align-items:center}.wf-ast-query-browser .wf-ts1-chip{min-height:28px;border-radius:999px;border:1px solid rgba(90,70,155,.16);background:#5a469b0a;color:var(--wf-text-primary, #181616);padding:4px 9px;font-size:13px;pointer-events:none;cursor:default}.wf-ast-query-browser .wf-ts1-chip-label{line-height:16px}.wf-ast-query-browser .wf-ts1-chip-close,.wf-ast-query-browser .wf-ts1-chips-clear{display:none}.wf-ast-side-section-overview{padding:14px 16px 16px}.wf-ast-side-section-overview .wf-ast-side-section-heading{margin-bottom:10px}.wf-ast-overview-row{gap:8px}.wf-ast-overview-card{min-height:104px;padding:12px 14px;gap:6px}.wf-ast-overview-card-label{font-size:10px;letter-spacing:.07em}.wf-ast-overview-card-value{font-size:28px;line-height:34px}.wf-ast-overview-card-trend{font-size:12px;line-height:16px}@media(max-width:860px){.wf-ast-discovery-stage-inner>.wf-ast-palette,.wf-ast-query-browser>.wf-ast-palette,.wf-ast-query-browser>.wf-ast-query-browser-inline-meta,.wf-ast-query-browser>.wf-ts1-chips-bar{width:100%}.wf-ast-palette-shell{border-radius:14px;padding:12px}.wf-ast-palette-topline{flex-direction:column;align-items:stretch}.wf-ast-palette-topline-right{width:100%;justify-content:flex-end}.wf-ast-palette-smart-strip{overflow-x:auto;flex-wrap:nowrap;padding-bottom:2px}.wf-ast-palette-smart-strip::-webkit-scrollbar{height:0}.wf-ast-palette-shortcut-chip,.wf-ast-palette-shortcut-reset{flex:0 0 auto}}@media(max-width:640px){.wf-ast-palette-shell{border-radius:12px;padding:10px;gap:8px}.wf-ast-palette-scope-pill,.wf-ast-palette-tool-button{min-height:28px;padding:4px 9px;font-size:12px}.wf-ast-palette-editor-row{min-height:54px;padding:8px 10px;border-radius:12px}.wf-ast-palette-input{min-height:22px;font-size:15px;line-height:20px}.wf-ast-palette-send{width:36px;height:36px;border-radius:10px}.wf-ast-query-browser .wf-ts1-chip{min-height:26px;font-size:12px}.wf-ast-side-section-overview{padding:14px}}.wf-ast-discovery-stage-inner,.wf-ast-query-browser{gap:12px}.wf-ast-discovery-stage-inner>.wf-ast-palette,.wf-ast-query-browser>.wf-ast-palette,.wf-ast-query-browser>.wf-ast-query-browser-inline-meta,.wf-ast-query-browser>.wf-ts1-chips-bar{width:min(100%,980px)}.wf-ast-palette-shell{border-radius:20px;padding:14px;gap:10px;border:1px solid rgba(110,98,89,.14);background:radial-gradient(circle at 12% -8%,rgba(90,70,155,.045),transparent 45%),radial-gradient(circle at 86% 110%,rgba(207,127,95,.045),transparent 44%),linear-gradient(180deg,#fffffffa,#fcfaf7f5);box-shadow:0 12px 26px #1f1b170b,0 1px #ffffffe6 inset}.wf-ast-palette-editor-row{min-height:66px;padding:10px 10px 10px 14px;border-radius:16px;border:1px solid rgba(110,98,89,.14);background:#ffffffe6;gap:12px}.wf-ast-palette:focus-within .wf-ast-palette-editor-row{border-color:#5a469b33;box-shadow:0 0 0 3px #5a469b0b,0 1px #fffffff0 inset}.wf-ast-palette-search-icon{align-self:center;margin-top:0;color:#716a66}.wf-ast-palette-input{min-height:30px;padding-top:2px;font-size:19px;line-height:26px}.wf-ast-palette-editor-actions{display:inline-flex;align-items:center;gap:8px;flex:0 0 auto;margin-left:auto}.wf-ast-palette-editor-actions .wf-ast-palette-tool-button{min-height:36px;padding:0 13px;border-radius:999px;border:1px solid rgba(110,98,89,.16);background:#f9f7f4f2;color:var(--wf-text-primary, #181616);font-size:13px;font-weight:600;gap:6px}.wf-ast-palette-editor-actions .wf-ast-palette-tool-button:hover,.wf-ast-palette-editor-actions .wf-ast-palette-tool-button-active{border-color:#5a469b38;background:#5a469b0b;color:var(--wf-link, #5a469b)}.wf-ast-palette-send{width:40px;height:40px;border-radius:12px}.wf-ast-palette-utility-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 2px}.wf-ast-palette-utility-left{min-width:0;flex:1 1 auto;display:flex;align-items:center;gap:10px}.wf-ast-palette-utility-right{flex:0 0 auto;display:flex;align-items:center;gap:2px}.wf-ast-palette-scope-pill{min-height:28px;padding:4px 10px;border-radius:999px;border:1px solid rgba(110,98,89,.16);background:#f9f7f4f2;color:var(--wf-text-primary, #181616);font-size:12px;font-weight:600;line-height:14px}.wf-ast-palette-helper-copy{min-width:0;color:var(--wf-text-tertiary, #736c69);font-size:12px;line-height:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wf-ast-palette-helper-copy-active{color:var(--wf-text-secondary, #5b5652);font-weight:600}.wf-ast-palette-utility-link{min-height:26px;padding:4px 8px;border:none;border-radius:8px;background:transparent;color:var(--wf-text-secondary, #5b5652);font-family:var(--wf-font-family, "Source Sans 3", sans-serif);font-size:12px;line-height:14px;cursor:pointer}.wf-ast-palette-utility-link:hover{background:#6e62590f;color:var(--wf-text-primary, #181616)}.wf-ast-palette-smart-strip{gap:7px;padding-top:4px;margin-top:-1px}.wf-ast-palette-shortcut-chip{min-height:30px;padding:4px 10px;border-color:#6e625924;background:#ffffffd1}.wf-ast-palette-shortcut-chip strong{font-size:12px}.wf-ast-palette-shortcut-reset{min-height:30px}.wf-ast-palette-filter-dock{width:min(100%,980px);margin-inline:auto;margin-top:2px;border-radius:16px;border:1px solid rgba(110,98,89,.14);background:linear-gradient(180deg,#fffffffa,#fcfaf7fa);box-shadow:0 10px 22px #1f1b170a}.wf-ast-query-browser-inline-meta{margin-top:0;padding:0 2px}.wf-ast-query-browser>.wf-ts1-chips-bar{margin-top:-2px}.wf-ast-content,.wf-ast-landing,.wf-ast-results-layout,.wf-ast-support-grid{gap:18px}.wf-ast-landing>.wf-ast-quick-actions-section{margin-bottom:22px}.wf-ast-support-side{gap:14px}.wf-ast-side-section,.wf-ast-rail-card,.wf-ast-response-panel,.wf-ast-priority-section,.wf-ast-recent-section,.wf-ast-welcome-banner{border-radius:10px}.wf-ast-side-section-overview{padding:16px 16px 18px}.wf-ast-side-section-overview .wf-ast-side-section-heading{margin-bottom:12px}.wf-ast-overview-row{gap:10px}.wf-ast-overview-card{min-height:114px;padding:14px;gap:7px;border-radius:10px}.wf-ast-overview-card-value{font-size:30px;line-height:36px}.wf-ast-overview-card-trend{line-height:17px}@media(max-width:860px){.wf-ast-discovery-stage-inner>.wf-ast-palette,.wf-ast-query-browser>.wf-ast-palette,.wf-ast-query-browser>.wf-ast-query-browser-inline-meta,.wf-ast-query-browser>.wf-ts1-chips-bar,.wf-ast-palette-filter-dock{width:100%}.wf-ast-palette-shell{border-radius:16px;padding:12px}.wf-ast-palette-editor-row{min-height:60px;padding:9px 9px 9px 12px}.wf-ast-palette-input{font-size:17px;line-height:24px}.wf-ast-palette-editor-actions .wf-ast-palette-tool-button{min-height:34px;padding:0 11px}.wf-ast-palette-utility-row{flex-direction:column;align-items:stretch;gap:8px}.wf-ast-palette-utility-left{gap:8px}.wf-ast-palette-utility-right{justify-content:flex-end}.wf-ast-palette-helper-copy{white-space:normal;overflow:visible;text-overflow:clip}}@media(max-width:640px){.wf-ast-palette-shell{border-radius:14px;padding:10px}.wf-ast-palette-editor-row{min-height:54px;padding:8px 8px 8px 10px;gap:8px;border-radius:12px}.wf-ast-palette-input{min-height:22px;font-size:15px;line-height:20px}.wf-ast-palette-editor-actions{gap:6px}.wf-ast-palette-editor-actions .wf-ast-palette-tool-button{min-height:32px;padding:0 9px;font-size:12px}.wf-ast-palette-send{width:36px;height:36px}.wf-ast-palette-helper-copy{font-size:11px;line-height:14px}.wf-ast-palette-utility-link{font-size:11px}.wf-ast-overview-card{min-height:108px;padding:12px 13px}.wf-ast-landing>.wf-ast-quick-actions-section{margin-bottom:12px}}.wf-ast-palette-editor-row{align-items:center}.wf-ast-palette-input{align-self:center;margin:0;padding:0;min-height:26px}.wf-ast-palette-smart-strip{position:relative;align-items:flex-start}.wf-ast-palette-shortcut-wrap{position:relative;display:inline-flex}.wf-ast-palette-shortcut-chip{justify-content:center}.wf-ast-palette-shortcut-chip-open{border-color:#5a469b3d;background:#5a469b0e}.wf-ast-palette-shortcut-popover{position:absolute;top:calc(100% + 8px);left:0;z-index:24;min-width:176px;padding:7px;border-radius:12px;border:1px solid rgba(110,98,89,.14);background:#fffffffa;box-shadow:0 14px 24px #1f1b1714,0 1px #ffffffeb inset}.wf-ast-palette-shortcut-popover-title{padding:4px 7px 6px;color:var(--wf-text-tertiary, #736c69);font-size:10px;line-height:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.wf-ast-palette-shortcut-popover-list{display:grid;gap:2px}.wf-ast-palette-shortcut-option{width:100%;display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:32px;padding:6px 8px;border:1px solid transparent;border-radius:9px;background:transparent;color:var(--wf-text-primary, #181616);font-family:var(--wf-font-family, "Source Sans 3", sans-serif);text-align:left;cursor:pointer}.wf-ast-palette-shortcut-option:hover{background:#6e62590a}.wf-ast-palette-shortcut-option-active{border-color:#5a469b29;background:#5a469b0b}.wf-ast-palette-shortcut-option-label{font-size:13px;line-height:16px}.wf-ast-palette-shortcut-option-check{color:var(--wf-link, #5a469b);font-size:11px;line-height:14px;font-weight:600}@media(max-width:860px){.wf-ast-palette-shortcut-popover{min-width:164px}}@media(max-width:640px){.wf-ast-palette-shortcut-popover{top:calc(100% + 6px);min-width:154px;padding:6px}.wf-ast-palette-shortcut-option{min-height:30px;padding:5px 7px}}.wf-ast-conversation-section .wf-ast-search-bar{align-items:center}.wf-ast-conversation-section .wf-ast-search-input{align-self:center;margin:0;padding:0;min-height:26px}.wf-ast-conversation-section .wf-ast-search-send{align-self:center}.wf-ast-conversation-message-stack{max-width:86%;display:flex;flex-direction:column;gap:8px;align-items:flex-start}.wf-ast-conversation-row-user .wf-ast-conversation-message-stack{align-items:flex-end}.wf-ast-conversation-search-cta-row{width:100%;max-width:100%;display:flex;flex-direction:column;gap:6px;padding:8px 10px 9px;border-radius:10px;border:1px solid rgba(207,202,199,.72);background:#ffffffc2;box-shadow:inset 0 1px #fff9}.wf-ast-conversation-search-cta{align-self:flex-start;display:inline-flex;align-items:center;gap:6px;min-height:28px;padding:0 10px;border:1px solid rgba(90,70,155,.16);border-radius:999px;background:#5a469b0a;color:var(--wf-link, #5a469b);font-family:var(--wf-font-family, "Source Sans 3", sans-serif);font-size:12px;font-weight:700;line-height:16px;letter-spacing:.01em;cursor:pointer;transition:background-color .12s ease,border-color .12s ease}.wf-ast-conversation-search-cta:hover{border-color:#5a469b3d;background:#5a469b0f}.wf-ast-conversation-search-cta-note{margin:0;color:var(--wf-text-tertiary, #736c69);font-size:11px;line-height:15px}@media(max-width:860px){.wf-ast-conversation-message-stack{max-width:92%}}
