.dropdown-container.svelte-1ld6r3r{position:relative}.dropdown-menu.svelte-1ld6r3r{position:absolute;top:100%;left:0;background:var(--bg-panel);border:1px solid var(--border);border-radius:4px;margin-top:4px;min-width:150px;z-index:1000;box-shadow:0 4px 12px #0000004d}.dropdown-item.svelte-1ld6r3r{display:flex;align-items:center;gap:8px;width:100%;padding:12px 16px;background:none;border:none;color:var(--text-primary);font-size:14px;cursor:pointer;text-align:left;transition:background .2s}.dropdown-item.svelte-1ld6r3r:hover{background:var(--bg-secondary)}.dropdown-item.active.svelte-1ld6r3r{background:var(--bg-secondary);color:var(--accent)}.menu-icon.svelte-1ld6r3r{font-size:12px;color:var(--accent)}.dropdown-item.svelte-1ld6r3r:not(.active) .menu-icon:where(.svelte-1ld6r3r){color:var(--text-muted)}.dropdown-arrow.svelte-1ld6r3r{margin-left:auto;font-size:10px}.clock-item{padding:.5rem;gap:.3rem}.clock-item.primary{padding:1rem;gap:.5rem}.clock-container.svelte-bgmjui{flex:1;display:grid;padding:0;gap:0;overflow:hidden;width:100%;height:100%;background:#000;min-height:0}.clock-container.single.svelte-bgmjui{grid-template-columns:1fr;grid-template-rows:1fr}.clock-container.multi-city.svelte-bgmjui{grid-auto-flow:row}.clock-item.svelte-bgmjui{display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;min-width:0;min-height:0;border:1px solid #333}.clock-item.primary-only.svelte-bgmjui{width:100%;height:100%}.clock-item.three-top.svelte-bgmjui{grid-column:1 / -1;border-bottom:2px solid #333}.clock-container.multi-city.svelte-bgmjui:has(.three-top:where(.svelte-bgmjui)){grid-template-columns:1fr 1fr;grid-template-rows:auto 1fr}.clock-item.five-left.svelte-bgmjui{grid-row:1 / -1;border-right:2px solid #333}.five-right-container.svelte-bgmjui{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:0;overflow:hidden}.clock-item.five-right.svelte-bgmjui{border:1px solid #333}.clock-container.multi-city.svelte-bgmjui:has(.five-left:where(.svelte-bgmjui)){grid-template-columns:1fr 2fr;grid-template-rows:1fr}.clock-container.multi-city.svelte-bgmjui:has(>.clock-item:where(.svelte-bgmjui):nth-child(6)){grid-template-columns:1fr 1fr 1fr;grid-template-rows:1fr 1fr}.clock-container.multi-city.svelte-bgmjui:has(>.clock-item:where(.svelte-bgmjui):nth-child(2):last-child){grid-template-columns:1fr;grid-template-rows:1fr 1fr}.clock-container.multi-city.svelte-bgmjui:has(>.clock-item:where(.svelte-bgmjui):nth-child(4):last-child):not(:has(.three-top)):not(:has(.five-left)){grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr}.center{display:flex;align-items:center;justify-content:center;grid-column:1 / -1;grid-row:1 / -1}.timer-fullscreen.svelte-ae6cnr{flex:1;display:flex;align-items:center;justify-content:center;background:var(--bg-primary);width:100%;height:100%;transition:background-color .3s}.timer-fullscreen.completed.svelte-ae6cnr{background:linear-gradient(135deg,#4caf501a,#2196f31a)}.timer-fullscreen-content.svelte-ae6cnr{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:40px}body.timer-fullscreen-mode .timer-fullscreen-content:has(.timer-fullscreen-display:only-of-type){gap:0;justify-content:center}.timer-fullscreen-label.svelte-ae6cnr{font-size:2rem;font-weight:600;color:var(--accent);text-align:center}.timer-fullscreen-display.svelte-ae6cnr{font-size:clamp(3rem,15vw,10rem);font-weight:300;font-family:Courier New,monospace;color:var(--text-primary);letter-spacing:.1em;text-align:center;line-height:1;transition:color .3s}.timer-fullscreen-display.pulse-animation.svelte-ae6cnr{animation:svelte-ae6cnr-pulse-color .5s ease-in-out 3;color:var(--accent)}@keyframes svelte-ae6cnr-pulse-color{0%,to{color:var(--text-primary);transform:scale(1)}50%{color:var(--accent);transform:scale(1.05)}}.completion-message.svelte-ae6cnr{font-size:2rem;font-weight:600;color:var(--accent);animation:svelte-ae6cnr-fade-in .5s ease-in-out;text-align:center}@keyframes svelte-ae6cnr-fade-in{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.timer-fullscreen-empty.svelte-ae6cnr{font-size:1.5rem;color:var(--text-muted)}.timer-fullscreen-controls.svelte-ae6cnr{display:flex;gap:20px;flex-wrap:wrap;justify-content:center}.keyboard-hints.svelte-ae6cnr{font-size:.85rem;color:var(--text-muted);text-align:center;margin-top:20px;padding:10px 20px;background:var(--bg-secondary);border-radius:4px}.btn-large{padding:20px 40px;font-size:1.2rem;border:none;border-radius:8px;cursor:pointer;font-weight:600;transition:all .2s;min-width:200px}.btn-large.btn-primary{background:var(--accent);color:#fff}.btn-large.btn-primary:hover{background:var(--accent-hover)}.btn-large.btn-secondary{background:var(--bg-secondary);color:var(--text-primary);border:1px solid var(--border)}.btn-large.btn-secondary:hover{background:var(--bg-panel)}.btn-large.btn-danger{background:var(--danger);color:#fff}.btn-large.btn-danger:hover{background:#d32f2f}.btn-large.btn-back{background:var(--bg-secondary);color:var(--accent);border:1px solid var(--accent)}.btn-large.btn-back:hover{background:var(--accent);color:#fff}body.timer-fullscreen-mode .toolbar{display:none}.about-section.svelte-7hpc9t{padding:20px;overflow-y:auto;max-height:600px}.about-section.svelte-7hpc9t h2:where(.svelte-7hpc9t){font-size:20px;font-weight:600;margin-bottom:20px;color:var(--text-primary)}.content-block.svelte-7hpc9t{margin-bottom:24px}.content-block.svelte-7hpc9t h3:where(.svelte-7hpc9t){font-size:16px;font-weight:600;margin-bottom:12px;color:var(--accent)}.content-block.svelte-7hpc9t p:where(.svelte-7hpc9t){line-height:1.6;color:var(--text-secondary);margin-bottom:12px}.scenarios-list.svelte-7hpc9t,.advantages-list.svelte-7hpc9t{list-style:none;padding:0;margin:0}.scenarios-list.svelte-7hpc9t li:where(.svelte-7hpc9t),.advantages-list.svelte-7hpc9t li:where(.svelte-7hpc9t){padding:8px 0;color:var(--text-secondary);line-height:1.5}.about-us.svelte-7hpc9t{background:var(--bg-secondary);padding:16px;border-radius:8px}.about-us.svelte-7hpc9t p:where(.svelte-7hpc9t){margin-bottom:12px}.contact-info.svelte-7hpc9t{font-weight:600;color:var(--accent);margin-top:16px!important}.features-section.svelte-1dpem8h{padding:20px;overflow-y:auto;max-height:600px}.features-section.svelte-1dpem8h h2:where(.svelte-1dpem8h){font-size:20px;font-weight:600;margin-bottom:24px;color:var(--text-primary)}.features-grid.svelte-1dpem8h{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px}.feature-card.svelte-1dpem8h{background:var(--bg-secondary);border:1px solid var(--border);border-radius:8px;padding:16px;transition:all .2s ease}.feature-card.svelte-1dpem8h:hover{border-color:var(--accent);box-shadow:0 2px 8px #0000001a}.feature-icon.svelte-1dpem8h{font-size:28px;margin-bottom:8px}.feature-card.svelte-1dpem8h h3:where(.svelte-1dpem8h){font-size:14px;font-weight:600;margin-bottom:12px;color:var(--text-primary)}.feature-items.svelte-1dpem8h{list-style:none;padding:0;margin:0}.feature-items.svelte-1dpem8h li:where(.svelte-1dpem8h){font-size:13px;color:var(--text-secondary);padding:4px 0;line-height:1.4}@media(max-width:600px){.features-grid.svelte-1dpem8h{grid-template-columns:1fr}}.guide-section.svelte-19dabp8{padding:20px;overflow-y:auto;max-height:600px}.guide-section.svelte-19dabp8 h2:where(.svelte-19dabp8){font-size:20px;font-weight:600;margin-bottom:24px;color:var(--text-primary)}.step-block.svelte-19dabp8{margin-bottom:24px}.step-block.svelte-19dabp8 h3:where(.svelte-19dabp8){font-size:16px;font-weight:600;margin-bottom:12px;color:var(--accent)}.steps-list.svelte-19dabp8{margin:0;padding-left:24px;color:var(--text-secondary);line-height:1.8}.steps-list.svelte-19dabp8 li:where(.svelte-19dabp8){margin-bottom:8px}.shortcuts-block.svelte-19dabp8{background:var(--bg-secondary);border-radius:8px;padding:16px;margin-top:24px}.shortcuts-block.svelte-19dabp8 h3:where(.svelte-19dabp8){font-size:14px;font-weight:600;margin-bottom:12px;color:var(--text-primary)}.shortcuts-grid.svelte-19dabp8{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px}.shortcut-item.svelte-19dabp8{display:flex;align-items:center;gap:8px}.shortcut-item.svelte-19dabp8 code:where(.svelte-19dabp8){background:var(--bg-primary);padding:4px 8px;border-radius:4px;font-size:12px;font-weight:600;color:var(--accent);min-width:50px;text-align:center}.shortcut-item.svelte-19dabp8 span:where(.svelte-19dabp8){font-size:13px;color:var(--text-secondary)}@media(max-width:600px){.shortcuts-grid.svelte-19dabp8{grid-template-columns:1fr}}.faq-section.svelte-1t8i6y4{padding:20px;overflow-y:auto;max-height:600px}.faq-section.svelte-1t8i6y4 h2:where(.svelte-1t8i6y4){font-size:20px;font-weight:600;margin-bottom:24px;color:var(--text-primary)}.faq-category.svelte-1t8i6y4{margin-bottom:28px}.faq-category.svelte-1t8i6y4 h3:where(.svelte-1t8i6y4){font-size:15px;font-weight:600;margin-bottom:12px;color:var(--accent);padding-bottom:8px;border-bottom:2px solid var(--border)}.faq-items.svelte-1t8i6y4{display:flex;flex-direction:column;gap:8px}.faq-item.svelte-1t8i6y4{background:var(--bg-secondary);border-radius:6px;overflow:hidden}.faq-question.svelte-1t8i6y4{width:100%;padding:12px 16px;background:none;border:none;text-align:left;color:var(--text-primary);font-size:13px;font-weight:500;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:12px;transition:background .2s ease}.faq-question.svelte-1t8i6y4:hover{background:var(--bg-primary)}.toggle-icon.svelte-1t8i6y4{flex-shrink:0;font-size:10px;transition:transform .2s ease}.faq-question[aria-expanded=true].svelte-1t8i6y4 .toggle-icon:where(.svelte-1t8i6y4){transform:rotate(180deg)}.faq-answer.svelte-1t8i6y4{padding:12px 16px;background:var(--bg-primary);color:var(--text-secondary);font-size:13px;line-height:1.6;border-top:1px solid var(--border)}@media(max-width:600px){.faq-section.svelte-1t8i6y4{padding:16px}.faq-question.svelte-1t8i6y4,.faq-answer.svelte-1t8i6y4{padding:10px 12px;font-size:12px}}.modal-overlay.svelte-y1pfkh{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:10000;animation:svelte-y1pfkh-fadeIn .2s ease}@keyframes svelte-y1pfkh-fadeIn{0%{opacity:0}to{opacity:1}}.modal-content.svelte-y1pfkh{background:var(--bg-primary);border-radius:12px;box-shadow:0 20px 60px #0000004d;max-width:900px;width:90%;max-height:80vh;display:flex;flex-direction:column;animation:svelte-y1pfkh-slideUp .3s ease}@keyframes svelte-y1pfkh-slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-header.svelte-y1pfkh{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid var(--border)}.modal-header.svelte-y1pfkh h1:where(.svelte-y1pfkh){font-size:22px;font-weight:700;margin:0;color:var(--text-primary)}.close-btn.svelte-y1pfkh{background:none;border:none;font-size:28px;color:var(--text-secondary);cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s}.close-btn.svelte-y1pfkh:hover{background:var(--bg-secondary);color:var(--text-primary)}.tab-navigation.svelte-y1pfkh{display:flex;gap:0;border-bottom:1px solid var(--border);padding:0 20px;overflow-x:auto}.tab-btn.svelte-y1pfkh{padding:12px 20px;background:none;border:none;color:var(--text-secondary);font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;border-bottom:2px solid transparent;white-space:nowrap}.tab-btn.svelte-y1pfkh:hover{color:var(--text-primary)}.tab-btn.active.svelte-y1pfkh{color:var(--accent);border-bottom-color:var(--accent)}.tab-content.svelte-y1pfkh{flex:1;overflow:hidden}@media(max-width:768px){.modal-content.svelte-y1pfkh{max-height:90vh;width:95%}.modal-header.svelte-y1pfkh{padding:16px}.tab-navigation.svelte-y1pfkh{padding:0 16px}.tab-btn.svelte-y1pfkh{padding:10px 16px;font-size:13px}}body{margin:0;padding:0;height:100vh;display:flex;flex-direction:column;overflow:hidden}.main-display{flex:1;display:flex;flex-direction:column;overflow:hidden;position:relative;width:100%;height:100%;min-height:0}.overlay{position:fixed;inset:0;background:#00000080;z-index:999}
