.flip-digit.svelte-ngwy2k{position:relative;width:clamp(2rem,10vw,8rem);height:clamp(3rem,15vw,12rem);perspective:500px;transform-style:preserve-3d;border-radius:var(--radius-md);box-shadow:0 4px 12px var(--shadow-color),var(--flap-extra-shadow, none);background:var(--flap-gradient);border:var(--flap-border, none)}@media(max-width:480px){.flip-digit.svelte-ngwy2k{width:clamp(1.8rem,8vw,5rem);height:clamp(2.8rem,12vw,8rem)}}.flap.svelte-ngwy2k{position:absolute;left:0;right:0;height:50%;display:flex;align-items:center;justify-content:center;overflow:hidden;backface-visibility:hidden}.flap-top.svelte-ngwy2k{top:0;border-radius:var(--radius-md) var(--radius-md) 0 0;background:var(--flap-bg);align-items:flex-end;padding-bottom:0}.flap-top.svelte-ngwy2k .digit-value:where(.svelte-ngwy2k){transform:translateY(50%)}.flap-bottom.svelte-ngwy2k{bottom:0;border-radius:0 0 var(--radius-md) var(--radius-md);background:var(--flap-bg-bottom);align-items:flex-start;padding-top:0}.flap-bottom.svelte-ngwy2k .digit-value:where(.svelte-ngwy2k){transform:translateY(-50%)}.digit-value.svelte-ngwy2k{font-family:var(--font-mono);font-size:clamp(2rem,10vw,9rem);font-weight:400;color:var(--digit-color);text-shadow:var(--digit-shadow);font-variant-numeric:tabular-nums;line-height:1}@media(max-width:480px){.digit-value.svelte-ngwy2k{font-size:clamp(1.5rem,8vw,5rem)}}.divider.svelte-ngwy2k{position:absolute;left:3px;right:3px;top:50%;height:2px;background:var(--divider-color);transform:translateY(-50%);z-index:10;box-shadow:0 1px 0 var(--divider-highlight)}.flap-animate-top.svelte-ngwy2k{z-index:20;transform-origin:bottom center;animation:svelte-ngwy2k-flipTop .3s ease-in forwards}.flap-animate-bottom.svelte-ngwy2k{z-index:15;transform-origin:top center;animation:svelte-ngwy2k-flipBottom .3s ease-out .15s forwards;transform:rotateX(90deg)}@keyframes svelte-ngwy2k-flipTop{0%{transform:rotateX(0)}to{transform:rotateX(-90deg)}}@keyframes svelte-ngwy2k-flipBottom{0%{transform:rotateX(90deg)}to{transform:rotateX(0)}}@media(prefers-reduced-motion:reduce){.flap-animate-top.svelte-ngwy2k,.flap-animate-bottom.svelte-ngwy2k{animation:none}}.flip-group.svelte-1vfkkbi{display:flex;gap:clamp(4px,1vmin,8px)}.separator.svelte-cysdcr{display:flex;align-items:center;justify-content:center;padding:0 clamp(2px,.5vw,8px)}.separator.svelte-cysdcr span:where(.svelte-cysdcr){font-family:var(--font-mono);font-size:clamp(1.8rem,8vw,6rem);font-weight:300;color:var(--accent);line-height:1}@media(max-width:480px){.separator.svelte-cysdcr span:where(.svelte-cysdcr){font-size:clamp(1.2rem,6vw,4rem)}}.separator.animated.svelte-cysdcr span:where(.svelte-cysdcr){animation:svelte-cysdcr-blink 2s ease-in-out infinite}@keyframes svelte-cysdcr-blink{0%,to{opacity:.8}50%{opacity:.3}}@media(prefers-reduced-motion:reduce){.separator.animated.svelte-cysdcr span:where(.svelte-cysdcr){animation:none}}.flip-clock.svelte-x6oezf{display:flex;align-items:center;gap:clamp(6px,1.5vw,20px)}@media(max-width:480px){.flip-clock.svelte-x6oezf{gap:clamp(4px,1vw,12px)}}.date-display.svelte-1lbnhv2{font-family:var(--font-sans);font-size:clamp(.75rem,2vmin,1.1rem);font-weight:400;color:var(--text-muted);letter-spacing:.12em;text-transform:uppercase;margin-top:clamp(16px,3vmin,28px)}.overlay.svelte-1u317mj{position:fixed;inset:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:200}.theme-picker.svelte-1u317mj{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:var(--bg-secondary);border:1px solid var(--ui-border);border-radius:var(--radius-lg);padding:24px;z-index:201;max-width:90vw;max-height:85vh;overflow-y:auto;box-shadow:0 20px 60px #0006}.header.svelte-1u317mj{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.header.svelte-1u317mj h2:where(.svelte-1u317mj){font-family:var(--font-sans);font-size:1.1rem;font-weight:600;color:var(--text-primary)}.close-btn.svelte-1u317mj{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:var(--radius-sm);color:var(--text-secondary);transition:background var(--transition-fast)}.close-btn.svelte-1u317mj:hover{background:var(--ui-hover)}.theme-grid.svelte-1u317mj{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:12px}.theme-swatch.svelte-1u317mj{display:flex;flex-direction:column;align-items:center;gap:8px;padding:8px;border-radius:var(--radius-md);border:2px solid transparent;transition:border-color var(--transition-fast),transform var(--transition-fast)}.theme-swatch.svelte-1u317mj:hover{transform:scale(1.02)}.theme-swatch.active.svelte-1u317mj{border-color:var(--accent)}.swatch-preview.svelte-1u317mj{width:80px;height:56px;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;overflow:hidden}[data-theme=midnight].svelte-1u317mj .swatch-preview:where(.svelte-1u317mj){background:#0a0a0a}[data-theme=midnight].svelte-1u317mj .swatch-digit:where(.svelte-1u317mj){color:#e8e8e8;background:#1a1a1a}[data-theme=lofi-study].svelte-1u317mj .swatch-preview:where(.svelte-1u317mj){background:#f5f0e8}[data-theme=lofi-study].svelte-1u317mj .swatch-digit:where(.svelte-1u317mj){color:#3a2e20;background:#e8dcc8}[data-theme=aurora].svelte-1u317mj .swatch-preview:where(.svelte-1u317mj){background:linear-gradient(-45deg,#0d1117,#1a0533,#0d2b45)}[data-theme=aurora].svelte-1u317mj .swatch-digit:where(.svelte-1u317mj){color:#fff;background:#ffffff1a}[data-theme=forest].svelte-1u317mj .swatch-preview:where(.svelte-1u317mj){background:#0a1f0a}[data-theme=forest].svelte-1u317mj .swatch-digit:where(.svelte-1u317mj){color:#f0edd4;background:#1a3a1a}[data-theme=pastel-dream].svelte-1u317mj .swatch-preview:where(.svelte-1u317mj){background:linear-gradient(135deg,#e8dff5,#fce4ec,#e3f2fd)}[data-theme=pastel-dream].svelte-1u317mj .swatch-digit:where(.svelte-1u317mj){color:#2d2d2d;background:#fff}[data-theme=vintage-parchment].svelte-1u317mj .swatch-preview:where(.svelte-1u317mj){background:#d4c5a0}[data-theme=vintage-parchment].svelte-1u317mj .swatch-digit:where(.svelte-1u317mj){color:#3c2f1a;background:#c8b88a}[data-theme=matrix].svelte-1u317mj .swatch-preview:where(.svelte-1u317mj){background:#000}[data-theme=matrix].svelte-1u317mj .swatch-digit:where(.svelte-1u317mj){color:#00ff41;background:#001a00;text-shadow:0 0 8px #00ff41}[data-theme=chalkboard].svelte-1u317mj .swatch-preview:where(.svelte-1u317mj){background:#2d3a2d}[data-theme=chalkboard].svelte-1u317mj .swatch-digit:where(.svelte-1u317mj){color:#e8e8d8;background:#354535}[data-theme=nordic].svelte-1u317mj .swatch-preview:where(.svelte-1u317mj){background:#f8f9fa}[data-theme=nordic].svelte-1u317mj .swatch-digit:where(.svelte-1u317mj){color:#4a5568;background:#edf2f7}[data-theme=retro-arcade].svelte-1u317mj .swatch-preview:where(.svelte-1u317mj){background:#0f0f23}[data-theme=retro-arcade].svelte-1u317mj .swatch-digit:where(.svelte-1u317mj){color:#fc0;background:#1a0a2e;text-shadow:0 0 8px rgba(255,204,0,.5)}[data-theme=comic].svelte-1u317mj .swatch-preview:where(.svelte-1u317mj){background:#fff}[data-theme=comic].svelte-1u317mj .swatch-digit:where(.svelte-1u317mj){color:#111;background:#ffe135;border:2px solid #111}[data-theme=sunset-warmth].svelte-1u317mj .swatch-preview:where(.svelte-1u317mj){background:linear-gradient(135deg,#ff6b35,#ff8a65,#ffab91)}[data-theme=sunset-warmth].svelte-1u317mj .swatch-digit:where(.svelte-1u317mj){color:#fff;background:#fff3}.swatch-digit.svelte-1u317mj{font-family:var(--font-mono);font-size:1.2rem;font-weight:400;padding:6px 10px;border-radius:4px}.swatch-name.svelte-1u317mj{font-family:var(--font-sans);font-size:.75rem;color:var(--text-secondary)}@media(max-width:600px){.theme-picker.svelte-1u317mj{padding:16px;width:95vw}.theme-grid.svelte-1u317mj{grid-template-columns:repeat(3,1fr);gap:8px}.swatch-preview.svelte-1u317mj{width:60px;height:44px}.swatch-digit.svelte-1u317mj{font-size:1rem;padding:4px 8px}}.overlay.svelte-4c64yk{position:fixed;inset:0;background:#00000080;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:200}.settings-drawer.svelte-4c64yk{position:fixed;top:0;right:0;bottom:0;width:min(320px,85vw);background:var(--bg-secondary);border-left:1px solid var(--ui-border);padding:24px;z-index:201;display:flex;flex-direction:column;gap:24px;box-shadow:-10px 0 40px #0000004d}.header.svelte-4c64yk{display:flex;justify-content:space-between;align-items:center}.header.svelte-4c64yk h2:where(.svelte-4c64yk){font-family:var(--font-sans);font-size:1.1rem;font-weight:600;color:var(--text-primary)}.close-btn.svelte-4c64yk{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:var(--radius-sm);color:var(--text-secondary);transition:background var(--transition-fast)}.close-btn.svelte-4c64yk:hover{background:var(--ui-hover)}.settings-list.svelte-4c64yk{display:flex;flex-direction:column;gap:4px}.setting-item.svelte-4c64yk{display:flex;justify-content:space-between;align-items:center;padding:12px 0;cursor:pointer;border-bottom:1px solid var(--ui-border)}.setting-label.svelte-4c64yk{font-family:var(--font-sans);font-size:.9rem;color:var(--text-primary)}.toggle.svelte-4c64yk{appearance:none;width:44px;height:24px;background:var(--ui-bg);border:1px solid var(--ui-border);border-radius:12px;position:relative;cursor:pointer;transition:background var(--transition-fast),border-color var(--transition-fast)}.toggle.svelte-4c64yk:after{content:"";position:absolute;top:2px;left:2px;width:18px;height:18px;background:var(--text-secondary);border-radius:50%;transition:transform var(--transition-fast),background var(--transition-fast)}.toggle.svelte-4c64yk:checked{background:var(--accent);border-color:var(--accent)}.toggle.svelte-4c64yk:checked:after{transform:translate(20px);background:var(--bg-primary)}.timers.svelte-4c64yk{padding-top:20px;border-top:1px solid var(--ui-border)}.timers.svelte-4c64yk h3:where(.svelte-4c64yk){font-family:var(--font-sans);font-size:.8rem;font-weight:500;color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:12px}.timer-links.svelte-4c64yk{display:flex;flex-direction:column;gap:4px}.timer-link.svelte-4c64yk{display:flex;align-items:center;gap:12px;padding:12px;border-radius:var(--radius-sm);color:var(--text-primary);text-decoration:none;transition:background var(--transition-fast)}.timer-link.svelte-4c64yk:hover{background:var(--ui-hover)}.timer-icon.svelte-4c64yk{font-size:1.2rem}.shortcuts.svelte-4c64yk{margin-top:auto;padding-top:20px;border-top:1px solid var(--ui-border)}.shortcuts.svelte-4c64yk h3:where(.svelte-4c64yk){font-family:var(--font-sans);font-size:.8rem;font-weight:500;color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:12px}.shortcut-list.svelte-4c64yk{display:flex;flex-direction:column;gap:8px}.shortcut.svelte-4c64yk{display:flex;align-items:center;gap:12px;font-size:.85rem;color:var(--text-secondary)}kbd.svelte-4c64yk{display:inline-flex;align-items:center;justify-content:center;min-width:28px;padding:4px 8px;font-family:var(--font-mono);font-size:.75rem;background:var(--ui-bg);border:1px solid var(--ui-border);border-radius:4px;color:var(--text-primary)}.clock-container.svelte-1uha8ag{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:clamp(16px,5vw,40px);width:100%;max-width:100vw;overflow-x:hidden}@media(max-width:480px){.clock-container.svelte-1uha8ag{padding:clamp(12px,3vw,20px)}}
