.calendar-grid.svelte-1sopid2{width:100%;border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(var(--color-background) / var(--tw-bg-opacity, 1))}.calendar-header.svelte-1sopid2{display:flex;align-items:center;justify-content:space-between;border-bottom-width:1px;border-color:rgb(var(--color-text-secondary) / .2);padding:1rem}.calendar-nav-btn.svelte-1sopid2{border-radius:.375rem;padding:.5rem;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.calendar-nav-btn.svelte-1sopid2:hover{--tw-bg-opacity: 1;background-color:rgb(var(--color-background-alt) / var(--tw-bg-opacity, 1))}.calendar-nav-btn.svelte-1sopid2{--tw-text-opacity: 1;color:rgb(var(--color-text-primary) / var(--tw-text-opacity, 1))}.calendar-title.svelte-1sopid2{font-size:1.125rem;line-height:1.75rem;font-weight:600;text-transform:capitalize;--tw-text-opacity: 1;color:rgb(var(--color-text-primary) / var(--tw-text-opacity, 1))}.calendar-weekdays.svelte-1sopid2{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:.25rem;border-bottom-width:1px;border-color:rgb(var(--color-text-secondary) / .2);padding:.5rem}.calendar-weekday.svelte-1sopid2{padding-top:.5rem;padding-bottom:.5rem;text-align:center;font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(var(--color-text-secondary) / var(--tw-text-opacity, 1))}.calendar-body.svelte-1sopid2{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:.25rem;padding:.5rem}.calendar-date.svelte-1sopid2{display:flex;aspect-ratio:1 / 1;align-items:center;justify-content:center;border-radius:.375rem;font-size:.875rem;line-height:1.25rem;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;--tw-text-opacity: 1;color:rgb(var(--color-text-primary) / var(--tw-text-opacity, 1))}.calendar-date.svelte-1sopid2:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-opacity: 1;--tw-ring-color: rgb(var(--color-primary) / var(--tw-ring-opacity, 1));--tw-ring-offset-width: 2px }.calendar-date.svelte-1sopid2:disabled{cursor:not-allowed}.date-picker-container.svelte-1iaxozq{position:relative}.date-picker-popup.svelte-1iaxozq{position:absolute;top:100%;left:0;z-index:50;margin-top:.5rem;border-radius:.5rem;border-width:1px;border-color:rgb(var(--color-text-secondary) / .2);--tw-bg-opacity: 1;background-color:rgb(var(--color-background) / var(--tw-bg-opacity, 1));--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);min-width:320px}.shortcuts-sidebar.svelte-1iaxozq{display:flex;flex-direction:column;gap:.25rem;border-right-width:1px;border-color:rgb(var(--color-text-secondary) / .2);padding:.75rem;min-width:140px}.shortcuts-title.svelte-1iaxozq{margin-bottom:.5rem;font-size:.75rem;line-height:1rem;font-weight:600;text-transform:uppercase;--tw-text-opacity: 1;color:rgb(var(--color-text-secondary) / var(--tw-text-opacity, 1))}.shortcut-btn.svelte-1iaxozq{border-radius:.375rem;padding:.5rem .75rem;text-align:left;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(var(--color-text-primary) / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.shortcut-btn.svelte-1iaxozq:hover{background-color:rgb(var(--color-primary) / .1)}.popup-footer.svelte-1iaxozq{display:flex;align-items:center;justify-content:flex-end;gap:.5rem;border-top-width:1px;border-color:rgb(var(--color-text-secondary) / .2);padding:.75rem}.footer-btn.svelte-1iaxozq{border-radius:.375rem;padding:.5rem 1rem;font-size:.875rem;line-height:1.25rem;font-weight:500;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.footer-btn-clear.svelte-1iaxozq{--tw-text-opacity: 1;color:rgb(var(--color-text-primary) / var(--tw-text-opacity, 1))}.footer-btn-clear.svelte-1iaxozq:hover{--tw-bg-opacity: 1;background-color:rgb(var(--color-background-alt) / var(--tw-bg-opacity, 1))}.footer-btn-close.svelte-1iaxozq{--tw-bg-opacity: 1;background-color:rgb(var(--color-primary) / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.footer-btn-close.svelte-1iaxozq:hover{background-color:rgb(var(--color-primary) / .9)}.mobile-backdrop.svelte-1iaxozq{position:fixed;top:0;right:0;bottom:0;left:0;z-index:40;background-color:#00000080}.mobile-modal.svelte-1iaxozq{position:fixed;left:1rem;right:1rem;top:50%;z-index:50;--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));border-radius:1rem;--tw-bg-opacity: 1;background-color:rgb(var(--color-background) / var(--tw-bg-opacity, 1));--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);display:flex;max-height:90vh;flex-direction:column;overflow:hidden}.mobile-header.svelte-1iaxozq{display:flex;align-items:center;justify-content:space-between;border-bottom-width:1px;border-color:rgb(var(--color-text-secondary) / .2);padding:1rem}.mobile-title.svelte-1iaxozq{font-size:1.125rem;line-height:1.75rem;font-weight:600;--tw-text-opacity: 1;color:rgb(var(--color-text-primary) / var(--tw-text-opacity, 1))}.mobile-close-btn.svelte-1iaxozq{margin-right:-.5rem;border-radius:9999px;padding:.5rem;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.mobile-close-btn.svelte-1iaxozq:hover{--tw-bg-opacity: 1;background-color:rgb(var(--color-background-alt) / var(--tw-bg-opacity, 1))}.mobile-close-btn.svelte-1iaxozq{--tw-text-opacity: 1;color:rgb(var(--color-text-secondary) / var(--tw-text-opacity, 1))}.mobile-shortcuts.svelte-1iaxozq{display:flex;flex-wrap:wrap;gap:.5rem;border-bottom-width:1px;border-color:rgb(var(--color-text-secondary) / .2);padding:1rem}.mobile-shortcut-btn.svelte-1iaxozq{border-radius:9999px;padding:.5rem .75rem;font-size:.875rem;line-height:1.25rem;--tw-bg-opacity: 1;background-color:rgb(var(--color-background-alt) / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(var(--color-text-primary) / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.mobile-shortcut-btn.svelte-1iaxozq:hover{background-color:rgb(var(--color-primary) / .1)}.mobile-shortcut-btn.svelte-1iaxozq:active{background-color:rgb(var(--color-primary) / .2)}.mobile-calendar.svelte-1iaxozq{flex:1 1 0%;overflow:auto;padding:.5rem}.mobile-footer.svelte-1iaxozq{display:flex;align-items:center;gap:.5rem;border-top-width:1px;border-color:rgb(var(--color-text-secondary) / .2);padding:1rem}.date-range-picker-container.svelte-7762kb{position:relative}.date-range-picker-popup.svelte-7762kb{position:absolute;top:100%;left:0;z-index:50;margin-top:.5rem;border-radius:.5rem;border-width:1px;border-color:rgb(var(--color-text-secondary) / .2);--tw-bg-opacity: 1;background-color:rgb(var(--color-background) / var(--tw-bg-opacity, 1));--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);min-width:320px}.shortcuts-sidebar.svelte-7762kb{display:flex;flex-direction:column;gap:.25rem;border-right-width:1px;border-color:rgb(var(--color-text-secondary) / .2);padding:.75rem;min-width:140px}.shortcuts-title.svelte-7762kb{margin-bottom:.5rem;font-size:.75rem;line-height:1rem;font-weight:600;text-transform:uppercase;--tw-text-opacity: 1;color:rgb(var(--color-text-secondary) / var(--tw-text-opacity, 1))}.shortcut-btn.svelte-7762kb{border-radius:.375rem;padding:.5rem .75rem;text-align:left;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(var(--color-text-primary) / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.shortcut-btn.svelte-7762kb:hover{background-color:rgb(var(--color-primary) / .1)}.helper-text.svelte-7762kb{padding-top:.5rem;padding-bottom:.5rem;text-align:center;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(var(--color-text-secondary) / var(--tw-text-opacity, 1))}.popup-footer.svelte-7762kb{display:flex;align-items:center;justify-content:flex-end;gap:.5rem;border-top-width:1px;border-color:rgb(var(--color-text-secondary) / .2);padding:.75rem}.footer-btn.svelte-7762kb{border-radius:.375rem;padding:.5rem 1rem;font-size:.875rem;line-height:1.25rem;font-weight:500;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.footer-btn-clear.svelte-7762kb{--tw-text-opacity: 1;color:rgb(var(--color-text-primary) / var(--tw-text-opacity, 1))}.footer-btn-clear.svelte-7762kb:hover{--tw-bg-opacity: 1;background-color:rgb(var(--color-background-alt) / var(--tw-bg-opacity, 1))}.footer-btn-apply.svelte-7762kb{--tw-bg-opacity: 1;background-color:rgb(var(--color-primary) / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.footer-btn-apply.svelte-7762kb:hover{background-color:rgb(var(--color-primary) / .9)}.footer-btn-apply.svelte-7762kb:disabled{cursor:not-allowed;opacity:.5}.mobile-backdrop.svelte-7762kb{position:fixed;top:0;right:0;bottom:0;left:0;z-index:40;background-color:#00000080}.mobile-modal.svelte-7762kb{position:fixed;left:1rem;right:1rem;top:50%;z-index:50;--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));border-radius:1rem;--tw-bg-opacity: 1;background-color:rgb(var(--color-background) / var(--tw-bg-opacity, 1));--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);display:flex;max-height:90vh;flex-direction:column;overflow:hidden}.mobile-header.svelte-7762kb{display:flex;align-items:center;justify-content:space-between;border-bottom-width:1px;border-color:rgb(var(--color-text-secondary) / .2);padding:1rem}.mobile-title.svelte-7762kb{font-size:1.125rem;line-height:1.75rem;font-weight:600;--tw-text-opacity: 1;color:rgb(var(--color-text-primary) / var(--tw-text-opacity, 1))}.mobile-close-btn.svelte-7762kb{margin-right:-.5rem;border-radius:9999px;padding:.5rem;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.mobile-close-btn.svelte-7762kb:hover{--tw-bg-opacity: 1;background-color:rgb(var(--color-background-alt) / var(--tw-bg-opacity, 1))}.mobile-close-btn.svelte-7762kb{--tw-text-opacity: 1;color:rgb(var(--color-text-secondary) / var(--tw-text-opacity, 1))}.mobile-shortcuts.svelte-7762kb{display:flex;flex-wrap:wrap;gap:.5rem;border-bottom-width:1px;border-color:rgb(var(--color-text-secondary) / .2);padding:1rem}.mobile-shortcut-btn.svelte-7762kb{border-radius:9999px;padding:.5rem .75rem;font-size:.875rem;line-height:1.25rem;--tw-bg-opacity: 1;background-color:rgb(var(--color-background-alt) / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(var(--color-text-primary) / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.mobile-shortcut-btn.svelte-7762kb:hover{background-color:rgb(var(--color-primary) / .1)}.mobile-shortcut-btn.svelte-7762kb:active{background-color:rgb(var(--color-primary) / .2)}.mobile-calendar.svelte-7762kb{flex:1 1 0%;overflow:auto;padding:.5rem}.mobile-footer.svelte-7762kb{display:flex;align-items:center;gap:.5rem;border-top-width:1px;border-color:rgb(var(--color-text-secondary) / .2);padding:1rem}.contractor-picker-container.svelte-1m9pk3z{position:relative}.contractor-picker-popup.svelte-1m9pk3z{position:absolute;top:100%;left:0;z-index:50;margin-top:.5rem;border-radius:.5rem;border-width:1px;border-color:rgb(var(--color-text-secondary) / .2);--tw-bg-opacity: 1;background-color:rgb(var(--color-background) / var(--tw-bg-opacity, 1));--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);min-width:320px}.shortcuts-sidebar.svelte-1m9pk3z{display:flex;flex-direction:column;gap:.25rem;border-right-width:1px;border-color:rgb(var(--color-text-secondary) / .2);padding:.75rem;min-width:160px}.shortcuts-title.svelte-1m9pk3z{margin-bottom:.5rem;font-size:.75rem;line-height:1rem;font-weight:600;text-transform:uppercase;--tw-text-opacity: 1;color:rgb(var(--color-text-secondary) / var(--tw-text-opacity, 1))}.shortcuts-subtitle.svelte-1m9pk3z{margin-bottom:.25rem;margin-top:.5rem;font-size:.75rem;line-height:1rem;font-weight:600;--tw-text-opacity: 1;color:rgb(var(--color-text-secondary) / var(--tw-text-opacity, 1))}.shortcuts-divider.svelte-1m9pk3z{margin-top:.5rem;margin-bottom:.5rem;height:1px;background-color:rgb(var(--color-text-secondary) / .2)}.shortcut-btn.svelte-1m9pk3z{border-radius:.375rem;padding:.5rem .75rem;text-align:left;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(var(--color-text-primary) / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.shortcut-btn.svelte-1m9pk3z:hover{background-color:rgb(var(--color-primary) / .1)}.shortcut-btn-recent.svelte-1m9pk3z{display:flex;flex-direction:column;align-items:flex-start}.shortcut-btn-active.svelte-1m9pk3z{background-color:rgb(var(--color-primary) / .2);font-weight:500}.search-wrapper.svelte-1m9pk3z{border-bottom-width:1px;border-color:rgb(var(--color-text-secondary) / .2);padding:.75rem}.search-input.svelte-1m9pk3z{width:100%;border-radius:.375rem;border-width:1px;border-color:rgb(var(--color-text-secondary) / .2);padding:.5rem .75rem .5rem 2.25rem;font-size:.875rem;line-height:1.25rem}.search-input.svelte-1m9pk3z:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-opacity: 1;--tw-ring-color: rgb(var(--color-primary) / var(--tw-ring-opacity, 1)) }.search-input.svelte-1m9pk3z{--tw-bg-opacity: 1;background-color:rgb(var(--color-background) / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(var(--color-text-primary) / var(--tw-text-opacity, 1))}.contractor-list.svelte-1m9pk3z{max-height:16rem;flex:1 1 0%;overflow-y:auto}.contractor-item.svelte-1m9pk3z{width:100%;border-radius:.375rem;padding:.5rem .75rem;text-align:left;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(var(--color-text-primary) / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.contractor-item.svelte-1m9pk3z:hover{background-color:rgb(var(--color-primary) / .1)}.contractor-item.svelte-1m9pk3z{display:flex;flex-direction:column;align-items:flex-start}.contractor-item-selected.svelte-1m9pk3z{background-color:rgb(var(--color-primary) / .2);font-weight:500}.popup-footer.svelte-1m9pk3z{display:flex;align-items:center;justify-content:flex-end;gap:.5rem;border-top-width:1px;border-color:rgb(var(--color-text-secondary) / .2);padding:.75rem}.footer-btn.svelte-1m9pk3z{border-radius:.375rem;padding:.5rem 1rem;font-size:.875rem;line-height:1.25rem;font-weight:500;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.footer-btn-clear.svelte-1m9pk3z{--tw-text-opacity: 1;color:rgb(var(--color-text-primary) / var(--tw-text-opacity, 1))}.footer-btn-clear.svelte-1m9pk3z:hover{--tw-bg-opacity: 1;background-color:rgb(var(--color-background-alt) / var(--tw-bg-opacity, 1))}.footer-btn-close.svelte-1m9pk3z{--tw-bg-opacity: 1;background-color:rgb(var(--color-primary) / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.footer-btn-close.svelte-1m9pk3z:hover{background-color:rgb(var(--color-primary) / .9)}.mobile-backdrop.svelte-1m9pk3z{position:fixed;top:0;right:0;bottom:0;left:0;z-index:40;background-color:#00000080}.mobile-modal.svelte-1m9pk3z{position:fixed;left:1rem;right:1rem;top:50%;z-index:50;--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));border-radius:1rem;--tw-bg-opacity: 1;background-color:rgb(var(--color-background) / var(--tw-bg-opacity, 1));--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);display:flex;height:90vh;flex-direction:column;overflow:hidden}.mobile-header.svelte-1m9pk3z{display:flex;align-items:center;justify-content:space-between;border-bottom-width:1px;border-color:rgb(var(--color-text-secondary) / .2);padding:1rem}.mobile-title.svelte-1m9pk3z{font-size:1.125rem;line-height:1.75rem;font-weight:600;--tw-text-opacity: 1;color:rgb(var(--color-text-primary) / var(--tw-text-opacity, 1))}.mobile-close-btn.svelte-1m9pk3z{margin-right:-.5rem;border-radius:9999px;padding:.5rem;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.mobile-close-btn.svelte-1m9pk3z:hover{--tw-bg-opacity: 1;background-color:rgb(var(--color-background-alt) / var(--tw-bg-opacity, 1))}.mobile-close-btn.svelte-1m9pk3z{--tw-text-opacity: 1;color:rgb(var(--color-text-secondary) / var(--tw-text-opacity, 1))}.mobile-shortcuts.svelte-1m9pk3z{display:flex;flex-wrap:wrap;gap:.5rem;border-bottom-width:1px;border-color:rgb(var(--color-text-secondary) / .2);padding:1rem}.mobile-shortcut-btn.svelte-1m9pk3z{border-radius:9999px;padding:.5rem .75rem;font-size:.875rem;line-height:1.25rem;--tw-bg-opacity: 1;background-color:rgb(var(--color-background-alt) / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(var(--color-text-primary) / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.mobile-shortcut-btn.svelte-1m9pk3z:hover{background-color:rgb(var(--color-primary) / .1)}.mobile-shortcut-btn.svelte-1m9pk3z:active{background-color:rgb(var(--color-primary) / .2)}.mobile-shortcut-btn-active.svelte-1m9pk3z{background-color:rgb(var(--color-primary) / .2);font-weight:500}.mobile-content.svelte-1m9pk3z{flex:1 1 0%;overflow:auto}.mobile-footer.svelte-1m9pk3z{display:flex;align-items:center;gap:.5rem;border-top-width:1px;border-color:rgb(var(--color-text-secondary) / .2);padding:1rem}@media (prefers-reduced-motion: reduce){.animate-slide-in-from-right,.animate-slide-in-from-bottom{animation:none!important}}
