@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";.toast.svelte-c82lj3{width:330px;background-color:rgb(var(--color-bg-app));border-radius:12px;box-shadow:0 4px 20px #0000001a,0 8px 16px #0000000d;position:relative;overflow:hidden;border:1px solid rgba(var(--color-border-subtle),.12);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.toast.info.svelte-c82lj3{border-left:3px solid rgb(var(--color-primary))}.toast.info.svelte-c82lj3 .toast-icon:where(.svelte-c82lj3){color:rgb(var(--color-primary));background-color:rgba(var(--color-primary),.1)}.toast.info.svelte-c82lj3 .toast-progress:where(.svelte-c82lj3){background-color:rgb(var(--color-primary))}.toast.success.svelte-c82lj3 .toast-icon:where(.svelte-c82lj3){color:rgb(var(--color-success));background-color:rgba(var(--color-success),.1)}.toast.success.svelte-c82lj3 .toast-progress:where(.svelte-c82lj3){background-color:rgb(var(--color-success))}.toast.warning.svelte-c82lj3 .toast-icon:where(.svelte-c82lj3){color:rgb(var(--color-warning));background-color:rgba(var(--color-warning),.1)}.toast.warning.svelte-c82lj3 .toast-progress:where(.svelte-c82lj3){background-color:rgb(var(--color-warning))}.toast.error.svelte-c82lj3 .toast-icon:where(.svelte-c82lj3){color:rgb(var(--color-danger));background-color:rgba(var(--color-danger),.1)}.toast.error.svelte-c82lj3 .toast-progress:where(.svelte-c82lj3){background-color:rgb(var(--color-danger))}@media (max-width: 768px){.toast.svelte-c82lj3{width:100%;max-width:100%;border-radius:12px 12px 0 0}}.toast-content.svelte-c82lj3{padding:var(--space-md);display:flex;align-items:center;gap:var(--space-md)}.toast-icon.svelte-c82lj3{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.9rem;flex-shrink:0}.toast-message.svelte-c82lj3{flex:1;font-size:.9rem;color:rgb(var(--color-text-main));line-height:1.4;font-weight:400;letter-spacing:.01em}.toast-close.svelte-c82lj3{position:absolute;right:2px;top:50%;transform:translateY(-50%);background:rgb(var(--color-bg-surface));border:none;padding:0;width:28px;height:28px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:rgb(var(--color-text-muted));transition:all .2s ease;font-size:.8rem;border-radius:50%}.toast-close.svelte-c82lj3:hover{color:rgb(var(--color-text-main));background-color:rgba(var(--color-bg-muted),.5)}.toast-progress-container.svelte-c82lj3{position:relative;width:100%;height:3px;background-color:rgba(var(--color-bg-muted),.2)}.toast-progress.svelte-c82lj3{position:absolute;bottom:0;left:0;height:3px;width:100%;transform-origin:left;animation:svelte-c82lj3-progress-bar linear forwards;border-radius:0 3px 3px 0}@keyframes svelte-c82lj3-progress-bar{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.activities-container.svelte-1qy1msx{padding:var(--space-md);display:flex;flex-direction:column;gap:var(--space-lg)}.activities-list.svelte-1qy1msx{display:flex;flex-direction:column;gap:var(--space-sm);overflow-y:auto}.activity-item.svelte-1qy1msx{padding:var(--space-md);border:1px solid rgb(var(--color-border-subtle));border-radius:var(--radius-md);cursor:pointer;transition:all .2s ease;background-color:rgb(var(--color-bg-surface))}.activity-item.svelte-1qy1msx:hover{border-color:rgb(var(--color-primary));background-color:rgba(var(--color-primary),.05)}.activity-item.selected.svelte-1qy1msx{border-color:rgb(var(--color-primary));background-color:rgba(var(--color-primary),.1);box-shadow:0 0 0 2px rgba(var(--color-primary),.2)}.activity-item.svelte-1qy1msx .activity-header:where(.svelte-1qy1msx){display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--space-xs)}.activity-item.svelte-1qy1msx .activity-header:where(.svelte-1qy1msx) .codigo-caeb:where(.svelte-1qy1msx){font-weight:600;color:rgb(var(--color-text-main));font-size:.9rem}.activity-item.svelte-1qy1msx .activity-header:where(.svelte-1qy1msx) .tipo-actividad:where(.svelte-1qy1msx){padding:2px 6px;border-radius:var(--radius-sm);font-size:.75rem;font-weight:600;text-transform:uppercase}.activity-item.svelte-1qy1msx .activity-header:where(.svelte-1qy1msx) .tipo-actividad.servicio:where(.svelte-1qy1msx){background-color:rgba(var(--color-success),.1);color:rgb(var(--color-success))}.activity-item.svelte-1qy1msx .activity-header:where(.svelte-1qy1msx) .tipo-actividad.produccion:where(.svelte-1qy1msx){background-color:rgba(var(--color-warning),.1);color:rgb(var(--color-warning))}.activity-item.svelte-1qy1msx .activity-description:where(.svelte-1qy1msx){font-size:.85rem;color:rgb(var(--color-text-muted));line-height:1.4}.no-activities.svelte-1qy1msx{text-align:center;padding:var(--space-xl);color:rgb(var(--color-text-muted))}.no-activities.svelte-1qy1msx p:where(.svelte-1qy1msx){margin:0;font-style:italic}.details.svelte-ypon4x{padding:var(--space-md);display:grid;gap:var(--space-lg)}.details.svelte-ypon4x .input:where(.svelte-ypon4x){padding:var(--space-md);border-radius:var(--radius-sm);border:1px solid rgba(var(--color-divider),.2);background-color:rgb(var(--color-bg-surface));color:rgb(var(--color-text-main));width:100%;transition:border-color .2s ease}.details.svelte-ypon4x .input:where(.svelte-ypon4x):focus{border-color:rgb(var(--color-primary))}.details.svelte-ypon4x button:where(.svelte-ypon4x){padding:var(--space-md);box-shadow:var(--shadow-md);background-color:rgb(var(--color-primary));color:rgb(var(--color-white));border-radius:var(--radius-full);font-weight:500;transition:background-color .2s ease}.details.svelte-ypon4x button:where(.svelte-ypon4x):hover{background-color:rgb(var(--color-accent))}.session-expired-content.svelte-tn9dxh{display:flex;flex-direction:column;align-items:center;padding:var(--space-lg);gap:var(--space-lg)}.session-expired-content.svelte-tn9dxh .icon-wrapper:where(.svelte-tn9dxh){font-size:3rem;color:rgb(var(--color-warning));display:flex;align-items:center;justify-content:center}.session-expired-content.svelte-tn9dxh .message-container:where(.svelte-tn9dxh){text-align:center;max-width:400px}.session-expired-content.svelte-tn9dxh .message-container:where(.svelte-tn9dxh) .title:where(.svelte-tn9dxh){font-size:1.25rem;font-weight:600;color:rgb(var(--color-text-main));margin:0 0 var(--space-sm) 0}.session-expired-content.svelte-tn9dxh .message-container:where(.svelte-tn9dxh) .message:where(.svelte-tn9dxh){font-size:1rem;color:rgb(var(--color-text-main));line-height:1.5;margin:0 0 var(--space-md) 0;font-weight:500}.session-expired-content.svelte-tn9dxh .message-container:where(.svelte-tn9dxh) .description:where(.svelte-tn9dxh){font-size:.9rem;color:rgb(var(--color-text-subtle));line-height:1.5;margin:0}main.svelte-1h73kcc{display:grid;grid-template-columns:250px 1fr;grid-template-rows:1fr;height:100%;width:100%;padding:0;gap:0;overflow:hidden;transition:grid-template-columns .3s ease}@media screen and (max-width: 768px){main.svelte-1h73kcc{grid-template-columns:1fr;grid-template-rows:1fr auto}}main.svelte-1h73kcc .appContent:where(.svelte-1h73kcc){display:grid;height:100%;overflow:hidden;grid-template-rows:1fr;grid-template-columns:1fr}@media screen and (max-width: 768px){main.svelte-1h73kcc .appContent:where(.svelte-1h73kcc){padding:0}}main.svelte-1h73kcc .sidebarContent:where(.svelte-1h73kcc){padding:var(--space-md);padding-right:calc(var(--space-md) / 2);height:100%;overflow:hidden}@media screen and (max-width: 768px){main.svelte-1h73kcc .sidebarContent:where(.svelte-1h73kcc){display:none}}main.svelte-1h73kcc .topBar:where(.svelte-1h73kcc){display:none}main.svelte-1h73kcc .sidebar:where(.svelte-1h73kcc){display:grid;grid-template-rows:auto 1fr auto;overflow:hidden;width:100%;height:100%;gap:var(--space-md);background:rgb(var(--color-bg-app));border-right:1px solid rgba(var(--color-divider),.1);padding:var(--space-md) var(--space-sm);box-shadow:2px 0 6px #0000000a;position:relative;transition:width .3s ease}@media screen and (max-width: 768px){main.svelte-1h73kcc .sidebar:where(.svelte-1h73kcc){display:none}}main.svelte-1h73kcc .sidebar:where(.svelte-1h73kcc) .routes:where(.svelte-1h73kcc){display:flex;gap:var(--space-xs);padding:0;position:relative;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}main.svelte-1h73kcc .sidebar:where(.svelte-1h73kcc) .routes:where(.svelte-1h73kcc)::-webkit-scrollbar{display:none}main.svelte-1h73kcc .sidebar:where(.svelte-1h73kcc) .routes:where(.svelte-1h73kcc) .main-routes:where(.svelte-1h73kcc){display:flex;flex-direction:column;gap:var(--space-sm);width:100%;scrollbar-width:none;-ms-overflow-style:none}main.svelte-1h73kcc .sidebar:where(.svelte-1h73kcc) .routes:where(.svelte-1h73kcc) .main-routes:where(.svelte-1h73kcc)::-webkit-scrollbar{display:none}main.svelte-1h73kcc .sidebar:where(.svelte-1h73kcc) .routes:where(.svelte-1h73kcc) a:where(.svelte-1h73kcc){padding:var(--space-xs) var(--space-sm);text-decoration:none;width:100%;color:rgb(var(--color-text-main));display:flex;align-items:center;gap:var(--space-sm);font-weight:400;font-size:.8rem;letter-spacing:-.01em;transition:all .2s ease;background-color:transparent;border-radius:var(--radius-sm);cursor:pointer}main.svelte-1h73kcc .sidebar:where(.svelte-1h73kcc) .routes:where(.svelte-1h73kcc) a:where(.svelte-1h73kcc) .arrow:where(.svelte-1h73kcc){width:auto;height:auto;margin-left:auto;font-size:.7rem;transition:transform .3s ease}main.svelte-1h73kcc .sidebar:where(.svelte-1h73kcc) .routes:where(.svelte-1h73kcc) a:where(.svelte-1h73kcc) i:where(.svelte-1h73kcc){font-size:.8rem;width:24px;height:24px;display:flex;align-items:center;justify-content:center;color:rgb(var(--color-text-main));transition:all .2s ease}main.svelte-1h73kcc .sidebar:where(.svelte-1h73kcc) .routes:where(.svelte-1h73kcc) a:where(.svelte-1h73kcc):hover{background-color:rgba(var(--color-bg-surface),.6);color:rgb(var(--color-text-strong))}main.svelte-1h73kcc .sidebar:where(.svelte-1h73kcc) .routes:where(.svelte-1h73kcc) a:where(.svelte-1h73kcc):hover i:where(.svelte-1h73kcc){color:rgb(var(--color-primary))}main.svelte-1h73kcc .sidebar:where(.svelte-1h73kcc) .routes:where(.svelte-1h73kcc) a.active:where(.svelte-1h73kcc){background-color:rgba(var(--color-bg-surface),.4);color:rgb(var(--color-primary));font-weight:500}main.svelte-1h73kcc .sidebar:where(.svelte-1h73kcc) .routes:where(.svelte-1h73kcc) a.active:where(.svelte-1h73kcc) i:where(.svelte-1h73kcc){color:rgb(var(--color-primary))}main.svelte-1h73kcc .sidebar:where(.svelte-1h73kcc) .routes:where(.svelte-1h73kcc) .active:where(.svelte-1h73kcc){color:rgb(var(--color-primary));font-weight:500}main.svelte-1h73kcc .sidebar:where(.svelte-1h73kcc) .routes:where(.svelte-1h73kcc) .active:where(.svelte-1h73kcc) i:where(.svelte-1h73kcc){color:rgb(var(--color-primary))}main.svelte-1h73kcc .sidebar:where(.svelte-1h73kcc) .bottom:where(.svelte-1h73kcc){display:flex;flex-direction:column;gap:var(--space-xs);padding-top:var(--space-sm);position:relative}main.svelte-1h73kcc .sidebar:where(.svelte-1h73kcc) .bottom:where(.svelte-1h73kcc) .separator:where(.svelte-1h73kcc){width:100%;height:1px;background-color:rgba(var(--color-divider),.1);margin-bottom:var(--space-sm)}main.svelte-1h73kcc .sidebar:where(.svelte-1h73kcc) .bottom:where(.svelte-1h73kcc) .bottom-link:where(.svelte-1h73kcc){padding:var(--space-xs) var(--space-sm);text-decoration:none;width:100%;color:rgb(var(--color-text-main));display:flex;align-items:center;gap:var(--space-sm);font-weight:400;font-size:.8rem;letter-spacing:-.01em;transition:all .2s ease;background-color:transparent;border-radius:var(--radius-sm);cursor:pointer}main.svelte-1h73kcc .sidebar:where(.svelte-1h73kcc) .bottom:where(.svelte-1h73kcc) .bottom-link:where(.svelte-1h73kcc) i:where(.svelte-1h73kcc){font-size:.8rem;width:24px;height:24px;display:flex;align-items:center;justify-content:center;color:rgb(var(--color-text-main));transition:all .2s ease}main.svelte-1h73kcc .sidebar:where(.svelte-1h73kcc) .bottom:where(.svelte-1h73kcc) .bottom-link:where(.svelte-1h73kcc) span:where(.svelte-1h73kcc){flex:1}main.svelte-1h73kcc .sidebar:where(.svelte-1h73kcc) .bottom:where(.svelte-1h73kcc) .bottom-link:where(.svelte-1h73kcc):hover{background-color:rgba(var(--color-bg-surface),.6);color:rgb(var(--color-text-strong))}main.svelte-1h73kcc .sidebar:where(.svelte-1h73kcc) .bottom:where(.svelte-1h73kcc) .bottom-link:where(.svelte-1h73kcc):hover i:where(.svelte-1h73kcc){color:rgb(var(--color-primary))}main.svelte-1h73kcc .sidebar:where(.svelte-1h73kcc) .bottom:where(.svelte-1h73kcc) .bottom-link.active:where(.svelte-1h73kcc){background-color:rgba(var(--color-bg-surface),.4);color:rgb(var(--color-primary));font-weight:500}main.svelte-1h73kcc .sidebar:where(.svelte-1h73kcc) .bottom:where(.svelte-1h73kcc) .bottom-link.active:where(.svelte-1h73kcc) i:where(.svelte-1h73kcc){color:rgb(var(--color-primary))}main.svelte-1h73kcc .sidebar:where(.svelte-1h73kcc) .bottom:where(.svelte-1h73kcc) .version:where(.svelte-1h73kcc){text-align:center;width:100%;font-size:.65rem;color:rgb(var(--color-text-subtle));opacity:.6;padding-top:var(--space-xs);letter-spacing:0}main.svelte-1h73kcc .sidebar:where(.svelte-1h73kcc) .top:where(.svelte-1h73kcc){display:flex;flex-direction:column;align-items:flex-start;gap:var(--space-sm);width:100%;position:relative}main.svelte-1h73kcc .sidebar:where(.svelte-1h73kcc) .top:where(.svelte-1h73kcc) .company-info:where(.svelte-1h73kcc){width:100%;padding:var(--space-md);border-radius:var(--radius-sm);background-color:transparent;border:none;cursor:pointer;display:flex;flex-direction:column;align-items:flex-start;transition:all .2s ease;text-align:left;position:relative;background-color:rgba(var(--color-bg-surface),.7)}main.svelte-1h73kcc .sidebar:where(.svelte-1h73kcc) .top:where(.svelte-1h73kcc) .company-info:where(.svelte-1h73kcc):hover{background-color:rgba(var(--color-bg-surface),.4)}main.svelte-1h73kcc .sidebar:where(.svelte-1h73kcc) .top:where(.svelte-1h73kcc) .company-info:where(.svelte-1h73kcc):hover .chevron:where(.svelte-1h73kcc){color:rgb(var(--color-primary));transform:translate(3px)}main.svelte-1h73kcc .sidebar:where(.svelte-1h73kcc) .top:where(.svelte-1h73kcc) .company-info:where(.svelte-1h73kcc) .company-name:where(.svelte-1h73kcc){font-weight:600;color:rgb(var(--color-text-strong));font-size:.9rem;letter-spacing:-.01em;line-height:1.3;margin-bottom:var(--space-xs)}main.svelte-1h73kcc .sidebar:where(.svelte-1h73kcc) .top:where(.svelte-1h73kcc) .company-info:where(.svelte-1h73kcc) .business-name:where(.svelte-1h73kcc){margin-bottom:var(--space-xs)}main.svelte-1h73kcc .sidebar:where(.svelte-1h73kcc) .top:where(.svelte-1h73kcc) .company-info:where(.svelte-1h73kcc) .business-name:where(.svelte-1h73kcc) .label:where(.svelte-1h73kcc){font-weight:500;color:rgb(var(--color-text-subtle));font-size:.7rem;margin-bottom:1px;opacity:.8}main.svelte-1h73kcc .sidebar:where(.svelte-1h73kcc) .top:where(.svelte-1h73kcc) .company-info:where(.svelte-1h73kcc) .business-name:where(.svelte-1h73kcc) .value:where(.svelte-1h73kcc){font-weight:400;color:rgb(var(--color-text-muted));font-size:.75rem;line-height:1.3}main.svelte-1h73kcc .sidebar:where(.svelte-1h73kcc) .top:where(.svelte-1h73kcc) .company-info:where(.svelte-1h73kcc) .branch-details:where(.svelte-1h73kcc){display:flex;flex-direction:column;gap:2px;width:100%}main.svelte-1h73kcc .sidebar:where(.svelte-1h73kcc) .top:where(.svelte-1h73kcc) .company-info:where(.svelte-1h73kcc) .branch-details:where(.svelte-1h73kcc) .branch-name:where(.svelte-1h73kcc){font-size:.8rem;color:rgb(var(--color-text-strong));font-weight:500;letter-spacing:-.01em}main.svelte-1h73kcc .sidebar:where(.svelte-1h73kcc) .top:where(.svelte-1h73kcc) .company-info:where(.svelte-1h73kcc) .branch-details:where(.svelte-1h73kcc) .point-sale:where(.svelte-1h73kcc){font-size:.7rem;color:rgb(var(--color-text-muted));letter-spacing:-.01em;opacity:.8}main.svelte-1h73kcc .sidebar:where(.svelte-1h73kcc) .top:where(.svelte-1h73kcc) .company-info:where(.svelte-1h73kcc) .chevron:where(.svelte-1h73kcc){position:absolute;top:var(--space-sm);right:var(--space-sm);font-size:.8rem;color:rgb(var(--color-text-muted));transition:all .3s cubic-bezier(.1,.7,.1,1)}main.svelte-1h73kcc .sidebar:where(.svelte-1h73kcc) .top:where(.svelte-1h73kcc) .separator:where(.svelte-1h73kcc){width:100%;height:1px;background-color:rgba(var(--color-divider),.1);margin:var(--space-sm) 0}main.svelte-1h73kcc .menu-items:where(.svelte-1h73kcc){display:grid;grid-template-columns:1fr 1fr;gap:var(--space-xs);padding:var(--space-sm) var(--space-xs)}main.svelte-1h73kcc .menu-items:where(.svelte-1h73kcc) a:where(.svelte-1h73kcc){display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--space-sm);border-radius:var(--radius-sm);transition:all .2s cubic-bezier(.1,.7,.1,1);background-color:transparent;border:none;text-decoration:none;color:rgb(var(--color-text-main));min-height:60px}main.svelte-1h73kcc .menu-items:where(.svelte-1h73kcc) a:where(.svelte-1h73kcc):hover{background-color:rgba(var(--color-bg-surface),.4);color:rgb(var(--color-text-strong))}main.svelte-1h73kcc .menu-items:where(.svelte-1h73kcc) a.active:where(.svelte-1h73kcc){color:rgb(var(--color-primary))}main.svelte-1h73kcc .menu-items:where(.svelte-1h73kcc) a.active:where(.svelte-1h73kcc) i:where(.svelte-1h73kcc){color:rgb(var(--color-white));background-color:rgb(var(--color-primary));box-shadow:0 2px 4px rgba(var(--color-primary),.2)}main.svelte-1h73kcc .menu-items:where(.svelte-1h73kcc) a:where(.svelte-1h73kcc) span:where(.svelte-1h73kcc){margin-top:4px;font-size:.75rem;font-weight:500;text-align:center;letter-spacing:-.01em}main.svelte-1h73kcc .menu-items:where(.svelte-1h73kcc) a:where(.svelte-1h73kcc) i:where(.svelte-1h73kcc){font-size:1.1rem;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-sm);background-color:rgba(var(--color-bg-surface),.4);transition:all .2s cubic-bezier(.1,.7,.1,1)}main.svelte-1h73kcc .bottomBar:where(.svelte-1h73kcc){display:grid;grid-auto-flow:column;justify-content:space-evenly;align-items:center;height:65px;padding:0 var(--space-sm);background-color:rgb(var(--color-bg-app));border-top:1px solid rgba(var(--color-border-subtle),.18);position:relative;box-shadow:0 -1px 6px #00000005}@media screen and (min-width: 768px){main.svelte-1h73kcc .bottomBar:where(.svelte-1h73kcc){display:none}}main.svelte-1h73kcc .bottomBar:where(.svelte-1h73kcc) .active:where(.svelte-1h73kcc){color:rgb(var(--color-primary))}main.svelte-1h73kcc .bottomBar:where(.svelte-1h73kcc) .active:where(.svelte-1h73kcc) i:where(.svelte-1h73kcc){box-shadow:0 2px 4px rgba(var(--color-primary),.2);color:rgb(var(--color-primary));background-color:rgba(var(--color-primary),.08)}main.svelte-1h73kcc .bottomBar:where(.svelte-1h73kcc) .active:where(.svelte-1h73kcc) span:where(.svelte-1h73kcc){font-size:.75rem;font-weight:600;margin-top:4px;color:rgb(var(--color-primary));transition:all .2s cubic-bezier(.1,.7,.1,1);letter-spacing:-.01em}main.svelte-1h73kcc .bottomBar:where(.svelte-1h73kcc) a:where(.svelte-1h73kcc),main.svelte-1h73kcc .bottomBar:where(.svelte-1h73kcc) button:where(.svelte-1h73kcc){display:flex;flex-direction:column;align-items:center;position:relative;padding:var(--space-sm) var(--space-sm);text-decoration:none;color:rgb(var(--color-text-main));transition:all .2s cubic-bezier(.1,.7,.1,1)}main.svelte-1h73kcc .bottomBar:where(.svelte-1h73kcc) a:where(.svelte-1h73kcc) span:where(.svelte-1h73kcc),main.svelte-1h73kcc .bottomBar:where(.svelte-1h73kcc) button:where(.svelte-1h73kcc) span:where(.svelte-1h73kcc){font-size:.75rem;font-weight:500;margin-top:4px;transition:all .2s cubic-bezier(.1,.7,.1,1);letter-spacing:-.01em}main.svelte-1h73kcc .bottomBar:where(.svelte-1h73kcc) a:where(.svelte-1h73kcc) i:where(.svelte-1h73kcc),main.svelte-1h73kcc .bottomBar:where(.svelte-1h73kcc) button:where(.svelte-1h73kcc) i:where(.svelte-1h73kcc){font-size:1.1rem;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-sm);transition:all .2s cubic-bezier(.1,.7,.1,1);background-color:rgba(var(--color-bg-surface),.4)}main.svelte-1h73kcc .bottomBar:where(.svelte-1h73kcc) a:where(.svelte-1h73kcc):hover,main.svelte-1h73kcc .bottomBar:where(.svelte-1h73kcc) button:where(.svelte-1h73kcc):hover{color:rgb(var(--color-text-strong))}main.svelte-1h73kcc .bottomBar:where(.svelte-1h73kcc) a:where(.svelte-1h73kcc):hover i:where(.svelte-1h73kcc),main.svelte-1h73kcc .bottomBar:where(.svelte-1h73kcc) button:where(.svelte-1h73kcc):hover i:where(.svelte-1h73kcc){color:rgb(var(--color-primary));background-color:rgba(var(--color-primary),.08)}:root{--standard-font-size: .85rem;--space-xs: 4px;--space-sm: 8px;--space-md: 12px;--space-lg: 16px;--space-xl: 24px;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 14px;--radius-full: 9999px;--shadow-sm: 0 2px 4px rgba(0, 0, 0, .08);--shadow-md: 0 4px 10px rgba(0, 0, 0, .12);--color-primary: 0, 112, 243;--color-accent: 29, 155, 209;--color-success: 22, 163, 74;--color-warning: 255, 159, 10;--color-danger: 224, 36, 94;--color-text-strong: 15, 23, 42;--color-text-main: 51, 65, 85;--color-text-muted: 100, 116, 139;--color-text-subtle: 148, 163, 184;--color-text-disabled: 203, 213, 225;--color-text-on-primary: 255, 255, 255;--color-bg-app: 243, 244, 246;--color-bg-surface: 255, 255, 255;--color-bg-muted: 229, 231, 235;--color-bg-hover: 209, 213, 219;--color-border-subtle: 209, 213, 219;--color-divider: 0, 0, 0;--color-white: 255, 255, 255}:root[data-theme=dark]{--color-text-strong: 248, 250, 252;--color-text-main: 226, 232, 240;--color-text-muted: 148, 163, 184;--color-text-subtle: 100, 116, 139;--color-text-disabled: 71, 85, 105;--color-text-on-primary: 255, 255, 255;--color-bg-app: 15, 23, 42;--color-bg-surface: 30, 41, 59;--color-bg-muted: 51, 65, 85;--color-bg-hover: 71, 85, 105;--color-border-subtle: 51, 65, 85;--color-divider: 255, 255, 255}*{box-sizing:border-box;margin:0;padding:0;outline:none;color:inherit;-webkit-tap-highlight-color:transparent;scrollbar-width:thin;scrollbar-color:rgba(var(--color-divider),.2) transparent;-webkit-overflow-scrolling:touch}@media screen and (min-width: 768px){*::-webkit-scrollbar{width:8px;height:8px}*::-webkit-scrollbar-track{background:rgba(var(--color-bg-surface),.5);border-radius:4px}*::-webkit-scrollbar-thumb{background:rgba(var(--color-primary),.2);border-radius:4px}*::-webkit-scrollbar-thumb:hover{background:rgba(var(--color-primary),.3)}}html{font-size:16px;color:rgb(var(--color-text-main));background-color:rgb(var(--color-bg-app));transition:background-color .3s ease,color .3s ease}body{font-family:Inter,sans-serif;width:100%;height:100%;background-color:rgb(var(--color-bg-app));color:rgb(var(--color-text-main))}html,body,.app{width:100%;height:100%}ul{list-style:none}input,textarea,select,button{font:inherit;color:rgb(var(--color-text-main))}input,select{width:100%;padding:var(--space-sm);border:none;border-radius:var(--radius-sm);background-color:rgb(var(--color-bg-surface))}input{outline:none}button{border:none;padding:0;background:transparent;cursor:pointer}label{font-size:.875rem;font-weight:500}canvas{border-radius:var(--radius-sm)}h1{font-size:2rem;font-weight:700}h2{font-size:1.5rem;font-weight:700}h3{font-size:1.25rem;font-weight:700}h4{font-size:1rem;font-weight:700}h5{font-size:.875rem;font-weight:700}h6{font-size:.75rem;font-weight:700}p{margin:0}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.safe-area{padding:var(--safe-area-inset-top) var(--safe-area-inset-right) var(--safe-area-inset-bottom) var(--safe-area-inset-left)}[data-title]{position:relative}[data-title]:after{content:attr(data-title);background-color:rgb(var(--color-bg-surface));color:rgb(var(--color-text-main));font-size:12px;padding:5px 10px;position:absolute;bottom:-1.75rem;left:50%;transform:translate(-50%);white-space:nowrap;opacity:0;visibility:hidden;border-radius:5px;border:1px solid rgba(var(--color-border-subtle),1)}[data-title]:hover:after{opacity:1;visibility:visible}.toast-container.svelte-12qhfyh{position:fixed;bottom:30px;left:50%;transform:translate(-50%);z-index:9999;display:flex;flex-direction:column;gap:12px;padding:0;max-width:430px}@media (max-width: 768px){.toast-container.svelte-12qhfyh{width:100%;max-width:100%;bottom:0;left:0;right:0;transform:none;padding:0;gap:8px}}
