:root{color-scheme:light;font-family:Outfit,system-ui,sans-serif;line-height:1.5;font-weight:400;color:#23190f;background:radial-gradient(circle at top left,rgba(220,169,118,.16),transparent 34%),radial-gradient(circle at bottom right,rgba(148,109,64,.12),transparent 28%),#f4efe8;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--bg: #f4efe8;--card: rgba(255, 251, 246, .94);--card-soft: rgba(255, 248, 240, .92);--text: #23190f;--muted: #7b6a58;--line: rgba(115, 87, 55, .14);--primary: #ff7a1a;--primary-deep: #e85d04;--warning: #b97a15;--success: #2d8a58;--danger: #c44d4d;--shadow: 0 18px 40px rgba(70, 45, 18, .08);--radius-lg: 28px;--radius-md: 18px;--radius-sm: 12px}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;color:var(--text);background:transparent}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}img{max-width:100%;display:block}#root{min-height:100vh}.app-shell{min-height:100vh;display:grid;grid-template-columns:300px 1fr}.sidebar{padding:24px;border-right:1px solid var(--line);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffcf8b8;position:sticky;top:0;height:100vh;display:flex;flex-direction:column;gap:24px}.sidebar-head{display:flex;gap:16px;align-items:center}.brand-logo{width:68px;height:68px;border-radius:20px;object-fit:cover;box-shadow:var(--shadow)}.brand-title{margin:2px 0 4px;font-size:1.15rem}.brand-subtitle{margin:0;color:var(--muted);font-size:.93rem}.eyebrow{margin:0;font-size:.78rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--primary-deep)}.sidebar-nav{display:flex;flex-direction:column;gap:8px}.nav-link,.mobile-nav-link{border-radius:999px;padding:12px 16px;color:var(--muted);transition:.2s ease}.nav-link.active,.mobile-nav-link.active,.nav-link:hover,.mobile-nav-link:hover{background:#c66f2d1f;color:var(--text)}.sidebar-foot{margin-top:auto}.app-main{display:flex;flex-direction:column;min-width:0}.topbar{padding:26px 32px 16px;display:flex;justify-content:space-between;gap:16px;align-items:flex-start}.topbar-title{margin:6px 0 0;font-size:clamp(1.4rem,2.2vw,2rem)}.topbar-actions,.detail-actions,.action-row{display:flex;gap:10px;flex-wrap:wrap}.content{padding:0 32px 112px}.page{display:flex;flex-direction:column;gap:22px}.page-section{display:flex;flex-direction:column;gap:14px}.section-head{display:flex;justify-content:space-between;gap:16px;align-items:flex-end}.section-head h2{margin:0;font-size:1.35rem}.section-head p{margin:4px 0 0;color:var(--muted)}.card{border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--card);box-shadow:var(--shadow)}.hero-card,.company-hero,.profile-card,.pix-card,.subscription-card{padding:24px}.seller-hero{padding:16px;overflow:hidden}.seller-cover,.company-cover{border-radius:24px;min-height:230px;background-size:cover;background-position:center;display:flex;align-items:end;padding:24px}.seller-brand{display:flex;align-items:center;gap:18px;color:#fff}.seller-logo,.company-logo-large{width:88px;height:88px;border-radius:22px;object-fit:cover;border:2px solid rgba(255,255,255,.78)}.hero-copy{margin:8px 0 0;max-width:720px}.hero-meta{margin-top:14px;display:flex;gap:12px;align-items:center;flex-wrap:wrap}.stack,.stack-sm,.pix-info,.selected-box,.plan-benefits{display:flex;flex-direction:column;gap:12px}.stack-sm{gap:8px}.muted{color:var(--muted)}.danger-text{color:var(--danger)}.btn{border:1px solid transparent;border-radius:999px;padding:12px 18px;background:#c66f2d24;color:var(--text);transition:.2s ease}.btn:hover{transform:translateY(-1px)}.btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn-primary{background:linear-gradient(135deg,var(--primary),var(--primary-deep));color:#fff}.btn-secondary{background:#fff8f0f5;border-color:var(--line)}.btn-danger{background:#c44d4d1f;color:var(--danger);border-color:#c44d4d2e}.btn-ghost{background:transparent;border-color:var(--line)}.btn-sm{padding:8px 12px}.status-pill,.tag{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:6px 12px;font-size:.82rem;font-weight:600}.tag{background:#c66f2d1f;color:var(--primary-deep)}.status-pill.success{background:#2d8a581f;color:var(--success)}.status-pill.warning{background:#b97a1524;color:#9a660d}.status-pill.neutral{background:#7b6a581f;color:#655647}.status-pill.danger{background:#c44d4d1f;color:var(--danger)}.toolbar-row,.filter-inline,.pill-group,.summary-grid,.stat-grid,.shortcut-grid,.listing-grid,.image-grid{display:flex;gap:12px;flex-wrap:wrap}.filter-inline{align-items:center}.filter-inline input,.search-bar input,.form-field input,.form-field select,.form-field textarea,.selected-meta input{width:100%;border:1px solid var(--line);border-radius:16px;padding:13px 14px;background:#fffdfaf0;color:var(--text)}.selected-meta input{max-width:180px}.search-bar input{min-width:260px}.pill-btn{border:1px solid var(--line);border-radius:999px;padding:10px 14px;background:#fffbf6fa;color:var(--text)}.pill-btn.active{background:#c66f2d29;border-color:#c66f2d47}.stat-grid,.summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}.summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.stat-card,.summary-card{border-radius:var(--radius-md);padding:18px;background:var(--card-soft);border:1px solid var(--line);display:flex;flex-direction:column;gap:8px}.stat-card strong,.summary-card strong{font-size:1.65rem}.shortcut-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.shortcut-card{text-align:left;min-height:136px;border:1px solid var(--line);border-radius:22px;background:linear-gradient(160deg,#fffcf7fa,#faf3ecf5),var(--card);padding:18px;display:flex;flex-direction:column;gap:8px}.shortcut-card strong{font-size:1.03rem}.shortcut-card span{color:var(--muted)}.listing-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.listing-grid.list-only{grid-template-columns:1fr}.entity-card{display:grid;grid-template-columns:120px 1fr;gap:14px;align-items:stretch}.seller-card{border:1px solid var(--line);border-radius:22px;background:var(--card);overflow:hidden}.selectable{width:100%;text-align:left}.selectable.selected{outline:2px solid rgba(198,111,45,.32)}.entity-media{width:100%;height:100%;min-height:150px;object-fit:cover}.entity-body{padding:18px 18px 18px 0;display:flex;flex-direction:column;gap:8px}.entity-topline{display:flex;justify-content:space-between;gap:8px;align-items:center;flex-wrap:wrap}.entity-body strong{font-size:1.05rem}.entity-body p{margin:0;color:var(--muted)}.line-clamp{display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.form-field,.switch-field{display:flex;flex-direction:column;gap:8px;font-weight:600}.field-full{grid-column:1 / -1}.switch-field{flex-direction:row;align-items:center;gap:10px}.form-field textarea{min-height:132px;resize:vertical}.image-grid{margin-top:8px}.image-chip{width:136px;border:1px solid var(--line);border-radius:18px;overflow:hidden;background:#fffcf8f5}.image-chip img{width:100%;height:92px;object-fit:cover}.chip-remove{width:100%;border:0;background:transparent;padding:10px 12px;color:var(--danger)}.profile-head,.report-row,.selected-row,.counter-row,.plan-head,.plan-actions{display:flex;justify-content:space-between;gap:14px;align-items:center;flex-wrap:wrap}.profile-avatar{width:76px;height:76px;border-radius:24px;object-fit:cover}.plan-card.current{border-color:#2d8a5838}.plan-card{padding:22px}.plan-price{display:flex;flex-direction:column;align-items:flex-end;gap:2px;font-size:1.5rem}.plan-price span{font-size:.88rem;color:var(--muted);font-weight:500}.plan-head h3,.plan-head p,.plan-benefits span{margin:0}.plan-head{align-items:flex-start}.plan-benefits{padding-top:6px}.subscription-card p{margin:6px 0 0}.pix-card{display:grid;grid-template-columns:220px 1fr;gap:20px;align-items:center}.pix-qr-box{padding:18px;border-radius:24px;background:#fff8f0f0;border:1px solid var(--line)}.pix-qr{width:100%;aspect-ratio:1;object-fit:contain}.empty-state{padding:24px;gap:8px}.mobile-nav{position:fixed;bottom:14px;left:50%;transform:translate(-50%);width:min(92vw,760px);padding:10px;border:1px solid var(--line);border-radius:999px;background:#fffcf8f0;display:none;justify-content:space-between;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:var(--shadow)}.auth-page{min-height:100vh;display:grid;place-items:center;padding:24px}.auth-card{width:min(100%,480px);padding:32px;border-radius:30px;border:1px solid var(--line);background:#fffcf8f5;box-shadow:var(--shadow)}.auth-card h1{margin:12px 0 6px}.auth-card>p{margin:0 0 22px;color:var(--muted)}.auth-logo{width:84px;height:84px;border-radius:22px;object-fit:cover}.auth-footer{margin-top:16px;text-align:center}.error-text{color:var(--danger)}@media (max-width: 1180px){.app-shell{grid-template-columns:1fr}.sidebar{display:none}.content{padding:0 18px 108px}.topbar{padding:18px 18px 12px}.mobile-nav{display:flex}.shortcut-grid,.listing-grid,.stat-grid{grid-template-columns:1fr 1fr}}@media (max-width: 760px){.topbar,.section-head,.pix-card,.entity-card,.plan-head,.plan-actions{grid-template-columns:1fr;flex-direction:column;align-items:stretch}.entity-card{display:block}.entity-body{padding:16px}.form-grid,.shortcut-grid,.listing-grid,.stat-grid,.summary-grid{grid-template-columns:1fr}.search-bar input{min-width:0}.seller-brand{flex-direction:column;align-items:flex-start}}.seller-shell{display:block}.seller-main .content{width:min(100%,430px);margin:0 auto;padding:24px 12px 56px}.page-mobile{gap:18px}.page-mobile .page-section{gap:12px}.page-mobile .section-head{align-items:center}.page-mobile .section-head h2,.screen-hero-copy h1{font-size:1.1rem;margin:0}.page-mobile .section-head p,.screen-hero-copy p{margin:4px 0 0;font-size:.92rem;color:#917d68}.screen-hero{display:flex;flex-direction:column;gap:14px;padding-top:6px}.screen-hero-head{display:flex;align-items:center;gap:14px}.screen-hero-copy{display:flex;flex-direction:column}.screen-hero-body{display:flex;flex-direction:column;gap:12px}.back-button{width:38px;height:38px;border:0;border-radius:999px;background:linear-gradient(135deg,#ff9d3a,#ff7f11);color:#fff;font-weight:700;box-shadow:0 10px 24px #c66f2d2e}.page-mobile .seller-hero,.seller-home-card{padding:12px;border-radius:26px}.page-mobile .seller-cover,.seller-cover-home{min-height:148px;padding:18px;border-radius:24px}.page-mobile .seller-brand,.seller-brand-home{align-items:flex-end;gap:12px}.page-mobile .seller-brand h1,.seller-brand-copy h1{font-size:1.65rem;line-height:1.05}.seller-brand-copy{color:#fff}.page-mobile .seller-logo{width:54px;height:54px;border-radius:16px}.page-mobile .hero-meta,.seller-plan-row{margin-top:12px;gap:10px}.mobile-pill-group{gap:10px}.page-mobile .pill-btn{padding:10px 16px;background:#fff}.page-mobile .pill-btn.active{background:#ff8c242e;border-color:#ff8c2447}.mobile-filter-card,.seller-form-card,.company-preview-card{padding:18px;border-radius:24px;gap:14px}.mobile-filter-card{display:flex;flex-direction:column}.seller-form-card.form-grid,.page-mobile .form-grid{grid-template-columns:1fr;gap:12px}.category-picker{display:flex;flex-direction:column;gap:10px}.category-picker-title{font-weight:700}.switch-field-block{justify-content:space-between;align-items:center;padding:14px 16px;border:1px solid var(--line);border-radius:18px;background:#fffdfaf0}.switch-field-block>div{display:flex;flex-direction:column;gap:4px}.upload-summary{font-size:.92rem}.upload-trigger{display:inline-flex;justify-content:center;align-items:center;min-height:48px;padding:0 16px;border:1px solid var(--line);border-radius:999px;background:#fff;font-weight:600}.visually-hidden-input{position:absolute;opacity:0;pointer-events:none;width:1px;height:1px}.page-mobile .search-bar input,.search-bar.compact input{min-width:0;min-height:52px;border-radius:18px}.page-mobile .stat-grid,.seller-stat-grid,.page-mobile .summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.page-mobile .stat-card,.page-mobile .summary-card{min-height:96px;justify-content:space-between;box-shadow:none}.page-mobile .stat-card strong,.page-mobile .summary-card strong{font-size:1.7rem}.page-mobile .shortcut-grid,.seller-shortcut-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.page-mobile .shortcut-card{min-height:104px;padding:14px 10px;justify-content:center;align-items:center;text-align:center;border-radius:20px;background:#fff;box-shadow:none}.page-mobile .shortcut-card strong{font-size:1rem}.page-mobile .listing-grid,.seller-catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.page-mobile .listing-grid.list-only{grid-template-columns:1fr}.page-mobile .entity-card,.seller-catalog-card{display:block;border-radius:22px;overflow:hidden}.page-mobile .entity-media{width:100%;height:148px;min-height:148px}.page-mobile .entity-body{padding:14px}.page-mobile .entity-topline{align-items:flex-start}.page-mobile .detail-actions{display:grid;grid-template-columns:1fr}.latest-card{width:100%;padding:16px 18px;text-align:left;border-radius:20px;background:#fff}.link-action{border:0;background:transparent;color:var(--primary);font-weight:700}.info-card{padding:14px 16px;border-radius:18px;box-shadow:none}.company-preview-card .company-cover{min-height:170px}.install-card{display:grid;gap:.5rem}.home-install-card{display:grid;gap:1rem;padding:1.35rem;align-items:start}.home-install-card .stack{display:grid;gap:.55rem}.home-install-card .btn{width:100%;justify-content:center}@media (max-width: 420px){.seller-main .content{padding-inline:10px}.page-mobile .shortcut-grid,.seller-shortcut-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
