:root{--color-primary:#F37037;--color-primary-dark:#D55A24;--color-primary-light:#F58C5A;--background:#ffffff;--foreground:#171717}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}*{margin:0;padding:0;box-sizing:border-box}body{background:var(--background);color:var(--foreground);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}.btn-primary{background-color:#F37037;color:white;font-weight:500;padding:.5rem 1rem;border-radius:.375rem}.btn-primary:hover{background-color:#D55A24;transition-property:background-color;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.btn-secondary{background-color:white;color:#F37037;border:1px solid #f37037;font-weight:500;padding:.5rem 1rem;border-radius:.375rem}.btn-secondary:hover{background-color:rgb(249,250,251);transition-property:background-color;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.btn-outline{background-color:transparent;color:rgb(55,65,81);border:1px solid rgb(209,213,219);font-weight:500;padding:.5rem 1rem;border-radius:.375rem}.btn-outline:hover{background-color:rgb(249,250,251);transition-property:background-color;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.card{background-color:white;border-radius:.5rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);overflow:hidden;border:1px solid rgb(229,231,235)}.card:hover{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);transition-property:box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.form-input{width:100%;padding:.5rem .75rem;border:1px solid rgb(209,213,219);border-radius:.375rem}.form-input:focus{outline:none;border-color:transparent;box-shadow:0 0 0 2px #F37037}.form-label{display:block;font-size:.875rem;font-weight:500;color:rgb(55,65,81);margin-bottom:.25rem}.flex-grow{flex-grow:1}.py-8{padding-top:2rem;padding-bottom:2rem}@media (min-width:768px){.md\:flex-row{flex-direction:row}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}.animate-spin{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.min-h-screen{min-height:100vh}.p-4{padding:1rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.px-4{padding-left:1rem;padding-right:1rem}.mx-auto{margin-left:auto;margin-right:auto}.my-4{margin-top:1rem;margin-bottom:1rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.ml-2{margin-left:.5rem}.mt-1{margin-top:.25rem}.max-w-7xl{max-width:80rem}.flex{display:flex}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.space-x-4>*+*{margin-left:1rem}.text-center{text-align:center}.text-right{text-align:right}.text-xs{font-size:.75rem}.text-sm{font-size:.875rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-3xl{font-size:1.875rem}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.bg-white{background-color:white}.bg-gray-100{background-color:#f3f4f6}.bg-gray-200{background-color:#e5e7eb}.text-white{color:white}.text-gray-500{color:#6b7280}.text-gray-600{color:#4b5563}.text-gray-700{color:#374151}.text-gray-900{color:#111827}@media (min-width:640px){.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:flex-row{flex-direction:row}}@media (min-width:768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px){.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}.coupon-progress-bar{height:.5rem;background-color:#e5e7eb;border-radius:9999px;overflow:hidden}.coupon-progress-fill{height:100%}.coupon-progress-fill,.store-tag{background-color:#F37037;border-radius:9999px}.store-tag{color:white}.instagram-tag,.store-tag{display:inline-block;font-size:.75rem;padding:.25rem .5rem}.instagram-tag{background-color:#e0f2fe;color:#0284c7;border-radius:9999px;margin-left:.5rem}.instagram-tag:hover{background-color:#bae6fd}