#okkwork-mkk-timer-break.okkwork-mkk-break-btn--locked {
  pointer-events: none;
  opacity: 0.55;
}
#okkwork-mkk-break-overlay[hidden] { display: none !important; }
#okkwork-mkk-break-overlay .scene-layer { position: absolute; inset: 0; pointer-events: none; overflow: hidden; z-index: 1; }
#okkwork-mkk-break-overlay {
  position: fixed !important;
  inset: 0 !important;
  z-index: 2147483647 !important;
  isolation: isolate;
  display: flex; align-items: center; justify-content: center;
  padding: 1.25rem;
  background: rgba(0, 0, 0, 0.62);
  backdrop-filter: blur(4px);
  animation: overlayIn 0.45s ease;
  overflow: hidden;
  font-family: "Rubik", "Rubik-Regular", ui-sans-serif, system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}
#okkwork-mkk-break-overlay #okkwork-mkk-break-fx {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
body.okkwork-mkk-break-active {
  overflow: hidden !important;
}
#okkwork-mkk-break-overlay[hidden] { display: none !important; }
#okkwork-mkk-break-overlay.is-leaving { animation: overlayOut 0.35s ease forwards; }
@keyframes overlayIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes overlayOut { to { opacity: 0; } }

.break-card {
  position: relative; z-index: 10;
  max-width: 460px; width: 100%;
  padding: 1.75rem 1.75rem 1.5rem;
  border-radius: 20px;
  text-align: center;
  background: var(--card-bg, linear-gradient(160deg, #1e293b 0%, #0f172a 100%));
  animation: cardPop 0.55s cubic-bezier(0.34, 1.4, 0.64, 1);
}
#okkwork-mkk-break-overlay.is-leaving .break-card { animation: cardOut 0.3s ease forwards; }
@keyframes cardPop {
  from { opacity: 0; transform: scale(0.88) translateY(20px); }
  to { opacity: 1; transform: scale(1) translateY(0); }
}
@keyframes cardOut { to { opacity: 0; transform: scale(0.95) translateY(10px); } }

/* +10px к прежним размерам */
.break-card__timer {
  margin: 0 0 1rem;
  font-family: "Rubik-SemiBold", "Rubik", ui-sans-serif, sans-serif;
  font-variant-numeric: tabular-nums;
  font-size: clamp(2.75rem, 10vw, 3.5rem);
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1;
  color: var(--timer-color, #fbbf24);
  text-shadow: var(--timer-glow, 0 0 24px rgba(251, 191, 36, 0.35));
}
.break-card__title {
  margin: 0 0 1rem;
  font-family: "Rubik", sans-serif;
  font-size: calc(1.35rem + 10px);
  font-weight: 800;
  line-height: 1.25;
}
.break-card__text {
  margin: 0 0 1.5rem;
  font-family: "Rubik", sans-serif;
  font-size: calc(1rem + 10px);
  font-weight: 400;
  line-height: 1.55;
  color: var(--text-color, rgba(255,255,255,0.88));
}
.break-card__cta {
  width: 100%; border: none; border-radius: 12px;
  padding: 0.95rem 1.25rem;
  font-family: "Rubik-SemiBold", "Rubik", ui-sans-serif, sans-serif;
  font-size: calc(0.95rem + 2px); font-weight: 600;
  cursor: pointer; color: #fff;
  background: linear-gradient(180deg, #16a34a, #15803d);
  box-shadow: 0 4px 20px rgba(22,163,74,0.35);
  transition: filter 0.15s, transform 0.1s;
}
.break-card__cta:hover { filter: brightness(1.08); }
.break-card__cta:active { transform: scale(0.98); }

.scene-layer {
  position: absolute; inset: 0; pointer-events: none; overflow: hidden; z-index: 1;
}

/* —— THEME: NEON —— */
#okkwork-mkk-break-overlay.theme-neon { background: rgba(0,0,0,0.7); }
#okkwork-mkk-break-overlay.theme-neon .break-card {
  background: rgba(15,23,42,0.92);
  border: 2px solid #06b6d4;
  box-shadow: 0 0 30px #06b6d4, 0 0 60px rgba(236,72,153,0.3);
}
#okkwork-mkk-break-overlay.theme-neon .break-card__title { color: #22d3ee; text-shadow: 0 0 12px #06b6d4; }
#okkwork-mkk-break-overlay.theme-neon .break-card__timer { color: #22d3ee; --timer-glow: 0 0 28px #06b6d4; }
#okkwork-mkk-break-overlay.theme-neon .break-card__cta {
  background: transparent; border: 2px solid #ec4899; color: #f9a8d4;
  box-shadow: 0 0 20px rgba(236,72,153,0.5);
}
#okkwork-mkk-break-overlay.theme-neon .grid-floor {
  position: absolute; bottom: 0; left: -50%; width: 200%; height: 40%;
  background:
    linear-gradient(transparent 0%, rgba(6,182,212,0.08) 100%),
    repeating-linear-gradient(90deg, transparent, transparent 49px, rgba(6,182,212,0.15) 49px, rgba(6,182,212,0.15) 50px),
    repeating-linear-gradient(0deg, transparent, transparent 49px, rgba(6,182,212,0.1) 49px, rgba(6,182,212,0.1) 50px);
  transform: perspective(400px) rotateX(60deg);
  animation: gridMove 3s linear infinite;
}
@keyframes gridMove { to { transform: perspective(400px) rotateX(60deg) translateY(50px); } }
#okkwork-mkk-break-overlay.theme-neon .rain span {
  position: absolute; width: 2px; height: 40px;
  background: linear-gradient(transparent, rgba(6,182,212,0.6));
  animation: rainFall 1.2s linear infinite;
}
@keyframes rainFall { to { transform: translateY(100vh); } }

