:root{--bg:#f4f6f8;--surface:#fff;--surface-soft:#eef2f6;--text:#1f2933;--muted:#667085;--border:#d9e0e8;--primary:#0f766e;--primary-dark:#115e59;--danger:#b42318;--danger-bg:#fee4e2;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{min-width:320px;min-height:100vh;margin:0}button,input,select,textarea{font:inherit}button{background:var(--primary);color:#fff;cursor:pointer;border:0;border-radius:6px;min-height:44px;padding:0 18px;font-weight:700}button:hover{background:var(--primary-dark)}button:disabled{cursor:not-allowed;opacity:.7}a{color:var(--primary);font-weight:700;text-decoration:none}a:hover{text-decoration:underline}.auth-page,.page-center{justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.auth-card{background:var(--surface);border:1px solid var(--border);border-radius:8px;width:100%;max-width:440px;padding:32px;box-shadow:0 12px 28px #1f293314}.auth-card h1,.dashboard-header h1{margin:0 0 8px;font-size:32px;line-height:1.2}.auth-card p,.dashboard-header p{color:var(--muted);margin:0}.auth-card form{flex-direction:column;gap:10px;margin-top:28px;display:flex}.auth-card label{color:var(--text);font-size:14px;font-weight:700}.auth-card input{border:1px solid var(--border);border-radius:6px;width:100%;min-height:44px;padding:0 12px}.auth-card input:focus{border-color:var(--primary);outline:3px solid #0f766e24}.error-message{background:var(--danger-bg);color:var(--danger);border-radius:6px;margin-top:6px;padding:10px 12px;font-size:14px;font-weight:700}.success-message{color:#067647;background:#dcfae6;border-radius:6px;margin-top:18px;padding:10px 12px;font-size:14px;font-weight:700}.auth-link{text-align:center;margin-top:22px;font-size:14px}.dashboard-page{max-width:980px;min-height:100vh;margin:0 auto;padding:32px 24px}.dashboard-header{justify-content:space-between;align-items:center;gap:20px;margin-bottom:24px;display:flex}.dashboard-panel{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:24px}.dashboard-panel h2{margin:0 0 18px;font-size:20px}.user-grid{grid-template-columns:130px 1fr;gap:12px;display:grid}.user-grid span{color:var(--muted)}.user-grid strong{overflow-wrap:anywhere}.master-shell{background:#eef2f6;grid-template-columns:260px 1fr;min-height:100vh;display:grid}.master-sidebar{color:#fff;background:#182230;padding:24px 18px}.master-brand{border-bottom:1px solid #ffffff1f;flex-direction:column;gap:4px;margin-bottom:24px;padding-bottom:22px;display:flex}.master-brand strong{font-size:22px}.master-brand span{color:#b9c4d0;font-size:13px}.master-sidebar nav{flex-direction:column;gap:8px;display:flex}.sidebar-item{color:#d5dce5;text-align:left;background:0 0;border-radius:6px;justify-content:flex-start;min-height:42px}.sidebar-item:hover,.sidebar-item.active{color:#fff;background:#0f766e}.master-content{padding:28px}.master-header{justify-content:space-between;align-items:center;gap:20px;margin-bottom:24px;display:flex}.master-header h1{margin:0 0 6px;font-size:34px;line-height:1.2}.master-header p{color:var(--muted);margin:0}.master-user{align-items:center;gap:12px;display:flex}.master-user span{color:var(--muted);font-weight:700}.metric-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:16px;margin-bottom:20px;display:grid}.metric-card{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:20px}.metric-card span{color:var(--muted);margin-bottom:12px;font-size:14px;display:block}.metric-card strong{color:var(--text);font-size:34px;line-height:1;display:block}.master-tables{gap:20px;display:grid}.module-grid{grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);gap:20px;margin-bottom:20px;display:grid}.module-form{gap:10px;display:grid}.module-form label{color:var(--text);font-size:14px;font-weight:700}.module-form input,.module-form select,.module-form textarea{border:1px solid var(--border);border-radius:6px;width:100%;min-height:44px;padding:10px 12px}.module-form input:focus,.module-form select:focus,.module-form textarea:focus{border-color:var(--primary);outline:3px solid #0f766e24}.button-secondary{background:var(--surface-soft);color:var(--text)}.button-secondary:hover{background:#d9e0e8}.button-danger{background:var(--danger)}.button-danger:hover{background:#912018}.table-actions{flex-wrap:wrap;gap:8px;display:flex}.table-actions button{min-height:36px;padding:0 10px}.module-page{background:#eef2f6;min-height:100vh;padding:32px 24px}.module-home-card,.module-select-card{max-width:980px;margin:0 auto}.module-home-card{gap:20px;display:grid}.module-page-header{justify-content:space-between;align-items:center;gap:20px;margin-bottom:24px;display:flex}.module-page-header h1{margin:0 0 6px;font-size:34px;line-height:1.2}.module-page-header p{color:var(--muted);margin:0}.module-choice-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;display:grid}.module-choice{background:var(--surface);border:1px solid var(--border);color:var(--text);text-align:left;flex-direction:column;align-items:flex-start;gap:8px;min-height:120px;padding:22px;display:flex}.module-choice:hover{border-color:var(--primary);background:#f8fafc}.module-choice strong{font-size:20px}.module-choice span{color:var(--muted)}.barber-shell{gap:20px;max-width:1280px;margin:0 auto;display:grid}.barber-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px;display:grid}.barber-metrics{grid-template-columns:repeat(5,minmax(0,1fr));gap:16px;display:grid}.barber-lists{gap:20px;display:grid}.sale-total{background:var(--surface-soft);border-radius:8px;justify-content:space-between;align-items:center;padding:14px;display:flex}.sale-total span{color:var(--muted);font-weight:700}.sale-total strong{font-size:24px}.approval-box{background:var(--surface-soft);border-radius:8px;grid-template-columns:120px minmax(180px,1fr) 60px minmax(140px,.6fr);gap:10px;margin-bottom:16px;padding:14px;display:grid}.approval-box label{color:var(--muted);align-self:center;font-size:14px;font-weight:700}.approval-box input{border:1px solid var(--border);border-radius:6px;min-height:40px;padding:8px 10px}.settlement-preview{background:var(--surface-soft);border-radius:8px;gap:10px;padding:14px;display:grid}.settlement-preview div{justify-content:space-between;gap:12px;display:flex}.settlement-preview span{color:var(--muted);font-weight:700}.generated-link{background:var(--surface-soft);border-radius:8px;gap:10px;margin-top:16px;padding:14px;display:grid}.generated-link input{border:1px solid var(--border);border-radius:6px;min-height:40px;padding:8px 10px}.panel-title{justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px;display:flex}.panel-title h2{margin:0}.panel-title span{color:var(--muted);font-size:13px;font-weight:700}.table-wrap{overflow-x:auto}table{border-collapse:collapse;width:100%;min-width:680px}th,td{border-bottom:1px solid var(--border);text-align:left;padding:12px 10px}th{color:var(--muted);text-transform:uppercase;font-size:13px}td{color:var(--text)}@media (width<=640px){.auth-card{padding:24px}.dashboard-header{flex-direction:column;align-items:flex-start}.dashboard-header button{width:100%}.user-grid{grid-template-columns:1fr}}.master-premium-shell{--master-bg:#05090d;--master-sidebar:#03080c;--master-panel:#0c1218;--master-panel-soft:#111922;--master-border:#94a3b829;--master-text:#f7fafc;--master-muted:#8f9ca9;--master-soft:#cbd5df;--master-green:#5cff6b;--master-green-dark:#22c55e;--master-danger:#fb7185;color:var(--master-text);background:radial-gradient(circle at 28% -12%,#5cff6b1f,#0000 32%),linear-gradient(135deg,#05090d 0%,#071016 50%,#030608 100%);grid-template-columns:286px minmax(0,1fr);min-height:100vh;display:grid}.master-premium-shell button{border-radius:8px}.master-icon{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;width:18px;height:18px}.master-premium-sidebar{border-right:1px solid var(--master-border);background:#03080ce6;min-height:100vh;padding:24px 18px;position:sticky;top:0}.master-premium-brand{align-items:center;gap:12px;margin-bottom:30px;display:flex}.master-brand-mark{background:linear-gradient(135deg,#5cff6b29,#5cff6b05);border:1px solid #5cff6b8c;border-radius:8px;width:34px;height:34px;position:relative;box-shadow:0 0 24px #5cff6b33}.master-brand-mark:before{border:2px solid var(--master-green);content:"";border-left:0;border-radius:3px;width:11px;height:14px;position:absolute;top:8px;left:10px;transform:rotate(30deg)}.master-premium-brand strong{font-size:20px;font-style:italic;line-height:1;display:block}.master-premium-brand small,.master-premium-profile small{color:var(--master-muted);margin-top:4px;font-size:12px;display:block}.master-premium-nav{gap:24px;display:grid}.master-premium-nav section{gap:7px;display:grid}.master-premium-nav p{color:#6f7d8b;letter-spacing:1.3px;text-transform:uppercase;margin:0 0 5px 8px;font-size:11px;font-weight:800}.master-premium-nav button{color:#a7b1bd;text-align:left;background:0 0;border:1px solid #0000;justify-content:flex-start;align-items:center;gap:12px;min-height:44px;padding:0 12px;display:flex}.master-premium-nav button:hover,.master-premium-nav button.active{color:var(--master-text);background:linear-gradient(90deg,#5cff6b2e,#5cff6b0a);border-color:#5cff6b2e}.master-premium-nav button.active .master-icon{color:var(--master-green)}.master-premium-main{min-width:0;padding:0 28px 34px}.master-premium-topbar{border-bottom:1px solid var(--master-border);justify-content:space-between;align-items:center;gap:20px;min-height:76px;display:flex}.master-premium-search{border:1px solid var(--master-border);background:#111922db;border-radius:8px;grid-template-columns:18px minmax(180px,420px);align-items:center;gap:10px;min-height:44px;padding:0 12px;display:grid}.master-premium-search input{color:var(--master-text);background:0 0;border:0;outline:0}.master-premium-profile{align-items:center;gap:10px;display:flex}.master-premium-profile>span{color:#051008;background:linear-gradient(145deg,#9fffa8,#46d86a);border-radius:8px;justify-content:center;align-items:center;width:38px;height:38px;font-weight:900;display:inline-flex}.master-premium-profile strong{white-space:nowrap;display:block}.master-premium-profile button{background:var(--master-panel);border:1px solid var(--master-border);color:var(--master-soft);align-items:center;gap:8px;min-height:38px;padding:0 12px;display:flex}.master-premium-page-header{justify-content:space-between;align-items:flex-end;gap:24px;padding:32px 0 22px;display:flex}.master-premium-page-header span{color:var(--master-green);letter-spacing:1px;text-transform:uppercase;font-size:12px;font-weight:800}.master-premium-page-header h1{color:var(--master-text);margin:8px 0;font-size:38px;line-height:1}.master-premium-page-header p,.master-premium-empty{color:var(--master-muted);margin:0}.master-premium-page-actions{align-items:center;gap:10px;display:flex}.master-premium-stats{grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;margin-bottom:18px;display:grid}.master-premium-stat-card,.master-premium-card{background:linear-gradient(180deg, #ffffff09, transparent), var(--master-panel);border:1px solid var(--master-border);border-radius:8px;box-shadow:0 20px 60px #00000047}.master-premium-stat-card{min-height:128px;padding:20px}.master-premium-stat-card span{color:var(--master-muted);margin-bottom:14px;font-size:13px;display:block}.master-premium-stat-card strong{color:var(--master-text);font-size:34px;line-height:1;display:block}.master-premium-stat-card p{color:var(--master-muted);margin:10px 0 0}.master-premium-card{padding:20px}.master-premium-card-title,.master-premium-shell .panel-title{justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px;display:flex}.master-premium-card-title h2,.master-premium-shell .panel-title h2{color:var(--master-text);margin:0;font-size:17px}.master-premium-card-title span,.master-premium-shell .panel-title span{color:var(--master-muted);font-size:13px;font-weight:700}.master-premium-two-columns{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.master-premium-shell .module-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.master-module-detail-card,.master-module-list-card,.master-premium-shell .master-module-stats .master-premium-stat-card{border-radius:20px}.master-module-list-card .panel-title{align-items:flex-start}.master-module-list-card .panel-title span{margin-top:6px;display:block}.master-module-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-bottom:24px;display:grid}.master-module-detail-card{border-radius:20px;margin-top:24px}.master-module-detail-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px;display:flex}.master-module-detail-header h2{color:var(--master-text);margin:8px 0 6px;font-size:28px}.master-module-detail-header p{color:var(--master-soft);max-width:720px;margin:0}.master-module-detail-badges{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.master-module-plan-badge{color:#dbeafe;background:#60a5fa1a;border:1px solid #60a5fa33;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:700}.master-module-tabs{border-bottom:1px solid var(--master-border);flex-wrap:wrap;gap:10px;margin-bottom:20px;padding-bottom:14px;display:flex}.master-module-tabs button{color:var(--master-soft);background:#94a3b814;border:1px solid #0000;min-height:40px;padding:0 14px}.master-module-tabs button.active,.master-module-tabs button:hover{color:var(--master-text);background:#5cff6b1a;border-color:#5cff6b38}.master-module-tab-panel{min-width:0}.master-module-overview-grid,.master-module-technical-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.master-module-overview-card,.master-module-control-card{border:1px solid var(--master-border);background:#0c1218bd;border-radius:20px;padding:20px}.master-module-section-heading{justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px;display:flex}.master-module-section-heading h3{color:var(--master-text);margin:0;font-size:18px}.master-module-section-heading span{color:var(--master-muted);letter-spacing:.05em;text-transform:uppercase;font-size:12px;font-weight:800}.master-module-overview-list,.master-module-policy-list,.master-module-card-meta{gap:14px;display:grid}.master-module-overview-list div,.master-module-policy-list div,.master-module-card-meta div{border-bottom:1px solid #94a3b81f;gap:4px;padding-bottom:12px;display:grid}.master-module-overview-list div:last-child,.master-module-policy-list div:last-child,.master-module-card-meta div:last-child{border-bottom:0;padding-bottom:0}.master-module-overview-list span,.master-module-policy-list span,.master-module-card-meta span{color:var(--master-muted);letter-spacing:.04em;text-transform:uppercase;font-size:12px;font-weight:700}.master-module-overview-list strong,.master-module-policy-list strong,.master-module-card-meta strong{color:var(--master-text);font-size:16px}.master-module-overview-text,.master-module-control-card p,.master-module-technical-note{color:var(--master-soft);margin:0;line-height:1.6}.master-module-callout{background:#5cff6b0f;border:1px solid #5cff6b24;border-radius:16px;margin-top:18px;padding:16px}.master-module-callout strong{color:var(--master-text);margin-bottom:6px;display:block}.master-module-callout p{color:var(--master-soft);margin:0;line-height:1.6}.master-module-code-grid{gap:14px;display:grid}.master-module-code-grid div{gap:6px;display:grid}.master-module-code-grid span{color:var(--master-muted);letter-spacing:.04em;text-transform:uppercase;font-size:12px;font-weight:700}.master-module-code-grid code{color:#dbeafe;overflow-wrap:anywhere;background:#111922;border:1px solid #94a3b829;border-radius:14px;padding:14px 16px;font-family:Consolas,Courier New,monospace;font-size:13px;display:block}.master-module-control-card{max-width:780px}.master-module-control-actions{gap:10px;margin-top:18px;display:flex}.master-module-form{gap:18px}.master-module-field{gap:8px;display:grid}.master-module-config-block{background:linear-gradient(#ffffff08,#ffffff03),#0c131a;border:1px solid #94a3b81f;border-radius:20px;padding:20px}.master-module-config-header{grid-template-columns:72px minmax(0,1fr);align-items:flex-start;gap:14px;margin-bottom:18px;display:grid}.master-module-config-header span{color:#dbeafe;letter-spacing:.04em;text-transform:uppercase;background:#60a5fa1a;border:1px solid #60a5fa38;border-radius:14px;justify-content:center;align-items:center;height:38px;font-size:12px;font-weight:800;display:flex}.master-module-config-header strong{color:var(--master-text);margin-bottom:4px;font-size:18px;display:block}.master-module-config-header p{color:var(--master-soft);margin:0}.master-module-config-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.master-module-field-full{grid-column:1/-1}.master-module-field small{color:#fda4af;font-size:12px}.master-module-field input,.master-module-field textarea{color:var(--master-text);background:#111922;border:1px solid #94a3b829;border-radius:14px;width:100%;min-height:48px;padding:12px 14px}.master-module-field textarea{resize:vertical;min-height:116px}.master-module-field input:focus,.master-module-field textarea:focus{border-color:#60a5fa94;outline:3px solid #60a5fa1f}.master-module-field-title{align-items:center;gap:8px;display:inline-flex}.master-module-field-title span{color:var(--master-soft);font-size:13px;font-weight:700}.master-module-field-title i{color:var(--master-muted);cursor:help;background:#94a3b81f;border:1px solid #94a3b82e;border-radius:999px;justify-content:center;align-items:center;width:18px;height:18px;font-size:11px;font-style:normal;font-weight:800;display:inline-flex}.master-module-field-title i.critical{color:#fde68a;background:#fbbf241f;border-color:#fbbf2438}.master-module-toggle{background:linear-gradient(#ffffff05,#ffffff03);border:1px solid #94a3b824;border-radius:14px;align-items:center;gap:8px;min-height:84px;padding:14px 16px;display:grid}.master-module-toggle span{color:var(--master-soft);font-size:13px;font-weight:700}.master-module-toggle strong{color:var(--master-text);font-size:14px}.master-module-toggle input{accent-color:#5cff6b;width:18px;min-height:18px}.master-module-form-actions{justify-content:flex-start;display:flex}.master-module-form-actions button{min-width:180px}.master-module-kicker{color:#5cff6b;letter-spacing:.08em;text-transform:uppercase;margin-bottom:10px;font-size:12px;font-weight:800;display:inline-block}.master-module-multiselect{flex-wrap:wrap;gap:10px;display:flex}.master-module-role-pill{color:var(--master-soft);background:#111922;border:1px solid #94a3b829;border-radius:999px;align-items:center;gap:8px;min-height:40px;padding:0 14px;display:inline-flex}.master-module-role-pill input{accent-color:#60a5fa;width:14px;height:14px;min-height:0}.master-module-role-pill.active{color:#dbeafe;background:#60a5fa1a;border-color:#60a5fa42}.master-module-plan-grid{gap:16px;display:grid}.master-module-plan-card{background:#0f172a7a;border:1px solid #94a3b833;border-radius:18px;gap:14px;padding:18px;display:grid}.master-module-plan-card.enabled{border-color:#60a5fa59;box-shadow:inset 0 0 0 1px #60a5fa14}.master-module-plan-card-top{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.master-module-plan-card-top strong{margin-bottom:6px;display:block}.master-module-plan-card-top p,.master-module-plan-note p{color:#e2e8f0b8;margin:0;line-height:1.6}.master-module-plan-card-footer{border-top:1px solid #94a3b829;padding-top:12px}.master-module-radio-row{color:#dbeafe;align-items:center;gap:10px;display:flex}.master-module-radio-row input{accent-color:#60a5fa}.master-module-plan-note{background:#0f172a52;border:1px dashed #94a3b83d;border-radius:18px;gap:8px;padding:18px;display:grid}.master-module-config-advanced{padding:0}.master-module-advanced-toggle{background:0 0;justify-content:space-between;align-items:center;width:100%;padding:20px;display:flex}.master-module-advanced-toggle strong{color:var(--master-text);text-align:left;margin-bottom:4px;font-size:17px;display:block}.master-module-advanced-toggle p{color:var(--master-soft);text-align:left;margin:0}.master-module-advanced-toggle span{color:#93c5fd;font-size:13px;font-weight:700}.master-module-config-advanced .master-module-config-grid{padding:0 20px 20px}.master-module-name-cell{align-items:center;gap:12px;display:flex}.master-module-name-cell strong{color:var(--master-text);margin-bottom:3px;display:block}.master-module-name-cell small{color:var(--master-muted)}.master-module-card-list{display:none}.master-module-list-item{border:1px solid var(--master-border);background:#0c1218bd;border-radius:18px;gap:16px;padding:18px;display:grid}.master-module-list-item-top{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.master-module-color-dot{border-radius:999px;width:10px;height:10px;display:inline-block;box-shadow:0 0 0 4px #ffffff0a}.master-module-status-badge{border:1px solid #0000;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:700;display:inline-flex}.master-module-status-badge.active{color:#c8ffd0;background:#5cff6b14;border-color:#5cff6b3d}.master-module-status-badge.inactive{color:#d6dde5;background:#94a3b81a;border-color:#94a3b82e}.master-client-form-shell,.master-client-list-card{border-radius:22px}.master-client-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:24px;display:grid}.master-client-create-card,.master-client-filter-card,.master-client-detail-shell{border-radius:22px;margin-bottom:24px}.master-client-simple-form{gap:20px;display:grid}.master-client-form{gap:22px;display:grid}.master-client-section{border:1px solid var(--master-border);background:linear-gradient(#ffffff08,#ffffff04);border-radius:20px;padding:20px}.master-client-section-header{grid-template-columns:44px minmax(0,1fr);align-items:flex-start;gap:14px;margin-bottom:18px;display:grid}.master-client-section-header span{color:#d7ffe1;background:#5cff6b1a;border:1px solid #5cff6b3d;border-radius:14px;justify-content:center;align-items:center;width:44px;height:44px;font-size:14px;font-weight:800;display:flex}.master-client-section-header strong{color:var(--master-text);margin-bottom:4px;font-size:18px;display:block}.master-client-section-header p{color:var(--master-soft);margin:0}.master-client-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.master-client-field{gap:8px;display:grid}.master-client-field-full{grid-column:1/-1}.master-client-field span{color:var(--master-soft);font-size:13px;font-weight:700}.master-client-field input,.master-client-field textarea{background:var(--master-panel-soft);border:1px solid var(--master-border);color:var(--master-text);border-radius:14px;width:100%;min-height:48px;padding:12px 14px}.master-client-field textarea{resize:vertical;min-height:120px}.master-client-field input:focus,.master-client-field textarea:focus{border-color:#5cff6bb3;outline:3px solid #5cff6b1f}.master-client-field small{color:#fda4af;font-size:12px}.master-inline-link{color:#5cff6b;justify-self:flex-start;min-height:0;padding:0;font-size:13px;font-weight:700}.master-premium-select{position:relative}.master-premium-select-trigger{background:var(--master-panel-soft);border:1px solid var(--master-border);color:var(--master-text);border-radius:14px;justify-content:space-between;align-items:center;width:100%;min-height:48px;padding:0 14px;display:flex}.master-premium-select-trigger span{color:var(--master-text);font-size:14px;font-weight:600}.master-premium-select-trigger strong{color:#5cff6b;font-size:18px;line-height:1}.master-premium-select.open .master-premium-select-trigger{border-color:#5cff6b8c;box-shadow:0 0 0 3px #5cff6b1a}.master-premium-select-menu{border:1px solid var(--master-border);z-index:30;background:#0f171f;border-radius:16px;max-height:260px;margin-top:8px;padding:8px;display:grid;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 24px 60px #00000061}.master-premium-select-menu button{color:var(--master-soft);text-align:left;background:0 0;border-radius:12px;justify-content:flex-start;min-height:42px;padding:0 12px}.master-premium-select-menu button:hover,.master-premium-select-menu button.active{color:var(--master-text);background:#5cff6b1a}.master-client-access-toggle{margin-bottom:18px}.master-client-access-toggle label{background:var(--master-panel-soft);border:1px solid var(--master-border);color:var(--master-text);border-radius:16px;align-items:center;gap:12px;min-height:52px;padding:0 16px;display:inline-flex}.master-client-access-toggle input{accent-color:#5cff6b;width:18px;height:18px}.master-client-filter-row{grid-template-columns:minmax(260px,1fr) minmax(220px,260px);align-items:stretch}.master-client-filter-select{min-width:0}.master-client-company-cell strong{color:var(--master-text);margin-bottom:4px;display:block}.master-client-company-cell{min-width:0}.master-client-company-cell small{color:var(--master-muted)}.master-client-table{display:block}.master-client-card-list{display:none}.master-client-card-item{border:1px solid var(--master-border);background:#0c1218bd;border-radius:18px;gap:16px;padding:18px;display:grid}.master-client-card-header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.master-client-card-meta{gap:12px;display:grid}.master-client-card-meta div{border-bottom:1px solid #94a3b81f;gap:4px;padding-bottom:10px;display:grid}.master-client-card-meta div:last-child{border-bottom:0;padding-bottom:0}.master-client-card-meta span{color:var(--master-muted);letter-spacing:.04em;text-transform:uppercase;font-size:12px;font-weight:700}.master-client-card-meta strong{color:var(--master-text)}.master-client-status-pill{text-transform:capitalize;border:1px solid #0000;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:800;display:inline-flex}.master-client-status-pill.lead,.master-client-status-pill.trial{color:#dbeafe;background:#60a5fa1f;border-color:#60a5fa38}.master-client-status-pill.ativo{color:#d7ffe1;background:#5cff6b1a;border-color:#5cff6b33}.master-client-status-pill.inadimplente{color:#fef3c7;background:#facc151f;border-color:#facc1533}.master-client-status-pill.cancelado{color:#ffe4e6;background:#fb71851f;border-color:#fb718533}.master-client-detail-shell{margin-top:24px}.master-record-drawer-overlay{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:1200;background:#0f172a61;justify-content:flex-end;padding-left:40px;display:flex;position:fixed;inset:0}.master-record-drawer{border-radius:0;width:min(860px,100%);height:100vh;margin:0;overflow-y:auto;box-shadow:-18px 0 48px #0f172a2e}.master-client-detail-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px;display:flex}.master-client-detail-header h2{color:var(--master-text);margin:8px 0 6px;font-size:28px}.master-client-detail-header p{color:var(--master-soft);max-width:720px;margin:0}.master-client-detail-badges{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.master-client-detail-actions{justify-items:end;gap:12px;display:grid}.master-record-drawer-close{min-width:112px}.master-client-tabs{border-bottom:1px solid var(--master-border);flex-wrap:wrap;gap:10px;margin-bottom:20px;padding-bottom:14px;display:flex}.master-client-tabs button{color:var(--master-soft);background:#94a3b814;border:1px solid #0000;min-height:40px;padding:0 14px}.master-client-tabs button.active,.master-client-tabs button:hover{color:var(--master-text);background:#5cff6b1a;border-color:#5cff6b38}.master-client-tab-panel{min-width:0}.master-client-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.master-client-detail-card{border:1px solid var(--master-border);background:#0c1218bd;border-radius:20px;padding:20px}.master-client-section-heading{justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px;display:flex}.master-client-section-heading h3{color:var(--master-text);margin:0;font-size:18px}.master-client-section-heading span{color:var(--master-muted);letter-spacing:.05em;text-transform:uppercase;font-size:12px;font-weight:800}.master-client-overview-list{gap:14px;display:grid}.master-client-overview-list div{border-bottom:1px solid #94a3b81f;gap:4px;padding-bottom:12px;display:grid}.master-client-overview-list div:last-child{border-bottom:0;padding-bottom:0}.master-client-overview-list span{color:var(--master-muted);letter-spacing:.04em;text-transform:uppercase;font-size:12px;font-weight:700}.master-client-overview-list strong,.master-client-empty-copy{color:var(--master-text)}.master-client-empty-copy{margin:0}.master-client-readonly{background:var(--master-panel-soft);border:1px solid var(--master-border);color:var(--master-text);border-radius:14px;align-items:center;min-height:48px;padding:0 14px;display:flex}.master-client-module-list{gap:16px;display:grid}.master-client-module-item{border:1px solid var(--master-border);background:#0c1218bd;border-radius:20px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:16px;padding:18px 20px;display:grid}.master-client-module-item strong{color:var(--master-text);margin-bottom:6px;display:block}.master-client-module-item p{color:var(--master-soft);margin:0}.master-client-module-item-side{place-items:flex-end end;gap:10px;display:grid}.master-client-module-item-side code{color:#dbeafe;background:#111922;border:1px solid #94a3b829;border-radius:999px;padding:6px 10px}.master-client-checkbox{background:var(--master-panel-soft);border:1px solid var(--master-border);color:var(--master-text);border-radius:16px;align-items:center;gap:10px;min-height:48px;padding:0 14px;display:inline-flex}.master-client-checkbox input{accent-color:#5cff6b;width:18px;height:18px}.master-premium-shell .module-form label{color:var(--master-soft)}.master-premium-shell .module-form input,.master-premium-shell .module-form select,.master-premium-shell .module-form textarea,.master-premium-shell .generated-link input{background:var(--master-panel-soft);border-color:var(--master-border);color:var(--master-text)}.master-premium-shell .module-form input::placeholder{color:#718091}.master-premium-shell .module-form input:focus,.master-premium-shell .module-form select:focus,.master-premium-shell .module-form textarea:focus{border-color:#5cff6bb3;outline:3px solid #5cff6b24}.master-premium-shell .button-secondary{background:var(--master-panel-soft);color:var(--master-soft)}.master-premium-shell .button-danger{color:#fecdd3;background:#fb718529}.master-premium-shell table{min-width:680px}.master-premium-shell th,.master-premium-shell td{border-bottom-color:var(--master-border)}.master-premium-shell th{color:var(--master-muted)}.master-premium-shell td{color:var(--master-soft)}.master-premium-shell .generated-link{background:var(--master-panel-soft);border:1px solid var(--master-border)}.master-filter-row{grid-template-columns:minmax(220px,1fr) minmax(160px,220px) auto;gap:10px;margin-bottom:16px;display:grid}.master-filter-row input,.master-filter-row select{background:var(--master-panel-soft);border:1px solid var(--master-border);color:var(--master-text);border-radius:6px;min-height:44px;padding:0 12px}.master-form-grid{grid-template-columns:1fr}.master-form-actions,.master-pagination{flex-wrap:wrap;align-items:center;gap:10px;margin-top:8px;display:flex}.master-pagination{justify-content:flex-end;margin-top:16px}.master-pagination span{color:var(--master-muted);font-weight:700}.master-premium-shell button:disabled{opacity:.45}.master-premium-shell .error-message{color:#fecdd3;background:#fb718524;margin-bottom:16px}.master-premium-shell .success-message{color:#bbf7d0;background:#5cff6b1f;margin-bottom:16px}.master-finance-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem;margin-top:1.25rem;display:grid}.master-chart{width:100%;height:280px}.master-finance-legend{gap:.75rem;margin-top:1rem;display:grid}.master-finance-legend-item{background:#0f1720b8;border:1px solid #94a3b81f;border-radius:16px;justify-content:space-between;align-items:center;padding:.9rem 1rem;display:flex}.master-finance-legend-item strong{color:var(--master-text);font-size:.95rem}.master-finance-legend-item span{color:var(--master-soft);font-size:.92rem}.master-alert-list{gap:.85rem;display:grid}.master-alert-item{background:#0f1720b8;border:1px solid #94a3b824;border-radius:18px;padding:1rem 1.05rem}.master-alert-item strong{color:var(--master-text);margin-bottom:.35rem;display:block}.master-alert-item p{color:var(--master-soft);margin:0 0 .45rem}.master-alert-item span{color:var(--master-muted);font-size:.82rem}.master-alert-item.critical{border-color:#fb718559;box-shadow:inset 0 0 0 1px #fb71851f}.master-alert-item.warning{border-color:#f59e0b59;box-shadow:inset 0 0 0 1px #f59e0b1a}@media (width<=1240px){.master-premium-stats,.master-premium-shell .module-grid,.master-finance-grid,.master-module-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=960px){.master-premium-shell{grid-template-columns:1fr}.master-premium-sidebar{min-height:auto;position:static}.master-premium-nav{grid-template-columns:repeat(2,minmax(0,1fr))}.master-premium-topbar,.master-premium-page-header{flex-direction:column;align-items:flex-start}.master-premium-profile{flex-wrap:wrap}.master-premium-two-columns,.master-module-config-grid,.master-module-detail-header,.master-module-overview-grid,.master-module-technical-grid,.master-client-grid,.master-client-filter-row,.master-client-stats,.master-client-detail-grid,.master-client-detail-header,.master-client-module-item{grid-template-columns:1fr}.master-record-drawer-overlay{padding-left:16px}.master-client-module-item-side,.master-client-detail-badges,.master-client-detail-actions{justify-content:flex-start;justify-items:start}}@media (width<=680px){.master-premium-main{padding:0 16px 24px}.master-premium-nav,.master-premium-stats,.master-premium-shell .module-grid,.master-finance-grid,.master-module-stats{grid-template-columns:1fr}.master-premium-search{grid-template-columns:18px 1fr;width:100%}.master-filter-row{grid-template-columns:1fr}.master-premium-page-header h1{font-size:32px}.master-client-section{padding:16px}.master-client-section-header{grid-template-columns:1fr}.master-client-table{display:none}.master-client-card-list{gap:14px;display:grid}.master-record-drawer-overlay{padding-left:0}.master-record-drawer{width:100%;padding:18px 16px 28px}.master-module-config-header{grid-template-columns:1fr}.master-module-table{display:none}.master-module-card-list{gap:14px;display:grid}.master-module-detail-badges,.master-module-control-actions{justify-content:flex-start}}.mg-dashboard{--mg-bg:#05090d;--mg-panel:#0c1218;--mg-panel-2:#111922;--mg-panel-3:#151e27;--mg-border:#94a3b824;--mg-text:#f7fafc;--mg-muted:#8f9ca9;--mg-soft:#cbd5df;--mg-green:#5cff6b;--mg-green-2:#22c55e;--mg-blue:#60a5fa;--mg-red:#fb7185;--mg-yellow:#facc15;color:var(--mg-text);background:radial-gradient(circle at 30% -10%,#5cff6b1f,#0000 34%),linear-gradient(135deg,#05090d 0%,#071015 45%,#030608 100%);grid-template-columns:286px minmax(0,1fr);min-height:100vh;display:grid}.mg-dashboard button{color:inherit;background:0 0;border:1px solid #0000;border-radius:8px;min-height:0;padding:0}.mg-icon{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;width:18px;height:18px}.mg-sidebar{border-right:1px solid var(--mg-border);background:#03080ce0;flex-direction:column;min-height:100vh;padding:24px 18px;display:flex;position:sticky;top:0}.mg-logo{align-items:center;gap:12px;margin-bottom:30px;display:flex}.mg-logo>span{background:linear-gradient(135deg,#5cff6b29,#5cff6b05),#07120d;border:1px solid #5cff6b8c;border-radius:8px;width:34px;height:34px;position:relative;box-shadow:0 0 24px #5cff6b33}.mg-logo>span:before{border:2px solid var(--mg-green);content:"";border-left:0;border-radius:3px;width:11px;height:14px;position:absolute;top:8px;left:10px;transform:rotate(30deg)}.mg-logo strong{letter-spacing:0;font-size:20px;font-style:italic;line-height:1;display:block}.mg-logo small{color:var(--mg-muted);margin-top:4px;font-size:12px;display:block}.mg-nav{gap:24px;display:grid}.mg-nav-group{gap:7px;display:grid}.mg-nav-group p{color:#6f7d8b;letter-spacing:1.3px;text-transform:uppercase;margin:0 0 5px 8px;font-size:11px;font-weight:800}.mg-nav-item{color:#a7b1bd;text-align:left;align-items:center;gap:12px;min-height:44px;padding:0 12px;display:flex}.mg-nav-item:hover,.mg-nav-item.active{color:var(--mg-text);background:linear-gradient(90deg,#5cff6b2e,#5cff6b0a);border-color:#5cff6b2e}.mg-nav-item.active .mg-icon{color:var(--mg-green)}.mg-plan-card{background:linear-gradient(145deg, #5cff6b1f, #60a5fa0a), var(--mg-panel);border:1px solid var(--mg-border);border-radius:8px;margin-top:auto;padding:18px}.mg-plan-card span,.mg-eyebrow{color:var(--mg-green);letter-spacing:1px;text-transform:uppercase;font-size:12px;font-weight:800}.mg-plan-card strong{margin-top:8px;font-size:18px;display:block}.mg-plan-card p{color:var(--mg-muted);margin:8px 0 16px;font-size:13px;line-height:1.5}.mg-plan-card button,.mg-chip-button,.mg-date-filter button{color:#dcffe0;background:#5cff6b1f;border-color:#5cff6b38;min-height:38px;padding:0 14px;font-size:13px;font-weight:800}.mg-plan-card button{width:100%}.mg-main{min-width:0;padding:0 28px 34px}.mg-topbar{border-bottom:1px solid var(--mg-border);grid-template-columns:220px minmax(280px,1fr) auto;align-items:center;gap:20px;min-height:76px;display:grid}.mg-breadcrumb{color:var(--mg-muted);align-items:center;gap:10px;font-size:14px;display:flex}.mg-breadcrumb strong{color:var(--mg-text)}.mg-search{border:1px solid var(--mg-border);background:#111922db;border-radius:8px;grid-template-columns:18px 1fr auto;align-items:center;gap:10px;min-height:44px;padding:0 10px;display:grid}.mg-search input{color:var(--mg-text);background:0 0;border:0;outline:0;min-width:0}.mg-search kbd{border:1px solid var(--mg-border);color:var(--mg-muted);background:#1b2530;border-radius:5px;padding:4px 7px;font-size:11px}.mg-actions{align-items:center;gap:10px;display:flex}.mg-icon-button{background:var(--mg-panel);border-color:var(--mg-border);justify-content:center;align-items:center;width:40px;height:40px;display:flex}.mg-profile{align-items:center;gap:10px;padding-left:10px;display:flex}.mg-profile>span,.mg-client-avatar{color:#051008;background:linear-gradient(145deg,#9fffa8,#46d86a);border-radius:8px;justify-content:center;align-items:center;width:38px;height:38px;font-weight:900;display:inline-flex}.mg-profile strong,.mg-profile small{white-space:nowrap;display:block}.mg-profile small{color:var(--mg-muted);margin-top:2px;font-size:12px}.mg-profile button{border-color:var(--mg-border);color:var(--mg-soft);min-height:34px;padding:0 12px;font-size:12px;font-weight:800}.mg-hero{justify-content:space-between;align-items:end;gap:24px;padding:32px 0 22px;display:flex}.mg-hero h1{margin:8px 0;font-size:38px;line-height:1}.mg-hero p,.mg-panel-heading p{color:var(--mg-muted);margin:0}.mg-date-filter{gap:10px;display:flex}.mg-date-filter span{background:var(--mg-panel);border:1px solid var(--mg-border);color:var(--mg-soft);border-radius:8px;align-items:center;min-height:42px;padding:0 14px;font-size:14px;display:flex}.mg-layout{grid-template-columns:minmax(0,1fr) 360px;gap:18px;display:grid}.mg-content-grid{gap:18px;min-width:0;display:grid}.mg-stats-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.mg-stat-card,.mg-chart-card,.mg-side-card{background:linear-gradient(180deg, #ffffff09, transparent), var(--mg-panel);border:1px solid var(--mg-border);border-radius:8px;box-shadow:0 20px 60px #00000047}.mg-stat-card{min-height:176px;padding:18px;position:relative;overflow:hidden}.mg-card-topline{color:var(--mg-muted);justify-content:space-between;align-items:center;margin-bottom:12px;font-size:13px;display:flex}.mg-orb{border-radius:999px;width:34px;height:34px}.mg-orb-green{background:#5cff6b26;box-shadow:inset 0 0 0 1px #5cff6b29,0 0 24px #5cff6b2e}.mg-orb-blue{background:#60a5fa29;box-shadow:inset 0 0 0 1px #60a5fa2e,0 0 24px #60a5fa24}.mg-orb-red{background:#fb718524;box-shadow:inset 0 0 0 1px #fb718529,0 0 24px #fb718521}.mg-stat-card strong{font-size:30px;line-height:1;display:block}.mg-stat-meta{gap:8px;margin-top:10px;display:flex}.mg-stat-meta span{color:var(--mg-muted);font-size:13px}.mg-stat-meta .mg-positive{color:var(--mg-green);font-weight:900}.mg-stat-meta .mg-negative{color:var(--mg-red);font-weight:900}.mg-trend{width:100%;height:58px;position:absolute;bottom:0;left:0}.mg-trend-line{fill:none;stroke:var(--mg-green);stroke-width:2.2px}.mg-trend-fill{fill:#5cff6b1f;stroke:none}.mg-trend-blue .mg-trend-line{stroke:var(--mg-blue)}.mg-trend-blue .mg-trend-fill{fill:#60a5fa1f}.mg-trend-red .mg-trend-line{stroke:var(--mg-red)}.mg-trend-red .mg-trend-fill{fill:#fb71851c}.mg-analytics-grid{grid-template-columns:minmax(0,1.4fr) minmax(320px,.9fr);gap:18px;display:grid}.mg-chart-card,.mg-side-card{padding:20px}.mg-span-2{grid-column:span 1}.mg-panel-heading{justify-content:space-between;align-items:start;gap:14px;margin-bottom:18px;display:flex}.mg-panel-heading h2{margin:0 0 5px;font-size:17px}.mg-panel-heading p{font-size:13px}.mg-bars{border-bottom:1px solid var(--mg-border);border-left:1px solid var(--mg-border);grid-template-columns:repeat(6,minmax(40px,1fr));align-items:end;gap:18px;height:240px;padding:16px 8px 0 18px;display:grid}.mg-bar-column{grid-template-rows:1fr auto;align-items:center;gap:10px;height:100%;display:grid}.mg-bar-track{align-items:end;width:100%;height:100%;display:flex}.mg-bar-track span{background:linear-gradient(#75ff82,#208a3c);border-radius:5px 5px 0 0;width:100%;display:block;box-shadow:0 0 28px #5cff6b2e}.mg-bar-column small{color:var(--mg-muted)}.mg-donut-wrap{grid-template-columns:190px minmax(0,1fr);align-items:center;gap:22px;min-height:238px;display:grid}.mg-donut{border-radius:999px;justify-content:center;align-items:center;width:184px;height:184px;display:flex}.mg-donut>div{background:var(--mg-panel);border-radius:999px;flex-direction:column;justify-content:center;align-items:center;width:116px;height:116px;display:flex}.mg-donut span,.mg-legend p,.mg-finance-list span{color:var(--mg-muted)}.mg-donut strong{font-size:28px}.mg-legend{gap:12px;display:grid}.mg-legend div,.mg-finance-list div{grid-template-columns:auto 1fr auto;align-items:center;gap:9px;display:grid}.mg-legend span{border-radius:999px;width:9px;height:9px}.mg-legend p,.mg-legend strong{margin:0;font-size:13px}.mg-client-list{display:grid}.mg-client-row{border-bottom:1px solid var(--mg-border);grid-template-columns:minmax(240px,1fr) 130px 110px 74px;align-items:center;gap:16px;min-height:58px;display:grid}.mg-client-row>div{align-items:center;gap:10px;min-width:0;display:flex}.mg-client-row strong,.mg-client-row span{font-size:14px}.mg-client-row>span{color:var(--mg-muted)}.mg-client-row em{color:var(--mg-green);text-align:center;background:#5cff6b1f;border-radius:999px;padding:6px 10px;font-size:12px;font-style:normal;font-weight:800}.mg-client-avatar{flex:0 0 32px;width:32px;height:32px}.mg-right-panel{gap:14px;display:grid}.mg-side-card{background:#0c1218eb}.mg-activity-list,.mg-notification-list,.mg-finance-list{gap:12px;display:grid}.mg-activity{grid-template-columns:auto 1fr auto;align-items:start;gap:10px;display:grid}.mg-activity-dot{border-radius:999px;width:12px;height:12px;margin-top:4px}.mg-dot-green{background:var(--mg-green)}.mg-dot-blue{background:var(--mg-blue)}.mg-dot-yellow{background:var(--mg-yellow)}.mg-dot-red{background:var(--mg-red)}.mg-activity strong,.mg-activity p,.mg-activity time{font-size:13px}.mg-activity p{color:var(--mg-muted);margin:3px 0 0}.mg-activity time{color:#718091;white-space:nowrap}.mg-notification-list div{background:var(--mg-panel-3);border:1px solid var(--mg-border);color:var(--mg-soft);border-radius:8px;padding:12px;font-size:13px;line-height:1.45}.mg-finance-list div{border-bottom:1px solid var(--mg-border);grid-template-columns:1fr auto;padding-bottom:10px}.mg-finance-list div:last-child{border-bottom:0;padding-bottom:0}@media (width<=1320px){.mg-dashboard{grid-template-columns:250px minmax(0,1fr)}.mg-layout{grid-template-columns:1fr}.mg-right-panel{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=1080px){.mg-dashboard{grid-template-columns:1fr}.mg-sidebar{min-height:auto;position:static}.mg-nav{grid-template-columns:repeat(3,minmax(0,1fr))}.mg-plan-card{display:none}.mg-topbar{grid-template-columns:1fr;padding:16px 0}.mg-actions,.mg-hero{flex-direction:column;align-items:flex-start}.mg-stats-grid,.mg-right-panel{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=760px){.mg-main{padding:0 16px 24px}.mg-nav,.mg-stats-grid,.mg-analytics-grid,.mg-right-panel{grid-template-columns:1fr}.mg-date-filter{flex-direction:column;width:100%}.mg-date-filter span,.mg-date-filter button,.mg-search{width:100%}.mg-profile{flex-direction:column;align-items:flex-start;padding-left:0}.mg-donut-wrap{grid-template-columns:1fr;justify-items:center}.mg-client-row{grid-template-columns:1fr;align-items:start;padding:14px 0}.mg-bars{gap:10px;min-width:520px}.mg-chart-card{overflow-x:auto}}@media (width<=1100px){.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=820px){.master-shell{grid-template-columns:1fr}.master-sidebar{padding:18px}.master-sidebar nav{flex-direction:row;padding-bottom:4px;overflow-x:auto}.sidebar-item{flex:none}.master-content{padding:20px}.master-header,.module-page-header{flex-direction:column;align-items:flex-start}.master-user,.master-user button{width:100%}.metric-grid,.module-grid,.barber-grid,.barber-metrics,.approval-box{grid-template-columns:1fr}}
