@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--bg: #f6f4ef;--surface: #ffffff;--surface-muted: #f9f8f4;--surface-dark: #16161a;--surface-dark-soft: #1e1f25;--line: #d9d3c6;--line-strong: #c8c0b2;--text: #0e1726;--text-soft: #637089;--text-inverse: #f5f7fb;--orange: #ff7a00;--green: #22b14c;--green-soft: #d8f7dd;--red: #ff5a4f;--yellow-soft: #fff1b9;--radius-sm: 8px;--radius-md: 8px;--radius-lg: 8px;--sidebar-width: 264px;--topbar-height: 60px;--support-access-banner-height: 40px;--support-access-banner-overlap: 0px;--control-height: 42px;--check-size: 24px;--check-radius: 8px;--font-sans: "Inter", system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, sans-serif;--page-section-gap: 12px}*,*:before,*:after{box-sizing:border-box}[hidden]{display:none!important}html,body{margin:0;min-height:100%;background:var(--bg);color:var(--text);font-family:var(--font-sans);font-size:14px}html{scrollbar-color:color-mix(in srgb,var(--orange) 82%,#ffffff 18%) color-mix(in srgb,var(--surface-muted) 72%,#ffffff 28%);scrollbar-width:thin}*::-webkit-scrollbar{width:10px;height:10px}*::-webkit-scrollbar-track{background:color-mix(in srgb,var(--surface-muted) 72%,#ffffff 28%)}*::-webkit-scrollbar-thumb{background:color-mix(in srgb,var(--orange) 82%,#ffffff 18%);border-radius:999px;border:2px solid color-mix(in srgb,var(--surface-muted) 72%,#ffffff 28%)}*::-webkit-scrollbar-thumb:hover{background:color-mix(in srgb,var(--orange) 90%,#ffffff 10%)}body.theme-dark,body.theme-dark-workspace{scrollbar-color:color-mix(in srgb,var(--orange) 78%,#ffffff 22%) color-mix(in srgb,var(--surface-dark-soft) 84%,#0f1116 16%)}body.theme-dark *::-webkit-scrollbar-track,body.theme-dark-workspace *::-webkit-scrollbar-track{background:color-mix(in srgb,var(--surface-dark-soft) 84%,#0f1116 16%)}body.theme-dark *::-webkit-scrollbar-thumb,body.theme-dark-workspace *::-webkit-scrollbar-thumb{background:color-mix(in srgb,var(--orange) 78%,#ffffff 22%);border-color:color-mix(in srgb,var(--surface-dark-soft) 84%,#0f1116 16%)}body.theme-dark *::-webkit-scrollbar-thumb:hover,body.theme-dark-workspace *::-webkit-scrollbar-thumb:hover{background:color-mix(in srgb,var(--orange) 88%,#ffffff 12%)}.ms-icon.material-symbols-rounded{font-family:Material Symbols Rounded,system-ui,-apple-system,BlinkMacSystemFont,SF Pro Text,Inter,sans-serif;font-weight:400;font-style:normal;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased;font-size:1em;font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24;-webkit-user-select:none;user-select:none}body.theme-dark,body.theme-dark-workspace{--bg: #15151a;--surface: #17181d;--surface-muted: #202228;--line: #31343d;--line-strong: #3d4048;--text: #f6f7fb;--text-soft: #979daa;color-scheme:dark}a{color:inherit;text-decoration:none}.btn{border:1px solid var(--line);background:var(--surface);color:var(--text);border-radius:var(--radius-md);min-height:var(--control-height);padding:0 16px;display:inline-flex;align-items:center;justify-content:center;gap:10px;font-weight:700;cursor:pointer;transition:.18s ease}.btn__icon{width:16px;height:16px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.btn__icon svg,.btn__icon .ms-icon{width:100%;height:100%;display:block;font-size:16px}.btn:hover{transform:translateY(-1px);border-color:var(--line-strong)}.btn--icon{width:44px;padding:0}.btn--icon>.ms-icon{font-size:18px}.btn--icon-danger{color:#fff!important;background:#ff5a52!important;border-color:#ff5a52!important;box-shadow:none}.btn--icon-danger:hover{color:#fff;background:#e5484d!important;border-color:#e5484d!important}.btn--icon-danger .ms-icon{color:currentColor}.btn--primary{background:var(--orange);color:#fff;border-color:transparent}.btn--success{background:var(--green);color:#fff;border-color:transparent}.btn--danger{background:var(--red);color:#fff;border-color:transparent}.btn--ghost{background:transparent}.stats-grid,.module-grid{display:grid;gap:16px}.stats-grid{grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:22px}.stats-grid.invoice-stats{grid-template-columns:repeat(auto-fit,minmax(min(100%,220px),1fr));align-items:stretch}.product-stats,.customer-stats{grid-template-columns:repeat(5,minmax(0,1fr))}@media(max-width:1680px){.customer-stats{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:1440px){.customer-stats{grid-template-columns:repeat(3,minmax(0,1fr))}}.module-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.card,.panel,.drawer,.auth-card,.wizard,.summary-panel{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-md);box-shadow:none}.card{padding:20px}.card--success{margin-bottom:18px;border-color:#22b14c59}.card h3,.panel h3,.wizard h3,.auth-card h3{margin:0 0 8px;font-size:1.05rem}.card p,.panel p,.wizard p,.auth-card p{margin:0;color:var(--text-soft)}.drawer-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.drawer-panel{--drawer-shell-width: min(426px, 100%);position:fixed;inset:0;padding:0;display:none;align-items:stretch;justify-content:flex-end;z-index:40}.drawer-panel.is-open{display:flex}.drawer-backdrop{position:absolute;inset:0 var(--drawer-shell-width) 0 0;border:0;padding:0;margin:0;background:#0e172647;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);cursor:pointer}.drawer-panel:after{content:"";position:absolute;inset:0 0 0 auto;width:var(--drawer-shell-width);background:#ffffffc7;border-left:1px solid var(--line-strong);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}body.theme-dark .drawer-backdrop,body.theme-dark-workspace .drawer-backdrop{background:#00000070}body.drawer-is-open{overflow:hidden}body.theme-dark .drawer-panel:after,body.theme-dark-workspace .drawer-panel:after{background:#111216}.drawer{position:relative;z-index:1;padding:0 18px 18px;width:var(--drawer-shell-width);max-width:none;max-height:100vh;overflow:auto;min-height:100vh;margin-left:auto;align-self:flex-start;background:transparent;border:0;border-radius:0;box-shadow:none}.drawer-panel--sidebar{--drawer-shell-width: min(320px, calc(100vw - 52px) );justify-content:flex-start}.drawer-panel--sidebar .drawer-backdrop{inset:0 0 0 var(--drawer-shell-width)}.drawer-panel--sidebar:after{inset:0 auto 0 0;border-left:0;border-right:1px solid var(--line-strong)}.drawer--sidebar{margin-left:0;margin-right:auto;padding:0}.sidebar--mobile{width:var(--drawer-shell-width);min-height:100vh;height:100vh;position:static;overflow:auto;border-right:0;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;z-index:auto}.drawer__head{min-height:var(--topbar-height);margin:0 -18px var(--page-section-gap);padding:0 18px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:12px}.drawer .field{gap:6px}.drawer .field+.field{margin-top:var(--page-section-gap)}.drawer .field input,.drawer .field select,.drawer .field textarea{padding-top:0;padding-bottom:0}.drawer .toolbar{gap:10px}.drawer__head h4{margin:0;font-size:1.08rem;font-weight:900}.drawer__close{width:34px;height:34px;border:0;border-radius:var(--radius-md);background:transparent;color:var(--text);display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.drawer__close:hover{background:color-mix(in srgb,var(--surface-muted) 72%,transparent)}.drawer__close .ms-icon,.drawer__close svg{width:18px;height:18px;font-size:18px}.drawer ul{margin:0;padding-left:18px;color:var(--text-soft)}.field{display:grid;gap:8px}.field--mt{margin-top:14px}.field label{color:var(--text-soft);font-weight:700}.field__required{color:var(--red);font-weight:900}.field input,.field select,.field textarea{width:100%;min-height:var(--control-height);border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface);color:var(--text);padding:12px 14px}body.theme-dark .field input[type=date],body.theme-dark .field input[type=datetime-local],body.theme-dark .field input[type=month],body.theme-dark-workspace .field input[type=date],body.theme-dark-workspace .field input[type=datetime-local],body.theme-dark-workspace .field input[type=month]{color-scheme:dark;accent-color:var(--orange)}body.theme-dark .field input[type=date]::-webkit-datetime-edit,body.theme-dark .field input[type=datetime-local]::-webkit-datetime-edit,body.theme-dark .field input[type=month]::-webkit-datetime-edit,body.theme-dark-workspace .field input[type=date]::-webkit-datetime-edit,body.theme-dark-workspace .field input[type=datetime-local]::-webkit-datetime-edit,body.theme-dark-workspace .field input[type=month]::-webkit-datetime-edit{color:var(--text)}body.theme-dark .field input[type=date]::-webkit-datetime-edit-text,body.theme-dark .field input[type=datetime-local]::-webkit-datetime-edit-text,body.theme-dark .field input[type=month]::-webkit-datetime-edit-text,body.theme-dark-workspace .field input[type=date]::-webkit-datetime-edit-text,body.theme-dark-workspace .field input[type=datetime-local]::-webkit-datetime-edit-text,body.theme-dark-workspace .field input[type=month]::-webkit-datetime-edit-text{color:var(--text-soft)}body.theme-dark .field input[type=date]::-webkit-datetime-edit-fields-wrapper,body.theme-dark .field input[type=datetime-local]::-webkit-datetime-edit-fields-wrapper,body.theme-dark .field input[type=month]::-webkit-datetime-edit-fields-wrapper,body.theme-dark-workspace .field input[type=date]::-webkit-datetime-edit-fields-wrapper,body.theme-dark-workspace .field input[type=datetime-local]::-webkit-datetime-edit-fields-wrapper,body.theme-dark-workspace .field input[type=month]::-webkit-datetime-edit-fields-wrapper{color:var(--text)}body.theme-dark .field input[type=date]::-webkit-datetime-edit-year-field:focus,body.theme-dark .field input[type=date]::-webkit-datetime-edit-month-field:focus,body.theme-dark .field input[type=date]::-webkit-datetime-edit-day-field:focus,body.theme-dark .field input[type=datetime-local]::-webkit-datetime-edit-year-field:focus,body.theme-dark .field input[type=datetime-local]::-webkit-datetime-edit-month-field:focus,body.theme-dark .field input[type=datetime-local]::-webkit-datetime-edit-day-field:focus,body.theme-dark .field input[type=datetime-local]::-webkit-datetime-edit-hour-field:focus,body.theme-dark .field input[type=datetime-local]::-webkit-datetime-edit-minute-field:focus,body.theme-dark .field input[type=month]::-webkit-datetime-edit-year-field:focus,body.theme-dark .field input[type=month]::-webkit-datetime-edit-month-field:focus,body.theme-dark-workspace .field input[type=date]::-webkit-datetime-edit-year-field:focus,body.theme-dark-workspace .field input[type=date]::-webkit-datetime-edit-month-field:focus,body.theme-dark-workspace .field input[type=date]::-webkit-datetime-edit-day-field:focus,body.theme-dark-workspace .field input[type=datetime-local]::-webkit-datetime-edit-year-field:focus,body.theme-dark-workspace .field input[type=datetime-local]::-webkit-datetime-edit-month-field:focus,body.theme-dark-workspace .field input[type=datetime-local]::-webkit-datetime-edit-day-field:focus,body.theme-dark-workspace .field input[type=datetime-local]::-webkit-datetime-edit-hour-field:focus,body.theme-dark-workspace .field input[type=datetime-local]::-webkit-datetime-edit-minute-field:focus,body.theme-dark-workspace .field input[type=month]::-webkit-datetime-edit-year-field:focus,body.theme-dark-workspace .field input[type=month]::-webkit-datetime-edit-month-field:focus{background:color-mix(in srgb,var(--orange) 28%,var(--surface-muted));color:var(--text);border-radius:4px}body.theme-dark .field input[type=date]::-webkit-calendar-picker-indicator,body.theme-dark .field input[type=datetime-local]::-webkit-calendar-picker-indicator,body.theme-dark .field input[type=month]::-webkit-calendar-picker-indicator,body.theme-dark-workspace .field input[type=date]::-webkit-calendar-picker-indicator,body.theme-dark-workspace .field input[type=datetime-local]::-webkit-calendar-picker-indicator,body.theme-dark-workspace .field input[type=month]::-webkit-calendar-picker-indicator{filter:invert(.9) brightness(.9);opacity:.92}.field--calculated input,.field input[readonly]{border-color:color-mix(in srgb,var(--orange) 22%,var(--line));background:linear-gradient(135deg,#ff7a0014,#22b14c0f),var(--surface);color:var(--text);font-weight:700}.field--calculated .money-input{border-color:color-mix(in srgb,var(--orange) 22%,var(--line));background:linear-gradient(135deg,#ff7a0014,#22b14c0f),var(--surface)}.field--calculated .money-input__prefix{background:transparent;color:var(--text-soft)}.field--calculated label{color:color-mix(in srgb,var(--text-soft) 78%,var(--orange))}.money-input{position:relative;display:flex;align-items:stretch;width:100%;min-height:var(--control-height);border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface);overflow:hidden}.money-input__prefix{display:inline-flex;align-items:center;justify-content:center;min-width:52px;padding:0 14px;border-right:1px solid var(--line);background:color-mix(in srgb,var(--surface-muted) 82%,white 18%);color:var(--text-soft);font-weight:800}.money-input input{flex:1 1 auto;min-width:0;border:0;border-radius:0;background:transparent;padding-left:14px}.money-input input:focus{outline:none}.field:focus-within .money-input{border-color:color-mix(in srgb,var(--orange) 55%,var(--line))}.cep-input{position:relative;display:flex;align-items:stretch;width:100%;min-height:var(--control-height);border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface);overflow:hidden}.cep-input input{flex:1 1 auto;min-width:0;border:0;border-radius:0;background:transparent;padding-right:14px}.cep-input input:focus{outline:none}.cep-input__button{display:inline-flex;align-items:center;justify-content:center;width:52px;min-width:52px;border:0;border-left:1px solid color-mix(in srgb,var(--orange) 72%,#d96a00);background:var(--orange);color:#fff;cursor:pointer}.cep-input__button:hover{background:color-mix(in srgb,var(--orange) 88%,#b94800)}.cep-input__button:disabled{cursor:progress;opacity:.72}.cep-input__button .ms-icon{font-size:20px}.field:focus-within .cep-input{border-color:color-mix(in srgb,var(--orange) 55%,var(--line))}.field select{appearance:none;-webkit-appearance:none;-moz-appearance:none;padding-right:42px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23637089' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;background-size:16px 16px}.field input[data-address-field]{padding-right:42px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23637089' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;background-size:16px 16px}.field input[data-address-field]::-webkit-calendar-picker-indicator{opacity:0}.field textarea{min-height:120px;resize:vertical}.field .whatsapp-format-shell__field{min-height:180px;padding:14px 16px;border:none;border-radius:0;background:transparent;box-shadow:none;outline:none;appearance:none}.field-inline{display:flex;align-items:stretch;gap:10px}.field-inline>select,.field-inline>input{flex:1 1 auto;min-width:0}.field-inline>.btn{flex:0 0 auto}.custom-select{position:relative}.custom-select__trigger{width:100%;min-height:var(--control-height);border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface);color:var(--text);padding:12px 42px 12px 14px;text-align:left;position:relative;cursor:pointer}.custom-select__trigger:after{content:"";position:absolute;right:14px;top:50%;width:16px;height:16px;transform:translateY(-50%);border:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23637089' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:16px 16px;pointer-events:none}.custom-select.is-open .custom-select__trigger:after{transform:translateY(-50%) rotate(180deg)}.custom-select__panel{position:absolute;top:calc(100% + 8px);left:0;right:0;z-index:15;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface);overflow:hidden;box-shadow:0 12px 30px #0e172614}.custom-select__options{display:grid;max-height:240px;overflow:auto}.custom-select__search{padding:10px;border-bottom:1px solid var(--line);background:color-mix(in srgb,var(--surface-muted) 65%,white 35%)}.custom-select__search input{width:100%;min-height:38px;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface);color:var(--text);padding:0 12px;outline:none}.custom-select__search input:focus{border-color:var(--orange);box-shadow:0 0 0 3px #ff7a001f}.custom-select__option{width:100%;min-height:42px;border:0;border-bottom:1px solid var(--line);background:var(--surface);color:var(--text);text-align:left;padding:0 14px;cursor:pointer}.custom-select--searchable .custom-select__option{min-height:48px;display:grid;gap:3px;padding:8px 14px}.custom-select__option-main,.custom-select__option-meta{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.custom-select__option-main{font-weight:700}.custom-select__option-meta{color:var(--text-soft);font-size:.78rem}.custom-select__option:last-child{border-bottom:0}.custom-select__option:hover,.custom-select__option.is-selected{background:color-mix(in srgb,var(--surface-muted) 85%,white 15%)}.custom-select__empty{padding:12px 14px;color:var(--text-soft);font-size:.88rem}.custom-select__footer{padding:12px;border-top:1px solid var(--line);background:color-mix(in srgb,var(--surface-muted) 65%,white 35%)}.custom-select__footer .btn{width:100%}.field--span-1{grid-column:span 1}.field--span-2{grid-column:span 2}.field--span-3{grid-column:span 3}.field--span-4{grid-column:span 4}.field--span-6{grid-column:span 6}.field--span-8{grid-column:span 8}.field--span-12{grid-column:span 12}.empty-copy{margin-top:12px}.error-text{color:#d74949;font-size:.88rem}.flash-modal{position:fixed;inset:0;z-index:80;display:grid;place-items:center;padding:24px}.flash-modal__backdrop{position:absolute;inset:0;background:#080c1047;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.flash-modal__panel{position:relative;width:min(520px,100%);border-radius:18px;border:1px solid color-mix(in srgb,var(--green) 16%,var(--line));background:linear-gradient(180deg,#fffffff5,#ffffffeb),var(--surface);box-shadow:0 32px 90px #0f172a2e;padding:20px 20px 20px 18px;display:grid;grid-template-columns:auto 1fr auto;gap:14px;align-items:center;transform-origin:center center;animation:flashModalIn .22s ease both;overflow:hidden}.flash-modal__badge{width:52px;height:52px;border-radius:14px;display:grid;place-items:center;align-content:center;justify-content:center;background:transparent;color:var(--green);border:0;box-shadow:none}.flash-modal__badge>*{display:grid;place-items:center;width:100%;height:100%;align-content:center;justify-content:center}.flash-modal__badge .ms-icon{display:inline-flex;align-items:center;justify-content:center;font-size:34px;line-height:1;color:var(--green);transform:translateY(-.5px)}.flash-modal__badge svg{width:32px;height:32px;display:block;margin:0 auto;color:var(--green);stroke:currentColor;fill:none;stroke-width:2.2}.flash-modal__body{min-width:0}.flash-modal__title{display:block;font-weight:900;font-size:1rem;letter-spacing:-.02em}.flash-modal__message{margin:4px 0 0;color:var(--text-soft);line-height:1.45}.flash-modal__close.btn--icon{width:44px;height:44px;border-radius:12px;border-color:color-mix(in srgb,var(--line) 88%,white);background:#ffffffbd;box-shadow:inset 0 1px #fffc}body.theme-dark .flash-modal__panel,body.theme-dark-workspace .flash-modal__panel{border-color:color-mix(in srgb,var(--green) 22%,#2a2d36 78%);background:linear-gradient(180deg,#181a21f5,#14161df0),color-mix(in srgb,var(--surface-dark-soft) 90%,#11141b 10%);box-shadow:0 32px 90px #0000006b}body.theme-dark .flash-modal__title,body.theme-dark-workspace .flash-modal__title{color:#f5f7fb}body.theme-dark .flash-modal__message,body.theme-dark-workspace .flash-modal__message{color:#c5cee0}body.theme-dark .flash-modal__close.btn--icon,body.theme-dark-workspace .flash-modal__close.btn--icon{border-color:color-mix(in srgb,var(--line) 72%,#2a2d36 28%);background:color-mix(in srgb,var(--surface-dark) 84%,#1a1d25 16%);box-shadow:none;color:#dbe4f0}body.theme-dark .flash-modal__close.btn--icon:hover,body.theme-dark .flash-modal__close.btn--icon:focus-visible,body.theme-dark-workspace .flash-modal__close.btn--icon:hover,body.theme-dark-workspace .flash-modal__close.btn--icon:focus-visible{background:color-mix(in srgb,var(--surface-dark-soft) 88%,#212531 12%);color:#fff}.flash-modal.is-hiding .flash-modal__panel{animation:flashModalOut .18s ease both}.flash-modal.is-hiding .flash-modal__backdrop{opacity:0;transition:opacity .18s ease}@keyframes flashModalIn{0%{opacity:0;transform:translateY(18px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes flashModalOut{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(12px) scale(.97)}}@media(max-width:640px){.flash-modal{padding:16px}.flash-modal__panel{grid-template-columns:auto 1fr;padding:18px}.flash-modal__close.btn--icon{grid-column:2;justify-self:end;margin-top:-2px}}