/* —— THEME: BUBBLE —— */
#okkwork-mkk-break-overlay.theme-bubble {
  background: linear-gradient(180deg, rgba(6,78,59,0.55) 0%, rgba(0,0,0,0.65) 100%);
}
#okkwork-mkk-break-overlay.theme-bubble .break-card {
  background: rgba(255,255,255,0.12);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255,255,255,0.25);
}
#okkwork-mkk-break-overlay.theme-bubble .break-card__title { color: #a7f3d0; }
#okkwork-mkk-break-overlay.theme-bubble .break-card__text { color: #d1fae5; }
#okkwork-mkk-break-overlay.theme-bubble .break-card__timer { color: #6ee7b7; --timer-glow: 0 0 24px rgba(110,231,183,0.4); }
#okkwork-mkk-break-overlay.theme-bubble .break-card__cta { background: linear-gradient(180deg, #34d399, #059669); }
#okkwork-mkk-break-overlay.theme-bubble .bubble-fx {
  position: absolute; border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.4);
  background: radial-gradient(circle at 30% 30%, rgba(255,255,255,0.5), rgba(167,243,208,0.15));
  animation: bubbleUp 8s ease-in infinite;
}
@keyframes bubbleUp {
  0% { transform: translateY(100vh) scale(0.3); opacity: 0; }
  15% { opacity: 0.8; }
  100% { transform: translateY(-20vh) scale(1); opacity: 0; }
}
#okkwork-mkk-break-overlay.theme-bubble .wave-fx {
  position: absolute; bottom: 0; left: 0; width: 200%; height: 120px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 120'%3E%3Cpath d='M0,60 Q300,0 600,60 T1200,60 L1200,120 L0,120 Z' fill='rgba(167,243,208,0.15)'/%3E%3C/svg%3E") repeat-x;
  animation: waveMove 8s linear infinite;
}
@keyframes waveMove { to { transform: translateX(-50%); } }
#okkwork-mkk-break-overlay.theme-bubble .breath-fx {
  position: absolute; left: 50%; top: 42%; width: 220px; height: 220px;
  margin: -110px 0 0 -110px; border-radius: 50%;
  border: 2px solid rgba(167,243,208,0.3);
  animation: breathe 4s ease-in-out infinite;
}
@keyframes breathe {
  0%, 100% { transform: scale(0.85); opacity: 0.4; }
  50% { transform: scale(1.15); opacity: 0.8; }
}

