3fc90f12df
ProjectCard.vue: replace 2px noir solid border on .card-check__box with 1px var(--liderra-line) idle / var(--liderra-line-strong) hover / var(--liderra-teal) checked. Checked state uses tonal 10% teal bg instead of full fill. Size 20→16px. Added :focus-visible outline for keyboard nav. NewProjectDialog.vue: add a local .ld-input-quiet class to all 5 v-text-field in the dialog (domain / phone / sms keyword / name / daily limit). The class overrides v-field outline border-color through :deep() to use the tokens.css 1px line / line-strong / teal palette, and sets border-radius to var(--radius-8). All variant/density/color values come from Vuetify global defaults in plugins/vuetify.ts:50-54. Includes opacity:1 on every override to neutralize Vuetify's --v-field-border-opacity 0.38 cascade, plus an explicit error-state rule with border-color:currentColor to preserve Vuetify's red error border. Twin elements left out of scope: .toolbar-check__box in ProjectsView.vue, v-combobox/v-autocomplete/v-btn-toggle inside the same dialog, and the filter-bar v-select inputs. Spec: docs/superpowers/specs/2026-05-12-quiet-luxury-elements-1440-896-design.md Plan: docs/superpowers/plans/2026-05-12-quiet-luxury-elements-1440-896.md Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>