.lucky-meal-card[data-astro-cid-uvojmuhe]{background:#ffffff0f;text-align:center;border:2px solid rgba(240,192,64,.4)}.lucky-label[data-astro-cid-uvojmuhe]{font-size:.85rem;color:#f0c040;font-weight:600;margin-bottom:.3rem}.lucky-meal-name[data-astro-cid-uvojmuhe]{font-size:1.6rem;font-weight:700;color:#e8e0f8;margin:.5rem 0}.lucky-meal-meta[data-astro-cid-uvojmuhe]{font-size:.85rem;color:#e8e0f899}.filter-card[data-astro-cid-uvojmuhe]{background:#ffffff0f;border:1px solid rgba(255,255,255,.1)}.card-title[data-astro-cid-uvojmuhe]{color:#e8e0f8}.filter-grid[data-astro-cid-uvojmuhe]{display:grid;grid-template-columns:repeat(3,1fr);gap:.8rem;margin-top:.8rem}@media(max-width:500px){.filter-grid[data-astro-cid-uvojmuhe]{grid-template-columns:1fr}}.filter-group[data-astro-cid-uvojmuhe] label[data-astro-cid-uvojmuhe]{display:block;font-size:.8rem;color:#e8e0f899;margin-bottom:.3rem}.filter-group[data-astro-cid-uvojmuhe] select[data-astro-cid-uvojmuhe]{width:100%;padding:.6rem .8rem;border:1px solid rgba(255,255,255,.15);border-radius:8px;font-size:.9rem;background:#ffffff14;color:#e8e0f8;cursor:pointer}.filter-group[data-astro-cid-uvojmuhe] select[data-astro-cid-uvojmuhe] option[data-astro-cid-uvojmuhe]{background:#1a1030;color:#e8e0f8}.filter-season[data-astro-cid-uvojmuhe]{margin-top:1rem;padding-top:.8rem;border-top:1px solid rgba(255,255,255,.08)}.season-checkbox[data-astro-cid-uvojmuhe]{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.9rem;color:#e8e0f8}.season-checkbox[data-astro-cid-uvojmuhe] input[data-astro-cid-uvojmuhe][type=checkbox]{width:18px;height:18px;accent-color:#c44dff;cursor:pointer}.slot-card[data-astro-cid-uvojmuhe]{text-align:center;padding:2rem 1.5rem;background:#ffffff0f;border:1px solid rgba(255,255,255,.1)}.slot-machine[data-astro-cid-uvojmuhe]{margin-bottom:1.5rem}.slot-label-row[data-astro-cid-uvojmuhe]{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;margin-bottom:.5rem}.slot-label[data-astro-cid-uvojmuhe]{font-size:.8rem;font-weight:600;color:#e8e0f8b3;text-align:center}.slot-reels[data-astro-cid-uvojmuhe]{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem}.slot-window[data-astro-cid-uvojmuhe]{height:132px;overflow:hidden;background:#ffffff14;border:2px solid rgba(255,255,255,.15);border-radius:12px;position:relative}.slot-window[data-astro-cid-uvojmuhe]:before,.slot-window[data-astro-cid-uvojmuhe]:after{content:"";position:absolute;left:0;right:0;height:30px;z-index:2;pointer-events:none}.slot-window[data-astro-cid-uvojmuhe]:before{top:0;background:linear-gradient(180deg,rgba(20,10,40,.85),transparent)}.slot-window[data-astro-cid-uvojmuhe]:after{bottom:0;background:linear-gradient(0deg,rgba(20,10,40,.85),transparent)}.slot-window[data-astro-cid-uvojmuhe] .slot-highlight[data-astro-cid-uvojmuhe]{position:absolute;top:44px;left:0;right:0;height:44px;border-top:1px solid rgba(196,77,255,.3);border-bottom:1px solid rgba(196,77,255,.3);background:#c44dff0f;z-index:1;pointer-events:none}.slot-reel[data-astro-cid-uvojmuhe]{text-align:center;display:flex;flex-direction:column;height:132px}.slot-window[data-astro-cid-uvojmuhe].spinning .slot-reel[data-astro-cid-uvojmuhe]{animation:slotFlicker .06s steps(1) infinite}@keyframes slotFlicker{0%{opacity:1}50%{opacity:.7}to{opacity:1}}.slot-window[data-astro-cid-uvojmuhe].landed{border-color:#c44dff99;box-shadow:0 0 12px #c44dff4d;transition:border-color .3s,box-shadow .3s}.slot-window[data-astro-cid-uvojmuhe].landed .slot-item[data-astro-cid-uvojmuhe].center{animation:slotLand .3s ease-out;color:#fff;font-size:.9rem}@keyframes slotLand{0%{transform:translateY(-6px);opacity:.5}60%{transform:translateY(2px)}to{transform:translateY(0);opacity:1}}.slot-item[data-astro-cid-uvojmuhe]{height:44px;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:600;color:#e8e0f880;white-space:nowrap;padding:0 .3rem;overflow:hidden;text-overflow:ellipsis}.slot-item[data-astro-cid-uvojmuhe].center{font-weight:700;font-size:.85rem;color:#e8e0f8}.btn-gacha[data-astro-cid-uvojmuhe]{background:linear-gradient(135deg,#ff6b9d,#c44dff,#7c5cbf);background-size:200% 200%;color:#fff;border:none;padding:1rem 2.5rem;border-radius:50px;font-size:1.15rem;font-weight:700;cursor:pointer;transition:all .3s;box-shadow:0 4px 15px #c44dff4d;position:relative;overflow:hidden}.btn-gacha[data-astro-cid-uvojmuhe]:hover{transform:translateY(-2px);box-shadow:0 6px 20px #c44dff66;background-position:100% 0}.btn-gacha[data-astro-cid-uvojmuhe]:active{transform:translateY(0)}.btn-gacha[data-astro-cid-uvojmuhe].spinning{pointer-events:none;animation:btnPulse .4s infinite alternate}@keyframes btnPulse{0%{box-shadow:0 4px 15px #c44dff4d}to{box-shadow:0 4px 25px #c44dff99}}.result-card[data-astro-cid-uvojmuhe]{text-align:center;padding:2rem;background:#ffffff0f;border:2px solid rgba(196,77,255,.4);animation:resultAppear .5s ease-out;position:relative;overflow:hidden}@keyframes resultAppear{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.result-emoji[data-astro-cid-uvojmuhe]{font-size:4rem;margin-bottom:.5rem;animation:resultBounce .6s ease-out}@keyframes resultBounce{0%{transform:scale(0)}50%{transform:scale(1.3)}70%{transform:scale(.9)}to{transform:scale(1)}}.result-name[data-astro-cid-uvojmuhe]{font-size:2rem;font-weight:700;color:#e8e0f8;margin-bottom:.8rem}.result-set[data-astro-cid-uvojmuhe]{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;margin-bottom:1rem;padding:.8rem;background:#ffffff0d;border-radius:12px}@media(max-width:400px){.result-set[data-astro-cid-uvojmuhe]{grid-template-columns:1fr;gap:.3rem}}.result-set-item[data-astro-cid-uvojmuhe]{display:flex;flex-direction:column;gap:.2rem}.result-set-label[data-astro-cid-uvojmuhe]{font-size:.75rem;color:#e8e0f880;font-weight:600}.result-set-value[data-astro-cid-uvojmuhe]{font-size:.9rem;font-weight:700;color:#e8e0f8}.result-meta[data-astro-cid-uvojmuhe]{display:flex;justify-content:center;gap:.5rem;flex-wrap:wrap;margin-bottom:1rem}.result-tag[data-astro-cid-uvojmuhe]{background:#c44dff26;color:#d4b8ff;padding:.3rem .8rem;border-radius:20px;font-size:.85rem;font-weight:600;border:1px solid rgba(196,77,255,.2)}.result-message[data-astro-cid-uvojmuhe]{font-size:.9rem;color:#e8e0f8b3;margin-bottom:1.2rem;font-style:italic}.btn-recipe[data-astro-cid-uvojmuhe]{display:inline-block;background:linear-gradient(135deg,#ff9a56,#ff6b9d);color:#fff;padding:.7rem 1.8rem;border-radius:30px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;box-shadow:0 3px 10px #ff6b9d4d;margin-bottom:.8rem}.btn-recipe[data-astro-cid-uvojmuhe]:hover{transform:translateY(-2px);box-shadow:0 5px 15px #ff6b9d66}.result-actions[data-astro-cid-uvojmuhe]{margin-top:.5rem}.btn-retry[data-astro-cid-uvojmuhe]{background:linear-gradient(135deg,#c44dff,#7c5cbf);color:#fff;border:none;padding:.7rem 2rem;border-radius:30px;font-size:1rem;font-weight:600;cursor:pointer;transition:opacity .2s}.btn-retry[data-astro-cid-uvojmuhe]:hover{opacity:.85}.history-card[data-astro-cid-uvojmuhe]{background:#ffffff0f;border:1px solid rgba(255,255,255,.1)}.history-list[data-astro-cid-uvojmuhe]{display:flex;flex-direction:column;gap:.5rem}.history-item[data-astro-cid-uvojmuhe]{display:flex;align-items:center;gap:.6rem;padding:.6rem .8rem;background:#ffffff0d;border-radius:8px;font-size:.9rem}.history-item[data-astro-cid-uvojmuhe] .history-emoji[data-astro-cid-uvojmuhe]{font-size:1.3rem}.history-item[data-astro-cid-uvojmuhe] .history-name[data-astro-cid-uvojmuhe]{font-weight:600;color:#e8e0f8}.history-item[data-astro-cid-uvojmuhe] .history-time[data-astro-cid-uvojmuhe]{margin-left:auto;color:#e8e0f880;font-size:.8rem}