/* —— THEME: COMIC —— */
#okkwork-mkk-break-overlay.theme-comic {
  background: rgba(0,0,0,0.68);
  background-image: radial-gradient(circle, #fef08a 1px, transparent 1px);
  background-size: 8px 8px;
}
#okkwork-mkk-break-overlay.theme-comic .break-card {
  font-family: "Comic Neue", cursive;
  background: #fff; color: #1c1917;
  border: 4px solid #1c1917;
  border-radius: 4px;
  box-shadow: 8px 8px 0 #1c1917;
}
#okkwork-mkk-break-overlay.theme-comic .break-card__title {
  font-family: "Bangers", cursive;
  font-size: calc(1.75rem + 10px);
  color: #dc2626;
  text-shadow: 3px 3px 0 #fbbf24;
  animation: comicShake 0.4s ease-in-out infinite alternate;
}
@keyframes comicShake {
  from { transform: rotate(-1deg); }
  to { transform: rotate(1deg); }
}
#okkwork-mkk-break-overlay.theme-comic .break-card__text { color: #292524; }
#okkwork-mkk-break-overlay.theme-comic .break-card__timer {
  font-family: "Bangers", cursive;
  color: #dc2626;
  -webkit-text-stroke: 1px #1c1917;
}
#okkwork-mkk-break-overlay.theme-comic .break-card__cta {
  font-family: "Bangers", cursive;
  font-size: calc(1.1rem + 4px);
  background: #22c55e; border: 3px solid #1c1917;
  box-shadow: 4px 4px 0 #1c1917; border-radius: 4px;
}
#okkwork-mkk-break-overlay.theme-comic .pow-fx {
  position: absolute; font-family: "Bangers", cursive;
  font-size: clamp(1.5rem, 6vw, 3rem); color: #fbbf24;
  -webkit-text-stroke: 2px #1c1917;
  text-shadow: 4px 4px 0 #dc2626;
  animation: powPop 2s ease-in-out infinite;
}
@keyframes powPop {
  0%, 100% { transform: scale(1) rotate(-8deg); }
  50% { transform: scale(1.12) rotate(-4deg); }
}
#okkwork-mkk-break-overlay.theme-comic .burst-fx {
  position: absolute; width: 90px; height: 90px;
  background: #fef08a; opacity: 0.35;
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  animation: burstSpin 10s linear infinite;
}
@keyframes burstSpin { to { transform: rotate(360deg); } }

/* —— THEME: AURORA —— */
#okkwork-mkk-break-overlay.theme-aurora { background: rgba(5,10,25,0.72); }
#okkwork-mkk-break-overlay.theme-aurora .break-card {
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,0.18);
  box-shadow: 0 8px 32px rgba(0,0,0,0.3);
}
#okkwork-mkk-break-overlay.theme-aurora .break-card__title { color: #e0e7ff; text-shadow: 0 0 20px rgba(167,139,250,0.5); }
#okkwork-mkk-break-overlay.theme-aurora .break-card__text { color: rgba(255,255,255,0.88); }
#okkwork-mkk-break-overlay.theme-aurora .break-card__timer { color: #c4b5fd; --timer-glow: 0 0 32px rgba(167,139,250,0.55); }
#okkwork-mkk-break-overlay.theme-aurora .break-card__cta {
  background: linear-gradient(135deg, #6366f1, #8b5cf6);
  box-shadow: 0 4px 24px rgba(99,102,241,0.45);
}
#okkwork-mkk-break-overlay.theme-aurora .aurora-fx {
  position: absolute; inset: -50%;
  background:
    linear-gradient(125deg, transparent 40%, rgba(34,211,238,0.25) 45%, transparent 50%),
    linear-gradient(215deg, transparent 40%, rgba(167,139,250,0.3) 48%, transparent 55%),
    linear-gradient(165deg, transparent 35%, rgba(52,211,153,0.2) 42%, transparent 50%);
  animation: auroraShift 12s ease-in-out infinite alternate;
}
@keyframes auroraShift {
  0% { transform: translate(-5%, -5%) rotate(0deg); }
  100% { transform: translate(5%, 5%) rotate(3deg); }
}
#okkwork-mkk-break-overlay.theme-aurora .firefly-fx {
  position: absolute; width: 4px; height: 4px; border-radius: 50%;
  background: #fef08a; box-shadow: 0 0 12px #fde047;
  animation: fireflyFloat 6s ease-in-out infinite;
}
@keyframes fireflyFloat {
  0%, 100% { transform: translate(0, 0); opacity: 0.35; }
  50% { transform: translate(25px, -50px); opacity: 1; }
}

