.customer-app .pv-dots{justify-content:center;gap:6px;display:flex}.customer-app .pv-dots i{background:var(--line);border-radius:999px;width:7px;height:7px;transition:width .2s,background .2s}.customer-app .pv-dots i.on{background:var(--rose);width:20px}.customer-app .pv-pills{flex-wrap:wrap;gap:10px;display:flex}.customer-app .pv-pill{border:1.5px solid var(--line);min-width:96px;min-height:50px;color:var(--plum);cursor:pointer;background:#fff;border-radius:14px;flex:1;justify-content:center;align-items:center;font-size:14.5px;font-weight:700;transition:border-color .2s;display:flex}.customer-app .pv-pill input{opacity:0;pointer-events:none;position:absolute}.customer-app .pv-pill:has(input:checked){border-color:var(--rose);box-shadow:0 0 0 1.5px var(--rose) inset;color:var(--rose)}.customer-app .pv-pill:has(input:focus-visible){outline:2px solid var(--rose);outline-offset:2px}.customer-app .pv-chips{flex-wrap:wrap;justify-content:center;gap:9px;display:flex}.customer-app .pv-chip{border:1.5px solid var(--line);color:var(--plum);cursor:pointer;background:#fff;border-radius:999px;padding:10px 15px;font-size:14px;font-weight:700;transition:border-color .15s}.customer-app .pv-chip input{opacity:0;pointer-events:none;position:absolute}.customer-app .pv-chip small{color:var(--muted);margin-inline-start:5px;font-weight:600}.customer-app .pv-chip:has(input:checked){border-color:var(--rose);box-shadow:0 0 0 1.5px var(--rose) inset;color:var(--rose)}.customer-app .pv-chip:has(input:checked) small{color:inherit}.customer-app .pv-chip:has(input:focus-visible){outline:2px solid var(--rose);outline-offset:2px}.customer-app .pv-hourscard{border:1.5px solid var(--line);background:#fff;border-radius:16px;flex-direction:column;gap:8px;padding:14px 18px;font-size:14.5px;display:flex}.customer-app .pv-hourscard .row{justify-content:space-between;display:flex}.customer-app .pv-hourscard .row b{color:var(--plum);font-weight:700}.customer-app .pv-hourscard .off{color:var(--muted)}.customer-app .pv-okring{border:2.5px solid var(--ok);width:80px;height:80px;color:var(--ok);background:#ecfdf5;border-radius:999px;justify-content:center;align-self:center;align-items:center;font-size:38px;display:flex}.customer-app .pv-preview{border:1.5px solid var(--line);text-align:center;background:#fff;border-radius:18px;flex-direction:column;gap:5px;padding:16px;display:flex}.customer-app .pv-preview b{color:var(--plum);font-size:17px}.customer-app .pv-preview .stars{color:#d97706;font-size:13px}.customer-app .pv-preview .meta{color:var(--muted);font-size:12.5px}.customer-app .pv-emoji{font-size:24px}
