:root{--background: #f5f7f9;--surface: #ffffff;--surface-soft: #f1f5f7;--line: #d5e0e7;--ink: #202b34;--muted: #647380;--brand: #0a5b52;--brand-dark: #063c36;--brand-ring: #d9efeb;--accent: #37d26f;--blue: #035f89;--warning: #ffc928;--shadow: 0 16px 38px rgba(15, 23, 42, .08)}body{margin:0;overflow-x:hidden;background:var(--background);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,textarea{font:inherit}.app{display:grid;grid-template-columns:108px minmax(0,1fr);min-height:100vh}.rail{position:sticky;top:0;height:100vh;overflow-y:auto;border-right:1px solid var(--line);background:#edf3f6;padding:20px 10px 14px}.brand{display:grid;width:38px;height:38px;margin:0 auto 16px;place-items:center;border-radius:999px;background:#23a42f;color:#fff;font-size:15px;font-weight:900}.rail nav{display:flex;flex-direction:column;gap:4px}.nav-item{display:grid;width:100%;min-height:62px;place-items:center;gap:5px;border:0;border-radius:8px;background:transparent;color:var(--ink);font-size:12px;line-height:1.12;text-align:center}.nav-item:hover{background:#dfe9ed}.nav-item.active{background:var(--brand-dark);color:#fff}.nav-icon{display:grid;width:32px;height:32px;place-items:center;border:2px solid currentColor;border-radius:999px}main{min-width:0;overflow-x:hidden}.topbar{position:sticky;z-index:20;top:0;display:grid;grid-template-columns:280px minmax(320px,1fr) 40px 44px;gap:12px;align-items:center;min-height:68px;border-bottom:1px solid var(--line);background:#fffffff2;padding:10px 24px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.update-notice{position:sticky;top:72px;z-index:45;display:flex;align-items:center;justify-content:space-between;gap:20px;margin:0 24px;padding:12px 16px;color:#173f3a;background:#e5f6ef;border:1px solid #8ccfba;border-radius:0 0 12px 12px;box-shadow:0 8px 22px #12473f1f}.update-notice div{display:grid;gap:2px}.update-notice span{font-size:13px}.update-notice button{flex:0 0 auto;padding:9px 14px;color:#fff;font-weight:700;background:#08796a;border:0;border-radius:8px}.company-switcher{display:flex;align-items:center;min-height:44px;gap:9px;border:1px solid var(--line);border-radius:8px;background:#fff;padding:0 12px;color:var(--ink);text-align:left;min-width:0}.company-switcher span{min-width:0;flex:1}.company-switcher strong,.company strong{display:block;font-size:16px}.company-switcher small,.company span,.panel-head p,.hero-row p,.stat-card p,.data-row small{color:var(--muted)}.company-switcher small,.company span{display:block;margin-top:4px;font-size:13px}.search{display:flex;align-items:center;min-width:0;height:44px;gap:10px;border:1px solid transparent;border-radius:8px;background:var(--surface-soft);padding:0 13px}.search:focus-within{border-color:#a5c6d1;background:#fff}.search input{min-width:0;width:100%;border:0;outline:0;background:transparent;color:var(--ink);font-size:15px}.icon-button,.avatar{display:grid;width:38px;height:38px;place-items:center;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--brand)}.icon-button.visible{display:grid}.icon-button.active-dot{position:relative}.icon-button.active-dot:after{position:absolute;top:8px;right:8px;width:8px;height:8px;border-radius:999px;background:var(--accent);content:""}.topbar-popover-wrap{position:relative}.avatar{font-weight:900}.content{width:min(1740px,calc(100vw - 140px));max-width:100%;margin:0 auto;padding:24px 32px 48px}.hero-row{display:flex;justify-content:space-between;gap:24px;align-items:flex-start}.hero-row h1{margin:4px 0 8px;font-size:clamp(30px,3.8vw,46px);font-weight:500;line-height:1;letter-spacing:0;overflow-wrap:anywhere}.kicker{margin:0;color:var(--brand);font-size:13px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.hero-actions{position:relative;display:flex;flex-wrap:wrap;justify-content:flex-end;gap:12px}.quick-create-panel,.notifications-panel{position:absolute;z-index:40;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:0 22px 54px #0f172a29}.quick-create-panel{top:50px;right:0;display:grid;width:min(520px,calc(100vw - 180px));grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding:16px}.quick-create-panel section{display:grid;align-content:start;gap:8px}.quick-create-panel strong{color:var(--muted);font-size:12px;text-transform:uppercase}.quick-create-panel button,.notifications-panel button{display:inline-flex;width:100%;min-height:40px;align-items:center;gap:8px;border:1px solid transparent;border-radius:8px;background:#f7fbfc;padding:9px 10px;color:var(--ink);font-weight:800;text-align:left}.quick-create-panel button:hover,.notifications-panel button:hover{border-color:#b9ccd5;background:#fff}.notifications-panel{top:50px;right:-56px;display:grid;width:340px;gap:8px;padding:16px}.notifications-panel button{display:grid;gap:3px}.notifications-panel small{color:var(--muted);font-weight:500;line-height:1.35}.environment{display:inline-flex;align-items:center;min-height:36px;border:1px solid #d9aa00;border-radius:999px;background:var(--warning);padding:0 16px;color:#1d1700;font-size:12px;font-weight:900}.environment.online{border-color:#7bc89f;background:#e3f8ea;color:#0f5f2b}.primary-action{display:inline-flex;align-items:center;min-height:42px;gap:8px;border:1px solid var(--brand);border-radius:999px;background:var(--brand);padding:0 18px;color:#fff;font-weight:800}.launcher-row{display:flex;gap:10px;overflow-x:auto;max-width:100%;padding:24px 0 22px}.launcher{display:inline-flex;min-width:fit-content;min-height:58px;align-items:center;gap:12px;border:1px solid #cbd9e2;border-radius:999px;background:#fff;padding:0 18px 0 10px;color:#101820;font-size:16px;font-weight:800;white-space:nowrap}.workflow-card{display:grid;width:210px;min-width:210px;min-height:120px;gap:8px;align-content:center;border:1px solid #cbd9e2;border-radius:8px;background:#fff;padding:16px;color:var(--ink);text-align:left}.workflow-card svg{color:var(--brand)}.workflow-card strong{font-size:16px}.workflow-card small{color:var(--muted);line-height:1.35}.launcher:hover,.pill:hover,.panel-tools button:hover,.modal-foot button:hover,.workflow-card:hover,.document-toolbar button:hover,.checklist button:hover,.activity-list button:hover{border-color:#9bb8c4;box-shadow:var(--shadow)}.launcher span{display:grid;width:38px;height:38px;place-items:center;border-radius:999px;background:#00365c;color:var(--accent)}.action-section{display:flex;align-items:flex-start;gap:18px;margin:8px 0 18px}.action-section h2,.panel-head h2,.detail-panel h2{margin:0;font-size:20px}.action-list{display:flex;flex-wrap:wrap;gap:9px;min-width:0}.pill,.panel-tools button,.modal-foot button{min-height:40px;border:1px solid #cad7e0;border-radius:999px;background:#fff;padding:0 14px;color:var(--ink);font-weight:800}.tabs{display:flex;gap:8px;overflow-x:auto;margin:18px 0 14px;border-bottom:1px solid var(--line)}.tab{min-height:38px;border:0;border-bottom:3px solid transparent;background:transparent;padding:0 14px;color:var(--muted);font-weight:800;white-space:nowrap}.tab.active{border-color:var(--brand);color:var(--brand)}.stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:20px}.stat-card,.panel{border:1px solid var(--line);border-radius:8px;background:var(--surface);box-shadow:var(--shadow)}.stat-card{min-height:118px;padding:16px}.stat-card span{display:block;color:var(--muted);font-size:14px;font-weight:800}.stat-card strong{display:block;margin-top:10px;font-size:24px;letter-spacing:0}.stat-card em{display:inline-flex;min-height:28px;align-items:center;border-radius:999px;background:#e9f7ee;padding:0 10px;color:#126a30;font-size:12px;font-style:normal;font-weight:900}.context-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);gap:18px;margin-bottom:18px}.panel-head.compact{margin-bottom:14px}.mini-icon{display:grid;width:36px;height:36px;place-items:center;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--brand)}.checklist,.activity-list{display:grid;gap:10px}.checklist button,.activity-list button{display:grid;align-items:center;width:100%;min-height:56px;border:1px solid var(--line);border-radius:8px;background:#fff;padding:10px 12px;color:var(--ink);text-align:left}.checklist button{grid-template-columns:24px minmax(0,1fr) 58px;gap:10px}.checklist svg{color:var(--brand)}.checklist small,.activity-list span,.activity-list small{color:var(--muted);font-size:12px}.activity-list button{gap:3px}.workspace-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:18px}.panel{min-width:0;padding:22px}.panel-head{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:18px}.panel-head p{margin:6px 0 0}.panel-tools{display:flex;flex-wrap:wrap;gap:10px}.data-table{border:1px solid var(--line);border-radius:8px;max-width:100%;overflow:hidden}.data-row{display:grid;grid-template-columns:142px minmax(170px,1fr) minmax(150px,.8fr) 82px 118px 118px;gap:14px;align-items:center;width:100%;min-height:62px;border:0;border-top:1px solid var(--line);background:#fff;padding:0 16px;color:var(--ink);text-align:left}.data-row:first-child{border-top:0}.data-row:not(.header):hover{background:#f8fbfc}.data-row.selected{background:#eef8f5;box-shadow:inset 4px 0 0 var(--brand)}.data-row.header{min-height:46px;background:#f1f5f8;color:var(--muted);font-size:12px;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.data-row small{display:block;margin-top:3px}.status{display:inline-flex;justify-self:start;min-height:30px;align-items:center;border-radius:999px;background:var(--brand-ring);padding:0 12px;color:var(--brand);font-size:13px;font-weight:900}.empty-state{display:grid;min-height:180px;place-items:center;gap:8px;color:var(--muted);text-align:center}.detail-panel{position:sticky;top:104px;align-self:start}.detail-icon{display:grid;width:58px;height:58px;margin-bottom:16px;place-items:center;border-radius:999px;background:#00365c;color:var(--accent)}.detail-panel h2{margin-top:8px}.detail-copy{color:var(--muted);line-height:1.45}.detail-panel dl{display:grid;gap:12px;margin:22px 0}.detail-panel dl div{display:flex;justify-content:space-between;gap:18px;border-bottom:1px solid var(--line);padding-bottom:10px}.detail-panel dt{color:var(--muted);font-weight:800}.detail-panel dd{margin:0;text-align:right}.detail-actions{display:grid;gap:10px}.detail-actions button{display:inline-flex;min-height:44px;align-items:center;justify-content:center;gap:8px;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--ink);font-weight:800}.modal-backdrop{position:fixed;z-index:60;inset:0;display:grid;place-items:center;background:#0d171f73;padding:24px}.modal{width:min(720px,100%);max-height:92vh;overflow-y:auto;border-radius:8px;background:#fff;box-shadow:0 24px 64px #00000038}.modal-head,.modal-foot{display:flex;align-items:center;justify-content:space-between;gap:18px;border-bottom:1px solid var(--line);padding:22px}.document-toolbar{display:flex;flex-wrap:wrap;gap:10px;border-bottom:1px solid var(--line);padding:14px 22px}.document-toolbar button{display:inline-flex;min-height:38px;align-items:center;gap:8px;border:1px solid var(--line);border-radius:999px;background:#fff;padding:0 13px;color:var(--ink);font-weight:800}.modal-head h2{margin:6px 0 0;font-size:28px}.modal-foot{border-top:1px solid var(--line);border-bottom:0}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;padding:22px}.form-grid label{display:grid;gap:7px;color:var(--ink);font-weight:800}.form-grid input,.form-grid textarea,.form-grid select{width:100%;border:1px solid var(--line);border-radius:8px;background:#fff;padding:11px 12px;color:var(--ink)}.wide{grid-column:1 / -1}.line-items{display:grid;gap:10px;padding:0 22px 22px}.line-head,.line-row{display:grid;grid-template-columns:minmax(130px,1fr) minmax(160px,1.1fr) 70px 92px 104px;gap:10px;align-items:center}.line-head{color:var(--muted);font-size:12px;font-weight:900;text-transform:uppercase}.line-row input{width:100%;border:1px solid var(--line);border-radius:8px;padding:10px}.line-row strong{text-align:right}.document-total{display:grid;grid-template-columns:1fr 140px;gap:8px 14px;justify-self:end;width:min(320px,100%);border-top:1px solid var(--line);padding-top:14px}.document-total span{color:var(--muted);font-weight:800}.document-total strong{text-align:right}.summary-box{display:grid;gap:8px;margin:0 22px 22px;border:1px solid var(--line);border-radius:8px;background:#f7fbfc;padding:18px}.invoice-backdrop{position:fixed;z-index:100;inset:0;overflow:auto;background:#eef2f4}.invoice-shell{min-width:980px;min-height:100%;color:#26323a;font-size:13px}.invoice-topbar,.invoice-footer{display:flex;min-height:48px;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid #cbd6dc;background:#fff;padding:0 18px}.invoice-title,.invoice-top-actions,.invoice-footer,.invoice-heading,.invoice-bottom{display:flex;align-items:center;gap:12px}.invoice-top-actions button,.invoice-notice button,.invoice-editbar,.invoice-close{border:0;background:transparent;color:#334957;font-size:12px}.invoice-close{padding:4px}.invoice-editbar{min-height:34px;padding:10px 18px;background:#f9fbfc}.invoice-notice{display:flex;min-height:34px;align-items:center;gap:8px;margin:10px 18px 0;border:1px solid #cbdbe4;background:#f6fbfe;padding:7px 10px;color:#405762;font-size:11px}.invoice-notice button:last-child{margin-left:auto}.invoice-notice button:not(:last-child){color:#12618a;text-decoration:underline}.invoice-layout{display:grid;grid-template-columns:minmax(0,1fr) 250px;margin:12px 18px 58px;border:1px solid #cbd6dc;background:#fff;box-shadow:0 2px 6px #21303914}.invoice-main{min-width:0;padding:22px 24px 26px}.invoice-side{border-left:1px solid #d5dfe4;background:#fbfcfd}.invoice-heading{justify-content:space-between;margin-bottom:24px;color:#0b638d;font-size:11px;letter-spacing:.05em}.invoice-heading small{color:#55656d;letter-spacing:0}.invoice-meta{display:grid;grid-template-columns:1fr 320px;gap:36px;min-height:120px;border-bottom:1px solid #d7e0e4;padding-bottom:18px}.invoice-customer{align-self:start}.invoice-number-fields{display:grid;grid-template-columns:1fr 1fr;gap:8px 14px}.invoice-main label{display:grid;gap:5px;color:#354852;font-size:11px;font-weight:700}.invoice-main input,.invoice-main select,.invoice-main textarea{min-height:28px;border:1px solid #b9cbd5;border-radius:3px;background:#fff;padding:5px 7px;color:#26323a;font-size:12px}.invoice-main textarea{min-height:60px;resize:vertical}.invoice-extra-fields{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;padding:12px 0;border-bottom:1px solid #d7e0e4}.invoice-income{width:430px;margin:14px 0}.invoice-items-head,.invoice-item-row{display:grid;grid-template-columns:minmax(150px,1.4fr) minmax(140px,1.6fr) 62px 100px 110px 90px;gap:8px;align-items:center}.invoice-items-head{border-bottom:1px solid #b9cbd5;padding:8px 5px;color:#334957;font-size:10px;font-weight:800;text-transform:uppercase}.invoice-item-row{border-bottom:1px solid #d7e0e4;padding:5px}.invoice-add-line{margin:12px 0;border:1px solid #b9cbd5;border-radius:3px;background:#fff;padding:7px 11px;color:#12618a;font-size:11px}.invoice-bottom{align-items:flex-start;justify-content:space-between;margin-top:18px}.invoice-bottom>label{width:min(430px,55%)}.invoice-totals{display:grid;grid-template-columns:1fr 120px;gap:9px 24px;min-width:245px}.invoice-totals strong{text-align:right}.invoice-attachments{width:260px;margin-top:18px}.invoice-attachments>div{border:1px dashed #b9cbd5;padding:14px;text-align:center;color:#12618a;font-weight:700}.invoice-attachments small{color:#66767e;font-weight:400}.invoice-side-title{display:flex;align-items:center;justify-content:space-between;padding:14px 12px;border-bottom:1px solid #d5dfe4;font-weight:800}.invoice-side details{border-bottom:1px solid #d5dfe4;padding:12px}.invoice-side summary{cursor:pointer;font-weight:800}.invoice-side p{color:#677780;font-size:11px;line-height:1.4}.invoice-side label{display:flex;justify-content:space-between;padding-top:12px;color:#566871;font-size:11px}.invoice-footer{position:fixed;z-index:101;right:0;bottom:0;left:0;justify-content:flex-end;border-top:1px solid #cbd6dc;border-bottom:0}.invoice-footer button{min-height:32px;border:1px solid #b9cbd5;border-radius:3px;background:#fff;padding:0 13px;color:#26323a;font-size:12px}.invoice-footer .primary-action{border-color:var(--brand);background:var(--brand);color:#fff}@media(max-width:1100px){.invoice-shell{min-width:0}.invoice-top-actions button:not(.invoice-close){display:none}.invoice-layout{grid-template-columns:1fr}.invoice-side{border-top:1px solid #d5dfe4;border-left:0}.invoice-meta{grid-template-columns:1fr}}.summary-box span{color:var(--muted);font-weight:800}@media(max-width:1020px){.app{grid-template-columns:76px minmax(0,1fr)}.rail{padding-inline:8px}.nav-item{min-height:66px;font-size:11px}.nav-icon{width:32px;height:32px}.topbar,.workspace-grid,.stats-grid,.context-grid{grid-template-columns:1fr}.topbar{gap:12px;padding:14px 18px}.company-switcher{width:100%}.icon-button,.avatar,.topbar-popover-wrap{display:none}.content{width:100%;padding:24px 12px 48px;overflow-x:hidden}.hero-row h1{font-size:30px;line-height:1.05}.hero-actions{justify-content:flex-start}.quick-create-panel{top:50px;right:auto;left:0;width:min(280px,calc(100vw - 104px));grid-template-columns:1fr}.hero-row,.action-section,.panel-head{flex-direction:column}.action-list{display:grid;width:100%;grid-template-columns:1fr}.pill{width:100%;justify-content:center}.detail-panel{position:static}.data-row{grid-template-columns:120px minmax(0,1fr);min-width:0}.data-row span:nth-child(n+3){grid-column:2}.form-grid{grid-template-columns:1fr}.line-head{display:none}.line-row{grid-template-columns:1fr;border:1px solid var(--line);border-radius:8px;padding:10px}.line-row strong{text-align:left}}.module-workspace{display:grid;grid-template-columns:minmax(220px,1.1fr) minmax(240px,2fr) auto;gap:18px;align-items:center;margin:16px 0;padding:18px 20px;border:1px solid #dfe5ed;background:linear-gradient(110deg,#fff,#f8fbff)}.module-workspace-copy h2{margin:3px 0 4px;font-size:18px}.module-workspace-copy p{margin:0;color:#667085;font-size:13px;line-height:1.45}.field-preview{display:flex;flex-wrap:wrap;gap:7px}.field-preview span{padding:6px 9px;border:1px solid #e0e6ef;border-radius:7px;color:#526071;background:#fff;font-size:11px}.module-workspace-actions{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.primary-action.small{min-height:32px;padding:0 10px;font-size:12px}.subtle-action{display:inline-flex;align-items:center;gap:6px;min-height:32px;padding:0 10px;border:1px solid #d9e1eb;border-radius:7px;background:#fff;color:#526071;font-size:12px}.subtle-action:hover,.field-preview span:hover{border-color:#9db8da;color:#245a9a}@media(max-width:1180px){.module-workspace{grid-template-columns:1fr}.module-workspace-actions{justify-content:flex-start}}.invoice-shell{font-size:12px}.invoice-topbar{flex-basis:48px;min-height:48px;padding:0 18px}.invoice-title{gap:12px;font-size:18px}.invoice-window-actions{gap:12px}.invoice-editbar{flex-basis:46px;min-height:46px;gap:18px;padding:0 20px;font-size:13px}.invoice-editbar button{gap:6px;border-bottom-width:2px}.invoice-workspace{grid-template-columns:minmax(0,1fr) 270px}.invoice-scroll{padding:16px 18px 78px}.invoice-main{min-height:0;padding:0 24px 24px}.invoice-heading{min-height:68px;margin:0 -24px 18px;padding:0 24px;font-size:16px}.invoice-heading small{font-size:13px}.invoice-meta{grid-template-columns:minmax(180px,1fr) minmax(280px,1.8fr);gap:24px;min-height:92px;padding-bottom:12px}.invoice-main label{gap:3px;font-size:11px}.invoice-main input,.invoice-main select,.invoice-main textarea{min-height:28px;border-radius:4px;padding:4px 7px;font-size:12px}.invoice-main textarea{min-height:48px}.invoice-extra-fields{gap:10px;padding:12px 0}.invoice-income{width:min(360px,100%);margin:12px 0}.invoice-items-head,.invoice-item-row{grid-template-columns:minmax(110px,1.4fr) minmax(110px,1.6fr) 44px 72px 78px 62px;gap:5px}.invoice-items-head{padding:7px 4px;font-size:9px}.invoice-item-row{padding:4px}.invoice-add-line{margin:10px 0;padding:6px 9px;font-size:11px}.invoice-bottom{margin-top:12px}.invoice-bottom>label{width:min(360px,55%)}.invoice-totals{grid-template-columns:1fr 90px;gap:6px 14px;min-width:190px}.invoice-attachments{width:210px;margin-top:12px}.invoice-attachments>div{padding:10px}.invoice-side{min-width:0;overflow-y:auto}.invoice-side-title{min-height:54px;padding:0 16px;font-size:17px}.invoice-side details{margin:10px 14px 0;border-radius:5px}.invoice-side summary{padding:12px 14px;font-size:13px}.side-option{padding:12px 14px 14px}.side-option>strong{margin-bottom:9px;font-size:12px}.side-option label{min-height:30px;gap:6px;font-size:12px}.side-option label input{width:38px;height:21px}.side-option em{padding:3px 6px;font-size:10px}.invoice-side-heading{min-height:54px;padding:0 16px;font-size:17px}.invoice-side-heading button{font-size:24px}.side-field{gap:5px;margin:0 14px 14px;font-size:12px}.side-field input,.invoice-select{min-height:32px;border-radius:5px;padding:5px 8px;font-size:12px}.invoice-select{border-width:1px}.invoice-select-menu button{padding:9px 10px;font-size:12px}.invoice-footer{flex-basis:50px;min-height:50px;gap:8px;padding:0 16px}.invoice-footer button{min-height:32px;border-radius:5px;padding:0 10px;font-size:11px}.invoice-footer .footer-link{padding-inline:6px;font-size:12px}.invoice-footer .primary-action{min-width:150px}@media(max-width:900px){.invoice-workspace{grid-template-columns:minmax(0,1fr) 230px}.invoice-main{padding-inline:16px}.invoice-heading{margin-inline:-16px;padding-inline:16px}.invoice-meta{grid-template-columns:1fr;gap:12px}}@media(max-width:700px){.invoice-workspace{display:block;overflow:auto}.invoice-scroll{overflow:visible;padding-bottom:65px}.invoice-side{border-top:1px solid #d5dfe4}.invoice-bottom>label{width:48%}.invoice-footer .footer-link{display:none}}body{font-weight:400}strong,b{font-weight:600}.brand,.avatar,.kicker,.status,.environment,.invoice-items-head,.invoice-side-title,.invoice-side summary{font-weight:600}.panel h2,.panel h3,.hero-row h1,.document-title,.invoice-title strong{font-weight:600}.invoice-backdrop{background:#f3f6f8;overflow:hidden}.invoice-shell{width:100%;min-width:0;height:100vh;min-height:0;display:flex;flex-direction:column;color:#172b3c;font-size:15px}.invoice-topbar{flex:0 0 68px;min-height:68px;padding:0 38px;border-bottom:1px solid #d2d9de}.invoice-title{gap:27px;color:#172b3c;font-size:30px;font-weight:400}.invoice-title span{white-space:nowrap}.invoice-window-actions{display:flex;align-items:center;gap:30px}.invoice-window-actions button{display:grid;place-items:center;border:0;background:transparent;color:#53616a;padding:3px}.invoice-editbar{flex:0 0 72px;min-height:72px;display:flex;align-items:stretch;gap:34px;padding:0 42px;background:#fff;color:#344b5d;font-size:23px}.invoice-editbar button{display:inline-flex;align-items:center;gap:10px;border:0;border-bottom:3px solid transparent;background:transparent;padding:0;color:inherit;font-size:inherit;white-space:nowrap}.invoice-editbar button.active{border-color:#007e68;color:#1d2830}.invoice-nav-spacer{flex:1}.invoice-workspace{min-height:0;flex:1;display:grid;grid-template-columns:minmax(0,1fr) 390px}.invoice-scroll{min-width:0;overflow:auto;background:#eef3f5;padding:34px 34px 110px}.invoice-layout{display:block;margin:0;border:0;box-shadow:none;background:transparent}.invoice-main{min-height:900px;padding:0 60px 40px;border:1px solid #d3dce1;background:#fff}.invoice-heading{min-height:120px;margin:0 -60px 32px;padding:0 60px;border-bottom:1px solid #edf0f2;color:#087ccc;font-size:24px;letter-spacing:.02em}.invoice-heading small{font-size:20px}.invoice-heading small strong{color:#202a31;font-weight:600}.invoice-meta{grid-template-columns:minmax(240px,1fr) minmax(420px,1.8fr);gap:48px;min-height:140px}.invoice-main label{color:#1d2d39;font-size:16px;font-weight:400}.invoice-main input,.invoice-main select,.invoice-main textarea{min-height:38px;border-color:#bdcbd4;border-radius:7px;padding:6px 9px;font-size:16px}.invoice-main input:focus,.invoice-main select:focus,.invoice-main textarea:focus{outline:2px solid #007e68;outline-offset:-1px}.invoice-extra-fields{gap:18px;padding:20px 0}.invoice-income{width:540px;margin:20px 0}.invoice-items-head,.invoice-item-row{grid-template-columns:minmax(170px,1.4fr) minmax(180px,1.6fr) 70px 110px 120px 100px;gap:10px}.invoice-items-head{padding:12px 6px;color:#41525c;font-size:13px;font-weight:500}.invoice-item-row{padding:8px 6px}.invoice-add-line{margin:18px 0;padding:10px 14px;font-size:15px}.invoice-side{overflow-y:auto;border-left:1px solid #d5dfe4;background:#fff}.invoice-side-title{min-height:86px;padding:0 30px;color:#132c40;font-size:28px;font-weight:400}.invoice-side-title button{display:grid;place-items:center;border:0;background:transparent;color:#526069}.invoice-side details{margin:18px 30px 0;border:1px solid #dce3e7;border-radius:8px;padding:0;box-shadow:0 2px 7px #1f313b14}.invoice-side summary{list-style:none;padding:27px 24px;color:#152b3f;font-size:22px;font-weight:500}.invoice-side summary::-webkit-details-marker{display:none}.side-option{border-top:1px solid #e4e9ec;padding:25px 24px 28px}.side-option>strong{display:block;margin-bottom:20px;font-size:20px;font-weight:600}.side-option label{display:flex;align-items:center;gap:8px;min-height:52px;color:#182f43;font-size:17px}.side-option label input{margin-left:auto;width:54px;height:30px;accent-color:#79b7ad}.manage-link{border:0;background:transparent;padding:0;color:#1267aa;font-size:inherit}.side-option em{border-radius:8px;background:#dc2d8c;padding:5px 9px;color:#fff;font-size:14px;font-style:normal}.invoice-side details:not([open]){box-shadow:none}.invoice-side-heading{display:flex;align-items:center;gap:10px;min-height:86px;padding:0 30px;color:#132c40;font-size:28px}.invoice-side-heading button{border:0;background:transparent;color:#526069;font-size:40px;line-height:1}.side-field{display:grid;gap:10px;margin:0 30px 30px;color:#183048;font-size:19px}.side-field input{min-height:55px;border:1px solid #bdcbd4;border-radius:8px;padding:10px 15px;color:#657b8a;font-size:18px}.invoice-select-wrap{position:relative}.invoice-select{display:flex;width:100%;min-height:55px;align-items:center;justify-content:space-between;border:2px solid #007e68;border-radius:8px;background:#fff;padding:0 14px;color:#37434c;font-size:18px;text-align:left}.invoice-select-menu{position:absolute;z-index:3;top:calc(100% + 6px);right:0;left:0;overflow:hidden;border:1px solid #d5dfe4;border-radius:8px;background:#fff;box-shadow:0 4px 12px #1f313b26}.invoice-select-menu button{display:block;width:100%;border:0;background:#fff;padding:17px 16px;color:#26333b;font-size:18px;text-align:left}.invoice-select-menu button:hover{background:#f0f4f6}.invoice-footer{flex:0 0 72px;min-height:72px;gap:16px;padding:0 30px;border-top:1px solid #d5dfe4;box-shadow:0 -2px 4px #1f313b0f}.invoice-footer button{min-height:52px;border-color:#005c4f;border-radius:8px;padding:0 20px;color:#004d43;font-size:18px}.invoice-footer .footer-link{border:0;padding-inline:10px;font-size:20px}.invoice-footer .footer-spacer{flex:1}.invoice-footer .primary-action{min-width:260px;background:#005747;color:#fff}@media(max-width:1100px){.invoice-title{font-size:22px}.invoice-editbar{gap:14px;padding-inline:20px;font-size:16px}.invoice-workspace{grid-template-columns:minmax(0,1fr) 320px}.invoice-scroll{padding:20px 16px 100px}.invoice-main{padding-inline:26px}.invoice-heading{margin-inline:-26px;padding-inline:26px}.invoice-footer .footer-link{font-size:15px}}.app{grid-template-columns:100px minmax(0,1fr)}.rail{overflow:visible;padding:18px 10px 12px;background:#f3f7f8}.brand{width:38px;height:38px;margin-bottom:14px}.rail nav{gap:2px}.nav-entry{position:relative}.side-hover-menu{position:absolute;z-index:80;top:0;left:calc(100% + 8px);width:340px;max-height:calc(100vh - 24px);overflow:visible;border:1px solid #e1e6e9;border-radius:8px;background:#fff;box-shadow:0 8px 22px #1c283029;color:var(--ink)}.side-hover-menu.create-menu{width:min(960px,calc(100vw - 132px))}.side-menu-title{padding:18px 22px 12px;color:#56636c;font-size:13px;font-weight:750;letter-spacing:.02em}.side-menu-columns{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));max-height:calc(100vh - 90px);overflow:auto;padding:0 10px 10px}.create-menu .side-menu-columns{grid-template-columns:repeat(4,minmax(150px,1fr));column-gap:18px;padding:0 20px 18px}.side-menu-group>strong{display:block;padding:4px 12px 8px;color:#202b34;font-size:15px}.side-menu-item-wrap{position:relative}.side-menu-item{display:flex;width:100%;min-height:42px;align-items:center;justify-content:space-between;gap:12px;border:0;border-radius:4px;background:transparent;padding:8px 12px;color:#38434b;font-size:15px;text-align:left}.side-menu-item:hover,.side-menu-item-wrap.submenu-open>.side-menu-item{background:#eef0f1;color:#202b34;font-weight:650}.has-children .submenu-chevron{transform:rotate(-90deg)}.nested-hover-menu{position:absolute;z-index:90;top:0;left:calc(100% + 4px);display:none;width:310px;border:1px solid #e1e6e9;border-radius:7px;background:#fff;padding:8px;box-shadow:0 8px 22px #1c283029}.side-menu-item-wrap:hover .nested-hover-menu,.side-menu-item-wrap.submenu-open .nested-hover-menu{display:grid}.nested-hover-menu button,.favorite-add{display:flex;min-height:42px;align-items:center;width:100%;border:0;border-radius:4px;background:transparent;padding:8px 12px;color:#38434b;font-size:15px;text-align:left}.nested-hover-menu button:hover,.favorite-add:hover{background:#eef0f1}.favorite-add{gap:12px;border-top:1px solid var(--line);border-radius:0 0 7px 7px;padding:14px 22px}@media(max-width:900px){.side-hover-menu.create-menu{width:min(560px,calc(100vw - 118px))}.create-menu .side-menu-columns{grid-template-columns:repeat(2,minmax(140px,1fr))}}.nav-item{min-height:58px;border-radius:8px;font-size:11px}.nav-icon{width:29px;height:29px;border-width:1.5px}.nav-icon svg{width:20px;height:20px;stroke-width:2}.topbar{grid-template-columns:290px minmax(260px,1fr) 40px 40px;min-height:68px;gap:10px;padding:10px 22px}.company-switcher{min-height:42px;border-color:transparent;padding:0 6px}.company-switcher strong{font-size:15px;line-height:1.2}.company-switcher small{margin-top:2px;font-size:11px}.search{height:42px;border-radius:8px;padding:0 12px}.search svg{width:21px;height:21px}.search input{font-size:14px}.icon-button,.avatar{width:38px;height:38px}.content{width:min(1740px,calc(100vw - 100px));padding:26px 60px 40px}.hero-row{align-items:center;gap:18px}.hero-row h1{margin:3px 0 7px;font-size:clamp(32px,3.2vw,48px);letter-spacing:-.02em}.hero-row>div:first-child>p:last-child{margin:0;font-size:16px}.kicker{font-size:11px}.hero-actions{gap:10px}.environment{min-height:36px;padding:0 14px;font-size:11px}.primary-action{min-height:38px;gap:6px;padding:0 15px;font-size:14px}.launcher-row{flex-wrap:wrap;gap:10px;overflow:visible;padding:20px 0 18px}.launcher{min-height:52px;gap:9px;padding:0 16px 0 9px;font-size:14px;font-weight:750}.launcher span{width:34px;height:34px}.launcher span svg{width:20px;height:20px}.workflow-card{display:none}.action-section{align-items:center;gap:16px;margin:4px 0 18px}.action-section h2,.panel-head h2,.detail-panel h2{font-size:17px}.action-list{gap:8px}.pill{min-height:36px;padding:0 13px;font-size:13px;font-weight:700}.action-list .pill:nth-child(n+5){display:none}.action-list:after{content:"Mostrar todo";display:inline-flex;min-height:36px;align-items:center;padding:0 10px;color:#1760ad;font-size:13px;font-weight:700}.tabs{gap:4px;margin:12px 0}.tab{min-height:34px;padding:0 11px;font-size:13px}.stats-grid{gap:10px;margin-bottom:16px}.stat-card{min-height:100px;padding:13px}.stat-card span{font-size:12px}.stat-card strong{margin-top:7px;font-size:20px}.stat-card em{min-height:24px;padding:0 8px;font-size:11px}.context-grid,.workspace-grid{gap:14px;margin-bottom:14px}.panel{padding:17px}.panel-head{gap:12px;margin-bottom:13px}.data-row{min-height:52px;gap:10px;padding:0 12px}.status{min-height:26px;padding:0 9px;font-size:11px}@media(max-width:1020px){.app{grid-template-columns:72px minmax(0,1fr)}.topbar{padding:10px 14px}.content{width:100%;padding:20px 18px 36px}.action-section{align-items:flex-start}}:root{--ym-green:#0d554f;--ym-line:#dfe5e4;--ym-muted:#64716f;--ym-accent:#2ca01c;--ym-shadow:0 2px 12px rgba(26,55,51,.08)}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}button,input,select,textarea{font:inherit}button{cursor:pointer}.ym-app{min-height:100vh;display:flex;background:#f4f6f6;color:#1f2d2b}.ym-sidebar{width:168px;position:fixed;inset:0 auto 0 0;z-index:30;overflow-y:auto;background:var(--ym-green);color:#fff;min-height:100vh}.ym-brand{height:56px;display:flex;align-items:center;padding:0 18px;font-weight:800;font-size:22px;text-transform:uppercase;background:#0000000f}.ym-brand:after{content:"Books";margin-left:3px;font-size:16px;font-weight:650;text-transform:none}.ym-sidebar-nav{padding:8px 7px 18px;display:flex;flex-direction:column;gap:2px}.ym-nav-item{width:100%;min-height:39px;border:0;background:transparent;color:#ffffffeb;display:flex;gap:10px;align-items:center;padding:8px 10px;border-radius:5px;text-align:left;font-size:13px}.ym-nav-item:hover,.ym-nav-item.is-active{background:#ffffff24}.ym-nav-item.is-active{font-weight:700}.ym-nav-item.is-create{margin-bottom:3px;background:#fff;color:var(--ym-green);font-weight:700}.ym-nav-module{color:#ffffffc7;font-size:12.5px}.ym-nav-divider{height:1px;margin:7px 8px;background:#ffffff26}.ym-app-main{flex:1;min-width:0;margin-left:168px}.ym-topbar{height:56px;position:sticky;top:0;z-index:22;display:flex;align-items:center;gap:18px;padding:0 22px;background:#fff;border-bottom:1px solid var(--ym-line)}.ym-company-name{min-width:160px;max-width:260px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:700}.ym-global-search,.ym-search{display:flex;align-items:center;gap:8px;background:#f5f7f7;border:1px solid transparent;border-radius:5px;padding:0 10px;color:#697674}.ym-global-search{flex:1;max-width:620px;height:36px}.ym-global-search:focus-within,.ym-search:focus-within{border-color:#8dbbb6;background:#fff}.ym-global-search input,.ym-search input{width:100%;border:0;outline:0;background:transparent}.ym-top-actions{margin-left:auto;display:flex;align-items:center;gap:4px}.ym-icon-button{border:0;background:transparent;width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;color:#4d5b59}.ym-icon-button:hover{background:#eef3f2}.ym-user-button{height:34px;border:1px solid var(--ym-line);background:#fff;border-radius:18px;display:flex;gap:6px;align-items:center;padding:0 10px}.ym-content{padding:19px 23px 42px}.ym-workspace{width:min(1420px,100%);margin:0 auto}.ym-page-heading{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;margin:2px 0 15px}.ym-page-heading h1{font-size:24px;line-height:1.15;margin:0;letter-spacing:-.5px}.ym-page-heading p{margin:5px 0 0;color:var(--ym-muted);font-size:13px}.ym-heading-actions{display:flex;align-items:center;gap:8px}.ym-button{height:34px;border-radius:4px;padding:0 13px;display:inline-flex;align-items:center;justify-content:center;gap:6px;font-size:13px;font-weight:650;border:1px solid transparent;white-space:nowrap}.ym-button-primary{background:#2ca01c;color:#fff;border-color:#258a19}.ym-button-secondary{background:#fff;color:#334441;border-color:#bfc9c7}.ym-eyebrow{display:block;text-transform:uppercase;letter-spacing:.07em;color:var(--ym-muted);font-size:10px;font-weight:800;margin-bottom:4px}.ym-tabs{display:flex;gap:2px;border-bottom:1px solid #ccd6d4;margin:0 0 15px;overflow-x:auto}.ym-tabs button{border:0;background:transparent;color:#53615f;padding:9px 12px 8px;font-size:12.5px;white-space:nowrap;border-bottom:3px solid transparent}.ym-tabs button.is-active{color:var(--ym-green);border-bottom-color:var(--ym-accent);font-weight:700}.ym-stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:11px;margin-bottom:13px}.ym-stat-card{min-height:93px;background:#fff;border:1px solid #e0e6e5;border-radius:5px;padding:13px 15px}.ym-stat-card>span{display:block;color:#65726f;font-size:11.5px;margin-bottom:7px}.ym-stat-card strong{display:block;font-size:20px}.ym-stat-card small{display:block;margin-top:5px;color:#6d7a78;font-size:10.8px}.ym-panel{background:#fff;border:1px solid #dce3e2;border-radius:5px;box-shadow:var(--ym-shadow);overflow:hidden}.ym-panel-toolbar{min-height:51px;padding:8px 10px;display:flex;align-items:center;gap:8px;border-bottom:1px solid #e5eae9}.ym-panel-toolbar .ym-search{height:34px;width:min(390px,50%)}.ym-panel-toolbar>.ym-button:nth-last-child(2){margin-left:auto}.ym-table-wrap{width:100%;overflow:auto}.ym-table{width:100%;border-collapse:collapse;font-size:12px;min-width:700px}.ym-table th{background:#f7f9f9;color:#53605e;font-size:10.5px;text-transform:uppercase;text-align:left;padding:9px 11px;border-bottom:1px solid #dce3e2}.ym-table td{padding:10px 11px;border-bottom:1px solid #edf0f0}.ym-table tbody tr:hover td{background:#fbfdfd}.ym-empty{text-align:center!important;padding:34px!important;color:#71807d!important}.ym-create-popover{position:fixed;z-index:45;top:61px;left:176px;width:min(1030px,calc(100vw - 195px));max-height:calc(100vh - 76px);overflow:auto;background:#fff;border:1px solid #cad4d2;border-radius:5px;box-shadow:0 14px 38px #162d2a3d;padding:15px 17px 18px}.ym-create-header{display:flex;justify-content:space-between;border-bottom:1px solid #e5e9e8;padding-bottom:10px;margin-bottom:10px}.ym-create-header h2{margin:0}.ym-create-columns{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.ym-create-columns h3{margin:6px 5px 7px;font-size:12px}.ym-create-columns section>button{display:block;width:100%;border:0;background:transparent;text-align:left;padding:7px;border-radius:4px}.ym-create-columns section>button:hover{background:#edf7f5}.ym-create-columns button strong{display:block;font-size:12px}.ym-create-columns button span{display:block;color:#788481;font-size:9.7px;line-height:1.3;margin-top:2px}.ym-modal-backdrop{position:fixed;inset:0;z-index:70;background:#0f1f1d6b;display:grid;place-items:center;padding:24px}.ym-dialog{width:min(680px,100%);max-height:90vh;overflow:auto;background:#fff;border-radius:6px;padding:20px}.ym-dialog-header{display:flex;justify-content:space-between;gap:18px;padding-bottom:13px;border-bottom:1px solid #e5e9e8}.ym-dialog-header h2{margin:0}.ym-dialog-header p{color:#677471;font-size:12px;margin:5px 0 0}.ym-dialog-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px;padding:17px 0}.ym-field{display:flex;flex-direction:column;gap:5px;font-size:11.5px}.ym-field-wide{grid-column:1/-1}.ym-field input,.ym-field select,.ym-field textarea,.ym-report-filters input{width:100%;border:1px solid #aebbb8;border-radius:3px;background:#fff;padding:8px 9px;outline:none}.ym-dialog-actions{display:flex;justify-content:flex-end;gap:8px;padding-top:13px;border-top:1px solid #e5e9e8}.ym-alert{border-radius:4px;padding:9px 11px;font-size:12px;margin:8px 0}.ym-alert-error,.ym-load-error{background:#fff0ef;border:1px solid #efb7b2;color:#8a2f27}.ym-load-error{margin:10px 23px 0;padding:8px 11px;border-radius:4px;font-size:12px}.ym-report-search-row{margin:3px 0 16px}.ym-report-search{height:38px;width:min(520px,100%);background:#fff;border-color:#c8d1d0}.ym-report-group{margin:0 0 18px}.ym-report-group-heading{display:flex;align-items:center;gap:7px;margin-bottom:7px}.ym-report-group-heading h2{margin:0;font-size:14px}.ym-report-group-heading span{background:#e9eeee;min-width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;border-radius:10px;font-size:10px}.ym-report-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.ym-report-card{display:flex;background:#fff;border:1px solid #d9e0df;border-radius:4px;min-height:76px}.ym-report-card:hover{border-color:#8eb7b1}.ym-report-card-main{flex:1;border:0;background:transparent;text-align:left;padding:11px 10px 10px 12px}.ym-report-card-main strong{display:block;color:#1b4f49;font-size:12px}.ym-report-card-main span{display:block;color:#71807d;font-size:10px;margin-top:4px;line-height:1.35}.ym-report-star{width:32px;height:32px;border:0;background:transparent;color:#899491;margin:5px 4px 0 0}.ym-report-star.is-favorite{color:#ad8200}.ym-report-title-row{display:flex;gap:7px}.ym-report-filters{display:grid;grid-template-columns:150px 150px 150px minmax(180px,1fr) auto;gap:9px;align-items:end;background:#fff;border:1px solid #dae1df;border-radius:5px;padding:10px;margin-bottom:12px}.ym-report-filters label{display:flex;flex-direction:column;gap:4px;color:#5c6b68;font-size:10px}.ym-report-filters .ym-search{height:34px;border:1px solid #aebbb8;background:#fff}.ym-report-totals{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin:0 0 10px}.ym-report-totals>div{background:#fff;border:1px solid #dbe2e0;border-radius:4px;padding:9px 11px}.ym-report-totals span{display:block;color:#6c7977;font-size:9.8px}.ym-report-totals strong{display:block;margin-top:3px;font-size:16px}.ym-feed-list{background:#fff;border:1px solid #dce3e2;border-radius:5px;padding:7px 16px}.ym-feed-list article{display:flex;gap:11px;padding:13px 3px;border-bottom:1px solid #edf0f0}.ym-feed-dot{width:9px;height:9px;margin-top:5px;border-radius:50%;background:#2ca01c}.ym-favorites-panel{padding:12px;display:flex;flex-wrap:wrap;gap:8px}.ym-favorites-panel>button{border:1px solid #c9d2d0;background:#fff;color:#164f49;border-radius:4px;padding:9px 11px;text-transform:capitalize}.ym-empty-state{min-height:130px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px;color:#72807d;text-align:center;padding:20px}.ym-skeleton{height:13px;border-radius:4px;background:#eef1f1}.ym-skeleton-title{width:220px;height:25px;margin-bottom:20px}.ym-skeleton-big{height:22px;width:70%;margin-top:12px}.ym-skeleton-table{height:250px}@media(max-width:1050px){.ym-sidebar{width:64px}.ym-app-main{margin-left:64px}.ym-brand{padding:0;justify-content:center;font-size:18px}.ym-brand:after,.ym-nav-item span{display:none}.ym-nav-item{justify-content:center;padding:8px}.ym-create-popover{left:72px;width:calc(100vw - 85px)}.ym-create-columns,.ym-report-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ym-report-filters{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:720px){.ym-content{padding:14px 10px 32px}.ym-global-search{display:none}.ym-page-heading{flex-direction:column}.ym-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ym-report-grid{grid-template-columns:1fr}.ym-report-totals{grid-template-columns:repeat(2,minmax(0,1fr))}.ym-report-filters{grid-template-columns:1fr 1fr}.ym-create-columns,.ym-dialog-grid{grid-template-columns:1fr}}@media print{.ym-sidebar,.ym-topbar,.ym-heading-actions,.ym-report-filters,.ym-load-error{display:none!important}.ym-app-main{margin:0}.ym-content{padding:0}.ym-panel{box-shadow:none;border:0}}.ym-update-notice{position:sticky;top:56px;z-index:21;display:flex;align-items:center;justify-content:space-between;gap:18px;margin:0 23px;padding:10px 13px;color:#173f3a;background:#e5f6ef;border:1px solid #8ccfba;border-top:0;border-radius:0 0 6px 6px;box-shadow:0 6px 18px #12473f1a}.ym-update-notice>div{display:flex;flex-direction:column;gap:2px}.ym-update-notice strong{font-size:12px}.ym-update-notice span{font-size:10.5px}.ym-update-notice button{flex:0 0 auto;border:0;border-radius:4px;padding:8px 11px;background:var(--ym-green);color:#fff;font-size:11px;font-weight:700}.ym-update-notice button:disabled{cursor:not-allowed;opacity:.55}.ym-update-notice .ym-update-error{color:#8a2f27;font-weight:700}@media(max-width:720px){.ym-topbar{gap:6px;padding:0 8px}.ym-company-name{display:none}.ym-global-search-wrap{display:block;min-width:0;max-width:none}.ym-global-search{display:flex;height:34px;padding:0 8px}.ym-global-search input{min-width:0}.ym-top-actions{flex:0 0 auto}.ym-top-actions>.ym-icon-button[title=Ayuda],.ym-top-actions>.ym-icon-button[title=Configuración]{display:none}.ym-user-button{width:34px;padding:0;justify-content:center}.ym-user-button span{display:none}.ym-update-notice{align-items:flex-start;gap:8px;margin:0 8px;padding:9px 10px}.ym-update-notice span{display:none}}@media print{.ym-update-notice{display:none!important}}:root{--ym-bg:#f5f8f9;--ym-surface:#fff;--ym-line:#d5e0e7;--ym-ink:#202b34;--ym-muted:#647380;--ym-green:#0a5b52;--ym-dark:#063c36;--ym-ring:#d9efeb;--ym-accent:#37d26f;--ym-shadow:0 12px 30px rgba(15,23,42,.07)}body{overflow-x:hidden;background:var(--ym-bg);color:var(--ym-ink)}.ym-app{background:var(--ym-bg)}.ym-sidebar{width:100px;background:#edf3f6;color:var(--ym-ink);border-right:1px solid var(--ym-line);padding:12px 8px}.ym-brand{display:grid;width:32px;height:32px;margin:0 auto 8px;padding:0;place-items:center;border-radius:50%;background:#23a42f;color:#fff;font-size:12px;font-weight:900}.ym-brand:after{display:none}.ym-sidebar-nav{padding:0;gap:1px}.ym-nav-item{min-height:57px;display:grid;place-items:center;align-content:center;gap:3px;padding:4px;border-radius:7px;color:var(--ym-ink);font-size:10px;line-height:1.05;text-align:center}.ym-nav-item:hover{background:#dfe9ed}.ym-nav-item.is-active{background:var(--ym-dark);color:#fff}.ym-nav-icon{display:grid;width:27px;height:27px;place-items:center;border:1.5px solid currentColor;border-radius:50%}.ym-app-main{margin-left:100px}.ym-topbar{height:58px;display:grid;grid-template-columns:260px minmax(260px,1fr) auto;gap:12px;padding:7px 18px}.ym-company-switcher{display:flex;align-items:center;gap:7px;min-width:0;height:44px;border:0;background:transparent;text-align:left}.ym-company-switcher span{min-width:0;flex:1}.ym-company-switcher strong,.ym-company-switcher small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ym-company-switcher strong{font-size:13px}.ym-company-switcher small{margin-top:2px;color:var(--ym-muted);font-size:10px}.ym-global-search{max-width:none;height:40px;background:#eef5f5;border-radius:7px}.ym-top-actions{margin:0;gap:8px}.ym-icon-button,.ym-avatar-button{width:36px;height:36px;border:1px solid var(--ym-line);border-radius:50%;background:#fff;color:var(--ym-green);display:grid;place-items:center}.ym-avatar-button{font-size:12px;font-weight:900}.ym-content{padding:17px 28px 44px}.ym-workspace{width:min(1500px,100%)}.ym-home-hero{display:flex;justify-content:space-between;gap:18px;align-items:flex-start}.ym-home-hero h1{margin:3px 0 4px;font-size:clamp(28px,3vw,42px);line-height:1}.ym-home-hero p{margin:0;color:var(--ym-muted)}.ym-home-hero>div:last-child{display:flex;align-items:center;gap:10px}.ym-api-pill,.ym-primary-pill{display:inline-flex;min-height:34px;align-items:center;gap:6px;border-radius:999px;padding:0 13px;font-size:10px;font-weight:900}.ym-api-pill{border:1px solid #8ccfba;background:#e3f8ea;color:#0f5f2b}.ym-primary-pill{border:0;background:var(--ym-green);color:#fff}.ym-launchers{display:flex;gap:8px;max-width:100%;overflow-x:auto;padding:18px 0 14px}.ym-launchers button{display:inline-flex;align-items:center;gap:8px;min-height:43px;min-width:max-content;border:1px solid #cbd9e2;border-radius:999px;background:#fff;padding:0 15px 0 8px;font-weight:800;font-size:12px}.ym-launchers button span{display:grid;width:29px;height:29px;place-items:center;border-radius:50%;background:#00365c;color:var(--ym-accent)}.ym-home-actions{display:flex;flex-wrap:wrap;align-items:center;gap:7px;margin-bottom:12px}.ym-home-actions strong{margin-right:4px}.ym-home-actions button{min-height:31px;border:1px solid #cad7e0;border-radius:999px;background:#fff;padding:0 11px;font-size:10.5px;font-weight:800}.ym-home-actions .ym-link-button{border:0;background:transparent;color:#075f89}.ym-home-tabs{display:flex;gap:4px;border-bottom:1px solid var(--ym-line);overflow-x:auto;margin-bottom:12px}.ym-home-tabs button{border:0;border-bottom:3px solid transparent;background:transparent;padding:8px 10px;color:var(--ym-muted);font-size:10px;font-weight:800;white-space:nowrap}.ym-home-tabs .is-active{border-color:var(--ym-green);color:var(--ym-green)}.ym-workspace-band{display:grid;grid-template-columns:minmax(180px,.8fr) minmax(260px,1fr) auto;align-items:center;gap:18px;padding:14px;margin-bottom:12px}.ym-workspace-band strong{display:block}.ym-workspace-band p{margin:3px 0 0;color:var(--ym-muted);font-size:10px}.ym-field-preview{display:flex;flex-wrap:wrap;gap:4px}.ym-field-preview span{border:1px solid #dce5e9;border-radius:3px;padding:5px 7px;color:var(--ym-muted);font-size:9px}.ym-workspace-band>div:last-child{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:5px}.ym-workspace-band button{display:inline-flex;align-items:center;gap:3px;border:0;border-radius:999px;background:var(--ym-green);color:#fff;padding:8px 10px;font-size:9.5px;font-weight:800}.ym-workspace-band .ym-subtle{border:1px solid var(--ym-line);background:#fff;color:var(--ym-muted)}.ym-home-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-bottom:12px}.ym-home-stats article{min-height:104px;border:1px solid var(--ym-line);border-radius:5px;background:#fff;padding:12px;box-shadow:var(--ym-shadow)}.ym-home-stats span{font-size:10px;color:var(--ym-muted)}.ym-home-stats strong{display:block;margin-top:5px;font-size:17px}.ym-home-stats p{margin:5px 0;font-size:10px;color:var(--ym-muted)}.ym-home-stats em,.ym-home-row em{display:inline-flex;border-radius:999px;background:#e3f8ea;padding:3px 7px;color:#126a30;font-size:8px;font-style:normal;font-weight:900}.ym-home-context{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(260px,.8fr);gap:10px;margin-bottom:12px}.ym-home-context>.ym-panel,.ym-home-records>.ym-panel{padding:14px}.ym-home-context header,.ym-home-records header{display:flex;justify-content:space-between;gap:10px}.ym-home-context h2,.ym-home-records h2{margin:0;font-size:15px}.ym-home-context header p,.ym-home-records header p{margin:3px 0 0;color:var(--ym-muted);font-size:10px}.ym-checklist,.ym-activity-list{display:grid;gap:6px;margin-top:10px}.ym-checklist button,.ym-activity-list button{width:100%;min-height:44px;border:1px solid var(--ym-line);border-radius:5px;background:#fff;text-align:left}.ym-checklist button{display:grid;grid-template-columns:20px 1fr auto;align-items:center;gap:7px;padding:8px;color:var(--ym-green)}.ym-checklist button span{color:var(--ym-ink);font-size:11px}.ym-checklist small,.ym-activity-list span,.ym-activity-list small{color:var(--ym-muted);font-size:8px}.ym-activity-list button{display:grid;padding:7px 9px}.ym-activity-list strong{font-size:10px}.ym-mini-button{display:grid;width:30px;height:30px;place-items:center;border:1px solid var(--ym-line);border-radius:50%;background:#fff;color:var(--ym-green)}.ym-home-favorites{grid-column:1/2;min-height:180px}.ym-home-records{display:grid;grid-template-columns:minmax(0,1fr) 290px;gap:10px}.ym-home-records header>div:last-child{display:flex;flex-wrap:wrap;gap:5px}.ym-home-records header button,.ym-record-detail>button{display:inline-flex;align-items:center;justify-content:center;gap:5px;border:1px solid var(--ym-line);border-radius:999px;background:#fff;padding:7px 10px;font-size:9px;font-weight:800}.ym-home-table{margin-top:10px;border:1px solid var(--ym-line);border-radius:5px;overflow:hidden}.ym-home-row{display:grid;grid-template-columns:120px minmax(130px,1fr) minmax(120px,.8fr) 80px 100px 85px;align-items:center;width:100%;min-height:43px;border:0;border-top:1px solid var(--ym-line);background:#fff;padding:5px 9px;text-align:left;font-size:9.5px}.ym-home-row:first-child{border-top:0}.ym-home-row.is-head{min-height:32px;background:#f1f5f8;color:var(--ym-muted);font-size:8px;font-weight:900;text-transform:uppercase}.ym-home-row.is-selected{background:#eef8f5;box-shadow:inset 3px 0 var(--ym-green)}.ym-home-row small{display:block;color:var(--ym-muted);font-size:8px}.ym-record-detail{align-self:start}.ym-detail-icon{display:grid;width:44px;height:44px;place-items:center;border-radius:50%;background:#00365c;color:var(--ym-accent)}.ym-record-detail h2{margin:6px 0}.ym-record-detail>p{color:var(--ym-muted);font-size:10px}.ym-record-detail dl{margin:12px 0}.ym-record-detail dl div{display:flex;justify-content:space-between;gap:10px;border-bottom:1px solid var(--ym-line);padding:7px 0;font-size:9.5px}.ym-record-detail dd{margin:0;text-align:right}.ym-record-detail>button{width:100%;margin-top:6px}.ym-bookmarks-list{padding:10px}.ym-bookmarks-list article{display:flex;align-items:center;gap:8px;border-bottom:1px solid var(--ym-line);padding:8px}.ym-bookmark-link{display:flex;flex:1;align-items:center;gap:9px;border:0;background:transparent;text-align:left;color:var(--ym-green)}.ym-bookmark-link span{display:grid}.ym-bookmark-link strong{color:var(--ym-ink)}.ym-bookmark-link small{color:var(--ym-muted)}.ym-bookmark-actions{display:flex}.ym-bookmark-actions button{display:grid;width:30px;height:30px;place-items:center;border:0;border-radius:50%;background:transparent}.ym-bookmark-actions button:hover{background:#eef3f2}.ym-bookmarks-list form{display:flex;flex:1;gap:7px}.ym-bookmarks-list input{flex:1;min-width:0;border:1px solid var(--ym-line);border-radius:4px;padding:7px}.ym-pinned-settings{width:min(1420px,calc(100% - 46px));margin:19px auto 0;padding:16px}.ym-pinned-settings h2{margin:3px 0}.ym-pinned-settings p{margin:3px 0 12px;color:var(--ym-muted);font-size:12px}.ym-pinned-grid{display:flex;flex-wrap:wrap;gap:7px}.ym-pinned-grid button{display:flex;align-items:center;gap:6px;border:1px solid var(--ym-line);border-radius:999px;background:#fff;padding:8px 11px}.ym-pinned-grid .is-selected{border-color:#80b9aa;background:#e9f7f3;color:var(--ym-green)}@media(max-width:1020px){.ym-sidebar{width:72px;padding-inline:6px}.ym-app-main{margin-left:72px}.ym-nav-item{min-height:55px;font-size:8px}.ym-content{padding:16px 12px 36px}.ym-topbar{grid-template-columns:190px minmax(180px,1fr) auto;padding-inline:10px}.ym-workspace-band{grid-template-columns:1fr}.ym-workspace-band>div:last-child{justify-content:flex-start}.ym-home-context,.ym-home-records{grid-template-columns:1fr}.ym-home-favorites{grid-column:auto}.ym-record-detail{position:static}.ym-home-row{grid-template-columns:110px minmax(100px,1fr)}.ym-home-row span:nth-child(n+3){grid-column:2}.ym-pinned-settings{width:calc(100% - 24px);margin-top:12px}}@media(max-width:600px){.ym-sidebar{width:60px;padding-inline:4px}.ym-app-main{margin-left:60px}.ym-brand{width:27px;height:27px;font-size:10px}.ym-nav-item{min-height:51px}.ym-nav-item>span:last-child{font-size:7px;overflow-wrap:anywhere}.ym-nav-icon{width:24px;height:24px}.ym-topbar{height:auto;min-height:54px;grid-template-columns:minmax(0,1fr) auto;gap:6px;padding:6px}.ym-company-switcher{height:38px}.ym-company-switcher strong{font-size:10px}.ym-company-switcher small{font-size:8px}.ym-global-search-wrap{grid-column:1/-1;grid-row:2}.ym-global-search{height:34px}.ym-content{padding:12px 7px 28px}.ym-home-hero{flex-direction:column}.ym-home-hero h1{font-size:27px}.ym-home-actions{align-items:stretch}.ym-home-actions strong{width:100%}.ym-home-actions button{flex:1 1 120px}.ym-home-stats{grid-template-columns:1fr}.ym-home-context>.ym-panel,.ym-home-records>.ym-panel{padding:10px}.ym-workspace-band{padding:10px}.ym-home-records header{flex-direction:column}.ym-home-row{grid-template-columns:84px minmax(0,1fr);font-size:8.5px}.ym-bookmarks-list article{align-items:flex-start;flex-wrap:wrap}.ym-bookmark-actions{margin-left:auto}.ym-page-heading .ym-button{width:100%}.ym-pinned-settings{width:calc(100% - 14px)}}@media(max-width:340px){.ym-sidebar{width:56px}.ym-app-main{margin-left:56px}.ym-content{padding-inline:5px}.ym-home-hero>div:last-child{flex-wrap:wrap}.ym-launchers button{font-size:10px}.ym-home-row{grid-template-columns:72px minmax(0,1fr)}}.ym-customize-button{display:inline-flex;align-items:center;gap:6px;min-height:34px;border:1px solid #b9c9c6;border-radius:999px;background:#fff;color:var(--ym-green);padding:0 12px;font-size:10px;font-weight:900}.ym-home-customizer{margin-bottom:12px;padding:14px}.ym-home-customizer>header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}.ym-home-customizer header p{margin:3px 0 0;color:var(--ym-muted);font-size:10px}.ym-home-customizer header button{display:inline-flex;align-items:center;gap:5px;border:1px solid var(--ym-line);border-radius:999px;background:#fff;padding:7px 10px;font-size:9px;font-weight:800}.ym-customizer-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.ym-customizer-columns>div>strong{display:block;margin-bottom:6px;font-size:11px}.ym-customizer-columns>div>div{display:flex;align-items:center;justify-content:space-between;gap:8px;min-width:0;border-top:1px solid var(--ym-line);padding:7px 2px}.ym-customizer-columns label{display:flex;align-items:center;gap:7px;min-width:0;font-size:10px}.ym-customizer-columns span{display:flex;flex:none;gap:3px}.ym-customizer-columns span button{display:grid;width:26px;height:25px;place-items:center;border:1px solid var(--ym-line);border-radius:4px;background:#fff;color:var(--ym-green)}.ym-customizer-columns span button:disabled{opacity:.35}.ym-home-widgets{display:grid;gap:12px;min-width:0}.ym-home-widget{padding:14px;min-width:0}.ym-home-widget header{display:flex;justify-content:space-between;gap:10px}.ym-home-widget h2{margin:0;font-size:15px}.ym-home-widget header p{margin:3px 0 0;color:var(--ym-muted);font-size:10px}@media(max-width:600px){.ym-home-hero>div:last-child{max-width:100%;flex-wrap:wrap}.ym-customizer-columns{grid-template-columns:1fr}.ym-home-customizer>header{flex-direction:column}.ym-home-customizer header button{max-width:100%}}@media(max-width:600px){.ym-page-heading{width:100%;min-width:0;gap:12px}.ym-page-heading>div:first-child{min-width:0;max-width:100%}.ym-heading-actions{display:grid;width:100%;min-width:0;grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:7px}.ym-heading-actions>.ym-button{width:100%;min-width:0;height:auto;min-height:34px;white-space:normal;text-align:center}.ym-heading-actions>.ym-page-menu-wrap{grid-column:1/-1;display:flex;justify-content:flex-end;min-width:0}.ym-heading-actions>.ym-page-menu-wrap>.ym-icon-button{flex:0 0 36px}.ym-panel-toolbar{display:grid;width:100%;min-width:0;grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;padding:9px;gap:8px}.ym-panel-toolbar .ym-search{grid-column:1/-1;width:100%;min-width:0;height:36px}.ym-panel-toolbar .ym-search input{min-width:0}.ym-panel-toolbar>.ym-button,.ym-panel-toolbar>.ym-button:nth-last-child(2){width:100%;min-width:0;height:auto;min-height:34px;margin-left:0;white-space:normal;text-align:center}}@media(max-width:340px){.ym-heading-actions,.ym-panel-toolbar{grid-template-columns:1fr}}@media(max-width:1050px){.ym-nav-item .ym-nav-icon{display:grid}.ym-nav-item>span:last-child{display:block}}.ym-row-actions{display:flex;gap:5px;align-items:center;white-space:nowrap}.ym-row-action{border:1px solid #bfc9c7;background:#fff;color:#334441;border-radius:3px;padding:5px 8px;font-size:10.5px;font-weight:650}.ym-row-action:hover{background:#f2f7f6}.ym-row-action.is-primary{background:#2ca01c;border-color:#258a19;color:#fff}.ym-row-action.is-danger{border-color:#d9a29d;color:#9a332a;background:#fff7f6}.ym-button-danger{background:#b83b32;border-color:#9e3028;color:#fff}.ym-confirm-box{margin:16px 0;padding:12px 13px;border:1px solid #dce3e2;background:#f8faf9;border-radius:4px;font-size:12px;color:#455451}.ym-statement{padding:14px 0}.ym-statement-total{display:flex;justify-content:space-between;align-items:center;border:1px solid #dce3e2;background:#f7f9f9;border-radius:4px;padding:10px 12px;margin-bottom:10px}.ym-statement-total span{font-size:11px;color:#687673}.ym-statement-total strong{font-size:18px}.ym-dialog .ym-table{min-width:600px}.ym-dialog .ym-table-wrap{max-height:330px;border:1px solid #e2e8e7;border-radius:4px}@media(max-width:720px){.ym-row-actions{flex-wrap:wrap}.ym-row-action{padding:5px 6px}}.ym-modal-backdrop{overflow:hidden;padding:clamp(8px,2.5vw,24px);overscroll-behavior:contain}.ym-dialog{display:flex;flex-direction:column;width:min(760px,100%);max-width:100%;max-height:min(90dvh,900px);padding:0;overflow:hidden;min-width:0;background:#fff}.ym-dialog-header{flex:0 0 auto;padding:18px 20px 14px;background:#fff;position:relative;z-index:2}.ym-dialog-header>div{min-width:0}.ym-dialog-header h2,.ym-dialog-header p{overflow-wrap:anywhere}.ym-dialog-header .ym-icon-button{flex:0 0 auto}.ym-dialog-body{flex:1 1 auto;min-height:0;min-width:0;overflow:auto;overscroll-behavior:contain;padding:0 20px;scrollbar-gutter:stable}.ym-dialog-grid{min-width:0}.ym-dialog-grid>*{min-width:0}.ym-field{min-width:0}.ym-field input,.ym-field select,.ym-field textarea{min-width:0;max-width:100%;box-sizing:border-box}.ym-field select{white-space:nowrap;text-overflow:ellipsis}.ym-dialog-actions{flex:0 0 auto;position:relative;z-index:2;margin:0;padding:13px 20px 16px;background:#fff;box-shadow:0 -5px 14px #162d2a0d}.ym-dialog .ym-table-wrap{width:100%;max-width:100%;overflow:auto;overscroll-behavior:contain}.ym-dialog .ym-table{width:max-content;min-width:600px;max-width:none}.ym-statement{min-width:0}.ym-statement-total{position:sticky;top:0;z-index:1}@media(max-width:768px){.ym-dialog{max-height:calc(100dvh - 16px)}.ym-dialog-header{padding:15px 16px 12px}.ym-dialog-body{padding:0 16px}.ym-dialog-actions{padding:12px 16px 14px}.ym-dialog-grid{grid-template-columns:1fr}.ym-field-wide{grid-column:auto}}@media(max-width:390px){.ym-modal-backdrop{padding:0;place-items:stretch}.ym-dialog{width:100%;height:100dvh;max-height:100dvh;border-radius:0}.ym-dialog-header{padding:12px 12px 10px;gap:10px}.ym-dialog-header h2{font-size:18px}.ym-dialog-header p{font-size:11px}.ym-dialog-body{padding:0 12px;scrollbar-gutter:auto}.ym-dialog-grid{gap:10px;padding:12px 0}.ym-dialog-actions{padding:10px 12px;gap:7px;flex-wrap:wrap}.ym-dialog-actions .ym-button{flex:1 1 120px;min-width:0}.ym-confirm-box{margin:12px 0}.ym-dialog .ym-table{min-width:560px}}@media(max-width:320px){.ym-dialog-header,.ym-dialog-body,.ym-dialog-actions{padding-inline:10px}.ym-dialog-actions .ym-button{flex-basis:100%;width:100%}}.ym-sale-lines{width:100%;max-width:100%;min-width:0}.ym-sale-lines-header{display:flex;min-width:0;align-items:flex-start;justify-content:space-between;gap:12px;padding-bottom:9px}.ym-sale-lines-header>div{min-width:0}.ym-sale-lines-header span{display:block;overflow-wrap:anywhere}.ym-sale-lines-table-wrap{width:100%;max-width:100%;min-width:0;overflow-x:auto;overflow-y:hidden;overscroll-behavior-inline:contain;-webkit-overflow-scrolling:touch}.ym-sale-lines-table{width:100%;min-width:920px;border-collapse:collapse}.ym-sale-lines-table th,.ym-sale-lines-table td{padding:7px 5px;text-align:left;vertical-align:top}.ym-sale-lines-table th:last-child,.ym-sale-lines-table td:last-child{width:42px;text-align:center}.ym-sale-lines input,.ym-sale-lines select{width:100%;max-width:100%;min-width:0}.ym-sale-lines-summary{display:flex;max-width:100%;flex-wrap:wrap;justify-content:flex-end;gap:8px 18px;padding-top:12px}.ym-sale-lines-summary span{white-space:nowrap}@media(max-width:600px){.ym-sale-lines-header{align-items:stretch;flex-direction:column}.ym-sale-lines-header .ym-button{width:100%}.ym-sale-lines-table-wrap{overflow:visible}.ym-sale-lines-table{display:block;width:100%;min-width:0}.ym-sale-lines-table thead{display:none}.ym-sale-lines-table tbody{display:grid;gap:12px}.ym-sale-lines-table tr{display:grid;min-width:0;gap:9px;padding:12px;border:1px solid #d8e2e0;border-radius:6px;background:#fbfdfd}.ym-sale-lines-table td,.ym-sale-lines-table td:last-child{display:grid;width:100%;min-width:0;grid-template-columns:minmax(88px,34%) minmax(0,1fr);align-items:center;gap:8px;padding:0;text-align:left}.ym-sale-lines-table td:before{content:attr(data-label);color:#536360;font-size:10px;font-weight:700;text-transform:uppercase}.ym-sale-lines-table td>small{grid-column:2}.ym-sale-lines-table td:last-child .ym-icon-button{justify-self:end}.ym-sale-line-total{font-weight:700}.ym-sale-lines-summary{display:grid;grid-template-columns:1fr;width:100%;gap:7px}.ym-sale-lines-summary span{display:flex;justify-content:space-between;gap:12px}}.ym-tool-stack{display:flex;flex-direction:column;gap:10px;margin-bottom:13px}.ym-tool-panel{background:#fff;border:1px solid #dce3e2;border-radius:5px;padding:12px 14px;margin-bottom:13px;box-shadow:0 1px 5px #1a37330a}.ym-tool-panel>div>strong,.ym-tool-panel>strong{font-size:12.5px}.ym-tool-panel p{margin:4px 0 0;color:#6c7977;font-size:11px}.ym-tool-inline{display:flex;align-items:center;justify-content:space-between;gap:15px}.ym-tool-form{display:grid;grid-template-columns:repeat(4,minmax(130px,1fr));gap:9px;align-items:end;margin-top:11px}.ym-tool-form-wide{grid-template-columns:repeat(5,minmax(120px,1fr))}.ym-tool-form label,.ym-compact-field{display:flex;flex-direction:column;gap:4px;color:#5f6d6a;font-size:10.5px}.ym-tool-form input,.ym-tool-form select,.ym-compact-field input,.ym-csv-input{width:100%;border:1px solid #aebbb8;border-radius:3px;padding:8px 9px;background:#fff;outline:none}.ym-csv-input{margin-top:11px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:11px;resize:vertical}.ym-tool-actions{display:flex;justify-content:flex-end;align-items:center;gap:7px;margin-top:10px}.ym-tool-actions a{text-decoration:none}.ym-alert-success{background:#eff9ed;border:1px solid #a9d9a1;color:#2f6f28}.ym-tool-title-row{display:flex;justify-content:space-between;gap:14px;align-items:start}.ym-compact-field{min-width:170px}.ym-reconcile-list{margin-top:10px;border:1px solid #e0e6e5;border-radius:4px;max-height:220px;overflow:auto}.ym-reconcile-list label{display:grid;grid-template-columns:20px 1fr auto;gap:8px;align-items:center;padding:8px 10px;border-bottom:1px solid #edf0f0;font-size:11px}.ym-reconcile-list label:last-child{border-bottom:0}.ym-reconcile-list strong{font-size:11px}@media(max-width:1050px){.ym-tool-form,.ym-tool-form-wide{grid-template-columns:repeat(2,minmax(130px,1fr))}}@media(max-width:720px){.ym-tool-inline,.ym-tool-title-row{flex-direction:column;align-items:stretch}.ym-tool-form,.ym-tool-form-wide{grid-template-columns:1fr}.ym-tool-actions{justify-content:flex-start;flex-wrap:wrap}}.ym-ecf-center{display:flex;flex-direction:column;gap:12px;margin-bottom:18px}.ym-ecf-center>.ym-tool-panel{margin-bottom:0}.ym-ecf-header,.ym-ecf-section-title,.ym-ecf-unconfigured{display:flex;align-items:center;justify-content:space-between;gap:18px}.ym-ecf-header>div{display:flex;flex-direction:column;align-items:flex-start}.ym-ecf-header strong{font-size:18px!important;color:#173f3a}.ym-ecf-eyebrow{font-size:9.5px;font-weight:800;letter-spacing:.09em;text-transform:uppercase;color:#4e7e76;margin-bottom:3px}.ym-ecf-loading{display:flex;align-items:center;gap:12px}.ym-ecf-spinner{width:22px;height:22px;border:3px solid #d5e5e2;border-top-color:#2b7368;border-radius:50%;animation:ym-ecf-spin .8s linear infinite}@keyframes ym-ecf-spin{to{transform:rotate(360deg)}}.ym-ecf-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}.ym-ecf-metric{position:relative;overflow:hidden;background:#fff;border:1px solid #dce3e2;border-radius:5px;padding:12px 14px;box-shadow:0 1px 5px #1a37330a}.ym-ecf-metric:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:#78918d}.ym-ecf-metric span,.ym-ecf-details span{display:block;color:#6c7977;font-size:9.5px;text-transform:uppercase;letter-spacing:.04em}.ym-ecf-metric strong{display:block;margin-top:4px;font-size:14px}.ym-ecf-tone-good:before{background:#3d9a63}.ym-ecf-tone-warn:before{background:#d29b2e}.ym-ecf-tone-bad:before{background:#c45454}.ym-ecf-details{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;background:#e6eceb;border:1px solid #e0e6e5;border-radius:4px;overflow:hidden;margin-top:11px}.ym-ecf-details>div{background:#fafcfc;padding:10px 12px;min-width:0}.ym-ecf-details strong{display:block;font-size:11px;margin-top:3px;overflow-wrap:anywhere}.ym-ecf-unconfigured{background:#fff9ed;border-color:#ead39d}.ym-ecf-unconfigured p{max-width:760px}.ym-ecf-badge{display:inline-flex;align-items:center;white-space:nowrap;border-radius:999px;padding:4px 8px;font-size:9.5px;font-weight:750;background:#edf1f0;color:#53605e}.ym-ecf-badge-accepted{background:#e4f4e8;color:#25633c}.ym-ecf-badge-accepted_conditional{background:#eef5da;color:#566b25}.ym-ecf-badge-processing,.ym-ecf-badge-submitting{background:#e7f0fa;color:#285e87}.ym-ecf-badge-ready{background:#e5f3f0;color:#28685e}.ym-ecf-badge-retryable_error{background:#fff0d5;color:#8c5d08}.ym-ecf-badge-rejected,.ym-ecf-badge-blocked{background:#fbe4e4;color:#8c3232}.ym-ecf-table-wrap{overflow:auto;margin-top:11px;border:1px solid #e0e6e5;border-radius:4px}.ym-ecf-table{width:100%;border-collapse:collapse;min-width:900px;font-size:10.5px}.ym-ecf-table th{background:#f5f8f7;text-align:left;color:#64716f;font-size:9px;text-transform:uppercase;letter-spacing:.04em;padding:8px 10px;border-bottom:1px solid #dfe6e4}.ym-ecf-table td{padding:9px 10px;border-bottom:1px solid #edf1f0;vertical-align:top}.ym-ecf-table tr:last-child td{border-bottom:0}.ym-ecf-table td>strong,.ym-ecf-table td>span{display:block}.ym-ecf-table td>span,.ym-ecf-table td small{color:#71807d;font-size:9.5px;margin-top:3px}.ym-ecf-table td small{display:block;max-width:210px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ym-ecf-row-actions{display:flex;gap:5px;align-items:center}.ym-ecf-row-actions button{border:1px solid #9fb6b2;background:#fff;color:#245e55;border-radius:3px;padding:5px 7px;font-size:9.5px;font-weight:700;cursor:pointer}.ym-ecf-row-actions button:hover{background:#eef7f5}.ym-ecf-row-actions button:disabled{opacity:.5;cursor:wait}.ym-ecf-row-actions span,.ym-ecf-empty{color:#7a8785;font-size:10.5px}.ym-ecf-empty{padding:22px 4px 10px;text-align:center}@media(max-width:900px){.ym-ecf-summary,.ym-ecf-details{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.ym-ecf-header,.ym-ecf-section-title,.ym-ecf-unconfigured{align-items:stretch;flex-direction:column}.ym-ecf-summary,.ym-ecf-details{grid-template-columns:1fr}}.ym-app-catalog{margin-bottom:13px}.ym-app-catalog-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:10px;padding:2px 1px}.ym-app-catalog-head>div>span{display:block;color:#65736f;font-size:9px;font-weight:800;letter-spacing:.09em}.ym-app-catalog-head strong{display:block;margin-top:2px;color:#173f3a;font-size:16px}.ym-app-catalog-head p{margin:3px 0 0;color:#71807d;font-size:10.5px}.ym-app-count{flex:0 0 auto;border:1px solid #d5dfdd;border-radius:999px;background:#fff;padding:5px 9px;color:#5d6b68;font-size:9.5px}.ym-app-hub-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.ym-app-hub{--hub:#2b7368;overflow:hidden;background:#fff;border:1px solid #dce3e2;border-radius:6px;box-shadow:0 1px 4px #1a37330b}.ym-app-hub-title{display:flex;align-items:center;gap:9px;padding:10px 11px 8px;border-bottom:1px solid #edf1f0}.ym-app-hub-icon{width:30px;height:30px;display:grid;place-items:center;flex:0 0 auto;border-radius:6px;background:color-mix(in srgb,var(--hub) 12%,white);color:var(--hub)}.ym-app-hub-title strong,.ym-app-hub-title small{display:block}.ym-app-hub-title strong{color:#243633;font-size:12px}.ym-app-hub-title small{margin-top:1px;color:#74817f;font-size:9px}.ym-app-link-list{padding:3px 6px 6px}.ym-app-link-list button{width:100%;display:flex;align-items:center;justify-content:space-between;gap:8px;border:0;border-radius:4px;background:transparent;padding:6px;text-align:left;color:#24413d}.ym-app-link-list button:hover,.ym-app-link-list button:focus-visible{background:#f0f7f5;outline:none}.ym-app-link-list button>span{min-width:0}.ym-app-link-list strong,.ym-app-link-list small{display:block}.ym-app-link-list strong{font-size:10.5px}.ym-app-link-list small{margin-top:1px;overflow:hidden;color:#788582;font-size:8.7px;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.ym-app-link-list em{flex:0 0 auto;border-radius:999px;background:#e8f5e5;color:#34732b;padding:3px 6px;font-size:7.5px;font-style:normal;font-weight:750}.ym-app-directory{display:flex;align-items:center;gap:10px;margin-top:9px;padding:8px 10px;background:#fff;border:1px solid #dce3e2;border-radius:6px}.ym-app-directory>span{flex:0 0 auto;color:#687572;font-size:9px;font-weight:750}.ym-app-directory>div{display:flex;min-width:0;flex-wrap:wrap;gap:4px}.ym-app-directory button{display:inline-flex;align-items:center;gap:4px;border:1px solid #dbe3e1;border-radius:999px;background:#fff;padding:4px 7px;color:#31534e;font-size:8.5px}.ym-app-directory button:hover{border-color:#87afa9;background:#f2f8f7}.ym-app-tone-green{--hub:#2ca01c}.ym-app-tone-blue{--hub:#2b6da8}.ym-app-tone-orange{--hub:#c46c24}.ym-app-tone-navy{--hub:#245c70}.ym-app-tone-purple{--hub:#7555a4}.ym-app-tone-red{--hub:#b84f4b}.ym-app-tone-pink{--hub:#a94d76}.ym-app-tone-gold{--hub:#9a721b}.ym-app-tone-gray{--hub:#667572}@media(max-width:760px){.ym-app-catalog-head{align-items:flex-start;flex-direction:column}.ym-app-hub-grid{grid-template-columns:1fr}.ym-app-directory{align-items:flex-start;flex-direction:column}.ym-app-link-list small{white-space:normal}}@media(max-width:380px){.ym-app-count{white-space:normal}.ym-app-hub-title{padding-inline:9px}.ym-app-link-list{padding-inline:4px}.ym-app-directory button{padding-inline:6px}}.ym-page-menu-wrap{position:relative}.ym-page-menu{position:absolute;right:0;top:38px;z-index:35;width:170px;padding:5px;background:#fff;border:1px solid #ccd6d4;border-radius:5px;box-shadow:0 8px 26px #162d2a2e}.ym-page-menu button{display:block;width:100%;border:0;background:transparent;text-align:left;padding:8px 9px;border-radius:4px;color:#2d3d3a;font-size:12px}.ym-page-menu button:hover:not(:disabled){background:#edf4f3}.ym-page-menu button:disabled{color:#a3adaa;cursor:not-allowed}.ym-filter-panel{display:flex;align-items:end;gap:9px;padding:9px 11px;background:#f8fafa;border-bottom:1px solid #e2e8e7}.ym-filter-panel label{display:flex;flex-direction:column;gap:4px;font-size:10px;color:#5a6966}.ym-filter-panel input,.ym-filter-panel select{height:32px;min-width:140px;padding:0 8px;border:1px solid #b8c4c1;border-radius:3px;background:#fff}.ym-button.is-filtered{border-color:#2ca01c;color:#207618}.ym-integration-note{display:flex;gap:10px;align-items:flex-start;margin:0 0 12px;padding:10px 12px;border:1px dashed #a8bbb7;border-radius:5px;background:#f7faf9}.ym-integration-note strong{font-size:12px;color:#184d47}.ym-integration-note span{font-size:11px;color:#64716f}.ym-table tr.is-clickable{cursor:pointer}.ym-table tr.is-clickable:hover td{background:#eef8f6}.ym-global-search-wrap{position:relative;flex:1;max-width:620px}.ym-global-search-wrap .ym-global-search{max-width:none;width:100%}.ym-global-results{position:absolute;left:0;right:0;top:41px;z-index:55;background:#fff;border:1px solid #cbd5d3;border-radius:5px;box-shadow:0 12px 32px #162d2a33;max-height:390px;overflow:auto;padding:5px}.ym-global-results button{width:100%;display:flex;flex-direction:column;gap:2px;border:0;background:transparent;text-align:left;padding:8px 10px;border-radius:4px}.ym-global-results button:hover{background:#edf7f5}.ym-global-results strong{font-size:12px;color:#24433f}.ym-global-results span{font-size:10px;color:#71807d}.ym-global-empty{padding:16px;text-align:center;color:#778581;font-size:11px}.ym-top-panel{position:absolute;right:18px;top:51px;z-index:60;width:min(390px,calc(100vw - 36px));background:#fff;border:1px solid #cbd5d3;border-radius:6px;box-shadow:0 16px 38px #162d2a38;padding:8px}.ym-top-panel-head{display:flex;justify-content:space-between;align-items:flex-start;gap:10px;padding:7px 8px 10px;border-bottom:1px solid #e6ebea}.ym-top-panel-head>div{display:flex;flex-direction:column;gap:2px}.ym-top-panel-head strong{font-size:13px}.ym-top-panel-head span{font-size:10px;color:#71807d}.ym-top-panel-head>button{border:0;background:transparent;font-size:20px;line-height:1;color:#64716f}.ym-help-links{padding:5px 0}.ym-help-links>button{display:flex;width:100%;flex-direction:column;gap:3px;text-align:left;border:0;background:transparent;padding:8px 9px;border-radius:4px}.ym-help-links>button:hover{background:#edf7f5}.ym-help-links strong{font-size:11.5px;color:#164f49}.ym-help-links span{font-size:10px;color:#6f7d7a}.ym-help-tip{margin:5px 4px 2px;padding:8px;background:#f4f8f7;border-radius:4px;font-size:10px;color:#596865}.ym-notification-button{position:relative}.ym-notification-button>span{position:absolute;right:0;top:0;min-width:15px;height:15px;padding:0 3px;border-radius:8px;background:#d52b1e;color:#fff;font-size:8px;display:flex;align-items:center;justify-content:center}.ym-icon-button.is-active,.ym-user-button.is-active{background:#eaf3f1}.ym-notification-list{max-height:440px;overflow:auto}.ym-notification-list article{padding:7px 5px;border-bottom:1px solid #edf0ef}.ym-notification-main{width:100%;border:0;background:transparent;text-align:left;display:flex;flex-direction:column;gap:2px;padding:4px}.ym-notification-main:hover{background:#f5f8f8}.ym-notification-main strong{font-size:11px}.ym-notification-main span{font-size:10px;color:#667572}.ym-notification-main small{font-size:9px;color:#899592}.ym-notification-list article>div{display:flex;gap:5px;padding:3px 4px}.ym-notification-list article>div button{border:0;background:transparent;color:#196f63;font-size:9px;padding:3px}.ym-notification-list article>div button:hover{background:#edf7f5}.ym-top-panel-empty{padding:24px 10px;text-align:center;color:#75827f;font-size:11px}.ym-user-panel{width:min(320px,calc(100vw - 36px))}.ym-user-panel-body{padding:10px 8px}.ym-user-panel-body>div{display:flex;justify-content:space-between;font-size:11px;margin-bottom:12px}.ym-user-panel-body p{font-size:9px;color:#84908d;line-height:1.4}.ym-mini-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;flex:1}.ym-mini-actions button{border:1px solid #d7e0de;background:#fff;border-radius:4px;padding:8px;text-align:left}.ym-mini-actions button:hover{border-color:#8ab6af;background:#f9fbfb}.ym-mini-actions strong{display:block;font-size:16px}.ym-mini-actions span{display:block;margin-top:2px;font-size:9px;color:#6c7977}.ym-ecf-placeholder{border-style:dashed}.ym-ecf-contract{display:flex;flex-direction:column;gap:5px;background:#f6f8f8;border-radius:4px;padding:9px}.ym-ecf-contract code{font-size:10px;color:#245a53}.ym-ecf-contract span{font-size:10px;color:#6b7976}.ym-permission-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;padding:10px 0}.ym-permission-grid label{display:flex;align-items:center;gap:6px;border:1px solid #e0e6e5;border-radius:4px;padding:7px;font-size:10px;text-transform:capitalize}.ym-app-shortcuts{display:flex;flex-wrap:wrap;gap:7px;flex:1}.ym-app-shortcuts button{border:1px solid #bfcac7;background:#fff;color:#18564f;border-radius:4px;padding:7px 10px;font-size:11px}.ym-app-shortcuts button:hover{background:#edf7f5}.ym-alert-success{background:#edf8ec;border:1px solid #b9ddb5;color:#286221}@media(max-width:720px){.ym-filter-panel{align-items:stretch;flex-direction:column}.ym-filter-panel input,.ym-filter-panel select{width:100%}.ym-mini-actions{grid-template-columns:1fr}.ym-permission-grid{grid-template-columns:1fr 1fr}.ym-top-panel{right:8px}.ym-global-search-wrap{display:none}}@media(max-width:720px){.ym-global-search-wrap{display:block}.ym-global-results{position:fixed;left:72px;right:8px;top:52px}}.ym-create-popover{display:flex;flex-direction:column;padding:0;overflow:hidden;max-height:calc(100dvh - 72px);background:#fff}.ym-create-header{position:relative;z-index:2;flex:0 0 auto;padding:14px 17px 11px;background:#fff;border-bottom:1px solid #e5e9e8}.ym-create-header>div{min-width:0}.ym-create-columns{flex:1 1 auto;min-height:0;overflow:auto;overscroll-behavior:contain;padding:12px 17px 18px;align-items:start;scrollbar-gutter:stable}.ym-create-columns section{min-width:0}.ym-create-columns section>button{overflow:hidden}.ym-create-columns button strong,.ym-create-columns button span{overflow-wrap:anywhere}.ym-top-panel{display:flex;flex-direction:column;max-width:calc(100vw - 16px);max-height:calc(100dvh - 59px);padding:0;overflow:hidden;box-sizing:border-box}.ym-top-panel-head{flex:0 0 auto;background:#fff;padding:14px 14px 11px;position:relative;z-index:1}.ym-top-panel-head>div{min-width:0}.ym-top-panel-head span{overflow-wrap:anywhere}.ym-help-links,.ym-notification-list,.ym-user-panel-body,.ym-top-panel-empty{min-height:0;overflow:auto;overscroll-behavior:contain}.ym-help-links{padding:6px 8px}.ym-help-tip{flex:0 0 auto;margin:5px 8px 8px}.ym-notification-list{max-height:none}.ym-user-panel-body{padding:12px 14px}.ym-notification-main,.ym-notification-list article{min-width:0}.ym-notification-main span,.ym-notification-main strong{overflow-wrap:anywhere}@media(max-width:768px){.ym-create-popover{left:72px;right:8px;width:auto;max-height:calc(100dvh - 61px)}.ym-create-columns{grid-template-columns:repeat(2,minmax(0,1fr))}.ym-top-panel{right:8px;top:51px;width:min(390px,calc(100vw - 16px))}}@media(max-width:390px){.ym-create-popover{left:0;right:0;top:52px;width:100%;max-height:calc(100dvh - 52px);border-radius:0}.ym-create-header{padding:12px}.ym-create-columns{grid-template-columns:1fr;padding:8px 10px 14px;scrollbar-gutter:auto}.ym-create-columns h3{position:sticky;top:-8px;z-index:1;margin:0 -2px 4px;padding:10px 7px 6px;background:#fff}.ym-top-panel{left:8px;right:8px;width:auto;max-height:calc(100dvh - 59px)}}@media(max-width:320px){.ym-create-columns section>button{padding:7px 5px}.ym-top-panel{left:4px;right:4px;max-width:calc(100vw - 8px)}.ym-notification-list article>div{flex-wrap:wrap}}.ym-notification-list article>div button{display:inline-flex;min-height:30px;align-items:center;justify-content:center;border-radius:4px;padding:6px 8px}@media(max-width:390px){.ym-notification-list article>div{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));width:100%}.ym-notification-list article>div button{width:100%;min-width:0}}@media(max-width:320px){.ym-notification-list article>div{grid-template-columns:1fr}}.ym-install-button{width:100%;margin:0 0 9px}.ym-install-status{margin:0 0 10px!important;padding:8px 9px;border-radius:4px;background:#edf7f5;color:#315f59!important;font-size:10px!important;line-height:1.45!important}.ym-document-backdrop{z-index:80;overflow:auto;padding:28px}.ym-document-dialog{width:min(980px,96vw);margin:auto;background:#f4f5f6;border-radius:12px;box-shadow:0 24px 70px #00000040;overflow:hidden}.ym-document-toolbar{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;background:#fff;border-bottom:1px solid #d7dde3}.ym-document-toolbar>div{display:flex;align-items:center;gap:10px}.ym-document-toolbar>div:first-child{flex-direction:column;align-items:flex-start;gap:1px}.ym-document-toolbar span{font-size:12px;color:#68737d}.ym-document-sheet{width:min(820px,calc(100% - 48px));min-height:920px;margin:24px auto 32px;padding:46px;background:#fff;box-shadow:0 2px 12px #00000014;color:#1f2d3d}.ym-document-header{display:flex;justify-content:space-between;gap:32px;border-bottom:2px solid #0b6b5d;padding-bottom:24px}.ym-document-company{display:flex;gap:14px;align-items:flex-start}.ym-document-logo{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:#138a45;color:#fff;font-weight:800}.ym-document-company h2,.ym-document-title h1{margin:0}.ym-document-company p{margin:4px 0;color:#66727c;font-size:13px}.ym-document-title{text-align:right;display:flex;flex-direction:column;align-items:flex-end;gap:5px}.ym-document-title h1{font-size:28px}.ym-document-title>strong{font-size:15px}.ym-document-status{display:inline-flex;padding:4px 9px;border-radius:999px;background:#e7f5ee;color:#166b4c;font-size:12px}.ym-document-meta{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;padding:26px 0}.ym-document-meta>div{display:flex;flex-direction:column;gap:4px}.ym-document-meta span,.ym-document-note>span{font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:#68737d}.ym-document-meta strong{font-size:14px}.ym-document-table-wrap{overflow:auto}.ym-document-table{width:100%;border-collapse:collapse}.ym-document-table th{padding:10px 8px;text-align:left;border-bottom:2px solid #2d3d48;font-size:12px}.ym-document-table th:not(:first-child),.ym-document-table td:not(:first-child){text-align:right}.ym-document-table td{padding:13px 8px;border-bottom:1px solid #e2e6e9;font-size:13px}.ym-document-summary{display:grid;grid-template-columns:1fr 310px;gap:28px;margin-top:26px}.ym-document-note p{white-space:pre-wrap;color:#4d5963;font-size:13px}.ym-document-totals{display:flex;flex-direction:column;gap:9px}.ym-document-totals>div{display:flex;justify-content:space-between;gap:20px}.ym-document-totals .is-total{border-top:2px solid #25333d;padding-top:10px;font-size:17px}.ym-document-totals .is-balance{color:#0b6b5d;font-size:16px}.ym-document-footer{display:flex;justify-content:space-between;margin-top:52px;padding-top:16px;border-top:1px solid #d7dde3;color:#7a858e;font-size:11px}@media(max-width:760px){.ym-document-backdrop{padding:8px}.ym-document-sheet{width:calc(100% - 20px);padding:24px 18px;min-height:auto}.ym-document-header,.ym-document-summary{grid-template-columns:1fr;display:grid}.ym-document-title{text-align:left;align-items:flex-start}.ym-document-meta{grid-template-columns:1fr 1fr}.ym-document-toolbar .ym-button{font-size:0}.ym-document-toolbar .ym-button svg{margin:0}}@media print{body *{visibility:hidden!important}.ym-document-dialog,.ym-document-dialog *{visibility:visible!important}.ym-document-backdrop{position:absolute!important;inset:0!important;padding:0!important;background:#fff!important;overflow:visible!important}.ym-document-dialog{position:absolute!important;left:0!important;top:0!important;width:100%!important;max-width:none!important;margin:0!important;background:#fff!important;box-shadow:none!important;border-radius:0!important;overflow:visible!important}.ym-document-toolbar{display:none!important}.ym-document-sheet{width:100%!important;min-height:0!important;margin:0!important;padding:20mm 14mm!important;box-shadow:none!important}.ym-document-table-wrap{overflow:visible!important}}.ym-document-backdrop{overflow:hidden;display:flex;align-items:center;justify-content:center;padding:clamp(8px,2.5vw,28px)}.ym-document-dialog{display:flex;flex-direction:column;max-width:100%;max-height:calc(100dvh - clamp(16px,5vw,56px));margin:0;overflow:hidden}.ym-document-toolbar{flex:0 0 auto;position:relative;z-index:2;gap:12px}.ym-document-toolbar>div{min-width:0}.ym-document-toolbar span{overflow-wrap:anywhere}.ym-document-scroll{flex:1 1 auto;min-height:0;overflow:auto;overscroll-behavior:contain;scrollbar-gutter:stable}.ym-document-sheet{max-width:calc(100% - 48px);box-sizing:border-box}.ym-document-meta>div,.ym-document-summary>*{min-width:0}.ym-document-meta strong,.ym-document-note p{overflow-wrap:anywhere}.ym-document-table-wrap{max-width:100%;overflow:auto;overscroll-behavior:contain}.ym-document-table{min-width:620px}@media(max-width:768px){.ym-document-dialog{width:100%;max-height:calc(100dvh - 16px)}.ym-document-toolbar{padding:10px 12px}.ym-document-scroll{scrollbar-gutter:auto}.ym-document-sheet{max-width:calc(100% - 20px);margin:10px auto 18px}.ym-document-header{gap:18px}.ym-document-summary{grid-template-columns:1fr}.ym-document-table{min-width:560px}}@media(max-width:390px){.ym-document-backdrop{padding:0}.ym-document-dialog{height:100dvh;max-height:100dvh;border-radius:0}.ym-document-toolbar{padding:9px 10px}.ym-document-toolbar>div{gap:6px}.ym-document-sheet{width:100%;max-width:none;margin:0;padding:20px 12px}.ym-document-company{gap:10px}.ym-document-logo{width:40px;height:40px}.ym-document-title h1{font-size:22px}.ym-document-meta{grid-template-columns:1fr;gap:11px;padding:18px 0}.ym-document-table-wrap{margin-inline:-12px;padding-inline:12px}.ym-document-summary{gap:18px;margin-top:20px}.ym-document-footer{margin-top:32px}}@media(max-width:320px){.ym-document-toolbar strong{font-size:12px}.ym-document-sheet{padding-inline:10px}.ym-document-table-wrap{margin-inline:-10px;padding-inline:10px}.ym-document-table{min-width:520px}}@media print{.ym-document-scroll{overflow:visible!important}.ym-document-sheet{max-width:none!important}}.ym-invoice-shell{position:fixed;inset:0;z-index:90;display:grid;grid-template-rows:48px 42px minmax(0,1fr) auto;background:#eef4f4;color:#172b2a;overflow:hidden}.ym-invoice-topbar{display:flex;align-items:center;gap:8px;padding:0 16px;background:#fff;border-bottom:1px solid #d8e0df}.ym-invoice-title{display:flex;min-width:0;align-items:center;gap:10px;flex:1}.ym-invoice-title strong{font-size:17px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ym-invoice-title span{padding:3px 7px;border-radius:10px;background:#edf3f2;color:#667572;font-size:10px}.ym-invoice-icon{display:inline-grid;width:34px;height:34px;place-items:center;border:0;border-radius:50%;background:transparent;color:#40514f}.ym-invoice-icon:hover{background:#eef3f2}.ym-invoice-subnav{display:flex;align-items:end;gap:22px;padding:0 24px;background:#fff;border-bottom:1px solid #d8e0df;overflow-x:auto}.ym-invoice-subnav button{display:flex;height:42px;align-items:center;gap:6px;padding:0;border:0;border-bottom:2px solid transparent;background:transparent;color:#314947;white-space:nowrap}.ym-invoice-subnav button.is-active{border-bottom-color:#158578;color:#075c53}.ym-invoice-status{position:absolute;z-index:3;top:90px;left:0;right:0;display:flex;min-height:46px;align-items:center;padding:8px 24px;border-bottom:1px solid #b9d8d3;background:#e7f6f3;color:#24544f;font-size:12px}.ym-invoice-status label{display:flex;width:min(720px,100%);align-items:center;gap:10px}.ym-invoice-status input{flex:1;min-width:0;padding:7px 9px;border:1px solid #9bbcb7;border-radius:4px}.ym-invoice-workspace{display:grid;grid-template-columns:minmax(0,1fr) 286px;min-width:0;min-height:0;overflow:auto}.ym-invoice-workspace>*{min-width:0;max-width:100%}.ym-invoice-canvas{width:min(1040px,calc(100% - 32px));max-width:100%;min-width:0;margin:20px auto;padding:26px 34px 34px;background:#fff;border:1px solid #d4dedd;box-shadow:0 2px 6px #11302c0d}.ym-invoice-document-head{display:flex;justify-content:space-between;gap:20px;padding-bottom:24px;border-bottom:1px solid #e2e8e7}.ym-invoice-document-head span{color:#087fba;font-size:18px}.ym-invoice-document-head strong{font-size:12px}.ym-invoice-fields{display:grid;grid-template-columns:1.25fr 1fr 1fr;gap:12px 16px;padding:20px 0}.ym-invoice-fields label,.ym-invoice-note,.ym-review-message>label,.ym-manage-content label{display:flex;min-width:0;flex-direction:column;gap:5px;color:#425451;font-size:11px}.ym-invoice-fields input,.ym-invoice-fields select,.ym-invoice-note textarea,.ym-review-message input,.ym-review-message textarea,.ym-manage-content input,.ym-manage-content select{width:100%;min-width:0;border:1px solid #afbcba;border-radius:4px;background:#fff;padding:8px 9px;outline:none}.ym-invoice-fields input:focus,.ym-invoice-fields select:focus,.ym-invoice-note textarea:focus,.ym-review-message input:focus,.ym-review-message textarea:focus{border-color:#128376;box-shadow:0 0 0 2px #1283761f}.ym-invoice-note{margin-top:20px}.ym-invoice-manage{position:sticky;top:0;align-self:start;min-height:100%;padding:14px 12px;background:#fff;border-left:1px solid #d8e0df}.ym-invoice-manage.is-highlighted{box-shadow:inset 3px 0 #2ca01c}.ym-manage-head{display:flex;justify-content:space-between;align-items:flex-start;padding:0 3px 12px}.ym-manage-head div{display:grid}.ym-manage-head strong{font-size:18px}.ym-manage-head span{font-size:15px}.ym-manage-head button,.ym-manage-section>button{border:0;background:transparent}.ym-manage-section{margin-bottom:10px;border:1px solid #d8e0df;border-radius:4px;box-shadow:0 1px 3px #0f2d280d}.ym-manage-section>button{display:flex;width:100%;min-height:47px;align-items:center;justify-content:space-between;padding:10px 12px;text-align:left}.ym-manage-content{display:grid;gap:13px;padding:0 12px 14px;font-size:12px}.ym-manage-content>label:has(input[type=checkbox]){flex-direction:row;align-items:center}.ym-manage-content input[type=checkbox]{width:auto}.ym-invoice-footer{display:flex;min-height:58px;align-items:center;justify-content:space-between;gap:12px;padding:8px 16px;background:#fff;border-top:1px solid #cbd6d4;box-shadow:0 -4px 13px #14322e0f}.ym-invoice-footer>div{display:flex;gap:9px}.ym-invoice-button{min-height:36px;padding:0 14px;border-radius:5px;font-weight:700}.ym-invoice-button.secondary{border:1px solid #168376;background:#fff;color:#075d54}.ym-invoice-button.primary{border:1px solid #075d54;background:#076c61;color:#fff}.ym-invoice-button:disabled{cursor:not-allowed;opacity:.5}.ym-invoice-error{margin:0;padding:9px 16px;border-top:1px solid #efb7b2;background:#fff0ef;color:#8a2f27;font-size:12px}.ym-sale-lines-modern{width:100%;max-width:100%;min-width:0;margin-top:6px}.ym-sale-lines-modern .ym-sale-lines-header{display:flex;min-width:0;align-items:flex-start;justify-content:space-between;gap:12px;border-bottom:1px solid #dce5e3;padding-bottom:10px}.ym-sale-lines-modern .ym-sale-lines-header>div{min-width:0}.ym-sale-lines-modern .ym-sale-lines-header span{display:block}.ym-sale-lines-modern .ym-sale-lines-table-wrap{width:100%;max-width:100%;overflow-x:auto;overflow-y:hidden;overscroll-behavior-inline:contain;-webkit-overflow-scrolling:touch}.ym-sale-lines-modern .ym-sale-lines-table{width:100%;min-width:920px;border-collapse:collapse}.ym-sale-lines-modern .ym-sale-lines-table th,.ym-sale-lines-modern .ym-sale-lines-table td{padding:7px 5px;text-align:left;vertical-align:top}.ym-sale-lines-modern .ym-sale-lines-table th:last-child,.ym-sale-lines-modern .ym-sale-lines-table td:last-child{width:42px;padding-right:4px;text-align:center}.ym-sale-lines-modern input,.ym-sale-lines-modern select{width:100%;max-width:100%;min-width:0}.ym-sale-lines-modern .ym-sale-lines-summary{display:flex;max-width:100%;flex-wrap:wrap;justify-content:flex-end;gap:8px 18px;padding-top:12px}.ym-sale-lines-modern .ym-sale-lines-summary span{white-space:nowrap}.ym-review-shell{grid-template-rows:48px minmax(0,1fr) auto}.ym-review-grid{display:grid;grid-template-columns:minmax(320px,560px) minmax(0,1fr);gap:24px;min-height:0;overflow:auto;padding:24px}.ym-review-message{display:grid;align-content:start;gap:15px;padding:24px;background:#fff;border:1px solid #d8e0df;border-radius:6px}.ym-review-heading span{color:#08796d;font-size:10px;font-weight:800;letter-spacing:.08em}.ym-review-heading h1{margin:4px 0 7px;font-size:23px}.ym-review-heading p{margin:0;color:#657370;font-size:12px;line-height:1.5}.ym-review-confirm{display:flex!important;flex-direction:row!important;align-items:flex-start;gap:8px!important}.ym-review-confirm input{width:auto!important;margin-top:2px}.ym-review-transport{display:flex;gap:9px;padding:11px;border:1px solid #a9d7cf;border-radius:5px;background:#effaf8;color:#275c56;font-size:11px;line-height:1.45}.ym-review-transport svg{flex:0 0 auto}.ym-review-preview{display:grid;place-items:start center;padding:8px}.ym-preview-paper{width:min(620px,100%);min-height:560px;padding:46px;background:#fff;border:1px solid #d7dfde;box-shadow:0 12px 35px #122e2a1a}.ym-preview-brand{color:#08796d;font-size:20px;font-weight:900}.ym-preview-title{display:flex;justify-content:space-between;margin:40px 0 28px;padding-bottom:16px;border-bottom:2px solid #174b46}.ym-preview-title span{font-size:23px}.ym-preview-meta{display:grid;grid-template-columns:2fr 1fr 1fr;gap:12px}.ym-preview-meta div{display:grid;gap:4px}.ym-preview-meta span,.ym-preview-lines span{color:#657370;font-size:10px}.ym-preview-meta strong{font-size:12px}.ym-preview-lines,.ym-preview-total{display:flex;justify-content:space-between;margin-top:40px;padding:15px 0;border-block:1px solid #dce3e2}.ym-preview-total{margin-top:0;border-top:0;font-size:18px}@media(max-width:900px){.ym-invoice-workspace{grid-template-columns:minmax(0,1fr)}.ym-invoice-manage{position:relative;width:100%;min-height:0;border-top:1px solid #d8e0df;border-left:0}.ym-invoice-fields{grid-template-columns:repeat(2,minmax(0,1fr))}.ym-review-grid{grid-template-columns:1fr}.ym-review-preview{order:-1}.ym-preview-paper{min-height:360px;padding:28px}.ym-review-message{margin-bottom:10px}}@media(max-width:600px){.ym-invoice-shell{grid-template-rows:48px 40px minmax(0,1fr) auto}.ym-invoice-topbar{padding:0 8px}.ym-invoice-title strong{font-size:14px}.ym-invoice-title span{display:none}.ym-invoice-subnav{gap:17px;padding:0 12px}.ym-invoice-subnav button{height:40px;font-size:11px}.ym-invoice-canvas{width:100%;margin:0;padding:18px 12px;border-width:0 0 1px;box-shadow:none}.ym-invoice-document-head{align-items:flex-start;flex-direction:column;gap:8px;padding-bottom:16px}.ym-invoice-fields{grid-template-columns:1fr;gap:10px;padding:16px 0}.ym-sale-lines-modern .ym-sale-lines-header{align-items:stretch;flex-direction:column}.ym-sale-lines-modern .ym-sale-lines-header .ym-button{width:100%}.ym-sale-lines-modern .ym-sale-lines-table-wrap{overflow:visible}.ym-sale-lines-modern .ym-sale-lines-table{display:block;width:100%;min-width:0}.ym-sale-lines-modern .ym-sale-lines-table thead{display:none}.ym-sale-lines-modern .ym-sale-lines-table tbody{display:grid;gap:12px}.ym-sale-lines-modern .ym-sale-lines-table tr{display:grid;min-width:0;gap:9px;padding:12px;border:1px solid #d8e2e0;border-radius:6px;background:#fbfdfd}.ym-sale-lines-modern .ym-sale-lines-table td,.ym-sale-lines-modern .ym-sale-lines-table td:last-child{display:grid;width:100%;min-width:0;grid-template-columns:minmax(88px,34%) minmax(0,1fr);align-items:center;gap:8px;padding:0;text-align:left}.ym-sale-lines-modern .ym-sale-lines-table td:before{content:attr(data-label);color:#536360;font-size:10px;font-weight:700;text-transform:uppercase}.ym-sale-lines-modern .ym-sale-lines-table td>small{grid-column:2}.ym-sale-lines-modern .ym-sale-lines-table td:last-child .ym-icon-button{justify-self:end}.ym-sale-lines-modern .ym-sale-line-total{font-weight:700}.ym-sale-lines-modern .ym-sale-lines-summary{display:grid;grid-template-columns:1fr;width:100%;gap:7px}.ym-sale-lines-modern .ym-sale-lines-summary span{display:flex;justify-content:space-between;gap:12px}.ym-invoice-footer{align-items:stretch;flex-direction:column;padding:8px}.ym-invoice-footer>div{display:grid;grid-template-columns:1fr 1.35fr}.ym-invoice-button{width:100%;font-size:11px;padding:0 8px}.ym-invoice-status{top:88px;padding:7px 12px}.ym-review-grid{padding:10px;gap:10px}.ym-review-message{padding:16px}.ym-preview-paper{min-height:300px;padding:20px}.ym-preview-title{margin:25px 0 18px}.ym-preview-meta{grid-template-columns:1fr 1fr}.ym-preview-meta div:first-child{grid-column:1/-1}.ym-preview-lines{margin-top:24px}.ym-review-shell .ym-invoice-footer>div{grid-template-columns:1fr 1.7fr}}@media(max-width:360px){.ym-invoice-subnav{gap:13px}.ym-invoice-subnav button{font-size:10px}.ym-invoice-subnav svg{display:none}.ym-invoice-footer>div{grid-template-columns:1fr}.ym-preview-paper{padding:15px}.ym-review-message{padding:13px}.ym-review-heading h1{font-size:20px}}