#okkwork-mkk-break-overlay.theme-aurora .stars-fx span {
  position: absolute; width: 2px; height: 2px; background: #fff; border-radius: 50%;
  animation: twinkle 3s ease-in-out infinite;
}
@keyframes twinkle { 0%, 100% { opacity: 0.2; } 50% { opacity: 1; } }

/* —— THEME: COFFEE —— */
#okkwork-mkk-break-overlay.theme-coffee { background: rgba(0,0,0,0.72); }
#okkwork-mkk-break-overlay.theme-coffee .break-card {
  background: linear-gradient(160deg, #292524 0%, #1c1917 100%);
  border: 1px solid rgba(251,191,36,0.25);
  box-shadow: 0 0 80px rgba(245,158,11,0.2);
}
#okkwork-mkk-break-overlay.theme-coffee .break-card__title { color: #fde68a; }
#okkwork-mkk-break-overlay.theme-coffee .break-card__text { color: #d6d3d1; }
#okkwork-mkk-break-overlay.theme-coffee .break-card__timer { color: #fbbf24; --timer-glow: 0 0 28px rgba(251,191,36,0.45); }
#okkwork-mkk-break-overlay.theme-coffee .break-card__cta { background: linear-gradient(180deg, #d97706, #b45309); }

/* —— THEME: SPARKLE —— */
#okkwork-mkk-break-overlay.theme-sparkle { background: rgba(15, 5, 35, 0.75); }
#okkwork-mkk-break-overlay.theme-sparkle .break-card {
  background: linear-gradient(160deg, rgba(88,28,135,0.95), rgba(30,27,75,0.98));
  border: 1px solid rgba(192,132,252,0.35);
  box-shadow: 0 0 60px rgba(168,85,247,0.4);
}
#okkwork-mkk-break-overlay.theme-sparkle .break-card__title {
  background: linear-gradient(90deg, #e9d5ff, #f0abfc, #c4b5fd);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
#okkwork-mkk-break-overlay.theme-sparkle .break-card__text { color: #e9d5ff; }
#okkwork-mkk-break-overlay.theme-sparkle .break-card__timer { color: #f0abfc; --timer-glow: 0 0 32px rgba(192,132,252,0.55); }
#okkwork-mkk-break-overlay.theme-sparkle .break-card__cta { background: linear-gradient(135deg, #a855f7, #7c3aed); }
#okkwork-mkk-break-overlay.theme-sparkle .sparkle-fx {
  position: absolute; width: 6px; height: 6px; background: #fff; border-radius: 50%;
  box-shadow: 0 0 10px #f0abfc, 0 0 20px #a855f7;
  animation: sparklePop 3s ease-in-out infinite;
}
@keyframes sparklePop {
  0%, 100% { opacity: 0; transform: scale(0); }
  50% { opacity: 1; transform: scale(1.5); }
}
#okkwork-mkk-break-overlay.theme-sparkle .orbit-fx {
  position: absolute; left: 50%; top: 50%; width: 280px; height: 280px;
  margin: -140px 0 0 -140px; border: 1px dashed rgba(192,132,252,0.2);
  border-radius: 50%; animation: orbitSpin 20s linear infinite;
}
@keyframes orbitSpin { to { transform: rotate(360deg); } }

