@import "https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600;700&display=swap";*{box-sizing:border-box;margin:0;padding:0}:root{--rosa:#c9a0a0;--rosa-claro:#f2e4e1;--rosa-bg:#faf5f3;--verde:#8a9a7b;--verde-escuro:#6b7d5e;--texto:#4a3f3f;--texto-leve:#7a6b6b;--branco:#fff;--vermelho:#c0605a}body{background:var(--rosa-bg);color:var(--texto);font-family:Nunito,sans-serif;line-height:1.5}.loading{height:100vh;color:var(--texto-leve);justify-content:center;align-items:center;font-size:1.1rem;display:flex}.login-container{justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.login-form{background:var(--branco);text-align:center;border-radius:16px;width:100%;max-width:380px;padding:2.5rem;box-shadow:0 4px 24px #00000014}.login-form h1{color:var(--verde-escuro);margin-bottom:.2rem;font-size:1.8rem}.login-subtitle{color:var(--texto-leve);margin-bottom:1.5rem;font-size:.9rem}.login-form label{text-align:left;color:var(--texto-leve);margin-bottom:1rem;font-size:.85rem;font-weight:600;display:block}.login-form input{border:1px solid #ddd;border-radius:8px;width:100%;margin-top:.3rem;padding:.6rem .8rem;font-family:inherit;font-size:.95rem;transition:border-color .2s;display:block}.login-form input:focus{border-color:var(--rosa);outline:none}.login-form button{background:var(--verde-escuro);color:#fff;cursor:pointer;border:none;border-radius:8px;width:100%;margin-top:.5rem;padding:.7rem;font-family:inherit;font-size:.95rem;font-weight:600;transition:background .2s}.login-form button:hover{background:var(--verde)}.login-form button:disabled{opacity:.6;cursor:not-allowed}.erro{color:var(--vermelho);background:#fde8e8;border-radius:8px;margin-bottom:1rem;padding:.5rem .8rem;font-size:.85rem}.dash-header{background:var(--branco);border-bottom:1px solid var(--rosa-claro);z-index:50;justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex;position:sticky;top:0}.dash-header-left{align-items:center;gap:.8rem;display:flex}.dash-header h1{color:var(--verde-escuro);font-size:1.3rem}.dash-badge{background:var(--rosa-claro);color:var(--rosa);text-transform:uppercase;letter-spacing:.5px;border-radius:20px;padding:.2rem .6rem;font-size:.7rem;font-weight:700}.dash-header-right{gap:.6rem;display:flex}.btn-deploy{background:var(--verde-escuro);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.5rem 1.2rem;font-family:inherit;font-size:.85rem;font-weight:600;transition:background .2s}.btn-deploy:hover{background:var(--verde)}.btn-deploy.deploying{background:var(--texto-leve);cursor:wait}.btn-deploy.done{background:var(--verde)}.btn-deploy.error{background:var(--vermelho)}.btn-deploy:disabled{cursor:wait;opacity:.8}.btn-logout{color:var(--texto-leve);cursor:pointer;background:0 0;border:1px solid #ddd;border-radius:8px;padding:.5rem 1rem;font-family:inherit;font-size:.85rem;transition:all .2s}.btn-logout:hover{border-color:var(--vermelho);color:var(--vermelho)}.dash-main{width:100%;max-width:900px;margin:0 auto;padding:2rem}.dash-toolbar{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.dash-toolbar h2{color:var(--texto);font-size:1.3rem}.btn-novo{background:var(--rosa);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.5rem 1rem;font-family:inherit;font-size:.85rem;font-weight:600;transition:background .2s}.btn-novo:hover{background:var(--verde)}.produtos-lista{flex-direction:column;gap:.8rem;display:flex}.produto-row{background:var(--branco);border-radius:12px;align-items:center;gap:1rem;padding:1rem 1.2rem;transition:box-shadow .2s;display:flex;box-shadow:0 1px 6px #0000000a}.produto-row:hover{box-shadow:0 4px 16px #00000014}.produto-row.inativo{opacity:.5}.produto-row-ordem{flex-direction:column;gap:2px;display:flex}.btn-mover{cursor:pointer;color:var(--texto-leve);background:0 0;border:1px solid #ddd;border-radius:4px;padding:.1rem .4rem;font-size:.6rem;transition:all .2s}.btn-mover:hover:not(:disabled){border-color:var(--rosa);color:var(--rosa)}.btn-mover:disabled{opacity:.3;cursor:not-allowed}.produto-row-img{background:var(--rosa-claro);border-radius:8px;flex-shrink:0;width:56px;height:56px;overflow:hidden}.produto-row-img img{object-fit:cover;width:100%;height:100%}.produto-row-placeholder{opacity:.4;justify-content:center;align-items:center;width:100%;height:100%;font-size:1.2rem;display:flex}.produto-row-info{text-align:left;flex:1;min-width:0}.produto-row-info strong{color:var(--texto);font-size:.95rem;display:block}.produto-row-preco{color:var(--verde-escuro);font-size:.8rem;font-weight:600}.produto-row-info p{color:var(--texto-leve);white-space:nowrap;text-overflow:ellipsis;margin-top:.15rem;font-size:.78rem;overflow:hidden}.produto-row-acoes{flex-shrink:0;gap:.4rem;display:flex}.btn-ativo{border:1px solid var(--verde);color:var(--verde-escuro);cursor:pointer;background:0 0;border-radius:6px;padding:.3rem .6rem;font-family:inherit;font-size:.75rem;font-weight:600;transition:all .2s}.produto-row.inativo .btn-ativo{color:var(--texto-leve);border-color:#ddd}.btn-editar{border:1px solid var(--rosa);color:var(--rosa);cursor:pointer;background:0 0;border-radius:6px;padding:.3rem .6rem;font-family:inherit;font-size:.75rem;font-weight:600;transition:all .2s}.btn-editar:hover{background:var(--rosa);color:#fff}.btn-remover{color:var(--texto-leve);cursor:pointer;background:0 0;border:1px solid #ddd;border-radius:6px;padding:.3rem .6rem;font-family:inherit;font-size:.75rem;transition:all .2s}.btn-remover:hover{border-color:var(--vermelho);color:var(--vermelho)}.empty{text-align:center;color:var(--texto-leve);padding:3rem;font-size:.95rem}.form-overlay{z-index:100;background:#0006;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.produto-form{background:var(--branco);border-radius:16px;width:100%;max-width:480px;max-height:90vh;padding:2rem;overflow-y:auto;box-shadow:0 16px 48px #00000026}.produto-form h3{color:var(--verde-escuro);margin-bottom:1.2rem;font-size:1.2rem}.produto-form label{color:var(--texto-leve);margin-bottom:1rem;font-size:.82rem;font-weight:600;display:block}.produto-form input,.produto-form textarea{resize:vertical;border:1px solid #ddd;border-radius:8px;width:100%;margin-top:.3rem;padding:.55rem .8rem;font-family:inherit;font-size:.9rem;transition:border-color .2s;display:block}.produto-form input:focus,.produto-form textarea:focus{border-color:var(--rosa);outline:none}.form-acoes{justify-content:flex-end;gap:.6rem;margin-top:.5rem;display:flex}.btn-cancelar{color:var(--texto-leve);cursor:pointer;background:0 0;border:1px solid #ddd;border-radius:8px;padding:.5rem 1rem;font-family:inherit;font-size:.85rem}.btn-cancelar:hover{border-color:var(--texto);color:var(--texto)}.btn-salvar{background:var(--verde-escuro);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.5rem 1.2rem;font-family:inherit;font-size:.85rem;font-weight:600;transition:background .2s}.btn-salvar:hover{background:var(--verde)}.btn-salvar:disabled{opacity:.6;cursor:not-allowed}@media (width<=640px){.dash-header{text-align:center;flex-direction:column;gap:.8rem}.produto-row{flex-wrap:wrap}.produto-row-info p{white-space:normal}.produto-row-acoes{justify-content:flex-end;width:100%}}
