@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";.invoice-establishment,.invoice-buyer.section{border:1px solid var(--line);border-radius:5px;background:#fff;box-shadow:none;overflow:visible}.invoice-establishment{padding:12px 16px}.invoice-establishment-controls{display:grid;grid-template-columns:minmax(240px,1fr) minmax(170px,240px) auto;align-items:end;gap:16px}.invoice-establishment .field,.invoice-buyer .field{min-width:0;gap:5px}.invoice-establishment .field>span,.invoice-buyer .field>span{color:var(--navy);font-size:12px;font-weight:500}.invoice-establishment .field input,.invoice-establishment .field select,.invoice-buyer .field input,.invoice-buyer .field select{width:100%;min-width:0;height:32px;border:1px solid #cbd5e1;border-radius:3px;padding:5px 9px;font-size:12px}.invoice-establishment .btn,.invoice-buyer .btn{min-height:32px;padding:6px 12px;font-size:12px;border-radius:3px}.invoice-establishment-summary{display:flex;justify-content:space-between;flex-wrap:wrap;gap:6px 20px;margin-top:9px;font-size:11px;color:var(--muted)}.invoice-establishment-summary strong{color:var(--navy)}.invoice-buyer.section{padding:0}.invoice-buyer>.section-head{margin:0;padding:10px 16px;border-bottom:1px solid var(--line);background:#f1f5fa;border-radius:5px 5px 0 0}.invoice-buyer>.section-head h2{font-size:13px;font-weight:700;margin:0;letter-spacing:0}.invoice-buyer-fields{min-width:0;margin:0;padding:12px 16px;border:0}.invoice-buyer-toolbar{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px;margin-bottom:12px}.invoice-consumer-toggle{display:inline-flex;align-items:center;gap:9px;font-size:12px;color:var(--navy);cursor:pointer}.invoice-consumer-toggle input{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:30px;height:18px;margin:0;border-radius:20px;background:#8995a5;position:relative;cursor:pointer}.invoice-consumer-toggle input:after{content:"";position:absolute;width:12px;height:12px;left:3px;top:3px;border-radius:50%;background:#fff;transition:transform .15s}.invoice-consumer-toggle input:checked{background:var(--blue)}.invoice-consumer-toggle input:checked:after{transform:translate(12px)}.invoice-consumer-state{min-width:17px}.invoice-buyer-search{position:relative;margin-bottom:14px}.invoice-buyer-search-input{display:flex;align-items:center;gap:9px;height:34px;padding:0 10px;border:1px solid #cbd5e1;border-radius:3px;color:var(--muted)}.invoice-buyer-search-input:focus-within{outline:2px solid var(--blue);outline-offset:1px}.invoice-buyer-search-input input{width:100%;min-width:0;height:100%;border:0;outline:none;background:transparent;font-size:12px}.invoice-buyer-results{position:absolute;z-index:10;left:0;right:0;top:100%;list-style:none;padding:4px;margin:4px 0 0;max-height:290px;overflow-y:auto;border:1px solid var(--line);border-radius:4px;background:#fff;box-shadow:0 8px 24px #0b1f3a20}.invoice-buyer-results button{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;border:0;background:transparent;padding:9px;text-align:left;color:var(--navy);font-size:12px}.invoice-buyer-results button>span{display:grid;gap:4px}.invoice-buyer-results button>small{overflow-wrap:anywhere}.invoice-buyer-results [aria-selected=true],.invoice-buyer-results button:hover{background:#edf3fa}.invoice-buyer-no-results{padding:10px;font-size:12px;color:var(--muted)}.invoice-buyer-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 26px}.invoice-buyer-grid .field{display:grid;grid-template-columns:155px minmax(0,1fr);align-items:center;align-content:start;gap:5px 10px}.invoice-buyer-grid .field small{grid-column:2;font-size:10px;line-height:1.5}.invoice-buyer .field input[readonly]{background:#f5f7fa;color:#465469}.invoice-buyer-footer{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:10px;font-size:11px;color:var(--muted)}.invoice-buyer input:focus-visible{outline:2px solid var(--blue);outline-offset:2px}.invoice-buyer-search-input input:focus-visible{outline:none}.invoice-buyer input:disabled{opacity:.65;cursor:not-allowed}@media(max-width:1100px){.invoice-buyer-grid .field{grid-template-columns:1fr}.invoice-buyer-grid .field small{grid-column:1}}@media(max-width:640px){.invoice-establishment-controls,.invoice-buyer-grid{grid-template-columns:1fr}.invoice-establishment-controls{gap:10px}.invoice-buyer-results button{align-items:flex-start;flex-direction:column;gap:4px}.invoice-buyer-fields,.invoice-establishment{padding:12px}}.invoice-workflow.invoice-surface{gap:16px;min-width:0;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.invoice-surface>.invoice-tabs{width:auto;margin:0;padding:10px 16px;gap:6px;border-bottom:1px solid var(--ui-border);border-radius:11px 11px 0 0;background:transparent}.invoice-surface>.invoice-tabs button{border-radius:7px;font-size:12px;box-shadow:none}.invoice-surface>.invoice-tabs button.active{color:var(--ui-primary);background:#f0f5fd}.invoice-surface>.invoice-establishment,.invoice-surface>.invoice-buyer.section,.invoice-surface>.invoice-products.section,.invoice-surface>.invoice-summary{min-width:0;margin:0;border:1px solid var(--ui-border);border-radius:11px;background:var(--ui-surface);box-shadow:0 1px 2px #0f172a0d}.invoice-surface>.invoice-establishment{padding:16px 18px}.invoice-surface .invoice-buyer>.section-head,.invoice-surface .invoice-products>.section-head{padding:16px 18px 4px;border:0;border-radius:0;background:transparent}.invoice-surface .section-head h2{color:var(--ui-heading);font-size:13px;font-weight:600}.invoice-surface .invoice-buyer-fields,.invoice-surface .invoice-products-fields,.invoice-surface .invoice-summary-content{padding:12px 18px 18px}.invoice-surface .field>span{color:var(--ui-text);font-size:12px}.invoice-surface .field input,.invoice-surface .field select,.invoice-surface .invoice-products-table input,.invoice-surface .invoice-products-pager select{border:1px solid var(--ui-border);border-radius:8px;background:#fff;color:var(--ui-text)}.invoice-surface .field input,.invoice-surface .field select{height:40px}.invoice-surface .field input[readonly]{background:#f2f4f7;color:#667085}.invoice-surface .invoice-buyer-search-input,.invoice-surface .invoice-products-search{height:36px;border-color:var(--ui-border);border-radius:8px;background:#fff;color:#98a2b3}.invoice-surface .field input:focus,.invoice-surface .field select:focus,.invoice-surface .invoice-products-table input:focus,.invoice-surface .invoice-buyer-search-input:focus-within,.invoice-surface .invoice-products-search:focus-within{outline:none;border-color:var(--ui-primary);background:#fff;box-shadow:0 0 0 3px color-mix(in srgb,var(--ui-primary) 14%,transparent)}.invoice-surface .btn{min-height:40px;border-radius:8px;font-size:12px;box-shadow:none}.invoice-surface .btn-secondary{border-color:var(--ui-border);background:#fff;color:var(--ui-text)}.invoice-surface .btn-secondary:hover:not(:disabled){background:#f0f5fd}.invoice-surface .invoice-products-table th,.invoice-surface .invoice-products-table td{border:0;border-bottom:1px solid var(--ui-border);padding:9px 10px;color:#475467}.invoice-surface .invoice-products-table th{background:#f0f5fd;color:#64748b;font-size:10px;font-weight:600}.invoice-surface .invoice-products-table tbody tr:nth-child(2n){background:transparent}.invoice-surface .invoice-products-table tbody tr:hover{background:#f8fbff}.invoice-surface .invoice-products-pager{border:0;padding:10px 0 0;background:transparent;color:#667085}.invoice-surface .invoice-summary-header{border-color:var(--ui-border);border-radius:11px 11px 0 0;background:transparent}.invoice-surface .invoice-summary-tabs button{color:#667085}.invoice-surface .invoice-summary-tabs button[aria-selected=true]{color:var(--ui-primary);border-bottom-color:var(--ui-primary);background:#f0f5fd}.invoice-surface .invoice-summary-row{color:#475467}.invoice-surface .invoice-summary-grand{margin-top:10px;padding:10px 0 0;border-top:1px solid var(--ui-border);border-radius:0;background:transparent}.invoice-surface>.invoice-actions{position:static;padding:14px 18px}.invoice-details-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.46fr);gap:16px;align-items:start}.invoice-details-layout>.invoice-products,.invoice-details-layout>.invoice-summary{margin:0}.invoice-details-layout .invoice-summary-content{padding:12px 16px 16px}.invoice-details-layout .invoice-summary-totals{display:block}.invoice-details-layout .invoice-summary-totals>div+div{margin-top:8px}@media(max-width:980px){.invoice-details-layout{grid-template-columns:1fr}}@media(max-width:640px){.invoice-surface>.invoice-establishment,.invoice-surface .invoice-buyer-fields,.invoice-surface .invoice-products-fields,.invoice-surface .invoice-summary-content,.invoice-surface>.invoice-actions{padding:12px}.invoice-surface .invoice-buyer>.section-head,.invoice-surface .invoice-products>.section-head{padding:12px 12px 4px}}.invoice-ride-preview{display:block;width:100%;height:72vh;min-height:360px;border:1px solid #e4e7ec;border-radius:5px;background:#fff}.invoice-products.section{padding:0;border:1px solid var(--line);border-radius:5px;box-shadow:none}.invoice-products>.section-head{padding:10px 16px;margin:0;border-bottom:1px solid var(--line);background:#f1f5fa;border-radius:5px 5px 0 0}.invoice-products>.section-head h2{margin:0;font-size:13px;letter-spacing:0}.invoice-products-fields{min-width:0;padding:12px;margin:0;border:0}.invoice-products-search{position:relative;display:flex;align-items:center;gap:8px;padding:0 9px;margin-bottom:10px;border:1px solid #cbd5e1;border-radius:3px;color:var(--muted)}.invoice-products-search>input{width:100%;min-width:0;height:32px;border:0;background:transparent;outline:none;font-size:12px}.invoice-products-search:focus-within{outline:2px solid var(--blue);outline-offset:1px}.invoice-products-results{position:absolute;top:100%;left:0;right:0;z-index:10;max-height:250px;overflow:auto;margin:3px 0 0;padding:4px;list-style:none;border:1px solid var(--line);border-radius:3px;background:#fff;box-shadow:0 6px 18px #0b1f3a18}.invoice-products-results button{display:flex;justify-content:space-between;gap:12px;width:100%;padding:8px;border:0;background:transparent;color:var(--navy);text-align:left;font-size:12px}.invoice-products-results button:hover,.invoice-products-results [aria-selected=true]{background:#edf3fa}.invoice-products-scroll{overflow:visible;min-width:0}.invoice-products-table{width:100%;min-width:0;border-collapse:collapse;table-layout:fixed;font-size:12px}.invoice-products-table th,.invoice-products-table td{border:1px solid var(--line);padding:5px 6px;text-align:right;overflow-wrap:anywhere;font-variant-numeric:tabular-nums}.invoice-products-table th{background:#edf1f6;color:var(--navy);font-size:10px;font-weight:600;text-align:center}.invoice-products-table th:nth-child(1){width:11%}.invoice-products-table th:nth-child(2){width:29%}.invoice-products-table th:nth-child(3){width:12%}.invoice-products-table th:nth-child(4){width:14%}.invoice-products-table th:last-child{width:8%}.invoice-products-table th:nth-child(1),.invoice-products-table th:nth-child(2),.invoice-products-table td:nth-child(1),.invoice-products-table td:nth-child(2){text-align:left}.invoice-products-table td:nth-child(7){text-align:center}.invoice-products-table tbody tr:nth-child(2n){background:#f7f9fc}.invoice-products-table input{width:100%;min-width:0;padding:4px;border:1px solid #cbd5e1;border-radius:3px;font-size:11px}.invoice-products-actions{white-space:nowrap}.invoice-products-actions button,.invoice-products-pager button{padding:4px;border:0;background:transparent;color:var(--blue);font-size:11px}.invoice-products-actions .danger-icon{color:#dc2626}.invoice-products button:disabled{opacity:.45;cursor:not-allowed}.invoice-products-pager{display:flex;align-items:center;flex-wrap:wrap;gap:8px;padding:7px;border:1px solid var(--line);border-top:0;background:#f5f7fa;font-size:11px}.invoice-products-pager label{margin-left:auto;display:flex;align-items:center;gap:6px}.invoice-products-pager select{border:1px solid var(--line);border-radius:3px;padding:2px;font-size:11px}@media(max-width:760px){.invoice-products-table{font-size:11px}.invoice-products-table th,.invoice-products-table td{padding:6px 4px}.invoice-products-table th:nth-child(4),.invoice-products-table td:nth-child(4){display:none}}.invoice-summary{min-width:0;border:1px solid var(--line);border-radius:5px;background:#fff}.invoice-summary-header{display:flex;justify-content:space-between;align-items:center;gap:12px;border-bottom:1px solid var(--line);background:#f5f7fa;border-radius:5px 5px 0 0}.invoice-summary-tabs{display:flex;overflow:hidden;min-width:0;align-self:stretch}.invoice-summary-tabs button{flex:1 1 0;min-width:0;border:0;border-bottom:2px solid transparent;padding:12px 8px;background:transparent;color:var(--muted);font-size:11px;white-space:normal}.invoice-summary-tabs button[aria-selected=true]{color:var(--blue);border-bottom-color:var(--blue);background:#fff;font-weight:600}.invoice-summary-tabs button:focus-visible{outline:2px solid var(--blue);outline-offset:-3px}.invoice-summary-total{display:flex;align-items:center;gap:12px;padding:10px 16px;white-space:nowrap}.invoice-summary-total span{font-size:11px;color:var(--muted)}.invoice-summary-total strong{color:var(--navy);font-size:20px;font-variant-numeric:tabular-nums}.invoice-summary-content{border:0;padding:16px;margin:0;min-width:0}.invoice-summary-totals{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 28px}.invoice-summary-row{display:flex;align-items:center;justify-content:space-between;min-height:34px;gap:12px;border-bottom:1px solid #edf0f5;font-size:12px}.invoice-summary-row output{font-variant-numeric:tabular-nums;white-space:nowrap;color:var(--navy);font-weight:600}.invoice-summary-tip{display:inline-flex;align-items:center;gap:8px;cursor:pointer}.invoice-summary-tip input{margin:0;accent-color:var(--blue)}.invoice-summary-grand{border:0;margin-top:10px;padding:10px;background:#edf3fa;border-radius:3px;color:var(--navy);font-weight:700}.invoice-summary-grand output{font-size:18px}.invoice-summary-payment{display:grid;grid-template-columns:minmax(0,1fr) minmax(76px,.45fr) minmax(76px,.45fr);align-items:end;gap:10px;margin-bottom:10px}.invoice-summary-payment-actions{grid-column:2 / -1;display:flex;justify-content:flex-end;gap:6px}.invoice-summary-payment-actions .icon-button{display:inline-grid;place-items:center;width:30px;height:30px;border:1px solid var(--ui-border, var(--line));border-radius:7px;background:#fff;color:var(--ui-primary, var(--blue))}.invoice-summary-payment-actions .danger-icon{color:#dc2626}.invoice-summary-additional{display:grid;grid-template-columns:minmax(130px,1fr) minmax(180px,2fr) auto;gap:10px;align-items:end;margin-bottom:10px}.invoice-summary-transport{display:grid;grid-template-columns:1fr 2fr;gap:16px}.invoice-summary .field{min-width:0;gap:5px}.invoice-summary .field>span{font-size:12px}.invoice-summary .field input,.invoice-summary .field select{width:100%;min-width:0;height:32px;padding:5px 8px;border:1px solid #cbd5e1;border-radius:3px;font-size:12px}.invoice-summary .btn{min-height:32px;padding:6px 10px;border-radius:3px;font-size:12px}.invoice-summary-toolbar{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px;margin-top:12px;font-size:12px}.invoice-summary-balanced{color:var(--green)}.invoice-summary-pending{color:var(--amber)}.invoice-summary-actions.invoice-actions{position:static;margin-top:12px;padding:12px 16px;box-shadow:none;border-radius:5px}@media(max-width:1050px){.invoice-summary-header{flex-wrap:wrap}.invoice-summary-tabs{flex-basis:100%}.invoice-summary-total{margin-left:auto}.invoice-summary-payment{grid-template-columns:minmax(0,1fr) minmax(76px,.45fr) minmax(76px,.45fr)}}@media(max-width:640px){.invoice-summary-content{padding:12px}.invoice-summary-totals,.invoice-summary-transport{grid-template-columns:1fr;gap:12px}.invoice-summary-payment,.invoice-summary-additional{grid-template-columns:1fr 1fr}.invoice-summary-payment>.field:first-child,.invoice-summary-additional>.field{grid-column:1 / -1}.invoice-summary-payment-actions{grid-column:1 / -1}.invoice-summary-tabs button{padding:12px 10px}}.invoice-subsidy-toggle{border:0;background:transparent;color:var(--primary);font:inherit;font-weight:700;padding:10px 0 0;cursor:pointer}.invoice-subsidy-detail{grid-column:1 / -1;margin-top:8px;border-top:1px solid var(--line);padding-top:14px;display:grid;gap:9px}.invoice-subsidy-detail>small{color:#247b49;font-weight:700}.invoice-subsidy-detail>div,.invoice-subsidy-detail footer{display:flex;justify-content:space-between;gap:12px;font-size:12px;color:#5e718b}.invoice-subsidy-detail b{color:#1d3859;text-align:right}.invoice-subsidy-detail footer{margin-top:4px;border:1px solid #82dba8;border-radius:8px;background:#ecfdf3;padding:11px;color:#13753e;font-weight:700}.invoice-subsidy-detail footer b{color:#13753e}.invoice-subsidy-detail p{margin:0;padding:10px;background:#eef6ff;border:1px solid #b9d6ff;border-radius:8px;color:#3466ac;font-size:11px}:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#0f172a;background:#f4f7fb;font-synthesis:none;--navy: #0b2545;--blue: #0a58ca;--line: #dbe4ef;--muted: #64748b;--soft: #f4f7fb;--green: #167744;--red: #b42318;--amber: #a16207;--ui-font: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--ui-primary: #0a58ca;--ui-primary-hover: #08469f;--ui-heading: #1e3a5f;--ui-text: #334155;--ui-border: #dbe4ef;--ui-surface: #ffffff}*{box-sizing:border-box}body{margin:0;min-width:320px}button,input,select,textarea{font:inherit}button{cursor:pointer}a{color:#145b90;text-decoration:none}a:hover{text-decoration:underline}h1,h2,h3,strong{font-family:Manrope,DM Sans,sans-serif}h1,h2,h3,p{margin-top:0}h1{letter-spacing:-.035em}h2{letter-spacing:-.02em}small{font-size:12px;color:var(--muted)}.mono{font-family:ui-monospace,Consolas,monospace}.muted{color:var(--muted)}.right{text-align:right}.center{text-align:center}.stack{display:flex;flex-direction:column;gap:16px}.grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 22px}.grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.span-all{grid-column:1/-1}.inline{display:flex;align-items:center;gap:10px}.actions{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-top:22px}.page-actions{display:flex;align-items:center;flex-wrap:wrap;gap:10px}.eyebrow{display:block;color:#326d9e;font-size:10px;letter-spacing:.19em;font-weight:800;margin-bottom:11px}.layout{display:flex;min-height:100vh}.sidebar{position:fixed;inset:0 auto 0 0;width:246px;background:var(--navy);color:#d9e5f3;display:flex;flex-direction:column;z-index:40;transition:width .2s}.side-brand{height:78px;display:flex;align-items:center;gap:12px;padding:0 24px;border-bottom:1px solid #203953;font-size:19px;font-weight:800;white-space:nowrap;font-family:Manrope}.side-brand .brand-word span,.auth-brand>span:last-child{color:#55a8e5}.brand-word small{display:block;color:#8ca6c3;font-family:DM Sans,Arial,sans-serif;font-size:9px;letter-spacing:.15em;margin-top:2px}.brand-icon{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;background:#176093;color:#fff;border-radius:7px;flex:none}.side-caption{color:#708ca9;font-size:10px;letter-spacing:.18em;font-weight:700;margin:31px 22px 10px}.sidebar nav{overflow:auto;flex:1;padding:0 11px}.side-link{width:100%;height:43px;background:transparent;border:0;border-radius:5px;color:#b3c6db;text-align:left;display:flex;align-items:center;gap:13px;padding:0 13px;margin:3px 0;font-size:13px;white-space:nowrap}.side-link:hover{background:#172f4e;color:#fff}.side-link.active{background:#1b4268;color:#fff;font-weight:700}.side-link.active:before{content:"";position:absolute;left:0;height:32px;width:3px;background:#5ab3ea;border-radius:0 2px 2px 0}.side-link svg{flex:none}.side-footer{padding:18px 22px;border-top:1px solid #203953;color:#a5bbd2;font-size:11px;white-space:nowrap}.side-live{display:inline-block;width:7px;height:7px;border-radius:50%;background:#72c7a3;margin-right:8px}.workarea{margin-left:246px;min-width:0;flex:1;transition:margin .2s}.layout-collapsed .brand-word,.layout-collapsed .side-caption,.layout-collapsed .side-link span,.layout-collapsed .side-footer{display:none}.layout-collapsed .side-link{justify-content:center;padding:0}.topbar{height:78px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 34px;gap:18px;position:sticky;top:0;z-index:25}.top-left,.top-right{display:flex;align-items:center;gap:18px;min-width:0}.top-divider{height:28px;width:1px;background:var(--line)}.top-business{display:flex;flex-direction:column;min-width:0}.top-business strong{font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.top-business small{margin-top:3px}.icon-button{border:0;background:transparent;color:#63758b;display:inline-flex;align-items:center;justify-content:center;min-width:36px;height:36px;border-radius:4px}.icon-button:hover{background:#edf3f8;color:var(--navy)}.mobile-toggle{display:none}.environment{font-size:10px;font-weight:800;letter-spacing:.08em;padding:8px 10px;border-radius:3px;white-space:nowrap}.environment-test{background:#fff4e1;color:#905b08}.environment-prod{background:#e5f4ec;color:#136b48}.environment-dot{display:inline-block;width:6px;height:6px;border-radius:50%;background:currentColor;margin-right:7px;vertical-align:1px}.profile-wrap{position:relative}.profile-button{background:none;border:0;display:flex;align-items:center;gap:10px;text-align:left;color:#1c2a3a}.avatar{display:inline-flex;width:34px;height:34px;align-items:center;justify-content:center;background:#e9eff5;color:#20486d;border-radius:50%;font-weight:700;font-size:12px}.profile-text{display:flex;flex-direction:column;gap:2px}.profile-text strong{font-size:12px}.profile-menu{position:absolute;right:0;top:46px;background:#fff;border:1px solid var(--line);box-shadow:0 12px 30px #0b1f3a18;min-width:180px;padding:6px;z-index:35}.profile-menu button{width:100%;display:flex;align-items:center;gap:10px;border:0;background:none;padding:10px;text-align:left;color:#243246}.profile-menu button:hover{background:#f3f7fa}.main-content{max-width:1510px;margin:auto;padding:34px 42px 80px}.page-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:30px}.page-head h1{font-size:29px;margin:0 0 6px;color:#11243d}.page-head p{font-size:14px;color:var(--muted);margin:0}.section{background:#fff;border:1px solid #e1e6ed;padding:25px 27px;margin-bottom:19px;border-radius:5px}.section-head{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:22px}.section-head h2{font-size:16px;margin:0 0 4px}.section-head p{font-size:12px;color:var(--muted);margin:0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid transparent;border-radius:4px;padding:10px 16px;min-height:39px;font-size:12px;font-weight:700;white-space:nowrap;transition:background .15s,border .15s}.btn:disabled{opacity:.52;cursor:not-allowed}.btn-primary{background:#164c75;color:#fff}.btn-primary:hover:not(:disabled){background:#0b3150}.btn-secondary{background:#fff;color:#294761;border-color:#cfdae5}.btn-secondary:hover:not(:disabled){background:#f2f6f9}.btn-ghost{background:transparent;color:#1c5d8a}.btn-ghost:hover{background:#f0f5f9}.btn-danger{background:#fff;color:#a52334;border-color:#e7c7cd}.btn-danger:hover{background:#fdf1f3}.catalog-page .page-head,.settings-view .page-head{align-items:flex-end;margin-bottom:22px}.catalog-page .page-head h1,.settings-view .page-head h1{color:#0b1f3a;font-size:30px;font-weight:800}.catalog-page .page-head p,.settings-view .page-head p{max-width:720px;line-height:1.5}.catalog-page .page-head .btn{min-height:43px;border-radius:9px;padding:11px 18px;background:#0084d6;box-shadow:0 5px 14px #0084d624}.catalog-page .page-head .btn:hover:not(:disabled){background:#0073bd}.catalog-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:0 0 20px}.catalog-metric,.settings-overview-item{position:relative;min-width:0;overflow:hidden;background:#fff;border:1px solid #eaecf0;border-radius:12px;padding:17px 19px;box-shadow:0 2px 5px #0b1f3a06}.catalog-metric:before,.settings-overview-item:before{content:"";display:block;position:absolute;left:0;top:17px;bottom:17px;width:3px;border-radius:0 4px 4px 0;background:#0084d6}.catalog-metric.metric-warning:before{background:#d08a17}.catalog-metric span,.settings-overview-item span{display:block;padding-left:8px;color:#667085;font-size:11px;font-weight:700;letter-spacing:.025em}.catalog-metric strong,.settings-overview-item strong{display:block;padding-left:8px;margin:4px 0 2px;color:#0b1f3a;font:800 24px/1.1 Manrope,DM Sans,sans-serif;letter-spacing:-.03em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.settings-overview-item strong{font-size:17px;letter-spacing:-.01em}.catalog-metric small,.settings-overview-item small{display:block;padding-left:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.catalog-metric small{min-height:17px;white-space:normal;line-height:1.35}.catalog-table-section{border-color:#eaecf0;border-radius:12px;padding:0;overflow:hidden;box-shadow:0 2px 6px #0b1f3a05}.catalog-toolbar{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:16px 18px;border-bottom:1px solid #eaecf0;background:#fff}.catalog-filter-group,.catalog-toolbar-actions{display:flex;align-items:center;flex-wrap:wrap;gap:10px;min-width:0}.catalog-search{min-width:min(100%,325px);width:325px}.catalog-search .input,.catalog-filter{width:100%;min-height:39px;border:1px solid #eaecf0;border-radius:8px;background:#f9fafb;color:#243246;font-size:12px;outline:none}.catalog-search .input{padding-left:35px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2398A2B3' stroke-width='2' stroke-linecap='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='m20 20-3.5-3.5'/%3E%3C/svg%3E");background-size:15px;background-repeat:no-repeat;background-position:12px center}.catalog-search .input:focus,.catalog-filter:focus{background-color:#fff;border-color:#0084d6;box-shadow:0 0 0 3px #0084d614}.catalog-filter{width:auto;padding:0 31px 0 12px}.catalog-counter{color:#667085;font-size:11px;font-weight:600;white-space:nowrap}.catalog-toolbar-actions .btn{min-height:38px;border-radius:8px}.catalog-table-section .table-scroll{margin:0}.catalog-table-section .table{min-width:930px}.catalog-table-section .table th{padding:14px 18px;color:#667085;background:#fff;border-bottom:1px solid #eaecf0;font-size:10px;letter-spacing:.09em;text-transform:uppercase}.catalog-table-section .table td{padding:14px 18px;border-color:#eaecf0;color:#475467;font-size:12px;vertical-align:middle}.catalog-table-section .table tbody tr:hover{background:#f9fafb}.catalog-table-section .table td strong{color:#1d2939;font-size:12px}.catalog-table-section .table td small,.catalog-id{display:block;margin-top:3px;font-size:10px}.catalog-id{color:#344054;font-weight:700}.catalog-id small{color:#98a2b3;font-weight:500}.catalog-type{color:#98a2b3;font-weight:700;letter-spacing:.025em}.catalog-email{color:#0074bd!important;font-family:ui-monospace,Consolas,monospace;font-size:11px!important}.catalog-address{max-width:215px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.catalog-state,.catalog-kind,.catalog-tax{display:inline-flex;align-items:center;min-height:23px;padding:2px 8px;border:1px solid;border-radius:999px;font-size:10px;font-weight:700;white-space:nowrap}.catalog-state.is-active{border-color:#b7e5cf;background:#ecfdf3;color:#087443}.catalog-state.is-inactive{border-color:#e4e7ec;background:#f2f4f7;color:#667085}.catalog-kind{border-color:#cbe5f7;background:#eef8ff;color:#14618f}.catalog-tax{border-color:#d9deea;background:#f7f9fc;color:#475467;font-family:ui-monospace,Consolas,monospace}.catalog-table-section .table .btn{min-height:31px;padding:6px 10px;border-radius:7px;font-size:11px}.customers-page .catalog-metrics{gap:10px;margin-bottom:14px}.customers-page .catalog-metric{padding:12px 15px}.customers-page .catalog-metric:before{top:12px;bottom:12px}.customers-page .catalog-metric strong{margin-top:2px;font-size:20px}.customers-page .catalog-metric small{display:none}.customers-page .catalog-toolbar{min-height:58px;padding:9px 13px}.customers-page .catalog-search{width:280px;min-width:min(100%,280px)}.customers-page .catalog-search .input,.customers-page .catalog-filter{min-height:34px;font-size:11px}.customer-export-actions{display:inline-flex;align-items:center;gap:2px;padding:2px 4px;border:1px solid #e4e7ec;border-radius:6px;background:#f9fafb}.customer-export-actions button{display:inline-flex;align-items:center;gap:4px;min-height:27px;padding:4px 7px;border:0;border-radius:4px;background:transparent;color:#475467;font:700 10px Inter,Segoe UI,Arial,sans-serif;cursor:pointer}.customer-export-actions button:hover{background:#fff;color:#0074bd;box-shadow:0 1px 2px #10182812}.customer-export-actions svg{color:#667085}.customers-page .catalog-table-section .table th{padding:10px 14px}.customers-page .catalog-table-section .table td{padding:9px 14px}.products-page .catalog-metrics{gap:10px;margin-bottom:14px}.products-page .catalog-metric{padding:12px 15px}.products-page .catalog-metric:before{top:12px;bottom:12px}.products-page .catalog-metric strong{margin-top:2px;font-size:20px}.products-page .catalog-metric small{display:none}.products-page .catalog-toolbar{min-height:58px;padding:9px 13px}.products-page .catalog-search{width:260px;min-width:min(100%,260px)}.products-page .catalog-search .input,.products-page .catalog-filter{min-height:34px;font-size:11px}.products-page .catalog-table-section .table th{padding:10px 14px}.products-page .catalog-table-section .table td{padding:9px 14px}.pagination{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 0 0;border-top:1px solid var(--ui-border);background:#fff}.products-page .catalog-filter-section{padding:0;overflow:visible;border-color:#e2e8f0;border-radius:11px;box-shadow:0 1px 2px #0f172a0d}.products-page .catalog-table-plain{margin-bottom:19px;overflow:hidden;border:1px solid var(--ui-border);border-radius:11px;background:#fff}.products-page .catalog-table-plain .table-scroll{overflow:auto}.products-page .catalog-table-plain .table{background:#fff;border-collapse:separate;border-spacing:0;table-layout:fixed;min-width:1120px;font-size:13px}.products-page .catalog-table-plain .table th,.products-page .catalog-table-plain .table td{vertical-align:middle}.products-page .catalog-table-plain .table th{padding:12px 14px;font-size:10px}.products-page .catalog-table-plain .table td{padding:14px;font-size:13px}.products-page .catalog-table-plain .table th:nth-child(1),.products-page .catalog-table-plain .table td:nth-child(1){width:13%}.products-page .catalog-table-plain .table th:nth-child(2),.products-page .catalog-table-plain .table td:nth-child(2){width:25%}.products-page .catalog-table-plain .table th:nth-child(3),.products-page .catalog-table-plain .table td:nth-child(3){width:12%}.products-page .catalog-table-plain .table th:nth-child(4),.products-page .catalog-table-plain .table td:nth-child(4){width:9%}.products-page .catalog-table-plain .table th:nth-child(5),.products-page .catalog-table-plain .table td:nth-child(5){width:7%}.products-page .catalog-table-plain .table th:nth-child(6),.products-page .catalog-table-plain .table td:nth-child(6){width:14%}.products-page .catalog-table-plain .table th:nth-child(7),.products-page .catalog-table-plain .table td:nth-child(7){width:9%}.products-page .catalog-table-plain .table th:nth-child(8),.products-page .catalog-table-plain .table td:nth-child(8){width:11%}.products-page .catalog-table-plain td.catalog-id{display:table-cell;font-family:var(--ui-font);font-size:12px}.products-page .catalog-table-plain .catalog-id small{display:block}.catalog-product-kind,.catalog-product-service,.catalog-vat,.catalog-product-active,.catalog-product-inactive{font-family:var(--ui-font);font-size:12px}.catalog-product-kind{color:#475569}.catalog-product-service{color:var(--ui-primary);font-weight:600}.catalog-vat{color:#64748b;font-weight:700}.catalog-product-active{color:#167744;font-weight:700}.catalog-product-inactive{color:#94a3b8}.products-page .catalog-table-plain .pagination{padding:12px 16px;border-top:1px solid var(--ui-border)}.customers-page .catalog-filter-section{padding:0;overflow:visible;border-color:#e2e8f0;border-radius:11px;box-shadow:0 1px 2px #0f172a0d}.customers-page .catalog-table-plain{margin-bottom:19px;overflow:hidden;border:1px solid var(--ui-border);border-radius:11px;background:#fff}.customers-page .catalog-table-plain .pagination{padding:12px 16px;border-top:1px solid var(--ui-border)}.customers-page .catalog-table-plain .table-scroll{overflow:auto}.customers-page .catalog-table-plain .table{background:#fff;border-collapse:separate;border-spacing:0}.customers-page .catalog-table-plain .table th{padding:12px 18px;background:#f0f5fd;color:#64748b;border-color:#e2e8f0}.customers-page .catalog-table-plain .table td{padding:14px 18px;border-color:#edf1f6}.customers-page .catalog-table-plain .table tbody tr:hover{background:#f8fafc}.pagination-info{color:#98a2b3;font-size:11px;font-weight:600}.pagination-controls{display:flex;align-items:center;gap:6px}.pagination-btn{display:inline-flex;align-items:center;justify-content:center;min-width:32px;height:32px;padding:0 7px;border:1px solid var(--ui-border);border-radius:8px;background:#fff;color:#475569;font-size:12px;font-weight:600;cursor:pointer;transition:background .12s,color .12s,border-color .12s}.pagination-btn:hover:not(:disabled){background:#f0f5fd;border-color:#b9ceee;color:var(--ui-primary)}.pagination-btn.active{background:var(--ui-primary);border-color:var(--ui-primary);color:#fff}.pagination-btn:disabled{opacity:.35;cursor:not-allowed}.pagination-ellipsis{display:inline-flex;align-items:center;justify-content:center;min-width:28px;height:30px;color:#98a2b3;font-size:13px}.settings-overview{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-bottom:20px}.settings-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:0 0 16px}.settings-card{display:grid;grid-template-columns:48px minmax(0,1fr) auto 18px;align-items:center;gap:15px;min-height:82px;padding:13px 15px;border:1px solid #dbe5f1;border-radius:14px;background:#fff;color:#183554;text-align:left;box-shadow:0 2px 7px #0b1f3a08;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.settings-card:hover{border-color:#9fc8f4;box-shadow:0 8px 20px #0b4f9320;transform:translateY(-1px)}.settings-card-icon{display:inline-grid;width:48px;height:48px;place-items:center;border-radius:11px;background:#edf5ff;color:#0668d7}.settings-card-copy{min-width:0}.settings-card-copy strong,.settings-card-copy small{display:block}.settings-card-copy strong{margin-bottom:7px;font-size:16px;font-weight:800}.settings-card-copy small{color:#667993;font-size:12px;line-height:1.32}.settings-card-status{padding:5px 9px;border:1px solid #b9d7ff;border-radius:999px;background:#f1f7ff;color:#1769c1;font-size:11px;font-weight:800;white-space:nowrap}.settings-card-status.success{border-color:#b9eed0;background:#eafbf1;color:#187b47}.settings-card-status.warning{border-color:#f5d79d;background:#fff7e7;color:#9b6200}.business-readonly{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;margin:2px 0 12px;border-top:1px solid #e8edf4}.business-readonly>div{min-width:0;padding:12px 14px 11px 0;border-bottom:1px solid #e8edf4}.business-readonly span{display:block;margin-bottom:4px;color:#718098;font-size:11px;font-weight:700}.business-readonly strong{display:block;overflow:hidden;color:#173452;font-size:13px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.settings-tabs{display:flex;align-items:center;gap:2px;overflow-x:auto;min-height:52px;margin-bottom:18px;padding:0 8px;border:1px solid #eaecf0;border-radius:12px;background:#fff;box-shadow:0 2px 5px #0b1f3a05}.settings-tabs button{position:relative;flex:none;height:51px;padding:0 13px;border:0;background:transparent;color:#667085;font-size:11px;font-weight:700;white-space:nowrap}.settings-tabs button:hover{color:#0b1f3a;background:#f8fafc}.settings-tabs button.active{color:#0074bd}.settings-tabs button.active:after{content:"";position:absolute;right:13px;bottom:0;left:13px;height:2px;border-radius:4px 4px 0 0;background:#0084d6}.settings-view .section{border-color:#eaecf0;border-radius:12px;box-shadow:0 2px 6px #0b1f3a05}.settings-view .section-head{padding-bottom:17px;border-bottom:1px solid #eaecf0}.settings-view .section-head h2{color:#0b1f3a;font-size:17px}.settings-view .section-head p{max-width:710px;line-height:1.45}.settings-view .business-logo{display:block;max-width:220px;max-height:110px;margin:0 0 19px;padding:12px;border:1px solid #eaecf0;border-radius:10px;background:#fafcff}.settings-split{display:block}.settings-split .section{max-width:860px}.settings-view .notice,.profiles-page .page-head .btn,.shipping-guide-page .page-head .btn{border-radius:9px}.profiles-kpis{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-bottom:20px}.profiles-kpis>div,.guide-recipient{border:1px solid #eaecf0;border-radius:12px;background:#fff;padding:16px 18px;box-shadow:0 2px 6px #0b1f3a05}.profiles-kpis span,.guide-recipient small{display:block;color:#667085;font-size:11px;font-weight:700}.profiles-kpis strong{display:block;margin:4px 0;color:#0b1f3a;font:800 25px/1 Manrope,DM Sans,sans-serif}.profiles-kpis small,.guide-recipient span{color:#667085;font-size:11px}.profiles-toolbar{display:flex;align-items:center;justify-content:space-between;gap:15px;padding-bottom:16px;border-bottom:1px solid #eaecf0;color:#667085;font-size:11px;font-weight:600}.profiles-search{position:relative;width:min(100%,390px)}.profiles-search svg{position:absolute;top:50%;left:12px;color:#98a2b3;transform:translateY(-50%)}.profiles-search .input{padding-left:37px}.profiles-table td:last-child{white-space:nowrap}.profiles-table .btn+.btn{margin-left:7px}.profile-module{display:inline-flex;padding:3px 8px;border:1px solid #cbe5f7;border-radius:999px;background:#eef8ff;color:#14618f;font-size:10px;font-weight:700}.shipping-guide-page .section{border-color:#eaecf0;border-radius:12px}.guide-recipient{min-height:66px}.guide-recipient strong{display:block;margin:5px 0 2px;color:#1d2939;font-size:13px}@media(max-width:920px){.profiles-kpis{grid-template-columns:1fr}}@media(max-width:640px){.profiles-toolbar{align-items:stretch;flex-direction:column}.profiles-search{width:100%}}@media(max-width:920px){.catalog-metrics,.settings-overview,.settings-cards{grid-template-columns:1fr}.business-readonly{grid-template-columns:repeat(2,minmax(0,1fr))}.catalog-toolbar,.catalog-toolbar-products{align-items:stretch;flex-direction:column}.catalog-toolbar-actions{justify-content:space-between}.catalog-search{width:100%}}@media(max-width:640px){.catalog-page .page-head,.settings-view .page-head{align-items:flex-start}.catalog-page .page-head h1,.settings-view .page-head h1{font-size:25px}.catalog-filter-group{align-items:stretch;flex-direction:column}.catalog-filter{width:100%}.catalog-toolbar-actions{align-items:stretch;flex-direction:column}.catalog-toolbar-actions .btn{width:100%}.settings-tabs{padding:0 3px}.settings-tabs button{padding:0 10px}.settings-card{grid-template-columns:43px minmax(0,1fr) 16px;gap:11px;min-height:96px;padding:15px}.settings-card-icon{width:43px;height:43px}.settings-card-status{display:none}.business-readonly{grid-template-columns:1fr}}.field{display:flex;flex-direction:column;gap:7px;min-width:0;font-size:12px;font-weight:700;color:#33465b}.field input,.field select,.field textarea,.input{border:1px solid #cfd8e2;background:#fff;border-radius:4px;min-height:39px;padding:9px 11px;color:#17283d;outline:none;width:100%;font-weight:400}.field textarea{min-height:115px;resize:vertical}.field input:focus,.field select:focus,.field textarea:focus,.input:focus{border-color:#2075ad;box-shadow:0 0 0 3px #dceef9}.field input:disabled,.field select:disabled{background:#f3f5f7;color:#758395}.field small{font-weight:400}.check{display:flex;gap:10px;align-items:flex-start;color:#354960;font-size:12px}.check input{margin-top:2px}.notice{border-left:3px solid #4485b4;padding:12px 15px;background:#f1f7fb;color:#254661;font-size:12px;line-height:1.55}.notice-success{border-color:#3b9671;background:#edf8f2;color:#225e46}.notice-warning{border-color:#d4a04b;background:#fff8eb;color:#775a20}.notice-error{border-color:#d37b86;background:#fff2f3;color:#872637}.empty{text-align:center;padding:42px 20px;color:#394b5e}.empty p{font-size:13px;color:var(--muted);margin:7px auto 18px}.status{display:inline-flex;align-items:center;gap:5px;border-radius:999px;padding:5px 10px;font-size:11px;font-weight:700;white-space:nowrap}.status-success{color:#187a46;background:#dcfce7}.status-pending{color:#ac6200;background:#fff1cf}.status-attention{color:#d63333;background:#fee2e2}.status-rejected{color:#d52d2d;background:#fee0e0}.status-neutral{color:#687b90;background:#edf2f7}.sri-processing-modal{max-width:390px}.sri-processing{display:grid;justify-items:center;gap:10px;text-align:center;padding:6px 4px}.sri-processing>p{margin:0;color:#667995;font-size:12px}.sri-processing>strong{color:#294363;font-size:13px;font-weight:600}.sri-spinner{color:var(--primary);animation:sri-spin 1s linear infinite}.sri-steps{width:100%;display:grid;gap:8px;margin:8px 0;text-align:left;font-size:12px}.sri-steps div{display:flex;align-items:center;gap:8px;color:#8a9ab0}.sri-steps .done{color:#238157}.sri-steps .waiting svg{animation:sri-spin 1s linear infinite}@keyframes sri-spin{to{transform:rotate(360deg)}}.table-scroll{overflow:auto}.table{width:100%;border-collapse:collapse;text-align:left;font-size:12px}.table th{color:#708095;letter-spacing:.08em;font-size:10px;text-transform:uppercase;font-weight:800;border-bottom:1px solid var(--line);padding:11px 10px}.table td{border-bottom:1px solid #edf0f4;padding:13px 10px;vertical-align:middle}.table tbody tr:hover{background:#f9fbfd}.table tbody tr:last-child td{border-bottom:0}.table td strong{font-size:12px}.table td small{display:block;margin-top:3px}.table .btn{padding:6px 9px;min-height:31px}.toolbar{display:flex;align-items:center;gap:11px;margin-bottom:17px;flex-wrap:wrap}.toolbar .input{max-width:340px}.toolbar select{max-width:190px}.stat-line{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);background:#fff;margin-bottom:19px}.stat{padding:23px 25px;border-right:1px solid var(--line)}.stat:last-child{border:0}.stat span{display:block;font-size:11px;color:var(--muted);margin-bottom:9px}.stat strong{font-size:27px;color:#132c49;letter-spacing:-.04em}.stat small{display:block;margin-top:8px}.summary-row{display:flex;justify-content:space-between;border-top:1px solid #e8edf2;padding:10px 0;font-size:13px}.summary-row.grand{font-weight:800;font-size:18px;color:#12314f}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#07182ab0;display:flex;align-items:flex-start;justify-content:center;padding:50px 20px;overflow-y:auto;z-index:100}.modal{background:#fff;width:min(100%,610px);border-radius:6px;box-shadow:0 22px 70px #0003}.modal-wide{width:min(100%,940px)}.modal-head{display:flex;justify-content:space-between;align-items:center;padding:20px 25px;border-bottom:1px solid var(--line)}.modal-head h2{font-size:18px;margin:0}.modal-body{padding:24px 25px 29px}.modal-body h3{font-size:15px}body{background:var(--soft)}h1,h2,h3,strong{font-family:inherit}.sidebar{background:#0b2545}.side-brand,.side-footer{border-color:#244563}.brand-icon{background:var(--blue);border-radius:9px}.side-link{border-radius:8px;color:#b5c8e1}.side-link:hover{background:#174572}.side-link.active{background:#1f5586;box-shadow:inset 3px 0 #7fb5f5}.topbar{height:64px;border-color:#e2e8f0}.main-content{max-width:1440px;padding:34px}.page-head h1{color:#0f172a;font-size:28px;font-weight:800}.eyebrow{color:var(--blue);letter-spacing:.1em}.section{border-color:#e2e8f0;border-radius:11px;box-shadow:0 1px 2px #0f172a0d}.section-head h2{color:#1e293b}.btn{border-radius:7px;min-height:40px;font-size:13px}.btn-primary{background:var(--blue);box-shadow:0 2px 4px #0a58ca33}.btn-primary:hover:not(:disabled){background:#08469f}.btn-secondary{color:#334155;border-color:#cbd5e1}.btn-secondary:hover:not(:disabled){background:#f8fafc}.btn-ghost{color:var(--blue)}.btn-danger{background:#dc2626;border-color:#dc2626;color:#fff}.field{color:#334155;font-weight:600}.field>span>b{color:var(--red)}.field input,.field select,.field textarea,.input,.ui-input,.ui-select{min-height:42px;border-color:#dbe4ef;border-radius:8px;color:#0f172a}.field input:focus,.field select:focus,.field textarea:focus,.input:focus,.ui-input:focus,.ui-select:focus{border-color:var(--blue);box-shadow:0 0 0 3px #0a58ca24}.field input[aria-invalid=true],.field select[aria-invalid=true],.ui-input[aria-invalid=true],.ui-select[aria-invalid=true]{border-color:var(--red)}.field-error{color:var(--red)!important}.table th{background:#f0f5fd;color:#64748b;border-color:#e2e8f0;padding:12px 14px}.table td{border-color:#edf1f6;color:#475569;padding:14px}.table tbody tr:hover{background:#f8fafc}.status,.catalog-state,.catalog-kind,.catalog-tax{border-radius:999px}.notice{border:1px solid transparent;border-radius:9px}.notice-info{background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8}.notice-success{background:#ecfdf3;border-color:#bbf7d0;color:#167744}.notice-warning{background:#fffbeb;border-color:#fde68a;color:#a16207}.notice-error{background:#fef2f2;border-color:#fecaca;color:#b42318}.modal{max-height:min(760px,calc(100vh - 48px));overflow:auto;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 20px 50px #0206174d}.modal-head{padding:18px 22px;border-color:#e2e8f0}.modal-body{padding:22px}.split{display:grid;grid-template-columns:2fr 1fr;gap:19px}.login-mark{color:#5da9dd}.auth-layout{display:grid;grid-template-columns:46% 54%;min-height:100vh;background:#fff}.auth-panel{background:#0b1f3a;color:#fff;padding:45px 7%;display:flex;flex-direction:column}.auth-brand{display:flex;align-items:center;gap:10px;font:800 22px Manrope}.auth-brand>span:last-child{margin-left:-10px}.auth-feature{margin:auto 0;max-width:480px}.auth-rule{height:3px;background:#55a8e5;width:47px;margin-bottom:28px}.auth-feature p{font-size:10px;letter-spacing:.19em;color:#92b9d7;font-weight:700}.auth-feature h1{font-size:clamp(42px,5vw,70px);line-height:1.08;margin:15px 0 22px}.auth-feature>span{color:#c0d1e3;font-size:16px;line-height:1.75}.auth-panel footer{display:flex;align-items:center;gap:9px;color:#87a6c4;font-size:11px}.auth-main{display:flex;align-items:center;justify-content:center;padding:50px}.auth-form-wrap{width:min(100%,415px)}.auth-form-wrap h2{font-size:32px;margin-bottom:6px}.auth-form-wrap>p{color:var(--muted);font-size:14px;margin-bottom:32px}.auth-form-wrap .btn{width:100%;margin-top:6px}.auth-switch{font-size:12px;text-align:center;margin-top:26px;color:var(--muted)}.auth-switch button{border:0;background:transparent;color:#1b6599;font-weight:700}.gate{min-height:100vh;display:grid;place-items:center;padding:30px}.gate form{background:#fff;border:1px solid var(--line);width:min(100%,480px);padding:34px}.gate h1{font-size:25px;margin:0}.gate p{color:var(--muted);font-size:13px}.toast{position:fixed;right:22px;bottom:20px;max-width:min(420px,calc(100vw - 40px));background:#102d49;color:#fff;padding:14px 18px;border-radius:5px;font-size:12px;box-shadow:0 12px 30px #0003;z-index:120}.toast-error{background:#93313f}.line-items{display:grid;gap:10px}.line-item{display:grid;grid-template-columns:minmax(170px,2fr) minmax(80px,.6fr) minmax(90px,.7fr) minmax(85px,.7fr) 40px;gap:8px;align-items:end}.line-item .icon-button{border:1px solid var(--line);margin-bottom:1px}.receipt-meta{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin-bottom:14px;overflow:hidden;border:1px solid #e4e7ec;border-radius:10px}.receipt-meta div{min-width:0;min-height:59px;padding:10px 13px;border-right:1px solid #e4e7ec;border-bottom:1px solid #e4e7ec}.receipt-meta div:nth-child(3n){border-right:0}.receipt-meta div:nth-child(n+4){border-bottom:0}.receipt-meta small{display:block;margin-bottom:4px;color:#667085;font-size:10px}.receipt-meta strong{font-size:12px;line-height:1.3;overflow-wrap:anywhere}.receipt-meta .mono{font-size:10px}.receipt-status-text{font-weight:800}.receipt-status-authorized{color:#027a48}.help-content{max-width:850px;line-height:1.7;font-size:13px}.help-content h2{margin-top:30px}.code-block{background:#f3f6f8;border:1px solid var(--line);padding:13px;white-space:pre-wrap;word-break:break-all;font-family:ui-monospace,Consolas,monospace;font-size:11px}.mobile-shade{display:none}@media(max-width:1100px){.sidebar{width:72px}.workarea{margin-left:72px}.sidebar .brand-word,.sidebar .side-caption,.sidebar .side-link span,.sidebar .side-footer{display:none}.sidebar .side-brand{padding:0 18px}.sidebar .side-link{justify-content:center;padding:0}.split{grid-template-columns:1fr}.main-content{padding:30px}.grid.three{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.sidebar,.layout-collapsed .sidebar{width:255px;transform:translate(-100%);transition:transform .2s}.sidebar-open{transform:translate(0)!important}.sidebar-open .brand-word,.sidebar-open .side-caption,.sidebar-open .side-link span,.sidebar-open .side-footer{display:block}.sidebar-open .side-brand{padding:0 24px}.sidebar-open .side-link{justify-content:flex-start;padding:0 13px}.mobile-shade{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#081a2d9c;z-index:39}.workarea,.layout-collapsed .workarea{margin-left:0}.mobile-toggle{display:inline-flex}.desktop-toggle,.top-divider,.profile-text{display:none}.topbar{height:65px;padding:0 17px;gap:8px}.top-left,.top-right{gap:8px}.top-business strong{font-size:12px;max-width:145px}.top-business small{font-size:10px}.main-content{padding:24px 16px 60px}.page-head{align-items:flex-start;flex-direction:column}.page-head h1{font-size:26px}.section{padding:19px 16px}.grid,.grid.three,.receipt-meta{grid-template-columns:1fr}.stat-line{grid-template-columns:repeat(2,1fr)}.stat:nth-child(2){border-right:0}.stat:nth-child(-n+2){border-bottom:1px solid var(--line)}.line-item{grid-template-columns:1fr 1fr}.line-item .field:first-child{grid-column:1/-1}.line-item .icon-button{align-self:end}.auth-layout{grid-template-columns:1fr}.auth-panel{min-height:210px;padding:24px}.auth-feature{margin:25px 0}.auth-feature h1{font-size:32px;margin:8px 0}.auth-feature>span,.auth-panel footer,.auth-rule{display:none}.auth-main{padding:36px 22px}.auth-form-wrap h2{font-size:27px}.modal-backdrop{padding:12px}.modal-body{padding:20px}.environment{font-size:9px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition:none!important}}.plain-fieldset{border:0;padding:0;margin:0;min-width:0}.plain-fieldset:disabled{opacity:.67}.business-logo{display:block;width:auto;max-width:260px;max-height:110px;object-fit:contain;margin-bottom:20px}.notice+.notice{margin-top:10px}.notice .btn{margin-left:8px}.section>.notice{margin-bottom:20px}.field input.span-all{grid-column:auto}.grid>.field:has(.span-all){grid-column:1/-1}.side-brand,.auth-brand{font-family:Arial,sans-serif}.top-business-logo{width:40px;height:40px;object-fit:contain;flex:none}.recent-mobile{display:none}.recent-item{width:100%;border:0;border-bottom:1px solid var(--line);padding:14px 0;background:#fff;text-align:left;display:flex;justify-content:space-between;gap:12px;align-items:center;color:inherit}.recent-item:last-child{border-bottom:0}.recent-item>span{display:grid;gap:5px;min-width:0}.recent-item>span:last-child{justify-items:end}.recent-item strong{font-size:12px}.recent-item small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.recent-item:hover{color:var(--blue)}.split{grid-template-columns:minmax(0,2fr) minmax(0,1fr)}.split>*{min-width:0}.section{min-width:0}.table-scroll{max-width:100%}@media(max-width:1100px){.split{grid-template-columns:minmax(0,1fr)}}@media(max-width:720px){.recent-desktop{display:none}.recent-mobile{display:block}.top-business-logo{width:30px;height:30px}.top-business strong,.top-business small{max-width:105px}.profile-button svg{display:none}.environment{padding:7px 6px}}:root{font-family:Inter,Segoe UI,Arial,sans-serif;color:#101828;background:#f4f7fb;--navy: #0b1f3a;--blue: #0084d6;--line: #eaecf0;--muted: #667085;--soft: #f4f7fb}body{background:#f4f7fb}h1,h2,h3,strong{font-family:Inter,Segoe UI,Arial,sans-serif}.sidebar{width:256px;background:#0b1f3a;border-right:1px solid #152e52}.side-brand{height:64px;padding:0 16px;border-bottom-color:#152e52;gap:12px;font-size:17px}.brand-icon{width:36px;height:36px;border-radius:9px;background:#0084d6}.brand-word small{color:#98a2b3;font-size:11px;letter-spacing:0;margin-top:3px}.side-caption{display:none}.sidebar nav{padding:16px 8px;display:flex;flex-direction:column;gap:6px}.side-item{position:relative}.side-link{height:44px;margin:0;border-radius:12px;padding:0 13px;color:#d0d5dd;font-size:14px;gap:13px}.side-link svg{color:#98a2b3}.side-link:hover{background:#123b66b3;color:#fff}.side-link:hover svg{color:#fff}.side-link.active{background:#0084d6;box-shadow:0 1px 2px #0002}.side-link.active:before{display:none}.side-link.active svg{color:#fff}.side-tooltip{position:absolute;left:calc(100% + 12px);top:50%;transform:translateY(-50%);padding:7px 10px;color:#fff;background:#0a1a30;border:1px solid #1a3a65;border-radius:8px;box-shadow:0 10px 22px #0004;font-size:12px;font-weight:600;white-space:nowrap;opacity:0;pointer-events:none;z-index:70;transition:opacity .15s}.side-item:hover .side-tooltip{opacity:1}.side-collapse{display:flex;align-items:center;justify-content:space-between;gap:8px;margin:0 8px 8px;min-height:40px;padding:0 12px;border:0;border-radius:10px;background:transparent;color:#98a2b3;font-size:12px}.side-collapse:hover{color:#fff;background:#123b66}.side-footer{min-height:54px;padding:0 14px;border-top-color:#152e52;background:#071629e6;display:flex;align-items:center;justify-content:space-between;gap:6px;color:#98a2b3}.side-footer-label{font-size:11px;white-space:nowrap}.side-live{display:none}.side-environment{font-size:10px;font-weight:800;padding:4px 7px;border-radius:999px;border:1px solid}.side-environment.test{color:#fedf89;border-color:#fdb02266;background:#fdb02222}.side-environment.production{color:#6ce9a6;border-color:#32d58366;background:#32d58322}.layout-collapsed .sidebar{width:72px}.layout-collapsed .workarea{margin-left:72px}.layout-collapsed .side-brand{padding:0 18px}.layout-collapsed .side-link,.layout-collapsed .side-collapse,.layout-collapsed .side-footer{justify-content:center;padding:0}.layout-collapsed .side-footer-label,.layout-collapsed .side-environment{display:none}.layout-collapsed .side-footer:after{content:"";width:10px;height:10px;border-radius:50%;background:#fdb022}.workarea{margin-left:256px;background:#f4f7fb}.topbar{height:80px;padding:0 32px;border-bottom-color:#eaecf0;box-shadow:0 1px 2px #10182808}.top-left,.top-right{gap:18px}.desktop-toggle{border-radius:12px;color:#475467}.top-divider,.top-business,.top-business-logo{display:none}.header-brand{display:flex;align-items:center;gap:12px}.header-brand-icon{width:40px;height:40px;display:grid;place-items:center;border-radius:12px;color:#0084d6;background:#eaf6ff}.header-brand>span:last-child{display:flex;flex-direction:column;gap:3px}.header-brand strong{font-size:22px;line-height:1;letter-spacing:-.04em;color:#0b1f3a}.header-brand strong span{color:#0084d6}.header-brand small{font-size:12px;color:#667085}.environment{display:inline-flex;align-items:center;gap:6px;border:1px solid;border-radius:999px;padding:7px 11px;letter-spacing:0;font-size:12px}.environment-test{background:#fffaeb;color:#854a0e;border-color:#fedf89}.environment-prod{background:#ecfdf3;color:#027a48;border-color:#abefc6}.environment-dot{display:none}.header-icon{width:36px;height:36px;display:grid;place-items:center;color:#475467;border-radius:12px}.header-icon:hover{background:#f2f4f7}.profile-button{padding:4px;gap:10px;border-radius:12px}.profile-button:hover{background:#f8fafc}.avatar{width:40px;height:40px;background:#f2f4f7;border:1px solid #eaecf0;color:#475467;font-size:13px}.profile-text strong{font-size:14px;color:#101828}.profile-text small{font-size:12px;color:#667085}.profile-menu{width:264px;top:52px;padding:7px 0;border-radius:16px;border-color:#eaecf0;box-shadow:0 16px 30px #1018281f;overflow:hidden}.profile-business{padding:10px 16px;display:grid;gap:3px;border-bottom:1px solid #f2f4f7}.profile-business strong{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-business span{color:#0084d6;font-size:11px;font-family:ui-monospace,Consolas,monospace}.profile-menu button{padding:11px 16px;font-size:13px}.main-content{max-width:1280px;padding:36px 42px 72px}.page-head{align-items:flex-start;margin-bottom:32px}.page-head h1{color:#0b1f3a;font-size:30px;font-weight:800;margin-bottom:8px}.page-head p{color:#667085}.eyebrow{color:#667085;font-size:13px;font-weight:500;letter-spacing:0;margin-bottom:4px}.section{border-color:#eaecf0;border-radius:16px;padding:24px;box-shadow:0 1px 2px #10182808}.section-head h2{color:#101828;font-size:18px}.section-head p{color:#667085;font-size:13px}.btn{min-height:40px;padding:10px 16px;border-radius:12px;font-size:13px}.btn-primary{background:#0084d6}.btn-primary:hover:not(:disabled){background:#0073bd}.btn-secondary{color:#344054;border-color:#d0d5dd}.btn-secondary:hover:not(:disabled),.btn-ghost:hover{background:#f9fafb}.btn-ghost{color:#0084d6}.field{color:#344054;font-size:13px}.field input,.field select,.field textarea,.input{min-height:42px;border-radius:10px;border-color:#d0d5dd;color:#101828}.field input:focus,.field select:focus,.field textarea:focus,.input:focus{border-color:#0084d6;box-shadow:0 0 0 3px #d1efff}.status{border:1px solid;border-radius:999px;padding:4px 10px;font-size:12px;font-weight:600}.status-success{color:#027a48;background:#ecfdf3;border-color:#abefc6}.status-warning{color:#175cd3;background:#eff8ff;border-color:#b2ddff}.status-error{color:#b42318;background:#fef3f2;border-color:#fecdca}.status-neutral{color:#475467;background:#f2f4f7;border-color:#eaecf0}.table th{color:#667085;font-size:11px}.table td{border-bottom-color:#eaecf0}.dashboard-reference{max-width:1280px;margin:0 auto;padding-bottom:40px}.dashboard-greeting{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:30px}.dashboard-greeting>div>span{display:block;font-size:14px;font-weight:500;color:#667085}.dashboard-greeting h1{margin:3px 0 6px;color:#0b1f3a;font-size:31px;line-height:1.1;font-weight:800;letter-spacing:-.04em}.dashboard-greeting p{margin:0;color:#667085;font-size:14px}.dashboard-greeting time{color:#98a2b3;font-size:14px;font-weight:500;white-space:nowrap;padding-top:5px}.dashboard-actions,.dashboard-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.dashboard-actions{margin-bottom:20px}.dashboard-actions button{min-height:210px;border:0;border-radius:16px;padding:28px 20px;background:#0084d6;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:background .15s,transform .15s}.dashboard-actions button:hover{background:#0073bd;transform:translateY(-1px)}.dashboard-actions svg{width:58px;height:58px;margin-bottom:14px;stroke-width:1.5}.dashboard-actions strong{font-size:20px;line-height:1.2}.dashboard-actions span{color:#dff1ff;font-size:12px;margin-top:6px}.dashboard-metrics{margin-bottom:40px}.metric-card{min-height:112px;display:flex;align-items:center;gap:16px;padding:20px 22px;border:1px solid #e2e8f0;border-radius:12px;background:#fff;box-shadow:0 1px 2px #0f172a0d}.metric-card .metric-icon{width:48px;height:48px;border-radius:9px;display:grid;place-items:center;flex:none;box-shadow:none}.metric-card .metric-icon svg{width:23px;height:23px;stroke-width:2}.metric-card>span:nth-child(2){display:grid;gap:5px}.metric-card>span strong{color:#183b63;font-size:26px;line-height:1;letter-spacing:-.04em}.metric-card b{color:#64748b;font-size:13px;font-weight:500}.metric-card>span small{color:#16844f;font-size:11px;font-weight:600;line-height:1.3}.metric-invoices .metric-icon,.metric-customers .metric-icon{color:#1266e8;background:#eaf2ff}.metric-billed .metric-icon{color:#16844f;background:#e8faef}.metric-invoices>span small,.metric-customers>span small{color:#16844f}.dashboard-latest-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:16px}.dashboard-latest-head h2{margin:0 0 4px;color:#101828;font-size:20px;font-weight:800}.dashboard-latest-head p{margin:0;color:#475467;font-size:12px}.dashboard-latest-head button{display:inline-flex;align-items:center;gap:7px;padding:5px 0;border:0;background:transparent;color:#0084d6;font-size:14px;font-weight:700}.dashboard-latest-head button:hover{color:#0073bd}.dashboard-table-card{overflow:hidden;border:1px solid #eaecf0;border-radius:16px;background:#fff;box-shadow:0 1px 2px #10182808}.dashboard-table{min-width:800px}.dashboard-table th{padding:16px 24px;font-size:11px;font-weight:700;letter-spacing:.06em}.dashboard-table td{padding:16px 24px;color:#475467;font-size:12px}.dashboard-table tbody tr{cursor:pointer;transition:background .15s}.dashboard-table tbody tr:hover{background:#f8fafc}.document-type{display:inline-flex;align-items:center;gap:8px;color:#101828;font-weight:600}.document-type svg{color:#98a2b3}.customer-cell{color:#101828!important;font-weight:600;text-transform:uppercase}.total-cell{color:#101828!important;text-align:right;font-family:ui-monospace,Consolas,monospace;font-weight:700}.dashboard-table th:nth-last-child(2),.dashboard-table td:nth-last-child(2){text-align:right}.dashboard-table th:last-child,.dashboard-table td:last-child{text-align:center}@media(max-width:900px){.dashboard-actions,.dashboard-metrics{gap:14px}.dashboard-actions button{min-height:180px;padding:22px 12px}.dashboard-actions svg{width:46px;height:46px}.metric-card{padding:17px 14px;gap:10px}.metric-card>small{display:none}}@media(max-width:720px){.topbar{height:72px;padding:0 16px}.desktop-toggle,.header-brand-icon{display:none}.header-brand strong{font-size:17px}.header-brand small{font-size:10px}.top-right{gap:8px}.environment{font-size:10px;padding:6px 8px}.header-icon{display:none}.profile-button{padding:0}.profile-button>svg{display:none}.main-content{padding:28px 16px 60px}.dashboard-greeting{margin-bottom:24px}.dashboard-greeting h1{font-size:29px}.dashboard-greeting time{display:none}.dashboard-actions,.dashboard-metrics{grid-template-columns:1fr;gap:12px}.dashboard-actions button{min-height:158px}.dashboard-metrics{margin-bottom:30px}.metric-card>small{display:block}.dashboard-latest-head{align-items:flex-start}.dashboard-latest-head h2{font-size:18px}.dashboard-latest-head p{max-width:215px}.dashboard-table-card{border-radius:14px}}.invoice-tabs{display:flex;gap:3px;width:fit-content;max-width:100%;overflow-x:auto;margin:-9px 0 22px;padding:4px;background:#f2f4f7;border-radius:12px}.invoice-tabs button{border:0;border-radius:9px;padding:9px 14px;color:#667085;background:transparent;font:600 13px inherit;white-space:nowrap}.invoice-tabs button:hover{color:#344054}.invoice-tabs button.active{color:#101828;background:#fff;box-shadow:0 1px 3px #1018281d}.invoice-workflow{display:grid;gap:20px}.invoice-workflow .invoice-section{margin:0}.invoice-meta-grid{display:grid;grid-template-columns:minmax(250px,1.45fr) minmax(170px,.7fr) minmax(220px,.85fr);gap:18px;align-items:end}.invoice-next-number{min-height:69px;padding:12px 14px;border:1px solid #d0d5dd;border-radius:10px;background:#f9fafb}.invoice-next-number span,.invoice-next-number strong{display:block}.invoice-next-number span{color:#667085;font-size:12px;margin-bottom:6px}.invoice-next-number strong{color:#101828;font:700 13px ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.customer-shortcuts{display:flex;flex-wrap:wrap;gap:11px;align-items:center;margin:-2px 0 16px}.customer-shortcuts button{border:1px solid #b2ddff;border-radius:999px;padding:7px 12px;color:#175cd3;background:#eff8ff;font:700 12px inherit}.customer-shortcuts button.active{color:#027a48;border-color:#abefc6;background:#ecfdf3}.customer-shortcuts span{color:#667085;font-size:12px}.customer-search,.product-search,.modal-search{display:flex;align-items:center;gap:10px;border:1px solid #d0d5dd;border-radius:10px;padding:0 12px;color:#667085;background:#fff}.customer-search:focus-within,.product-search:focus-within,.modal-search:focus-within{border-color:#0084d6;box-shadow:0 0 0 3px #d1efff}.customer-search input,.product-search input,.modal-search input{flex:1;min-width:0;height:46px;border:0;outline:0;background:transparent;color:#101828;font:14px inherit}.product-search .btn{min-height:34px;padding:7px 12px}.customer-results{margin-top:7px;overflow:hidden;border:1px solid #d0d5dd;border-radius:10px;background:#fff;box-shadow:0 8px 22px #10182812}.customer-results button{display:flex;width:100%;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border:0;border-bottom:1px solid #eaecf0;background:#fff;text-align:left}.customer-results button:hover{background:#f9fafb}.customer-results button>span,.customer-results button strong,.customer-results button small{display:block}.customer-results button strong{color:#101828;font-size:13px}.customer-results button small{color:#667085;font-size:12px;margin-top:3px}.customer-results>.muted{display:block;padding:14px;font-size:13px}.selected-customer{display:grid;grid-template-columns:auto minmax(180px,1.25fr) minmax(150px,1fr) minmax(150px,1fr) auto;gap:16px;align-items:center;margin-top:14px;padding:15px;border:1px solid #b2ddff;border-radius:12px;background:#f5fbff}.selected-customer-icon{display:grid;width:36px;height:36px;place-items:center;border-radius:50%;color:#175cd3;background:#dff3ff}.selected-customer div>strong,.selected-customer div>span,.selected-customer div>small{display:block}.selected-customer div>strong{color:#101828;font-size:13px}.selected-customer div>span,.selected-customer div>small{color:#667085;font-size:11px;margin-top:3px}.selected-customer button{padding:7px 0;border:0;background:transparent;color:#175cd3;font:700 12px inherit}.quick-products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;margin-top:10px}.quick-products button{display:grid;gap:4px;padding:12px;overflow:hidden;border:1px solid #eaecf0;border-radius:10px;background:#fff;text-align:left}.quick-products button:hover{border-color:#b2ddff;background:#f5fbff}.quick-products strong{color:#175cd3;font-size:11px}.quick-products span{overflow:hidden;color:#101828;font-size:12px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.quick-products small{color:#667085;font-size:11px}.invoice-lines-table{margin-top:20px;border:1px solid #eaecf0;border-radius:12px}.invoice-lines-table .table{min-width:850px}.invoice-lines-table .table th{background:#f9fafb}.invoice-lines-table .table td{padding:12px 10px}.invoice-lines-table .table input{width:87px;min-height:35px;padding:7px;border:1px solid #d0d5dd;border-radius:7px;color:#101828}.invoice-product-cell strong,.invoice-product-cell span,.invoice-product-cell small{display:block}.invoice-product-cell strong{color:#175cd3;font:700 11px ui-monospace,monospace}.invoice-product-cell span{max-width:230px;overflow:hidden;color:#101828;font-size:13px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.invoice-product-cell small,.invoice-lines-table td small{color:#667085;font-size:11px}.discount-input{display:flex;align-items:center;width:87px}.discount-input input{border-radius:7px 0 0 7px!important}.discount-input span{padding:9px 7px;border:1px solid #d0d5dd;border-left:0;border-radius:0 7px 7px 0;color:#667085;font-size:12px}.vat-pill{display:inline-block;padding:4px 7px;border-radius:999px;background:#eff8ff;color:#175cd3;font-size:11px;font-weight:700}.danger-icon{color:#b42318!important}.invoice-bottom-grid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(300px,.8fr);gap:20px}.payment-list{display:grid;gap:11px}.payment-row{display:grid;grid-template-columns:minmax(190px,1.6fr) minmax(110px,.7fr) minmax(100px,.6fr) 40px;gap:10px;align-items:end}.payment-row .icon-button{margin-bottom:1px}.payment-list+.notice{margin-top:15px}.totals-card .section-head{margin-bottom:10px}.totals-card .summary-row{font-size:12px}.totals-card .summary-row.grand{margin-top:4px;padding-top:14px;font-size:20px}.additional-list{display:grid;gap:10px;margin:18px 0}.additional-row{display:grid;grid-template-columns:minmax(180px,.7fr) minmax(260px,1.6fr) 40px;gap:10px;align-items:end}.additional-row .icon-button{margin-bottom:1px}.invoice-actions{position:sticky;bottom:15px;z-index:10;display:flex;align-items:center;justify-content:flex-end;gap:10px;padding:12px 14px;border:1px solid #d0d5dd;border-radius:14px;background:#fffffff5;box-shadow:0 8px 22px #10182812}.invoice-actions>div{margin-right:auto}.invoice-actions>div strong,.invoice-actions>div span{display:block}.invoice-actions>div strong{color:#101828;font-size:20px}.invoice-actions>div span{color:#667085;font-size:11px}.modal-search{margin-bottom:16px}.product-picker-list{max-height:430px;overflow:auto;border:1px solid #eaecf0;border-radius:12px}.product-picker-list>button{display:flex;width:100%;align-items:center;justify-content:space-between;gap:18px;padding:15px 16px;border:0;border-bottom:1px solid #eaecf0;background:#fff;text-align:left}.product-picker-list>button:hover{background:#f5fbff}.product-picker-list span{display:grid;gap:4px}.product-picker-list span:last-child{text-align:right}.product-picker-list strong{color:#101828;font-size:13px}.product-picker-list small{color:#667085;font-size:11px}.invoice-preview{border:1px solid #d0d5dd;border-radius:4px;color:#101828;font-family:Arial,sans-serif}.invoice-preview header{display:grid;grid-template-columns:1.25fr .75fr;gap:20px;padding:25px;border-bottom:1px solid #d0d5dd}.invoice-preview header>div:first-child>span{color:#175cd3;font-size:12px;font-weight:700}.invoice-preview header h2{margin:7px 0;color:#0b1f3a;font-size:18px}.invoice-preview header p{margin:3px 0;color:#475467;font-size:12px}.preview-document{display:grid;align-content:start;gap:7px;padding:15px;border:1px solid #98a2b3;border-radius:4px}.preview-document strong{color:#175cd3;font-size:17px}.preview-document span{font:700 14px ui-monospace,monospace}.preview-document small{font-size:11px}.preview-customer{display:grid;grid-template-columns:.65fr 1.6fr 1fr;gap:15px;padding:17px 25px;border-bottom:1px solid #d0d5dd;background:#f9fafb}.preview-customer div{display:grid;gap:4px}.preview-customer small{color:#667085;font-size:11px}.preview-customer strong{font-size:12px}.preview-customer span{color:#475467;font-size:11px}.invoice-preview .table{min-width:650px}.invoice-preview .table th,.invoice-preview .table td{font-size:11px}.preview-footer{display:grid;grid-template-columns:1fr 250px;gap:25px;padding:20px 25px}.preview-footer p{margin:4px 0;color:#475467;font-size:11px}.preview-totals{display:grid;gap:7px;font-size:12px;text-align:right}.preview-totals strong{margin-top:4px;padding-top:9px;border-top:1px solid #98a2b3;color:#0b1f3a;font-size:16px}.send-confirm{display:flex;gap:15px;align-items:center;margin-bottom:20px}.send-confirm>span{display:grid;flex:0 0 48px;width:48px;height:48px;place-items:center;border-radius:50%;color:#175cd3;background:#eff8ff}.send-confirm strong{color:#101828;font-size:22px}.send-confirm p{margin:4px 0 0;color:#667085;font-size:13px;line-height:1.5}@media(max-width:900px){.invoice-meta-grid,.invoice-bottom-grid{grid-template-columns:1fr}.selected-customer{grid-template-columns:auto 1fr}.selected-customer>div:nth-of-type(n+2){grid-column:2}.selected-customer button{grid-column:2;justify-self:start}.quick-products{grid-template-columns:repeat(2,minmax(0,1fr))}.preview-customer{grid-template-columns:1fr}}@media(max-width:620px){.invoice-tabs{width:100%}.customer-search input,.product-search input{font-size:13px}.product-search .btn{display:none}.quick-products{grid-template-columns:1fr}.payment-row,.additional-row{grid-template-columns:1fr 1fr}.payment-row .field:first-child,.additional-row .field:nth-child(2){grid-column:1 / -1}.payment-row .icon-button,.additional-row .icon-button{grid-column:2;justify-self:end}.invoice-actions{position:static;flex-wrap:wrap}.invoice-actions>div{flex-basis:100%}.invoice-actions .btn{flex:1}.invoice-preview header,.preview-footer{grid-template-columns:1fr}}body,button,input,select,textarea,.btn,.field,.table,.modal,.page-head{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.btn-primary,.catalog-page .page-head .btn-primary,.settings-view .page-head .btn-primary{background:#0a58ca;border-color:#0a58ca;color:#fff}.btn-primary:hover:not(:disabled),.catalog-page .page-head .btn-primary:hover:not(:disabled),.settings-view .page-head .btn-primary:hover:not(:disabled){background:#08469f;border-color:#08469f}.btn-secondary{background:#fff;border-color:#cbd5e1;color:#334155}.btn-ghost{color:#0a58ca}body,button,input,select,textarea,.btn,.field,.table,.modal,.page-head{font-family:var(--ui-font)}.btn-primary,.catalog-page .page-head .btn-primary,.settings-view .page-head .btn-primary{background:var(--ui-primary);border-color:var(--ui-primary)}.btn-primary:hover:not(:disabled),.catalog-page .page-head .btn-primary:hover:not(:disabled),.settings-view .page-head .btn-primary:hover:not(:disabled){background:var(--ui-primary-hover);border-color:var(--ui-primary-hover)}.catalog-page .page-head .btn-secondary{background:var(--ui-surface);border-color:#cbd5e1;box-shadow:none;color:var(--ui-text)}.modal{border-color:var(--ui-border);background:var(--ui-surface)}.modal-head{border-color:var(--ui-border)}.modal-head h2,.product-form-grid .field,.product-form-status{color:var(--ui-heading)}.field input,.field select,.field textarea,.input,.ui-input,.ui-select,.table th,.table td,.modal-body>form>.actions:last-child{border-color:var(--ui-border)}.field input:focus,.field select:focus,.field textarea:focus,.input:focus,.ui-input:focus,.ui-select:focus{border-color:var(--ui-primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--ui-primary) 14%,transparent)}.wynnox-mark{display:block;width:100%;height:100%}.brand-icon{width:42px;height:30px;padding:0;border-radius:0;background:transparent}.brand-word{display:grid;gap:2px;line-height:1}.brand-word strong{color:#fff;font-size:18px;letter-spacing:-.05em}.brand-word small{margin:0;color:#a9c9e5;font-size:8px;letter-spacing:.13em}.header-brand-icon{width:46px;height:32px;padding:0;border-radius:0;background:transparent}.header-brand strong{letter-spacing:-.05em}.header-brand small{letter-spacing:.01em}.auth-brand .wynnox-mark{width:58px;height:34px;flex:none}.auth-brand .brand-product{display:grid;gap:2px;margin-left:0;color:#fff;line-height:.9}.auth-brand .brand-product>span{color:#41b6f3}.auth-brand .brand-product small{color:#a9c9e5;font-size:9px;font-weight:600;letter-spacing:.12em;text-transform:uppercase}@media(max-width:620px){.header-brand-icon{display:none}}.document-filter-main{display:grid;grid-template-columns:minmax(260px,1.5fr) repeat(3,minmax(145px,.65fr));gap:13px;align-items:end}.document-filter-main .inline{align-self:stretch;padding:0 10px;border:1px solid #d0d5dd;border-radius:10px;background:#fff}.document-filter-main .inline:focus-within{border-color:#0084d6;box-shadow:0 0 0 3px #d1efff}.document-filter-main .inline .input{border:0;box-shadow:none}.document-advanced-filter{margin-top:18px;padding-top:17px;border-top:1px solid #eaecf0}.document-advanced-filter summary{cursor:pointer;color:#175cd3;font-size:12px;font-weight:700}.document-advanced-filter .grid{margin-top:17px}.document-filter .actions{margin:18px 0 0}.document-table{min-width:1180px}.document-table input[type=checkbox]{width:16px;height:16px;accent-color:#0084d6}.document-table td{font-size:12px}.document-table td small{color:#667085}.documents-pagination{justify-content:space-between}.receipt-actions{display:none;flex-wrap:wrap;gap:9px;margin:20px 0}.ride-panel{overflow:hidden;margin:14px 0 0;border:1px solid #d0d5dd;border-radius:12px;background:#f9fafb}.ride-panel>div{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:11px 14px;border-bottom:1px solid #d0d5dd}.ride-panel strong{color:#101828;font-size:13px}.ride-panel small{color:#667085;font-size:11px}.ride-panel iframe{display:block;width:100%;height:420px;border:0;background:#fff}.document-admin-actions{display:none;gap:11px;margin-top:20px;padding-top:20px;border-top:1px solid #eaecf0}.ride-panel~.actions,.ride-panel~.notice,.ride-panel~.document-operation,.ride-panel~details{display:none}.document-admin-actions .actions{margin:0}.document-operation{margin-top:24px!important}.users-table{min-width:900px}.role-badge,.account-active,.account-inactive,.password-pending{display:inline-flex;align-items:center;gap:5px;border-radius:999px;padding:4px 9px;font-size:11px;font-weight:700}.role-admin{color:#175cd3;background:#eff8ff}.role-operator{color:#475467;background:#f2f4f7}.account-active{color:#027a48;background:#ecfdf3}.account-inactive{color:#b42318;background:#fef3f2}.password-pending{color:#b54708;background:#fffaeb}@media(max-width:1000px){.document-filter-main{grid-template-columns:repeat(2,minmax(0,1fr))}.document-filter-main .inline{grid-column:1 / -1}}@media(max-width:620px){.document-filter-main{grid-template-columns:1fr}.documents-pagination{align-items:flex-start;flex-direction:column}.ride-panel iframe{height:430px}}.sidebar>.side-collapse{flex:0 0 auto;margin:10px 8px 2px}.layout-collapsed .sidebar>.side-collapse{margin-inline:12px}.environment{min-height:40px;gap:8px;padding:6px 12px;border-radius:10px;line-height:1}.environment-copy{display:flex;flex-direction:column;align-items:flex-start;gap:3px}.environment-copy strong{font-size:11px;font-weight:800;letter-spacing:.08em}.environment-copy small{font-family:Inter,Segoe UI,Arial,sans-serif;font-size:9px;font-weight:700;letter-spacing:.045em}.environment-test{color:#b42318;background:#fff1f0;border-color:#fda29b;box-shadow:0 0 0 3px #fff4f3}.environment-test svg{color:#d92d20}.environment-prod{color:#027a48;background:#ecfdf3;border-color:#6ce9a6}@media(max-width:720px){.environment{min-height:34px;padding:5px 8px;border-radius:9px}.environment-copy small{display:none}.environment-copy strong{font-size:10px}}.layout-collapsed .sidebar>.side-collapse span{display:none}.side-footer.side-footer-test{color:#32d583}.side-footer.side-footer-production{color:#f97066}.layout-collapsed .side-footer.side-footer-test:after{background:#32d583}.layout-collapsed .side-footer.side-footer-production:after{background:#f97066}.side-footer{justify-content:center;text-align:center}.side-footer.side-footer-client-test{color:#5ab3ea}.layout-collapsed .side-footer.side-footer-client-test:after{background:#5ab3ea}.notification-wrap{position:relative}.notification-button{position:relative;border:0;background:transparent;cursor:pointer}.notification-count{position:absolute;top:-3px;right:-4px;min-width:17px;height:17px;padding:0 4px;display:grid;place-items:center;border:2px solid #fff;border-radius:999px;background:#d92d20;color:#fff;font-size:9px;font-weight:800;line-height:1}.notification-panel{position:absolute;z-index:80;right:0;top:calc(100% + 13px);width:min(390px,calc(100vw - 26px));overflow:hidden;border:1px solid #eaecf0;border-radius:16px;background:#fff;box-shadow:0 20px 42px #10182824}.notification-panel-head{min-height:70px;padding:14px 16px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #eaecf0}.notification-panel-head>div:first-child{display:grid;gap:3px}.notification-panel-head strong{color:#101828;font-size:14px}.notification-panel-head small{color:#667085;font-size:11px}.notification-panel-head>div:last-child{display:flex;gap:3px}.notification-action{width:32px;height:32px;display:grid;place-items:center;border:0;border-radius:8px;background:transparent;color:#667085;cursor:pointer}.notification-action:hover{background:#f2f4f7;color:#101828}.notification-list{max-height:min(520px,calc(100vh - 148px));overflow-y:auto}.notification-item{width:100%;padding:13px 16px;display:flex;align-items:flex-start;gap:11px;border:0;border-bottom:1px solid #f2f4f7;background:#fff;text-align:left;color:#344054;cursor:pointer}.notification-item:hover{background:#f8fafc}.notification-item.is-unread{background:#f5faff}.notification-item-icon{width:31px;height:31px;flex:0 0 auto;display:grid;place-items:center;border-radius:50%}.notification-error .notification-item-icon{color:#d92d20;background:#fef3f2}.notification-warning .notification-item-icon{color:#b54708;background:#fffaeb}.notification-success .notification-item-icon{color:#027a48;background:#ecfdf3}.notification-info .notification-item-icon{color:#175cd3;background:#eff8ff}.notification-item-copy{min-width:0;display:grid;gap:3px}.notification-item-copy strong{color:#101828;font-size:12px;line-height:1.25}.notification-item-copy small{color:#667085;font-size:11px;line-height:1.35}.notification-item-copy time{margin-top:2px;color:#98a2b3;font-size:10px}.notification-item>i{width:7px;height:7px;flex:0 0 auto;margin-top:5px;border-radius:50%;background:#0084d6}.notification-empty{min-height:118px;margin:0;padding:30px 24px;display:grid;place-items:center;text-align:center;color:#667085;font-size:12px}.notification-success-empty{gap:7px}.notification-success-empty svg{color:#12b76a}.notification-success-empty strong{color:#344054;font-size:13px}.notification-success-empty span{font-size:11px;line-height:1.4}@media(max-width:720px){.notification-panel{position:fixed;right:13px;top:69px}}.dashboard-actions{grid-template-columns:repeat(4,minmax(0,1fr))}@media(max-width:900px){.dashboard-actions{grid-template-columns:repeat(2,minmax(0,1fr))}}.document-filter{padding:14px 16px}.document-filter-toolbar{display:flex;align-items:center;gap:9px}.document-filter-search{min-width:250px;flex:1 1 360px;height:40px;display:flex;align-items:center;gap:8px;padding:0 11px;border:1px solid #d0d5dd;border-radius:9px;background:#fff;color:#667085}.document-filter-search:focus-within{border-color:#0084d6;box-shadow:0 0 0 3px #d1efff}.document-filter-search .input{min-width:0;min-height:38px;padding:0;border:0;box-shadow:none}.document-filter-select{width:145px;min-width:0;height:40px;padding:0 28px 0 10px;border:1px solid #d0d5dd;border-radius:9px;outline:none;background:#fff;color:#344054;font:600 12px Inter,Segoe UI,Arial,sans-serif}.document-filter-select:focus{border-color:#0084d6;box-shadow:0 0 0 3px #d1efff}.document-advanced-filter{margin-top:10px;padding-top:10px}.document-advanced-filter .grid{margin-top:12px}.document-filter-footer{display:flex;align-items:center;justify-content:space-between;min-height:28px;margin-top:8px;color:#667085}.document-filter-footer .btn{min-height:28px;padding:4px 7px;font-size:11px}.document-file-column{width:46px;text-align:center!important}.document-file-action{width:30px;height:30px;display:inline-grid;place-items:center;border-radius:7px}.document-file-action:hover{background:#eff8ff}.document-file-action img{width:25px;height:25px;display:block;object-fit:contain}@media(max-width:1000px){.document-filter-toolbar{flex-wrap:wrap}.document-filter-search{flex-basis:100%}}@media(max-width:620px){.document-filter{padding:12px}.document-filter-toolbar{display:grid;grid-template-columns:1fr 1fr}.document-filter-search{grid-column:1 / -1;min-width:0}.document-filter-select{width:100%}}.main-content-documentos{max-width:none;padding:28px 36px 64px}.main-content-documentos .page-head{margin-bottom:24px}.main-content-documentos .page-head h1{font-size:29px}.main-content-documentos .document-filter{border-radius:14px;box-shadow:0 1px 2px #10182808}.main-content-documentos .documents-results-heading{padding:0}.main-content-documentos .documents-results-heading .section-head{margin:0;padding:0 0 14px}.main-content-documentos .documents-results-heading .section-head h2{font-size:16px}.catalog-table-plain,.main-content-documentos .documents-table-plain{margin-bottom:19px;overflow:hidden;border:1px solid var(--ui-border);border-radius:11px;background:var(--ui-surface)}.main-content-documentos .documents-table-plain .documents-pagination{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0;padding:12px 16px;border-top:1px solid var(--ui-border)}.main-content-documentos .documents-table-plain .documents-pagination>.inline:last-child{margin-left:auto}.main-content-documentos .documents-table-plain .documents-pagination .pagination{padding:0;border:0;background:transparent}.main-content-documentos .documents-table-plain .documents-pagination .pagination-info{display:none}.main-content-documentos .documents-table-plain .documents-pagination>.inline{min-height:32px;gap:10px}.main-content-documentos .documents-selection-actions{display:flex;align-items:center;min-height:36px;gap:12px}.main-content-documentos .documents-table-plain .documents-pagination small{color:#64748b;font-size:12px;font-weight:600}.main-content-documentos .documents-table-plain .documents-pagination .btn{min-height:32px;margin:0;padding-inline:14px;white-space:nowrap}.main-content-documentos .documents-table-plain .document-table,.main-content-documentos .documents-table-plain .document-table *{font-family:var(--ui-font)}.document-table{min-width:920px}.document-table th{padding:12px 14px;font-size:10px}.document-table td{padding:12px 14px;vertical-align:middle}.document-number-cell{min-width:154px}.document-number-cell .mono,.document-date-cell,.document-total-cell{white-space:nowrap}.document-number-cell small{display:block;margin-top:3px}.document-date-cell{color:#475467;font-variant-numeric:tabular-nums}.document-customer-cell{min-width:235px}.document-customer-cell strong,.document-customer-cell small{display:block}.document-customer-cell strong{color:#101828;font-size:12px}.document-customer-cell small{max-width:340px;margin-top:3px;overflow:hidden;color:#667085;text-overflow:ellipsis;white-space:nowrap}.document-total-cell{color:#101828;font-family:ui-monospace,Consolas,monospace;font-weight:700;text-align:right}@media(max-width:720px){.main-content-documentos{padding:22px 16px 56px}.main-content-documentos .page-head{margin-bottom:18px}.main-content-documentos .documents-results{padding:15px 12px}}.document-filter-reference{padding:15px 20px 11px}.document-reference-grid{display:grid;grid-template-columns:minmax(260px,.95fr) minmax(320px,1fr) minmax(350px,1fr);gap:clamp(26px,6vw,120px);align-items:start}.document-filter-group{display:grid;gap:9px}.document-filter-line{display:grid;grid-template-columns:132px minmax(0,1fr);align-items:center;gap:9px;color:#475467;font-size:11px;font-weight:700;white-space:nowrap}.document-filter-line input,.document-filter-line select{width:100%;height:31px;min-width:0;padding:0 9px;border:1px solid #d0d5dd;border-radius:6px;outline:none;background:#fff;color:#344054;font:12px Inter,Segoe UI,Arial,sans-serif}.document-filter-line input:focus,.document-filter-line select:focus{border-color:#0084d6;box-shadow:0 0 0 3px #d1efff}.document-filter-group-end{position:relative;padding-right:100px}.document-consult{position:absolute;right:0;bottom:0;min-width:88px;min-height:31px;padding:6px 12px;border-radius:6px;font-size:11px}.document-filter-reference .document-advanced-filter{margin-top:13px;padding-top:10px}.document-filter-reference .document-filter-footer{margin-top:6px}@media(max-width:1150px){.document-reference-grid{grid-template-columns:1fr 1fr;gap:20px 34px}.document-filter-group-end{grid-column:1 / -1;max-width:calc(50% - 17px)}}@media(max-width:720px){.document-filter-reference{padding:13px}.document-reference-grid{grid-template-columns:1fr;gap:12px}.document-filter-group-end{grid-column:auto;max-width:none}.document-filter-line{grid-template-columns:118px minmax(0,1fr)}}.main-content{width:auto;max-width:none}.document-table{min-width:1780px}.document-table th{padding:10px 9px;background:#f2f4f7;color:#475467;font-size:9px;letter-spacing:.015em;line-height:1.2;text-transform:none;white-space:normal}.document-table td{padding:9px;font-size:11px;line-height:1.3;border-bottom-color:#eaecf0}.document-table tbody tr:hover{background:#f8fbff}.document-table .document-file-column{width:45px;min-width:45px}.document-buyer-cell{min-width:130px;color:#101828;font-weight:600;text-transform:uppercase}.document-number-cell{min-width:132px}.document-detail-link{padding:0;border:0;background:transparent;color:#175cd3;font:700 11px ui-monospace,Consolas,monospace;white-space:nowrap;cursor:pointer}.document-detail-link:hover{color:#0084d6;text-decoration:underline}.document-key-column{min-width:260px}.document-key-cell{min-width:300px;color:#475467;font-size:9px!important;overflow-wrap:anywhere}.document-key-cell span{display:block}.document-date-cell{min-width:102px;font-size:10px!important}.document-table .status{font-size:10px;padding:4px 7px;white-space:nowrap}.document-total-cell{min-width:88px}.document-email-cell{min-width:176px;max-width:210px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(max-width:720px){.main-content{max-width:none}}.archive-intro{margin:0 0 18px;color:#475467;font-size:13px;line-height:1.5}.archive-format-options{display:grid;gap:10px;margin-bottom:16px}.archive-format-option{min-height:73px;display:flex;align-items:center;gap:12px;padding:11px 13px;border:1px solid #d0d5dd;border-radius:12px;background:#fff;cursor:pointer}.archive-format-option:hover{border-color:#84caff;background:#f8fbff}.archive-format-option.selected{border-color:#0084d6;background:#eff8ff;box-shadow:inset 0 0 0 1px #0084d6}.archive-format-option input{width:17px;height:17px;flex:none;accent-color:#0084d6}.archive-format-option img{width:38px;height:38px;object-fit:contain}.archive-format-option>span{display:grid;gap:3px}.archive-format-option strong{color:#101828;font-size:13px}.archive-format-option small{color:#667085;font-size:11px;line-height:1.35}.archive-actions{margin-top:18px}.document-filter-group-end{padding-right:0}.document-advanced-grid{display:grid;grid-template-columns:minmax(320px,1.35fr) minmax(230px,.65fr);gap:12px;max-width:760px}.document-advanced-inline{display:grid;grid-template-columns:64px minmax(0,1fr);align-items:center;gap:8px;color:#475467;font-size:11px;font-weight:700}.document-advanced-inline .input,.document-advanced-inline select{min-width:0;min-height:33px;height:33px;padding:0 9px;border:1px solid #d0d5dd;border-radius:6px;outline:none;background:#fff;color:#344054;font:12px Inter,Segoe UI,Arial,sans-serif}.document-advanced-inline .input:focus,.document-advanced-inline select:focus{border-color:#0084d6;box-shadow:0 0 0 3px #d1efff}@media(max-width:720px){.document-advanced-grid{grid-template-columns:1fr}}.products-page .page-head{margin-bottom:25px}.products-page .page-head h1{font-size:27px;line-height:1.2;letter-spacing:-.03em}.products-page .page-head .btn{min-height:40px;border-radius:7px;box-shadow:0 2px 4px #0a58ca33}.products-page .catalog-metrics{gap:12px;margin-bottom:18px}.products-page .catalog-metric{border-color:#e2e8f0;border-radius:11px;box-shadow:0 1px 2px #0f172a0d}.products-page .catalog-metric:before{background:var(--blue)}.products-page .catalog-toolbar{min-height:71px;padding:15px;border-color:#e2e8f0;background:#fff}.products-page .catalog-search,.products-page .catalog-filter{border-color:#cbd5e1;border-radius:7px}.products-page .catalog-search .input,.products-page .catalog-filter{min-height:41px;background-color:#fff}.products-page .catalog-search:focus-within,.products-page .catalog-filter:focus{border-color:var(--blue);box-shadow:0 0 0 3px #0a58ca24}.products-page .catalog-table-section{border-color:#e2e8f0;border-radius:11px;box-shadow:0 1px 2px #0f172a0d}.products-page .catalog-table-section .table th{padding:12px 18px;background:#f0f5fd;color:#64748b;border-color:#e2e8f0;font-size:10px}.products-page .catalog-table-section .table td{padding:14px 18px;border-color:#edf1f6;color:#475569;font-size:13px}.products-page .catalog-table-section .table tbody tr:hover{background:#f8fafc}.products-page .catalog-table-section .table .btn{min-height:31px;border-radius:6px;box-shadow:none}.product-form-modal,.product-form-modal.modal-wide{width:min(100%,545px)}.product-form-modal .modal-head{padding:21px 24px}.product-form-modal .modal-head h2{color:#0f172a;font-size:18px}.product-form-modal .modal-head p{margin:5px 0 0;color:#64748b;font-size:13px}.product-form-modal .modal-body{padding:24px}.product-form-grid{display:grid;gap:18px}.product-form-grid .field{gap:8px;color:#1e3a5f;font-size:14px;font-weight:700}.product-form-grid .ui-input{height:43px;min-height:43px;border-color:#d7e1ee;border-radius:8px}.product-form-status{min-height:51px;display:flex;align-items:center;justify-content:space-between;padding:0 12px;border:1px solid #d7e1ee;border-radius:8px;color:#1e3a5f;font-size:14px;font-weight:700}.product-form-status strong{display:inline-flex;align-items:center;min-height:25px;padding:0 11px;border-radius:999px;font-size:12px}.product-status-active{background:#dcfce7;color:#167744}.product-status-inactive{background:#f1f5f9;color:#64748b}.modal-backdrop{align-items:center;padding:24px;background:#0f172a73}.modal{width:min(100%,545px);max-height:calc(100vh - 48px);overflow:auto;border:1px solid #e2e8f0;border-radius:14px;background:#fff;box-shadow:0 24px 60px #0f172a47}.modal-wide{width:min(100%,920px)}.modal-head{min-height:88px;padding:22px 24px 17px;border-bottom:1px solid #dbe4ef}.modal-head h2{color:#1e3a5f;font-size:18px;font-weight:800;letter-spacing:-.02em}.modal-head p{margin:5px 0 0;color:#64748b;font-size:13px;line-height:1.45}.modal-head .icon-button{color:#64748b;border-radius:7px}.modal-head .icon-button:hover{background:#f1f5f9;color:#1e3a5f}.modal-body{padding:24px}.modal-body>form>.actions:last-child{justify-content:flex-end;margin:24px -24px -24px;padding:17px 24px;border-top:1px solid #dbe4ef}.modal-body>form>.actions:last-child .btn{min-width:112px}@media(max-width:620px){.modal-backdrop{padding:14px}.modal-wide,.product-form-modal,.product-form-modal.modal-wide{width:100%}.modal-head,.modal-body{padding-right:18px;padding-left:18px}.modal-body>form>.actions:last-child{margin-right:-18px;margin-bottom:-18px;margin-left:-18px;padding-right:18px;padding-left:18px}}.product-form-modal .actions{justify-content:flex-end;margin:8px -24px -24px;padding:17px 24px;border-top:1px solid #e2e8f0}.product-form-modal .actions .btn:first-child:not(:last-child){order:-1}@media(max-width:720px){.products-page .catalog-toolbar{align-items:stretch}.product-form-modal .modal-body{padding:18px}.product-form-modal .actions{margin:8px -18px -18px;padding:14px 18px}}*,*:before,*:after{font-family:var(--ui-font)}
