@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";*,*:before,*:after{box-sizing:border-box}:root{--color-primary: #FFB800;--color-primary-light: #FFC933;--color-primary-dark: #E5A600;--color-secondary: #1A1A2E;--color-bg: #F4F5F7;--color-paper: #FFFFFF;--color-border: #E1E4E8;--color-text: #0D0D0D;--color-text-muted: #5C5C6B;--height-input: 44px;--height-btn: 40px;--height-btn-lg: 44px;--radius-sm: 6px;--radius-md: 8px;--radius-lg: 12px;--transition: all .2s cubic-bezier(.25, .46, .45, .94);--sidebar-width: 240px;--sidebar-collapsed: 64px}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;overflow-x:hidden}html,body{max-width:100vw;width:100%;overflow-x:hidden}body{margin:0;min-width:0;min-height:100vh;background-color:var(--color-bg);color:var(--color-text);font-family:Inter,Roboto,Helvetica Neue,Arial,sans-serif;font-size:15px;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root,#root>div,main{max-width:100vw;width:100%;overflow-x:hidden;min-width:0}p,span,h1,h2,h3,h4,h5,h6,li,a{overflow-wrap:break-word;word-wrap:break-word;word-break:break-word}::-webkit-scrollbar{width:7px;height:7px}::-webkit-scrollbar-track{background:#0000000a}::-webkit-scrollbar-thumb{background:#ffb80040;border-radius:4px;transition:var(--transition)}::-webkit-scrollbar-thumb:hover{background:#ffb80080}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes gradientShift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes shimmer{0%{background-position:-200% center}to{background-position:200% center}}.fade-in{animation:fadeIn .3s ease forwards}.fade-in-1{animation:fadeIn .3s ease .05s both}.fade-in-2{animation:fadeIn .3s ease .1s both}.fade-in-3{animation:fadeIn .3s ease .15s both}.fade-in-4{animation:fadeIn .3s ease .2s both}.fade-in-5{animation:fadeIn .3s ease .25s both}.pulse{animation:pulse 1.5s ease-in-out infinite}.spin{animation:spin 1s linear infinite}.gradient-text{background:linear-gradient(135deg,#ffb800,#ffc933,#e5a600);background-size:200% auto;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:gradientShift 6s ease infinite}.skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% auto;animation:shimmer 1.5s ease-in-out infinite;border-radius:var(--radius-md)}body[data-theme=pressmart]{background-color:#fff!important;color:#1a1a1a!important}body[data-theme=pressmart] .MuiCard-root{border-radius:8px!important}body[data-theme=pressmart] .MuiButton-root{border-radius:0!important}body[data-theme=pressmart] .MuiButton-root.pressmart-filter-category{border-radius:999px!important}body[data-theme=pressmart] .MuiButton-root.pressmart-filter-clear{border-radius:10px!important}body[data-theme=pressmart] .MuiButton-root.pressmart-descontos-cta,body[data-theme=pressmart] .MuiButton-root.pressmart-descontos-header{border-radius:12px!important}body[data-theme=pressmart] .MuiGrid-item>div[style*=backgroundColor]{border-radius:12px!important}.text-ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.divider-amber{height:3px;background:linear-gradient(90deg,var(--color-primary),transparent);border-radius:2px;margin:8px 0}