/* —— THEME: PIXEL —— */
#okkwork-mkk-break-overlay.theme-pixel { background: rgba(0,0,0,0.78); }
#okkwork-mkk-break-overlay.theme-pixel .break-overlay::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(0,0,0,0.12) 2px, rgba(0,0,0,0.12) 4px);
}
#okkwork-mkk-break-overlay.theme-pixel .break-card {
  font-family: "Press Start 2P", monospace;
  background: #1a472a; border: 4px solid #4ade80; border-radius: 0;
  box-shadow: 8px 8px 0 #14532d, inset 0 0 0 4px #166534;
  max-width: 480px;
}
#okkwork-mkk-break-overlay.theme-pixel .break-card__title { color: #4ade80; font-size: calc(0.85rem + 6px); line-height: 1.8; }
#okkwork-mkk-break-overlay.theme-pixel .break-card__text { font-size: calc(0.65rem + 4px); line-height: 2; color: #bbf7d0; }
#okkwork-mkk-break-overlay.theme-pixel .break-card__timer {
  font-family: "Press Start 2P", monospace;
  font-size: clamp(1.75rem, 7vw, 2.5rem); color: #fbbf24;
  --timer-glow: none;
}
#okkwork-mkk-break-overlay.theme-pixel .break-card__cta {
  font-family: inherit; font-size: calc(0.55rem + 4px); border-radius: 0;
  background: #22c55e; box-shadow: 4px 4px 0 #14532d; border: 2px solid #166534;
}

/* —— THEME: PAPER —— */
#okkwork-mkk-break-overlay.theme-paper { background: rgba(30,20,20,0.65); }
#okkwork-mkk-break-overlay.theme-paper .break-card {
  background: #fffef8; color: #292524;
  box-shadow: 8px 12px 24px rgba(0,0,0,0.25);
  animation: paperWiggle 6s ease-in-out infinite;
}
@keyframes paperWiggle {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-4px); }
}
#okkwork-mkk-break-overlay.theme-paper .break-card__title { color: #b45309; }
#okkwork-mkk-break-overlay.theme-paper .break-card__text { color: #57534e; }
#okkwork-mkk-break-overlay.theme-paper .break-card__timer { color: #ea580c; --timer-glow: none; }
#okkwork-mkk-break-overlay.theme-paper .break-card__cta { background: #ea580c; box-shadow: 3px 3px 0 #9a3412; border-radius: 4px; }
#okkwork-mkk-break-overlay.theme-paper .tape-fx {
  position: absolute; width: 80px; height: 24px; top: -8px; left: 50%; margin-left: -40px;
  background: rgba(253,224,71,0.7); transform: rotate(-3deg);
}

/* —— THEME: MINIMAL —— */
#okkwork-mkk-break-overlay.theme-minimal { background: rgba(0,0,0,0.55); }
#okkwork-mkk-break-overlay.theme-minimal .break-card {
  background: rgba(255,255,255,0.97); color: #334155;
  box-shadow: 0 20px 60px rgba(0,0,0,0.15); max-width: 480px;
}
#okkwork-mkk-break-overlay.theme-minimal .break-card__title {
  color: #0f766e; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase;
}
#okkwork-mkk-break-overlay.theme-minimal .break-card__text { color: #64748b; }
#okkwork-mkk-break-overlay.theme-minimal .break-card__timer { color: #0f766e; --timer-glow: none; }
#okkwork-mkk-break-overlay.theme-minimal .break-card__cta { background: #0f766e; border-radius: 999px; box-shadow: none; }
#okkwork-mkk-break-overlay.theme-minimal .minimal-ring-fx {
  position: absolute; left: 50%; top: 50%; width: min(90vw, 400px); height: min(90vw, 400px);
  margin: calc(min(45vw, 200px) * -1) 0 0 calc(min(45vw, 200px) * -1);
  border: 1px solid rgba(15,118,110,0.2); border-radius: 50%;
  animation: ringExpand 6s ease-in-out infinite;
}
@keyframes ringExpand {
  0%, 100% { transform: scale(0.9); opacity: 0.3; }
  50% { transform: scale(1.05); opacity: 0.6; }
}
#okkwork-mkk-break-overlay.theme-minimal .dot-fx {
  position: absolute; width: 4px; height: 4px; background: #14b8a6; border-radius: 50%;
  animation: dotDrift 10s linear infinite;
}
@keyframes dotDrift {
  0% { transform: translateY(0); opacity: 0; }
  20% { opacity: 0.6; }
  100% { transform: translateY(-80vh); opacity: 0; }
}

