@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#121827;background:#f6f8fc;font-synthesis:none;--admin-bg: #f6f8fc;--surface: #fff;--primary: #0969f5;--primary-soft: #edf4ff;--text: #121827;--muted: #748198;--border: #e3e9f2;--success: #20ad68;--warning: #f59e0b;--danger: #ef4444;--shadow: 0 8px 28px rgba(31, 52, 87, .07)}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{min-width:320px;background:var(--admin-bg)}button,input,select,textarea{font:inherit}button{cursor:pointer}a{color:inherit}.spin{animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.admin-app{min-height:100vh;display:flex}.sidebar{position:fixed;z-index:30;inset:0 auto 0 0;width:224px;display:flex;flex-direction:column;padding:20px 12px 16px;background:#fff;border-right:1px solid var(--border)}.sidebar-head{display:flex;align-items:center;justify-content:space-between;padding:0 8px 22px}.brand{display:inline-flex;align-items:center;gap:11px}.brand>span:last-child{display:flex;align-items:baseline;gap:5px;white-space:nowrap}.brand strong{font-size:15px;letter-spacing:-.03em}.brand small{color:var(--muted);font-size:12px;font-weight:600}.brand-mark{width:34px;height:34px;border-radius:10px;background:linear-gradient(145deg,#1578ff,#0057e8);box-shadow:0 7px 17px #0969f540;display:flex;align-items:end;justify-content:center;gap:3px;padding:9px 8px}.brand-mark i{width:3px;border-radius:4px;background:#fff;display:block}.brand-mark i:nth-child(1){height:9px}.brand-mark i:nth-child(2){height:16px}.brand-mark i:nth-child(3){height:12px}.sidebar nav{display:grid;gap:4px}.sidebar nav button{border:0;background:transparent;color:#637087;border-radius:9px;display:flex;align-items:center;gap:12px;width:100%;height:43px;padding:0 13px;font-size:13px;font-weight:500;text-align:left;transition:.18s ease}.sidebar nav button:hover{background:#f5f8fd;color:var(--text)}.sidebar nav button.active{background:var(--primary-soft);color:var(--primary);font-weight:600}.sidebar-spacer{flex:1}.system-chip{display:flex;align-items:center;gap:10px;min-height:50px;margin:8px 3px 12px;padding:9px 11px;border:1px solid #e8eef6;border-radius:9px;background:#fafcff}.system-chip i{width:9px;height:9px;border-radius:50%;background:var(--success);box-shadow:0 0 0 4px #eaf8f1}.system-chip span,.admin-profile>span:nth-child(2){min-width:0;display:grid;gap:2px;text-align:left}.system-chip strong,.admin-profile strong{font-size:11px;font-weight:600}.system-chip small,.admin-profile small{color:var(--muted);font-size:10px}.admin-profile{min-height:61px;padding:8px 10px;border-radius:9px;border:1px solid var(--border);background:#fff;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:9px}.admin-profile:hover{background:#fafcff}.admin-profile svg{color:#9aa6b8}.avatar{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;color:#536176;background:#edf1f7;font-weight:700;text-transform:uppercase;flex:0 0 auto}.avatar.small{width:34px;height:34px;font-size:13px}.avatar.large{width:58px;height:58px;border-radius:16px;font-size:21px;color:var(--primary);background:var(--primary-soft)}.sidebar-close{display:none!important}.app-main{flex:1;min-width:0;margin-left:224px}.topbar{min-height:75px;padding:15px 22px 12px 28px;display:flex;align-items:center;gap:16px}.page-title{flex:1;min-width:0}.page-title h1{margin:0 0 4px;font-size:21px;letter-spacing:-.035em}.page-title p{margin:0;color:var(--muted);font-size:11px}.header-actions{display:flex;align-items:center;gap:11px}.icon-button{border:1px solid var(--border);background:#fff;color:#65738a;width:36px;height:36px;border-radius:9px;display:inline-grid;place-items:center}.icon-button:hover{color:var(--primary);border-color:#cbdcf8}.notification-button{position:relative}.notification-button i{position:absolute;top:7px;right:7px;width:6px;height:6px;border-radius:50%;background:var(--primary);border:1px solid white}.header-user{display:flex;align-items:center;gap:9px;padding-left:4px}.header-user>span:nth-child(2){display:grid;gap:2px}.header-user strong{font-size:11px}.header-user small{color:var(--muted);font-size:9px}.header-user svg{color:#98a4b6}.menu-button,.logout-button{display:none}.content{padding:0 22px 28px 28px;max-width:1600px;margin:0 auto}.page-stack{display:grid;gap:12px}.card{min-width:0;background:#fff;border:1px solid var(--border);border-radius:11px;box-shadow:0 2px 8px #21365506}.section-header{min-height:47px;padding:13px 17px 9px;display:flex;align-items:center;justify-content:space-between;gap:10px}.section-header h2{margin:0;font-size:14px;letter-spacing:-.015em}.primary-button,.secondary-button,.danger-button{min-height:36px;border-radius:8px;padding:0 14px;border:1px solid transparent;display:inline-flex;align-items:center;justify-content:center;gap:7px;font-size:12px;font-weight:600}.primary-button{color:#fff;background:var(--primary);box-shadow:0 6px 15px #0969f52e}.primary-button:hover{background:#005ce0}.secondary-button{color:#344056;background:#fff;border-color:var(--border)}.secondary-button:hover{border-color:#bdcbe0;background:#fafcff}.danger-button{color:#fff;background:var(--danger)}.danger-button.ghost{color:var(--danger);background:#fff;border-color:#ffd5d5;box-shadow:none}.link-button{border:0;background:transparent;color:var(--primary);font-size:11px;font-weight:600;padding:7px 0;display:inline-flex;align-items:center;gap:5px}.automation-card{min-height:116px;padding:17px 18px;display:grid;grid-template-columns:minmax(260px,1fr) minmax(340px,1.55fr) auto;align-items:center;gap:25px}.automation-main{display:flex;gap:14px;align-items:center}.automation-mark{width:57px;height:57px;flex:0 0 auto;border-radius:13px;background:var(--primary-soft);color:var(--primary);display:grid;place-items:center}.eyebrow{color:#8591a6;font-size:9px;font-weight:600;text-transform:uppercase;letter-spacing:.08em}.automation-title{display:flex;align-items:center;gap:10px;margin:5px 0}.automation-title h2{margin:0;font-size:16px}.automation-main p,.automation-detail p{margin:0;color:var(--muted);font-size:10px;line-height:1.5}.automation-process{border-left:1px solid var(--border);padding-left:25px;display:grid;gap:5px}.automation-process>span{color:var(--muted);font-size:9px}.automation-process>strong{font-size:11px}.process-steps{display:flex;align-items:center;margin-top:4px}.process-steps i{width:23px;height:23px;border-radius:50%;background:#f4f6fa;color:#aab5c5;display:grid;place-items:center;font-style:normal;border:1px solid #dbe3ef}.process-steps i.done{color:#fff;background:var(--primary);border-color:var(--primary)}.process-steps em{flex:1;height:3px;background:var(--primary)}.process-steps em:last-of-type{background:linear-gradient(90deg,var(--primary) 50%,#dce4f0 50%)}.process-labels{display:flex;justify-content:space-between;color:var(--muted);font-size:8px}.metric-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:11px}.metric-card{min-height:83px;padding:14px 16px;display:flex;align-items:center;gap:13px}.metric-icon{width:42px;height:42px;border-radius:10px;display:grid;place-items:center;flex:0 0 auto}.metric-icon.blue{color:var(--primary);background:var(--primary-soft)}.metric-icon.green{color:var(--success);background:#eaf8f1}.metric-icon.orange{color:var(--warning);background:#fff7e9}.metric-card>div{display:grid;gap:2px;min-width:0}.metric-card small{color:var(--muted);font-size:9px}.metric-card strong{font-size:21px;letter-spacing:-.04em}.metric-card>div>span:last-child{color:#9aa6b8;font-size:8px}.metric-value-row{display:flex;align-items:center;gap:8px}.metric-delta{font-size:8px;border-radius:5px;padding:3px 5px;font-weight:700}.metric-delta.positive{color:var(--success);background:#eaf8f1}.metric-delta.negative{color:var(--danger);background:#fff0f0}.metric-delta.neutral{color:var(--muted);background:#f2f5f9}.dashboard-main-grid{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(290px,.9fr);gap:11px}.segmented{display:inline-flex;border:1px solid var(--border);border-radius:7px;padding:2px;background:#f8fafe}.segmented button{height:25px;padding:0 10px;border:0;border-radius:5px;color:var(--muted);background:transparent;font-size:9px;font-weight:600}.segmented button.active{color:var(--primary);background:#fff;box-shadow:0 1px 4px #1428461a}.chart-legend{padding:0 19px 3px;color:var(--muted);font-size:8px;display:flex;align-items:center;gap:6px}.chart-legend i{width:13px;height:2px;background:var(--primary)}.trend-chart{padding:0 12px 10px}.trend-chart svg{width:100%;height:179px;overflow:visible}.chart-grid{stroke:#edf1f6;stroke-width:1}.chart-line{fill:none;stroke:var(--primary);stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.chart-dot{fill:#fff;stroke:var(--primary);stroke-width:3}.chart-labels{display:flex;justify-content:space-between;padding:0 18px;color:var(--muted);font-size:8px}.attention-list{padding:0 14px;display:grid;gap:7px}.attention-row{min-height:55px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;width:100%;padding:8px 10px;border:1px solid #e8edf4;border-radius:8px;background:#fff;text-align:left}.attention-row:hover{border-color:#cfd9e8}.attention-icon{width:32px;height:32px;border-radius:8px;display:grid;place-items:center}.attention-icon.warning{color:var(--warning);background:#fff8eb}.attention-icon.danger{color:var(--danger);background:#fff0f0}.attention-row>span:nth-child(2){display:grid;gap:3px}.attention-row strong{font-size:10px}.attention-row small{color:var(--muted);font-size:8px}.attention-row>svg{color:#a5b0c0}.attention-list+.link-button{margin:4px 15px 7px}.data-table-wrap{width:100%;overflow-x:auto}.data-table{width:100%;border-collapse:collapse;min-width:760px}.data-table th{height:35px;padding:5px 16px;color:#8a96a9;font-size:8px;font-weight:500;text-align:left;border-bottom:1px solid var(--border);white-space:nowrap}.data-table td{height:49px;padding:7px 16px;font-size:10px;border-bottom:1px solid #edf1f5;vertical-align:middle}.data-table tbody tr{cursor:pointer;transition:background .15s}.data-table tbody tr:hover{background:#f9fbff}.data-table tbody tr:last-child td{border-bottom:0}.entity-cell{display:flex;align-items:center;gap:9px;min-width:170px}.entity-cell>span:last-child,.two-line{display:grid;gap:3px}.entity-cell strong,.two-line strong{font-size:10px;white-space:nowrap}.entity-cell small,.two-line small{color:var(--muted);font-size:8px;white-space:nowrap}.app-logo{width:31px;height:31px;border-radius:8px;object-fit:cover;flex:0 0 auto}.app-logo-fallback{color:#fff;background:linear-gradient(145deg,#197bff,#0758d8);display:grid;place-items:center;font-size:13px;font-weight:700}.status-badge{display:inline-flex;align-items:center;justify-content:center;min-height:22px;padding:3px 7px;border-radius:5px;font-size:8px;font-weight:600;white-space:nowrap;color:#59657a;background:#f1f4f8}.status-running,.status-verifying,.status-queued{color:var(--primary);background:var(--primary-soft)}.status-completed,.status-paid,.status-active,.status-online{color:var(--success);background:#eaf8f1}.status-failed,.status-cancelled,.status-blocked{color:var(--danger);background:#fff0f0}.status-paused,.status-checking,.status-created,.status-not-configured{color:#c37803;background:#fff6e5}.progress-cell{min-width:155px}.progress-wrap{min-width:110px}.progress-copy{display:none}.progress-track{height:4px;border-radius:4px;background:#e6ebf2;overflow:hidden;margin-top:5px}.progress-track i{display:block;height:100%;border-radius:inherit;background:var(--primary)}.progress-cell .progress-wrap{max-width:140px}.toolbar{min-height:59px;padding:11px 14px;display:flex;align-items:center;gap:9px;border-bottom:1px solid var(--border)}.search-field{width:min(390px,45vw);height:36px;display:flex;align-items:center;gap:8px;padding:0 11px;border:1px solid var(--border);border-radius:8px;background:#fff;color:#9aa6b8}.search-field:focus-within{border-color:#9dc1fa;box-shadow:0 0 0 3px #edf4ff}.search-field input{flex:1;min-width:0;border:0;outline:0;color:var(--text);font-size:11px;background:transparent}.toolbar select{height:36px;min-width:150px;border:1px solid var(--border);border-radius:8px;padding:0 30px 0 10px;color:#465267;background:#fff;font-size:10px}.toolbar .secondary-button:last-child{margin-left:auto}.toolbar-note{display:flex;align-items:center;gap:7px;color:var(--muted);font-size:10px}.page-state{min-height:230px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:#8a96aa;text-align:center;padding:24px}.page-state strong{color:#4d596d;font-size:12px}.page-state span{font-size:10px}.page-state.error svg{color:var(--danger)}.page-state.tall{min-height:420px}.page-error{margin:10px 14px}.row-actions{display:flex;gap:5px}.success-icon-button,.danger-icon-button{width:30px;height:30px;border:0;border-radius:7px;display:grid;place-items:center}.success-icon-button{color:var(--success);background:#eaf8f1}.danger-icon-button{color:var(--danger);background:#fff0f0}.tx-code{display:inline-block;max-width:170px;overflow:hidden;text-overflow:ellipsis;color:#647187;font-size:9px;white-space:nowrap}.transaction-type{display:inline-flex;align-items:center;gap:7px;font-weight:600;white-space:nowrap}.transaction-type.positive,.money-positive{color:var(--success)}.transaction-type.negative,.money-negative{color:#d44a4a}.finance-metrics{grid-template-columns:repeat(2,minmax(200px,320px))}.modal-layer{position:fixed;z-index:80;top:0;right:0;bottom:0;left:0;display:flex;justify-content:flex-end;background:#12182757;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.detail-drawer{width:min(560px,100vw);height:100%;background:#fff;box-shadow:-14px 0 45px #1426412e;overflow-y:auto}.detail-drawer>header{position:sticky;top:0;z-index:2;min-height:67px;display:flex;align-items:center;justify-content:space-between;padding:14px 20px;background:#fffffff2;border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.detail-drawer>header h2{margin:0;font-size:17px}.drawer-body{padding:20px}.detail-stack{display:grid;gap:20px}.detail-hero,.client-hero{display:flex;align-items:center;gap:12px}.detail-hero>div:nth-child(2),.client-hero>div:nth-child(2){flex:1;min-width:0}.detail-hero .app-logo{width:48px;height:48px;border-radius:12px}.detail-hero h3,.client-hero h3{margin:0 0 5px;font-size:15px}.detail-hero a,.client-hero a{color:var(--muted);font-size:10px;text-decoration:none;display:inline-flex;align-items:center;gap:4px}.detail-kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.detail-kpis>div{min-width:0;padding:13px;border-radius:9px;border:1px solid var(--border);display:grid;gap:5px}.detail-kpis small{color:var(--muted);font-size:9px}.detail-kpis strong{font-size:12px;overflow:hidden;text-overflow:ellipsis}.client-link{display:flex;align-items:center;gap:10px;border:1px solid var(--border);border-radius:9px;background:#fafcff;padding:10px;text-align:left}.client-link>span:nth-child(2){display:grid;gap:3px}.client-link strong{font-size:10px}.client-link small{color:var(--muted);font-size:9px}.detail-actions{display:flex;flex-wrap:wrap;gap:7px}.detail-section-title{font-size:12px;margin:0 0 11px}.timeline{display:grid}.timeline>div{min-height:45px;display:grid;grid-template-columns:13px 1fr;gap:9px;position:relative}.timeline>div:before{content:"";position:absolute;width:1px;top:10px;bottom:-2px;left:5px;background:#dfe6f0}.timeline>div:last-child:before{display:none}.timeline i{width:11px;height:11px;border:3px solid var(--primary-soft);border-radius:50%;background:var(--primary);z-index:1}.timeline span{display:grid;gap:3px;align-content:start}.timeline strong{font-size:10px}.timeline small{color:var(--muted);font-size:9px}.compact-list{display:grid;border:1px solid var(--border);border-radius:9px;overflow:hidden}.compact-list>div{min-height:52px;display:flex;align-items:center;gap:9px;padding:8px 10px;border-bottom:1px solid var(--border)}.compact-list>div:last-child{border-bottom:0}.compact-list>div>span:nth-child(2){flex:1;display:grid;gap:3px}.compact-list strong{font-size:10px}.compact-list small{color:var(--muted);font-size:8px}.dialog{align-self:center;margin:auto;width:min(430px,calc(100vw - 28px));padding:24px;border-radius:14px;background:#fff;box-shadow:0 20px 70px #0f203a40}.dialog-icon{width:44px;height:44px;border-radius:12px;display:grid;place-items:center;color:var(--primary);background:var(--primary-soft)}.dialog-icon.danger{color:var(--danger);background:#fff0f0}.dialog h2{margin:16px 0 7px;font-size:18px}.dialog p{color:var(--muted);font-size:11px;line-height:1.5}.dialog label{display:grid;gap:7px;margin-top:16px;color:#546176;font-size:10px;font-weight:600}.dialog textarea{min-height:83px;resize:vertical;padding:10px;border:1px solid var(--border);border-radius:8px;outline:0;font-size:11px}.dialog textarea:focus{border-color:#96bcfa;box-shadow:0 0 0 3px var(--primary-soft)}.dialog-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:18px}.inline-error{color:#d73b3b;background:#fff3f3;border-radius:7px;padding:8px 10px;font-size:10px}.automation-detail{padding:24px;display:flex;align-items:center;gap:15px}.automation-detail>div{flex:1}.automation-detail h2{margin:6px 0;font-size:18px}.system-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.system-grid .card{padding:18px;display:flex;align-items:center;gap:12px}.system-icon{width:43px;height:43px;border-radius:10px;display:grid;place-items:center}.system-icon.success{color:var(--success);background:#eaf8f1}.system-icon.muted{color:#8b97a9;background:#f1f4f8}.system-grid .card>div{display:grid;gap:3px}.system-grid small{color:var(--muted);font-size:9px}.system-grid strong{font-size:13px}.system-grid span{color:var(--muted);font-size:8px}.information-card{padding:18px;display:flex;gap:12px;color:#9f680a;background:#fffbf1;border-color:#f6e6bd}.information-card h3{margin:0 0 7px;font-size:12px}.information-card p{margin:0;color:#826f4c;font-size:10px;line-height:1.55}.page-inline-actions{display:flex;justify-content:flex-end}.report-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:11px}.report-grid .card{min-height:120px;padding:17px;display:grid;gap:8px}.report-grid .card>span{width:37px;height:37px;border-radius:9px;display:grid;place-items:center;color:var(--primary);background:var(--primary-soft)}.report-grid small{color:var(--muted);font-size:9px}.report-grid strong{font-size:22px}.summary-rows{padding:4px 17px 16px}.summary-rows>div,.tier-list>div{min-height:42px;display:flex;align-items:center;justify-content:space-between;gap:15px;border-bottom:1px solid var(--border);font-size:10px}.summary-rows>div:last-child,.tier-list>div:last-child{border-bottom:0}.summary-rows span,.tier-list span{color:var(--muted)}.audit-list{display:grid;padding:5px 17px 14px}.audit-list article{min-height:73px;display:flex;gap:12px;padding:12px 0;border-bottom:1px solid var(--border)}.audit-list article:last-child{border-bottom:0}.audit-icon{width:34px;height:34px;border-radius:9px;display:grid;place-items:center;color:var(--primary);background:var(--primary-soft);flex:0 0 auto}.audit-list article>div{display:grid;gap:4px}.audit-list strong{font-size:11px}.audit-list p{margin:0;color:#59667a;font-size:10px}.audit-list small{color:var(--muted);font-size:8px}.settings-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;padding:5px 17px 12px}.settings-summary>div{padding:12px;border:1px solid var(--border);border-radius:8px;display:grid;gap:4px}.settings-summary small{color:var(--muted);font-size:9px}.settings-summary strong{font-size:13px}.tier-list{padding:0 17px}.settings-note{margin:12px 17px 16px;padding:10px;border-radius:7px;color:#826f4c;background:#fffbf1;font-size:9px}.apps-list{margin:3px 17px 16px}.app-orders-count{color:var(--muted);font-size:9px}.auth-screen{min-height:100vh;display:grid;grid-template-columns:1.05fr .95fr;background:#fff}.auth-visual{position:relative;overflow:hidden;padding:38px 50px;color:#fff;background:linear-gradient(145deg,#075be0,#0b70fa 52%,#0555cc);display:flex;flex-direction:column}.auth-visual:before,.auth-visual:after{content:"";position:absolute;border:1px solid rgba(255,255,255,.12);border-radius:50%}.auth-visual:before{width:560px;height:560px;right:-230px;top:-150px}.auth-visual:after{width:380px;height:380px;right:-90px;bottom:-180px}.auth-visual .brand{position:relative;z-index:1}.auth-visual .brand-mark{background:#ffffff2e;box-shadow:none}.auth-visual .brand small{color:#ffffffb3}.auth-message{position:relative;z-index:1;margin:auto 0;max-width:590px}.eyebrow.light{color:#ffffffbf;display:inline-flex;align-items:center;gap:7px}.auth-message h1{margin:18px 0;font-size:clamp(38px,5vw,64px);line-height:1.05;letter-spacing:-.06em}.auth-message p{max-width:520px;margin:0;color:#ffffffbf;font-size:14px;line-height:1.7}.auth-status{position:relative;z-index:1;display:flex;align-items:center;gap:11px}.auth-status i{width:10px;height:10px;border-radius:50%;background:#51e59d;box-shadow:0 0 0 5px #51e59d29}.auth-status span{display:grid;gap:3px}.auth-status strong{font-size:11px}.auth-status small{color:#ffffffa8;font-size:9px}.auth-panel{display:grid;place-items:center;padding:30px}.auth-card{width:min(390px,100%)}.auth-shield{width:52px;height:52px;margin-bottom:22px;border-radius:14px;display:grid;place-items:center;color:var(--primary);background:var(--primary-soft)}.auth-card h2{margin:8px 0;font-size:28px;letter-spacing:-.04em}.auth-card>p{margin:0 0 28px;color:var(--muted);font-size:12px;line-height:1.55}.auth-card form{display:grid;gap:13px}.auth-card label{display:grid;gap:8px;color:#4c586b;font-size:10px;font-weight:600}.auth-card input{height:45px;padding:0 13px;border:1px solid var(--border);border-radius:9px;outline:0;color:var(--text);background:#fff}.auth-card input:focus{border-color:#8fb8f9;box-shadow:0 0 0 3px var(--primary-soft)}.auth-card .code-input{font-size:19px;letter-spacing:.28em;text-align:center}.auth-submit{height:45px;width:100%;margin-top:3px}.auth-back{justify-self:center}.auth-error{margin:0;padding:9px 11px;color:#cc3b3b;background:#fff1f1;border-radius:7px;font-size:10px}.auth-note{margin-top:22px;padding-top:18px;border-top:1px solid var(--border);color:var(--muted);font-size:9px;display:flex;align-items:center;gap:7px}.boot-screen{min-height:100vh;display:grid;place-items:center;align-content:center;gap:23px}.mobile-overlay{display:none}@media(max-width:1180px){.metric-grid{grid-template-columns:repeat(2,1fr)}.dashboard-main-grid{grid-template-columns:1fr}.automation-card{grid-template-columns:1fr auto}.automation-process{grid-row:2;grid-column:1 / -1;border-left:0;border-top:1px solid var(--border);padding:15px 0 0}.report-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:900px){.sidebar{transform:translate(-100%);transition:transform .2s ease;box-shadow:14px 0 40px #192a4426}.sidebar.open{transform:translate(0)}.sidebar-close{display:inline-grid!important}.app-main{margin-left:0}.menu-button,.logout-button{display:inline-grid}.mobile-overlay{display:block;position:fixed;z-index:25;top:0;right:0;bottom:0;left:0;border:0;visibility:hidden;opacity:0;background:#12182759;transition:.2s}.mobile-overlay.visible{visibility:visible;opacity:1}.system-grid,.auth-screen{grid-template-columns:1fr}.auth-visual{display:none}}@media(max-width:640px){.topbar{min-height:70px;padding:12px 14px}.content{padding:0 12px 20px}.page-title p,.header-user,.notification-button{display:none}.page-title h1{font-size:18px}.metric-grid,.report-grid,.finance-metrics,.automation-card{grid-template-columns:1fr}.automation-card>.secondary-button{width:100%}.toolbar{flex-wrap:wrap}.search-field{width:100%}.toolbar select{flex:1}.toolbar .secondary-button:last-child{margin-left:0}.detail-kpis,.settings-summary{grid-template-columns:1fr}.automation-detail{align-items:flex-start;flex-wrap:wrap}.drawer-body{padding:15px}}
