@layer base,components,variants;@layer variants{.egg-wrap{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%}.egg-svg{width:auto;height:100%;max-height:300px;aspect-ratio:300 / 320;filter:drop-shadow(0 6px 18px rgba(0,0,0,.12));overflow:visible}[data-theme=dark] .egg-svg{filter:drop-shadow(0 6px 22px rgba(0,0,0,.45))}.egg-wrap--complete .egg-svg{animation:egg-wobble .15s ease-in-out 8 alternate}@keyframes egg-wobble{0%{transform:rotate(-1deg)}to{transform:rotate(1deg)}}.egg-tick{vector-effect:non-scaling-stroke;will-change:opacity}.egg-numeral{font-family:var(--tk-font-sans, "DM Sans", sans-serif);font-weight:700;font-size:22px;user-select:none;pointer-events:none;paint-order:stroke fill;stroke:#3c32282e;stroke-width:.42;letter-spacing:-.01em;will-change:transform,opacity}.egg-readout-text{font-family:var(--tk-font-mono, "DM Mono", "SF Mono", monospace);font-weight:600;letter-spacing:.05em}[data-fullscreen] .egg-svg{max-height:80vh}[data-fullscreen] .egg-readout-text{font-size:20px}[data-fullscreen] .egg-numeral{stroke-width:.3}@media(max-width:768px){[data-mobile-focus] .egg-svg{width:min(75vw,280px);height:auto;max-height:none}}@media(max-width:480px){.egg-svg{width:min(80vw,300px);height:auto;max-height:none}}}