/* —— THEME: GLASS (медитация) —— */
#okkwork-mkk-break-overlay.theme-glass {
  background: linear-gradient(180deg, rgba(15,23,42,0.6) 0%, rgba(6,78,59,0.45) 100%);
}
#okkwork-mkk-break-overlay.theme-glass .break-card {
  background: rgba(255,255,255,0.14);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,0.28);
  box-shadow: 0 8px 40px rgba(0,0,0,0.25);
}
#okkwork-mkk-break-overlay.theme-glass .break-card__title { color: #a7f3d0; }
#okkwork-mkk-break-overlay.theme-glass .break-card__text { color: #ecfdf5; }
#okkwork-mkk-break-overlay.theme-glass .break-card__timer { color: #5eead4; --timer-glow: 0 0 28px rgba(94,234,212,0.4); }
#okkwork-mkk-break-overlay.theme-glass .break-card__cta { background: linear-gradient(180deg, #2dd4bf, #0d9488); }
#okkwork-mkk-break-overlay.theme-glass .breath-fx {
  position: absolute; left: 50%; top: 50%; width: 240px; height: 240px;
  margin: -120px 0 0 -120px; border-radius: 50%;
  border: 2px solid rgba(167,243,208,0.35);
  animation: breathe 4s ease-in-out infinite;
}

/* —— THEME: SUNSET (исчезновение) —— */
#okkwork-mkk-break-overlay.theme-sunset { background: rgba(15,23,42,0.75); }
#okkwork-mkk-break-overlay.theme-sunset .break-card {
  background: linear-gradient(165deg, #1e3a5f, #0f172a);
  border: 1px solid rgba(148,163,184,0.2);
}
#okkwork-mkk-break-overlay.theme-sunset .break-card__title { color: #bae6fd; }
#okkwork-mkk-break-overlay.theme-sunset .break-card__text { color: #cbd5e1; }
#okkwork-mkk-break-overlay.theme-sunset .break-card__timer { color: #7dd3fc; --timer-glow: 0 0 24px rgba(125,211,252,0.35); }
#okkwork-mkk-break-overlay.theme-sunset .break-card__cta { background: linear-gradient(180deg, #0284c7, #0369a1); }

#okkwork-mkk-break-overlay.theme-pixel .pause-giant {
  color: #4ade80;
  text-shadow: 0 0 30px #22c55e, 0 0 60px rgba(74,222,128,0.35);
  font-family: "Press Start 2P", monospace;
  font-size: clamp(3rem, 14vw, 6rem);
}
#okkwork-mkk-break-overlay.theme-coffee .neon-coffee { color: #fbbf24; text-shadow: 0 0 12px #f59e0b; }
#okkwork-mkk-break-overlay.theme-coffee .steam-neon span { background: #fde68a; box-shadow: 0 0 8px #fbbf24; }

/* Сценовые анимации под смысл фразы */
.scene-relax .emoji-float {
  position: absolute; font-size: 2.5rem;
  animation: floatSoft 5s ease-in-out infinite;
}
.scene-relax .emoji-float--1 { top: 18%; left: 12%; }
.scene-relax .emoji-float--2 { top: 22%; right: 14%; animation-delay: 1s; }
.scene-relax .emoji-float--3 { bottom: 20%; left: 20%; font-size: 2rem; animation-delay: 2s; }
@keyframes floatSoft {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-16px); }
}

.scene-sleep .zzz {
  position: absolute; font-size: 2rem; font-weight: 800; color: rgba(255,255,255,0.5);
  animation: zzzRise 3s ease-in-out infinite;
}
.scene-sleep .zzz--1 { bottom: 25%; left: 20%; }
.scene-sleep .zzz--2 { bottom: 30%; left: 28%; font-size: 2.6rem; animation-delay: 0.8s; }
.scene-sleep .zzz--3 { bottom: 35%; left: 36%; font-size: 3.2rem; animation-delay: 1.6s; }
@keyframes zzzRise {
  0% { opacity: 0; transform: translateY(10px) scale(0.8); }
  40% { opacity: 0.9; }
  100% { opacity: 0; transform: translateY(-60px) scale(1.2); }
}

