@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=Outfit:wght@500;700;800&display=swap";:root{--bg:#f5efe7;--bg-alt:#fffaf5;--surface:#ffffffd1;--surface-strong:#fffdfb;--ink:#1f2937;--muted:#6b7280;--line:#94a3b838;--brand:#d86f11;--brand-dark:#a95006;--accent:#0f766e;--shadow:0 22px 60px #68370c24}*{box-sizing:border-box}html,body,#root{min-height:100%}body{color:var(--ink);background:radial-gradient(circle at 0 0,#d86f1129,#0000 24%),radial-gradient(circle at 100% 100%,#0f766e1f,#0000 26%),linear-gradient(#fff8f1 0%,#f3ede6 100%);margin:0;font-family:DM Sans,sans-serif}a{color:inherit;text-decoration:none}button,input{font:inherit}.eyebrow{text-transform:uppercase;letter-spacing:.14em;color:var(--brand-dark);margin:0 0 10px;font-size:12px;font-weight:700}.login-screen{justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.login-card{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:var(--surface);border:1px solid var(--line);width:100%;max-width:420px;box-shadow:var(--shadow);border-radius:28px;gap:32px;padding:48px 42px 36px;display:grid}.login-brand{align-items:center;display:flex}.login-logo{object-fit:contain;width:auto;height:48px}.shell-logo{object-fit:contain;width:auto;height:36px}.login-header{gap:8px;display:grid}.login-title{color:var(--ink);margin:0;font-family:Outfit,sans-serif;font-size:clamp(22px,4vw,28px);font-weight:700;line-height:1.15}.login-subtitle{color:var(--muted);margin:0;font-size:15px;line-height:1.5}.login-form{gap:16px;display:grid}.login-form label{color:var(--ink);gap:8px;font-size:14px;font-weight:500;display:grid}.login-form input{background:#ffffffc7;border:1px solid #64748b40;border-radius:14px;height:52px;padding:0 16px;font-size:15px;transition:border-color .15s}.login-form input:focus{border-color:var(--brand);outline:none}.login-footer{text-align:center;color:var(--muted);margin:0;font-size:12px}.shell-topbar,.hero-panel,.client-card,.kpi-card-lite,.screen-message-card{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow)}.shell-topbar h1,.hero-panel h2,.screen-message-card h2{margin:0;font-family:Outfit,sans-serif;line-height:1.02}.hero-panel p,.client-card p,.screen-message-card p{color:var(--muted);line-height:1.6}.client-status{letter-spacing:.08em;text-transform:uppercase;color:var(--brand-dark);background:#d86f111f;border-radius:999px;align-items:center;gap:8px;padding:8px 12px;font-size:12px;font-weight:700;display:inline-flex}.primary-button,.ghost-button{cursor:pointer;border:0;border-radius:16px;transition:transform .16s,box-shadow .16s,background .16s}.primary-button{color:#fff;background:linear-gradient(135deg,#e07d17 0%,#a95006 100%);min-height:54px;font-weight:700;box-shadow:0 16px 32px #a850063d}.primary-button:hover,.ghost-button:hover{transform:translateY(-1px)}.primary-button:disabled{opacity:.7;cursor:wait}.ghost-button{background:#ffffffa8;border:1px solid #64748b33;min-height:46px;padding:0 18px}.mock-box,.error-box{border-radius:18px;margin-top:18px;padding:16px 18px}.mock-box{background:#0f766e14;border:1px solid #0f766e2e}.error-box{color:#991b1b;background:#dc26261a;border:1px solid #dc262629}.shell{min-height:100vh;padding:20px}.shell--iframe{flex-direction:column;height:100vh;padding:12px;display:flex}.shell--iframe .shell-main{flex-direction:column;flex:1;min-height:0;padding:12px 0 0;display:flex}.shell-topbar{border-radius:24px;justify-content:space-between;align-items:center;gap:20px;padding:24px 28px;display:flex}.shell-title{flex-direction:column;gap:4px;display:flex}.shell-topbar h1{margin:0;font-size:clamp(28px,3vw,44px)}.back-button{cursor:pointer;color:var(--brand);background:0 0;border:none;align-items:center;gap:6px;padding:0;font-size:18px;font-weight:700;transition:color .15s;display:flex}.back-button:hover{color:var(--brand-dark)}.shell-actions{align-items:center;gap:14px;display:flex}.user-badge{text-align:right;gap:2px;display:grid}.user-badge span{font-weight:700}.user-badge small{color:var(--muted)}.shell-main{padding:24px 0 0}.client-iframe{border:none;border-radius:20px;flex:1;width:100%;min-height:0;display:block}.page-grid{gap:20px;display:grid}.hero-panel{border-radius:28px;padding:32px}.kpi-row{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.kpi-card-lite{border-radius:24px;gap:10px;padding:24px;display:grid}.kpi-card-lite span{color:var(--muted)}.kpi-card-lite strong{font-size:22px;line-height:1.2}.card-stack{gap:16px;display:grid}.client-card{border-radius:26px;justify-content:space-between;gap:24px;padding:24px;display:flex}.client-summary-grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:10px;margin-top:18px;display:grid}.client-summary-pill{background:#ffffff8f;border:1px solid #d86f1124;border-radius:16px;gap:4px;padding:12px 14px;display:grid}.client-summary-pill strong{font-family:Outfit,sans-serif;font-size:20px}.client-summary-pill span,.client-summary-muted,.client-summary-error{color:var(--muted);font-size:13px}.client-summary-error{color:#991b1b}.client-card h3{margin:12px 0 10px;font-family:Outfit,sans-serif;font-size:28px}.client-meta{min-width:220px;color:var(--muted);text-align:right;align-content:space-between;justify-items:end;gap:20px;display:grid}.inline-button{justify-content:center;align-items:center;padding:0 22px;display:inline-flex}.screen-message{place-items:center;min-height:100vh;padding:24px;display:grid}.legacy-layout{grid-template-rows:auto 1fr;gap:12px;min-height:100vh;padding:12px;display:grid}.legacy-toolbar{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border:1px solid var(--line);box-shadow:var(--shadow);background:#ffffffe6;border-radius:24px;justify-content:space-between;align-items:center;gap:16px;padding:16px 18px;display:flex}.legacy-toolbar-copy{gap:3px;display:grid}.legacy-toolbar-copy strong{font-size:20px}.legacy-toolbar-copy span{color:var(--muted);font-size:14px}.legacy-toolbar-actions{align-items:center;gap:10px;display:flex}.legacy-link-button{justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.legacy-frame{width:100%;height:calc(100vh - 108px);box-shadow:var(--shadow);background:#fff;border:0;border-radius:24px}.screen-message-card{border-radius:28px;width:min(560px,100%);padding:32px}@media (width<=960px){.login-layout{grid-template-columns:1fr;padding:18px}.login-panel{justify-self:stretch;max-width:none}.shell-topbar,.client-card,.legacy-toolbar,.legacy-toolbar-actions{flex-direction:column;align-items:flex-start}.legacy-frame{height:calc(100vh - 172px)}.client-meta{text-align:left;justify-items:flex-start;width:100%}.kpi-row{grid-template-columns:1fr}.wizard-actions{flex-direction:column}.preview-table-wrap{overflow-x:auto}}.upload-wizard{max-width:860px;margin:0 auto;padding:2rem 1.5rem 4rem}.upload-type-cards{grid-template-columns:1fr 1fr;gap:1rem;margin-top:.5rem;display:grid}.upload-type-card{background:var(--surface,#fff);border:1.5px solid var(--border,#e5e7eb);cursor:pointer;text-align:left;border-radius:12px;flex-direction:column;align-items:flex-start;gap:.4rem;padding:1.4rem 1.25rem;font-family:inherit;transition:border-color .15s,box-shadow .15s;display:flex}.upload-type-card:hover{border-color:var(--accent,#2563eb);box-shadow:0 0 0 3px #2563eb1a}.upload-type-icon{font-size:1.75rem;line-height:1}.upload-type-label{color:var(--ink,#111);font-size:1rem;font-weight:700}.upload-type-desc{color:var(--muted,#6b7280);font-size:.82rem;line-height:1.45}.upload-type-desc code{background:var(--bg,#f9fafb);border:1px solid var(--border,#e5e7eb);border-radius:3px;padding:0 3px;font-family:Courier New,monospace;font-size:.78rem}@media (width<=540px){.upload-type-cards{grid-template-columns:1fr}}.upload-step{flex-direction:column;gap:1.5rem;display:flex}.upload-step--center{text-align:center;align-items:center}.wizard-header h2{color:var(--ink);margin:.25rem 0 0;font-family:Outfit,sans-serif;font-size:1.75rem}.wizard-subtitle{color:var(--muted);margin:.5rem 0 0;font-size:.95rem}.wizard-form{background:var(--surface-strong);border:1px solid var(--line);border-radius:14px;flex-direction:column;gap:1.25rem;padding:1.75rem;display:flex}.form-field{flex-direction:column;gap:.4rem;display:flex}.form-field label{color:var(--ink);font-size:.875rem;font-weight:500}.form-field input[type=month],.form-field input[type=file]{border:1px solid var(--line);background:var(--bg-alt);color:var(--ink);border-radius:8px;outline:none;padding:.55rem .75rem;font-family:DM Sans,sans-serif;font-size:.9rem;transition:border-color .15s}.form-field input[type=month]:focus,.form-field input[type=file]:focus{border-color:var(--brand)}.file-ok{color:var(--accent);font-size:.82rem;font-weight:500}.file-error{color:#dc2626;font-size:.82rem;font-weight:500}.validation-badge{border-radius:10px;padding:.85rem 1.25rem;font-size:.925rem;font-weight:500}.validation-badge--ok{color:#15803d;background:#f0fdf4;border:1px solid #bbf7d0}.validation-badge--warning{color:#b45309;background:#fffbeb;border:1px solid #fde68a}.validation-badge--error{color:#dc2626;background:#fef2f2;border:1px solid #fecaca}.issues-details{background:var(--surface-strong);border:1px solid var(--line);border-radius:10px;overflow:hidden}.issues-details summary{cursor:pointer;color:var(--muted);-webkit-user-select:none;user-select:none;padding:.75rem 1.25rem;font-size:.875rem;font-weight:500}.issues-details summary:hover{color:var(--ink)}.issue-list{flex-direction:column;gap:.5rem;margin:0;padding:0 1.25rem 1rem;list-style:none;display:flex}.issue-item{border-radius:7px;align-items:flex-start;gap:.6rem;padding:.5rem .75rem;font-size:.875rem;line-height:1.5;display:flex}.issue-item--blocker{color:#991b1b;background:#fef2f2}.issue-item--warning{color:#92400e;background:#fffbeb}.issue-tag{letter-spacing:.05em;white-space:nowrap;opacity:.85;background:currentColor;border-radius:4px;flex-shrink:0;padding:.15rem .45rem;font-size:.7rem;font-weight:700}.issue-item--blocker .issue-tag{color:#fff;opacity:1;background:#dc2626}.issue-item--warning .issue-tag{color:#fff;opacity:1;background:#d97706}.preview-section{background:var(--surface-strong);border:1px solid var(--line);border-radius:14px;overflow:hidden}.preview-title{color:var(--ink);border-bottom:1px solid var(--line);align-items:center;gap:.75rem;margin:0;padding:1rem 1.25rem;font-size:.9rem;font-weight:600;display:flex}.preview-count{color:var(--muted);background:var(--bg);border-radius:20px;padding:.2rem .6rem;font-size:.78rem;font-weight:400}.preview-table-wrap{padding:0 0 .5rem;overflow-x:auto}.preview-table{border-collapse:collapse;width:100%;font-size:.875rem}.preview-table th{text-align:left;color:var(--muted);text-transform:uppercase;letter-spacing:.04em;white-space:nowrap;padding:.6rem 1rem;font-size:.78rem;font-weight:600}.preview-table td{border-top:1px solid var(--line);color:var(--ink);white-space:nowrap;padding:.55rem 1rem}.preview-table tbody tr:hover td{background:var(--bg)}.demanda-tag{background:var(--bg);color:var(--muted);text-transform:uppercase;border-radius:20px;padding:.15rem .55rem;font-size:.75rem;font-weight:600}.wizard-actions{align-items:center;gap:.75rem;display:flex}.wizard-actions--center{justify-content:center}.upload-progress{flex-direction:column;align-items:center;gap:.75rem;width:100%;max-width:480px;display:flex}.progress-bar{background:var(--line);border-radius:99px;width:100%;height:10px;overflow:hidden}.progress-fill{background:var(--brand);border-radius:99px;height:100%;transition:width .3s}.progress-label{color:var(--brand);font-size:1.1rem;font-weight:700}.upload-result{border-radius:16px;flex-direction:column;align-items:center;gap:1rem;width:100%;max-width:520px;padding:2.5rem;display:flex}.upload-result--ok{background:#f0fdf4;border:1px solid #bbf7d0}.upload-result--error{background:#fef2f2;border:1px solid #fecaca}.result-icon{border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;font-size:1.75rem;font-weight:700;display:flex}.upload-result--ok .result-icon{color:#15803d;background:#dcfce7}.upload-result--error .result-icon{color:#dc2626;background:#fee2e2}.upload-result h2{margin:0;font-family:Outfit,sans-serif}.upload-result p{color:var(--muted);margin:0;font-size:.95rem;line-height:1.6}.result-warning{color:#b45309!important;font-size:.875rem!important}.client-actions{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.store-checklist{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.5rem;margin:.75rem 0;display:grid}.store-checklist-item{border-radius:8px;align-items:flex-start;gap:.5rem;padding:.5rem .75rem;font-size:.875rem;line-height:1.4;display:flex}.store-checklist-item--ok{color:#15803d;background:#f0fdf4}.store-checklist-item--warn{color:#b45309;background:#fffbeb}.store-checklist-item--missing{color:#9ca3af;background:#f9fafb}.store-check-icon{flex-shrink:0;width:16px;font-weight:700}.store-check-label{font-weight:500}.store-check-warnings{color:#b45309;margin-top:.125rem;font-size:.75rem;display:block}.field-hint{color:var(--muted);font-size:.85rem;font-weight:400}.wizard-hint{border-left:3px solid var(--accent);color:var(--muted);background:#f8fafc;border-radius:10px;margin-top:1.5rem;padding:1rem 1.25rem;font-size:.875rem;line-height:1.6}.wizard-hint p{margin:0}.result-highlight{font-weight:500;color:#15803d!important;font-size:1rem!important}.client-page{flex-direction:column;min-height:100vh;display:flex}.historico-panel{background:var(--surface,#fff);border-bottom:1px solid #e5e7eb;padding:2rem 2.5rem 1.5rem}.historico-panel--loading{justify-content:center;align-items:center;min-height:80px;display:flex}.historico-loading{color:var(--muted);font-size:.9rem}.historico-header{margin-bottom:1.5rem}.historico-title-row{flex-wrap:wrap;align-items:center;gap:1.5rem;margin-bottom:.25rem;display:flex}.historico-title{color:var(--text,#111);margin:0;font-family:Outfit,sans-serif;font-size:1.5rem;font-weight:700}.historico-subtitle{color:var(--muted,#6b7280);margin:0;font-size:.85rem}.historico-section{margin-top:2rem}.section-title{color:var(--text,#111);align-items:center;gap:.75rem;margin:0 0 1rem;font-family:Outfit,sans-serif;font-size:1.05rem;font-weight:600;display:flex}.month-selector{align-items:center;gap:.6rem;display:flex}.month-selector-label{color:var(--muted);white-space:nowrap;font-size:.85rem;font-weight:500}.month-selector-select{color:var(--text,#111);cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:7px;outline:none;padding:.35rem .75rem;font-size:.9rem;transition:border-color .15s}.month-selector-select:focus{border-color:var(--accent,#2563eb)}.kpi-grid{flex-wrap:wrap;gap:1rem;display:flex}.kpi-card{background:#f8fafc;border:1px solid #e5e7eb;border-radius:12px;flex-direction:column;flex:1;gap:.25rem;min-width:160px;max-width:240px;padding:1rem 1.25rem;display:flex}.kpi-card--accent{background:#eff6ff;border-color:#bfdbfe}.kpi-label{color:var(--muted,#6b7280);text-transform:uppercase;letter-spacing:.04em;font-size:.78rem;font-weight:500}.kpi-value{color:var(--text,#111);font-family:Outfit,sans-serif;font-size:1.4rem;font-weight:700;line-height:1.2}.kpi-card--accent .kpi-value{color:#1d4ed8}.kpi-sub{color:var(--muted);font-size:.78rem}.chart-wrap{background:#f8fafc;border:1px solid #e5e7eb;border-radius:12px;padding:1.25rem 1rem .75rem;overflow-x:auto}.chart-bars{align-items:flex-end;gap:.5rem;min-width:0;height:140px;display:flex}.chart-bar-col{flex-direction:column;flex:1;align-items:center;min-width:48px;max-width:80px;height:100%;display:flex}.chart-bar-value{color:var(--muted);text-align:center;white-space:nowrap;text-overflow:ellipsis;width:100%;margin-bottom:2px;font-size:.6rem;overflow:hidden}.chart-bar-outer{flex:1;align-items:flex-end;width:100%;display:flex}.chart-bar-inner{background:linear-gradient(#3b82f6,#1d4ed8);border-radius:4px 4px 0 0;width:100%;min-height:2px;transition:height .3s}.chart-bar-label{color:var(--muted);text-align:center;margin-top:4px;font-size:.65rem}.legacy-section{flex-direction:column;flex:1;display:flex}.legacy-header{background:#f1f5f9;border-bottom:1px solid #e5e7eb;padding:.6rem 2.5rem}.legacy-badge{color:#94a3b8;text-transform:uppercase;letter-spacing:.06em;font-size:.75rem;font-weight:600}.faturas-checklist{flex-direction:column;gap:.4rem;display:flex}.faturas-row{background:#f8fafc;border-radius:8px;flex-wrap:wrap;align-items:center;gap:1rem;padding:.5rem .75rem;font-size:.875rem;display:flex}.faturas-unit{min-width:180px;color:var(--text,#111);font-weight:500}.faturas-links{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.faturas-link{color:#1d4ed8;background:#eff6ff;border:1px solid #bfdbfe;border-radius:6px;align-items:center;gap:.25rem;padding:.25rem .65rem;font-size:.8rem;font-weight:500;text-decoration:none;transition:background .15s;display:inline-flex}.faturas-link:hover{background:#dbeafe}.faturas-link--rel{color:#15803d;background:#f0fdf4;border-color:#bbf7d0}.faturas-link--rel:hover{background:#dcfce7}.faturas-missing{color:#d1d5db;font-size:.8rem}@media (width<=480px){.shell{padding:8px}.shell--iframe{padding:0}.shell--iframe .shell-topbar{border-radius:0;min-height:52px;padding:10px 14px}.shell--iframe .shell-main{padding:0}.shell--iframe .client-iframe{border-radius:0}.user-badge{display:none}.back-button{white-space:nowrap;text-overflow:ellipsis;max-width:140px;font-size:14px;overflow:hidden}.login-card{border-radius:20px;padding:32px 20px 28px}.upload-wizard{padding:1rem .75rem 3rem}.shell-topbar{flex-flow:row;align-items:center;gap:8px;min-height:40px;max-height:40px;padding:0 12px}.shell-title{flex-direction:row;flex:1;align-items:center;gap:10px;min-width:0}.shell-logo{flex-shrink:0;height:24px}.back-label{display:none}.back-arrow{color:var(--brand);font-size:18px;font-weight:700}.back-button{justify-content:center;align-items:center;min-width:32px;padding:0;font-size:18px;display:flex}.shell-actions{flex-shrink:0}.ghost-button{border-radius:8px;min-height:32px;padding:0 12px;font-size:13px}.shell{padding-bottom:env(safe-area-inset-bottom)}.shell--iframe .shell-main{padding:0;padding-bottom:env(safe-area-inset-bottom)}}
