[x-cloak] { display: none !important; }
.label { display: block; margin-bottom: .4rem; font-size: .875rem; font-weight: 700; color: #44403c; }
.input { width: 100%; border: 1px solid #d6d3d1; border-radius: .75rem; background: white; padding: .7rem .85rem; color: #1c1917; outline: none; }
.input:focus { border-color: #f43f5e; box-shadow: 0 0 0 3px rgb(244 63 94 / .13); }
.button-primary { display: inline-block; border-radius: .75rem; background: #f43f5e; padding: .7rem 1rem; font-weight: 700; color: white; text-align: center; }
.button-primary:hover { background: #e11d48; }
.button-secondary { display: inline-block; border: 1px solid #d6d3d1; border-radius: .75rem; background: white; padding: .7rem 1rem; font-weight: 700; color: #292524; text-align: center; }
.button-secondary:hover { background: #f5f5f4; }
.edit-cta { display: inline-flex; align-items: center; gap: .5rem; }
.edit-cta svg { width: 1rem; height: 1rem; flex: none; }
.copy-button { display: inline-flex; flex: none; align-items: center; gap: .35rem; border: 1px solid #d6d3d1; border-radius: .75rem; background: white; padding: .7rem .85rem; font-weight: 700; color: #292524; }
.copy-button:hover { background: #f5f5f4; }
.shopping-list__checkbox { width: 1.25rem; height: 1.25rem; border: 2px solid #a8a29e; border-radius: .35rem; }
.shopping-list__item--claimed .shopping-list__checkbox { border-color: #10b981; background: #10b981; box-shadow: inset 0 0 0 3px white; }
.icon-button { display: inline-grid; width: 2.5rem; height: 2.5rem; place-items: center; border-radius: .75rem; }
.icon-button:hover { background: #fef2f2; }
.icon-button svg { width: 1.15rem; height: 1.15rem; }
button, a { -webkit-tap-highlight-color: transparent; }
.theme-icon--sun { display: none; }

.dark { color-scheme: dark; }
.dark .theme-icon--moon { display: none; }
.dark .theme-icon--sun { display: block; }
.dark body, .dark.bg-stone-50 { background-color: #1c1917; }
.dark .bg-white { background-color: #292524; }
.dark .bg-stone-50 { background-color: #1c1917; }
.dark .bg-stone-100 { background-color: #44403c; }
.dark .bg-rose-100 { background-color: #4c1d2b; }
.dark .bg-emerald-50 { background-color: #073b2d; }
.dark .bg-red-50 { background-color: #451a1a; }
.dark .text-stone-900, .dark .text-stone-800 { color: #fafaf9; }
.dark .text-stone-600 { color: #d6d3d1; }
.dark .text-stone-500, .dark .text-stone-400 { color: #a8a29e; }
.dark .text-rose-700, .dark .text-rose-600, .dark .text-rose-500 { color: #fda4af; }
.dark .text-emerald-900, .dark .text-emerald-700 { color: #6ee7b7; }
.dark .text-red-900, .dark .text-red-700, .dark .text-red-600 { color: #fca5a5; }
.dark .border-stone-100, .dark .border-stone-200, .dark .border-stone-300 { border-color: #57534e; }
.dark .border-rose-300 { border-color: #be123c; }
.dark .border-emerald-200 { border-color: #047857; }
.dark .border-red-200 { border-color: #b91c1c; }
.dark .input { border-color: #57534e; background: #1c1917; color: #fafaf9; }
.dark .button-secondary { border-color: #57534e; background: #292524; color: #fafaf9; }
.dark .copy-button { border-color: #57534e; background: #292524; color: #fafaf9; }
.dark .shopping-list { border-color: #57534e; background: #292524; }
.dark .shopping-list__item { border-color: #57534e; }
.dark .shopping-list__item--claimed { background: #073b2d; }
.dark .shopping-list__item--claimed h3 a { color: #d1fae5; }
.dark .shopping-list__item--claimed .text-stone-600 { color: #d1d5db; }
.dark .shopping-list__item--claimed .text-emerald-700 { color: #a7f3d0; }
.dark .shopping-list__checkbox { border-color: #a8a29e; }
.dark .shopping-list__item--claimed .shopping-list__checkbox { box-shadow: inset 0 0 0 3px #292524; }
.dark .icon-button:hover { background: #451a1a; }
.dark .button-secondary:hover, .dark .copy-button:hover, .dark .hover\:bg-stone-100:hover { background-color: #44403c; }
.dark .hover\:bg-stone-50:hover { background-color: #292524; }
.dark .hover\:bg-rose-50:hover, .dark .hover\:bg-red-50:hover { background-color: #4c1d2b; }
