.background-blur.svelte-1fmw0hk{position:absolute;top:-50px;left:-50px;width:calc(100% + 100px);height:calc(100% + 100px);z-index:-1;-webkit-backdrop-filter:blur(100px);backdrop-filter:blur(100px)}canvas.svelte-1fmw0hk{position:absolute;top:-50px;left:-50px;width:calc(100% + 100px);height:calc(100% + 100px);z-index:-2}.time-container.svelte-13d36y{display:flex;flex-direction:column;align-items:center;justify-content:center;font-family:JetBrains Mono,monospace;text-align:center;color:var(--on-background-color)}.clock.svelte-13d36y{font-size:100px;font-weight:600}.date.svelte-13d36y{font-size:24px;font-weight:400;opacity:.67}.title.svelte-1hljehs{margin:0 0 30px;font-size:1.25rem;font-weight:600}.overlay.svelte-1hljehs{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:grid;place-items:center;z-index:2}.modal.svelte-1hljehs{background:#fff;padding:40px;border-radius:20px;display:flex;flex-direction:column;gap:10px}.actions.svelte-1hljehs{display:flex;gap:10px;margin-top:15px}.input-group.svelte-1hljehs{display:flex;flex-direction:column;gap:8px;width:100%;margin-bottom:16px}label.svelte-1hljehs{font-size:.85rem;font-weight:500;color:#4b5563;margin-left:2px}input.svelte-1hljehs{font-family:inherit;font-size:1rem;padding:12px 16px;border-radius:8px;border:1px solid #e2e8f0;background-color:#f8fafc;color:#1e293b;outline:none;transition:all .1s ease-in-out;width:100%;box-sizing:border-box}input.svelte-1hljehs::placeholder{color:#94a3b8;opacity:1}input.svelte-1hljehs:hover{border-color:#cbd5e1;background-color:#fff}input.svelte-1hljehs:focus{border-color:#3b82f6;background-color:#fff;box-shadow:0 0 0 4px #3b82f61a}.favorites-widget.svelte-1artxvd{display:flex;flex-direction:column;justify-content:space-between}.widget-title-bar.svelte-1artxvd{display:flex;justify-content:space-between;align-items:center;font-size:1.2rem;font-weight:600}.small-icon-button.svelte-1artxvd{width:22px;height:22px}.favorites-list.svelte-1artxvd{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,1fr);gap:10px}@keyframes svelte-1artxvd-fadeIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.favorite-item.svelte-1artxvd{display:flex;align-items:center;gap:4px;flex-direction:column;color:var(--on-surface-color);text-decoration:none;overflow:hidden;border-radius:10px;padding:2px;animation:svelte-1artxvd-fadeIn .1s ease-in-out;order:1px solid transparent;transition:border-color .05s ease-in-out,background-color .05s ease-in-out;cursor:pointer;width:100%;height:100%}.favorite-item.svelte-1artxvd:hover{border-color:var(--outline-color);background-color:var(--opaque-surface-color)}.favorite-item.svelte-1artxvd img:where(.svelte-1artxvd){transition:transform .1s ease-in-out}.favorite-favicon.svelte-1artxvd{width:36px;height:36px}.favorite-title.svelte-1artxvd{font-size:.8rem;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.row.svelte-1artxvd{display:flex;gap:8px}.favorite-item-container.svelte-1artxvd{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:100%}.favorite-item-container.svelte-1artxvd:has(.edit-item-button:where(.svelte-1artxvd)) .favorite-item:where(.svelte-1artxvd){pointer-events:none}.favorite-item-container.svelte-1artxvd:has(.edit-item-button:where(.svelte-1artxvd)) .favorite-item:where(.svelte-1artxvd) img:where(.svelte-1artxvd){transform:scale(.8)}.edit-item-button.svelte-1artxvd{position:absolute;width:36px;height:36px;background-color:var(--opaque-surface-color);border-radius:50%;top:0;padding:6px;display:flex;align-items:center;justify-content:center;animation:svelte-1artxvd-fadeIn .1s ease-in-out;z-index:2;color:var(--on-surface-color)}.quick-settings.svelte-1kfdkly{position:absolute;top:10px;right:10px}.hovering-button.svelte-1kfdkly{background-color:var(--opaque-surface-color);color:var(--on-surface-color);width:40px;height:40px;border-radius:40px;display:flex;justify-content:center;align-items:center;transform:scale(.8);padding:4px}.quick-settings-container.svelte-1kfdkly{transform:scale(.8) translateY(-10px);opacity:0;transition:transform .1s ease-out,opacity .1s ease-out}.visible.svelte-1kfdkly{transform:scale(1) translateY(0);opacity:1}@keyframes svelte-1kfdkly-fadeIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.toggled-icon-button.svelte-1kfdkly{animation:svelte-1kfdkly-fadeIn .1s ease-in-out;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.search-wrapper.svelte-yyldap{position:relative;max-width:580px;width:100%;margin:50px auto}.search-box.svelte-yyldap{display:flex;align-items:center;border-radius:24px;padding:0 15px;height:46px;transition:all .1s ease}.search-box.svelte-yyldap:focus-within{background-color:var(--surface-color);box-shadow:0 1px 6px #20212447;border-color:#dfe1e500}.icon.svelte-yyldap{color:#9aa0a6;margin-right:12px;font-size:18px}input.svelte-yyldap{flex:1;border:none;outline:none;font-size:16px;background:transparent;height:100%;color:#202124}.suggestions-list.svelte-yyldap{position:absolute;top:55px;left:0;right:0;border-radius:12px;list-style:none;padding:6px 0;margin:0;z-index:10;max-height:200px;overflow-y:auto;transition:.2s ease-in opacity;opacity:1}.suggestions-list.svelte-yyldap:not(.visible){opacity:0}.suggestions-list.svelte-yyldap::-webkit-scrollbar{width:8px}.suggestions-list.svelte-yyldap::-webkit-scrollbar-track{background:transparent;border-radius:12px}.suggestions-list.svelte-yyldap::-webkit-scrollbar-thumb{background:#0000004d;border-radius:12px}.suggestions-list.svelte-yyldap::-webkit-scrollbar-thumb:hover{background:#00000080}li.svelte-yyldap{padding:10px 20px;cursor:pointer;font-size:14px;color:#202124;display:flex;align-items:center}li.svelte-yyldap:hover,li.selected.svelte-yyldap{background-color:#eee;border-radius:10px}.loader.svelte-sm1v5r{width:var(--size);height:var(--size);display:inline-block}svg.svelte-sm1v5r{animation:svelte-sm1v5r-rotate var(--speed) linear infinite;width:100%;height:100%}circle.svelte-sm1v5r{stroke-linecap:round}.track.svelte-sm1v5r{stroke:var(--color);opacity:.15}.car.svelte-sm1v5r{stroke:var(--color);stroke-dasharray:80,200;stroke-dashoffset:0;animation:svelte-sm1v5r-dash 1.5s ease-in-out infinite}@keyframes svelte-sm1v5r-rotate{to{transform:rotate(360deg)}}@keyframes svelte-sm1v5r-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,200;stroke-dashoffset:-35px}to{stroke-dasharray:90,200;stroke-dashoffset:-124px}}.weather-container.svelte-riv5ud{display:flex;flex-direction:row;gap:20px;position:relative}.reload-button.svelte-riv5ud{position:absolute;top:10px;right:10px;opacity:0;transition:opacity .1s ease-in-out,transform .1s ease-in-out;pointer-events:none;background-color:var(--opaque-surface-color);width:32px;height:32px;border-radius:32px;display:flex;justify-content:center;align-items:center;transform:scale(.8);padding:4px}.weather-container.svelte-riv5ud:hover .reload-button:where(.svelte-riv5ud){opacity:1;pointer-events:all;transform:scale(1)}.weather-container.loading.svelte-riv5ud{justify-content:center;align-items:center}@keyframes svelte-riv5ud-fadeIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.column.svelte-riv5ud{flex-grow:1;display:flex;flex-direction:column;justify-content:space-between;animation:.15s svelte-riv5ud-fadeIn ease-in-out}.temperature.svelte-riv5ud{font-size:36px;font-weight:500}.bottom-half.svelte-riv5ud{width:100%;display:flex;flex-direction:row;align-items:center;gap:10px}.temperatureRange.svelte-riv5ud{font-size:16px;font-weight:400;display:inline-block;width:max-content}.temperatureRange.small.svelte-riv5ud{font-size:14px;font-weight:400}.weather-icon.small.svelte-riv5ud{width:22px;height:22px}.row.svelte-riv5ud{display:flex;flex-direction:row;gap:6px}.homepage.svelte-1uha8ag{position:relative;width:100vw;height:100vh;overflow:hidden;display:flex;justify-content:space-between}.widgets.svelte-1uha8ag{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:0 20px;box-sizing:border-box}.side-widgets.svelte-1uha8ag{justify-content:flex-start;padding:20px;width:396px;gap:20px}.middle-widgets.svelte-1uha8ag{justify-content:center;gap:40px;flex-grow:1}
