:root{--blue:#3b82f6;--green:#10b981;--red:#ef4444;--yellow:#f59e0b;--gray:#64748b;--dark:#0f172a;--bg:#f8fafc;--card:#fff;--sidebar-bg:#6b1414;--sidebar-w:240px;--sidebar-collapsed:60px;--radius:12px;--shadow:0 8px 30px #0000000d;--font:"Inter", -apple-system, "Segoe UI", sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font);background:var(--bg);color:#333}#app{min-height:100vh;display:flex}#sidebar{width:var(--sidebar-w);background:var(--sidebar-bg);color:#ecf0f1;z-index:100;flex-direction:column;height:100vh;transition:width .25s;display:flex;position:fixed;top:0;left:0;overflow:hidden}#sidebar.collapsed{width:var(--sidebar-collapsed)}.sidebar-header{border-bottom:1px solid #ffffff14;align-items:center;gap:10px;padding:16px 14px;display:flex}.logo{flex-shrink:0;font-size:1.6em}.logo-text{white-space:nowrap;font-size:1.1em;font-weight:700;overflow:hidden}#sidebar.collapsed .logo-text{display:none}#sidebar-toggle{color:#ecf0f1;cursor:pointer;background:0 0;border:none;border-radius:4px;flex-shrink:0;margin-left:auto;padding:4px 8px;font-size:1.2em}#sidebar-toggle:hover{background:#ffffff1a}.nav-items{flex:1;padding:8px 0;list-style:none}.nav-item{cursor:pointer;white-space:nowrap;border-left:3px solid #0000;align-items:center;gap:12px;padding:12px 18px;transition:all .2s;display:flex}.nav-item.active{border-left-color:var(--blue);color:#fff;background:#2980b933}.nav-item .icon{text-align:center;flex-shrink:0;width:24px;font-size:1.3em}.nav-item .label{font-size:.9em;font-weight:500;overflow:hidden}#sidebar.collapsed .nav-item .label{display:none}#sidebar.collapsed .nav-item{justify-content:center;padding:14px 0}.nav-group-header{cursor:pointer;white-space:nowrap;color:#ffffff73;text-transform:uppercase;letter-spacing:.04em;align-items:center;gap:12px;margin-top:8px;padding:10px 18px;font-size:.78em;font-weight:600;list-style:none;transition:all .2s;display:flex}.nav-group-header:hover{color:#ffffffb3}.nav-group-header .icon{text-align:center;flex-shrink:0;width:24px;font-size:1.1em}.nav-group-header .label{font-size:1em;font-weight:600;overflow:hidden}.group-arrow{margin-left:auto;font-size:.9em;transition:transform .2s}.nav-group-header.collapsed .group-arrow{transform:rotate(-90deg)}#sidebar.collapsed .nav-group-header{display:none}.nav-sub{padding-left:36px!important}.nav-sub .icon{font-size:1.1em}.nav-sub .label{font-size:.82em}.nav-group-header.collapsed~.nav-sub{display:none}.mob-sheet-group{text-transform:uppercase;letter-spacing:.05em;color:#95a5a6;padding:10px 24px 6px;font-size:.72em;font-weight:700}#content{margin-left:var(--sidebar-w);flex:1;min-width:0;padding:28px 24px;transition:margin-left .25s}#sidebar.collapsed~#content{margin-left:var(--sidebar-collapsed)}.tab-content{display:none}.tab-content.active{display:block}#mobile-nav,.mob-overlay,.mob-sheet{display:none}.card{background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow);margin-bottom:22px;padding:22px}.card h2{border-bottom:3px solid var(--blue);color:var(--blue);justify-content:space-between;align-items:center;margin:0 0 4px;padding-bottom:8px;font-size:1.2em;display:flex}.btn-toggle{background:var(--blue);color:#fff;cursor:pointer;border:none;border-radius:5px;padding:5px 10px;font-size:.72em;font-weight:700}.btn-toggle:hover{background:#2471a3}.btn-currency{background:var(--dark);color:#fff;cursor:pointer;border:none;border-radius:5px;margin-left:6px;padding:5px 10px;font-size:.72em;font-weight:700}.btn-currency:hover{background:#34495e}.stat-row{flex-wrap:wrap;gap:14px;margin-bottom:22px;display:flex}.stat-card{text-align:center;border-radius:var(--radius);background:var(--card);min-width:180px;box-shadow:var(--shadow);flex:1;padding:16px 10px}.stat-card .number{font-size:1.5em;font-weight:700}.stat-card .label{color:var(--gray);margin-top:4px;font-size:.78em}.table-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;margin-top:10px;overflow:auto;box-shadow:0 4px 6px -1px #0000000d}table{border-collapse:collapse;width:100%;font-size:.88rem}th,td{text-align:left;color:#334155;vertical-align:middle;border-bottom:1px solid #f1f5f9;padding:14px 16px}th{color:#64748b;text-transform:uppercase;letter-spacing:.05em;background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:16px;font-size:.75rem;font-weight:700}tbody tr:last-child td{border-bottom:none}tbody tr{background:#fff;transition:background-color .2s}tbody tr:hover{background-color:#f8fafc}.text-right{text-align:right}.text-center{text-align:center}.summary-row{cursor:pointer;background:#fff;transition:background .2s}.summary-row:hover{background:#f8fafc}.summary-row strong{color:#0f172a;font-weight:700}.detail-row{background:#fafafa;display:none}.detail-row.open,.detail-row[style*="display: table-row"]{display:table-row}.detail-row td{color:#64748b;border-bottom:1px dashed #e2e8f0;padding:12px 16px;font-size:.85rem}.detail-row td:first-child{padding-left:40px;position:relative}.detail-row td:first-child:before{content:"↳";color:#cbd5e1;position:absolute;left:20px}.sub-detail-row{color:#888;background:#fefefe;font-size:.85em;display:none}.sub-detail-row td{border-bottom:1px dotted #eee}.sub-detail-row td:first-child{padding-left:46px;position:relative}.sub-detail-row td:first-child:before{content:"•";color:#d5d8dc;position:absolute;left:34px}.note-text{color:#95a5a6;font-size:.78em;font-style:italic}.toggle-icon{width:14px;color:var(--blue);margin-right:6px;font-size:.7em;transition:transform .2s;display:inline-block}.expanded .toggle-icon{transform:rotate(90deg)}.scroll-indicator-arrow{cursor:pointer;width:32px;height:32px;color:var(--dark);z-index:10;opacity:0;pointer-events:none;background:#ffffffe6;border:none;border-radius:50%;justify-content:center;align-items:center;transition:opacity .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 2px 5px #00000026}.scroll-indicator-arrow:hover{background:#fff;box-shadow:0 4px 8px #00000026}.scroll-indicator-arrow.visible{opacity:1;pointer-events:auto}.scroll-indicator-arrow.left{left:-10px}.scroll-indicator-arrow.right{right:-10px}.badge{border-radius:6px;padding:4px 8px;font-size:.75em;font-weight:600;display:inline-block}.badge-blue{color:#0369a1;background:#e0f2fe}.badge-yellow{color:#854d0e;background:#fef9c3}.badge-green{color:#166534;background:#dcfce7}.badge-gray{color:#475569;background:#f1f5f9}.btn-icon{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:6px;transition:all .2s;display:inline-flex}.btn-icon:hover{color:#0f172a;background:#f1f5f9}.grand-total td{color:#1a5276;background:#d4e6f1;border-top:2px solid #a9cce3;font-size:1em;font-weight:700}.positive{color:var(--green);font-weight:700}.negative{color:var(--red);font-weight:700}.flex-row{flex-wrap:wrap;gap:16px;margin-top:18px;display:flex}.flex-child{border-radius:8px;flex:1;min-width:240px;padding:14px}.box-green{border-left:5px solid var(--green);background:#e8f8f5}.box-yellow{border-left:5px solid var(--yellow);background:#fef9e7}.box-red{border-left:5px solid var(--red);background:#fdedec}.box-blue{border-left:5px solid var(--blue);background:#eaf2f8}.filters-row{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:12px;display:flex}.filter-input{min-width:160px;font-size:.88em;font-family:var(--font);border:1px solid #ddd;border-radius:6px;flex:1;padding:8px 12px;transition:border-color .2s}.filter-input:focus{border-color:var(--blue);outline:none;box-shadow:0 0 0 2px #2980b926}.filter-select{font-size:.85em;font-family:var(--font);cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:6px;min-width:130px;padding:8px 10px}.filter-select:focus{border-color:var(--blue);outline:none}.table-info{color:var(--gray);margin-bottom:6px;font-size:.8em}.table-scroll{-webkit-overflow-scrolling:touch;overflow-x:auto}.sort-header{cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap;transition:background .15s}.sort-header:hover{background:#e8ecef}.converted-tag{color:#92400e;vertical-align:middle;background:#fef3c7;border-radius:3px;margin-left:4px;padding:1px 5px;font-size:.68em;font-weight:600;display:inline-block}.nowrap{white-space:nowrap}.cat-select{font-family:var(--font);cursor:pointer;transition:border-color .2s}.cat-select:focus{outline:none;box-shadow:0 0 0 2px #2980b926;border-color:var(--blue)!important}.btn-toggle[data-fv]{color:#555;background:#ecf0f1;padding:7px 14px;font-size:.82em;transition:all .2s}.btn-toggle[data-fv]:hover{background:#d5dbdb}.btn-toggle[data-fv].active{background:var(--blue);color:#fff}.upload-drop-zone{border:2px dashed var(--blue);text-align:center;cursor:pointer;background:#2980b90a;border-radius:12px;padding:48px 20px;transition:all .3s}.upload-drop-zone:hover{background:#2980b914;border-color:#2471a3;transform:translateY(-1px);box-shadow:0 4px 12px #2980b91a}.upload-drop-zone.drag-over{border-color:var(--blue);background:#2980b926;transform:scale(1.01);box-shadow:0 8px 24px #2980b933}.upload-feedback-ok{color:#27ae60;background:#e8f8f5;border-left:4px solid #27ae60;border-radius:8px;padding:12px 16px;font-size:.9em}.upload-feedback-err{color:#c0392b;background:#fdedec;border-left:4px solid #c0392b;border-radius:8px;padding:12px 16px;font-size:.9em}.upload-feedback-warn{color:#b7950b;background:#fef9e7;border-left:4px solid #f39c12;border-radius:8px;padding:12px 16px;font-size:.9em}.btn-action{cursor:pointer;background:0 0;border:1px solid #eee;border-radius:4px;margin:1px;padding:3px 6px;font-size:.8em;transition:all .2s}.btn-action:hover{background:#f0f0f0;border-color:#ccc}.status-badge{white-space:nowrap;border-radius:4px;padding:3px 8px;font-size:.82em;font-weight:600;display:inline-block}.cat-cards-row{flex-wrap:wrap;gap:20px;display:flex}.cat-card-wrapper{flex-direction:column;flex:1;min-width:300px;max-height:calc(100vh - 180px);display:flex}.cat-card-wrapper .card{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.cat-list{flex-direction:column;flex:1;gap:2px;min-height:0;max-height:calc(100vh - 340px);margin-bottom:12px;padding-right:4px;display:flex;overflow-y:auto}.cat-list::-webkit-scrollbar{width:5px}.cat-list::-webkit-scrollbar-track{background:0 0}.cat-list::-webkit-scrollbar-thumb{background:#d5dbe3;border-radius:3px}.cat-list::-webkit-scrollbar-thumb:hover{background:#b0b8c4}.cat-item{border:1px solid #0000;border-radius:6px;justify-content:space-between;align-items:center;padding:8px 12px;transition:background .15s;display:flex}.cat-item:hover{background:#f5f7fa}.cat-item.editing{border-color:var(--blue);background:#eaf2f8}.cat-name{font-size:.9em;font-weight:500}.cat-actions{opacity:0;gap:4px;transition:opacity .15s;display:flex}.cat-item:hover .cat-actions{opacity:1}.cat-btn{cursor:pointer;background:0 0;border:1px solid #ddd;border-radius:4px;justify-content:center;align-items:center;padding:5px;font-size:.78em;line-height:1;transition:all .15s;display:inline-flex}.cat-btn:hover{background:#eee;border-color:#bbb}input[type=checkbox].toggle-ativo{cursor:pointer;width:18px;height:18px;accent-color:var(--blue);vertical-align:middle}.cat-btn-save{color:#27ae60;background:#e8f8f5;border-color:#27ae60;font-weight:700}.cat-btn-save:hover{background:#d4efdf}.cat-btn-cancel{color:#c0392b}.cat-edit-input{border:1px solid var(--blue);font-size:.88em;font-family:var(--font);border-radius:5px;flex:1;margin-right:6px;padding:5px 10px}.cat-edit-input:focus{outline:none;box-shadow:0 0 0 2px #2980b933}.cat-add-row{border-top:1px solid #eee;gap:8px;padding-top:10px;display:flex}.cat-add-input{font-size:.88em;font-family:var(--font);border:1px solid #ddd;border-radius:6px;flex:1;padding:8px 12px}.cat-add-input:focus{border-color:var(--blue);outline:none;box-shadow:0 0 0 2px #2980b926}.cat-btn-add{background:var(--blue);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:6px;padding:8px 16px;font-size:.85em;font-weight:600;transition:background .2s}.cat-btn-add:hover{background:#2471a3}.tag-input-wrap{cursor:text;background:#fff;border:1px solid #ddd;border-radius:6px;flex-wrap:wrap;align-items:center;gap:4px;min-height:40px;padding:6px;display:flex}.tag-input-wrap:focus-within{border-color:var(--blue);box-shadow:0 0 0 2px #2980b926}.tag-input-tags{flex-wrap:wrap;gap:4px;display:flex}.tag-pill{color:#2980b9;background:#eaf2f8;border-radius:12px;align-items:center;gap:4px;padding:2px 8px;font-size:.85em;font-weight:500;display:inline-flex}.tag-rm{color:#2980b9;cursor:pointer;opacity:.6;background:0 0;border:none;border-radius:50%;padding:0 2px;font-size:1.2em;line-height:1;transition:all .2s}.tag-rm:hover{opacity:1;background:#2980b91a}.upload-row{transition:background .15s}.upload-row:hover{background:#f8f9fb}.upload-row.expanded{background:#f0f4f8;border-bottom:none}.upload-row.expanded td{border-bottom:none}.upload-detail-row td{border-bottom:1px solid #eee;padding:0!important}.upload-detail-panel{background:linear-gradient(135deg,#f8f9fb 0%,#f0f4f8 100%);border-top:1px solid #e8ecef;border-bottom:2px solid #dde3ea;padding:16px 20px}.detail-section{margin-bottom:14px}.detail-section:last-child{margin-bottom:0}.detail-header{border-bottom:1px solid #dde3ea;align-items:center;margin-bottom:12px;padding-bottom:8px;display:flex}.detail-section-title{color:var(--dark);margin-bottom:6px;font-size:.85em;font-weight:600}.detail-timeline{border-left:2px solid #d5dbe3;padding-left:16px}.timeline-item{gap:10px;padding:4px 0;font-size:.82em;display:flex;position:relative}.timeline-item:before{content:"";background:var(--blue);border:2px solid #fff;border-radius:50%;width:8px;height:8px;position:absolute;top:9px;left:-21px}.timeline-ts{color:#95a5a6;white-space:nowrap;min-width:110px;font-size:.88em}.detail-error{color:#f87171;white-space:pre-wrap;word-break:break-word;background:#2c2c2c;border-radius:6px;max-height:200px;margin-top:4px;padding:12px 14px;font-family:Fira Code,Consolas,monospace;font-size:.78em;line-height:1.5;overflow-y:auto}.detail-response-body{color:#2c3e50;white-space:pre-wrap;word-break:break-word;background:#f5f7fa;border:1px solid #e0e4e8;border-radius:6px;max-height:160px;margin-top:4px;padding:10px 12px;font-family:Fira Code,Consolas,monospace;font-size:.78em;line-height:1.5;overflow-y:auto}.detail-kv{align-items:baseline;gap:8px;padding:3px 0;font-size:.82em;display:flex}.detail-key{color:#7f8c8d;flex-shrink:0;min-width:80px;font-weight:600}.detail-val{color:var(--dark)}.placeholder{text-align:center;color:var(--gray);padding:80px 20px}.placeholder .icon-big{margin-bottom:16px;font-size:4em}.placeholder h3{color:var(--dark)}#mobile-topbar,.mobile-dropdown,.mobile-overlay{display:none}@media (width<=768px){html,body{width:100vw;position:relative;overflow-x:hidden}#sidebar{display:none}#mobile-topbar{background:var(--sidebar-bg);color:#ecf0f1;z-index:200;justify-content:space-between;align-items:center;height:52px;padding:0 16px;display:flex;position:fixed;top:0;left:0;right:0;box-shadow:0 2px 12px #00000026}.topbar-logo{letter-spacing:-.01em;font-size:1.1em;font-weight:700}#mobile-menu-btn{color:#ecf0f1;cursor:pointer;font-size:1.4em;font-family:var(--font);background:0 0;border:none;border-radius:6px;padding:6px 10px;transition:background .15s}#mobile-menu-btn:hover{background:#ffffff1a}.mobile-dropdown{z-index:250;max-height:0;box-shadow:none;background:#fff;transition:max-height .3s cubic-bezier(.25,.8,.25,1),box-shadow .3s;display:block;position:fixed;top:52px;left:0;right:0;overflow:hidden}.mobile-dropdown.open{max-height:calc(100vh - 52px);overflow-y:auto;box-shadow:0 8px 24px #0000001f}.mobile-dropdown-item{width:100%;color:var(--dark);cursor:pointer;text-align:left;font-size:.95em;font-weight:500;font-family:var(--font);background:0 0;border:none;border-left:3px solid #0000;align-items:center;gap:12px;padding:14px 20px;transition:background .15s;display:flex}.mobile-dropdown-item:hover,.mobile-dropdown-item:active{background:#f5f7fa}.mobile-dropdown-item.active{border-left-color:var(--blue);color:var(--blue);background:#2980b914;font-weight:600}.mdd-icon{text-align:center;flex-shrink:0;width:24px;font-size:1.2em}.mobile-dropdown-divider{background:#eee;height:1px;margin:4px 16px}.mobile-dropdown-group{text-transform:uppercase;letter-spacing:.05em;color:#95a5a6;padding:10px 20px 4px;font-size:.72em;font-weight:700}.mobile-overlay{z-index:199;opacity:0;background:#0006;transition:opacity .25s;display:none;position:fixed;inset:52px 0 0}.mobile-overlay.open{opacity:1;display:block}#content{padding:68px 12px 24px;margin-left:0!important}.stat-row{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-flow:row;gap:12px;padding-bottom:8px;overflow-x:auto}.stat-row::-webkit-scrollbar{display:none}.stat-card{scroll-snap-align:start;flex:0 0 calc(45% - 6px);min-width:140px}.stat-card .number{font-size:1.2em}table{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto}.flex-row,.filters-row{flex-direction:column}.filter-input,.filter-select{width:100%;min-width:auto}.upload-drop-zone{padding:32px 16px}.cat-cards-row{flex-direction:column}.cat-card-wrapper{min-width:auto;max-height:none}.cat-list{max-height:40vh}}body{background-image:radial-gradient(#cbd5e1 1px,#0000 1px);background-size:20px 20px}#sidebar{background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"),linear-gradient(#6b1414 0%,#4a0d0d 100%)}.sidebar-header{background:#0000001a;border-bottom:1px solid #ffffff14}.nav-item{color:#fff!important}.nav-item.active{box-shadow:0 4px 12px #0000001a;background:#ffffff26!important;border-left-color:#fff!important}.nav-item:hover{background:#ffffff14}.nav-group-header{color:#fff!important}.nav-group-static{text-transform:uppercase;letter-spacing:.05em;border-radius:6px;justify-content:flex-start;align-items:center;margin:12px 0 4px;padding:6px 14px;font-size:.75em;font-weight:700;display:flex;color:#fff!important}.nav-group-content{flex-direction:column;gap:4px;max-height:500px;transition:max-height .3s;display:flex;overflow:hidden}.nav-group-header.collapsed+.nav-group-content{max-height:0}.alert-badge{color:#fff;background:#ef4444;border-radius:12px;margin-left:auto;padding:2px 6px;font-size:.75em;font-weight:700;animation:2s infinite pulse;box-shadow:0 0 0 2px #6b1414}.nav-item.active .alert-badge{box-shadow:0 0 0 2px #831b1b}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.btn-primary{color:#fff;cursor:pointer;background:#10b981;border:none;border-radius:6px;justify-content:center;align-items:center;gap:8px;padding:10px 20px;font-size:.85em;font-weight:600;transition:all .2s;display:inline-flex;box-shadow:0 2px 8px #10b9814d}.btn-primary:hover{background:#059669}.btn-danger{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:6px;justify-content:center;align-items:center;gap:8px;padding:10px 20px;font-size:.85em;font-weight:600;transition:all .2s;display:inline-flex;box-shadow:0 2px 8px #ef44444d}.btn-danger:hover{background:#dc2626}.filters-wrap{background:#f1f5f9;border-radius:8px;flex-wrap:wrap;gap:0;width:fit-content;margin-bottom:12px;padding:4px;display:flex}.chip{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;gap:6px;padding:6px 14px;font-size:.8em;font-weight:600;transition:all .2s;display:inline-flex}.chip.active{color:#1e293b;background:#fff;box-shadow:0 2px 5px #00000014}.ghost-btn.edit:hover{color:#0284c7;background:#e0f2fe}.side-panel-overlay{z-index:1000;opacity:0;pointer-events:none;background:#00000080;transition:opacity .3s;position:fixed;inset:0}.side-panel-overlay.open{opacity:1;pointer-events:auto}.side-panel{z-index:1001;background:#fff;flex-direction:column;width:420px;max-width:100vw;transition:right .3s cubic-bezier(.25,.8,.25,1);display:flex;position:fixed;top:0;bottom:0;right:-420px;box-shadow:-4px 0 24px #00000026}.side-panel.open{right:0}.side-panel-header{background:#fafcff;border-bottom:1px solid #eee;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.side-panel-header h3{color:var(--blue);align-items:center;gap:8px;margin:0;font-size:1.15em;display:flex}.side-panel-close{cursor:pointer;color:#95a5a6;background:0 0;border:none;border-radius:4px;padding:4px;font-size:1.5em;transition:all .2s}.side-panel-close:hover{color:#333;background:#eee}.side-panel-content{flex-direction:column;flex:1;gap:16px;padding:20px;display:flex;overflow-y:auto}.side-panel-footer{background:#f8f9fa;border-top:1px solid #eee;justify-content:flex-end;gap:12px;padding:16px 20px;display:flex}.ghost-btn.del:hover{color:#ef4444;background:#fee2e2}table th{color:#64748b;border-bottom:2px solid #e2e8f0;font-weight:600}table td{border-bottom:1px solid #f1f5f9}.nav-item svg.lucide,.nav-item svg.custom-icon,.nav-group-header svg.lucide,.nav-group-static svg.lucide{flex-shrink:0;width:18px;height:18px;color:#fff!important}.custom-icon,.nav-item.active .custom-icon{color:#fff!important}#mobile-topbar{background-image:linear-gradient(#6b1414 0%,#4a0d0d 100%);border-bottom:1px solid #ffffff1a}.ms-3-btn{text-align:left;cursor:pointer;vertical-align:top;background:#fff;border:1px solid #ddd;border-radius:6px;justify-content:space-between;align-items:center;gap:8px;min-width:160px;height:30px;padding:4px 10px;font-size:.8em;display:inline-flex}.ms-3-dropdown{z-index:100;background:#fff;border:1px solid #ddd;border-radius:6px;flex-direction:column;min-width:220px;display:none;position:absolute;top:calc(100% + 4px);left:0;box-shadow:0 8px 24px #0000001a}.ms-3-dropdown.open{display:flex}.ms-3-search{border-bottom:1px solid #eee;padding:8px}.ms-3-search input{box-sizing:border-box;width:100%;font-size:.85em;font-family:var(--font);border:1px solid #ddd;border-radius:4px;outline:none;padding:6px 8px}.ms-3-list{max-height:250px;overflow-y:auto}.ms-1-item{cursor:pointer;align-items:center;gap:8px;padding:6px 12px;font-size:.85em;transition:background .1s;display:flex}.ms-1-item:hover{background:#f1f5f9}.ms-1-item input{cursor:pointer;accent-color:var(--blue);width:14px;height:14px;margin:0}.venda-thumb{object-fit:cover;cursor:pointer;border:1px solid #e2e8f0;border-radius:6px;width:48px;height:48px;transition:transform .2s}.venda-thumb:hover{transform:scale(1.05)}.venda-thumb-placeholder{color:#94a3b8;cursor:pointer;background:#f1f5f9;border:1px dashed #cbd5e1;border-radius:6px;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.2em;display:flex}.venda-status-disp{color:#0284c7;background:#e0f2fe}.venda-status-res{color:#a16207;background:#fef08a}.venda-status-vend{color:#166534;background:#dcfce3}.photo-modal-overlay{z-index:2000;opacity:0;pointer-events:none;background:#000000d9;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:fixed;inset:0}.photo-modal-overlay.open{opacity:1;pointer-events:auto}.photo-modal-content{max-width:90vw;max-height:90vh;position:relative}.photo-modal-content img{border-radius:8px;max-width:100%;max-height:90vh;box-shadow:0 10px 25px #00000080}.photo-modal-close{color:#fff;cursor:pointer;background:0 0;border:none;font-size:2em;transition:color .2s;position:absolute;top:-40px;right:-10px}.photo-modal-close:hover{color:#f87171}#mobile-bottom-bar,.more-sheet-overlay,.more-sheet{display:none}@media (width<=768px){#mobile-bottom-bar{padding:6px 0 env(safe-area-inset-bottom,8px);z-index:200;background:#fff;border-top:1px solid #e2e8f0;justify-content:space-around;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -2px 12px #0000000f}.btab{color:var(--gray);cursor:pointer;font-size:.62em;font-weight:600;font-family:var(--font);background:0 0;border:none;border-radius:8px;flex-direction:column;align-items:center;gap:2px;min-width:56px;padding:4px 8px;transition:color .2s;display:flex}.btab svg,.btab i{color:inherit}.btab.active{color:var(--blue)}.btab:active{background:#3b82f614}#mobile-menu-btn,.mobile-dropdown{display:none!important}#content{padding-top:68px!important;padding-bottom:80px!important}.more-sheet-overlay{z-index:290;opacity:0;background:#0006;transition:opacity .25s;display:none;position:fixed;inset:0}.more-sheet-overlay.open{opacity:1;display:block}.more-sheet{z-index:300;padding-bottom:env(safe-area-inset-bottom,8px);background:#fff;border-radius:16px 16px 0 0;transition:bottom .3s cubic-bezier(.25,.8,.25,1);display:block;position:fixed;bottom:-100%;left:0;right:0;box-shadow:0 -4px 24px #0000001f}.more-sheet.open{bottom:0}.more-sheet-header{color:var(--dark);text-align:center;border-bottom:1px solid #f1f5f9;padding:16px 20px 8px;font-size:1em;font-weight:700}.more-sheet-header:before{content:"";background:#cbd5e1;border-radius:2px;width:36px;height:4px;margin:0 auto 12px;display:block}.more-sheet-item{width:100%;color:var(--dark);cursor:pointer;text-align:left;font-size:.95em;font-weight:500;font-family:var(--font);background:0 0;border:none;align-items:center;gap:14px;padding:14px 24px;transition:background .15s;display:flex}.more-sheet-item:active{background:#f1f5f9}.more-sheet-item.active{color:var(--blue);font-weight:600}.more-sheet-divider{background:#f1f5f9;height:1px;margin:4px 20px}.more-sheet-group{text-transform:uppercase;letter-spacing:.05em;color:#95a5a6;padding:10px 24px 4px;font-size:.7em;font-weight:700}.mobile-hide{display:none!important}.mobile-subtext{color:#95a5a6;margin-top:2px;font-size:.72em;display:block}.vendas-mobile-cards{flex-direction:column;gap:12px;display:flex}.venda-mcard{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:14px;box-shadow:0 2px 8px #0000000a}.vmc-header{align-items:flex-start;gap:12px;display:flex}.vmc-thumb{object-fit:cover;border:1px solid #e2e8f0;border-radius:8px;flex-shrink:0;width:56px;height:56px}.vmc-thumb-ph{color:#94a3b8;background:#f1f5f9;border:1px dashed #cbd5e1;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.vmc-info{flex:1;min-width:0}.vmc-title{color:var(--dark);white-space:nowrap;text-overflow:ellipsis;margin-bottom:4px;font-size:.95em;font-weight:700;overflow:hidden}.vmc-tags{flex-wrap:wrap;gap:6px;margin-top:4px;display:flex}.vmc-prices{background:#f8fafc;border:1px solid #f1f5f9;border-radius:8px;grid-template-columns:1fr 1fr;gap:8px;margin-top:10px;padding:10px;display:grid}.vmc-price-label{text-transform:uppercase;color:var(--gray);font-size:.68em;font-weight:700}.vmc-price-val{color:var(--dark);font-size:.92em;font-weight:700}.vmc-price-val.highlight{color:var(--green)}.vmc-detalhes{border-left:3px solid var(--yellow);background:#fef9e7;border-radius:6px;margin-top:8px;padding:8px 12px;font-size:.82em}.vmc-detalhes.vendido{border-left-color:var(--green);background:#e8f8f5}.vmc-actions{border-top:1px solid #f1f5f9;justify-content:flex-end;gap:8px;margin-top:10px;padding-top:10px;display:flex}.vmc-actions button{min-width:40px;min-height:40px;padding:8px 14px}#vendas-resumo{flex-flow:row!important;gap:6px!important;overflow-x:hidden!important}#vendas-resumo .stat-card{flex:1 1 0!important;min-width:0!important;padding:8px 6px!important}#vendas-resumo .stat-card .label{font-size:.6em!important}#vendas-resumo .stat-card .number{white-space:nowrap;font-size:.95em!important}#tab-regras .table-scroll table,#tab-regras .table-scroll thead,#tab-regras .table-scroll tbody,#tab-regras .table-scroll th,#tab-regras .table-scroll td,#tab-regras .table-scroll tr{display:block}#tab-regras .table-scroll thead tr{display:none}#tab-regras .table-scroll tr{background:#fff;border:1px solid #e2e8f0;border-radius:12px;margin-bottom:12px;padding:14px;box-shadow:0 2px 8px #0000000a}#tab-regras .table-scroll td{text-align:left!important;border:none!important;padding:4px 0!important}#tab-regras .table-scroll td:first-child{display:none}#tab-regras .table-scroll td:last-child{justify-content:flex-end;gap:8px;margin-top:10px;display:flex;border-top:1px solid #f1f5f9!important;padding-top:10px!important}#tab-regras .table-scroll td:last-child button{min-width:40px;min-height:40px}.mobile-sticky-footer{z-index:150;background:#fff;border-top:1px solid #e2e8f0;gap:8px;padding:10px 16px;display:flex;position:fixed;bottom:60px;left:0;right:0;box-shadow:0 -2px 10px #00000014}.mobile-sticky-footer .btn-primary{flex:1;padding:12px;font-size:.9em}}.vendas-filter-bar{gap:8px;margin-top:16px;margin-bottom:16px;display:flex;position:relative}.vfb-btn-main{color:#0f172a;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:8px;flex:1;justify-content:space-between;align-items:center;padding:10px 14px;font-size:.9em;font-weight:600;display:flex;position:relative;box-shadow:0 1px 2px #0000000d}.vfb-btn-sort{color:#475569;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;padding:10px 14px;display:flex;position:relative;box-shadow:0 1px 2px #0000000d}.vfb-dropdown{z-index:200;background:#fff;border:1px solid #e2e8f0;border-radius:10px;min-width:220px;padding:8px 0;display:none;position:absolute;top:calc(100% + 6px);left:0;right:0;box-shadow:0 8px 30px #0000001f}.vfb-dropdown.show{display:block}.vfb-dropdown.right{min-width:180px;left:auto;right:0}.vfb-dropdown-option{cursor:pointer;color:#334155;justify-content:space-between;align-items:center;padding:10px 16px;font-size:.9em;transition:background .15s;display:flex}.vfb-dropdown-option:hover{background:#f1f5f9}.vfb-dropdown-option.active{color:#3b82f6;font-weight:600}.nc-bs-overlay{z-index:2000;opacity:0;pointer-events:none;background:#00000080;flex-direction:column;justify-content:flex-end;transition:all .3s;display:flex;position:fixed;inset:0}.nc-bs-overlay.show{opacity:1;pointer-events:auto}.nc-bs-content{padding:20px;padding-bottom:calc(20px + env(safe-area-inset-bottom));background:#fff;border-radius:20px 20px 0 0;transition:transform .3s cubic-bezier(.16,1,.3,1);transform:translateY(100%);box-shadow:0 -4px 15px #0003}.nc-bs-overlay.show .nc-bs-content{transform:translateY(0)}.nc-bs-handle{background:#cbd5e1;border-radius:4px;width:40px;height:5px;margin:0 auto 16px}.nc-bs-title{color:#0f172a;justify-content:space-between;align-items:center;margin-bottom:16px;font-size:1.1em;font-weight:700;display:flex}.nc-bs-close-btn{color:#94a3b8;cursor:pointer;background:0 0;border:none;font-size:1.2em}.nc-bs-option{color:#334155;cursor:pointer;border-bottom:1px solid #f1f5f9;justify-content:space-between;padding:14px 0;font-size:.95em;display:flex}.nc-bs-option:last-child{border-bottom:none}.nc-bs-option.active{color:#3b82f6;font-weight:600}.nc-lightbox-overlay{z-index:3000;opacity:0;pointer-events:none;background:#000000e6;justify-content:center;align-items:center;transition:all .3s;display:flex;position:fixed;inset:0}.nc-lightbox-overlay.show{opacity:1;pointer-events:auto}.nc-lightbox-content{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.nc-lightbox-img-container{box-sizing:border-box;justify-content:center;align-items:center;width:100%;height:100%;padding:20px;display:flex}#nc-lightbox-img{object-fit:contain;max-width:100%;max-height:100%}.nc-lightbox-close{color:#fff;cursor:pointer;z-index:10;background:#00000080;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;display:flex;position:absolute;top:20px;right:20px}.nc-lightbox-nav{color:#fff;cursor:pointer;z-index:10;background:#00000080;border:none;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.nc-lightbox-nav.prev{left:20px}.nc-lightbox-nav.next{right:20px}.nc-lightbox-counter{color:#fff;z-index:10;background:#00000080;border-radius:20px;padding:6px 12px;font-size:.85em;font-weight:600;position:absolute;bottom:20px;left:50%;transform:translate(-50%)}@media (width<=768px){.nc-lightbox-nav{width:40px;height:40px}.nc-lightbox-nav.prev{left:10px}.nc-lightbox-nav.next{right:10px}.nc-lightbox-close{width:36px;height:36px;top:10px;right:10px}.has-sticky-footer #content{padding-bottom:140px!important}.col-hide-mobile{display:none!important}.side-panel{right:-100vw;width:100vw!important}.side-panel.open{right:0}.hide-mobile{display:none!important}.public-header-sticky{position:static!important}}@media (width>=769px){.vendas-filter-bar{gap:16px;max-width:500px;margin-bottom:24px}.vfb-btn-main,.vfb-btn-sort{padding:12px 16px}.col-categoria{display:table-cell}#public-resumo{flex-direction:row!important}.show-mobile-only{display:none!important}}.col-mobile-card{display:none}.col-desktop{display:table-cell}@media (width<=768px){.table-dashboard-mobile thead{display:none}.table-dashboard-mobile .col-desktop{display:none!important}.table-dashboard-mobile .col-mobile-card{border:none!important;padding:0!important;display:block!important}.table-dashboard-mobile tr.row-drill{background:#fff;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:12px;display:block;box-shadow:0 1px 2px #0000000d}.table-dashboard-mobile tr.row-drill[style*="background:#eff6ff"]{border-bottom:none;border-bottom-right-radius:0;border-bottom-left-radius:0;margin-bottom:0}.card-view{padding:16px}.card-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.card-title{color:#0f172a;font-size:15px;font-weight:600}.card-body{color:#64748b;justify-content:space-between;font-size:13px;display:flex}.card-col{flex-direction:column;gap:4px;display:flex}.card-val{color:#334155;font-weight:500}}.pd-overlay{z-index:2500;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);opacity:0;pointer-events:none;background:#00000073;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:fixed;inset:0}.pd-overlay.show{opacity:1;pointer-events:auto}.pd-desktop .pd-modal{background:var(--card);border-radius:16px;width:95%;max-width:900px;max-height:85vh;animation:.3s pdSlideUp;display:flex;position:relative;overflow:hidden;box-shadow:0 25px 60px #0000002e}@keyframes pdSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.pd-close{color:var(--gray);cursor:pointer;z-index:5;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.1em;transition:all .2s;display:flex;position:absolute;top:14px;right:14px}.pd-close:hover{color:var(--red);background:#fee2e2;border-color:#fca5a5}.pd-img-side{background:#f8fafc;border-right:1px solid #f1f5f9;flex-direction:column;flex:1;min-width:0;display:flex}.pd-main-img{flex:1;justify-content:center;align-items:center;min-height:300px;padding:24px;display:flex}.pd-main-img img{object-fit:contain;border-radius:10px;max-width:100%;max-height:360px;transition:opacity .2s;box-shadow:0 4px 16px #00000014}.pd-no-photo{color:#94a3b8;flex-direction:column;justify-content:center;align-items:center;gap:8px;font-size:.85em;display:flex}.pd-thumbs-wrap{background:#fff;border-top:1px solid #f1f5f9;position:relative}.pd-thumbs{scroll-behavior:smooth;scrollbar-width:none;gap:8px;padding:12px 20px 18px;display:flex;overflow-x:auto}.pd-thumbs::-webkit-scrollbar{display:none}.pd-thumbs-arrow{cursor:pointer;width:28px;height:28px;color:var(--dark);z-index:3;opacity:0;pointer-events:none;background:#fffffff2;border:1px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;font-size:.9em;font-weight:700;transition:all .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 2px 6px #0000001a}.pd-thumbs-arrow.visible{opacity:1;pointer-events:auto}.pd-thumbs-arrow:hover{background:#fff;box-shadow:0 3px 10px #00000026}.pd-thumbs-arrow.left{left:4px}.pd-thumbs-arrow.right{right:4px}.pd-thumb{object-fit:cover;cursor:pointer;opacity:.55;border:2px solid #e2e8f0;border-radius:8px;flex-shrink:0;width:60px;height:60px;transition:all .2s}.pd-thumb.active{border-color:var(--blue);opacity:1;box-shadow:0 0 0 2px #3b82f640}.pd-thumb:hover{opacity:.85}.pd-info{flex-direction:column;flex:0 0 340px;gap:14px;padding:28px 24px;display:flex;overflow-y:auto}.pd-badge{border-radius:20px;align-items:center;gap:5px;width:fit-content;padding:4px 12px;font-size:.75em;font-weight:700;display:inline-flex}.pd-badge-disp{color:#166534;background:#dcfce7}.pd-badge-res{color:#854d0e;background:#fef9c3}.pd-title{color:var(--dark);font-size:1.2em;font-weight:700;line-height:1.3}.pd-desc{color:var(--gray);font-size:.88em;line-height:1.65}.pd-desc-empty{color:#b0b8c4;font-style:italic}.pd-price-card{text-align:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:16px}.pd-price-label{color:var(--gray);text-transform:uppercase;margin-bottom:4px;font-size:.7em;font-weight:600}.pd-price-val{color:var(--blue);font-size:1.4em;font-weight:800}.pd-tags{flex-wrap:wrap;gap:6px;display:flex}.pd-tag{color:#475569;background:#f1f5f9;border-radius:20px;padding:4px 12px;font-size:.75em;font-weight:600}.pd-mobile{justify-content:center;align-items:flex-end;padding:0 8px;display:flex}.pd-mob-card{background:var(--card);border-radius:20px 20px 0 0;width:100%;max-width:calc(100vw - 16px);max-height:95vh;animation:.35s cubic-bezier(.25,.8,.25,1) pdMobSlideUp;overflow-y:auto;box-shadow:0 -8px 30px #00000026}@keyframes pdMobSlideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.pd-mob-hero{border-radius:20px 20px 0 0;height:240px;max-height:35vh;position:relative;overflow:hidden}.pd-mob-hero img{object-fit:cover;object-position:center;width:100%;height:100%}.pd-mob-no-photo{background:#f1f5f9;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.pd-mob-hero-grad{background:linear-gradient(#0000 40%,#ffffff4d 60%,#fffffff2 100%);position:absolute;inset:0}.pd-mob-back{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--dark);cursor:pointer;z-index:2;background:#ffffffeb;border:1px solid #0000001a;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;font-size:0;line-height:1;transition:all .2s;display:flex;position:absolute;top:14px;left:14px;box-shadow:0 2px 10px #0000001f}.pd-mob-back svg{stroke-width:2.5px;width:22px;height:22px}.pd-mob-back:hover{background:#fff;box-shadow:0 3px 14px #00000029}.pd-mob-hero-bottom{z-index:1;position:absolute;bottom:12px;left:16px;right:16px}.pd-mob-hero-title{color:var(--dark);margin-top:6px;font-size:1.1em;font-weight:700;line-height:1.3}.pd-mob-body{padding:16px 20px 32px}.pd-mob-desc{color:var(--gray);margin-bottom:16px;font-size:.85em;line-height:1.55}.pd-mob-price-card{text-align:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;margin-bottom:16px;padding:14px}.pd-mob-price-label{color:var(--gray);text-transform:uppercase;margin-bottom:4px;font-size:.68em;font-weight:600}.pd-mob-price-val{color:var(--blue);font-size:1.3em;font-weight:800}.pd-mob-details{margin-bottom:16px}.pd-mob-detail-row{border-bottom:1px solid #f1f5f9;justify-content:space-between;padding:10px 0;font-size:.85em;display:flex}.pd-mob-detail-row:last-child{border-bottom:none}.pd-mob-lbl{color:var(--gray)}.pd-mob-val{color:var(--dark);font-weight:600}.pd-mob-photos-title{color:var(--gray);text-transform:uppercase;margin-bottom:10px;font-size:.75em;font-weight:700}.pd-mob-photos-scroll{scroll-snap-type:x mandatory;gap:8px;padding-bottom:8px;display:flex;overflow-x:auto}.pd-mob-photos-scroll::-webkit-scrollbar{height:3px}.pd-mob-photos-scroll::-webkit-scrollbar-thumb{background:#d5dbe3;border-radius:2px}.pd-mob-photo{object-fit:cover;scroll-snap-align:start;cursor:pointer;border:2px solid #e2e8f0;border-radius:10px;flex-shrink:0;width:110px;height:82px;transition:all .2s}.pd-mob-photo:hover{border-color:var(--blue);transform:scale(1.03)}tr[data-pd-id]{cursor:pointer}tr[data-pd-id]:hover{background-color:#f0f7ff!important}.venda-mcard[data-pd-id]{cursor:pointer;transition:box-shadow .2s}.venda-mcard[data-pd-id]:active{box-shadow:0 2px 12px #3b82f626}@media (width>=769px){#table-vendas{font-size:.82rem}#table-vendas th,#table-vendas td{padding:10px 8px!important}#table-vendas td:nth-child(2){max-width:140px!important}#table-vendas td.col-categoria{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;max-width:110px!important}#table-vendas td:nth-child(7){font-size:.8em;white-space:normal!important;max-width:145px!important}}body{background-color:#fafaf5}.postcard-card{background:#fff;border:2px solid #18181b;border-radius:14px;margin-top:15px;padding:20px;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;box-shadow:4px 4px #18181b}.postcard-badge{color:#854d0e;font-size:.75em;font-weight:700;font-family:var(--font);background:#fef08a;border:2px solid #18181b;border-radius:8px;padding:4px 12px;position:absolute;top:-12px;right:20px}.pub-title-container,.pub-filter-container{background:#fafaf5!important}.vendas-filter-bar{display:flex;background:#fff!important;border:2px solid #18181b!important;border-radius:10px!important;box-shadow:3px 3px #18181b!important}.vendas-filter-bar .vfb-btn-main,.vendas-filter-bar .vfb-btn-sort{box-shadow:none!important;background:0 0!important;border:none!important}.vendas-filter-bar .vfb-btn-main{border-right:2px solid #18181b!important;border-radius:8px 0 0 8px!important}.vendas-filter-bar .vfb-btn-sort{border-radius:0 8px 8px 0!important}.vfb-dropdown{background:#fff!important;border:2px solid #18181b!important;border-radius:8px!important;box-shadow:4px 4px #18181b!important}.vendas-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:24px;margin-top:24px;display:grid}.venda-card{cursor:pointer;background:#fff;border:2px solid #18181b;border-radius:12px;flex-direction:column;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden;box-shadow:3px 3px #18181b}.venda-card:hover{transform:translate(-2px,-2px);box-shadow:5px 5px #18181b}.venda-card-img-wrap{background:#f1f5f9;border-bottom:2px solid #18181b;height:180px;position:relative;overflow:hidden}.venda-card-img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.venda-card-img:hover{transform:scale(1.03)}.venda-card-img-wrap-ph{color:#94a3b8;cursor:pointer;background:#f1f5f9;border-bottom:2px solid #18181b;flex-direction:column;justify-content:center;align-items:center;gap:8px;height:180px;display:flex}.venda-card-body{flex-direction:column;flex:1;padding:16px;display:flex}.venda-card-title{color:#18181b;-webkit-line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;height:2.6em;margin-bottom:8px;font-size:1em;font-weight:700;line-height:1.3;display:-webkit-box;overflow:hidden}.venda-card-desc{color:#52525b;-webkit-line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;height:3em;margin-bottom:12px;font-size:.85em;line-height:1.5;display:-webkit-box;overflow:hidden}.venda-card-tags{flex-wrap:wrap;gap:6px;margin-bottom:16px;display:flex}.venda-card-tags .status-badge{border-radius:4px;padding:2px 6px;font-size:.72em;font-weight:600}.venda-card-tags .state-badge{color:#475569;background:#f1f5f9;border:1px solid #cbd5e1}.venda-card-tags .cat-badge{color:#64748b;background:#f8fafc;border:1px solid #e2e8f0}.venda-card-price-wrap{background:#fafaf5;border:2px solid #18181b;border-radius:8px;justify-content:space-between;align-items:center;margin-top:auto;padding:8px 12px;display:flex}.venda-card-price-lbl{text-transform:uppercase;color:#52525b;font-size:.7em;font-weight:700}.venda-card-price-val{color:#10b981;font-size:1.15em;font-weight:700}@media (width<=768px){.vendas-grid{grid-template-columns:1fr;gap:16px}.venda-card-img-wrap,.venda-card-img-wrap-ph{height:160px}}.sortable-ghost{opacity:.4!important;background:#f1f5f9!important;border:2px dashed #18181b!important}.sortable-chosen{transform:scale(1.03);box-shadow:4px 4px #18181b!important}.sortable-drag{opacity:.8!important}.buyer-autocomplete-container{gap:6px;width:100%;display:flex;position:relative}.buyer-autocomplete-dropdown{z-index:1000;background:#fff;border:2px solid #18181b;border-radius:6px;max-height:150px;display:none;position:absolute;top:42px;left:0;right:44px;overflow-y:auto;box-shadow:3px 3px #18181b}.buyer-autocomplete-option{cursor:pointer;border-bottom:1px solid #e2e8f0;padding:8px 12px;font-size:.9em;font-weight:500;transition:background .15s}.buyer-autocomplete-option:last-child{border-bottom:none}.buyer-autocomplete-option:hover{background:#f0f7ff}.btn-add-buyer-prompt{cursor:pointer;background:#fef08a;border:2px solid #18181b;border-radius:6px;justify-content:center;align-items:center;width:38px;height:38px;font-size:1.2em;font-weight:800;transition:all .1s;display:flex;box-shadow:2px 2px #18181b}.btn-add-buyer-prompt:active{transform:translate(2px,2px);box-shadow:0 0 #18181b}.vfb-installments-section{background:#f8fafc;border:2px dashed #cbd5e1;border-radius:8px;flex-direction:column;gap:8px;max-width:100%;padding:10px;display:flex}.vfb-installment-row{background:#fff;border:2px solid #18181b;border-radius:8px;align-items:center;gap:8px;max-width:100%;padding:6px 8px;display:flex;box-shadow:2px 2px #18181b}.vfb-installment-idx{color:#64748b;min-width:16px;font-size:.8em;font-weight:800}.vfb-installment-date{flex:1.2;min-width:0}.vfb-installment-value-wrapper{flex:1;align-items:center;min-width:0;display:flex;position:relative}.vfb-installment-value-wrapper span{color:#94a3b8;font-size:.8em;font-weight:700;position:absolute;left:6px}.vfb-installment-value{padding-left:20px!important}.vfb-installment-pago{cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap;background:#f1f5f9;border:1px solid #cbd5e1;border-radius:6px;justify-content:center;align-items:center;gap:4px;padding:4px 6px;font-size:.78em;font-weight:700;transition:all .15s;display:flex}.vfb-installment-pago.checked{color:#166534;background:#dcfce7;border-color:#86efac}.vfb-btn-delete-installment{cursor:pointer;color:#ef4444;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:4px;transition:background .15s;display:flex}.vfb-btn-delete-installment:hover{background:#fee2e2}.vfb-btn-add-installment{cursor:pointer;background:#f3e8ff;border:2px solid #18181b;border-radius:6px;justify-content:center;align-items:center;gap:6px;width:100%;margin-top:4px;padding:8px;font-size:.85em;font-weight:700;transition:all .1s;display:flex;box-shadow:2px 2px #18181b}.vfb-btn-add-installment:active{transform:translate(2px,2px);box-shadow:0 0 #18181b}.vfb-financial-summary{background:#fafaf5;border:2px solid #18181b;border-radius:10px;flex-direction:column;gap:6px;margin-top:4px;padding:10px 14px;font-size:.85em;display:flex;box-shadow:3px 3px #18181b}.vfb-summary-line{justify-content:space-between;font-weight:600;display:flex}.vfb-summary-line.total{color:#18181b;border-top:2px dashed #18181b;padding-top:6px;font-size:1.05em;font-weight:800}input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.sub-tabs-container{border-bottom:2px solid #e2e8f0;gap:16px;margin-top:16px;margin-bottom:16px;display:flex}.sub-tab-btn{color:#64748b;cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-2px;padding:8px 12px;font-size:.95em;font-weight:500;transition:all .2s}.sub-tab-btn:hover{color:#334155}.sub-tab-btn.active{color:var(--blue);border-bottom-color:var(--blue);font-weight:600}.row-atrasado td{background-color:#fef2f2!important}.row-atrasado td:first-child{border-left:3px solid var(--red)}.badge-atrasado{color:#991b1b;background-color:#fee2e2;border:1px solid #f87171}
