:root{--font-family:"Outfit", system-ui, sans-serif;--bg-dark:#0f172a;--bg-panel:#0f172ab3;--text-primary:#f8fafc;--text-secondary:#94a3b8;--accent:#3b82f6;--border-light:#ffffff14;--border-radius-lg:20px;--border-radius-md:12px}#syncmytimenow-app *{box-sizing:border-box}#syncmytimenow-app{font-family:var(--font-family);color:var(--text-primary);margin:1rem 0;line-height:1.5;overflow-x:hidden}h1,h2,h3,h4,h5,h6{letter-spacing:-.025em;font-weight:600}.glass-panel{background:var(--bg-panel);-webkit-backdrop-filter:blur(24px);border:1px solid var(--border-light);border-radius:var(--border-radius-lg);box-shadow:0 10px 30px -5px #00000080,0 8px 10px -6px #0003}button{cursor:pointer;background:0 0;border:none;outline:none;font-family:inherit;transition:all .2s}input,select{outline:none;font-family:inherit}#syncmytimenow-app .inline-select,#syncmytimenow-app .inline-input,#syncmytimenow-app .query-sentence select,#syncmytimenow-app .query-sentence input[type=date]{cursor:pointer;vertical-align:middle!important;width:auto!important;max-width:none!important;height:auto!important;min-height:auto!important;color:var(--accent)!important;border:1px solid var(--border-light)!important;background:#0000004d!important;border-radius:8px!important;margin:0!important;padding:.25rem .75rem!important;font-size:1.4rem!important;font-weight:600!important;display:inline-block!important}#syncmytimenow-app .query-sentence{flex-wrap:wrap!important;justify-content:center!important;align-items:center!important;gap:.5rem!important;display:flex!important}#syncmytimenow-app>.container>header{display:none!important}#syncmytimenow-app .highlight-select{color:#f59e0b!important}.container.svelte-1n46o8q{max-width:1250px;margin:0 auto;padding:2rem}header.svelte-1n46o8q{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.highlight.svelte-1n46o8q{color:var(--accent)}.reset-btn.svelte-1n46o8q{color:#fff;padding:.75rem 1.75rem;font-size:.95rem;font-weight:500}.reset-btn.svelte-1n46o8q:hover{background:#ffffff1a}.converter-panel.svelte-1n46o8q{margin-bottom:2rem;padding:2rem;overflow:hidden}.add-city-bar.svelte-1n46o8q{align-items:center;gap:1rem;margin-bottom:2.5rem;display:flex}.input-group.svelte-1n46o8q{border-radius:var(--border-radius-md);border:1px solid var(--border-light);background:#00000040;flex:1;gap:1rem;padding:.5rem;display:flex}.input-group.svelte-1n46o8q input:where(.svelte-1n46o8q),.input-group.svelte-1n46o8q select:where(.svelte-1n46o8q){color:#fff;background:0 0;border:none;padding:.75rem;font-size:1rem}.input-group.svelte-1n46o8q input:where(.svelte-1n46o8q){flex:1}.input-group.svelte-1n46o8q select:where(.svelte-1n46o8q) option:where(.svelte-1n46o8q){background:var(--bg-dark);color:#fff}.add-btn.svelte-1n46o8q{color:#fff;border-radius:var(--border-radius-md);background:linear-gradient(135deg,#3b82f6,#6366f1);padding:.85rem 1.75rem;font-weight:600;box-shadow:0 4px 14px #3b82f666}.add-btn.svelte-1n46o8q:hover{transform:translateY(-2px);box-shadow:0 6px 20px #3b82f680}.timeline-container.svelte-1n46o8q{-webkit-user-select:none;user-select:none;position:relative}.center-marker.svelte-1n46o8q{z-index:10;pointer-events:none;background:linear-gradient(#0000,#ef4444,#ef4444,#0000);width:2px;position:absolute;top:-20px;bottom:-20px;left:calc(50% + 160px);box-shadow:0 0 15px #ef4444cc}.interaction-layer.svelte-1n46o8q{z-index:20;cursor:grab;touch-action:none;position:absolute;inset:0 0 0 320px}.interaction-layer.dragging.svelte-1n46o8q{cursor:grabbing}.cities-list.svelte-1n46o8q{flex-direction:column;gap:1.5rem;display:flex}.city-row.svelte-1n46o8q{border-radius:var(--border-radius-md);background:#00000040;align-items:center;height:90px;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden}.city-row.drag-over.svelte-1n46o8q{box-shadow:inset 0 0 0 2px var(--accent);transform:scale(1.02)}.city-row.dragging-row.svelte-1n46o8q{opacity:.4}.city-info.svelte-1n46o8q{border-right:1px solid var(--border-light);z-index:5;background:#ffffff0a;align-items:center;width:320px;min-width:320px;height:100%;display:flex;position:relative}.drag-handle.svelte-1n46o8q{color:var(--text-secondary);cursor:grab;align-items:center;height:100%;padding:0 1rem;display:flex}.drag-handle.svelte-1n46o8q:active{cursor:grabbing}.city-content.svelte-1n46o8q{flex-direction:column;flex:1;justify-content:center;padding-right:1.5rem;display:flex}.city-header.svelte-1n46o8q{justify-content:space-between;align-items:center;margin-bottom:.15rem;display:flex}.city-header.svelte-1n46o8q h2:where(.svelte-1n46o8q){color:var(--text-primary);font-size:1.15rem}.del-btn.svelte-1n46o8q{color:var(--text-secondary);opacity:0;font-size:1.25rem}.city-row.svelte-1n46o8q:hover .del-btn:where(.svelte-1n46o8q){opacity:1}.del-btn.svelte-1n46o8q:hover{color:#ef4444}.city-time.svelte-1n46o8q{color:var(--text-primary);text-shadow:0 2px 4px #0000004d;margin-bottom:.15rem;font-size:1.6rem;font-weight:700;line-height:1}.city-date.svelte-1n46o8q{color:var(--text-secondary);font-size:.85rem}.hours-track-wrapper.svelte-1n46o8q{flex:1;height:100%;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000);mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000)}.hours-track.svelte-1n46o8q{will-change:transform;height:100%;display:flex;position:absolute;left:calc(50% - 2450px);transform:translateZ(0)}.hour-block.svelte-1n46o8q{border-right:1px solid #ffffff0d;justify-content:center;align-items:center;width:100px;min-width:100px;height:100%;display:flex;position:relative}.hour-block.morning.svelte-1n46o8q{background:linear-gradient(#38bdf840,#0ea5e926);border-top:2px solid #38bdf866}.hour-block.afternoon.svelte-1n46o8q{background:linear-gradient(#facc1540,#f59e0b26);border-top:2px solid #facc1566}.hour-block.evening.svelte-1n46o8q{background:linear-gradient(#a855f740,#8b5cf626);border-top:2px solid #a855f766}.hour-block.night.svelte-1n46o8q{background:linear-gradient(#1e3a8a59,#0f172a73);border-top:2px solid #1e3a8a66}.hour-label.svelte-1n46o8q{color:var(--text-primary);opacity:.9;text-shadow:0 1px 2px #00000080;font-size:.9rem;font-weight:500}.day-divider.svelte-1n46o8q{z-index:2;background:linear-gradient(#0000,#a855f7,#0000);width:2px;position:absolute;top:0;bottom:0;left:-1px;box-shadow:0 0 10px #a855f7}.query-panel.svelte-1n46o8q{text-align:center;background:linear-gradient(#1e293b99 0%,#0f172acc 100%);flex-direction:column;align-items:center;padding:2.5rem;display:flex}.query-panel.svelte-1n46o8q h3:where(.svelte-1n46o8q){color:var(--text-secondary);margin-bottom:1.5rem;font-size:1.5rem}.query-sentence.svelte-1n46o8q{color:var(--text-primary);flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;max-width:900px;font-size:1.5rem;font-weight:300;line-height:2;display:flex}.inline-input.svelte-1n46o8q,.inline-select.svelte-1n46o8q{color:var(--accent);cursor:pointer;font-size:1.4rem;font-weight:600;transition:all .2s;border:1px solid var(--border-light)!important;background:#0000004d!important;border-radius:8px!important;width:auto!important;height:auto!important;margin:0!important;padding:.25rem .75rem!important;display:inline-block!important}.inline-input.svelte-1n46o8q:hover,.inline-select.svelte-1n46o8q:hover{background:#3b82f626;border-color:#3b82f680}.inline-input.svelte-1n46o8q::-webkit-calendar-picker-indicator{filter:invert();cursor:pointer}.inline-select.svelte-1n46o8q option:where(.svelte-1n46o8q){background:var(--bg-dark);color:#fff;font-size:1rem}.highlight-select.svelte-1n46o8q{color:#f59e0b}.query-result.svelte-1n46o8q{border-radius:var(--border-radius-lg);border:1px solid var(--border-light);background:#ffffff08;margin-top:3rem;padding:2rem 4rem;box-shadow:0 20px 40px -10px #0006}.result-time.svelte-1n46o8q{background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:4.5rem;font-weight:700;line-height:1.1}.result-date.svelte-1n46o8q{color:var(--text-secondary);text-transform:uppercase;letter-spacing:2px;margin-top:.5rem;font-size:1.25rem}@media (width<=768px){.query-sentence.svelte-1n46o8q{font-size:1.2rem;line-height:2}.inline-input.svelte-1n46o8q,.inline-select.svelte-1n46o8q{font-size:1.1rem}.result-time.svelte-1n46o8q{font-size:3rem}}
