.store-max-frame { max-width: 1600px; margin: 0 auto; padding-left: 2rem; padding-right: 2rem; }
.store-hero-bg { background-color: #F8FAFC; padding: 4rem 0; font-family: 'Plus Jakarta Sans', sans-serif; }
.store-path-breadcrumb .breadcrumb-item a { color: #64748B; font-size: 0.85rem; font-weight: 500; text-decoration: none; transition: color 0.2s; }
.store-path-breadcrumb .breadcrumb-item a:hover { color: #00da24; }
.store-path-breadcrumb .breadcrumb-item.active { color: #0F172A; font-weight: 700; }
.store-identity-frame { width: 140px; height: 140px; background-color: #FFFFFF; border-radius: 24px; position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; box-shadow: 0 10px 30px rgba(0,0,0,0.05); border: 1px solid #E2E8F0; }
.store-identity-blur { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; filter: blur(8px); opacity: 0.1; transform: scale(1.6); }
.store-identity-main { position: relative; max-width: 80%; max-height: 80%; object-fit: contain; z-index: 1; border-radius: 4px; }
.store-label-pill { display: inline-flex; align-items: center; background-color: #000000; color: #FFFFFF; padding: 8px 18px; border-radius: 50px; font-size: 0.8rem; font-weight: 700; letter-spacing: 0.03em; text-transform: uppercase; }
.store-label-pill i { color: #00da24; }
.store-h1-heading { font-size: clamp(1.8rem, 4vw, 2.5rem); font-weight: 800; color: #0F172A; margin-bottom: 12px; letter-spacing: -0.03em; line-height: 1.2; }
.store-info-description { font-size: 1.05rem; color: #475569; line-height: 1.6; margin-bottom: 0; }
.store-stat-flex { font-size: 0.9rem; color: #64748B; display: flex; flex-wrap: wrap; align-items: center; gap: 20px; font-weight: 500; }
.store-rank-options { display: flex; gap: 12px; }
.store-rank-trigger { background: #FFFFFF; border: 1px solid #E2E8F0; color: #1E293B; padding: 10px 22px; border-radius: 14px; font-size: 0.9rem; font-weight: 700; display: inline-flex; align-items: center; gap: 8px; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
.store-rank-trigger:hover { border-color: #000000; background-color: #F8FAFC; transform: translateY(-2px); box-shadow: 0 5px 15px rgba(0,0,0,0.05); }
.store-expand-btn { background-color: #000000; color: #FFFFFF; border: none; padding: 15px 45px; border-radius: 16px; font-size: 1.05rem; font-weight: 800; display: inline-flex; align-items: center; transition: all 0.3s ease; }
.store-expand-btn:hover { background-color: #00da24; color: #000000; transform: translateY(-3px); box-shadow: 0 10px 25px rgba(0,218,36,0.3); }
.store-action-hub { background: #FFFFFF; border-radius: 20px; }

@keyframes fire-flicker{0%{transform:scale(1);filter:drop-shadow(0 0 2px rgba(239,68,68,0.4))}100%{transform:scale(1.15) translateY(-1px);filter:drop-shadow(0 0 5px rgba(239,68,68,0.8))}}
.todaycodes-article{background:#ffffff;border:1px solid #F1F5F9;border-radius:16px;padding:32px;color:#475569;line-height:1.7;box-shadow:0 4px 6px -1px rgba(0,0,0,0.02);margin:32px auto 80px auto;width:100%;max-width:1600px}
.todaycodes-article .todaycodes-title{font-size:22px;font-weight:800;color:#0F172A;margin-top:0;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid #F1F5F9;line-height:1.4;letter-spacing:-0.5px}
.todaycodes-article h3{font-size:18px;font-weight:700;color:#1E293B;margin:28px 0 12px 0;display:flex;align-items:center;gap:8px}
.todaycodes-article p{font-size:15px;margin-bottom:16px}
.todaycodes-article strong{color:#0F172A;font-weight:700}
.todaycodes-stats-box{background:#F8FAFC;border:1px solid #E2E8F0;border-radius:12px;padding:20px 24px;margin:24px 0}
.todaycodes-stats-box h3{margin-top:0;font-size:16px;color:#334155}
.todaycodes-stats-box p{margin-bottom:0;font-size:14px}
.todaycodes-tip-box{background:#FEF2F2;border:1px solid #FEE2E2;border-left:4px solid #EF4444;border-radius:10px;padding:16px 20px;margin:24px 0}
.todaycodes-tip-box h3{margin-top:0;font-size:16px;color:#B91C1C}
.todaycodes-tip-box p{margin-bottom:0;color:#991B1B;font-size:14px}
.todaycodes-discount-trend{margin:24px 0;padding:20px;background:#ffffff;border:1px solid #F1F5F9;border-radius:12px}
.todaycodes-trend-item{display:flex;align-items:center;margin-bottom:14px;gap:16px}
.todaycodes-trend-item:last-child{margin-bottom:0}
.todaycodes-trend-date{flex:0 0 170px;font-size:13px;color:#64748B;font-weight:600;white-space:nowrap}
.todaycodes-trend-bar-wrapper{flex:1;background:#F1F5F9;border-radius:99px;height:8px;overflow:hidden}
.todaycodes-trend-bar-fill{background:#EF4444;height:100%;border-radius:99px;transition:width 0.5s ease}
.todaycodes-trend-value{flex:0 0 70px;text-align:right;font-size:14px;font-weight:700;color:#0F172A}
.todaycodes-insight-section{margin-top:20px;padding:0 0 30px 0;max-width:1600px;margin:0 auto}
.todaycodes-section-title{font-size:22px;font-weight:800;color:#0F172A;padding-bottom:12px;border-bottom:1px solid #F1F5F9;text-align:center;width:fit-content;margin:0 auto 30px auto;letter-spacing:-0.5px}
.todaycodes-section-title .highlight{color:#EF4444}
.todaycodes-insight-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,350px));justify-content:center;gap:24px}
.todaycodes-insight-card{background:#ffffff;border:1px solid #F1F5F9;border-radius:16px;overflow:hidden;text-decoration:none;transition:all 0.3s cubic-bezier(0.4,0,0.2,1);display:flex;flex-direction:column;box-shadow:0 2px 4px rgba(0,0,0,0.02)}
.todaycodes-insight-card:hover{transform:translateY(-4px);box-shadow:0 16px 32px -8px rgba(239,68,68,0.15);border-color:#FCA5A5}

.card-visual-header{position:relative;height:140px;background:#F1F5F9;overflow:hidden}
.card-hero-img{width:100%;height:100%;object-fit:cover;filter:brightness(0.9);transition:transform 0.6s cubic-bezier(0.4,0,0.2,1)}
.todaycodes-insight-card:hover .card-hero-img{transform:scale(1.1)}
.card-logo-wrapper{position:absolute;bottom:-20px;left:20px;width:64px;height:64px;background:#ffffff;border-radius:12px;padding:6px;box-shadow:0 8px 16px rgba(0,0,0,0.06);border:1px solid #E2E8F0;z-index:2;transition:transform 0.3s ease}
.todaycodes-insight-card:hover .card-logo-wrapper{transform:translateY(-5px);border-color:#00da24}
.card-logo{width:100%;height:100%;object-fit:contain;border-radius:8px}
.card-body{padding:32px 20px 20px 20px;flex:1;display:flex;flex-direction:column;background:#FFFFFF}
.merchant-meta{margin-bottom:12px}
.merchant-meta-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}
.merchant-name{margin:0;font-size:1.15rem;font-weight:800;color:#000000;line-height:1.2}
.category-tag{font-size:0.75rem;font-weight:700;color:#64748B;text-transform:uppercase;letter-spacing:0.5px}
.merchant-desc{margin:0 0 16px 0;font-size:0.85rem;color:#475569;line-height:1.6;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.stats-row{display:flex;justify-content:space-between;background:#F8FAFC;border:1px solid #E2E8F0;border-radius:12px;padding:12px 16px;margin-bottom:16px;margin-top:auto}
.stat-item{display:flex;flex-direction:column;gap:2px}
.stat-item.align-right{text-align:right}
.stat-label{font-size:10px;font-weight:700;color:#94A3B8;text-transform:uppercase;letter-spacing:0.8px}
.stat-value{font-size:0.95rem;font-weight:800;color:#000000}
.text-red{color:#FF4D4D}
.text-green{color:#00da24}
.events-row{display:flex;flex-wrap:wrap;gap:6px}
.event-pill{font-size:10px;font-weight:700;color:#475569;background:#F1F5F9;padding:5px 10px;border-radius:6px;white-space:nowrap;text-transform:uppercase}
.card-footer{padding:16px 20px;background:#FFFFFF;border-top:1px solid #F1F5F9;display:flex;justify-content:space-between;align-items:center}
.btn-text{font-size:14px;font-weight:800;color:#00da24;transition:color 0.2s}
.btn-arrow{color:#00da24;transition:transform 0.3s ease}
.todaycodes-insight-card:hover .btn-arrow{transform:translateX(5px)}
.todaycodes-hacks-section{margin:60px auto;padding:32px;background-color:#F8FAFC;border-left:5px solid #00da24;border-radius:16px;width:100%;max-width:1600px;box-shadow:0 4px 6px -1px rgba(0,0,0,0.02)}
.todaycodes-section-title{font-size:1.5rem;font-weight:800;color:#000000;margin-bottom:20px;letter-spacing:-0.02em}
.todaycodes-section-title .highlight{color:#00da24}
.todaycodes-hacks-text{font-size:1rem;line-height:1.8;color:#475569;margin:0}
.todaycodes-faq-section{margin:80px auto 40px;width:100%;max-width:1600px}
.todaycodes-faq-list{display:flex;flex-direction:column;gap:16px}
.todaycodes-faq-item{background-color:#ffffff;border:1px solid #E2E8F0;border-radius:16px;overflow:hidden;transition:all 0.3s ease}
.todaycodes-faq-item:hover{border-color:#00da24;box-shadow:0 10px 20px rgba(0,0,0,0.04)}
.todaycodes-faq-item[open]{border-color:#00da24;box-shadow:0 10px 25px rgba(0,0,0,0.05)}
.todaycodes-faq-question{padding:20px 28px;font-size:1.1rem;font-weight:500;color:#000000;cursor:pointer;list-style:none;position:relative;display:flex;justify-content:space-between;align-items:center;user-select:none;transition:background 0.2s}
.todaycodes-faq-question::-webkit-details-marker{display:none}
.todaycodes-faq-item[open] .todaycodes-faq-question{border-bottom:1px solid #E2E8F0;background:#F8FAFC}
.todaycodes-faq-question::after{content:'\F282';font-family:bootstrap-icons;font-size:1.2rem;font-weight:bold;color:#94A3B8;transition:transform 0.3s ease,color 0.3s ease}
.todaycodes-faq-item[open] .todaycodes-faq-question::after{transform:rotate(180deg);color:#00da24}
.todaycodes-faq-answer{padding:24px 28px;margin:0;font-size:1rem;line-height:1.8;color:#475569;background-color:#FFFFFF;animation:todaycodes-fade-in 0.4s cubic-bezier(0.4, 0, 0.2, 1)}
@keyframes todaycodes-fade-in{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}