:root{--font-sans: Inter, "Segoe UI", Arial, sans-serif;--color-chocolate-950: #1f100c;--color-chocolate-900: #2f1813;--color-chocolate-800: #48271f;--color-cream-50: #fffaf5;--color-cream-100: #f8eee4;--color-raspberry-600: #cf3157;--color-raspberry-700: #a92544;--color-gold-500: #d4a95f;--color-success-600: #258052;--color-danger-600: #b93743;--color-ink-900: #241b19;--color-muted-600: #6e6360;--color-line: #e7d8ce;font-family:var(--font-sans)}body{background:var(--color-cream-50);color:var(--color-ink-900)}button,input,select,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.62}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid color-mix(in srgb,var(--color-raspberry-600) 26%,transparent);outline-offset:2px}.field{display:grid;gap:7px;color:var(--color-ink-900);font-weight:600}.field input,.field select,.field textarea{width:100%;min-height:46px;border:1px solid var(--color-line);border-radius:7px;background:#fff;padding:10px 12px}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--color-raspberry-600);box-shadow:none}.primary-button,.secondary-button,.icon-button{min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:7px;font-weight:600}.primary-button{border:1px solid var(--color-raspberry-600);background:var(--color-raspberry-600);color:#fff;padding:10px 17px}.primary-button:hover{background:var(--color-raspberry-700)}.secondary-button{border:1px solid var(--color-line);background:#fff;color:var(--color-ink-900);padding:10px 17px}.icon-button{width:44px;min-width:44px;border:0;background:transparent;color:currentColor;padding:0}.primary-button svg,.secondary-button svg,.icon-button svg{width:18px;height:18px}.form-error{margin:0;color:var(--color-danger-600);font-weight:700}.auth-screen{min-height:100dvh;display:grid;place-items:center;padding:clamp(16px,2.2vw,34px);background:var(--color-cream-100)}.auth-shell{width:min(1720px,96vw);height:min(860px,90dvh);min-height:620px;display:grid;grid-template-columns:minmax(0,1.55fr) minmax(390px,.85fr);overflow:hidden;border:1px solid var(--color-line);border-radius:8px;background:#fff;box-shadow:0 20px 60px #2f181324}.auth-carousel{position:relative;min-width:0;min-height:0;overflow:hidden;background:var(--color-chocolate-950)}.auth-slide{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .5s ease}.auth-slide.active{opacity:1}.auth-panel{display:grid;place-items:center;padding:clamp(30px,4vw,64px)}.auth-form{width:min(470px,100%);display:grid;gap:16px}.auth-brand{display:flex;align-items:center;justify-content:center;gap:11px;margin-bottom:10px;color:var(--color-raspberry-700)}.auth-brand-mark{width:46px;height:46px;display:grid;place-items:center;border-radius:8px;background:var(--color-raspberry-600);color:#fff}.auth-brand-mark svg{width:25px;height:25px}.auth-brand strong,.auth-brand small{display:block}.auth-brand strong{font-family:Georgia,serif;font-size:28px;font-weight:600}.auth-brand small{margin-top:2px;color:var(--color-gold-500)}.auth-title{margin-bottom:4px;text-align:center}.auth-title h1{margin:0;font-size:28px;font-weight:650}.auth-title p{margin:5px 0 0;color:var(--color-muted-600)}.password-control{position:relative;display:block}.password-control input{padding-right:48px}.password-control .icon-button{position:absolute;top:1px;right:1px}.auth-submit{width:100%;margin-top:4px}.refactor-shell{min-height:100vh;display:grid;grid-template-columns:220px minmax(0,1fr);background:var(--color-cream-50);transition:grid-template-columns .18s ease}.refactor-shell.is-collapsed{grid-template-columns:68px minmax(0,1fr)}.refactor-sidebar{position:sticky;top:0;z-index:20;height:100vh;display:grid;grid-template-rows:auto 1fr auto;min-width:0;padding:14px 10px;background:var(--color-chocolate-950);color:var(--color-cream-50)}.refactor-brand{min-height:50px;display:flex;align-items:center;gap:10px;padding:4px 8px 14px;border-bottom:1px solid rgba(255,255,255,.14)}.refactor-brand>span{width:36px;height:36px;display:grid;flex:0 0 auto;place-items:center;border-radius:7px;background:var(--color-raspberry-600)}.refactor-brand svg{width:20px;height:20px}.refactor-brand div,.refactor-user-copy,.refactor-nav-item span{min-width:0;overflow:hidden;white-space:nowrap;transition:width .12s ease,opacity .12s ease}.refactor-brand strong,.refactor-brand small,.refactor-user-copy strong,.refactor-user-copy small{display:block}.refactor-brand strong{font-family:Georgia,serif;font-size:20px;font-weight:600}.refactor-brand small{margin-top:2px;color:var(--color-gold-500)}.refactor-nav{display:grid;align-content:start;gap:3px;padding-top:12px}.refactor-nav-item,.refactor-user,.refactor-user-menu button{width:100%;min-height:42px;display:flex;align-items:center;gap:10px;border:0;border-radius:6px;color:inherit;background:transparent;padding:9px 10px;text-align:left}.refactor-nav-item svg,.refactor-user-menu svg{width:18px;height:18px;flex:0 0 auto}.refactor-nav-item:hover,.refactor-user:hover,.refactor-user-menu button:hover{background:#ffffff1a}.refactor-nav-item.active{background:var(--color-raspberry-600);color:#fff}.refactor-user-area{position:relative;padding-top:12px;border-top:1px solid rgba(255,255,255,.14)}.refactor-user{padding:7px}.refactor-avatar{width:34px;height:34px;display:grid;flex:0 0 auto;place-items:center;border-radius:50%;background:var(--color-cream-50);color:var(--color-chocolate-950)}.refactor-avatar svg{width:18px;height:18px}.refactor-user-copy{flex:1}.refactor-user-copy small{margin-top:2px;color:#d8c6bb}.refactor-user-chevron{width:16px;height:16px}.refactor-user-menu{position:absolute;right:0;bottom:58px;left:0;overflow:hidden;border:1px solid rgba(255,255,255,.16);border-radius:7px;background:var(--color-chocolate-800);box-shadow:0 14px 30px #1f100c47}.refactor-shell.is-collapsed .refactor-brand div,.refactor-shell.is-collapsed .refactor-user-copy,.refactor-shell.is-collapsed .refactor-nav-item span,.refactor-shell.is-collapsed .refactor-user-chevron{width:0;opacity:0}.refactor-shell.is-collapsed .refactor-brand,.refactor-shell.is-collapsed .refactor-nav-item,.refactor-shell.is-collapsed .refactor-user{justify-content:center}.refactor-content{min-width:0}.refactor-topbar{position:sticky;top:0;z-index:10;min-height:64px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:10px 20px;border-bottom:1px solid var(--color-line);background:#fffaf5f0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.refactor-topbar>div,.cash-status{display:flex;align-items:center;gap:10px}.mobile-menu{display:none}.cash-status>span{width:9px;height:9px;border-radius:50%;background:var(--color-danger-600)}.cash-status.open>span{background:var(--color-success-600)}.refactor-main{padding:24px 26px 42px}.system-overlay,.session-lock{position:fixed;inset:0;z-index:100;display:grid;place-items:center;padding:18px;background:#fffaf5d1;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.system-modal,.session-lock-card{width:min(440px,100%);border:1px solid var(--color-line);border-radius:8px;background:#fff;padding:20px;box-shadow:0 24px 70px #2f181333}.system-modal header,.system-modal footer{display:flex;align-items:center;justify-content:space-between;gap:12px}.system-modal header{padding-bottom:14px;border-bottom:1px solid var(--color-line)}.system-modal h2,.system-modal p{margin:0}.system-modal p{margin-top:4px;color:var(--color-muted-600)}.system-modal footer{justify-content:flex-end;flex-wrap:wrap;padding-top:18px}.session-lock-card{display:grid;gap:16px}.lock-brand,.locked-user{display:flex;align-items:center;justify-content:center;gap:10px}.lock-brand>span{width:42px;height:42px;display:grid;place-items:center;border-radius:7px;background:var(--color-raspberry-600);color:#fff}.lock-title{text-align:center}.lock-title>svg{width:30px;height:30px;color:var(--color-raspberry-600)}.lock-title h2,.lock-title p{margin:0}.lock-title p{margin-top:5px;color:var(--color-muted-600)}.locked-user>span{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:var(--color-cream-100);color:var(--color-raspberry-700)}.locked-user strong,.locked-user small{display:block}.locked-user small{color:var(--color-muted-600)}.lock-submit{width:100%}.lock-status{margin:0;color:var(--color-muted-600);text-align:center}@media(max-width:760px){.auth-screen{display:block;padding:10px}.auth-shell{width:100%;height:auto;min-height:0;grid-template-columns:1fr;grid-template-rows:minmax(210px,32dvh) auto}.auth-carousel{height:100%;min-height:210px;aspect-ratio:auto}.auth-panel{place-items:start center;padding:30px 20px 34px}.auth-form{gap:13px}.auth-brand{margin-bottom:4px}.auth-brand-mark{width:42px;height:42px}.auth-brand strong,.auth-title h1{font-size:24px}.refactor-shell,.refactor-shell.is-collapsed{display:block}.refactor-sidebar{position:fixed;inset:0 auto 0 0;width:min(280px,calc(100vw - 44px));transform:translate(-105%);transition:transform .18s ease}.refactor-shell.is-mobile-open .refactor-sidebar{transform:translate(0)}.desktop-menu{display:none}.mobile-menu{display:inline-flex}.refactor-main{padding:20px 16px 36px}}@media(max-width:480px){.auth-carousel{min-height:190px;max-height:230px}.system-modal footer{align-items:stretch;flex-direction:column}.system-modal footer button{width:100%}}@media(prefers-reduced-motion:reduce){.auth-slide,.refactor-shell,.refactor-sidebar,.refactor-brand div,.refactor-user-copy,.refactor-nav-item span{transition:none}}.rv-page,.rv-pos{color:var(--color-ink-900);font-weight:400;line-height:1.5}.rv-page{width:min(1460px,100%);margin:0 auto}.rv-page h1,.rv-page h2,.rv-page h3,.rv-pos h1,.rv-pos h2,.rv-pos h3{margin:0;color:var(--color-chocolate-900);letter-spacing:0}.rv-page h1,.rv-pos h1{font-size:clamp(25px,2vw,32px);font-weight:650;line-height:1.2}.rv-page h2,.rv-pos h2{font-size:18px;font-weight:650}.rv-page p,.rv-pos p{color:var(--color-muted-600)}.rv-page button,.rv-pos button{letter-spacing:0;font-weight:600}.rv-page-header{min-height:68px;display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:20px}.rv-page-header p{margin:6px 0 0}.rv-eyebrow{display:block;margin-bottom:5px;color:var(--color-raspberry-600);font-size:12px;font-weight:650;text-transform:uppercase}.rv-header-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.rv-primary,.rv-secondary,.rv-danger-outline,.rv-text-button{min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:7px;padding:10px 16px;font-weight:600}.rv-primary{border:1px solid var(--color-raspberry-600);background:var(--color-raspberry-600);color:#fff}.rv-primary:hover{background:var(--color-raspberry-700)}.rv-primary:disabled{border-color:#c9bfba;background:#c9bfba}.rv-secondary{border:1px solid var(--color-line);background:#fff;color:var(--color-chocolate-900)}.rv-secondary:hover{border-color:#cbb7aa;background:var(--color-cream-100)}.rv-danger-outline{border:1px solid var(--color-danger-600);background:#fff;color:var(--color-danger-600)}.rv-text-button{min-height:36px;border:0;background:transparent;color:var(--color-raspberry-600);padding:5px 8px}.rv-primary svg,.rv-secondary svg,.rv-danger-outline svg,.rv-text-button svg{width:18px;height:18px}.rv-full{width:100%}.rv-icon-button{width:42px;min-width:42px;height:42px;display:inline-grid;place-items:center;border:0;border-radius:7px;background:transparent;color:var(--color-muted-600)}.rv-icon-button:hover{background:var(--color-cream-100);color:var(--color-chocolate-900)}.rv-icon-button svg{width:20px;height:20px}.rv-callout{width:100%;min-height:70px;display:flex;align-items:center;gap:14px;margin-bottom:16px;border:1px solid #dfbf78;border-radius:8px;padding:13px 16px;text-align:left}.rv-callout-warning{background:#fff8e7;color:#6a4d15}.rv-callout>svg{flex:0 0 auto}.rv-callout>span:nth-child(2){flex:1}.rv-callout strong,.rv-callout small{display:block}.rv-callout small{margin-top:3px}.rv-callout>span:last-child{font-weight:650}.rv-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:16px}.rv-metrics-3{grid-template-columns:repeat(3,minmax(0,1fr))}.rv-metric{min-width:0;min-height:112px;display:flex;align-items:flex-start;gap:13px;border:1px solid var(--color-line);border-radius:8px;background:#fff;padding:16px;box-shadow:0 7px 24px #3f261c0d}.rv-metric-icon{width:40px;height:40px;display:grid;flex:0 0 auto;place-items:center;border-radius:8px;background:#f9e7ec;color:var(--color-raspberry-600)}.rv-tone-teal .rv-metric-icon{background:#e4f4ef;color:#19735b}.rv-tone-gold .rv-metric-icon{background:#fff2d6;color:#9c6814}.rv-tone-violet .rv-metric-icon{background:#f0e9f8;color:#724f99}.rv-metric-icon svg{width:21px;height:21px}.rv-metric div{min-width:0}.rv-metric small,.rv-metric strong,.rv-metric div>span{display:block}.rv-metric small{color:var(--color-muted-600);font-weight:500}.rv-metric strong{overflow:hidden;margin-top:6px;font-size:23px;line-height:1.15;text-overflow:ellipsis;white-space:nowrap}.rv-metric div>span{margin-top:5px;color:var(--color-muted-600);font-size:12px}.rv-dashboard-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.rv-panel,.rv-table-wrap{min-width:0;border:1px solid var(--color-line);border-radius:8px;background:#fff;box-shadow:0 8px 28px #3f261c0d}.rv-panel{padding:18px}.rv-span-2{grid-column:span 2}.rv-span-3{grid-column:span 3}.rv-panel-heading,.rv-section-title{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:16px}.rv-panel-heading p{margin:4px 0 0;font-size:13px}.rv-cash-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.rv-cash-summary>div{display:grid;gap:4px;border-left:3px solid var(--color-line);padding:9px 12px}.rv-cash-summary span{color:var(--color-muted-600);font-size:12px}.rv-cash-summary strong{font-size:18px}.rv-cash-summary .rv-cash-total{grid-column:1 / -1;border-left-color:var(--color-success-600);background:#f0f8f4}.rv-cash-summary .rv-cash-total strong{color:var(--color-success-600);font-size:24px}.rv-alert-list,.rv-simple-list{display:grid;gap:8px}.rv-alert-list button,.rv-simple-list button{width:100%;min-height:56px;display:flex;align-items:center;gap:11px;border:1px solid var(--color-line);border-radius:7px;background:#fff;padding:10px 12px;color:inherit;text-align:left}.rv-alert-list button:hover,.rv-simple-list button:hover{border-color:#cdb8ac;background:var(--color-cream-50)}.rv-alert-list button>svg,.rv-simple-list button>svg{width:19px;height:19px;color:var(--color-raspberry-600)}.rv-alert-list button span,.rv-simple-list button span{flex:1}.rv-alert-list strong,.rv-alert-list small,.rv-simple-list strong,.rv-simple-list small{display:block}.rv-alert-list small,.rv-simple-list small{margin-top:2px;color:var(--color-muted-600)}.rv-ranked-products{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.rv-ranked-products>div{position:relative;min-width:0;display:grid;grid-template-columns:auto auto 1fr;align-items:center;gap:8px;overflow:hidden;border:1px solid var(--color-line);border-radius:7px;padding:12px}.rv-ranked-products>div>span{color:var(--color-gold-500);font-weight:650}.rv-ranked-products svg{width:21px;color:var(--color-raspberry-600)}.rv-ranked-products strong,.rv-ranked-products small{grid-column:3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rv-ranked-products small{color:var(--color-muted-600)}.rv-ranked-products i{position:absolute;bottom:0;left:0;height:3px;background:var(--color-raspberry-600)}.rv-status{width:fit-content;display:inline-flex;align-items:center;border:1px solid #d7cfca;border-radius:999px;background:#f6f3f1;color:#625a56;padding:4px 9px;font-size:12px;font-style:normal;font-weight:600;line-height:1.2;white-space:nowrap}.rv-status-success{border-color:#b9ddca;background:#edf8f2;color:#1c704b}.rv-status-warning{border-color:#ead096;background:#fff7df;color:#8b6014}.rv-status-danger{border-color:#ebbac0;background:#fff0f1;color:#a82e3b}.rv-status-info{border-color:#bcd8e1;background:#eef7fa;color:#246779}.rv-empty{min-height:150px;display:grid;place-items:center;align-content:center;gap:7px;color:var(--color-muted-600);text-align:center}.rv-empty>svg{width:32px;height:32px;color:#ad9e96}.rv-empty span{max-width:340px;font-size:13px}.rv-pos{width:100%;min-height:calc(100vh - 105px);display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:16px}.rv-pos-catalog{min-width:0}.rv-search{min-height:46px;display:flex;align-items:center;gap:10px;border:1px solid var(--color-line);border-radius:7px;background:#fff;padding:0 13px}.rv-search:focus-within{border-color:var(--color-raspberry-600)}.rv-search svg{width:19px;color:var(--color-muted-600)}.rv-search input{min-width:0;flex:1;border:0;outline:0;background:transparent}.rv-category-tabs{display:flex;gap:7px;overflow-x:auto;margin:12px 0 15px;padding-bottom:3px;scrollbar-width:thin}.rv-category-tabs button,.rv-segmented button{min-height:40px;border:1px solid var(--color-line);border-radius:7px;background:#fff;color:var(--color-chocolate-900);padding:8px 14px;font-weight:700;white-space:nowrap}.rv-category-tabs button.active,.rv-segmented button.active{border-color:var(--color-raspberry-600);background:var(--color-raspberry-600);color:#fff}.rv-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.rv-product-grid>.rv-empty{grid-column:1 / -1}.rv-product-card{min-width:0;min-height:190px;display:grid;grid-template-rows:104px auto auto auto;justify-items:start;gap:7px;border:1px solid var(--color-line);border-radius:8px;background:#fff;padding:10px;color:var(--color-chocolate-900);text-align:left;transition:border-color .15s ease,transform .15s ease,box-shadow .15s ease}.rv-product-card:hover:not(:disabled){border-color:var(--color-raspberry-600);box-shadow:0 10px 24px #7023351c;transform:translateY(-2px)}.rv-product-card:disabled{filter:grayscale(.4)}.rv-product-image{width:100%;height:104px;display:grid;place-items:center;overflow:hidden;border-radius:6px;background:#f8eee8;color:var(--color-raspberry-600)}.rv-product-image img{width:100%;height:100%;object-fit:cover}.rv-product-image svg{width:38px;height:38px}.rv-product-card strong{width:100%;overflow:hidden;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.rv-product-card b{color:var(--color-raspberry-700)}.rv-disabled-catalog{opacity:.45;pointer-events:none}.rv-order-panel{position:sticky;top:80px;height:calc(100vh - 105px);min-height:560px;display:grid;grid-template-rows:auto 1fr auto;overflow:hidden;border:1px solid var(--color-line);border-radius:8px;background:#fff;box-shadow:0 12px 30px #3f261c14}.rv-order-panel>header{min-height:64px;display:flex;align-items:center;justify-content:space-between;gap:10px;border-bottom:1px solid var(--color-line);padding:11px 14px}.rv-order-panel>header>div{display:flex;align-items:center;gap:10px}.rv-order-panel>header svg{color:var(--color-raspberry-600)}.rv-order-panel>header strong,.rv-order-panel>header small{display:block}.rv-order-panel>header small{margin-top:3px;color:var(--color-muted-600)}.rv-order-items{overflow-y:auto;padding:8px 14px}.rv-order-items article{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:10px;border-bottom:1px solid var(--color-line);padding:12px 0}.rv-order-items article strong,.rv-order-items article small{display:block}.rv-order-items article small{margin-top:3px;color:var(--color-muted-600)}.rv-qty{display:grid;grid-template-columns:30px 32px 30px;align-items:center;border:1px solid var(--color-line);border-radius:6px}.rv-qty button{width:30px;height:32px;display:grid;place-items:center;border:0;background:transparent}.rv-qty svg{width:13px;height:13px}.rv-qty span{text-align:center}.rv-order-panel>footer{border-top:1px solid var(--color-line);background:var(--color-cream-50);padding:14px}.rv-order-panel>footer>div{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:12px}.rv-order-panel>footer>div strong{font-size:27px;color:var(--color-chocolate-900)}.rv-inline-warning{width:100%;border:0;background:transparent;color:var(--color-danger-600);padding:9px 0 0;font-weight:600}.rv-overlay{position:fixed;inset:0;z-index:100;display:grid;place-items:center;overflow-y:auto;background:#1f100c94;padding:20px}.rv-modal{width:min(520px,100%);max-height:calc(100vh - 40px);display:grid;grid-template-rows:auto minmax(0,1fr) auto;overflow:hidden;border-radius:8px;background:#fff;box-shadow:0 24px 70px #1f100c47}.rv-modal-wide{width:min(800px,100%)}.rv-modal>header{display:flex;align-items:flex-start;justify-content:space-between;gap:15px;border-bottom:1px solid var(--color-line);padding:17px 18px}.rv-modal-title{display:flex;gap:11px}.rv-modal-title>span{width:39px;height:39px;display:grid;flex:0 0 auto;place-items:center;border-radius:7px;background:#f9e7ec;color:var(--color-raspberry-600)}.rv-modal-title svg{width:20px}.rv-modal-title h2{font-size:20px}.rv-modal-title p{margin:4px 0 0;font-size:13px}.rv-modal-body{overflow-y:auto;padding:18px}.rv-modal>footer{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px;border-top:1px solid var(--color-line);background:var(--color-cream-50);padding:12px 18px}.rv-payment-methods,.rv-segmented{display:flex;gap:6px}.rv-payment-methods{margin-bottom:17px;border-radius:7px;background:#f2ece8;padding:4px}.rv-payment-methods button{min-height:42px;flex:1;border:0;border-radius:6px;background:transparent;color:var(--color-muted-600);font-weight:600}.rv-payment-methods button.active{background:#fff;color:var(--color-raspberry-700);box-shadow:0 2px 8px #3f261c1a}.rv-field{min-width:0;display:grid;gap:7px;margin-bottom:14px;font-weight:600}.rv-field>span{font-size:13px}.rv-field em{color:var(--color-muted-600);font-style:normal;font-weight:500}.rv-field input,.rv-field select,.rv-field textarea{width:100%;min-height:44px;border:1px solid var(--color-line);border-radius:7px;background:#fff;padding:9px 11px;color:var(--color-ink-900);font-weight:400}.rv-field textarea{min-height:84px;resize:vertical}.rv-field small{color:var(--color-muted-600);font-weight:500}.rv-field-link{width:fit-content;min-height:30px;display:inline-flex;align-items:center;gap:5px;border:0;background:transparent;color:var(--color-raspberry-600);padding:2px 0;font-size:12px;font-weight:600}.rv-field-link svg{width:14px;height:14px}.rv-image-preview{display:flex;align-items:center;gap:10px}.rv-image-preview img{width:64px;height:64px;border-radius:7px;object-fit:cover}.rv-money-input{display:grid;grid-template-columns:auto 1fr;align-items:center;overflow:hidden;border:1px solid var(--color-line);border-radius:7px;background:#fff}.rv-money-input>span{display:grid;align-self:stretch;place-items:center;border-right:1px solid var(--color-line);background:var(--color-cream-50);padding:0 12px;font-weight:650}.rv-money-input input{border:0;border-radius:0}.rv-quick-money{display:flex;flex-wrap:wrap;gap:7px;margin:-2px 0 16px}.rv-quick-money button{min-height:38px;border:1px solid var(--color-line);border-radius:7px;background:#fff;padding:7px 13px;font-weight:600}.rv-quick-money button:first-child{border-color:var(--color-success-600);color:var(--color-success-600)}.rv-payment-result{display:flex;align-items:center;justify-content:space-between;border-radius:7px;background:#f0f8f4;padding:13px 14px}.rv-payment-result strong{color:var(--color-success-600);font-size:22px}.rv-table-toolbar,.rv-list-toolbar,.rv-report-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.rv-list-toolbar .rv-search{width:min(460px,100%)}.rv-list-toolbar>span{color:var(--color-muted-600);font-size:13px;font-weight:700}.rv-segmented{overflow-x:auto;padding:2px}.rv-segmented button{display:inline-flex;align-items:center;gap:7px}.rv-segmented button span{min-width:21px;border-radius:999px;background:#00000012;padding:2px 5px;font-size:11px}.rv-segmented button.active span{background:#fff3}.rv-table-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.rv-table-card{min-height:210px;display:grid;justify-items:center;align-content:center;gap:10px;border:1px solid var(--color-line);border-top:4px solid #b7aaa3;border-radius:8px;background:#fff;padding:15px;color:var(--color-chocolate-900)}.rv-table-card:hover{box-shadow:0 12px 28px #3f261c1a;transform:translateY(-2px)}.rv-table-en-atención,.rv-table-por-cobrar{border-color:#e5c46e;border-top-color:#d8aa3e;background:#fff8dc}.rv-table-en-atención:hover,.rv-table-por-cobrar:hover{border-color:#d8aa3e;background:#fff3c2;box-shadow:0 12px 28px #986c1624}.rv-table-en-atención .rv-table-icon,.rv-table-por-cobrar .rv-table-icon{background:#f7dfa1;color:#765016}.rv-table-en-atención>div,.rv-table-por-cobrar>div{border-top-color:#e5c46e}.rv-table-icon{width:64px;height:64px;display:grid;place-items:center;border-radius:8px;background:var(--color-cream-100);color:var(--color-chocolate-800)}.rv-table-icon svg{width:32px;height:32px}.rv-table-card>strong{font-size:20px}.rv-table-card>div{width:100%;display:flex;justify-content:space-between;border-top:1px solid var(--color-line);padding-top:10px;color:var(--color-muted-600);font-size:13px}.rv-table-card>div b{color:var(--color-chocolate-900)}.rv-consumption{overflow:hidden;border:1px solid var(--color-line);border-radius:7px}.rv-consumption>div,.rv-consumption>footer{display:grid;grid-template-columns:36px 1fr auto;align-items:center;gap:12px;border-bottom:1px solid var(--color-line);padding:12px 14px}.rv-consumption>div>span:first-child{width:30px;height:30px;display:grid;place-items:center;border-radius:6px;background:#f9e7ec;color:var(--color-raspberry-700);font-weight:650}.rv-consumption>footer{grid-template-columns:1fr auto;border:0;background:var(--color-cream-50);font-size:18px}.rv-line-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px}.rv-remove-item{min-height:40px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border:1px solid #e8b5c1;border-radius:6px;background:#fff;color:var(--color-raspberry-700);padding:8px 12px;font:inherit;font-weight:650;white-space:nowrap;cursor:pointer}.rv-remove-item:hover{background:#fff3f6}.rv-remove-item svg{width:17px;height:17px}.rv-line-actions .rv-more{width:34px}.rv-line-actions .rv-more summary{width:34px;height:34px}.rv-split-list{display:grid;margin-bottom:14px;border:1px solid var(--color-line);border-radius:7px}.rv-split-list>div{display:grid;grid-template-columns:minmax(0,1fr) auto 100px;align-items:center;gap:12px;border-bottom:1px solid var(--color-line);padding:12px}.rv-split-list>div:last-child{border-bottom:0}.rv-split-list strong,.rv-split-list small{display:block}.rv-split-list small{margin-top:3px;color:var(--color-muted-600)}.rv-split-list>div>b{text-align:right}.rv-inline-form{display:grid;grid-template-columns:130px 1fr auto;align-items:end;gap:10px;margin-bottom:18px}.rv-inline-form .rv-field{margin:0}.rv-config-list{display:grid;gap:7px}.rv-config-list>div{display:flex;align-items:center;gap:10px;border:1px solid var(--color-line);border-radius:7px;padding:9px 12px}.rv-config-list>div>svg{width:19px;color:var(--color-raspberry-600)}.rv-config-list>div>span{flex:1}.rv-config-list strong,.rv-config-list small{display:block}.rv-config-list small{margin-top:2px;color:var(--color-muted-600)}.rv-table-wrap{overflow:visible}.rv-section-title{align-items:center;margin:0;border-bottom:1px solid var(--color-line);padding:14px 16px}.rv-section-title span{color:var(--color-muted-600);font-size:13px}.rv-table{width:100%;border-collapse:collapse}.rv-table th,.rv-table td{border-bottom:1px solid var(--color-line);padding:13px 15px;text-align:left;vertical-align:middle}.rv-table th{background:#fcf8f5;color:var(--color-muted-600);font-size:12px;text-transform:uppercase}.rv-table tr:last-child td{border-bottom:0}.rv-name-cell{min-width:0;display:flex;align-items:center;gap:10px}.rv-name-cell>span{width:38px;height:38px;display:grid;flex:0 0 auto;place-items:center;border-radius:7px;background:var(--color-cream-100);color:var(--color-raspberry-600)}.rv-name-cell svg{width:19px}.rv-name-cell strong,.rv-name-cell small{display:block}.rv-name-cell small,.rv-block{margin-top:2px;color:var(--color-muted-600);font-size:12px}.rv-more{position:relative;width:42px;margin-left:auto}.rv-more summary{width:42px;height:42px;display:grid;place-items:center;border-radius:7px;color:var(--color-muted-600);cursor:pointer;list-style:none}.rv-more summary::-webkit-details-marker{display:none}.rv-more summary:hover{background:var(--color-cream-100)}.rv-more summary svg{width:20px}.rv-more>div{position:absolute;z-index:20;top:44px;right:0;width:200px;overflow:hidden;border:1px solid var(--color-line);border-radius:7px;background:#fff;box-shadow:0 14px 32px #1f100c29}.rv-more>div button{width:100%;min-height:42px;display:flex;align-items:center;gap:9px;border:0;background:transparent;padding:9px 12px;color:var(--color-chocolate-900);text-align:left}.rv-more>div button:hover{background:var(--color-cream-100)}.rv-more>div button.danger{color:var(--color-danger-600)}.rv-more>div svg{width:17px;height:17px}.rv-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 14px}.rv-form-grid .rv-span-2{grid-column:span 2}.rv-form-stack{display:grid}.rv-switch{display:flex;align-items:flex-start;gap:10px;border:1px solid var(--color-line);border-radius:7px;padding:12px;cursor:pointer}.rv-switch input{position:absolute;opacity:0}.rv-switch>span{position:relative;width:38px;height:22px;flex:0 0 auto;border-radius:999px;background:#c9bfba}.rv-switch>span:after{position:absolute;top:3px;left:3px;width:16px;height:16px;border-radius:50%;background:#fff;content:"";transition:transform .15s ease}.rv-switch input:checked+span{background:var(--color-raspberry-600)}.rv-switch input:checked+span:after{transform:translate(16px)}.rv-switch strong,.rv-switch small{display:block}.rv-switch small{margin-top:3px;color:var(--color-muted-600)}.rv-check{display:inline-flex;align-items:center;gap:8px;color:var(--color-muted-600);font-size:13px;font-weight:700}.rv-cash-closed{min-height:330px;display:grid;grid-template-columns:112px minmax(0,1fr) minmax(190px,.45fr);align-items:center;gap:28px;border:1px solid var(--color-line);border-radius:8px;background:linear-gradient(90deg,#fff 0% 70%,#fff8f4);padding:clamp(28px,5vw,64px);box-shadow:0 18px 46px #3f261c14}.rv-cash-closed-visual{width:104px;height:104px;display:grid;place-items:center;border-radius:8px;background:var(--color-cream-100);color:var(--color-raspberry-700);box-shadow:inset 0 0 0 1px #edd9cf}.rv-cash-closed-visual svg{width:46px;height:46px}.rv-cash-closed-copy{min-width:0}.rv-cash-title-row{display:flex;align-items:center;flex-wrap:wrap;gap:12px}.rv-cash-title-row h2{font-size:clamp(24px,2.4vw,34px)}.rv-cash-closed-copy p{max-width:520px;margin:10px 0 22px;line-height:1.55}.rv-last-session{min-height:134px;display:grid;align-content:center;gap:6px;border-left:1px solid var(--color-line);padding-left:28px}.rv-last-session span,.rv-last-session small{color:var(--color-muted-600)}.rv-last-session strong{color:var(--color-chocolate-900);font-size:22px;font-weight:650}.rv-cash-action{font-weight:600}.rv-cash-action-income{border-color:#b9dfd3;background:#f3faf7;color:#176b55}.rv-cash-action-out{border-color:#ead7c5;background:#fffaf5}.rv-cash-hero{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-bottom:14px}.rv-cash-hero>div{display:grid;gap:5px;border:1px solid var(--color-line);border-left:4px solid var(--color-gold-500);border-radius:8px;background:#fff;padding:20px 22px;box-shadow:0 8px 24px #3f261c0d}.rv-cash-hero>div:last-child{border-left-color:var(--color-success-600)}.rv-cash-hero small{color:var(--color-muted-600)}.rv-cash-hero strong{font-size:29px;font-weight:650}.rv-cash-hero-detail{color:var(--color-muted-600);font-size:13px}.rv-negative-amount{color:#b4233d}.rv-positive-amount{color:#176b55}.rv-payment-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.rv-payment-cards article{display:grid;justify-items:center;gap:5px;border:1px solid var(--color-line);border-radius:7px;padding:22px 18px;background:#fff;box-shadow:0 7px 20px #3f261c0a}.rv-payment-cards svg{margin-bottom:4px;color:var(--color-success-600)}.rv-payment-cards article:last-child svg{color:#7652a4}.rv-payment-cards strong{font-size:27px;font-weight:650}.rv-payment-cards small{color:var(--color-muted-600)}.rv-session-total{display:flex;align-items:center;justify-content:space-between;margin-top:12px;border-radius:7px;background:var(--color-cream-100);padding:13px 15px}.rv-session-total strong{font-size:23px}.rv-collapsible{margin:14px 0;padding:0}.rv-collapsible>button{width:100%;min-height:58px;display:flex;align-items:center;justify-content:space-between;border:0;background:transparent;padding:13px 16px}.rv-collapsible>button span{display:flex;align-items:center;gap:9px;font-weight:650}.rv-collapsible>button svg{width:19px}.rv-breakdown{display:grid;border-top:1px solid var(--color-line);padding:8px 16px 16px}.rv-breakdown span,.rv-breakdown b{display:flex;justify-content:space-between;padding:9px 0}.rv-breakdown b{border-top:1px solid var(--color-line);color:var(--color-success-600);font-size:17px}.rv-cash-ranges{width:fit-content;margin-bottom:14px}.rv-cash-filters{grid-template-columns:repeat(4,minmax(0,1fr))}.rv-small-action{min-height:36px;padding:7px 11px;white-space:nowrap}.rv-small-action svg{width:17px;height:17px}.rv-close-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-bottom:14px}.rv-close-metrics article{min-height:138px;display:grid;place-content:center;gap:7px;border:1px solid var(--color-line);border-radius:8px;background:#fff;padding:22px;text-align:center;box-shadow:0 8px 24px #3f261c0d}.rv-close-metrics span,.rv-close-metrics small{color:var(--color-muted-600)}.rv-close-metrics strong{color:var(--color-chocolate-900);font-size:clamp(25px,2.3vw,34px);font-weight:650}.rv-close-metrics .is-balanced strong{color:var(--color-success-600)}.rv-close-metrics .is-unbalanced strong{color:var(--color-raspberry-700)}.rv-close-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-bottom:14px}.rv-close-grid>*{min-width:0;margin:0}.rv-print-formats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-bottom:16px}.rv-print-formats>button{min-height:94px;display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:12px;border:1px solid var(--color-line);border-radius:8px;background:#fff;padding:16px;color:var(--color-chocolate-900);text-align:left}.rv-print-formats>button:hover{border-color:#d9aa98;background:#fffaf7}.rv-print-formats>button.is-selected{border-color:var(--color-raspberry-600);background:#fff6f8;box-shadow:inset 0 0 0 1px var(--color-raspberry-600)}.rv-print-formats>button>svg{width:24px;height:24px;color:var(--color-raspberry-700)}.rv-print-formats>button>span,.rv-print-formats>button strong,.rv-print-formats>button small{display:block}.rv-print-formats>button small{margin-top:4px;color:var(--color-muted-600);font-weight:400}.rv-print-options-grid{display:grid;grid-template-columns:minmax(220px,.8fr) minmax(0,1.4fr);gap:0;overflow:hidden;border:1px solid var(--color-line);border-radius:8px}.rv-print-options-grid>section{padding:20px}.rv-print-options-grid>section+section{border-left:1px solid var(--color-line)}.rv-print-options-grid h3{margin-bottom:6px;font-size:16px}.rv-print-options-grid p{margin:0}.rv-check-row{display:grid;grid-template-columns:20px minmax(0,1fr);align-items:start;gap:10px;padding:10px 0;cursor:pointer}.rv-check-row input{width:18px;height:18px;margin:2px 0 0;accent-color:var(--color-raspberry-600)}.rv-check-row strong,.rv-check-row small{display:block}.rv-check-row small{margin-top:2px;color:var(--color-muted-600);font-weight:400}.rv-cash-print-preview{width:100%;height:min(61vh,640px);display:block;border:1px solid var(--color-line);border-radius:7px;background:#eef1f4}.rv-filter-panel{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:14px;border:1px solid var(--color-line);border-radius:8px;background:#fff;padding:14px}.rv-filter-panel .rv-field{margin:0}.rv-report-grid{display:grid;grid-template-columns:3fr 2fr;gap:14px;margin-bottom:14px}.rv-sales-stat{overflow-x:auto;margin-bottom:14px}.rv-sales-stat .rv-panel-heading>strong{color:var(--color-raspberry-700);font-family:var(--font-display);font-size:24px}.rv-sales-chart{display:grid;grid-template-columns:repeat(var(--chart-columns, 7),minmax(44px,1fr));gap:12px;min-width:max(560px,calc(var(--chart-columns, 7) * 48px));height:230px;padding-top:8px}.rv-sales-chart.is-single{grid-template-columns:minmax(180px,260px);justify-content:center;min-width:0}.rv-sales-chart>div{display:grid;grid-template-rows:28px 1fr 24px;min-width:0;text-align:center}.rv-sales-chart>div>span{overflow:hidden;color:var(--color-ink-700);font-size:11px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.rv-sales-chart>div>i{display:flex;align-items:flex-end;justify-content:center;border-bottom:1px solid var(--color-line);background:repeating-linear-gradient(to bottom,transparent 0,transparent 38px,#f2ece8 39px)}.rv-sales-chart>div>i>b{width:min(42px,64%);min-height:3px;border-radius:5px 5px 0 0;background:var(--color-raspberry-600);transition:height .18s ease}.rv-sales-chart>div:hover>i>b{background:var(--color-gold-500)}.rv-sales-chart small{padding-top:7px;color:var(--color-muted-600);font-size:11px;font-weight:600;text-transform:capitalize}.rv-top-chart{display:grid;gap:9px}.rv-top-chart>div{display:grid;grid-template-columns:24px minmax(110px,1fr) minmax(100px,2fr) 34px;align-items:center;gap:9px}.rv-top-chart>div>span{color:var(--color-gold-500);font-weight:650}.rv-top-chart>div>strong{overflow:hidden;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.rv-top-chart i{height:8px;overflow:hidden;border-radius:99px;background:#eee7e2}.rv-top-chart i b{display:block;height:100%;border-radius:inherit;background:var(--color-raspberry-600)}.rv-top-chart em{color:var(--color-muted-600);font-style:normal;font-weight:600}.rv-payment-breakdown{display:grid}.rv-payment-breakdown>div{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--color-line);padding:13px 0}.rv-payment-breakdown>div:last-child{border:0}.rv-payment-stat{display:grid;grid-template-columns:168px minmax(0,1fr);align-items:center;gap:24px;min-height:230px}.rv-payment-donut{display:grid;width:168px;aspect-ratio:1;place-items:center;border-radius:50%}.rv-payment-donut>span{display:grid;width:104px;aspect-ratio:1;place-content:center;border-radius:50%;background:#fff;text-align:center}.rv-payment-donut strong{font-family:var(--font-display);font-size:28px}.rv-payment-donut small{color:var(--color-muted-600)}.rv-payment-legend{display:grid;gap:4px}.rv-payment-legend>div{display:grid;grid-template-columns:10px minmax(0,1fr) auto;align-items:center;gap:9px;border-bottom:1px solid var(--color-line);padding:11px 0}.rv-payment-legend>div:last-child{border:0}.rv-payment-legend i{width:9px;height:9px;border-radius:2px;background:var(--color-muted-400)}.rv-payment-legend i.cash{background:#15947c}.rv-payment-legend i.yape{background:#8a5ab7}.rv-payment-legend i.combined{background:var(--color-gold-500)}.rv-payment-legend i.average{background:var(--color-raspberry-600)}.rv-payment-legend span{color:var(--color-muted-700);font-size:13px}.rv-ticket-preview{overflow:auto;margin:0;border:1px dashed #a7958b;background:#fff;padding:16px;color:#171312;font:12px/1.45 Courier New,monospace}@media(max-width:1180px){.rv-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.rv-product-grid,.rv-table-grid,.rv-ranked-products{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:900px){.rv-dashboard-grid,.rv-report-grid,.rv-close-grid{grid-template-columns:1fr}.rv-span-2,.rv-span-3{grid-column:auto}.rv-pos{grid-template-columns:1fr}.rv-order-panel{position:relative;top:auto;height:auto;min-height:460px}.rv-table-grid,.rv-cash-summary,.rv-filter-panel{grid-template-columns:repeat(2,minmax(0,1fr))}.rv-close-metrics{grid-template-columns:repeat(3,minmax(150px,1fr));overflow-x:auto}.rv-print-formats,.rv-print-options-grid{grid-template-columns:1fr}.rv-print-options-grid>section+section{border-top:1px solid var(--color-line);border-left:0}.rv-table-wrap{overflow-x:auto}.rv-table{min-width:720px}.rv-cash-closed{grid-template-columns:92px minmax(0,1fr);gap:22px}.rv-cash-closed-visual{width:86px;height:86px}.rv-last-session{grid-column:1 / -1;min-height:auto;grid-template-columns:auto auto minmax(0,1fr);align-items:center;border-top:1px solid var(--color-line);border-left:0;padding:18px 0 0}.rv-last-session small{text-align:right}}@media(max-width:640px){.rv-consumption>div{grid-template-columns:36px minmax(0,1fr)}.rv-line-actions{grid-column:2;width:100%;justify-content:space-between}.rv-page-header,.rv-table-toolbar,.rv-list-toolbar,.rv-report-toolbar{align-items:stretch;flex-direction:column}.rv-header-actions{justify-content:stretch}.rv-header-actions>button{flex:1}.rv-header-actions .rv-cash-action{min-width:0;flex:1 1 calc(50% - 4px);padding-right:9px;padding-left:9px}.rv-header-actions .rv-cash-action:last-child{flex-basis:100%}.rv-metrics,.rv-metrics-3,.rv-close-metrics,.rv-cash-hero,.rv-payment-cards,.rv-form-grid,.rv-filter-panel{grid-template-columns:1fr}.rv-close-metrics{overflow:visible}.rv-close-metrics article{min-height:112px}.rv-cash-ranges{width:100%;overflow-x:auto}.rv-cash-ranges button{white-space:nowrap}.rv-print-formats>button{grid-template-columns:36px minmax(0,1fr)}.rv-print-formats .rv-status{grid-column:2;justify-self:start}.rv-cash-print-preview{height:52vh}.rv-form-grid .rv-span-2{grid-column:auto}.rv-payment-stat{grid-template-columns:1fr;justify-items:center}.rv-payment-legend{width:100%}.rv-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.rv-product-card{min-height:170px;grid-template-rows:86px auto auto auto}.rv-product-image{height:86px}.rv-table-grid{grid-template-columns:1fr}.rv-table-card{min-height:180px}.rv-inline-form{grid-template-columns:1fr}.rv-split-list>div{grid-template-columns:1fr auto}.rv-split-list>div>b{grid-column:1 / -1}.rv-modal>footer{align-items:stretch;flex-direction:column-reverse}.rv-modal>footer button{width:100%}.rv-ranked-products{grid-template-columns:1fr}.rv-top-chart>div{grid-template-columns:22px minmax(80px,1fr) minmax(70px,1fr) 28px}.rv-cash-closed{min-height:0;grid-template-columns:1fr;justify-items:start;gap:18px;padding:24px 20px}.rv-cash-closed-visual{width:72px;height:72px}.rv-cash-closed-visual svg{width:34px;height:34px}.rv-last-session{width:100%;grid-template-columns:1fr auto}.rv-last-session small{grid-column:1 / -1;text-align:left}}@media(prefers-reduced-motion:reduce){.rv-product-card,.rv-table-card,.rv-switch>span:after{transition:none}}@media print{.refactor-sidebar,.refactor-topbar,.rv-page-header,.rv-report-toolbar,.rv-filter-panel,.rv-more{display:none!important}.refactor-shell{display:block}.refactor-main{padding:0}.rv-panel,.rv-table-wrap,.rv-metric{box-shadow:none}}
