/* Original effects inspired by burst timing, skill-icon hierarchy and particle
   categories in the requested references. No external resource files copied. */
.kitchen-burst,.kitchen-spell-ray { pointer-events:none!important; position:absolute; z-index:35; }
.kitchen-burst { --burst:#ffd696; --burst-deep:#e78030; width:0; height:0; }
.kitchen-burst--moon { --burst:#bdeaff; --burst-deep:#8394e9; }.kitchen-burst--guard { --burst:#b6e7ff; --burst-deep:#539ccc; }.kitchen-burst--heal { --burst:#d6f9b3; --burst-deep:#64bda2; }.kitchen-burst--equip { --burst:#fff1b6; --burst-deep:#d3a45a; }
.kitchen-burst-core { position:absolute; width:62px; height:62px; left:-31px; top:-31px; border-radius:50%; background:radial-gradient(circle,#fffbe7 0 7%,var(--burst) 8% 13%,transparent 58%); animation:kitchen-impact-core .38s ease-out both; opacity:0; }
.kitchen-burst--heavy .kitchen-burst-core { width:96px; height:96px; left:-48px; top:-48px; background:radial-gradient(circle,#fffde5 0 8%,var(--burst) 9% 17%,transparent 60%); }
.kitchen-burst-shard { position:absolute; left:-2px; top:-2px; width:4px; height:19px; border-radius:50%; background:linear-gradient(#fffde9,var(--burst),transparent); box-shadow:0 0 5px var(--burst-deep); transform-origin:50% 100%; opacity:0; animation:kitchen-impact-shard .55s var(--shard-delay) cubic-bezier(.15,.7,.3,1) both; }
.kitchen-burst--heavy .kitchen-burst-shard { height:28px; width:5px; }
.kitchen-burst--equip .kitchen-burst-shard,.kitchen-burst--moon .kitchen-burst-shard { height:8px; width:8px; clip-path:polygon(50% 0,62% 38%,100% 50%,62% 62%,50% 100%,38% 62%,0 50%,38% 38%); }
.kitchen-burst-shield { position:absolute; left:-26px; top:-36px; width:52px; height:65px; border:3px solid #e9faff; border-radius:14px 14px 45% 45%; background:linear-gradient(135deg,#b9e7ff2b,#719eca0a); box-shadow:0 0 10px #90d3fb66,inset 0 0 10px #b6e7ff33; animation:kitchen-guard-shell .63s ease-out both; }
.kitchen-burst-shield:after { content:""; position:absolute; inset:8px 10px 12px; border-left:2px solid #ebffffaa; border-right:2px solid #ebffff55; border-radius:3px 3px 50% 50%; }
.kitchen-burst-label { position:absolute; left:0; top:-13px; transform:translateX(-50%); white-space:nowrap; color:#fff2c7; font:900 clamp(16px,2.7vw,23px)/1.2 var(--sans,sans-serif); text-shadow:-1px -1px 0 #583627,1px 1px 0 #583627,0 3px 0 #583627,0 5px 8px #13192377; letter-spacing:1px; animation:kitchen-burst-caption .8s ease-out both; }
.kitchen-burst--moon .kitchen-burst-label { color:#e4f5ff; text-shadow:-1px -1px #36455b,1px 1px #36455b,0 3px #36455b,0 5px 8px #13192377; }
.kitchen-spell-ray { --beam:#ffdf9e; height:3px; margin-top:-1px; transform-origin:0 50%; background:linear-gradient(90deg,transparent,var(--beam) 50%,#ffffe8); border-radius:50%; box-shadow:0 0 5px var(--beam); animation:kitchen-spell-travel .44s ease-out both; }
.kitchen-spell-ray--moon { --beam:#bddbff; }.kitchen-spell-ray--royal { --beam:#ffd491; height:5px; }
.kitchen-spell-ray-head { position:absolute; right:0; top:50%; width:12px; height:6px; margin-top:-3px; border-radius:50%; background:#fff5d9; box-shadow:0 0 7px var(--beam); }
.kitchen-heal-mote { position:absolute; left:var(--mote-x); top:-6px; color:#dcffd2; font:bold 24px/1 sans-serif; text-shadow:0 0 7px #76b890; animation:kitchen-heal-rise .7s ease-out both; }
@keyframes kitchen-impact-core { 0% { transform:scale(.2);opacity:0; } 12% { transform:scale(.55);opacity:.8; } 100% { transform:scale(1.7);opacity:0; } }
@keyframes kitchen-impact-shard { 0% { transform:rotate(var(--shard-angle)) translateY(-4px) scaleY(.4);opacity:0; } 16% { opacity:.9; } 100% { transform:rotate(var(--shard-angle)) translateY(calc(-1 * var(--shard-distance))) scaleY(.3);opacity:0; } }
@keyframes kitchen-guard-shell { 0% { transform:scale(.45);opacity:0; } 20% { transform:scale(1);opacity:.85; } 70% { opacity:.35; } 100% { transform:scale(1.12);opacity:0; } }
@keyframes kitchen-burst-caption { 0% { transform:translate(-50%,8px) scale(.4);opacity:0; } 20% { transform:translate(-50%,-8px) scale(1.12);opacity:1; } 70% { opacity:1; } 100% { transform:translate(-50%,-24px) scale(.92);opacity:0; } }
@keyframes kitchen-spell-travel { 0% { transform:rotate(var(--ray-angle)) scaleX(0);opacity:0; } 20% { opacity:.9; } 62% { transform:rotate(var(--ray-angle)) scaleX(1);opacity:.7; } 100% { transform:rotate(var(--ray-angle)) scaleX(1);opacity:0; } }
@keyframes kitchen-heal-rise { 0% { transform:translateY(12px) scale(.6);opacity:0; } 22% { opacity:.9; } 100% { transform:translateY(-55px) scale(.85);opacity:0; } }
@media(max-width:400px) { .kitchen-burst-label { font-size:16px; }.kitchen-burst--heavy .kitchen-burst-core { width:76px;height:76px;left:-38px;top:-38px; } }
@media(prefers-reduced-motion:reduce) { .kitchen-burst,.kitchen-spell-ray { display:none!important;animation:none!important; } }
