@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}:root{--bg-primary: linear-gradient(135deg, #f0fdf4, #ecfdf5, #f0fdfa);--bg-primary-solid: #f0fdf4;--bg-secondary: rgba(255, 255, 255, .85);--bg-card: rgba(255, 255, 255, .8);--bg-card-hover: rgba(255, 255, 255, .92);--bg-input: rgba(255, 255, 255, .9);--bg-modal-overlay: rgba(0, 0, 0, .3);--accent-primary: #059669;--accent-primary-hover: #047857;--accent-secondary: #0d9488;--accent-success: #10b981;--accent-warning: #f59e0b;--accent-danger: #ef4444;--accent-danger-hover: #dc2626;--text-primary: #064e3b;--text-secondary: #374151;--text-muted: #6b7280;--text-inverse: #ffffff;--border-color: rgba(16, 185, 129, .15);--border-color-focus: #059669;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .06);--shadow-md: 0 4px 14px rgba(0, 0, 0, .08);--shadow-lg: 0 10px 40px rgba(0, 0, 0, .1);--shadow-glow: 0 0 20px rgba(5, 150, 105, .08);--shadow-glass: 0 8px 32px rgba(0, 0, 0, .06);--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 24px;--transition-fast: .15s cubic-bezier(.4, 0, .2, 1);--transition-normal: .25s cubic-bezier(.4, 0, .2, 1);--transition-slow: .4s cubic-bezier(.4, 0, .2, 1);--sidebar-width: 260px;--sidebar-collapsed: 72px}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg-primary);background-attachment:fixed;color:var(--text-primary);min-height:100vh;line-height:1.6}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}input,select,textarea{font-family:inherit}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#05966933;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#05966959}.cj-header{position:sticky;top:0;z-index:40;background:#fffc;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(16,185,129,.12);box-shadow:0 1px 3px #0000000a}.cj-header-inner{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;max-width:100%}@media(min-width:640px){.cj-header-inner{padding:10px 16px}}.cj-header-left{display:flex;align-items:center;gap:8px}@media(min-width:640px){.cj-header-left{gap:12px}}.cj-hamburger{display:flex;align-items:center;justify-content:center;padding:6px;border:none;background:transparent;color:#15803d;border-radius:8px;transition:background .2s ease,color .2s ease;cursor:pointer}@media(min-width:640px){.cj-hamburger{padding:8px}}.cj-hamburger:hover{background:#05966914}.cj-hamburger svg{width:20px;height:20px}@media(min-width:640px){.cj-hamburger svg{width:24px;height:24px}}.cj-header-logo{display:flex;align-items:center;gap:10px}.cj-header-logo-img{height:34px;width:auto;object-fit:contain;flex-shrink:0}@media(min-width:640px){.cj-header-logo-img{height:40px}}.cj-header-title{font-size:18px;font-weight:700;background:linear-gradient(135deg,#15803d,#059669);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.3px}@media(min-width:640px){.cj-header-title{font-size:22px}}.cj-header-right{display:flex;align-items:center;gap:8px}@media(min-width:640px){.cj-header-right{gap:12px}}.cj-header-page-label{display:none;font-size:13px;font-weight:500;color:#059669;background:#0596690f;padding:4px 12px;border-radius:20px}@media(min-width:768px){.cj-header-page-label{display:block}}.cj-header-user-pill{display:flex;align-items:center;gap:8px;padding:4px 12px 4px 4px;background:#0596690f;border:1px solid rgba(16,185,129,.12);border-radius:24px;transition:all .2s ease}.cj-header-user-pill:hover{background:#0596691a;border-color:#10b98133}.cj-header-avatar{width:28px;height:28px;border-radius:50%;background:linear-gradient(135deg,#059669,#10b981);display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;color:#fff;flex-shrink:0}.cj-header-username{font-size:13px;font-weight:600;color:#15803d;display:none}@media(min-width:640px){.cj-header-username{display:block}}.cj-header-action{display:flex;align-items:center;justify-content:center;padding:6px;border:none;background:transparent;color:#15803d;border-radius:8px;transition:all .2s ease;cursor:pointer}.cj-header-action:hover{background:#05966914;color:#047857}.cj-header-logout:hover{background:#ef444414;color:#dc2626}.cj-overlay{position:fixed;right:0;bottom:0;left:0;top:49px;z-index:20;background:#0000;-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px);opacity:0;pointer-events:none;transition:all .3s ease-in-out}@media(min-width:640px){.cj-overlay{top:57px}}.cj-overlay.open{background:#0003;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);opacity:1;pointer-events:auto}.cj-sidebar{position:fixed;top:49px;left:0;height:calc(100vh - 49px);width:0;opacity:0;background:#fffffff2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-right:1px solid rgba(16,185,129,.12);box-shadow:4px 0 24px #00000014;z-index:30;display:flex;flex-direction:column;transition:width .3s ease-in-out,opacity .3s ease-in-out;overflow:hidden}@media(min-width:640px){.cj-sidebar{top:57px;height:calc(100vh - 57px)}}.cj-sidebar.open{width:256px;opacity:1}@media(min-width:640px){.cj-sidebar.open{width:288px}}.cj-sidebar-scroll{flex:1;overflow-y:auto;overflow-x:hidden}.cj-sidebar-bottom{margin-top:auto;flex-shrink:0;white-space:nowrap}.cj-sidebar-section-label{padding:16px 16px 8px;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:1.5px;color:#059669;white-space:nowrap}.cj-sidebar-nav{padding:0 12px;display:flex;flex-direction:column;gap:4px}.cj-sidebar-divider{margin:16px;border-top:1px solid rgba(16,185,129,.12)}.cj-menu-item{display:flex;align-items:center;gap:12px;width:100%;text-align:left;padding:12px 16px;border-radius:10px;color:#166534;font-size:14px;font-weight:500;border:none;background:transparent;cursor:pointer;transition:all .2s ease;white-space:nowrap;text-decoration:none;position:relative}.cj-menu-item:hover{background:#0596690f;transform:translate(4px);color:#15803d}.cj-menu-item:active{transform:scale(.95);background:#05966926;transition:transform .1s}.cj-menu-icon{display:flex;align-items:center;justify-content:center;width:24px;flex-shrink:0;transition:all .2s ease}.nav-svg-icon{width:20px;height:20px;color:#059669;transition:all .2s ease}.cj-menu-item:hover .nav-svg-icon{transform:scale(1.1);color:#047857}.cj-menu-label{flex:1}.cj-menu-parent{justify-content:flex-start}.cj-menu-parent .cj-chevron{margin-left:auto;flex-shrink:0;opacity:.5}.cj-menu-parent:hover .cj-chevron{opacity:.8}.cj-submenu{max-height:0;overflow:hidden;transition:max-height .3s ease,opacity .2s ease;opacity:0}.cj-submenu.open{max-height:300px;opacity:1}.cj-submenu-item{padding-left:40px;font-size:13px}.cj-submenu-item .cj-menu-icon{width:20px}.cj-submenu-item .nav-svg-icon{width:17px;height:17px}.cj-logout-icon-btn{margin-left:auto;flex-shrink:0;display:flex;align-items:center;justify-content:center;padding:6px;border:none;background:transparent;color:#6b7280;border-radius:8px;cursor:pointer;transition:all .2s ease}.cj-logout-icon-btn:hover{background:#ef444414;color:#dc2626}.cj-sidebar-user-section{padding:0 0 8px}.cj-sidebar-user-card{display:flex;align-items:center;gap:12px;padding:12px 16px;margin:0 12px 4px;border-radius:12px;background:#0596690a;border:1px solid rgba(16,185,129,.1)}.cj-sidebar-avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#059669,#10b981);display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;color:#fff;flex-shrink:0;box-shadow:0 2px 6px #05966940}.cj-sidebar-user-details{display:flex;flex-direction:column;min-width:0}.cj-sidebar-user-name{font-size:13px;font-weight:600;color:#166534;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cj-sidebar-user-role{font-size:11px;color:#6b7280}.cj-sidebar-footer-text{font-size:11px;color:#059669;text-align:center;font-weight:500;white-space:nowrap;padding:12px 16px;border-top:1px solid rgba(16,185,129,.1)}.cj-main{min-height:calc(100vh - 49px)}@media(min-width:640px){.cj-main{min-height:calc(100vh - 57px)}}.home-page{padding:24px 20px;max-width:900px;margin:0 auto}.home-welcome{margin-bottom:28px}.home-welcome h2{font-size:22px;font-weight:700;color:#111827;margin-bottom:4px}.home-username{background:linear-gradient(135deg,#059669,#10b981);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.home-welcome p{font-size:14px;color:#6b7280}.home-modules-grid{display:grid;grid-template-columns:1fr;gap:16px}@media(min-width:640px){.home-modules-grid{grid-template-columns:repeat(2,1fr)}}.home-module-card{display:flex;flex-direction:column;align-items:flex-start;text-align:left;background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:20px;cursor:pointer;transition:all .25s ease;box-shadow:0 1px 3px #0000000a;width:100%}.home-module-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px #00000014;border-color:#d1d5db}.home-module-header{display:flex;align-items:center;gap:12px;margin-bottom:10px}.home-module-icon{width:42px;height:42px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}.home-module-header h3{font-size:16px;font-weight:700;color:#111827}.home-module-desc{font-size:13px;color:#6b7280;line-height:1.5;margin-bottom:14px;flex:1}.home-module-items{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:14px}.home-module-tag{font-size:11px;font-weight:600;padding:3px 10px;border-radius:20px}.home-module-arrow{font-size:13px;font-weight:600;opacity:0;transition:opacity .2s ease}.home-module-card:hover .home-module-arrow{opacity:1}@keyframes slideInLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.page-container{padding:32px;max-width:1400px;margin:0 auto;animation:fadeInUp .35s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:28px;gap:16px;flex-wrap:wrap}.page-header-left h2{font-size:26px;font-weight:700;letter-spacing:-.5px;color:var(--text-primary)}.page-header-left p{color:var(--text-muted);font-size:14px;margin-top:4px}.card{background:var(--bg-card);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid var(--border-color);border-radius:var(--radius-lg);padding:24px;transition:all var(--transition-normal);box-shadow:var(--shadow-glass)}.card:hover{border-color:#05966940;box-shadow:var(--shadow-md)}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;margin-bottom:28px}.stat-card{background:var(--bg-card);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid var(--border-color);border-radius:var(--radius-lg);padding:22px 24px;display:flex;align-items:flex-start;gap:16px;transition:all var(--transition-normal);position:relative;overflow:hidden;box-shadow:var(--shadow-glass)}.stat-card:after{content:"";position:absolute;top:0;left:0;right:0;height:3px;border-radius:var(--radius-lg) var(--radius-lg) 0 0}.stat-card.purple:after{background:linear-gradient(90deg,#059669,#10b981)}.stat-card.cyan:after{background:linear-gradient(90deg,#0d9488,#14b8a6)}.stat-card.green:after{background:linear-gradient(90deg,#10b981,#34d399)}.stat-card.orange:after{background:linear-gradient(90deg,#f59e0b,#fbbf24)}.stat-card.red:after{background:linear-gradient(90deg,#ef4444,#f87171)}.stat-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-md),var(--shadow-glow);border-color:#05966940}.stat-icon{width:48px;height:48px;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;font-size:22px;flex-shrink:0}.stat-icon.purple{background:#0596691a;color:#059669}.stat-icon.cyan{background:#0d94881a;color:#0d9488}.stat-icon.green{background:#10b9811a;color:#10b981}.stat-icon.orange{background:#f59e0b1a;color:#d97706}.stat-icon.red{background:#ef44441a;color:#ef4444}.stat-info h3{font-size:28px;font-weight:700;line-height:1.1;letter-spacing:-1px;color:var(--text-primary)}.stat-info p{font-size:13px;color:var(--text-muted);margin-top:4px;font-weight:500}.table-wrapper{overflow-x:auto;border-radius:var(--radius-lg);border:1px solid var(--border-color);background:var(--bg-card);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);box-shadow:var(--shadow-glass)}table{width:100%;border-collapse:collapse}thead th{background:#0596690a;padding:14px 18px;text-align:left;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.8px;color:var(--text-muted);border-bottom:1px solid var(--border-color);white-space:nowrap}tbody td{padding:14px 18px;font-size:14px;border-bottom:1px solid rgba(16,185,129,.08);color:var(--text-secondary);transition:background var(--transition-fast)}tbody tr:last-child td{border-bottom:none}tbody tr:hover td{background:#0596690a;color:var(--text-primary)}.btn{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;border-radius:var(--radius-md);font-size:14px;font-weight:600;border:none;transition:all var(--transition-fast);white-space:nowrap}.btn-primary{background:linear-gradient(135deg,#059669,#047857);color:#fff;box-shadow:0 2px 8px #05966940}.btn-primary:hover{background:linear-gradient(135deg,#047857,#065f46);transform:translateY(-1px);box-shadow:0 4px 16px #05966959}.btn-secondary{background:#fffc;color:var(--text-secondary);border:1px solid var(--border-color);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.btn-secondary:hover{background:#fffffff2;color:var(--text-primary);border-color:#0596694d}.btn-danger{background:#ef444414;color:var(--accent-danger);border:1px solid rgba(239,68,68,.15)}.btn-danger:hover{background:#ef444426;border-color:#ef44444d}.btn-sm{padding:6px 12px;font-size:12px;gap:5px}.btn-icon{padding:8px;border-radius:var(--radius-sm);background:transparent;color:var(--text-muted);border:none;font-size:16px;transition:all var(--transition-fast)}.btn-icon:hover{background:#05966914;color:var(--text-primary)}.btn-icon.danger:hover{background:#ef444414;color:var(--accent-danger)}.form-group{display:flex;flex-direction:column;gap:6px}.form-group label{font-size:13px;font-weight:600;color:var(--text-secondary)}.form-group label .required{color:var(--accent-danger);margin-left:2px}.form-input,.form-select,.form-textarea{padding:10px 14px;background:#ffffffe6;border:1px solid rgba(16,185,129,.15);border-radius:var(--radius-sm);color:var(--text-primary);font-size:14px;transition:all var(--transition-fast);outline:none}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:var(--accent-primary);box-shadow:0 0 0 3px #0596691a;background:#fff}.form-input::placeholder{color:var(--text-muted)}.form-textarea{resize:vertical;min-height:80px}.form-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%236b7280'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;background-size:18px;padding-right:36px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.search-bar{position:relative}.search-bar .search-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:var(--text-muted);font-size:16px;pointer-events:none}.search-bar input{padding-left:42px;width:100%;min-width:280px}.badge{display:inline-flex;align-items:center;gap:5px;padding:4px 10px;border-radius:20px;font-size:12px;font-weight:600;letter-spacing:.3px}.badge-entrada{background:#10b9811a;color:#059669}.badge-saida{background:#ef444414;color:#dc2626}.badge-ok{background:#10b9811a;color:#059669}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--bg-modal-overlay);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease-out;padding:20px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal{background:#fffffff2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--border-color);border-radius:var(--radius-xl);width:100%;max-width:560px;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:var(--shadow-lg);animation:slideUp .3s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(20px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.modal>form{display:flex;flex-direction:column;flex:1;overflow:hidden;min-height:0}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:24px 28px 16px;border-bottom:1px solid var(--border-color);flex-shrink:0}.modal-header h3{font-size:18px;font-weight:700;color:var(--text-primary)}.modal-body{padding:24px 28px;display:flex;flex-direction:column;gap:18px;overflow-y:auto;flex:1;min-height:0}.modal-footer{display:flex;justify-content:flex-end;gap:10px;padding:16px 28px 24px;border-top:1px solid var(--border-color);flex-shrink:0}.confirm-dialog{max-width:400px;text-align:center}.confirm-dialog .modal-body{align-items:center}.confirm-dialog .confirm-icon{width:56px;height:56px;border-radius:50%;background:#ef444414;display:flex;align-items:center;justify-content:center;font-size:28px;margin-bottom:4px}.confirm-dialog p{color:var(--text-secondary);font-size:14px;line-height:1.5}.confirm-dialog .modal-footer{justify-content:center}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center}.empty-state-icon{font-size:48px;margin-bottom:16px;opacity:.5}.empty-state h4{font-size:18px;font-weight:600;margin-bottom:8px;color:var(--text-secondary)}.empty-state p{color:var(--text-muted);font-size:14px;max-width:320px}.filter-bar{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:20px}.dashboard-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}@media(max-width:900px){.dashboard-grid{grid-template-columns:1fr}}.activity-list{display:flex;flex-direction:column;gap:0}.activity-item{display:flex;align-items:center;gap:14px;padding:14px 0;border-bottom:1px solid rgba(16,185,129,.08)}.activity-item:last-child{border-bottom:none}.activity-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.activity-dot.entrada{background:#10b981;box-shadow:0 0 8px #10b9814d}.activity-dot.saida{background:#ef4444;box-shadow:0 0 8px #ef44444d}.activity-info{flex:1}.activity-info p{font-size:14px;color:var(--text-primary)}.activity-info span{font-size:12px;color:var(--text-muted)}.activity-qty{font-size:14px;font-weight:600}.activity-qty.entrada{color:#059669}.activity-qty.saida{color:#ef4444}@media(max-width:768px){.page-container{padding:20px 16px}.page-header{flex-direction:column;align-items:flex-start}.form-row{grid-template-columns:1fr}.filter-bar{flex-direction:column;align-items:stretch}.search-bar input{min-width:unset}}.text-truncate{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.currency{font-variant-numeric:tabular-nums}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f0fdf4,#ecfdf5,#f0fdfa);position:relative;overflow:hidden}.auth-page:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(ellipse at 30% 20%,rgba(5,150,105,.06) 0%,transparent 60%),radial-gradient(ellipse at 70% 80%,rgba(13,148,136,.05) 0%,transparent 60%);pointer-events:none}.auth-container{width:100%;max-width:520px;padding:20px;position:relative;z-index:1;animation:fadeInUp .4s ease-out}.auth-card{background:#ffffffd9;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--border-color);border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-lg),var(--shadow-glow)}.auth-header{text-align:center;padding:36px 28px 24px}.auth-logo{display:flex;justify-content:center;margin-bottom:16px}.auth-header h1{font-size:24px;font-weight:700;letter-spacing:-.5px;margin-bottom:4px;color:var(--text-primary)}.auth-header p{color:var(--text-muted);font-size:14px}.auth-form{padding:0 28px 24px;display:flex;flex-direction:column;gap:16px}.auth-error{background:#ef44440f;border:1px solid rgba(239,68,68,.15);border-radius:var(--radius-sm);padding:10px 14px;color:var(--accent-danger);font-size:13px;font-weight:500;display:flex;align-items:center;gap:8px;animation:fadeIn .2s ease-out}.auth-btn{width:100%;justify-content:center;padding:12px 20px;font-size:15px;margin-top:4px}.auth-btn:disabled{opacity:.6;cursor:not-allowed;transform:none!important;box-shadow:none!important}.auth-footer{text-align:center;padding:16px 28px 24px;border-top:1px solid var(--border-color)}.auth-footer p{font-size:14px;color:var(--text-muted)}.auth-link{color:var(--accent-primary);font-weight:600;transition:color var(--transition-fast)}.auth-link:hover{color:var(--accent-primary-hover)}.approval-user-card{display:flex;align-items:center;gap:16px;background:#0596690a;border:1px solid rgba(5,150,105,.12);border-radius:var(--radius-md);padding:16px}.approval-user-avatar{width:46px;height:46px;border-radius:50%;background:linear-gradient(135deg,#059669,#0d9488);display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;color:#fff;flex-shrink:0;box-shadow:0 2px 8px #05966940}.approval-user-details{display:flex;flex-direction:column;gap:6px;flex:1}.approval-field{display:flex;gap:8px;align-items:center}.approval-label{font-size:12px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;min-width:56px}.approval-value{font-size:14px;font-weight:600;color:var(--text-primary)}.badge{display:inline-block;padding:2px 10px;border-radius:20px;font-size:12px;font-weight:600;white-space:nowrap}.badge-ok{background:#0596691a;color:#059669}.badge-low{background:#f59e0b1a;color:#d97706}.badge-critical{background:#ef44441a;color:#dc2626}.badge-inactive{background:#6b72801a;color:#6b7280}.emb-dropdown{position:relative;min-width:0}.emb-dropdown-trigger{display:flex;align-items:center;gap:8px;width:100%;text-align:left;cursor:pointer;overflow:hidden}.emb-dropdown-trigger>span:first-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.emb-dropdown-menu{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 8px 24px #0000001f;z-index:100;max-height:200px;overflow-y:auto;padding:4px}.emb-dropdown-item{display:flex;align-items:center;justify-content:space-between;padding:8px 10px;border-radius:6px;font-size:14px;cursor:pointer;transition:background .15s ease}.emb-dropdown-item:hover{background:#0596690f}.emb-dropdown-item.selected{background:#0596691a;font-weight:600;color:#059669}.emb-dropdown-add{color:#059669;font-weight:600;border-top:1px solid #f3f4f6;margin-top:4px;padding-top:8px}.emb-delete-btn{background:none;border:none;color:#9ca3af;font-size:12px;width:22px;height:22px;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s ease;flex-shrink:0}.emb-delete-btn:hover{background:#ef44441a;color:#dc2626}@media(min-width:769px)and (max-width:1599px){.fc-page .fc-quick-parc{grid-template-columns:repeat(5,minmax(0,1fr))!important}}@media(max-width:768px){:root{--cj-header-h: 61px}html{-webkit-text-size-adjust:100%}body{overflow-x:clip;background-attachment:scroll;min-height:100dvh}.cj-header-inner{height:calc(var(--cj-header-h) - 1px);padding-top:0;padding-bottom:0;padding-left:max(16px,env(safe-area-inset-left,0px));padding-right:max(16px,env(safe-area-inset-right,0px))}.cj-header-left,.cj-header-logo{min-width:0}.cj-header-right,.cj-header-user-pill{flex-shrink:0}.cj-header-title{min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cj-hamburger,.cj-header-action{width:40px;height:40px;padding:0;flex-shrink:0;-webkit-tap-highlight-color:transparent}.cj-overlay,.cj-sidebar{top:var(--cj-header-h)}.cj-overlay.open{touch-action:none}.cj-sidebar{height:calc(100vh - var(--cj-header-h));height:calc(100dvh - var(--cj-header-h));background:#fffffffa;backdrop-filter:none;-webkit-backdrop-filter:none}.cj-sidebar-scroll{overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.cj-sidebar-nav{padding-top:8px}.cj-menu-item{-webkit-tap-highlight-color:transparent}.cj-menu-label{min-width:0;overflow:hidden;text-overflow:ellipsis}.cj-logout-icon-btn{width:40px;height:40px;padding:0;margin:-5px -8px -5px auto}.cj-sidebar-footer-text{padding-bottom:calc(12px + env(safe-area-inset-bottom,0px))}.cj-main{min-height:calc(100vh - var(--cj-header-h));min-height:calc(100dvh - var(--cj-header-h));overflow-x:clip}.page,.page-container{padding:16px 12px 24px}.page-header{gap:12px;margin-bottom:20px}.page-header>*{max-width:100%;min-width:0}.page-header>:not(.page-header-left){flex-wrap:wrap;gap:8px}.page-header-left h2{font-size:22px;letter-spacing:-.3px}.card{padding:14px 12px}.stats-grid{grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:20px}.stat-card{padding:14px 12px;gap:10px}.stat-icon{width:40px;height:40px;font-size:18px}.stat-info{min-width:0}.stat-info h3{font-size:22px;overflow-wrap:anywhere}.empty-state{padding:40px 16px}.table-wrapper{max-width:100%;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain}.table-wrapper th,.table-wrapper td{white-space:nowrap}.table-wrapper thead th,.table-wrapper tbody td{padding:10px 12px}.btn{white-space:normal;-webkit-tap-highlight-color:transparent}.btn-icon{min-width:40px;min-height:40px;display:inline-flex;align-items:center;justify-content:center;-webkit-tap-highlight-color:transparent}.form-input,.form-select,.form-textarea,.cj-main :where(input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=file]):not([type=button]):not([type=submit]),select,textarea),.modal :where(input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=file]):not([type=button]):not([type=submit]),select,textarea),.auth-card :where(input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=file]):not([type=button]):not([type=submit]),select,textarea){font-size:16px}.filter-bar{gap:8px;margin-bottom:14px}.filter-bar>*{min-width:0;max-width:100%}.search-bar input{width:100%}.modal-overlay{padding:8px}.modal{width:100%!important;max-height:92vh;max-height:92dvh}.modal-header{padding:14px 16px 12px;gap:8px}.modal-header h3{font-size:16px;line-height:1.35;min-width:0;overflow-wrap:anywhere}.modal-header .btn-icon{width:40px;height:40px;padding:0;margin:-6px -8px -6px 0;font-size:18px;flex-shrink:0}.modal-body{padding:16px;gap:14px;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.modal-footer{padding:12px 16px 16px;gap:8px;flex-wrap:wrap}.modal-footer .btn{flex:1 1 auto;justify-content:center;min-height:44px}.confirm-dialog .modal-body{padding:20px 16px 12px}.confirm-dialog p{overflow-wrap:anywhere}.confirm-dialog .modal-footer .btn{flex:1 1 0}.approval-user-card{padding:12px;gap:12px}.approval-user-details{min-width:0}.approval-field{flex-direction:column;align-items:flex-start;gap:0}.approval-label{min-width:0}.approval-value{overflow-wrap:anywhere}.auth-page{min-height:100dvh}.auth-header{padding:32px 20px 20px}.auth-form{padding:0 20px 24px}.auth-card>.auth-error{margin:10px 20px 20px!important}.auth-aviso{margin:0 16px}.auth-hint{font-size:13px!important}.auth-footer{padding:8px 20px 14px}.auth-footer .auth-link{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:8px 14px;font-size:13px!important;border-radius:var(--radius-sm)}.auth-footer .auth-link:active{background:#05966914!important}.home-page{padding:20px 12px 24px}.home-welcome{margin-bottom:20px}.home-welcome h2{font-size:20px;overflow-wrap:anywhere}.home-modules-grid{gap:12px}.home-module-card{padding:16px;-webkit-tap-highlight-color:transparent}.home-module-tag{font-size:12px;padding:4px 11px}.home-module-arrow{opacity:1}}@media(max-width:639px){:root{--cj-header-h: 51px}.cj-header-inner{padding-left:max(12px,env(safe-area-inset-left,0px));padding-right:max(12px,env(safe-area-inset-right,0px))}.cj-header-title{font-size:16px}.cj-header-user-pill{padding:4px}.cj-sidebar.open{width:min(300px,calc(100vw - 56px))}}@media(max-width:480px){.cj-header-title{display:none}.auth-header h1{font-size:22px}}@media(max-width:768px)and (hover:none){.cj-hamburger:hover,.cj-header-action:hover,.cj-header-logout:hover{background:transparent;color:#15803d}.cj-hamburger:active,.cj-header-action:active{background:#0596691f}.cj-header-user-pill:hover{background:#0596690f;border-color:#10b9811f}.cj-menu-item:hover{transform:none;background:transparent;color:#166534}.cj-menu-item:hover .nav-svg-icon{transform:none;color:#059669}.cj-menu-parent:hover .cj-chevron{opacity:.5}.cj-menu-item:active{transform:scale(.95);background:#05966926}.cj-logout-icon-btn:hover{background:transparent;color:#6b7280}.home-module-card:hover{transform:none;box-shadow:0 1px 3px #0000000a;border-color:#e5e7eb}.home-module-card:active{transform:scale(.985);border-color:#d1d5db;transition-duration:80ms}.card:hover{border-color:var(--border-color);box-shadow:var(--shadow-glass)}.stat-card:hover{transform:none;box-shadow:var(--shadow-glass);border-color:var(--border-color)}.btn-primary:hover{background:linear-gradient(135deg,#059669,#047857);transform:none;box-shadow:0 2px 8px #05966940}.btn-primary:active{transform:scale(.98)}.btn-icon:hover,.btn-icon.danger:hover{background:transparent;color:var(--text-muted)}.btn-icon:active{background:#0596691a}tbody tr:hover td{background:transparent;color:var(--text-secondary)}}@media(max-width:768px){.produtos-page .produtos-card{padding:16px 12px!important}.produtos-page .produtos-tab-btn{padding:11px 12px!important;font-size:14px!important;min-height:44px}.produtos-page .produtos-page-header{margin-bottom:14px!important;width:100%}.produtos-page .produtos-page-actions{width:100%}.produtos-page .produtos-page-actions .btn-primary{flex:1 1 auto;justify-content:center;min-height:44px}.produtos-page .produtos-btn-print{flex:0 0 auto;min-height:44px;padding:10px 14px!important;font-size:13px!important;justify-content:center}.produtos-page .produtos-filter-meta{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px}.produtos-page .produtos-lock{flex-shrink:0;min-height:40px;padding:8px 12px;border:1px solid var(--border-color);border-radius:8px;background:#fff;font-size:13px;font-weight:600;color:var(--text-secondary);white-space:nowrap;cursor:pointer;-webkit-tap-highlight-color:transparent}.produtos-page .produtos-lock:active{background:#05966914}.produtos-page .produtos-lock-aberto{color:#059669;border-color:#05966959;background:#0596690f;cursor:default}.produtos-page .produtos-lock{margin-left:auto}.produtos-page .produtos-lista{display:flex;flex-direction:column;gap:10px}.produtos-page .produtos-item{border:1px solid var(--border-color);border-radius:var(--radius-md);padding:12px 14px;background:#ffffffeb;box-shadow:0 1px 2px #00000008}.produtos-page .produtos-item-head{display:flex;justify-content:space-between;align-items:flex-start;gap:8px}.produtos-page .produtos-item-nome{font-size:15px;font-weight:600;line-height:1.3;color:var(--text-primary);min-width:0;overflow-wrap:anywhere}.produtos-page .produtos-item-head .badge{flex-shrink:0;margin-top:1px}.produtos-page .produtos-item-meta{margin-top:3px;font-size:13px;line-height:1.35;color:var(--text-muted)}.produtos-page .produtos-item-foot{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-top:8px}.produtos-page .produtos-item-qtd{font-size:14px;color:var(--text-secondary)}.produtos-page .produtos-item-qtd b{font-size:17px;font-weight:700;color:var(--text-primary);margin-left:4px}.produtos-page .produtos-item-acoes{display:flex;gap:8px;margin:-6px -8px -6px 0}.produtos-page .produtos-modal-overlay{align-items:flex-start;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;padding:12px 8px 24px}.produtos-page .produtos-modal{min-height:0!important;max-height:none;overflow:visible;margin-bottom:24px}.produtos-page .produtos-modal>form{overflow:visible}.produtos-page .produtos-modal .modal-body{overflow:visible}.produtos-page .form-row>.form-group{min-width:0}.produtos-page .emb-dropdown-trigger>span:last-child{display:none}.produtos-page .emb-dropdown-menu{max-height:260px}.produtos-page .emb-dropdown-add{position:sticky;bottom:0;background:#fff;z-index:1}.produtos-page .emb-dropdown-item{padding:10px 12px;min-height:44px;font-size:15px}.produtos-page .emb-delete-btn{flex-shrink:0;width:36px;height:36px;margin:-4px -4px -4px 12px;font-size:14px;color:#b91c1c;background:#ef444414}.produtos-page .produtos-add-row{gap:8px!important}.produtos-page .produtos-add-row .form-input{min-width:0;flex:1 1 auto}.produtos-page .produtos-add-row .btn{flex-shrink:0;min-height:44px;padding:6px 14px!important;font-size:14px!important}.produtos-page .card,.produtos-page .modal,.produtos-page .modal-overlay{backdrop-filter:none;-webkit-backdrop-filter:none}.produtos-page .modal-overlay{background:#0006}}@media(max-width:768px){.mov-page .mov-filtros{padding:16px 14px!important;backdrop-filter:none;-webkit-backdrop-filter:none}.mov-page .mov-filtros .filter-bar .btn-sm{min-height:40px;padding:10px 14px;font-size:13px;justify-content:center}.mov-page .mov-dd-lista{max-height:45vh!important;max-height:45dvh!important}.mov-page .mov-dd-busca{font-size:16px!important;padding:9px 12px!important;min-height:40px}.mov-page .mov-dd-item,.mov-modal .mov-dd-item{font-size:15px!important;padding:12px 14px!important;min-height:44px}.mov-page .mov-stats-titulo{font-size:15px!important;margin-bottom:12px!important;line-height:1.35}.mov-page .mov-stats{grid-template-columns:1fr 1fr!important;gap:10px}.mov-page .mov-stats .stat-card{padding:12px 10px;gap:8px;align-items:center}.mov-page .mov-stats .stat-card:nth-child(5){grid-column:1 / -1}.mov-page .mov-stats .stat-icon{width:36px;height:36px;font-size:16px;border-radius:var(--radius-sm)}.mov-page .mov-stats .stat-info h3{font-size:20px;letter-spacing:-.5px}.mov-page .mov-stats .stat-info p{font-size:12px;margin-top:2px}.mov-page .mov-stats .stat-info span{font-size:12px!important}.mov-page .mov-busca-card{padding:12px 14px!important}.mov-page .mov-busca{width:100%!important}.mov-page .mov-table{overflow:visible;background:transparent;border:0;border-radius:0;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none}.mov-page .mov-table table,.mov-page .mov-table tbody{display:block;width:100%}.mov-page .mov-table thead{display:none}.mov-page .mov-table tbody tr{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-template-areas:"data data caixa caixa" "prod prod prod acao" "ent sai ret tro";gap:6px;align-items:center;padding:12px 14px;margin-bottom:10px;background:#ffffffeb;border:1px solid var(--border-color);border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.mov-page .mov-table tbody tr>td{display:block;min-width:0;padding:0;border:0;font-size:14px;white-space:normal;overflow-wrap:anywhere}.mov-page .mov-table tbody tr>td:nth-child(1){grid-area:data;color:var(--text-primary)}.mov-page .mov-table tbody tr>td:nth-child(2){grid-area:caixa;text-align:right;font-size:13px;color:var(--text-muted)}.mov-page .mov-table tbody tr>td:nth-child(3){grid-area:prod;font-size:15px;line-height:1.3}.mov-page .mov-table tbody tr>td:nth-child(8){grid-area:acao;justify-self:end}.mov-page .mov-table tbody tr>td:nth-child(4){grid-area:ent;background:#05966912}.mov-page .mov-table tbody tr>td:nth-child(5){grid-area:sai;background:#dc26260f}.mov-page .mov-table tbody tr>td:nth-child(6){grid-area:ret;background:#2563eb0f}.mov-page .mov-table tbody tr>td:nth-child(7){grid-area:tro;background:#d9770612}.mov-page .mov-table tbody tr>td:nth-child(n+4):nth-child(-n+7){text-align:center;padding:6px 2px;margin-top:2px;border-radius:8px;font-size:16px;line-height:1.2}.mov-page .mov-table tbody tr>td:nth-child(n+4):nth-child(-n+7):before{content:attr(data-label);display:block;margin-bottom:2px;font-size:11px;font-weight:600;letter-spacing:.3px;text-transform:uppercase;color:var(--text-muted)}.mov-page .mov-table tbody tr:hover>td:nth-child(-n+3),.mov-page .mov-table tbody tr:hover>td:nth-child(8){background:transparent}.mov-page .mov-carregar-mais{display:flex;width:100%;min-height:44px;justify-content:center;margin-top:2px}.mov-page .mov-contagem{text-align:center!important}.mov-page .mov-dd-seta,.mov-modal .mov-dd-seta{display:none}.mov-modal .mov-modo-btn{min-height:44px}.mov-modal .form-row{grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:12px}.mov-modal .form-row .form-group{min-width:0}.mov-modal .form-row .form-input{width:100%;min-width:0}.mov-page .mov-modal .mov-modal-dd{position:relative!important;top:auto!important;left:auto!important;right:auto!important;max-height:40vh!important;max-height:40dvh!important}}@media(max-width:768px){.producaoestoque-page .page-header .btn-primary{width:100%;justify-content:center;white-space:normal;text-align:center}.producaoestoque-page .card{padding:14px 12px!important}.producaoestoque-page .filter-bar{margin-bottom:14px!important}.producaoestoque-caret{display:none}.producaoestoque-page .filter-bar .btn-sm{min-height:40px;padding:9px 12px;font-size:13px;justify-content:center}.producaoestoque-stats-title{font-size:15px!important;line-height:1.35;margin-bottom:12px!important}.producaoestoque-page .stats-grid{grid-template-columns:1fr!important;gap:10px}.producaoestoque-page .stat-card{padding:12px 14px;align-items:center;gap:12px}.producaoestoque-page .stat-icon{width:40px;height:40px;font-size:18px}.producaoestoque-page .stat-info{min-width:0}.producaoestoque-page .stat-info h3{font-size:24px;letter-spacing:-.5px;overflow-wrap:anywhere}.producaoestoque-page .stat-info p{font-size:12px;margin-top:2px}.producaoestoque-stat-sub{font-size:12px!important;display:block;overflow-wrap:anywhere}.producaoestoque-page .table-wrapper{max-height:none!important}.producaoestoque-page .table-wrapper thead th{padding:10px 6px;font-size:10px;letter-spacing:.2px}.producaoestoque-page .table-wrapper thead th:last-child{width:auto!important}.producaoestoque-page .table-wrapper tbody td{padding:10px 6px;font-size:13px}.producaoestoque-page .table-wrapper thead th:first-child,.producaoestoque-page .table-wrapper tbody td:first-child{padding-left:8px;padding-right:4px}.producaoestoque-page .table-wrapper thead th:nth-child(3),.producaoestoque-page .table-wrapper thead th:nth-child(4),.producaoestoque-page .table-wrapper tbody td:nth-child(3),.producaoestoque-page .table-wrapper tbody td:nth-child(4){padding-left:4px;padding-right:4px}.producaoestoque-page .table-wrapper thead th:last-child,.producaoestoque-page .table-wrapper tbody td:last-child{padding-left:4px;padding-right:8px}.producaoestoque-page .table-wrapper tbody td:first-child{white-space:nowrap;font-size:12px}.producaoestoque-page .table-wrapper tbody td:nth-child(2){white-space:normal!important;overflow-wrap:anywhere;line-height:1.3}.producaoestoque-page .table-wrapper th:nth-child(3),.producaoestoque-page .table-wrapper th:nth-child(4),.producaoestoque-page .table-wrapper th:nth-child(5),.producaoestoque-page .table-wrapper td:nth-child(3),.producaoestoque-page .table-wrapper td:nth-child(4){text-align:center}.producaoestoque-page .table-wrapper tbody td:last-child{padding-top:4px;padding-bottom:4px}.producaoestoque-page .table-wrapper tbody td:last-child>div{justify-content:center}.producaoestoque-dd-backdrop{touch-action:none}.producaoestoque-dd{max-width:calc(100vw - 16px);touch-action:none}.producaoestoque-dd .producaoestoque-dd-list{touch-action:pan-y;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.producaoestoque-modal-dd{position:relative!important;top:auto!important}.producaoestoque-modal-dd .producaoestoque-dd-list{-webkit-overflow-scrolling:touch}.producaoestoque-dd-search{font-size:16px!important;padding:9px 12px!important}.producaoestoque-dd-item{padding:12px 14px!important;font-size:14px!important;line-height:1.3}.producaoestoque-modal-overlay{align-items:flex-start;padding-top:16px}.producaoestoque-page .modal .form-row{gap:12px!important}.producaoestoque-page .modal .form-row .form-group{min-width:0}.producaoestoque-page .modal .form-row .form-input{width:100%;min-width:0}}@media(max-width:768px){.resumo-print-btn{min-height:40px;padding:10px 16px!important;font-size:13px!important}.resumo-controls{padding:16px 12px!important}.resumo-controls>div{gap:12px!important}.resumo-controls h4{margin-top:12px!important;font-size:16px!important}.resumo-toggle{min-width:0!important;max-width:none!important;width:100%}.resumo-toggle button{padding:10px 12px!important;min-height:36px}.resumo-month-picker{flex:1 1 100%;min-width:0}.resumo-month-picker .form-input{flex:1 1 auto;min-width:0!important;width:100%}.resumo-nav-btn{min-width:40px;min-height:40px;padding:8px 12px!important;font-size:18px!important;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.resumo-search-bar{flex-wrap:wrap!important;padding:12px!important;gap:10px!important}.resumo-search-bar>.form-input{width:100%!important;flex:1 1 100%;min-width:0}.resumo-pager{width:100%;justify-content:space-between!important}.resumo-pager>span{font-size:14px!important}.resumo-table-scroll{max-height:70vh!important;-webkit-overflow-scrolling:touch;border-radius:0 0 calc(var(--radius-lg, 16px) - 1px) calc(var(--radius-lg, 16px) - 1px)}.resumo-table-scroll>table{width:100%!important;min-width:100%!important;border-collapse:separate!important;border-spacing:0}.resumo-table-scroll tbody tr:last-child td{border-top:2px solid #e2e8f0}.resumo-table-scroll tbody tr:nth-last-child(2) td{border-bottom:0}.resumo-table-scroll thead{position:sticky;top:0;z-index:12}.resumo-table-scroll thead th{top:auto!important}.resumo-table-scroll thead tr:first-child th:not(:first-child){white-space:normal!important;overflow-wrap:anywhere}.resumo-table-scroll thead tr:first-child th:first-child{width:1%}.resumo-table-scroll thead tr:nth-child(2) th{min-width:40px!important;padding-left:6px!important;padding-right:6px!important}.resumo-nav-btn,.resumo-toggle button,.resumo-print-btn{-webkit-tap-highlight-color:transparent}.resumo-screen-table .empty-state{padding:32px 12px!important}.resumo-screen-table{backdrop-filter:none!important;-webkit-backdrop-filter:none!important;background:#fff!important}}@media(max-width:768px)and (hover:none){.resumo-nav-btn:active:not(:disabled){background:#0596691a!important}}@media(max-width:768px){.page-header .cl-add-lote{width:100%;justify-content:center;min-height:44px}.card.cl-filtros{padding:12px!important}.cl-tipo-row{gap:10px!important;margin-bottom:10px!important}.cl-tipo{flex:1;min-width:0}.cl-tipo button{flex:1;padding:10px 8px!important;min-height:40px}.cl-filtros-row{gap:8px!important}.cl-busca{flex:1 1 0!important;min-width:0!important}.cl-filtros .btn-sm{min-height:40px;flex-shrink:0}.cl-filtro-dir{width:100%;margin-left:0!important;gap:8px!important}.cl-datetipo{width:100%}.cl-datetipo button{flex:1;padding:10px 4px!important;font-size:12px!important;min-height:40px}.cl-datainput{flex:1 1 100%;width:100%;min-width:0!important}.card.cl-lot-card{padding:0!important}.cl-lot-head{padding:12px!important;gap:10px!important}.cl-lot-toggle{gap:10px!important;min-width:0;min-height:44px}.cl-lot-icon{width:34px!important;height:34px!important;font-size:13px!important;border-radius:8px!important}.cl-lot-meta{gap:4px 10px!important}.cl-lot-detail{padding:0 12px 12px!important}.cl-info-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;margin-top:12px!important}.cl-info-grid>div{padding:8px 10px!important;min-width:0}.cl-info-grid>div:first-child{grid-column:1 / -1}.cl-info-grid>div>div:last-child{overflow-wrap:anywhere}.cl-lot-actions-mobile{display:flex;gap:8px;margin-top:12px}.cl-lot-actions-mobile .btn{flex:1;justify-content:center;min-height:40px;font-size:13px}.cl-mat-table-wrap{overflow-x:auto!important;-webkit-overflow-scrolling:touch}.cl-mat-table{min-width:280px}.cl-mat-table th{white-space:normal!important;padding:8px!important}.cl-mat-table th:last-child{white-space:nowrap!important}.cl-mat-table td{padding:8px!important;font-size:12px}.modal.cl-modal{width:calc(100vw - 16px)!important;max-width:none!important;max-height:92vh!important;max-height:92dvh!important}.cl-modal .modal-header h3{font-size:16px;line-height:1.3;padding-right:8px}.cl-modal .modal-footer .btn{min-height:44px;justify-content:center}.cl-inp{font-size:16px!important}.cl-form-row{grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:10px!important}.cl-form-row .form-input{width:100%;min-width:0}.cl-prod-list>div{padding:12px!important;font-size:14px!important}.cl-mat-list{max-height:none!important;overflow:visible!important}.cl-mat-row{grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) 40px!important;gap:8px!important;padding-bottom:10px;margin-bottom:10px!important;border-bottom:1px dashed var(--border-color)}.cl-mat-row:last-child{padding-bottom:0;margin-bottom:0!important;border-bottom:none}.cl-mat-sel{grid-column:1 / 4;grid-row:1;min-width:0}.cl-mat-sel .form-select{min-height:40px!important;font-size:13px!important;padding-right:34px!important}.cl-mat-sel-arrow{display:none}.cl-mat-del{grid-column:4;grid-row:1;width:40px!important;height:40px!important;font-size:15px!important}.cl-mat-lote{grid-column:1 / 3;grid-row:2}.cl-mat-qtd{grid-column:3 / 5;grid-row:2}.cl-mat-row .form-input{width:100%;min-width:0;min-height:40px}.cl-mat-add{min-height:40px}.cl-mat-menu{top:8px!important;left:8px!important;right:8px!important;width:auto!important;max-width:calc(100vw - 16px);max-height:45vh!important}.cl-mat-menu-list{overscroll-behavior:contain}.cl-mat-menu-list>div{padding:11px 12px!important;font-size:14px!important}.cl-sup-alterar{padding:8px 12px!important;font-size:12px!important;min-height:40px}.cl-sup-search{min-height:40px}.cl-sup-list{max-height:220px!important;overscroll-behavior:contain}.cl-sup-row{padding:2px 4px 2px 10px!important;min-height:44px}.cl-sup-row>span{align-self:stretch;display:flex;align-items:center;min-height:40px}.cl-sup-new{min-width:0;width:0;min-height:40px}.cl-sup-del{min-width:40px;min-height:40px;opacity:1!important;padding:8px!important;margin-left:6px}.cl-sup-del svg{width:16px;height:16px}.cl-sup-add{min-height:40px;padding:8px 14px!important}}@media screen and (max-width:768px){.pedidos-page .ped-header-actions{width:100%}.pedidos-page .ped-header-actions button{flex:1 1 auto;justify-content:center;min-height:40px;padding:8px 14px!important}.pedidos-page .ped-tab-btn{min-height:40px}.pedidos-page .print-area-pedidos{backdrop-filter:none!important;-webkit-backdrop-filter:none!important;background:#fff!important;transition:none!important;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain}.pedidos-page .ped-table-bar{flex-wrap:wrap!important;gap:8px!important;padding:10px 12px!important;position:sticky;left:0;z-index:4}.pedidos-page .ped-table-title{flex-wrap:wrap;min-width:0;gap:8px!important}.pedidos-page .ped-pedido-badge{white-space:nowrap}.pedidos-page .ped-title-actions{flex:1 1 auto;gap:6px!important}.pedidos-page .ped-title-btn{flex:1 1 auto;justify-content:center;white-space:nowrap!important;min-height:40px;padding:8px 12px!important;font-size:12px!important}.pedidos-page .ped-title-btn.ped-title-del{flex:0 0 auto;min-width:44px;font-size:14px!important}.pedidos-page .ped-scroll-hint{position:sticky;left:0;padding:6px 12px;font-size:12px;color:#6b7280;background:#f9fafb;border-bottom:1px solid var(--border-color)}.pedidos-page .print-area-pedidos th{padding:6px!important}.pedidos-page .ped-sticky-cnpj{position:static!important;left:auto!important;border-right-width:1px!important}.pedidos-page .ped-sticky-col{box-shadow:1px 0 0 var(--border-color)}.pedidos-page .ped-sticky-nome{background:#fff!important;padding:6px!important}.pedidos-page .ped-total-label{white-space:normal;line-height:1.3;padding:6px!important}.pedidos-page .print-area-pedidos input{font-size:16px!important;padding:7px 6px!important;min-height:36px}.pedidos-page .ped-input-nome{width:92px!important}.pedidos-page .ped-input-cnpj{width:184px!important}.pedidos-page .ped-input-preco{width:96px!important}.pedidos-page .ped-input-qty{width:84px!important}.pedidos-page .ped-row-delete{font-size:15px!important;padding:8px 5px!important;line-height:1;min-height:36px}.pedidos-page .ped-th-prod-inner{flex-direction:column;gap:2px!important}.pedidos-page .ped-prod-btn{width:100px!important;max-width:100px!important;min-height:52px;max-height:52px;white-space:normal!important;overflow-wrap:anywhere;line-height:1.25;font-size:12px!important;text-align:center!important;padding:0!important;border:solid transparent!important;border-width:11px 8px!important;box-shadow:0 0 0 1px var(--border-color)}.pedidos-page .print-area-pedidos .col-delete{font-size:16px!important;padding:8px 6px!important;line-height:1;min-height:32px;width:100%}.pedidos-page .ped-prod-dd{width:200px!important;max-width:calc(100vw - 40px)!important;text-transform:none;letter-spacing:normal}.pedidos-page .ped-prod-dd input{scroll-margin:8px 16px}.pedidos-page .ped-prod-dd-list{max-height:240px!important}.pedidos-page .ped-dd-item{padding:10px 12px!important;font-size:14px!important;min-height:40px;display:flex;align-items:center}.pedidos-page .ped-action-bar{position:sticky;left:0;z-index:4;background:#fff;padding:12px!important}.pedidos-page .ped-action-bar button{flex:1 1 auto;justify-content:center;min-height:44px;padding:8px 12px!important}.pedidos-page .ped-modal-overlay{padding:12px}.pedidos-page .ped-modal-box{min-width:0!important;width:100%!important;max-width:100%!important;max-height:calc(100vh - 24px)!important;max-height:calc(100dvh - 24px)!important;overflow:auto!important;padding:20px 16px!important;-webkit-overflow-scrolling:touch}.pedidos-page .ped-modal-box h3{line-height:1.35;overflow-wrap:anywhere}.pedidos-page .ped-modal-actions{flex-wrap:wrap}.pedidos-page .ped-modal-actions button{flex:1 1 auto;justify-content:center;min-height:44px}.pedidos-page .ped-confirm-box{width:calc(100% - 24px)!important;max-width:calc(100% - 24px)!important;padding:24px 18px!important}.pedidos-page .ped-confirm-actions button{flex:1 1 auto;min-height:44px}.pedidos-page .ped-modal-box input[type=text],.pedidos-page .ped-confirm-box input[type=text]{font-size:16px!important}.pedidos-page .ped-modal-box input[type=checkbox],.pedidos-page .ped-modal-box input[type=radio]{width:20px!important;height:20px!important;flex-shrink:0}.pedidos-page .ped-map-row{flex-wrap:wrap!important;gap:6px!important}.pedidos-page .ped-map-name{flex:1 1 100%!important;min-width:0;overflow-wrap:anywhere}.pedidos-page .ped-map-arrow{display:none}.pedidos-page .ped-map-dd{flex:1 1 100%;min-width:0!important}.pedidos-page .ped-map-dd>button{width:100%!important;min-height:40px;padding:8px 10px!important;font-size:14px!important}.pedidos-page .ped-map-dd>div{left:0;right:0;width:auto!important}.pedidos-page .ped-map-dd input[type=text]{font-size:16px!important;scroll-margin-bottom:190px}}@media(max-width:768px){.hp-page{padding:16px 12px!important}.hp-page-header{flex-wrap:wrap}.hp-page-header h2{font-size:20px!important}.hp-print-btn{flex:0 0 100%;width:100%;justify-content:center;min-height:40px;padding:10px 16px!important;font-size:13px!important}.hp-filters.card{padding:14px 12px!important}.hp-seg{flex:1 1 auto;flex-wrap:wrap;max-width:100%}.hp-seg-btn{flex:1 1 auto;min-height:40px;white-space:nowrap;padding:10px 14px!important}.hp-empty.card{padding:40px 16px!important}.hp-loading.card{padding:28px 16px!important}.hp-entry.card{padding:0!important}.hp-entry-head{padding:12px!important}.hp-entry-body{padding:0 8px 12px!important}.hp-badge{font-size:11px!important}.hp-del-btn{width:40px!important;height:40px!important}.hp-del-btn:active{background:#fef2f2!important;color:#ef4444!important;border-color:#fca5a5!important}.hp-stat{flex-basis:calc(50% - 6px)!important;min-width:0;padding:8px 10px!important}.hp-stat-value{font-size:16px!important;overflow-wrap:anywhere}.hp-table-wrap{-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain}.hp-col-loja:after{content:"";position:absolute;top:0;right:0;bottom:0;width:8px;background:linear-gradient(to left,#00000017,#0000);pointer-events:none}.hp-th-prod{white-space:normal!important;min-width:64px;max-width:96px;line-height:1.2}.hp-td-venc{min-width:120px}.hp-td-obs{min-width:160px}.hp-cell-input{font-size:16px!important;padding:8px 4px!important;min-height:36px;width:100%!important;box-sizing:border-box}.hp-saved{font-size:12px!important}.hp-modal-card{padding:24px 20px!important;width:calc(100% - 32px)!important}.hp-modal-actions button{flex:1 1 0;min-height:44px}}@media(max-width:768px){.regrastributarias-card{padding:14px 12px!important;backdrop-filter:none;-webkit-backdrop-filter:none}.page-header.regrastributarias-header{flex-direction:row!important;flex-wrap:nowrap!important;align-items:flex-start!important;justify-content:space-between!important;gap:8px!important}.regrastributarias-header .page-header-left{flex:1 1 auto;min-width:0}.regrastributarias-header .page-header-left h2{overflow-wrap:anywhere}.regrastributarias-lock{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;min-width:44px;min-height:44px;margin-top:-6px}.regrastributarias-toggle{max-width:none!important}.regrastributarias-toggle button{padding:11px 12px!important;font-size:14px!important;min-height:44px;-webkit-tap-highlight-color:transparent}.regrastributarias-search-wrap{max-width:none!important}.regrastributarias-search{width:100%;min-height:44px;font-size:16px!important}.regrastributarias-cards{display:flex;flex-direction:column;gap:12px}.regrastributarias-item{border:1px solid var(--border-color);border-radius:var(--radius-md);background:#ffffffb3;padding:10px}.regrastributarias-item-head{display:flex;justify-content:space-between;align-items:flex-start;gap:8px;margin-bottom:4px;padding:2px 2px 0}.regrastributarias-item-head strong{font-size:15px;font-weight:600;color:var(--text-primary);min-width:0;overflow-wrap:anywhere;line-height:1.35}.regrastributarias-item-head span{flex-shrink:0;font-size:12px;color:#6b7280;background:#05966914;border-radius:999px;padding:2px 8px;white-space:nowrap}.regrastributarias-group{border-radius:8px;padding:8px;margin-top:8px}.regrastributarias-group-compra{background:#2563eb0f}.regrastributarias-group-venda{background:#d977060f}.regrastributarias-group-disabled{background:#f3f4f6}.regrastributarias-group-title{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.6px;margin-bottom:6px}.regrastributarias-group-compra .regrastributarias-group-title{color:#2563eb}.regrastributarias-group-venda .regrastributarias-group-title{color:#d97706}.regrastributarias-group-disabled .regrastributarias-group-title{color:#9ca3af}.regrastributarias-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.regrastributarias-group-compra .regrastributarias-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.regrastributarias-field{display:flex;flex-direction:column;gap:2px;min-width:0}.regrastributarias-label{font-size:11px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-left:2px}.regrastributarias-value>span{display:flex;align-items:center;min-height:40px;padding:4px 8px!important;border-radius:6px!important;border:1px solid transparent;background:#ffffffbf!important;font-size:14px!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-tap-highlight-color:transparent}.regrastributarias-value>span.regrastributarias-editable{border-color:#05966973;border-style:dashed}.regrastributarias-value>span.regrastributarias-editable:active{background:#0596691f!important}.regrastributarias-group-disabled .regrastributarias-value>span{background:transparent!important;border-color:transparent}.regrastributarias-value>input.form-input{width:100%!important;min-height:40px;padding:6px 8px!important;font-size:16px!important;text-align:left!important}.regrastributarias-modal .modal-body p{align-self:stretch}.regrastributarias-modal .form-group{width:100%;align-self:stretch;text-align:left}.regrastributarias-modal .form-input{width:100%;min-height:44px;font-size:16px}.regrastributarias-modal .modal-header .btn-icon{min-width:40px;min-height:40px}.regrastributarias-modal .modal-footer .btn{flex:1 1 auto;justify-content:center;min-height:44px}}@media(max-width:768px){.receitas-page .rc-page-actions{width:100%}.receitas-page .rc-page-actions .btn{flex:1 1 auto;justify-content:center;min-height:44px}.receitas-page .rc-head{flex-wrap:wrap;padding:14px 12px 14px 16px!important}.receitas-page .rc-info{display:contents}.receitas-page .rc-title{order:0;flex:1 1 0;min-width:0;overflow-wrap:anywhere}.receitas-page .rc-actions{order:1;flex:0 0 auto}.receitas-page .rc-meta{order:2;flex:1 1 100%;width:100%;flex-direction:column;gap:4px!important;margin-top:10px!important}.receitas-page .rc-meta>span{display:flex;justify-content:space-between;align-items:baseline;gap:12px}.receitas-page .rc-meta>span>strong{text-align:right;white-space:nowrap}.receitas-page .rc-ing-wrap{overflow-x:auto;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;padding:8px 0 12px!important}.receitas-page .rc-ing-wrap>p{padding:0 14px}.receitas-page .rc-ing-table{min-width:780px}.receitas-page .rc-ing-table thead th{white-space:normal;line-height:1.25;vertical-align:bottom;padding:8px!important}.receitas-page .rc-ing-table td{padding:8px!important;white-space:nowrap}.receitas-page .rc-ing-table th:first-child,.receitas-page .rc-ing-table td:first-child{position:sticky;left:0;z-index:1;background:#fff;text-align:left!important;width:160px;min-width:160px;padding-left:14px!important;white-space:normal;overflow-wrap:anywhere;box-shadow:1px 0 0 var(--border-color),6px 0 8px -4px #00000014}.receitas-page .rc-ing-table thead th:first-child,.receitas-page .rc-ing-table tbody tr:not(.rc-row-edit):not(.rc-row-add):hover>td:first-child{background:#f5fbf9}.receitas-page .rc-ing-table .rc-row-edit>td:first-child{background:#fefce8}.receitas-page .rc-ing-table .rc-row-add>td:first-child{background:#f8fafc}.receitas-page .rc-ing-table th:last-child{width:auto!important;min-width:112px}.receitas-page .rc-ing-table th:last-child,.receitas-page .rc-ing-table td:last-child{padding-right:14px!important}.receitas-page .rc-row-actions{gap:12px!important;justify-content:center}.receitas-page .rc-edit-actions{gap:8px!important;justify-content:center}.receitas-page .rc-ing-table .btn{min-height:40px;padding:6px 12px!important;font-size:13px!important;white-space:nowrap}.receitas-page .rc-ing-table .form-input,.receitas-page .rc-ing-table .form-select{font-size:16px!important;width:100%;min-height:40px;padding:6px 8px!important}.receitas-page .rc-ing-table .form-input{min-width:72px}.receitas-page .rc-ing-table .form-select{min-width:0;padding-right:28px!important;background-position:right 6px center}.receitas-page .rc-modal{margin-top:0!important}.receitas-page .confirm-dialog .form-group{width:100%;text-align:left}}@media(max-width:768px){.preco-page .page-header{flex-direction:row!important;align-items:flex-start!important;justify-content:space-between!important;flex-wrap:nowrap!important;gap:8px!important}.preco-page .page-header-left{min-width:0}.preco-page .page-header .btn-icon{flex-shrink:0}.preco-cols{flex-direction:column!important;align-items:stretch!important;gap:16px!important}.preco-col-esq{width:100%!important;min-width:0!important}.preco-col-dir{min-width:0!important;height:auto!important;padding:12px 10px!important}.preco-col-dir-scroll{overflow-y:visible!important;padding-right:0!important}.preco-page .card,.preco-page .preco-card-op{padding:16px 12px!important}.preco-grid-config{grid-template-columns:1fr!important}.preco-grid-param{grid-template-columns:104px minmax(0,1fr)!important}.preco-toggle{padding:11px 10px!important;min-height:42px}.preco-toggle-sm{padding:10px 18px!important;min-height:40px}.preco-page input,.preco-page select,.preco-page button.form-select{font-size:16px!important}.preco-page select.form-select{min-height:42px}.preco-btn-produto{padding:10px 12px!important;min-height:44px}.preco-busca-produto{padding:10px 12px!important;min-height:42px}.preco-lista-produto{max-height:min(45vh,320px)!important}.preco-item-produto{padding:12px 14px!important;font-size:15px!important}.preco-row-2{flex-direction:column!important}.preco-page thead th{white-space:normal}.preco-page th,.preco-page td{padding:6px!important}.preco-scroll-x{-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain}.preco-tabela-receita{min-width:560px!important}.preco-tabela-receita th:not(:first-child),.preco-tabela-receita td:not(:first-child){white-space:nowrap}.preco-tabela-receita th:first-child,.preco-tabela-receita td:first-child{position:sticky;left:0;z-index:1;background:#fff;box-shadow:1px 0 0 var(--border-color)}.preco-tabela-receita thead th:first-child{background:linear-gradient(#0596690a,#0596690a) #fff}.preco-dica-rolagem{margin:6px 0 0;font-size:12px;color:var(--text-muted);text-align:right}.preco-resumo-3,.preco-resumo-4{display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important}.preco-resumo-3>div:nth-child(3){grid-column:1 / -1}.preco-resumo-3>div,.preco-resumo-4>div{padding:12px 8px!important;min-width:0}.preco-resumo-3>div>div:last-child,.preco-resumo-4>div>div:last-child{font-size:18px!important}.preco-caixa-preco{padding:12px 8px!important;min-width:0}.preco-valor-preco{font-size:18px!important}.preco-page input.preco-valor-preco{font-size:18px!important;padding:8px 6px!important;min-height:42px}.preco-acoes{flex-direction:column!important}.preco-btn-acao{padding:12px 16px!important;min-height:44px}.preco-input-nome{min-width:0;width:0;min-height:42px}.preco-btn-salvar,.preco-btn-x{padding:10px 14px!important;min-height:42px;flex-shrink:0}.preco-btn-lixeira{padding:10px 12px!important;min-height:40px}.preco-btn-lixeira svg{width:18px;height:18px}.preco-modal-caixa{width:calc(100vw - 16px)!important;max-width:calc(100vw - 16px)!important;max-height:90dvh!important;overflow-y:auto!important;padding:20px 16px!important;-webkit-overflow-scrolling:touch}.preco-modal-caixa button{min-height:44px}.preco-modal-linha{gap:10px!important}.preco-modal-linha>span:first-child{flex-shrink:0}.preco-modal-valor{min-width:0;text-align:right;overflow-wrap:anywhere}.preco-padrao-card{padding:12px!important}.preco-padrao-titulo{min-width:0;flex:1}.preco-padrao-selo{white-space:nowrap;flex-shrink:0;margin:0 8px}.preco-padrao-param{flex-direction:column!important;align-items:flex-start!important;gap:2px}.preco-toast{top:calc(var(--cj-header-h, 61px) + 8px)!important;left:12px!important;right:12px!important;transform:none!important;padding:12px 16px!important;font-size:13px!important;justify-content:center;text-align:center}}@media(max-width:768px){.custos-page .page-header{position:relative}.custos-page .custos-lock{position:absolute;top:0;right:0;min-width:44px;min-height:44px;padding:9px!important;line-height:1;display:inline-flex;align-items:center;justify-content:center}.custos-page .custos-btn-novo{min-height:40px;padding:8px 14px!important}.custos-page .custos-item-head{padding:8px 6px 8px 14px!important;gap:6px}.custos-page .custos-item-head span strong{white-space:nowrap}.custos-page .custos-item-actions{gap:0!important}.custos-page .custos-item-actions .btn-icon{min-width:40px;min-height:40px;display:inline-flex;align-items:center;justify-content:center}.custos-page .custos-item-details{grid-template-columns:1fr!important;gap:4px!important}.custos-page .custos-total{gap:8px}.custos-page .custos-total span:last-child{white-space:nowrap}.custos-page .custos-rateio-card{padding:14px 10px!important}.custos-page .custos-rateio{max-height:none!important}.custos-page .custos-rateio thead th{padding:10px 8px;letter-spacing:.3px;line-height:1.25;white-space:normal!important;min-width:68px;vertical-align:bottom}.custos-page .custos-rateio tbody td,.custos-page .custos-rateio tfoot td{padding:6px 8px!important;white-space:nowrap}.custos-page .custos-rateio th:first-child,.custos-page .custos-rateio td:first-child{position:sticky;left:0;z-index:3!important;background:#fff;box-shadow:1px 0 0 var(--border-color);white-space:normal!important;overflow-wrap:anywhere;width:112px;min-width:112px;font-size:12px;line-height:1.3;padding:6px 8px 6px 10px!important}.custos-page .custos-rateio thead th:first-child,.custos-page .custos-rateio tfoot td:first-child{background:#f9fafb;z-index:4!important}.custos-page .custos-cell-edit{display:inline-block;min-width:48px;min-height:40px;line-height:24px;padding:8px 10px!important;border-radius:8px;text-align:right;background:#2563eb12!important;border:1px dashed rgba(37,99,235,.4)}.custos-page .custos-cell-edit.custos-cell-peso{background:#6366f112!important;border-color:#6366f166}.custos-page .custos-cell-edit.custos-cell-locked{background:transparent!important;border-color:transparent;min-height:0;min-width:0;line-height:1.4;padding:3px 6px!important}.custos-page .custos-cell-input{font-size:16px!important;width:92px!important;min-height:40px;padding:6px 8px!important}.custos-page .modal-overlay{padding:8px}.custos-page .custos-modal{margin-top:0!important;max-height:calc(100vh - 16px)!important;max-height:calc(100dvh - 16px)!important}.custos-page .custos-veiculo-box{padding:10px!important}.custos-page .custos-veiculo-box .form-row+.form-row,.custos-page .custos-veiculo-box .form-row+.form-group{margin-top:16px}.custos-page .custos-hint{font-size:12px!important}.custos-page .confirm-dialog .form-group{width:100%}.custos-page .confirm-dialog .form-group>span{text-align:left}}@media(max-width:768px)and (hover:hover){.custos-page .custos-rateio tbody tr:hover td:first-child{background:#f3faf6}}@media(max-width:768px){.tp-page .tp-header-actions{width:100%}.tp-page .tp-btn-print{flex:1 1 auto;justify-content:center;min-height:40px;-webkit-tap-highlight-color:transparent}.tp-page .tp-filtros{padding:14px 12px!important}.tp-page .tp-toggle-row{gap:8px 16px!important}.tp-page .tp-toggle-group{flex:1 1 100%}.tp-page .tp-toggle-btn{flex:1 1 0;min-height:40px;padding:8px 6px!important;white-space:nowrap;-webkit-tap-highlight-color:transparent}.tp-page .print-area{-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain}.tp-page .tp-scroll-hint{position:sticky;left:0;padding:8px 12px 0;font-size:12px;color:var(--text-muted)}.tp-page .tp-table-scroll{min-width:0!important}.tp-page .tp-table-scroll th,.tp-page .tp-table-scroll td{padding:6px!important;white-space:nowrap}.tp-page .tp-table-scroll thead tr:first-child th:first-child,.tp-page .tp-table-scroll tbody td:first-child{width:128px;min-width:128px!important;padding:6px 8px!important;white-space:normal}.tp-page .tp-table-scroll tbody td:first-child>div{gap:6px!important;flex-wrap:wrap;overflow-wrap:anywhere;line-height:1.25}.tp-page .tp-table-scroll thead tr:last-child th{min-width:68px;font-size:11px!important}.tp-page .tp-badge{font-size:11px!important}.tp-page .print-area .drag-handle,.tp-page .tp-locked .col-delete{display:none!important}.tp-page .tp-table-scroll td.col-delete{padding:0 4px!important}.tp-page .print-area .col-delete button{min-width:40px;min-height:40px;display:inline-flex;align-items:center;justify-content:center;padding:0!important;-webkit-tap-highlight-color:transparent}.tp-page .tp-unlock-modal{align-self:flex-start;margin-top:10vh;margin-top:10dvh}.tp-page .tp-unlock-modal .form-group{align-self:stretch}.tp-page .tp-unlock-modal .form-input{width:100%;min-height:44px}.tp-page .tp-cards{display:flex;flex-direction:column;gap:10px}.tp-page .tp-card{background:#fff;border:1px solid var(--border-color);border-radius:12px;padding:10px 12px 8px;box-shadow:0 1px 3px #0000000a}.tp-page .tp-card-head{display:flex;align-items:center;gap:8px;margin-bottom:6px}.tp-page .tp-card-nome{flex:1;min-width:0;font-size:14px;font-weight:700;color:var(--text-primary);line-height:1.25;overflow-wrap:anywhere}.tp-page .tp-card-del{min-width:40px;min-height:40px;display:inline-flex;align-items:center;justify-content:center;margin:-6px -8px -6px 0;background:none;border:none;color:#ef4444;border-radius:8px;-webkit-tap-highlight-color:transparent}.tp-page .tp-card-del:active{background:#ef44441a}.tp-page .tp-grid{display:grid;grid-template-columns:minmax(64px,max-content) repeat(3,minmax(0,1fr));gap:2px 4px;align-items:center}.tp-page .tp-grid-head{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.3px;color:var(--text-secondary);text-align:center;padding:0 0 4px;border-bottom:1px solid var(--border-color)}.tp-page .tp-grid-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.3px;color:var(--text-secondary);padding:7px 0}.tp-page .tp-grid-val{font-family:monospace;font-size:13px;font-weight:600;text-align:center;padding:7px 0;border-radius:6px;color:var(--text-primary);white-space:nowrap}.tp-page .tp-grid-val.vazio{color:#c4c9d2;font-weight:400}.tp-page .tp-grid-val.snf{background:#6b72800f}.tp-page .tp-grid-val.rmc{background:#f9731612}.tp-page .tp-grid-val.romica{background:#2563eb12}}@media(max-width:768px){.fc-page{overflow-x:clip}.fc-page .form-input,.fc-page .form-select{font-size:16px!important;min-height:42px}.fc-page .fc-btn-imprimir{min-height:40px;font-size:13px!important}.fc-boletos-modal{max-width:calc(100vw - 16px)!important}.fc-boletos-modal table{font-size:12px!important}.fc-boletos-modal table td,.fc-boletos-modal table th{padding:6px!important}.fc-boletos-modal .fc-boletos-col-data{display:none}.fc-boletos-modal .fc-boletos-data-inline{display:block!important;font-size:11px;color:var(--text-secondary);margin-top:2px}.fc-page .fc-ano-nav{width:100%;justify-content:center}.fc-page .fc-ano-btn{padding:8px 14px!important;min-height:40px}.fc-page .fc-mes-strip{width:100%}.fc-page .fc-mes-btn{flex:1 1 15%;min-width:0;padding:11px 0!important;min-height:40px}.fc-page .fc-mes-btn:nth-child(7){border-left:none!important}.fc-page .fc-mes-btn:nth-child(n+7){border-top:1px solid var(--border-color)}.fc-page .fc-kbd-hint{display:none!important}.fc-page .fc-quick-card{position:static!important;top:auto!important;padding:12px!important}.fc-page .fc-modo-toggle{width:100%!important}.fc-page .fc-modo-toggle>button{flex:1 1 0;min-width:0;padding:11px 6px!important;min-height:40px}.fc-page .fc-quick-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px 8px!important}.fc-page .fc-quick-grid>*{min-width:0}.fc-page .fc-quick-grid>:last-child{grid-column:1 / -1}.fc-page .fc-quick-grid .btn{min-height:44px}.fc-page .fc-quick-comum>:nth-child(3),.fc-page .fc-quick-comum>:nth-child(8):not(:last-child){grid-column:1 / -1}.fc-page .fc-quick-tf>:nth-child(1){order:-2}.fc-page .fc-quick-tf>:nth-child(3){order:-1}.fc-page .fc-quick-tf>:nth-child(2){grid-column:1 / -1}.fc-page .fc-quick-parc>:nth-child(1){grid-column:1 / -1}.fc-page .fc-quick-parc>:last-child{grid-column:1 / -1}.fc-page .fc-quick-note{font-size:12px!important;overflow-wrap:anywhere}.fc-page .fc-filtros-card{padding:12px!important}.fc-page .fc-filtros-extra{gap:8px 12px!important}.fc-page .fc-filtros-extra label{font-size:13px!important;min-height:40px;gap:10px!important}.fc-page .fc-filtros-extra input[type=checkbox]{width:20px;height:20px;flex-shrink:0}.fc-page .fc-filtros-extra .badge{padding:7px 12px!important}.fc-page .fc-filtros-extra .btn{min-height:40px}.fc-page .fc-filtros-extra>span:last-child{font-size:12px!important;flex-basis:100%}.fc-page .fc-grade table,.fc-page .fc-grade tbody{display:block;width:100%;min-width:0}.fc-page .fc-grade thead{display:none}.fc-page .fc-grade tbody tr{display:grid;grid-template-columns:36px minmax(0,1fr) auto auto;grid-template-areas:"dia desc  desc  valor" "dia class class status" "dia plano plano plano" "dia esp   acoes acoes";column-gap:8px;row-gap:3px;align-items:start;padding:10px;border-bottom:1px solid var(--border-color)}.fc-page .fc-grade tbody tr:last-child{border-bottom:none}.fc-page .fc-grade tbody td{display:block;min-width:0;padding:0!important;border-bottom:none!important;white-space:normal!important;line-height:1.3}.fc-page .fc-grade tbody td div{white-space:normal!important}.fc-page .fc-grade tbody td:nth-child(1){grid-area:dia;font-size:14px!important;padding-top:1px!important}.fc-page .fc-grade tbody td:nth-child(2){grid-area:class;font-size:12px!important;color:var(--text-muted)}.fc-page .fc-grade tbody td:nth-child(3){grid-area:desc;font-size:14px!important;font-weight:600;overflow-wrap:anywhere}.fc-page .fc-grade tbody td:nth-child(4){grid-area:plano;font-size:12px!important;color:var(--text-muted)}.fc-page .fc-grade tbody tr:not(.fc-edit-row) td:nth-child(4):before{content:"Conta: ";opacity:.7}.fc-page .fc-grade tbody td:nth-child(5){grid-area:valor;font-size:14px!important;text-align:right;white-space:nowrap!important;justify-self:end}.fc-page .fc-grade tbody td:nth-child(5) .badge{font-size:12px!important;padding:4px 10px}.fc-page .fc-grade tbody td:nth-child(6){grid-area:esp;align-self:center;font-size:12px!important;color:var(--text-muted)}.fc-page .fc-grade tbody tr:not(.fc-edit-row) td:nth-child(6):before{content:"Espécie: ";opacity:.7}.fc-page .fc-grade tbody td:nth-child(6) span{font-size:12px!important}.fc-page .fc-grade tbody td:nth-child(7){grid-area:status;justify-self:end;text-align:right}.fc-page .fc-grade tbody td:nth-child(7) .badge{padding:6px 12px;font-size:13px}.fc-page .fc-grade tbody td:nth-child(7) .fc-badge-baixa{border:1px solid rgba(217,119,6,.45)}.fc-page .fc-grade tbody td:nth-child(7) div{font-size:11.5px!important}.fc-page .fc-grade tbody td:nth-child(8){grid-area:acoes;justify-self:end;align-self:end}.fc-page .fc-grade tbody td:nth-child(8)>div:first-child{gap:4px!important;justify-content:flex-end}.fc-page .fc-grade tbody td:nth-child(8) .btn-icon{width:40px;height:40px;padding:0!important;font-size:17px!important}.fc-page .fc-grade tbody tr.fc-edit-row{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-areas:"dia   valor" "class class" "desc  desc" "plano plano" "esp   status" "acoes acoes";row-gap:10px;padding:12px 10px}.fc-page .fc-grade tbody tr.fc-edit-row td{justify-self:stretch;align-self:start;text-align:left}.fc-page .fc-grade tbody tr.fc-edit-row td:before{display:block;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--text-secondary);margin-bottom:4px}.fc-page .fc-grade tbody tr.fc-edit-row td:nth-child(1):before{content:"Dia"}.fc-page .fc-grade tbody tr.fc-edit-row td:nth-child(2):before{content:"Classificação"}.fc-page .fc-grade tbody tr.fc-edit-row td:nth-child(3):before{content:"Descrição"}.fc-page .fc-grade tbody tr.fc-edit-row td:nth-child(4):before{content:"Plano de Contas";opacity:1}.fc-page .fc-grade tbody tr.fc-edit-row td:nth-child(5):before{content:"Valor"}.fc-page .fc-grade tbody tr.fc-edit-row td:nth-child(6):before{content:"Espécie";opacity:1}.fc-page .fc-grade tbody tr.fc-edit-row td:nth-child(7):before{content:"Status"}.fc-page .fc-grade tbody tr.fc-edit-row td input.form-input{width:100%!important}.fc-page .fc-grade tbody tr.fc-edit-row td:nth-child(8)>div:first-child{gap:8px!important;justify-content:flex-end}.fc-page .fc-grade tbody tr.fc-edit-row td:nth-child(8) button{width:56px!important;height:42px!important;font-size:16px!important}.fc-page .fc-grade tbody tr.fc-edit-row td:nth-child(8)>div:last-child{white-space:normal!important;font-size:12px!important;text-align:right}.fc-page .fc-mini-totais{flex-direction:column;align-items:flex-end;gap:2px!important}.fc-page .fc-aside .card{padding:16px 14px!important}.fc-page .fc-aside h4{display:flex;flex-wrap:wrap;align-items:center;gap:6px 8px}.fc-page .fc-aside h4 button{margin-left:0!important;padding:6px 12px!important;font-size:12px!important}.fc-page .fc-aside div[title]{padding:9px 8px!important}.fc-page .fc-aside .card>p:last-child{font-size:12px!important}.fc-tf-modal .form-row{grid-template-columns:1fr!important}.fc-alertas-pop{left:8px!important;width:calc(100vw - 16px)!important;max-height:70vh!important;max-height:70dvh!important}.fc-baixa-pop{max-width:calc(100vw - 16px)}.fc-baixa-pop .btn{min-height:42px}.fc-dd-list{max-width:calc(100vw - 16px)!important}.fc-dd-opt{padding:11px 12px!important;font-size:14px!important}}@media screen and (max-width:768px){.fcrel-page .fcrel-print-btn{min-height:40px;padding:10px 16px!important;font-size:13px!important;-webkit-tap-highlight-color:transparent}.fcrel-page .fcrel-toolbar{position:static!important;padding:12px!important;margin-bottom:12px!important}.fcrel-page .fcrel-toolbar-row{gap:10px!important}.fcrel-page .fcrel-tabs{display:grid!important;grid-template-columns:1fr 1fr;gap:3px;width:100%;min-width:0!important;max-width:none!important;flex:none!important}.fcrel-page .fcrel-subtabs{width:100%;min-width:0!important}.fcrel-page .fcrel-tabs>button,.fcrel-page .fcrel-subtabs>button{min-height:40px;padding:8px 10px!important;white-space:normal!important;line-height:1.25;-webkit-tap-highlight-color:transparent}.fcrel-page .fcrel-nav-btn{min-width:44px;min-height:40px;padding:8px 12px!important;font-size:15px!important;-webkit-tap-highlight-color:transparent}.fcrel-page .fcrel-mes-ctrl{width:100%;flex-wrap:wrap;row-gap:4px}.fcrel-page .fcrel-mes-ctrl>label{flex:0 0 100%}.fcrel-page .fcrel-mes-ctrl input[type=month]{flex:1 1 0;min-width:0!important;width:auto}.fcrel-page .fcrel-check{width:100%;min-height:40px;padding:6px 0}.fcrel-page .fcrel-check input{width:20px!important;height:20px!important;flex-shrink:0}.fcrel-page .fcrel-card-head{padding:12px 14px!important}.fcrel-page .fcrel-scroll{-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain}.fcrel-page .fcrel-matriz:before,.fcrel-page .fcrel-diario:before{content:"Deslize para o lado para ver as outras colunas →";display:block;position:sticky;left:0;padding:6px 12px 2px;font-size:12px;color:var(--text-muted, #9ca3af);white-space:nowrap}.fcrel-page .fcrel-matriz th,.fcrel-page .fcrel-matriz td{padding:10px!important}.fcrel-page .fcrel-matriz th:first-child,.fcrel-page .fcrel-matriz td:first-child{width:128px!important;min-width:128px!important;max-width:128px!important;white-space:normal!important;overflow-wrap:anywhere;line-height:1.25}.fcrel-page .fcrel-matriz td:first-child{font-size:12px!important}.fcrel-page .fcrel-matriz td.fcrel-conta{padding-left:18px!important}.fcrel-page .fcrel-matriz td.fcrel-conta>span{display:block;margin-right:0!important}.fcrel-page .fcrel-diario th,.fcrel-page .fcrel-diario td{padding:10px!important}.fcrel-page .fcrel-diario th:first-child,.fcrel-page .fcrel-diario td:first-child{position:sticky;left:0;z-index:2;background:#fff;border-right:2px solid #e2e8f0}.fcrel-page .fcrel-diario thead th:first-child{background:#f8fafc;z-index:3}.fcrel-page .fcrel-diario tbody tr:last-child td:first-child{background:#f0fdf4}.fcrel-page .fcrel-faixas{grid-template-columns:repeat(2,1fr)!important;gap:10px!important}.fcrel-page .fcrel-faixas>button{min-height:44px;-webkit-tap-highlight-color:transparent}.fcrel-page .fcrel-faixas>button:last-child{grid-column:1 / -1}.fcrel-page .fcrel-modal-close{min-width:40px;min-height:40px;padding:8px!important;margin:-8px -10px -8px 0;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;font-size:24px!important;-webkit-tap-highlight-color:transparent}.fcrel-page .fcrel-drill-body{padding:12px 14px!important}}@media(max-width:768px){.graficos-page .graf-filtro{position:relative!important;top:auto!important;padding:10px 12px!important;gap:10px!important}.graficos-page .graf-ano-grupo{order:-2}.graficos-page .graf-periodo{order:-1;text-align:right}.graficos-page .graf-ano{min-height:40px}.graficos-page .graf-meses{display:grid!important;grid-template-columns:repeat(6,1fr);width:100%}.graficos-page .graf-mes{padding:11px 0!important;min-height:42px;-webkit-tap-highlight-color:transparent}.graficos-page .graf-mes:nth-child(n+7){border-top:1px solid var(--border-color)}.graficos-page .graf-mes:nth-child(7){border-left:none!important}.graficos-page .graf-filtros-wrap{flex:1 1 auto}.graficos-page .graf-btn-filtros{width:100%;justify-content:center;min-height:40px;padding:10px 18px!important;-webkit-tap-highlight-color:transparent}.graficos-page .graf-filtro .btn-sm{flex:1 1 auto;justify-content:center;min-height:40px;padding:8px 14px;font-size:13px}.graficos-page .graf-popover{width:calc(100vw - 48px)!important;max-width:calc(100vw - 48px)}.graficos-page .graf-popover input[type=range]{height:40px;margin:0}.graficos-page .graf-popover-ticks{font-size:11px!important}.graficos-page .graf-popover-ajuda{font-size:12px!important}.graficos-page .stat-card>div{min-width:0}.graficos-page .stat-label{font-size:12px;line-height:1.3}.graficos-page .stat-value{font-size:15px;font-weight:700;line-height:1.3;margin-top:3px;overflow-wrap:anywhere}.graficos-page .graf-card{padding:14px 12px!important}.graficos-page .graf-grid-2{grid-template-columns:minmax(0,1fr)!important}.graficos-page .graf-grid-2>.card{min-width:0;max-width:100%}.graficos-page .graf-sub{font-size:12px!important}.graficos-page .graf-scroll{overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch}.graficos-page .graf-scroll svg{-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.graficos-page .graf-legenda{flex-wrap:wrap;row-gap:2px!important;font-size:12px!important;position:sticky;left:0}.graficos-page .graf-legenda>span{white-space:nowrap}.graficos-page .graf-legenda-nota{flex-basis:100%;margin-left:0!important;color:var(--text-muted)}.graficos-page .graf-toque,.graficos-page .graf-dica{margin-top:6px;font-size:12px;line-height:1.4}.graficos-page .graf-toque{color:var(--text-secondary);font-weight:600}.graficos-page .graf-toque strong{color:var(--text-primary)}.graficos-page .graf-toque span{white-space:nowrap}.graficos-page .graf-dica{color:var(--text-muted)}}@media(max-width:768px){.pc-page .pc-lock{font-size:20px!important;padding:8px 14px 8px 10px!important;gap:8px;min-height:44px;border:1px solid rgba(212,160,23,.45);border-radius:var(--radius-md);background:#d4a01714}.pc-page .pc-lock-label{font-size:13px;font-weight:600;color:#b45309;line-height:1.2}.pc-page .pc-unlocked{font-size:13px!important}.pc-page .pc-toolbar-card{padding:12px!important}.pc-page .pc-toolbar{gap:10px!important}.pc-page .pc-toolbar-label{display:none}.pc-page .pc-toggle{flex:1 1 100%}.pc-page .pc-toggle>button{flex:1;min-height:42px;padding:8px 10px!important}.pc-page .pc-btn-nova-classif{flex:1 1 100%;justify-content:center;margin-left:0!important;min-height:44px}.pc-page .pc-banner-msg{min-width:0;overflow-wrap:anywhere}.pc-page .pc-banner-close{flex-shrink:0;width:40px;height:40px;margin:-8px -8px -8px 0;padding:0!important;font-size:18px!important;display:inline-flex;align-items:center;justify-content:center;border-radius:var(--radius-sm)}.pc-page .pc-grupo-header{padding:10px 12px!important;gap:6px 8px!important}.pc-page .pc-grupo-nome{min-width:0;overflow-wrap:anywhere}.pc-page .pc-grupo-nome-input{flex:1 1 100%;max-width:none!important;min-height:40px;padding:6px 10px!important;font-size:16px!important}.pc-page .pc-grupo-count{white-space:nowrap}.pc-page .pc-badge{font-size:11px!important;padding:3px 8px!important}.pc-page .pc-grupo-body{padding:4px 10px 12px!important}.pc-page .pc-edit-btn,.pc-page .pc-del-btn,.pc-page .pc-move-btn{width:40px;height:40px;padding:0!important;flex-shrink:0}.pc-page .pc-edit-btn{font-size:17px!important}.pc-page .pc-del-btn svg{width:18px;height:18px}.pc-page .pc-move-btn{font-size:18px!important;color:var(--text-secondary)}.pc-page .pc-move-btn:disabled{opacity:.3;cursor:not-allowed}.pc-page .pc-toggle-btn{margin-left:auto;min-height:40px;padding:8px 14px!important;font-size:12px!important;white-space:nowrap}.pc-page .pc-conta-row{flex-wrap:wrap!important;gap:4px 8px!important;padding:8px 2px!important}.pc-page .pc-conta-codigo{min-width:48px!important}.pc-page .pc-conta-nome{flex:1 1 0!important;min-width:0;max-width:none!important;overflow-wrap:anywhere;line-height:1.35}.pc-page input.pc-conta-nome{min-height:40px;padding:6px 10px!important;font-size:16px!important}.pc-page .pc-conta-acoes{display:flex;align-items:center;gap:8px;flex:0 0 100%}.pc-page .pc-nova-conta{margin-top:8px!important}.pc-page .pc-nova-conta-input{flex:1 1 auto;min-width:0;max-width:none!important;min-height:40px;padding:8px 10px!important;font-size:16px!important}.pc-page .pc-nova-conta-btn{flex-shrink:0;min-height:40px;padding:8px 12px!important;white-space:nowrap}.pc-page .pc-grupos-inativos{padding:14px 12px!important}.pc-page .pc-grupo-inativo-row{flex-wrap:wrap;gap:4px 8px!important}.pc-page .pc-nova-especie-card{padding:14px 12px!important}.pc-page .pc-nova-especie{gap:10px!important}.pc-page .pc-nova-especie>*{flex:1 1 100%;min-width:0!important}.pc-page .pc-nova-especie .btn{justify-content:center;min-height:44px}.pc-page .pc-especie-card{padding:12px 12px 10px!important;margin-bottom:12px}.pc-page .pc-especie-head{display:flex;align-items:center;flex-wrap:wrap;gap:4px 6px;margin-bottom:10px}.pc-page .pc-especie-nome{font-size:15px;font-weight:700;color:var(--text-primary);min-width:0;overflow-wrap:anywhere}.pc-page .pc-especie-nome--inativa{color:#9ca3af;font-style:italic}.pc-page .pc-especie-nome-input{flex:1 1 0;min-width:0;min-height:40px;padding:6px 10px}.pc-page .pc-especie-head .pc-badge{margin-left:auto}.pc-page .pc-especie-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px 12px}.pc-page .pc-especie-field{display:flex;flex-direction:column;gap:4px;min-width:0}.pc-page .pc-especie-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.4px;color:var(--text-secondary)}.pc-page .pc-especie-valor{display:inline-flex;align-items:center;min-height:40px;font-family:monospace;font-size:14px;font-weight:600;line-height:1.3;color:var(--text-primary);overflow-wrap:anywhere}.pc-page .pc-especie-data{font-family:inherit;font-weight:500;color:var(--text-secondary)}.pc-page .pc-especie-saldo-ini{padding:6px 5px;border-radius:var(--radius-sm);border:1px dashed transparent;opacity:.6;cursor:not-allowed}.pc-page .pc-especie-saldo-ini.pc-editavel{opacity:1;cursor:pointer;background:#05966912;border-color:#05966973}.pc-page .pc-especie-select,.pc-page .pc-especie-input{width:100%;min-height:40px}.pc-page .pc-especie-input{padding:6px 10px}.pc-page .pc-especie-foot{display:flex;align-items:center;gap:8px;margin-top:12px;padding-top:10px;border-top:1px solid var(--border-color)}.pc-page .pc-modal-hint{font-size:13px!important}}@media(max-width:768px){.auth-card>.auth-error{align-items:flex-start}.auth-aviso+div{min-height:0!important}}@media(max-width:768px){.usuarios-page .page-header{margin-bottom:16px}.usuarios-page .page-header h2{font-size:22px;letter-spacing:-.3px}.usuarios-page .stats-grid{grid-template-columns:1fr 1fr;gap:10px;margin-bottom:16px}.usuarios-page .stat-card{padding:12px;gap:10px;align-items:center}.usuarios-page .stat-icon{width:36px;height:36px;font-size:16px;border-radius:var(--radius-sm)}.usuarios-page .stat-info h3{font-size:22px;letter-spacing:-.5px}.usuarios-page .stat-info p{font-size:12px;margin-top:2px;line-height:1.3}.usuarios-page .filter-bar{display:grid;grid-template-columns:repeat(auto-fit,minmax(max(176px,calc(50% - 5px)),1fr));gap:10px;margin-bottom:14px}.usuarios-page .filter-bar .search-bar{grid-column:1 / -1}.usuarios-page .filter-bar .form-select{min-width:0!important;width:100%;padding-left:12px;padding-right:32px;background-position:right 8px center}.usuarios-page .usuarios-tabela thead{display:none}.usuarios-page .usuarios-tabela,.usuarios-page .usuarios-tabela tbody{display:block;width:100%}.usuarios-page .usuarios-tabela tr{display:flex;flex-wrap:wrap;align-items:center;column-gap:8px;padding:12px 14px;border-bottom:1px solid rgba(16,185,129,.08)}.usuarios-page .usuarios-tabela tr:last-child{border-bottom:none}.usuarios-page .usuarios-tabela tbody tr:hover{background:#0596690a}.usuarios-page .usuarios-tabela tbody tr:hover td{background:transparent}.usuarios-page .usuarios-tabela tr:after{content:"";order:2;flex-basis:100%;height:0}.usuarios-page .usuarios-tabela td{display:block;padding:0;border-bottom:none}.usuarios-page .usuarios-tabela td:nth-child(1){order:0;flex:1 1 0;min-width:0}.usuarios-page .usuarios-tabela td:nth-child(5){order:1;flex:0 0 auto}.usuarios-page .usuarios-tabela td:nth-child(2),.usuarios-page .usuarios-tabela td:nth-child(3),.usuarios-page .usuarios-tabela td:nth-child(4){order:3;margin-top:8px}.usuarios-page .usuarios-td-data{font-size:12px!important;white-space:nowrap}.usuarios-page .usuarios-td-data:before{content:"Criado em "}.usuarios-page .usuarios-user-cell,.usuarios-page .usuarios-user-text{min-width:0}.usuarios-page .usuarios-user-nome,.usuarios-page .usuarios-user-email{overflow-wrap:anywhere}.usuarios-page .usuarios-tag-voce{font-size:11px!important}.usuarios-page .usuarios-btn-editar{min-width:44px;min-height:44px;padding:0;display:inline-flex;align-items:center;justify-content:center}.usuarios-page .usuarios-modal-card{margin-bottom:4px!important}.usuarios-page .usuarios-modal-meta{min-width:0;overflow-wrap:anywhere}.usuarios-page .usuarios-modal .modal-footer{flex-wrap:wrap;gap:8px}.usuarios-page .usuarios-modal .modal-footer .btn{flex:1 1 auto;justify-content:center;min-height:44px}.usuarios-page .usuarios-btn-excluir{flex-basis:100%!important;margin-right:0!important}.usuarios-page .confirm-dialog p{overflow-wrap:anywhere}.usuarios-page .confirm-dialog .modal-footer .btn{flex:1 1 0;justify-content:center;min-height:44px}.approval-user-card{gap:12px;padding:12px;align-items:flex-start}.approval-user-avatar{width:40px;height:40px;font-size:16px}.approval-user-details{min-width:0}.approval-field{flex-direction:column;align-items:flex-start;gap:1px}.approval-label{min-width:0}.approval-value{overflow-wrap:anywhere}}@media(max-width:768px)and (hover:none){.usuarios-page .usuarios-tabela tbody tr:hover{background:transparent}}@media(max-width:768px){.db-page input.form-input{font-size:16px!important}.db-page .db-header-actions{width:100%}.db-page .db-header-actions .btn{flex:1 1 auto;justify-content:center;min-height:44px}.db-page .db-select-trigger{min-height:44px;background-image:none}.db-page .db-select-panel input.form-input{width:100%}.db-page .db-select-text{min-width:0;overflow:hidden}.db-page .db-select-value{flex-direction:column!important;align-items:flex-start!important;gap:0!important;min-width:0}.db-page .db-select-value>span{display:block;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.db-page .db-table-item{padding:8px 12px!important;min-height:44px}.db-page .db-table-item-main{flex-direction:column!important;align-items:flex-start!important;gap:1px!important;flex:1 1 auto}.db-page .db-table-item-label{font-size:12px!important;max-width:100%}.db-page .db-table-item-count{font-size:12px!important;margin-left:8px}.db-page .db-card{padding:14px 12px!important}.db-page .db-title-row{flex-wrap:wrap!important;row-gap:2px!important;column-gap:8px!important}.db-page .db-title-row h3{min-width:0;overflow-wrap:anywhere}.db-page .db-toolbar{flex-direction:column!important;align-items:stretch!important;gap:10px!important}.db-page .db-toolbar .search-bar{max-width:none!important}.db-page .db-toolbar-actions{justify-content:stretch}.db-page .db-btn-novo{flex:1 1 auto;justify-content:center;min-height:44px}.db-page .db-btn-refresh{min-width:44px;min-height:44px;justify-content:center;padding:8px 14px!important;font-size:16px!important}.db-page .db-table-wrapper{max-height:70vh!important;max-height:70dvh!important}.db-page .db-table thead th{position:sticky;top:0;z-index:3;background:#f5fbf9}.db-page .db-table .db-col-acoes{position:sticky;right:0;z-index:2;width:auto!important;padding-left:8px;padding-right:8px;box-shadow:-8px 0 8px -8px #0000002e}.db-page .db-table thead th.db-col-acoes{background:#f5fbf9;z-index:4}.db-page .db-table tbody td.db-col-acoes{background:#fff;padding-top:4px;padding-bottom:4px}.db-page .db-table tbody tr:hover td.db-col-acoes{background:#f3faf6}.db-page .db-col-acoes-btns{gap:0!important}.db-page .db-form-body{max-height:none!important}.db-page .db-delete-preview{width:100%;text-align:left;overflow-wrap:anywhere;word-break:break-word;max-height:none!important}.db-page .db-restaurar-select{background-image:none;padding-right:14px}.db-page .db-restaurar-opcao{padding:10px 12px!important;min-height:44px}.db-page .db-restaurar-tabelas{overflow-wrap:anywhere}.db-page .db-cal{padding:10px 6px!important}.db-page .db-cal-grid{gap:3px!important}.db-page .db-cal-nav{min-width:44px;min-height:40px;padding:6px 14px!important;justify-content:center}.db-page .db-cal-semana{font-size:12px!important}.db-page .db-cal-dia{height:40px!important}.db-page .db-cal-legenda{font-size:12px!important;flex-wrap:wrap}.db-page .db-restaurar-linha{gap:10px}.db-page .db-restaurar-linha>span:first-child{min-width:0;overflow-wrap:anywhere}.db-page .db-restaurar-linha>span:last-child{white-space:nowrap;flex-shrink:0}}@media(max-width:768px)and (hover:none){.db-page .db-table tbody tr:hover td.db-col-acoes{background:#fff}}
