.household-prod-tabs{display:grid;grid-template-columns:repeat(6,1fr);gap:4px;border:1px solid #e7e5e4;background:#fff;padding:4px;border-radius:16px;margin:10px 0 16px}.household-prod-tabs button{border:0;background:transparent;border-radius:12px;padding:9px 5px;font-size:.72rem;font-weight:800;color:#78716c}.household-prod-tabs button.active{background:#047857;color:#fff}.household-prod-card{margin-top:12px}.hp-member{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 0;border-top:1px solid #e7e5e4}.hp-member:first-of-type{border-top:0}.hp-member small{display:block;color:#78716c;margin-top:2px}.hp-member button,.hp-role{border:0;border-radius:12px;background:#eff6ff;color:#1d4ed8;padding:8px 11px;font-weight:800;font-size:.78rem}.hp-check{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 0;border-top:1px solid #e7e5e4}.hp-check input{width:18px;height:18px}.hp-notes{margin-top:14px;border-top:1px solid #e7e5e4}.hp-notes p{padding:10px 0;margin:0;border-bottom:1px solid #e7e5e4}.hp-notes small{display:block;color:#78716c;margin-top:3px}.hp-themes{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin-top:12px}.hp-themes button{border:1px solid #e7e5e4;background:#fff;border-radius:14px;padding:8px;text-align:left}.hp-themes span{display:inline-block;width:24px;height:18px;border-radius:6px;margin-right:3px}.hp-themes b{display:block;margin-top:5px;font-size:.75rem}.hp-data{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:12px}.hp-data button,.hp-data a{display:grid;place-items:center;min-height:48px;border:1px solid #d6d3d1;border-radius:14px;background:#fff;color:#1c1917;text-decoration:none;font-weight:800;font-size:.82rem}.hp-modal{position:fixed;inset:0;z-index:90;background:#0008;display:flex;align-items:flex-end;justify-content:center}.hp-sheet{width:100%;max-width:520px;max-height:90vh;overflow:auto;background:#fff;border-radius:26px 26px 0 0;padding:20px}.hp-sheet-head{display:flex;justify-content:space-between;gap:12px}.hp-sheet-head h2{margin:2px 0 0;font-family:Georgia,serif}.hp-sheet-head button{border:0;background:#f5f5f4;border-radius:999px;width:38px;height:38px;font-size:22px}.hp-sheet>label:not(.hp-check){display:block;font-weight:800;margin:12px 0}.hp-sheet select{width:100%;margin-top:5px;border:1px solid #d6d3d1;border-radius:12px;padding:11px;background:#fff}@media(max-width:700px){.household-prod-tabs{grid-template-columns:repeat(3,1fr)}.hp-themes{grid-template-columns:repeat(2,1fr)}.hp-data{grid-template-columns:1fr}}@media(min-width:640px){.hp-modal{align-items:center}.hp-sheet{border-radius:26px}}