*{margin:0;padding:0;box-sizing:border-box}:root{--primary: #ba0013;--primary-container: #e31e24;--surface: #fef9f2;--on-surface: #1d1c18;--on-surface-variant: #5d3f3c;--secondary: #52652e;--secondary-container: #d5eba6;--on-secondary-container: #586b34;--surface-container-low: #f8f3ec}body{font-family:Be Vietnam Pro,sans-serif;background:var(--surface);color:var(--on-surface);overflow:hidden;position:relative;min-height:100vh}#background-frame{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:none;filter:blur(25px);opacity:.2;pointer-events:none;z-index:1}#app{position:relative;width:100%;min-height:100vh;z-index:10}.content{position:relative;z-index:10;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:2rem;text-align:center}.cooking-container{position:relative;margin-bottom:3rem;animation:fadeInUp 1s ease-out}.pot-icon{font-size:8rem;color:var(--on-surface);animation:potShake 2s ease-in-out infinite;display:block;font-variation-settings:"FILL" 1,"wght" 400,"GRAD" 0,"opsz" 48}.steam{position:absolute;top:-20px;left:50%;transform:translate(-50%);display:flex;gap:1rem}.steam-particle{width:8px;height:8px;background:var(--on-surface-variant);border-radius:50%;opacity:0;animation:steamRise 2s ease-in-out infinite}.steam-particle:nth-child(1){animation-delay:0s}.steam-particle:nth-child(2){animation-delay:.3s}.steam-particle:nth-child(3){animation-delay:.6s}.main-message{font-family:Plus Jakarta Sans,sans-serif;font-size:clamp(2rem,6vw,4rem);font-weight:800;color:var(--on-surface);margin-bottom:1rem;line-height:1.2;animation:fadeInUp 1s ease-out .3s both}.sub-message{font-size:clamp(1rem,2.5vw,1.5rem);color:var(--on-surface-variant);max-width:600px;margin:0 auto 3rem;line-height:1.6;animation:fadeInUp 1s ease-out .5s both}.progress-container{width:100%;max-width:400px;margin:0 auto 2rem;animation:fadeInUp 1s ease-out .7s both}.progress-label{font-family:Plus Jakarta Sans,sans-serif;font-size:.875rem;font-weight:600;color:var(--on-surface-variant);text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem;display:flex;justify-content:space-between;align-items:center}.progress-bar{width:100%;height:12px;background:#ffffff80;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:1rem;overflow:hidden;box-shadow:0 4px 32px #1d1c180a}.progress-fill{height:100%;background:linear-gradient(90deg,var(--primary),var(--primary-container));border-radius:1rem;animation:progressGrow 3s ease-in-out infinite;box-shadow:0 0 20px #ba001380}.dots{display:inline-block;animation:dots 1.5s steps(4,end) infinite}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes potShake{0%,to{transform:rotate(0)}25%{transform:rotate(-3deg)}75%{transform:rotate(3deg)}}@keyframes steamRise{0%{opacity:0;transform:translateY(0) scale(1)}50%{opacity:.6}to{opacity:0;transform:translateY(-80px) scale(1.5)}}@keyframes progressGrow{0%{width:0%}50%{width:75%}to{width:0%}}@keyframes dots{0%,20%{content:"."}40%{content:".."}60%,to{content:"..."}}.material-symbols-outlined{font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24}@media (max-width: 768px){.pot-icon{font-size:6rem}.main-message{font-size:2rem}}
