@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";.desktop-only{display:block!important}.mobile-only{display:none!important}:root{--color-primary: #00C9A7;--color-primary-dark: #00a889;--color-primary-light: #33d7ba;--color-accent: #00C9A7;--color-accent-dark: #00a889;--green-deep: #0A2E1E;--green-dark: #0D3A26;--green-card: #11482F;--green-alt: #16573A;--green-border: rgba(0, 201, 167, .15);--bg-app: #F4F7F6;--bg-sidebar: #FFFFFF;--bg-card: #FFFFFF;--bg-card-alt: #F8FAFC;--bg-input: #FFFFFF;--bg-overlay: rgba(0, 0, 0, .4);--border-color: rgba(0, 0, 0, .1);--border-color-focus: rgba(0, 201, 167, .5);--text-primary: #1A2421;--text-secondary: #4A5D54;--text-muted: #7C8F87;--color-success: #00C9A7;--color-warning: #f59e0b;--color-danger: #ef4444;--color-info: #0ea5e9;--sidebar-width: 248px;--sidebar-collapsed: 72px;--topbar-height: 64px;--border-radius: 12px;--border-radius-sm: 8px;--border-radius-lg: 16px;--transition: .2s ease;--shadow-card: 0 2px 10px rgba(0, 0, 0, .04);--shadow-modal: 0 16px 40px rgba(0, 0, 0, .15);--glow-primary: 0 4px 16px rgba(0, 201, 167, .3)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:Inter,-apple-system,sans-serif;background:var(--bg-app);color:var(--text-primary);line-height:1.6;-webkit-font-smoothing:antialiased;min-height:100vh}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}input,select,textarea{font-family:inherit}img{max-width:100%;display:block}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;-webkit-appearance:textfield;appearance:textfield}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:999px}::-webkit-scrollbar-thumb:hover{background:#fff3}.flex-row-gap-16{display:flex;gap:16px}.dashboard-bottom-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.filters-bar{display:flex;gap:12px;align-items:center;justify-content:flex-end}.search-input-wrap{position:relative;flex:0 1 350px}.search-input-wrap svg{position:absolute;left:12px;top:50%;transform:translateY(-50%);pointer-events:none;color:var(--text-muted)}.search-input-wrap .form-input{padding-left:40px}.app-layout{display:flex;min-height:100vh}.main-content{flex:1;min-width:0;margin-left:var(--sidebar-width);display:flex;flex-direction:column;min-height:100vh;transition:margin-left var(--transition)}.main-content.collapsed{margin-left:var(--sidebar-collapsed)}.page-container{flex:1;padding:18px;margin-top:var(--topbar-height);overflow-x:hidden}.sidebar{position:fixed;left:0;top:0;bottom:0;width:var(--sidebar-width);background:var(--bg-sidebar);border-right:1px solid var(--border-color);display:flex;flex-direction:column;z-index:100;transition:width var(--transition);overflow:hidden}.sidebar.collapsed{width:var(--sidebar-collapsed)}.sidebar-logo{height:var(--topbar-height);display:flex;align-items:center;gap:12px;padding:0 20px;border-bottom:1px solid var(--border-color);flex-shrink:0}.sidebar-logo-icon{width:36px;height:36px;display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}.sidebar-logo-text{display:flex;flex-direction:column;overflow:hidden}.sidebar-logo-text span:first-child{font-size:15px;font-weight:700;color:var(--text-primary);white-space:nowrap}.sidebar-logo-text span:last-child{font-size:11px;color:var(--text-secondary);white-space:nowrap}.sidebar-nav{flex:1;padding:2px 0;overflow-y:auto;overflow-x:hidden}.sidebar-section-title{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);padding:16px 20px 6px;white-space:nowrap;overflow:hidden}.sidebar-item{display:flex;align-items:center;gap:12px;padding:10px 20px;color:var(--text-secondary);font-size:14px;font-weight:500;border-radius:0;transition:all var(--transition);cursor:pointer;white-space:nowrap;position:relative;text-decoration:none}.sidebar-item:hover{background:#0000000a;color:var(--text-primary)}.sidebar-item.active{background:#1e5bff1f;color:var(--color-primary-light)}.sidebar-item.active:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--color-primary);border-radius:0 3px 3px 0}.sidebar-item svg{flex-shrink:0}.sidebar-footer{padding:16px 0;border-top:1px solid var(--border-color)}.page-header{display:grid!important;grid-template-columns:auto 1fr;align-items:center!important;justify-content:space-between!important;margin-bottom:24px;gap:20px;width:100%}.page-header>div:first-child{display:flex;align-items:center;gap:24px;white-space:nowrap}.topbar{position:fixed;top:0;left:var(--sidebar-width);right:0;height:var(--topbar-height);background:#fffffff2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border-color);display:flex;align-items:center;justify-content:space-between;padding:0 24px;z-index:90;transition:left var(--transition)}.topbar.collapsed{left:var(--sidebar-collapsed)}.topbar-left{display:flex;align-items:center;gap:16px}.topbar-page-title{font-size:18px;font-weight:700;color:var(--text-primary)}.topbar-right{display:flex;align-items:center;gap:12px}.topbar-user{display:flex;align-items:center;gap:10px;padding:6px 12px;border-radius:var(--border-radius-sm);background:var(--bg-card);border:1px solid var(--border-color);cursor:pointer;transition:all var(--transition)}.topbar-user:hover{border-color:var(--border-color-focus)}.topbar-avatar{width:32px;height:32px;border-radius:50%;background:var(--color-primary);display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:600;color:#fff}.card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--border-radius);padding:18px;box-shadow:var(--shadow-card)}.card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.card-title{font-size:16px;font-weight:600;color:var(--text-primary)}.kpi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;margin-bottom:20px}.kpi-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--border-radius);padding:14px;display:flex;align-items:flex-start;gap:12px;transition:all var(--transition)}.kpi-card:hover{border-color:var(--color-primary);transform:translateY(-2px);box-shadow:var(--shadow-card),var(--glow-primary)}.kpi-icon{width:38px;height:38px;border-radius:var(--border-radius-sm);display:flex;align-items:center;justify-content:center;flex-shrink:0}.kpi-info{flex:1;min-width:0}.kpi-label{font-size:12px;color:var(--text-secondary);font-weight:500;margin-bottom:4px}.kpi-value{font-size:19px;font-weight:700;color:var(--text-primary);line-height:1.2}.btn{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;border-radius:var(--border-radius-sm);font-size:14px;font-weight:500;border:1px solid transparent;transition:all var(--transition);cursor:pointer;white-space:nowrap}.btn-primary{background:var(--color-primary);color:#fff}.filters-form{display:flex;flex-wrap:wrap;gap:16px;width:100%}@media (min-width: 769px){.filters-form{display:flex!important;flex-direction:row!important;align-items:flex-end!important;gap:20px!important;flex-wrap:nowrap!important;width:100%!important}.filters-form .form-group.search-group{flex:1!important;width:auto!important;min-width:400px!important}.filters-form .form-group.status-group{flex:none!important;width:250px!important}.filters-form .search-input-wrap,.filters-form .form-input,.filters-form .form-select{width:100%!important;max-width:none!important;height:38px!important}.filters-form .form-checkboxes{display:flex!important;flex-direction:column!important;gap:4px!important;padding-bottom:2px!important;white-space:nowrap!important}.filters-form .btn-primary{height:38px!important;min-width:100px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;margin-left:10px!important}.filters-card{padding:24px 30px!important;margin-bottom:24px!important}.page-header{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:space-between!important;margin-bottom:32px!important}}.month-navigator{display:flex!important;align-items:center!important;gap:12px!important;background:var(--bg-card)!important;padding:8px 12px!important;border-radius:12px!important;border:1px solid rgba(0,0,0,.06)!important;box-shadow:0 4px 12px #00000008!important;width:auto!important;flex:0 0 auto!important}.month-navigator button{background:#fff!important;border:1px solid #e2e8f0!important;border-radius:8px!important;width:34px!important;height:34px!important;display:flex!important;align-items:center!important;justify-content:center!important;color:var(--text-muted)!important;padding:0!important;transition:all .2s ease!important}.month-navigator button:hover{background:#f8fafc!important;border-color:var(--color-primary-light)!important;color:var(--color-primary)!important}.month-label{min-width:130px!important;text-align:center!important;font-weight:800!important;font-size:16px!important;color:var(--text-primary)!important}.filters-form .form-checkboxes label{font-size:12px!important;opacity:.8!important}.filters-form .btn-primary{grid-area:button!important;height:38px!important;min-width:120px!important;display:flex!important}.page-header{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:space-between!important;margin-bottom:24px!important}.page-header>div:first-child{flex:1!important}.month-navigator{margin-top:0!important;width:auto!important;min-width:200px!important}.search-input-wrap{position:relative!important;width:100%!important}.search-icon{position:absolute!important;left:12px!important;top:50%!important;transform:translateY(-50%)!important;color:var(--text-muted)!important;opacity:.7!important}.search-input-wrap .form-input{padding-left:40px!important}.btn-primary:hover{background:var(--color-primary-dark)}.btn-accent{background:var(--color-accent);color:#fff}.btn-accent:hover{background:var(--color-accent-dark)}.btn-ghost{background:transparent;color:var(--text-secondary);border-color:var(--border-color)}.btn-ghost:hover{background:var(--bg-card-alt);color:var(--text-primary)}.btn-danger{background:var(--color-danger);color:#fff}.btn-danger:hover{background:#dc2626}.btn-sm{padding:6px 12px;font-size:13px}.btn-lg{padding:12px 24px;font-size:16px}.btn-icon{padding:8px}.btn:disabled{opacity:.5;cursor:not-allowed}.form-group{display:flex;flex-direction:column;gap:6px}.form-label{font-size:13px;font-weight:500;color:var(--text-secondary)}.form-input,.form-select,.form-textarea{background:var(--bg-input);border:1px solid var(--border-color);border-radius:var(--border-radius-sm);color:var(--text-primary);padding:10px 14px;font-size:14px;transition:border-color var(--transition);width:100%}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px #00c9a726}.form-input::placeholder{color:var(--text-muted)}.form-select option{background:var(--bg-card)}.form-row{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.form-row-3{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.filters-bar{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;gap:12px;align-items:center;justify-content:flex-end;width:100%}.filters-bar>*{width:auto!important;flex:0 0 auto!important}.search-input-wrap{flex:1 1 300px;max-width:350px;position:relative}.form-error{font-size:12px;color:var(--color-danger)}.table-wrapper{overflow-x:auto;border-radius:var(--border-radius)}.table{width:100%;border-collapse:collapse}.table th{padding:12px 16px;text-align:left;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary);background:var(--bg-sidebar);border-bottom:1px solid var(--border-color);white-space:nowrap}.table td{padding:10px 14px;font-size:13px;color:var(--text-primary);border-bottom:1px solid var(--border-color)}.table tbody tr:hover{background:#00000005}.table tbody tr:last-child td{border-bottom:none}.badge{display:inline-flex;align-items:center;gap:4px;padding:3px 10px;border-radius:999px;font-size:12px;font-weight:600;white-space:nowrap}.badge-success{background:#22c55e26;color:#22c55e}.badge-warning{background:#f59e0b26;color:#f59e0b}.badge-danger{background:#ef444426;color:#ef4444}.badge-info{background:#38bdf826;color:#38bdf8}.badge-primary{background:#00c9a726;color:#00a889}.badge-muted{background:#0000000f;color:var(--text-secondary)}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--bg-overlay);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:200;display:flex;align-items:center;justify-content:center;padding:24px;animation:fadeIn .15s ease}.modal{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--border-radius-lg);box-shadow:var(--shadow-modal);width:100%;max-width:560px;max-height:90vh;overflow-y:auto;animation:slideUp .2s ease}.modal-lg{max-width:760px}.modal-xl{max-width:1100px}.modal-header{padding:20px 24px;border-bottom:1px solid var(--border-color);display:flex;align-items:center;justify-content:space-between}.modal-title{font-size:17px;font-weight:600}.modal-body{padding:24px}.modal-footer{padding:16px 24px;border-top:1px solid var(--border-color);display:flex;justify-content:flex-end;gap:12px}.page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.page-header h1{font-size:22px;font-weight:700}.page-header p{font-size:14px;color:var(--text-secondary);margin-top:2px}.filters-bar{display:flex;align-items:center;gap:12px;margin-bottom:20px;flex-wrap:wrap}.search-input-wrap{position:relative;flex:1;min-width:200px;max-width:360px}.search-input-wrap svg{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:var(--text-muted)}.search-input-wrap input{padding-left:40px}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:64px 24px;color:var(--text-muted);gap:12px}.empty-state svg{opacity:.3}.empty-state h3{font-size:16px;font-weight:600;color:var(--text-secondary)}.empty-state p{font-size:14px}.loading-spinner{width:24px;height:24px;border:2px solid rgba(255,255,255,.1);border-top-color:var(--color-primary);border-radius:50%;animation:spin .7s linear infinite}.charts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:16px;margin-bottom:20px}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--bg-app);background-image:radial-gradient(ellipse at 20% 20%,rgba(0,201,167,.1) 0%,transparent 60%),radial-gradient(ellipse at 80% 80%,rgba(1,67,54,.05) 0%,transparent 60%)}.login-box{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--border-radius-lg);padding:40px;width:100%;max-width:420px;box-shadow:var(--shadow-modal)}.login-logo{text-align:center;margin-bottom:32px}.login-logo-icon{width:56px;height:56px;background:var(--color-primary);border-radius:16px;display:inline-flex;align-items:center;justify-content:center;font-size:24px;margin-bottom:12px;box-shadow:var(--glow-primary)}.login-logo h1{font-size:22px;font-weight:700}.login-logo p{font-size:14px;color:var(--text-secondary);margin-top:4px}.pagination{display:flex;align-items:center;justify-content:flex-end;gap:8px;padding-top:16px}.pagination-info{font-size:13px;color:var(--text-secondary);margin-right:auto}.text-sm{font-size:13px}.text-xs{font-size:12px}.text-primary{color:var(--color-primary)}.text-success{color:var(--color-success)}.text-warning{color:var(--color-warning)}.text-danger{color:var(--color-danger)}.text-muted{color:var(--text-secondary)}.font-semibold{font-weight:600}.font-bold{font-weight:700}.flex{display:flex}.flex-col{flex-direction:column}.flex-center{display:flex;align-items:center;justify-content:center}.flex-between{display:flex;align-items:center;justify-content:space-between}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-end{justify-content:flex-end}.flex-1{flex:1}.gap-2{gap:8px}.gap-3{gap:12px}.gap-4{gap:16px}.gap-6{gap:24px}.mt-1{margin-top:4px}.mt-2{margin-top:8px}.mt-4{margin-top:16px}.mt-8{margin-top:32px}.mb-1{margin-bottom:4px}.mb-2{margin-bottom:8px}.mb-4{margin-bottom:16px}.mb-6{margin-bottom:24px}.mb-8{margin-bottom:32px}.bg-light{background:#f8fafc}.bg-primary{background:var(--color-primary)}.bg-primary-soft{background:#00c9a71a}.bg-success-soft{background:#22c55e1a}.bg-danger-soft{background:#ef44441a}.bg-info-soft{background:#38bdf81a}.shadow-sm{box-shadow:0 1px 2px #0000000d}.shadow-md{box-shadow:0 4px 6px -1px #0000001a}.rounded-lg{border-radius:var(--border-radius)}.rounded-xl{border-radius:var(--border-radius-lg)}.p-0{padding:0!important}.p-4{padding:16px}.p-6{padding:24px}.p-8{padding:32px}.p-10{padding:40px}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-white{color:#fff}.text-white-50{color:#ffffffb3}.uppercase{text-transform:uppercase}.animate-fade-in{animation:fadeIn .3s ease}.mx-auto{margin-left:auto;margin-right:auto}.w-full{width:100%}.min-vh-100{min-height:100vh}.max-w-4xl{max-width:896px}.py-8{padding-top:32px;padding-bottom:32px}.py-12{padding-top:48px;padding-bottom:48px}.px-4{padding-left:16px;padding-right:16px}.px-6{padding-left:24px;padding-right:24px}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}@media (min-width: 768px){.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:items-center{align-items:center}.md\:text-right{text-align:right}.md\:text-left{text-align:left}.md\:w-auto{width:auto}}.timeline{position:relative;padding-left:28px}.timeline:before{content:"";position:absolute;left:8px;top:0;bottom:0;width:2px;background:var(--border-color)}.timeline-item{position:relative;padding-bottom:20px}.timeline-item:before{content:"";position:absolute;left:-24px;top:4px;width:12px;height:12px;border-radius:50%;background:var(--color-primary);border:2px solid var(--bg-card)}.timeline-item.error:before{background:var(--color-danger)}.timeline-item.success:before{background:var(--color-success)}.timeline-time{font-size:11px;color:var(--text-muted)}.timeline-message{font-size:13px;margin-top:2px}.tabs-pill{display:inline-flex;background:#0000000d;padding:4px;border-radius:10px;gap:4px}.tab-pill-item{background:transparent;border:none;padding:6px 16px;font-size:13px;font-weight:600;color:var(--text-secondary);border-radius:8px;transition:all var(--transition);cursor:pointer}.tab-pill-item:hover{color:var(--text-primary)}.tab-pill-item.active{background:#fff;color:var(--color-primary);box-shadow:0 2px 8px #00000014}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(16px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes spin{to{transform:rotate(360deg)}}.spin{animation:spin .7s linear infinite}.mobile-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:99;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);animation:fadeIn .2s ease}.mobile-overlay.visible{display:block}@media (max-width: 768px){.sidebar{transform:translate(-100%);transition:transform .25s cubic-bezier(.4,0,.2,1),width var(--transition);z-index:100;box-shadow:none}.sidebar.mobile-open{transform:translate(0);box-shadow:4px 0 24px #00000026}.sidebar-footer{display:block}.main-content{margin-left:0!important}.topbar{left:0!important}.topbar-toggle-desktop{display:none}.page-container{padding:12px}.dashboard-bottom-grid{grid-template-columns:1fr}.btn{min-height:40px}.btn-sm{min-height:34px}.sidebar-item{padding:13px 20px;font-size:15px}.topbar{padding:0 14px}.topbar-user-info,.topbar-page-title{display:none!important}.page-header{display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:12px!important;width:auto!important;margin-bottom:4px!important}.hide-on-mobile{display:none!important}.page-header>div:first-child{display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:4px!important;width:100%!important;min-width:0!important;white-space:normal!important}.page-header h1{font-size:22px!important;font-weight:800!important;margin-bottom:4px!important;color:var(--text-primary)!important}.month-navigator{width:100%!important;justify-content:space-between!important;margin-bottom:12px!important}.renewals-container .card.filters-card{padding:12px!important;margin-bottom:20px!important;width:auto!important;box-sizing:border-box!important;overflow:hidden!important}.renewals-container .form-label{display:none!important}.renewals-container form.filters-form{display:grid!important;grid-template-columns:1fr 1fr!important;grid-template-areas:"search search" "status checkboxes" "button button"!important;gap:12px 16px!important;width:100%!important;box-sizing:border-box!important;align-items:center!important}.filters-form .search-group{grid-area:search!important;width:100%!important}.filters-form .status-group{grid-area:status!important;width:100%!important}.filters-form .form-checkboxes{grid-area:checkboxes!important;width:100%!important;margin:0!important}.filters-form .btn-primary{grid-area:button!important;width:100%!important}.filters-form .search-input-wrap,.filters-form .form-input,.filters-form .form-select{width:100%!important;box-sizing:border-box!important;height:44px!important;font-size:14px!important}.filters-form .form-checkboxes{display:flex!important;flex-direction:column!important;gap:8px!important;padding-top:4px!important}.filters-form .form-checkboxes{display:flex!important;flex-wrap:wrap!important;gap:8px 16px!important;padding-top:4px!important}.filters-form .form-checkboxes label{font-size:13px!important;color:var(--text-secondary)!important;display:flex!important;align-items:center!important;gap:6px!important}.filters-form .btn-primary{grid-area:button!important;height:40px!important;line-height:40px!important;padding:0!important;margin:0!important;width:100%!important;display:block!important;font-weight:600!important}.filters-bar{display:flex!important;flex-direction:column!important;width:100%!important;gap:12px!important}.form-row,.form-row-3{grid-template-columns:1fr}.kpi-grid{grid-template-columns:repeat(2,1fr);gap:8px}.kpi-value{font-size:16px}.charts-grid{grid-template-columns:1fr}.table-wrapper{overflow-x:hidden!important;width:100%!important;margin-top:16px!important;padding:0 12px 12px!important;border:none!important;box-sizing:border-box!important}.table,.table thead,.table tbody,.table th,.table td,.table tr{display:block!important;width:100%!important}.table thead tr{position:absolute;top:-9999px;left:-9999px}.table tr{background:#fff;border:1px solid var(--border-color);border-radius:12px;margin-bottom:20px;padding:4px 16px 16px;box-shadow:0 4px 12px #0000000d;display:grid!important;grid-template-columns:1fr 1fr;gap:0}.table td{border:none!important;position:relative;padding:8px 0 4px!important;white-space:normal!important;text-align:left!important;font-size:13px;border-bottom:none!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:flex-start!important;grid-column:span 2}.table td:before{display:block!important;position:static!important;transform:none!important;width:auto!important;margin-bottom:2px!important;font-weight:700;color:var(--text-muted);font-size:10px;text-transform:uppercase;letter-spacing:1px;pointer-events:none}.table td:nth-of-type(1){grid-column:span 2;order:1}.table td:nth-of-type(3){grid-column:span 2;order:2}.table td:nth-of-type(2){grid-column:span 1;order:3;padding-right:8px!important}.table td:nth-of-type(4){grid-column:span 1;order:4;padding-left:12px!important}.table td:nth-of-type(5){grid-column:span 1;order:5;padding-right:8px!important}.table td:nth-of-type(6){grid-column:span 1;order:6;padding-left:12px!important}.table td:nth-of-type(7){grid-column:span 2;order:7}.table td:nth-of-type(8){grid-column:span 2;order:8;border-bottom:none!important}.table td:nth-of-type(1):before{content:"Cliente"}.table td:nth-of-type(2):before{content:"Produto"}.table td:nth-of-type(3):before{content:"Contador"}.table td:nth-of-type(4):before{content:"Valor"}.table td:nth-of-type(5):before{content:"Cobrança"}.table td:nth-of-type(6):before{content:"Certificado"}.table td:nth-of-type(7):before{content:"Data"}.table td:nth-of-type(8):before{content:"Ações"}.table td:last-child{padding:16px 0 0!important;margin-top:8px;border-top:1px solid var(--border-color)!important;flex-direction:row!important;flex-wrap:wrap!important;gap:8px!important}.table td:last-child:before{display:none!important}.table td:last-child .filters-bar{display:flex!important;flex-direction:row!important;flex-wrap:wrap!important;gap:8px!important;width:auto!important}.table td:last-child .btn-icon{width:44px!important;height:44px!important;min-width:44px!important;display:flex!important;align-items:center!important;justify-content:center!important;background:var(--bg-surface)!important;border:1px solid var(--border-color)!important;border-radius:12px!important;transition:all .2s ease!important}.table td:last-child .btn-primary.btn-icon{background:var(--color-primary)!important;border-color:var(--color-primary-dark)!important;color:#fff!important}.table td:last-child .btn-icon svg{width:20px!important;height:20px!important}.table td:last-child .btn-primary.btn-icon svg{color:#fff!important}.renewals-container .table td:nth-of-type(1):before{content:"Cliente"}.renewals-container .table td:nth-of-type(2):before{content:"Certificado"}.renewals-container .table td:nth-of-type(3):before{content:"Vencimento"}.renewals-container .table td:nth-of-type(4):before{content:"Status"}.renewals-container .table td:nth-of-type(5):before{content:"Último Contato"}.renewals-container .table td:nth-of-type(6):before{content:"Ações"}.renewals-container .table td:nth-of-type(1){grid-column:span 2;order:1}.renewals-container .table td:nth-of-type(2){grid-column:span 2;order:2}.renewals-container .table td:nth-of-type(3){grid-column:span 1;order:3;padding-right:8px!important}.renewals-container .table td:nth-of-type(4){grid-column:span 1;order:4;padding-left:12px!important}.renewals-container .table td:nth-of-type(5){grid-column:span 2;order:5}.renewals-container .table td:nth-of-type(6){grid-column:span 2;order:6}.modal-overlay{padding:0;align-items:flex-end;overflow-x:hidden!important;-webkit-overflow-scrolling:touch}.modal,.modal-lg,.modal-xl{width:100%!important;max-width:100vw!important;margin:0!important;border-radius:20px 20px 0 0!important;height:92vh!important;overflow-x:hidden!important;position:relative!important}.client-form-modal Hr,.counter-form-modal Hr{margin:12px 0!important}.client-form-modal .modal-body{padding:16px!important}.client-form-modal .modal-body>div[style*="display: flex"],.client-form-modal .modal-body>div[style*="display:flex"],.counter-form-modal form .modal-body div[style*="display: flex"],.counter-form-modal form .modal-body div[style*="display:flex"],.counter-form-modal .form-row,.counter-form-modal .form-row-3{display:flex!important;flex-direction:column!important;gap:12px!important;align-items:stretch!important;margin-bottom:12px!important}.client-form-modal .form-group,.counter-form-modal .form-group{width:100%!important;max-width:100%!important;flex:none!important;margin:0!important}.modal-tabs-scroll{width:100%!important;overflow-x:auto!important;white-space:nowrap!important;display:flex!important;flex-wrap:nowrap!important;-webkit-overflow-scrolling:touch!important;touch-action:pan-x!important;overscroll-behavior-x:contain!important;padding:0!important;scrollbar-width:none!important;box-sizing:border-box!important;border-bottom:1px solid var(--border-color)!important}.modal-tabs-scroll::-webkit-scrollbar{display:none!important}.modal-tabs-scroll button{flex:0 0 auto!important;padding:12px 16px!important;font-size:13px!important}.counter-form-modal .table,.counter-form-modal .table tbody,.counter-form-modal .table tr,.counter-form-modal .table td{display:block!important;width:100%!important;box-sizing:border-box!important}.counter-form-modal .table thead{display:none!important}.counter-form-modal .table tr{border:1px solid var(--border-color)!important;border-radius:10px!important;padding:12px!important;margin-bottom:12px!important;background:var(--bg-card-alt)!important}.counter-form-modal .table td{padding:6px 0!important;border:none!important;border-bottom:1px dashed rgba(0,0,0,.05)!important;display:flex!important;justify-content:space-between!important;align-items:center!important}.counter-form-modal .table td:last-child{border-bottom:none!important}.counter-form-modal .table td:before{content:attr(data-label);font-weight:700;font-size:11px;color:var(--text-muted);text-transform:uppercase}.counter-form-modal .table td input{text-align:right!important;width:140px!important}.contacts-mobile-cards .table tr{display:flex!important;flex-direction:column!important;padding:20px!important;border:1px solid var(--border-color)!important;border-radius:16px!important;margin-bottom:20px!important;position:relative!important;background:#fff!important;box-shadow:0 4px 15px #0000000d!important;gap:12px!important}.contacts-mobile-cards .table td{border:none!important;padding:0!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:flex-start!important;width:100%!important}.contacts-mobile-cards .table td:nth-child(1){border-bottom:2px solid var(--border-color)!important;padding-bottom:12px!important;margin-bottom:4px!important}.contacts-mobile-cards .table td:nth-child(1){font-size:18px!important;font-weight:850!important;color:var(--color-primary)!important;text-transform:uppercase!important;letter-spacing:.8px!important}.contacts-mobile-cards .table td:nth-child(2),.contacts-mobile-cards .table td:nth-child(3),.contacts-mobile-cards .table td:nth-child(4){margin-bottom:2px!important}.contacts-mobile-cards .table td:nth-child(5){position:absolute!important;bottom:10px!important;right:10px!important;width:auto!important;z-index:2!important}.contacts-mobile-cards .table td:nth-child(5) .btn-icon{background:#fff1f2!important;color:#e11d48!important;border-radius:8px!important;border:1px solid #fecaca!important;width:32px!important;height:32px!important;display:flex!important;align-items:center!important;justify-content:center!important}.contacts-mobile-cards .table td:nth-child(5) .btn-icon svg{width:14px!important;height:14px!important}.contacts-mobile-cards .table td:before{content:attr(data-label)!important;font-weight:800!important;font-size:9px!important;color:var(--text-muted)!important;text-transform:uppercase!important;margin-bottom:2px!important;display:block!important;letter-spacing:.3px!important}.contacts-mobile-cards .table td:nth-child(1):before,.contacts-mobile-cards .table td:nth-child(5):before{display:none!important}.counter-form-modal .form-row-3{display:flex!important;flex-direction:column!important;gap:12px!important}.counter-form-modal .form-row-3 button{width:100%!important;height:44px!important;margin-top:4px!important}#root .counter-form-modal .pricing-mobile-cards .table tr{display:grid!important;grid-template-areas:"head head head" "comm comm stat" "cust vend maxx"!important;grid-template-columns:1fr 1fr 1fr!important;padding:16px!important;border:1px solid var(--border-color)!important;border-radius:14px!important;margin-bottom:16px!important;background:#fff!important;box-shadow:0 4px 12px #0000000d!important;gap:12px 6px!important;width:100%!important;box-sizing:border-box!important}#root .counter-form-modal .pricing-mobile-cards .table td{border:none!important;padding:0!important;margin:0!important;gap:0!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;min-width:0!important;width:100%!important}#root .counter-form-modal .pricing-mobile-cards .table td[data-label=Produto]{grid-area:head!important}#root .counter-form-modal .pricing-mobile-cards .table td[data-label=Comissão]{grid-area:comm!important}#root .counter-form-modal .pricing-mobile-cards .table td[data-label=Habilitado]{grid-area:stat!important}#root .counter-form-modal .pricing-mobile-cards .table td[data-label=Custo]{grid-area:cust!important}#root .counter-form-modal .pricing-mobile-cards .table td[data-label="Venda Padrão"]{grid-area:vend!important}#root .counter-form-modal .pricing-mobile-cards .table td[data-label="Máx Venda"]{grid-area:maxx!important}#root .counter-form-modal .pricing-mobile-cards .table td[data-label=Produto]{border-bottom:2px solid #f1f5f9!important;padding-bottom:8px!important;margin-bottom:2px!important;font-size:15px!important;font-weight:850!important;color:var(--color-primary)!important;text-transform:uppercase!important}#root .counter-form-modal .pricing-mobile-cards .table td:before{content:attr(data-label)!important;font-weight:800!important;font-size:8.5px!important;color:var(--text-muted)!important;text-transform:uppercase!important;margin:0 0 6px!important;padding:0!important;display:block!important;white-space:nowrap!important;letter-spacing:.1px!important;line-height:1!important;height:10px!important}#root .counter-form-modal .pricing-mobile-cards .table td[data-label=Produto]:before{display:none!important}#root .counter-form-modal .pricing-mobile-cards .form-input,#root .counter-form-modal .pricing-mobile-cards .form-select{width:100%!important;height:36px!important;font-size:13px!important;border-radius:8px!important;padding:0 8px!important;background:#fbfbfc!important;border:1px solid var(--border-color)!important}#root .counter-form-modal .pricing-mobile-cards .table .form-input{text-align:right!important}#root .counter-form-modal .pricing-mobile-cards .table td[data-label=Habilitado] label{margin-top:0!important;height:36px!important;display:flex!important;align-items:center!important;gap:6px!important;width:100%!important}#root .counter-form-modal .pricing-mobile-cards .table td[data-label=Habilitado] label input{margin:0!important;width:16px!important;height:16px!important;accent-color:var(--color-primary)!important;flex-shrink:0!important}#root .counter-form-modal .pricing-mobile-cards .table td[data-label=Habilitado] label span{font-size:13px!important;font-weight:650!important;color:var(--text-color)!important;display:inline-block!important;white-space:nowrap!important}#root .counter-form-modal .finance-mobile-cards .table tr{display:grid!important;grid-template-areas:"ref date" "desc val"!important;grid-template-columns:1fr 1fr!important;padding:18px!important;border:1px solid var(--border-color)!important;border-radius:16px!important;margin-bottom:20px!important;background:#fff!important;box-shadow:0 4px 15px #0000000d!important;gap:16px 12px!important;width:100%!important;box-sizing:border-box!important}#root .counter-form-modal .finance-mobile-cards .table td{border:none!important;padding:0!important;margin:0!important;gap:0!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;min-width:0!important;width:100%!important}#root .counter-form-modal .finance-mobile-cards .table td[data-label=Referência]{grid-area:ref!important;grid-column:1!important;grid-row:1!important;order:1!important}#root .counter-form-modal .finance-mobile-cards .table td[data-label="Data Pagto"]{grid-area:date!important;grid-column:2!important;grid-row:1!important;order:2!important}#root .counter-form-modal .finance-mobile-cards .table td[data-label=Descrição]{grid-area:desc!important;grid-column:1!important;grid-row:2!important;order:3!important}#root .counter-form-modal .finance-mobile-cards .table td[data-label=Valor]{grid-area:val!important;grid-column:2!important;grid-row:2!important;order:4!important}#root .counter-form-modal .finance-mobile-cards .table td[data-label=Referência]{border-bottom:none!important;padding-bottom:2px!important;margin-bottom:2px!important;font-size:16px!important;font-weight:850!important;color:var(--color-primary)!important;text-transform:uppercase!important}#root .counter-form-modal .finance-mobile-cards .table td[data-label=Valor]{background:#f8fafc!important;padding:3px 6px!important;border-radius:10px!important;margin-top:0!important;align-items:center!important;justify-content:center!important;text-align:center!important}.finance-mobile-cards .table td[data-label=Valor] .fmt-currency{font-size:18px!important;font-weight:800!important}#root .counter-form-modal .finance-mobile-cards .table td:before{content:attr(data-label)!important;font-weight:800!important;font-size:9px!important;color:var(--text-muted)!important;text-transform:uppercase!important;margin-bottom:4px!important;display:block!important;letter-spacing:.1px!important}#root .counter-form-modal .finance-mobile-cards .table td[data-label=Referência]:before{content:"COMISSÃO"!important;display:block!important}#root .counter-form-modal .finance-mobile-cards .table td[data-label=Valor]:before{content:"VALOR"!important;display:block!important;margin-bottom:2px!important;width:100%!important;text-align:center!important}.contadores-container .page-header{display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:12px!important;margin-bottom:8px!important}.contadores-container .filters-bar{display:flex!important;flex-direction:column!important;gap:12px!important;width:100%!important}.contadores-container .filters-bar>*{width:100%!important;flex:none!important;margin:0!important}.contadores-container .table,.contadores-container .table thead,.contadores-container .table tbody,.contadores-container .table tr,.contadores-container .table td{display:block!important;width:100%!important;box-sizing:border-box!important}.contadores-container .table thead{display:none!important}.contadores-container .table tr{display:grid!important;grid-template-columns:1fr 1fr!important;gap:4px 16px!important;margin-bottom:16px!important;border:1px solid var(--border-color)!important;border-radius:12px!important;background:#fff!important;padding:10px 16px 4px!important;box-shadow:0 4px 14px #0000000d!important;position:relative!important}.contadores-container .table td{display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:flex-start!important;text-align:left!important;padding:0!important;border:none!important}.contadores-container .table td:nth-of-type(1){grid-column:span 2!important;border-bottom:1px solid #f1f5f9;padding-bottom:2px!important;margin-bottom:2px!important;order:1!important}.contadores-container .table td:nth-of-type(3){grid-column:span 1!important;order:2!important}.contadores-container .table td:nth-of-type(2){grid-column:span 1!important;order:3!important}.contadores-container .table td:nth-of-type(4){grid-column:span 1!important;order:4!important}.contadores-container .table td:nth-of-type(5){grid-column:span 1!important;order:5!important}.contadores-container .table td:nth-of-type(6){grid-column:span 1!important;order:6!important}.contadores-container .table td:nth-of-type(8){grid-column:span 1!important;order:7!important}.contadores-container .table td:nth-of-type(7){position:absolute!important;top:6px!important;right:10px!important;grid-column:none!important;width:auto!important;z-index:2!important}.contadores-container .table td:nth-of-type(8){border:none!important;padding:0!important;align-items:flex-end!important;justify-content:flex-end!important}.contadores-container .table td:before{font-weight:600!important;color:var(--text-muted)!important;font-size:10px!important;text-transform:uppercase!important;margin-bottom:1px!important;display:block!important}.contadores-container .table td:nth-of-type(1):before{content:"CONTADOR"}.contadores-container .table td:nth-of-type(2):before{content:"DOCUMENTO"}.contadores-container .table td:nth-of-type(3):before{content:"CRC"}.contadores-container .table td:nth-of-type(4):before{content:"MODALIDADE"}.contadores-container .table td:nth-of-type(5):before{content:"SALDO/LIMITE"}.contadores-container .table td:nth-of-type(6):before{content:"CLIENTES"}.contadores-container .table td:nth-of-type(7):before{display:none!important}.contadores-container .table td:nth-of-type(8):before{display:none!important}.contadores-container .table td:nth-of-type(1) div:first-child{font-size:14.5px!important;font-weight:800!important;color:var(--text-primary)!important;margin-bottom:2px!important}.contadores-container .table td:nth-of-type(1) div:last-child{font-size:11px!important;opacity:.8!important}.contadores-container .table td{font-size:13px!important;color:var(--text-secondary)!important}.contadores-container .table td:nth-of-type(8) .filters-bar{flex-direction:row!important;gap:2px!important;width:auto!important}.clients-container .page-header{display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:12px!important;margin-bottom:8px!important}.clients-container .filters-bar{display:flex!important;flex-direction:column!important;gap:12px!important;width:100%!important}.clients-container .filters-bar>*{width:100%!important;flex:none!important;margin:0!important}.clients-container .filters-bar .btn-primary{order:4!important;height:46px!important;font-weight:700!important}.clients-container .table,.clients-container .table thead,.clients-container .table tbody,.clients-container .table tr,.clients-container .table td{display:block!important;width:100%!important;box-sizing:border-box!important}.clients-container .table thead{display:none!important}.clients-container .table tr{display:grid!important;grid-template-columns:1fr 1fr!important;gap:12px 16px!important;margin-bottom:16px!important;border:1px solid var(--border-color)!important;border-radius:12px!important;background:#fff!important;padding:16px!important;box-shadow:0 4px 14px #0000000d!important;position:relative!important}.clients-container .table td{display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:flex-start!important;text-align:left!important;padding:0!important;border:none!important;min-height:0!important}.clients-container .table td:nth-of-type(1){grid-column:span 2!important;border-bottom:1px solid #f1f5f9;padding-bottom:4px!important;margin-bottom:2px!important;order:1!important}.clients-container .table td:nth-of-type(2){grid-column:span 1!important;order:2!important}.clients-container .table td:nth-of-type(5){grid-column:span 1!important;order:3!important}.clients-container .table td:nth-of-type(4){grid-column:span 2!important;order:4!important}.clients-container .table td:nth-of-type(6){grid-column:span 2!important;order:5!important}.clients-container .table td:nth-of-type(3){display:none!important}.clients-container .table td:nth-of-type(7){position:absolute!important;top:14px!important;right:14px!important;grid-column:none!important;width:auto!important;z-index:2!important;-webkit-backdrop-filter:blur(2px)!important;backdrop-filter:blur(2px)!important}.clients-container .table td:nth-of-type(8){position:absolute!important;bottom:14px!important;right:14px!important;grid-column:none!important;width:auto!important;border:none!important;padding:0!important;background:none!important;z-index:3!important;pointer-events:auto!important}.clients-container .table td:nth-of-type(8) .filters-bar,.clients-container .table td:nth-of-type(7) .filters-bar{display:flex!important;flex-direction:row!important;gap:4px!important;width:auto!important;margin-bottom:0!important}.clients-container .table td:before{font-weight:600!important;color:var(--text-muted)!important;font-size:10px!important;text-transform:uppercase!important;margin-bottom:4px!important;display:block!important}.clients-container .table td:nth-of-type(1):before{content:"CLIENTE"}.clients-container .table td:nth-of-type(2):before{content:"DOCUMENTO"}.clients-container .table td:nth-of-type(3):before{display:none!important}.clients-container .table td:nth-of-type(4):before{content:"E-MAIL"}.clients-container .table td:nth-of-type(5):before{content:"TELEFONE"}.clients-container .table td:nth-of-type(6):before{content:"CONTADOR"}.clients-container .table td:nth-of-type(7):before{display:none!important}.clients-container .table td:nth-of-type(8):before{display:none!important}.clients-container .table td:nth-of-type(1){font-size:14.5px!important;font-weight:800!important;color:var(--text-primary)!important}.clients-container .table td{font-size:13px!important;color:var(--text-secondary)!important;word-break:normal!important;overflow-wrap:break-word!important}.clients-container .table td div,.clients-container .table td span{margin:0!important}.clients-container .table td:nth-of-type(8) .btn-icon{width:44px!important;height:44px!important;border-radius:12px!important;background:#fff!important;border:1px solid rgba(0,0,0,.08)!important;box-shadow:0 4px 10px #00000008!important;pointer-events:auto!important}.modal,.modal-lg,.modal-xl{max-width:100%;max-height:95vh;border-radius:var(--border-radius-lg) var(--border-radius-lg) 0 0}.modal-body,.modal-header{padding:16px}.modal-footer{padding:12px 16px;flex-wrap:wrap}.products-mobile-grid .table tr{display:grid!important;grid-template-columns:1fr 1fr!important;gap:12px 16px!important;margin-bottom:16px!important;border:1px solid var(--border-color)!important;border-radius:12px!important;background:#fff!important;padding:14px 16px!important;box-shadow:0 4px 14px #0000000d!important;position:relative!important;min-height:140px!important}.products-mobile-grid{margin-top:0!important;padding:0!important;border:none!important}.product-list-card{padding:0!important;background:transparent!important;border:none!important;box-shadow:none!important}.product-list-card .table-wrapper{margin-top:0!important;padding:0!important;border:none!important;overflow-x:hidden!important}.products-mobile-grid .table thead{display:none!important;height:0!important;overflow:hidden!important}.products-mobile-grid .table td{display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:flex-start!important;text-align:left!important;padding:0!important;border:none!important}.products-mobile-grid .table td:nth-of-type(1){grid-column:span 1!important;order:1!important}.products-mobile-grid .table td:nth-of-type(2){grid-column:span 1!important;order:2!important}.products-mobile-grid .table td:nth-of-type(3){grid-column:span 1!important;order:3!important}.products-mobile-grid .table td:nth-of-type(4){grid-column:span 1!important;order:4!important}.products-mobile-grid .table td:nth-of-type(5){grid-column:span 1!important;order:5!important}.products-mobile-grid .table td:nth-of-type(6){grid-column:span 1!important;order:6!important}.products-mobile-grid .table td:nth-of-type(7){position:absolute!important;top:14px!important;right:14px!important;width:auto!important;z-index:2!important;align-items:flex-end!important}.products-mobile-grid .table td:nth-of-type(8){position:absolute!important;bottom:16px!important;right:16px!important;width:auto!important;z-index:2!important;display:flex!important;align-items:center!important;justify-content:center!important;margin:0!important;padding:0!important}.products-mobile-grid .table td:nth-of-type(8) .btn-icon{width:42px!important;height:42px!important;border-radius:12px!important;background:#fff!important;border:1px solid rgba(0,0,0,.06)!important;box-shadow:0 4px 14px #0000000f!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:0!important;transition:all .2s ease!important}.products-mobile-grid .table td:nth-of-type(8) .btn-icon svg{width:22px!important;height:22px!important;color:var(--text-secondary)!important}.products-mobile-grid .table td:before{font-weight:600!important;color:var(--text-muted)!important;font-size:9px!important;text-transform:uppercase!important;margin-bottom:2px!important;display:block!important;letter-spacing:.5px!important;opacity:.7!important}.products-mobile-grid .table td:nth-of-type(1):before{content:"NOME"}.products-mobile-grid .table td:nth-of-type(2):before{content:"TIPO"}.products-mobile-grid .table td:nth-of-type(3):before{content:"MÍDIA"}.products-mobile-grid .table td:nth-of-type(4):before{content:"VALIDADE"}.products-mobile-grid .table td:nth-of-type(5):before{content:"PREÇO BASE"}.products-mobile-grid .table td:nth-of-type(6):before{content:"API PRODUCT ID"}.products-mobile-grid .table td:nth-of-type(7):before{content:"STATUS";display:block!important}.products-mobile-grid .table td:nth-of-type(8):before{display:none!important}.users-mobile-grid .table tr{display:grid!important;grid-template-columns:1fr 1fr!important;gap:12px 16px!important;margin-bottom:20px!important;border:1px solid var(--border-color)!important;border-radius:16px!important;background:#fff!important;padding:18px!important;box-shadow:0 4px 15px #0000000d!important;position:relative!important;min-height:160px!important}.users-mobile-grid .table thead{display:none!important}.users-mobile-grid .table td{display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:flex-start!important;text-align:left!important;padding:0!important;border:none!important}.users-mobile-grid .table td:nth-of-type(1){grid-column:span 2!important;border-bottom:1px solid #f1f5f9;padding-bottom:12px!important;margin-bottom:4px!important;order:1!important}.users-mobile-grid .table td:nth-of-type(2){grid-column:span 1!important;order:2!important}.users-mobile-grid .table td:nth-of-type(3){grid-column:span 1!important;order:3!important}.users-mobile-grid .table td:nth-of-type(5){grid-column:span 2!important;order:4!important;margin-top:4px!important}.users-mobile-grid .table td:nth-of-type(4){position:absolute!important;top:14px!important;right:14px!important;width:auto!important;z-index:2!important}.users-mobile-grid .table td:nth-of-type(6){position:absolute!important;bottom:14px!important;right:14px!important;width:auto!important;z-index:3!important;pointer-events:auto!important}.users-mobile-grid .table td:last-child .filters-bar{display:flex!important;flex-direction:row!important;gap:8px!important;width:auto!important;margin-bottom:0!important}.users-mobile-grid .table td:before{font-weight:700!important;color:var(--text-muted)!important;font-size:10px!important;text-transform:uppercase!important;margin-bottom:6px!important;display:block!important;letter-spacing:.5px!important}.users-mobile-grid .table td:nth-of-type(1):before{content:"USUÁRIO"}.users-mobile-grid .table td:nth-of-type(2):before{content:"PERFIL"}.users-mobile-grid .table td:nth-of-type(3):before{content:"ACESSO"}.users-mobile-grid .table td:nth-of-type(4):before{display:none!important}.users-mobile-grid .table td:nth-of-type(5):before{content:"ÚLTIMO LOGIN"}.users-mobile-grid .table td:nth-of-type(6):before{display:none!important}.users-page .page-header{display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:16px!important;margin-bottom:20px!important;text-align:left!important}.users-page .card:has(.form-input){padding:16px!important;margin-bottom:16px!important}.users-page .card:has(.form-input)>div{display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:12px!important}.users-page .card:has(.form-input) .form-select{width:100%!important;height:44px!important}.users-page .card:has(.form-input) .form-input{height:44px!important}.desktop-only{display:none!important}.mobile-only{display:block!important}.tabs-scroll{width:100%!important;overflow-x:auto!important;white-space:nowrap!important;display:flex!important;flex-wrap:nowrap!important;gap:0!important;-webkit-overflow-scrolling:touch!important;touch-action:pan-x!important;overscroll-behavior-x:contain!important;scrollbar-width:none!important}.tabs-scroll::-webkit-scrollbar{display:none!important}.relatorios-container .page-header{flex-direction:column!important;align-items:stretch!important;gap:16px!important}.relatorios-container .page-header .tabs-pill{width:100%!important;margin:0!important;display:flex!important;gap:4px!important;padding:4px!important;background:#f1f5f9;border-radius:12px}.relatorios-container .tab-pill-item{flex:1!important;justify-content:center!important;text-align:center!important;padding:10px 4px!important;font-size:13px!important}.relatorios-container .filters-bar{flex-direction:row!important;flex-wrap:wrap!important;align-items:flex-end!important;gap:12px!important}.relatorios-container .filters-bar .form-group{flex:1 1 40%!important;max-width:none!important;margin-bottom:0!important}.relatorios-container .commission-total-card{flex:0 0 100%!important;width:100%!important;margin-top:4px!important;text-align:center!important;padding:16px!important}.relatorios-container .card:has(.relatorio-mobile-grid),.relatorios-container .card:has(.resumo-mobile-grid){background:transparent!important;border:none!important;box-shadow:none!important;padding:0!important}.relatorio-mobile-grid,.resumo-mobile-grid{margin-top:0!important}.relatorio-mobile-grid .table thead,.resumo-mobile-grid .table thead{display:none!important}.relatorio-mobile-grid .table tr{display:grid!important;grid-template-columns:auto 1fr auto!important;gap:8px 12px!important;margin-bottom:16px!important;border:1px solid var(--border-color)!important;border-radius:12px!important;background:#fff!important;padding:16px!important;position:relative!important}.relatorio-mobile-grid .table td{display:flex!important;flex-direction:column!important;align-items:flex-start!important;padding:0!important;border:none!important}.relatorio-mobile-grid .table td:before{font-weight:700!important;color:var(--text-muted)!important;font-size:9px!important;text-transform:uppercase!important;margin-bottom:4px!important;letter-spacing:.5px!important;display:block!important}.relatorio-mobile-grid .table td:nth-of-type(1):before{content:"DATA"}.relatorio-mobile-grid .table td:nth-of-type(2):before{content:"CLIENTE / PEDIDO"}.relatorio-mobile-grid .table td:nth-of-type(3):before{content:"PRODUTO"}.relatorio-mobile-grid .table td:nth-of-type(4):before{display:none!important}.relatorio-mobile-grid .table td:nth-of-type(1){grid-column:1!important;order:1!important;min-width:80px!important}.relatorio-mobile-grid .table td:nth-of-type(3){grid-column:2!important;order:2!important;align-items:center!important;text-align:center!important}.relatorio-mobile-grid .table td:nth-of-type(4){grid-column:3!important;order:3!important;position:static!important;align-items:flex-end!important;text-align:right!important;font-size:16px!important}.relatorio-mobile-grid .table td:nth-of-type(2){grid-column:span 3!important;order:4!important;border-top:1px solid #f1f5f9;padding-top:10px!important;margin-top:4px!important}.relatorios-container .table,.relatorios-container .table tbody{display:block!important;width:100%!important}.resumo-mobile-grid .table tr{display:grid!important;grid-template-columns:1fr 1fr 1fr!important;grid-template-rows:auto auto auto!important;gap:8px 16px!important;margin-bottom:16px!important;border:1px solid var(--border-color)!important;border-radius:12px!important;background:#fff!important;padding:16px!important;position:relative!important;width:100%!important;box-sizing:border-box!important}.relatorios-container .resumo-mobile-grid .table tbody tr td{display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:flex-start!important;padding:0!important;margin:0!important;border:none!important;background:none!important;min-height:0!important;order:unset!important}.relatorios-container .resumo-mobile-grid .table tbody tr td:before{font-weight:700!important;color:var(--text-muted)!important;font-size:10px!important;text-transform:uppercase!important;margin-bottom:4px!important;display:block!important;opacity:.7}.relatorios-container .resumo-mobile-grid .table tbody tr td:nth-of-type(1):before{content:"COMPETÊNCIA"!important}.relatorios-container .resumo-mobile-grid .table tbody tr td:nth-of-type(2):before{content:"VENDAS"!important}.relatorios-container .resumo-mobile-grid .table tbody tr td:nth-of-type(3):before{content:"COMISSÃO"!important}.relatorios-container .resumo-mobile-grid .table tbody tr td:nth-of-type(4):before{display:none!important}.relatorios-container .resumo-mobile-grid .table tbody tr td:nth-of-type(5):before{content:"PAGAMENTO"!important}.relatorios-container .resumo-mobile-grid .table tbody tr td:nth-of-type(1){grid-column:span 3!important;grid-row:1!important;order:1!important;border-bottom:1px solid #f1f5f9;padding-bottom:8px!important;margin-bottom:4px!important}.relatorios-container .resumo-mobile-grid .table tbody tr td:nth-of-type(2),.relatorios-container .resumo-mobile-grid .table tbody tr td:nth-of-type(3),.relatorios-container .resumo-mobile-grid .table tbody tr td:nth-of-type(5){grid-row:2!important;display:flex!important;align-self:flex-start!important}.relatorios-container .resumo-mobile-grid .table tbody tr td:nth-of-type(2){grid-column:1!important;order:2!important}.relatorios-container .resumo-mobile-grid .table tbody tr td:nth-of-type(3){grid-column:2!important;order:3!important;align-items:center!important;text-align:center!important}.relatorios-container .resumo-mobile-grid .table tbody tr td:nth-of-type(5){grid-column:3!important;order:5!important;align-items:flex-end!important;text-align:right!important}.relatorios-container .resumo-mobile-grid .table tbody tr td:nth-of-type(5){gap:0!important}.relatorios-container .resumo-mobile-grid .table tbody tr td:nth-of-type(5)>div{display:contents!important}.relatorios-container .resumo-mobile-grid .table tbody tr td:nth-of-type(5) div div{margin:0!important;padding:0!important;display:block!important;line-height:1.2!important}.relatorios-container .resumo-mobile-grid .table tbody tr td:nth-of-type(4){position:absolute!important;top:16px!important;right:16px!important;width:auto!important;display:block!important;z-index:5!important;min-height:0!important;order:4!important}.comissoes-header{flex-direction:row!important;justify-content:space-between!important;align-items:center!important;margin-bottom:20px!important;gap:12px!important;width:100%!important}.comissoes-header>div:first-child h1{font-size:18px!important;margin-bottom:0!important;white-space:nowrap!important}.comissoes-header>div:first-child p{display:none!important}.comissoes-header .filters-bar{width:auto!important;flex:0 0 auto!important;margin:0!important}.comissoes-header .filters-bar>div:first-child{flex:0 0 auto!important;width:auto!important;min-width:0!important;gap:2px!important}.comissoes-header .filters-bar .btn-icon{width:28px!important;height:28px!important;min-width:28px!important;padding:0!important}.comissoes-header .filters-bar div:nth-child(2){font-size:13px!important;padding:0 6px!important;min-width:90px!important;white-space:nowrap!important}.comissoes-table-container{background:transparent!important;border:none!important;box-shadow:none!important;padding:0!important;margin:0!important}.comissoes-mobile-grid{margin-top:0!important;padding-top:0!important;background:transparent!important}.comissoes-mobile-grid .table thead{display:none!important}.summary-cards-container{flex-direction:row!important;flex-wrap:wrap!important;gap:10px!important}.summary-cards-container>div{min-width:0!important}.summary-cards-container>div:nth-child(1),.summary-cards-container>div:nth-child(2){flex:1 1 calc(50% - 6px)!important;padding:12px 10px!important;gap:8px!important}.summary-cards-container>div:nth-child(1) div:last-child div:last-child,.summary-cards-container>div:nth-child(2) div:last-child div:last-child{font-size:16px!important}.summary-cards-container>div:nth-child(3){flex:1 1 100%!important}.comissoes-mobile-grid .table tr{display:grid!important;grid-template-columns:1fr 1fr 1.2fr!important;gap:12px 12px!important;margin-bottom:16px!important;border:1px solid var(--border-color)!important;border-radius:12px!important;background:#fff!important;padding:16px!important;box-shadow:0 4px 14px #0000000d!important;position:relative!important}.comissoes-mobile-grid .table td{display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:flex-start!important;text-align:left!important;padding:0!important;border:none!important}.comissoes-mobile-grid .table td:nth-of-type(1){grid-column:span 3!important;order:1!important;margin-bottom:4px!important;padding-right:90px!important}.comissoes-mobile-grid .table td:nth-of-type(2){grid-column:span 1!important;order:2!important}.comissoes-mobile-grid .table td:nth-of-type(3){grid-column:span 1!important;order:3!important}.comissoes-mobile-grid .table td:nth-of-type(4){grid-column:span 1!important;order:4!important}.comissoes-mobile-grid .table td:nth-of-type(5){position:absolute!important;top:12px!important;right:12px!important;width:auto!important;z-index:2!important;align-items:flex-end!important}.comissoes-mobile-grid .table td:nth-of-type(6){grid-column:span 3!important;order:6!important;border-top:1px solid #f1f5f9!important;margin-top:8px!important;padding-top:16px!important;flex-direction:row!important;justify-content:center!important;gap:12px!important;align-items:center!important}.comissoes-mobile-grid .table td:nth-of-type(6) .filters-bar{width:auto!important;justify-content:center!important;margin:0!important;padding:0!important;gap:12px!important}.comissoes-mobile-grid .table td:nth-of-type(6) .btn-icon{width:48px!important;height:48px!important;border-radius:12px!important;background:#fff!important;border:1px solid rgba(0,0,0,.06)!important;box-shadow:0 4px 10px #0000000a!important;padding:0!important;display:flex!important;align-items:center!important;justify-content:center!important}.comissoes-mobile-grid .table td:nth-of-type(6) .btn-icon svg{width:20px!important;height:20px!important}.comissoes-mobile-grid .table td:before{font-weight:600!important;color:var(--text-muted)!important;font-size:9px!important;text-transform:uppercase!important;margin-bottom:2px!important;display:block!important;letter-spacing:.5px!important;opacity:.7!important}.comissoes-mobile-grid .table td:nth-of-type(1):before{content:"CONTADOR"}.comissoes-mobile-grid .table td:nth-of-type(2):before{content:"VENDAS"}.comissoes-mobile-grid .table td:nth-of-type(3):before{content:"TOTAL VENDAS"}.comissoes-mobile-grid .table td:nth-of-type(4):before{content:"COMISSÃO"}.comissoes-mobile-grid .table td:nth-of-type(5):before{display:none!important}.comissoes-mobile-grid .table td:nth-of-type(6):before{display:none!important}.comissoes-mobile-grid .table td:nth-of-type(1) div:first-child{font-size:16px!important;font-weight:800!important;color:var(--text-primary)!important;line-height:1.2!important}.comissoes-mobile-grid .table td:nth-of-type(1) div:last-child{font-size:12px!important;color:var(--text-muted)!important;margin-top:2px!important}.comissoes-mobile-grid .table td:nth-of-type(4){font-weight:700!important;color:var(--color-success)!important}.login-box{padding:28px 20px;border-radius:var(--border-radius);margin:16px}.filters-bar{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-start;width:100%}.filters-bar>*{flex:1 1 140px;width:100%!important;min-width:0}.search-input-wrap{flex:1 1 100%}.pagination{justify-content:center;flex-wrap:wrap}.pagination-info{width:100%;text-align:center;margin-right:0;margin-bottom:8px}.tabs-pill{overflow-x:auto;-webkit-overflow-scrolling:touch;width:100%;justify-content:flex-start}.card{padding:14px}.report-summary-container{flex-wrap:wrap!important;gap:8px!important}.report-summary-container>div{min-width:0!important}.report-summary-container>div:nth-child(1),.report-summary-container>div:nth-child(2){flex:1 1 calc(50% - 4px)!important;padding:10px!important}.report-summary-container>div:nth-child(3){flex:1 1 100%!important;padding:10px!important}.report-mobile-wrapper table thead{display:none!important}.report-mobile-wrapper table tr{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px 12px!important;margin-bottom:12px!important;border:1px solid var(--border-color)!important;border-radius:10px!important;background:#fff!important;padding:12px!important;position:relative!important}.report-mobile-wrapper table td{display:flex!important;flex-direction:column!important;align-items:flex-start!important;padding:0!important;border:none!important;text-align:left!important}.report-mobile-wrapper table td:nth-of-type(1){position:absolute!important;top:10px!important;right:12px!important;font-size:10px!important;font-weight:700!important;opacity:.5!important}.report-mobile-wrapper table td:nth-of-type(4){grid-column:span 2!important;order:1!important;font-size:14px!important;font-weight:800!important;color:var(--text-primary)!important;margin-bottom:2px!important}.report-mobile-wrapper table td:nth-of-type(5){grid-column:span 2!important;order:2!important;font-size:11px!important;font-weight:600!important;color:var(--color-primary)!important;background:#1e5bff0d!important;padding:4px 8px!important;border-radius:6px!important;margin-bottom:6px!important;width:100%!important}.report-mobile-wrapper table td:nth-of-type(2){grid-column:span 1!important;order:3!important}.report-mobile-wrapper table td:nth-of-type(3){grid-column:span 1!important;order:4!important}.report-mobile-wrapper table td:nth-of-type(6){grid-column:span 1!important;order:5!important}.report-mobile-wrapper table td:nth-of-type(7){grid-column:span 1!important;order:6!important;color:var(--color-success)!important;font-weight:700!important;align-items:flex-start!important}.report-mobile-wrapper table td:before{font-weight:600!important;color:var(--text-muted)!important;font-size:8px!important;text-transform:uppercase!important;margin-bottom:1px!important;display:block!important;opacity:.7!important}.report-mobile-wrapper table td:nth-of-type(1):before{display:none!important}.report-mobile-wrapper table td:nth-of-type(2):before{content:"PEDIDO"}.report-mobile-wrapper table td:nth-of-type(3):before{content:"APROVAÇÃO"}.report-mobile-wrapper table td:nth-of-type(4):before{content:"CLIENTE"}.report-mobile-wrapper table td:nth-of-type(5):before{content:"PRODUTO"}.report-mobile-wrapper table td:nth-of-type(6):before{content:"VENDA"}.report-mobile-wrapper table td:nth-of-type(7):before{content:"COMISSÃO"}.admin-report-header{flex-direction:column!important;align-items:flex-start!important;gap:16px!important}.admin-filters-container{width:100%!important;display:grid!important;grid-template-columns:1fr 1fr 42px!important;gap:8px!important;align-items:flex-end!important}.admin-filters-container .form-group{width:100%!important}.admin-filters-container .date-input{height:38px!important;font-size:12px!important;padding:0 8px!important}.admin-filters-container .filter-toggle{height:38px!important;width:38px!important;padding:0!important}.admin-kpi-grid{grid-template-columns:1fr 1fr!important;gap:10px!important}.admin-kpi-grid .card{padding:12px!important;flex-direction:column!important;align-items:center!important;text-align:center!important;gap:8px!important}.admin-kpi-grid .icon-wrap{width:36px!important;height:36px!important;margin-bottom:0!important}.admin-kpi-grid .icon-wrap svg{width:18px!important;height:18px!important}.admin-kpi-grid .kpi-value{font-size:16px!important;margin-bottom:2px!important}.admin-kpi-grid .kpi-sub{font-size:9px!important}}@media (max-width: 768px){.admin-report-header{flex-direction:column!important;align-items:flex-start!important;gap:16px!important}.admin-filters-container{width:100%!important;display:grid!important;grid-template-columns:1fr 1fr 42px!important;gap:8px!important;align-items:flex-end!important}.admin-filters-container .date-input{height:38px!important;font-size:12px!important}.admin-kpi-grid{grid-template-columns:1fr 1fr!important;gap:10px!important}.admin-kpi-grid .card{padding:12px 10px!important;flex-direction:row!important;align-items:center!important;text-align:left!important;gap:10px!important}.admin-kpi-grid .icon-wrap{width:36px!important;height:36px!important;flex-shrink:0!important}.admin-report-mobile-grid .table thead{display:none!important}.admin-report-mobile-grid .table tr{display:grid!important;grid-template-columns:1fr 1fr 1fr!important;gap:10px 10px!important;margin-bottom:12px!important;border:1px solid var(--border-color)!important;border-radius:12px!important;background:#fff!important;padding:14px!important;align-items:start!important;height:auto!important}.admin-report-mobile-grid .table td{display:block!important;padding:0!important;border:none!important;text-align:left!important;height:auto!important;min-height:0!important;line-height:1.2!important}.admin-report-mobile-grid .table td:before{display:block!important;font-weight:600!important;color:var(--text-muted)!important;font-size:8px!important;text-transform:uppercase!important;margin-bottom:2px!important;opacity:.7!important}.admin-report-mobile-grid .table td:nth-of-type(1){grid-column:span 1!important;order:1;font-size:11px;font-weight:700;color:var(--text-muted)}.admin-report-mobile-grid .table td:nth-of-type(2){grid-column:span 2!important;order:2;font-size:14px;font-weight:800}.admin-report-mobile-grid .table td:nth-of-type(3){grid-column:span 3!important;order:3;font-size:12px;padding:6px 8px!important;background:#f8fafc;border-radius:6px;margin:6px 0!important;width:100%}.admin-report-mobile-grid .table td:nth-of-type(4){grid-column:span 1!important;order:4}.admin-report-mobile-grid .table td:nth-of-type(5){grid-column:span 1!important;order:5}.admin-report-mobile-grid .table td:nth-of-type(6){grid-column:span 1!important;order:6}.admin-report-mobile-grid .table td:nth-of-type(7){grid-column:span 1!important;order:7;color:#d97706!important;font-weight:700}.admin-report-mobile-grid .table td:nth-of-type(8){grid-column:span 1!important;order:8;color:#dc2626!important;font-weight:700}.admin-report-mobile-grid .table td:nth-of-type(9){grid-column:span 1!important;order:9;color:#00c9a7!important;font-weight:800}.admin-report-mobile-grid .table td:nth-of-type(1):before{content:"ID"}.admin-report-mobile-grid .table td:nth-of-type(2):before{content:"CLIENTE"}.admin-report-mobile-grid .table td:nth-of-type(4):before{content:"PEDIDO"}.admin-report-mobile-grid .table td:nth-of-type(5):before{content:"PGTO"}.admin-report-mobile-grid .table td:nth-of-type(6):before{content:"APROV"}.admin-report-mobile-grid .table td:nth-of-type(7):before{content:"CUSTO"}.admin-report-mobile-grid .table td:nth-of-type(8):before{content:"COMIS."}.admin-report-mobile-grid .table td:nth-of-type(9):before{content:"VENDA"}.admin-report-mobile-grid .table td:last-child{padding:0!important;margin-top:0!important;border-top:none!important}.vendas-container .page-header>div:first-child{flex-direction:row!important;justify-content:space-between!important;align-items:center!important}.vendas-mobile-grid .table thead{display:none!important}.vendas-mobile-grid .table tr{display:flex!important;flex-wrap:wrap!important;gap:12px 16px!important;border:1px solid var(--border-color)!important;border-radius:12px!important;background:#fff!important;padding:16px!important;margin-bottom:16px!important;align-items:flex-start!important}.vendas-mobile-grid .table td{display:block!important;padding:0!important;border:none!important;text-align:left!important;min-height:0!important;line-height:1.3!important;margin:0!important}.vendas-mobile-grid .table td:before{display:block!important;font-weight:600!important;color:var(--text-muted)!important;font-size:9px!important;text-transform:uppercase!important;margin-bottom:4px!important;opacity:.8!important}.vendas-mobile-grid .table td[data-label=Cliente]{width:100%!important;order:1;border-bottom:1px dashed #e2e8f0!important;padding-bottom:8px!important;margin-bottom:4px!important}.vendas-mobile-grid .table td[data-label=Contador]{width:100%!important;order:2;padding:8px 10px!important;background:#f8fafc!important;border-radius:8px!important;margin-bottom:4px!important}.vendas-mobile-grid .table td[data-label=Produto]{width:calc(50% - 8px)!important;order:3}.vendas-mobile-grid .table td[data-label=Valor]{width:calc(50% - 8px)!important;order:4;text-align:left!important}.vendas-mobile-grid .table td[data-label=Valor]:before{text-align:left!important}.vendas-mobile-grid .table td[data-label=Cobrança]{width:calc(50% - 8px)!important;order:5;text-align:left!important}.vendas-mobile-grid .table td[data-label=Certificado]{width:calc(50% - 8px)!important;order:6;text-align:left!important}.vendas-mobile-grid .table td[data-label=Data]{width:auto!important;min-width:80px!important;order:7;display:flex!important;flex-direction:column!important;justify-content:flex-end!important}.vendas-mobile-grid .table td[data-label=Ações],.vendas-mobile-grid .table td:last-child{flex:1!important;order:8;display:flex!important;flex-direction:column!important;justify-content:flex-end!important;padding:0!important;margin:0!important;border:none!important}.vendas-mobile-grid .table td[data-label=Ações]:before{display:none!important}.vendas-mobile-grid .table td[data-label=Ações] .filters-bar{display:flex!important;flex-direction:row!important;justify-content:flex-end!important;align-items:flex-end!important;gap:6px!important;flex-wrap:wrap!important;width:100%!important;margin-bottom:0!important}.vendas-mobile-grid .table td[data-label=Ações] .btn-icon,.vendas-mobile-grid .table td:last-child .btn-icon{width:32px!important;height:32px!important;min-width:32px!important;min-height:32px!important;border-radius:8px!important}.vendas-mobile-grid .table td[data-label=Ações] .btn-icon svg,.vendas-mobile-grid .table td:last-child .btn-icon svg{width:14px!important;height:14px!important}.quick-register-form>div[style*="display: flex"],.quick-register-form>div[style*="display:flex"],.quick-register-form>div>div[style*="display: flex"],.quick-register-form>div>div[style*="display:flex"]{display:flex!important;flex-direction:column!important;gap:12px!important;width:100%!important;box-sizing:border-box!important}.quick-register-form .form-group{width:100%!important;max-width:100%!important;flex:none!important;min-width:0!important;margin:0!important;box-sizing:border-box!important}.quick-register-form .form-input,.quick-register-form .form-select{width:100%!important;box-sizing:border-box!important;font-size:16px!important}.quick-register-form>div.form-group{width:100%!important}.quick-register-form>div.filters-bar{display:flex!important;flex-direction:row!important;flex-wrap:wrap!important;gap:10px!important;width:100%!important;margin-top:4px!important}.quick-register-form>div.filters-bar>button{flex:1!important;min-width:120px!important;justify-content:center!important}.quick-register-form input[type=file]{width:100%!important;box-sizing:border-box!important}.quick-register-form{padding:16px!important;margin-top:12px!important}.quick-register-form .form-group>div[style*="display: flex"],.quick-register-form .form-group>div[style*="display:flex"]{display:flex!important;flex-direction:row!important;gap:8px!important;align-items:center!important;width:100%!important}.quick-register-form .form-group>div[style*="display: flex"]>div,.quick-register-form .form-group>div[style*="display:flex"]>div{flex:1!important;min-width:0!important}}@media (max-width: 400px){.kpi-grid{grid-template-columns:1fr}.topbar-user-chevron{display:none}}