.scene-mouse-yawn .mouse-icon {
  position: absolute; left: 10%; bottom: 22%; font-size: 3.5rem;
  animation: mouseDrop 2s ease-in-out infinite;
}
.scene-mouse-yawn .jaw-line {
  position: absolute; right: 12%; top: 28%; font-size: 4rem;
  animation: yawnOpen 2.5s ease-in-out infinite;
}
@keyframes mouseDrop {
  0%, 100% { transform: translateY(0) rotate(-8deg); }
  50% { transform: translateY(12px) rotate(0deg); }
}
@keyframes yawnOpen {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.15); }
}

.scene-battery .phone-ui {
  position: absolute; top: 14%; right: 10%;
  width: 72px; height: 120px; border: 3px solid #22d3ee; border-radius: 12px;
  box-shadow: 0 0 20px rgba(6,182,212,0.5);
}
.scene-battery .phone-screen {
  position: absolute; inset: 8px; background: #0f172a; border-radius: 6px;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.65rem; color: #64748b; text-align: center; padding: 4px;
}
.scene-battery .battery-bar {
  position: absolute; bottom: 18%; left: 12%; width: 140px; height: 18px;
  border: 2px solid #ec4899; border-radius: 9px; overflow: hidden;
}
.scene-battery .battery-fill {
  height: 100%; width: 12%; background: linear-gradient(90deg, #ef4444, #f97316);
  animation: batteryDrain 4s ease-in-out infinite alternate;
}
@keyframes batteryDrain {
  0% { width: 8%; }
  100% { width: 22%; }
}
.scene-battery .neon-label {
  position: absolute; top: 12%; left: 8%;
  color: #f472b6; font-weight: 800; letter-spacing: 0.2em; font-size: 0.75rem;
  text-shadow: 0 0 10px #ec4899;
  animation: neonBlink 1.5s step-end infinite;
}
@keyframes neonBlink { 50% { opacity: 0.5; } }

.scene-lunch-safe .plate-emoji {
  position: absolute; left: 8%; bottom: 20%; font-size: 4rem;
  animation: plateBounce 2s ease-in-out infinite;
}
.scene-lunch-safe .colleague-safe {
  position: absolute; right: 8%; bottom: 22%; font-size: 3rem;
  animation: colleagueRun 6s linear infinite;
}
.scene-lunch-safe .pow-fx { top: 10%; left: 35%; content: "СПАСЁН!"; }
@keyframes plateBounce {
  0%, 100% { transform: rotate(-5deg); }
  50% { transform: rotate(5deg) translateY(-8px); }
}
@keyframes colleagueRun {
  0% { transform: translateX(40px); }
  50% { transform: translateX(-20px); }
  100% { transform: translateX(40px); }
}

.scene-pause .pause-giant {
  position: absolute; left: 50%; top: 38%; transform: translate(-50%, -50%);
  font-size: clamp(5rem, 20vw, 9rem); color: #22d3ee;
  text-shadow: 0 0 40px #06b6d4, 0 0 80px rgba(6,182,212,0.4);
  animation: pausePulse 2s ease-in-out infinite;
}
@keyframes pausePulse {
  0%, 100% { transform: translate(-50%, -50%) scale(1); opacity: 0.85; }
  50% { transform: translate(-50%, -50%) scale(1.08); opacity: 1; }
}

.scene-plate .monitor-fade {
  position: absolute; left: 8%; top: 20%; font-size: 3.5rem; opacity: 0.25;
  animation: monitorGhost 3s ease-in-out infinite;
}
.scene-plate .plate-hero {
  position: absolute; right: 10%; top: 22%; font-size: 5rem;
  animation: plateHero 2.5s ease-in-out infinite;
}
@keyframes monitorGhost {
  0%, 100% { opacity: 0.15; transform: scale(0.95); }
  50% { opacity: 0.35; }
}
@keyframes plateHero {
  0%, 100% { transform: translateY(0) rotate(3deg); }
  50% { transform: translateY(-12px) rotate(-3deg); }
}

.scene-vacation .suitcase {
  position: absolute; font-size: 2.5rem;
  animation: flyAway 8s linear infinite;
}
.scene-vacation .thought-bubble {
  position: absolute; font-size: 1.8rem; opacity: 0.7;
  animation: flyAway 7s linear infinite reverse;
}
@keyframes flyAway {
  0% { transform: translate(110vw, 60vh) rotate(0deg); opacity: 0; }
  10% { opacity: 0.9; }
  90% { opacity: 0.7; }
  100% { transform: translate(-20vw, -10vh) rotate(20deg); opacity: 0; }
}

.scene-coffee-boss .neon-coffee {
  position: absolute; top: 10%; left: 50%; transform: translateX(-50%);
  font-size: 1rem; font-weight: 800; letter-spacing: 0.35em; color: #f472b6;
  text-shadow: 0 0 12px #ec4899;
}
.scene-coffee-boss .steam-neon {
  position: absolute; left: 50%; top: 22%; width: 60px; height: 50px; margin-left: -30px;
}
.scene-coffee-boss .steam-neon span {
  position: absolute; bottom: 0; width: 8px; height: 8px; background: #22d3ee;
  border-radius: 50%; filter: blur(2px); box-shadow: 0 0 8px #06b6d4;
  animation: neonSteam 3s ease-in-out infinite;
}
.scene-coffee-boss .steam-neon span:nth-child(1) { left: 8px; }
.scene-coffee-boss .steam-neon span:nth-child(2) { left: 26px; animation-delay: 0.6s; }
.scene-coffee-boss .steam-neon span:nth-child(3) { left: 44px; animation-delay: 1.2s; }
.scene-coffee-boss .boss-walk {
  position: absolute; bottom: 18%; font-size: 3rem;
  animation: bossFadeWalk 10s linear infinite;
}
@keyframes neonSteam {
  0% { transform: translateY(0); opacity: 0; }
  30% { opacity: 1; }
  100% { transform: translateY(-50px); opacity: 0; }
}
@keyframes bossFadeWalk {
  0% { left: -10%; opacity: 1; }
  40% { left: 40%; opacity: 0.3; }
  100% { left: 110%; opacity: 0; }
}

.scene-meditate .focus-dot {
  position: absolute; left: 50%; top: 40%; width: 12px; height: 12px;
  margin: -6px 0 0 -6px; background: #6ee7b7; border-radius: 50%;
  box-shadow: 0 0 20px #34d399;
  animation: focusPulse 3s ease-in-out infinite;
}
.scene-meditate .meditate-fig {
  position: absolute; bottom: 18%; left: 50%; transform: translateX(-50%);
  font-size: 4rem; animation: meditateBob 4s ease-in-out infinite;
}
@keyframes focusPulse {
  0%, 100% { transform: scale(1); opacity: 0.6; }
  50% { transform: scale(1.8); opacity: 1; }
}
@keyframes meditateBob {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(-6px); }
}

.scene-cafeteria .door-sign {
  position: absolute; top: 12%; left: 50%; transform: translateX(-50%);
  background: #fef08a; color: #1c1917; padding: 0.5rem 1rem;
  font-family: "Bangers", cursive; font-size: 1.4rem; border: 3px solid #1c1917;
  box-shadow: 4px 4px 0 #1c1917; transform: translateX(-50%) rotate(-2deg);
  animation: signWiggle 3s ease-in-out infinite;
}
.scene-cafeteria .poof {
  position: absolute; bottom: 25%; left: 15%; font-size: 3rem;
  animation: poofPop 2s ease-in-out infinite;
}
.scene-cafeteria .arrow-cafe {
  position: absolute; bottom: 20%; right: 10%; font-size: 3.5rem;
  animation: arrowPoint 1.5s ease-in-out infinite;
}
@keyframes signWiggle {
  0%, 100% { transform: translateX(-50%) rotate(-2deg); }
  50% { transform: translateX(-50%) rotate(2deg); }
}
@keyframes poofPop {
  0%, 100% { transform: scale(1); opacity: 0.9; }
  50% { transform: scale(1.2); opacity: 1; }
}
@keyframes arrowPoint {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(12px); }
}

/* Общие хелперы тем */
.rain { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
