.coupon-page{padding:34px 0 70px}.coupon-toolbar{display:flex;align-items:center;justify-content:space-between;gap:15px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:13px 16px;margin-bottom:18px}.coupon-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.coupon-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:18px;box-shadow:0 7px 18px rgba(27,61,58,.04);display:flex;flex-direction:column}.coupon-card-top{display:flex;align-items:center;gap:8px}.store-mark{display:grid;place-items:center;width:30px;height:30px;border-radius:8px;background:var(--sun);color:#6b510d;font-weight:800;font-size:12px;flex:none}.store-mark-large{width:52px;height:52px;font-size:23px;margin-bottom:14px}.coupon-store{font-size:12px;color:var(--muted);font-weight:700}.coupon-card-top strong{margin-left:auto;color:#2d8f7f;font-size:12px}.coupon-card h2{font-family:'Space Grotesk',sans-serif;font-size:18px;line-height:1.2;margin:16px 0 7px}.coupon-card p{font-size:12px;color:var(--muted);min-height:38px}.coupon-code{display:flex;align-items:center;justify-content:space-between;gap:10px;border:1px dashed #c89b22;background:#fff8dd;border-radius:9px;padding:7px 9px;margin:8px 0 14px}.coupon-code code{color:#76580a;letter-spacing:1px;font-weight:700}.coupon-code button{border:0;background:#f2c542;color:#71520b;border-radius:6px;padding:6px 9px;font-size:11px;font-weight:800}.coupon-card-footer{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:auto}.coupon-card-footer small{color:#94a39f;font-size:10px}.store-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:13px}.store-tile{background:#fff;border:1px solid var(--line);border-radius:15px;padding:18px;display:grid;grid-template-columns:auto 1fr;column-gap:10px;align-items:center;transition:transform .16s,box-shadow .16s}.store-tile:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.store-tile strong{font-family:'Space Grotesk',sans-serif}.store-tile small{grid-column:2;color:var(--muted);font-size:11px}.store-tile b{float:right;color:#2d8f7f}.coupon-detail-page{padding:50px 0 80px}.coupon-detail-card{width:min(680px,100%);margin:0 auto;text-align:center;background:#fff;border:1px solid var(--line);border-radius:20px;padding:42px;box-shadow:var(--shadow)}.coupon-detail-card h1{font-family:'Space Grotesk',sans-serif;font-size:36px;line-height:1.1;margin:0 0 12px}.coupon-detail-card p{color:var(--muted);margin:0 auto 23px;max-width:510px}.large-code{justify-content:center;display:inline-flex;gap:18px;margin:0 auto 23px;padding:10px 13px}.large-code code{font-size:17px}.large-code button{font-size:12px}@media(max-width:900px){.coupon-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.store-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:600px){.coupon-toolbar{align-items:start;flex-direction:column}.coupon-grid{grid-template-columns:1fr}.store-grid{grid-template-columns:repeat(2,1fr)}.coupon-detail-card{padding:28px 20px}.coupon-detail-card h1{font-size:30px}}
