:root{font-family:Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans KR,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}#root{width:100%}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans KR,sans-serif;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#ffffff80}*{scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.3) transparent}.flyer-container{max-width:1200px;margin:0 auto;padding:20px}.back-button{position:fixed;top:20px;left:20px;width:44px;height:44px;border-radius:50%;background:#fffffff2;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #00000026;z-index:1000;transition:all .2s ease;color:#333}.back-button:hover{transform:scale(1.1);box-shadow:0 6px 25px #0003}.back-button:active{transform:scale(.95)}.affiliate-banner{background:#333;color:#ccc;text-align:center;padding:12px 20px;font-size:13px;margin-bottom:20px;border-radius:8px;line-height:1.5}.flyer-header{background:linear-gradient(135deg,#1a1a2e,#16213e);border-radius:24px;padding:40px 30px;text-align:center;margin-bottom:30px;position:relative;overflow:hidden;box-shadow:0 20px 60px #0000004d}.flyer-header:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 50%);animation:shimmer 3s infinite}@keyframes shimmer{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.header-badge{display:inline-block;background:#0064ff;color:#fff;padding:8px 20px;border-radius:20px;font-size:14px;font-weight:700;margin-bottom:16px;position:relative;z-index:1}.brand-name{font-size:24px;font-weight:700;margin-bottom:12px;position:relative;z-index:1;display:flex;align-items:center;justify-content:center;gap:6px}.brand-toss{color:#fff;font-weight:800}.brand-shopping{color:#ffffffd9;font-weight:500}.brand-korean{color:#ffffff80;font-size:14px;font-weight:400;margin-left:4px}.main-title{font-size:52px;font-weight:900;color:#fff;margin-bottom:16px;position:relative;z-index:1;letter-spacing:-1px}.sub-title{color:#ffffffb3;font-size:16px;font-weight:400;margin-bottom:24px;position:relative;z-index:1}.coupon-banner{background:linear-gradient(135deg,#e8f4fd,#d1e8fa);border:2px solid #0064ff;color:#1a1a2e;padding:20px 28px;border-radius:16px;margin-bottom:24px;position:relative;z-index:1;display:flex;align-items:center;justify-content:center;gap:16px}.coupon-icon{font-size:36px;line-height:1}.coupon-content{text-align:left}.coupon-title{font-size:13px;font-weight:500;color:#666;margin-bottom:4px}.coupon-amount{font-size:20px;font-weight:800;color:#1a1a2e;margin-bottom:2px}.coupon-note{font-size:12px;font-weight:400;color:#888}.header-tags{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;position:relative;z-index:1}.tag{background:#ffffff26;color:#fff;padding:8px 16px;border-radius:20px;font-size:14px;font-weight:500;border:1px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.day-section{background:#fff;border-radius:20px;padding:30px;margin-bottom:24px;box-shadow:0 10px 40px #0000001a}.day-header{display:flex;align-items:center;justify-content:center;position:relative;margin-bottom:24px;padding-bottom:16px;border-bottom:3px solid #f0f0f0}.day-header .d-day-badge{position:absolute;right:0;top:50%;transform:translateY(-50%)}.day-title{font-size:28px;font-weight:800;color:#1a1a2e}.day-date{color:#0064ff}.day-label{color:#666;font-weight:600;margin-left:4px}.d-day-badge{background:linear-gradient(135deg,#ff6b6b,#ee5a24);color:#fff;padding:5px 12px;border-radius:20px;font-size:13px;font-weight:600;box-shadow:0 2px 8px #ff6b6b4d}.d-day-badge.d-day-today{background:linear-gradient(135deg,#00c471,#00a65a);box-shadow:0 2px 8px #00c4714d;animation:pulse 1.5s infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:20px}.product-card{display:flex;flex-direction:column;text-decoration:none;color:inherit;background:#fafafa;border-radius:16px;padding:16px;transition:all .3s ease;position:relative;border:2px solid transparent}.product-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0064ff26;border-color:#0064ff;background:#fff}.product-number{position:absolute;top:20px;left:20px;background:#1a1a2e;color:#fff;width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;z-index:2}.product-image-container{width:100%;aspect-ratio:1;border-radius:12px;overflow:hidden;background:#fff;margin-bottom:12px;display:flex;align-items:center;justify-content:center}.product-image{width:100%;height:100%;object-fit:contain;transition:transform .3s ease}.product-card:hover .product-image{transform:scale(1.05)}.product-name{font-size:13px;font-weight:600;color:#333;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;min-height:36px}.flyer-footer{text-align:center;padding:30px;color:#fff}.flyer-footer p{margin-bottom:8px;font-size:14px}.footer-note{opacity:.7;font-size:12px!important}@media(max-width:768px){.flyer-container{padding:12px}.flyer-header{padding:30px 20px;border-radius:16px}.main-title{font-size:32px}.sub-title{font-size:14px}.day-section{padding:20px;border-radius:16px}.day-title{font-size:22px}.products-grid{grid-template-columns:repeat(2,1fr);gap:12px}.product-card{padding:12px;border-radius:12px}.product-number{width:26px;height:26px;font-size:12px}.product-name{font-size:12px;min-height:32px}}@media(max-width:480px){.products-grid{grid-template-columns:repeat(2,1fr);gap:10px}.header-tags{gap:8px}.tag{padding:6px 12px;font-size:12px}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.product-card{animation:fadeInUp .5s ease forwards}.product-card:nth-child(1){animation-delay:.05s}.product-card:nth-child(2){animation-delay:.1s}.product-card:nth-child(3){animation-delay:.15s}.product-card:nth-child(4){animation-delay:.2s}.product-card:nth-child(5){animation-delay:.25s}.product-card:nth-child(6){animation-delay:.3s}.product-card:nth-child(7){animation-delay:.35s}.product-card:nth-child(8){animation-delay:.4s}.product-card:nth-child(9){animation-delay:.45s}.product-card:nth-child(10){animation-delay:.5s}.product-card:nth-child(11){animation-delay:.55s}.product-card:nth-child(12){animation-delay:.6s}.product-card:nth-child(13){animation-delay:.65s}.product-card:nth-child(14){animation-delay:.7s}.product-card:nth-child(15){animation-delay:.75s}
