:root { color-scheme: light; font-family: "Trebuchet MS", Arial, sans-serif; color: #243e35; background: #edf3ee; letter-spacing: 0; }
* { box-sizing: border-box; }
body { margin: 0; min-height: 100svh; display: flex; flex-direction: column; }
header { display: flex; align-items: center; gap: 20px; padding: 28px max(24px, calc((100% - 880px) / 2)); background: #354d40; color: #ffdf69; font-size: 28px; font-weight: bold; }
header img { flex: 0 0 76px; border-radius: 8px; }
main { width: min(100%, 640px); margin: auto; padding: 48px 24px 28px; text-align: center; }
h1 { margin: 0 0 24px; font-size: 40px; line-height: 1.15; }
p { font-size: 20px; line-height: 1.6; }
.required { font-size: 16px; color: #53645b; margin-bottom: 28px; }
.actions { display: grid; gap: 16px; }
a, button { min-height: 52px; padding: 16px; border-radius: 8px; font: bold 17px "Trebuchet MS", Arial, sans-serif; text-decoration: none; cursor: pointer; }
a:focus-visible, button:focus-visible { outline: 3px solid #4977bc; outline-offset: 4px; }
.primary { background: #ffcf45; color: #493712; border: 2px solid #bd8c22; box-shadow: 0 3px #bd8c22; }
.stores { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.store { background: #456b59; color: white; border: 2px solid #294d3b; }
.store:hover { background: #355a48; }
.unavailable { padding: 16px 8px; font-size: 16px; color: #5c645e; border: 1px solid #bcc9c0; border-radius: 8px; }
small { display: block; margin-top: 6px; font-size: 13px; }
.note { font-size: 16px; margin: 6px 0; }
.copy { background: transparent; border: 1px solid #668072; color: #243e35; }
#copy-status { font-size: 14px; margin: 0; min-height: 23px; overflow-wrap: anywhere; }
footer { padding: 22px; text-align: center; color: #64736a; font-size: 14px; }
@media (max-width: 430px) { header { font-size: 24px; gap: 14px; padding: 20px; } h1 { font-size: 32px; } main { padding-top: 32px; } .stores { grid-template-columns: 1fr; } }
