.home-root{color:#1a1a1a;background-color:#fff;flex-direction:column;min-height:100vh;font-family:Poppins,sans-serif;display:flex}.home-block__title{color:#171717;align-items:baseline;gap:.25rem;font-size:1.8rem;font-weight:700;display:inline-flex}.home-block__title-main{font-size:1.8rem;font-weight:700}.home-block__title-em{margin-left:.25rem;font-size:.9rem;font-weight:400}.home-block__title-category{color:#6b3ef7;font-size:.9rem;font-weight:600}.dashboard-categorias{background-color:#fff;border-radius:12px;margin:2rem 8%;padding:3rem 8%;box-shadow:0 4px 12px rgba(0,0,0,.05)}.dashboard-categorias h3{color:#1a1a1a;text-align:center;margin-bottom:1.5rem;font-size:1.8rem;font-weight:600}.categorias-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;display:grid}.categoria-btn:hover{color:#fff;background:#6c63ff;border-color:#6c63ff;transform:translateY(-2px);box-shadow:0 4px 8px rgba(108,99,255,.2)}.categoria-btn{color:#6c63ff;cursor:pointer;text-align:center;background:#f8f7ff;border:2px solid #e4e2ff;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;min-height:120px;padding:1.5rem .5rem;font-size:1rem;font-weight:600;transition:all .3s;display:flex}.categoria-icon{color:inherit;font-size:2.5rem;transition:transform .3s}.categoria-btn:hover .categoria-icon{transform:scale(1.1)}.home-produtos{padding:3rem 8%}.produto-grid{flex-wrap:wrap;gap:1.5rem;margin-top:1.5rem;display:flex}.produto-card{background:#fff;border-radius:10px;flex:200px;padding:1.5rem;transition:transform .2s;box-shadow:0 3px 8px rgba(0,0,0,.1)}.produto-card:hover{transform:translateY(-5px)}
