:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;font-size:16px;line-height:1.5;font-weight:400;color-scheme:light dark;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;box-sizing:border-box;--color-bg: #1a1a1a;--color-bg-elevated: #242424;--color-bg-overlay: rgba(26, 26, 26, .92);--surface-1: rgba(255, 255, 255, .04);--surface-2: rgba(255, 255, 255, .06);--surface-3: rgba(255, 255, 255, .08);--surface-4: rgba(255, 255, 255, .1);--surface-5: rgba(255, 255, 255, .15);--surface-6: rgba(255, 255, 255, .2);--surface-7: rgba(255, 255, 255, .3);--text-primary: rgba(255, 255, 255, .87);--text-secondary: rgba(255, 255, 255, .6);--text-tertiary: rgba(255, 255, 255, .4);--text-disabled: rgba(255, 255, 255, .25);--text-icon: #e8eaed;--border-subtle: rgba(255, 255, 255, .08);--border-default: rgba(255, 255, 255, .12);--border-strong: rgba(255, 255, 255, .2);--border-emphasis: rgba(255, 255, 255, .4);--color-primary: #209869;--color-primary-light: #8fcbb3;--color-primary-dark: #1a7d55;--verde: #43A047;--vermelho: #E53935;--dourado: #FFC107;--color-success: #43A047;--color-error: #E53935;--color-warning: #F57F17;--color-info: #3949AB;--color-indigo: #3949AB;--color-indigo-dark: #283593;--color-amber: #FDD835;--color-amber-dark: #F57F17;--space-xs: 4px;--space-sm: 8px;--space-md: 12px;--space-lg: 16px;--space-xl: 20px;--space-2xl: 24px;--space-3xl: 32px;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--radius-full: 9999px;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .3);--shadow-md: 0 2px 8px rgba(0, 0, 0, .3);--shadow-lg: 0 4px 16px rgba(0, 0, 0, .4);--shadow-xl: 0 8px 32px rgba(0, 0, 0, .5);--text-xs: .75rem;--text-sm: .8rem;--text-base: .9rem;--text-md: 1rem;--text-lg: 1.125rem;--text-xl: 1.25rem;--text-2xl: 1.5rem;--text-3xl: 2rem;--transition-fast: .15s ease;--transition-base: .2s ease;--transition-slow: .3s ease-in-out;--nav-height: 56px;--sidebar-width: 240px;--content-max-width: 720px;color:var(--text-primary);fill:var(--text-primary);background-color:var(--color-bg)}body{margin:0;padding:0;box-sizing:border-box}#app{width:100vw;height:100vh;height:100dvh;max-height:100vh;max-height:100dvh;box-sizing:border-box;overflow:hidden;display:flex;flex-direction:column}a{color:var(--text-primary);text-decoration:none}button{display:flex;flex-grow:0;align-items:center;gap:var(--space-sm);padding:var(--space-sm) var(--space-md);border-radius:var(--radius-md);border:none;background-color:var(--surface-4);color:var(--text-primary);font-family:inherit;font-size:var(--text-base);cursor:pointer;transition:background-color var(--transition-fast)}button:hover{background-color:var(--surface-6)}button:active{background-color:var(--surface-7)}input,textarea,select{box-sizing:border-box;background:var(--surface-2);color:var(--text-primary);border:1px solid var(--border-default);border-radius:var(--radius-md);padding:var(--space-sm) var(--space-md);font-family:inherit;font-size:var(--text-base);transition:border-color var(--transition-fast),box-shadow var(--transition-fast)}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 2px #20986926}input::placeholder,textarea::placeholder{color:var(--text-tertiary)}select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='rgba(255,255,255,0.6)'%3E%3Cpath d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right var(--space-sm) center;padding-right:var(--space-xl)}textarea{resize:vertical}input[type=checkbox]{width:18px;height:18px;padding:0;cursor:pointer;accent-color:var(--color-primary)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border-emphasis);border-radius:var(--radius-md)}::-webkit-scrollbar-thumb:hover{background:var(--text-secondary)}.login-screen.svelte-cp7tiq{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;height:100dvh;overflow:hidden;background:radial-gradient(ellipse at 20% 80%,rgba(32,152,105,.12) 0%,transparent 50%),radial-gradient(ellipse at 80% 20%,rgba(59,99,163,.1) 0%,transparent 50%),var(--color-bg)}.login-card.svelte-cp7tiq{position:relative;z-index:1;width:340px;max-width:calc(100vw - var(--space-3xl));margin:0 var(--space-lg);background:var(--surface-1);border:1px solid var(--border-subtle);border-radius:var(--radius-xl);padding:var(--space-3xl) var(--space-2xl) var(--space-3xl);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);opacity:0;transform:translateY(16px);animation:svelte-cp7tiq-card-in .6s ease-out .15s forwards}@keyframes svelte-cp7tiq-card-in{to{opacity:1;transform:translateY(0)}}.logo-area.svelte-cp7tiq{display:flex;flex-direction:column;align-items:center;gap:var(--space-md)}.logo-frame.svelte-cp7tiq{width:72px;height:72px}.logo-frame.svelte-cp7tiq img:where(.svelte-cp7tiq){width:100%;height:100%}.brand-text.svelte-cp7tiq{text-align:center}.brand-tagline.svelte-cp7tiq{font-size:var(--text-sm);letter-spacing:.04em;color:var(--text-tertiary)}.divider.svelte-cp7tiq{height:1px;background:linear-gradient(90deg,transparent,var(--border-default),transparent);margin:var(--space-2xl) 0}.form-area.svelte-cp7tiq{display:flex;flex-direction:column;gap:var(--space-md)}.input-label.svelte-cp7tiq{font-size:var(--text-base);color:var(--text-secondary);text-align:center}.input-group.svelte-cp7tiq{display:flex;align-items:center;gap:var(--space-md);background:var(--surface-2);border:1px solid var(--border-default);border-radius:var(--radius-lg);padding:0 var(--space-md);transition:border-color var(--transition-base),box-shadow var(--transition-base)}.input-group.svelte-cp7tiq:focus-within{border-color:#20986999;box-shadow:0 0 0 3px #2098691a}.input-icon.svelte-cp7tiq{flex-shrink:0;color:var(--text-tertiary)}.input-group.svelte-cp7tiq:focus-within .input-icon:where(.svelte-cp7tiq){color:var(--color-primary)}.input-group.svelte-cp7tiq input:where(.svelte-cp7tiq){flex:1;background:none;border:none;outline:none;color:var(--text-primary);font-size:var(--text-md);padding:var(--space-md) 0;font-family:inherit}.input-group.svelte-cp7tiq input:where(.svelte-cp7tiq)::placeholder{color:var(--text-disabled)}.input-group.svelte-cp7tiq input:where(.svelte-cp7tiq):disabled{opacity:.5}.btn-primary.svelte-cp7tiq{display:flex;align-items:center;justify-content:center;gap:var(--space-sm);width:100%;padding:var(--space-md) var(--space-xl);border:none;border-radius:var(--radius-lg);background:linear-gradient(135deg,var(--color-primary),var(--color-primary-dark));color:#fff;font-size:var(--text-md);font-weight:600;font-family:inherit;cursor:pointer;transition:transform var(--transition-fast),box-shadow var(--transition-base),opacity var(--transition-base);box-shadow:0 2px 12px #20986940}.btn-primary.svelte-cp7tiq:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 20px #20986959}.btn-primary.svelte-cp7tiq:active:not(:disabled){transform:translateY(0)}.btn-primary.svelte-cp7tiq:disabled{opacity:.5;cursor:not-allowed}.btn-secondary.svelte-cp7tiq{display:inline-flex;align-items:center;justify-content:center;padding:var(--space-sm) var(--space-xl);border:1px solid var(--border-default);border-radius:var(--radius-md);background:var(--surface-1);color:var(--text-secondary);font-size:var(--text-base);font-family:inherit;cursor:pointer;transition:background var(--transition-base),color var(--transition-base)}.btn-secondary.svelte-cp7tiq:hover{background:var(--surface-3);color:var(--text-primary)}.spinner.svelte-cp7tiq{width:18px;height:18px;border:2px solid var(--surface-7);border-top-color:#fff;border-radius:var(--radius-full);animation:svelte-cp7tiq-spin .6s linear infinite}@keyframes svelte-cp7tiq-spin{to{transform:rotate(360deg)}}.error-msg.svelte-cp7tiq{text-align:center;font-size:var(--text-sm);color:#f87171;padding:var(--space-sm) var(--space-md);background:#f8717114;border-radius:var(--radius-md)}.success-area.svelte-cp7tiq{display:flex;flex-direction:column;align-items:center;gap:var(--space-md);text-align:center}.success-icon.svelte-cp7tiq{animation:svelte-cp7tiq-pop-in .4s ease-out}@keyframes svelte-cp7tiq-pop-in{0%{transform:scale(0)}70%{transform:scale(1.15)}to{transform:scale(1)}}.check-circle.svelte-cp7tiq{stroke-dasharray:140;stroke-dashoffset:140;animation:svelte-cp7tiq-draw-circle .6s ease-out .1s forwards}@keyframes svelte-cp7tiq-draw-circle{to{stroke-dashoffset:0}}.check-mark.svelte-cp7tiq{stroke-dasharray:40;stroke-dashoffset:40;animation:svelte-cp7tiq-draw-check .4s ease-out .5s forwards}@keyframes svelte-cp7tiq-draw-check{to{stroke-dashoffset:0}}.success-title.svelte-cp7tiq{font-size:var(--text-xl);font-weight:600;color:#34d399}.success-detail.svelte-cp7tiq{font-size:var(--text-base);color:var(--text-secondary);line-height:1.5}.success-detail.svelte-cp7tiq strong:where(.svelte-cp7tiq){color:var(--text-primary)}.app-layout.svelte-nk9hyl{display:flex;flex-direction:column;flex:1;overflow:hidden}.header.svelte-nk9hyl{padding:var(--space-md) var(--space-lg);display:flex;align-items:center;border-bottom:1px solid var(--border-subtle);flex-shrink:0}.header.svelte-nk9hyl .title:where(.svelte-nk9hyl){display:flex;flex:1;align-items:center;gap:var(--space-sm)}.header.svelte-nk9hyl .title:where(.svelte-nk9hyl) .nome-completo:where(.svelte-nk9hyl){font-size:var(--text-md);color:var(--text-secondary)}.sidebar.svelte-nk9hyl{display:none;flex-direction:column;width:var(--sidebar-width);background-color:var(--color-bg-elevated);border-right:1px solid var(--border-subtle);padding:var(--space-lg) 0;overflow-y:auto;flex-shrink:0}.sidebar-header.svelte-nk9hyl{display:flex;align-items:center;gap:var(--space-sm);padding:0 var(--space-lg) var(--space-lg);border-bottom:1px solid var(--border-subtle);margin-bottom:var(--space-sm)}.sidebar-brand.svelte-nk9hyl{font-size:var(--text-lg);font-weight:600;color:var(--text-primary)}.sidebar-links.svelte-nk9hyl{display:flex;flex-direction:column;gap:2px}.sidebar-divider.svelte-nk9hyl{height:1px;background:var(--border-subtle);margin:var(--space-sm) var(--space-lg)}.nav-link.svelte-nk9hyl{display:flex;align-items:center;gap:var(--space-md);padding:var(--space-sm) var(--space-lg);color:var(--text-secondary);fill:var(--text-secondary);font-size:var(--text-base);transition:background-color var(--transition-fast),color var(--transition-fast);text-decoration:none}.nav-link.svelte-nk9hyl:hover{background-color:var(--surface-3);color:var(--text-primary);fill:var(--text-primary)}.nav-link.svelte-nk9hyl.ativo{background-color:var(--surface-4);color:var(--text-primary);fill:var(--text-primary);border-left:3px solid var(--color-primary);padding-left:calc(var(--space-lg) - 3px)}.nav-alert.svelte-nk9hyl{color:var(--dourado);fill:var(--dourado)}.nav-admin.svelte-nk9hyl{font-size:var(--text-sm);color:var(--text-tertiary);fill:var(--text-tertiary)}.versoes.svelte-nk9hyl{padding:var(--space-sm) var(--space-lg);font-size:var(--text-xs);text-align:center;color:var(--text-tertiary)}.sidebar-footer.svelte-nk9hyl{margin-top:auto;border-top:1px solid var(--border-subtle);padding:var(--space-md) var(--space-lg);display:flex;flex-direction:column;gap:var(--space-xs)}.sidebar-email.svelte-nk9hyl{font-size:var(--text-xs);color:var(--text-tertiary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-sair.svelte-nk9hyl{color:var(--text-secondary);fill:var(--text-secondary);padding:var(--space-xs) 0;background:none;font-size:var(--text-sm)}.sidebar-sair.svelte-nk9hyl:hover{color:var(--color-error);fill:var(--color-error);background:none}.bottom-nav.svelte-nk9hyl{display:flex;justify-content:space-around;align-items:center;background-color:var(--color-bg-elevated);border-top:1px solid var(--border-subtle);padding:var(--space-xs) 0;padding-bottom:max(var(--space-xs),env(safe-area-inset-bottom));flex-shrink:0;min-height:var(--nav-height);box-sizing:border-box}.bottom-nav-item.svelte-nk9hyl{display:flex;flex-direction:column;align-items:center;gap:2px;padding:var(--space-xs) var(--space-sm);color:var(--text-tertiary);fill:var(--text-tertiary);font-size:var(--text-xs);background:none;border:none;border-radius:var(--radius-md);text-decoration:none;transition:color var(--transition-fast);cursor:pointer;min-width:64px}.bottom-nav-item.svelte-nk9hyl:hover{background:none;color:var(--text-secondary);fill:var(--text-secondary)}.bottom-nav-item.svelte-nk9hyl.ativo{color:var(--color-primary-light);fill:var(--color-primary-light)}.nav-overlay.svelte-nk9hyl{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:90}.nav-drawer.svelte-nk9hyl{position:fixed;bottom:0;left:0;right:0;z-index:91;background:var(--color-bg-elevated);border-top-left-radius:var(--radius-xl);border-top-right-radius:var(--radius-xl);max-height:70vh;overflow-y:auto;box-shadow:var(--shadow-xl)}.nav-drawer.svelte-nk9hyl .sidebar:where(.svelte-nk9hyl){display:flex;width:100%;border-right:none}.content.svelte-nk9hyl{display:flex;flex-direction:column;align-items:flex-start;flex:1;padding:var(--space-md);gap:var(--space-md);box-sizing:border-box;overflow:hidden;position:relative}.content-center.svelte-nk9hyl{align-items:center;justify-content:center}.loading.svelte-nk9hyl{display:flex;align-items:center;justify-content:center;position:absolute;top:0;right:0;bottom:0;left:0}.loading.svelte-nk9hyl svg:where(.svelte-nk9hyl){animation:svelte-nk9hyl-spin 2s infinite linear}@keyframes svelte-nk9hyl-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.mensagem-offline.svelte-nk9hyl{display:flex;flex-direction:column;gap:var(--space-xl);flex:1;align-items:center;justify-content:center;font-size:var(--text-3xl);color:var(--text-secondary)}.apostas.svelte-nk9hyl{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-md);width:100%;overflow:auto}.apostas.svelte-nk9hyl .aposta-listagem:where(.svelte-nk9hyl){background-color:var(--surface-2);border-radius:var(--radius-md);display:flex;flex-direction:column;gap:var(--space-sm);padding:var(--space-md);transition:background-color var(--transition-fast);border:1px solid transparent}.apostas.svelte-nk9hyl .aposta-listagem:where(.svelte-nk9hyl):hover{background-color:var(--surface-4);border-color:var(--border-subtle)}.apostas.svelte-nk9hyl .aposta-listagem:where(.svelte-nk9hyl).finalizada{opacity:.4}.apostas.svelte-nk9hyl .aposta-listagem:where(.svelte-nk9hyl) .aposta-info:where(.svelte-nk9hyl){display:flex;flex-direction:column;gap:var(--space-md);margin-left:var(--space-sm)}.apostas.svelte-nk9hyl .aposta-listagem:where(.svelte-nk9hyl) .valor-estimado:where(.svelte-nk9hyl){font-size:1.8rem;color:var(--text-primary)}.apostas.svelte-nk9hyl .aposta-listagem:where(.svelte-nk9hyl) .data-proximo-sorteio:where(.svelte-nk9hyl){display:flex;gap:var(--space-sm);align-items:center}.apostas.svelte-nk9hyl .aposta-listagem:where(.svelte-nk9hyl) .nome-loteria:where(.svelte-nk9hyl){font-size:var(--text-base);color:var(--text-secondary)}.apostas.svelte-nk9hyl .aposta-listagem:where(.svelte-nk9hyl) .adicionar-novo:where(.svelte-nk9hyl){background-color:transparent;border:none;height:100%;width:100%;min-height:140px;display:flex;align-items:center;justify-content:center;opacity:.5;transition:opacity var(--transition-fast)}.apostas.svelte-nk9hyl .aposta-listagem:where(.svelte-nk9hyl) .adicionar-novo:where(.svelte-nk9hyl):hover{opacity:1}.apostas.svelte-nk9hyl .aposta-listagem:where(.svelte-nk9hyl) .barra-progresso:where(.svelte-nk9hyl){width:100%;height:6px;border-radius:var(--radius-full);overflow:hidden;background-color:var(--surface-4)}.apostas.svelte-nk9hyl .aposta-listagem:where(.svelte-nk9hyl) .barra-progresso:where(.svelte-nk9hyl) .progresso:where(.svelte-nk9hyl){background-color:var(--color-indigo-dark);height:100%;border-radius:var(--radius-full);transition:width var(--transition-slow)}.aposta-consulta.svelte-nk9hyl{margin:0 auto;display:flex;flex-direction:column;overflow:hidden;gap:var(--space-md)}.aposta-consulta.svelte-nk9hyl .loteria:where(.svelte-nk9hyl){display:flex;align-items:center;justify-content:center;gap:var(--space-md);padding:var(--space-md) 0}.aposta-consulta.svelte-nk9hyl .loteria:where(.svelte-nk9hyl) .nome-loteria:where(.svelte-nk9hyl){font-size:var(--text-3xl)}.aposta-consulta.svelte-nk9hyl .detalhes-numeros-concurso:where(.svelte-nk9hyl){display:flex;gap:var(--space-md);flex-wrap:wrap;justify-content:center}.aposta-consulta.svelte-nk9hyl .detalhes-numeros-concurso:where(.svelte-nk9hyl) .detalhes-numeros-concurso-grupo:where(.svelte-nk9hyl){display:flex;gap:var(--space-md);justify-content:center}.aposta-consulta.svelte-nk9hyl .detalhes-numeros-concurso:where(.svelte-nk9hyl) .detalhes-numeros-concurso-grupo:where(.svelte-nk9hyl) .bloco:where(.svelte-nk9hyl){display:flex;flex-direction:column;align-items:center}.aposta-consulta.svelte-nk9hyl .detalhes-numeros-concurso:where(.svelte-nk9hyl) .detalhes-numeros-concurso-grupo:where(.svelte-nk9hyl) .bloco:where(.svelte-nk9hyl) .numero:where(.svelte-nk9hyl){font-size:var(--text-xl)}.aposta-consulta.svelte-nk9hyl .detalhes-numeros-concurso:where(.svelte-nk9hyl) .detalhes-numeros-concurso-grupo:where(.svelte-nk9hyl) .bloco:where(.svelte-nk9hyl) .descricao:where(.svelte-nk9hyl){color:var(--text-secondary);font-size:var(--text-sm);max-width:10ch;text-align:center}.aposta-consulta.svelte-nk9hyl .valor-premios:where(.svelte-nk9hyl){display:flex;flex-direction:column;align-items:center}.aposta-consulta.svelte-nk9hyl .valor-premios:where(.svelte-nk9hyl) .valor:where(.svelte-nk9hyl){font-size:var(--text-xl);display:flex;align-items:center;justify-content:center;gap:var(--space-md)}.aposta-consulta.svelte-nk9hyl .valor-premios:where(.svelte-nk9hyl) .descricao:where(.svelte-nk9hyl){color:var(--text-secondary);font-size:var(--text-sm);text-align:center}.aposta-consulta.svelte-nk9hyl .botao-mostrar-numeros:where(.svelte-nk9hyl){display:flex;align-items:center;justify-content:center;gap:var(--space-sm);font-size:var(--text-xs);padding:var(--space-xs) var(--space-sm);color:var(--text-secondary);align-self:center}.aposta-consulta.svelte-nk9hyl .expandir-fechar-todos:where(.svelte-nk9hyl){display:flex;gap:var(--space-md);align-items:center;justify-content:center;fill:var(--text-secondary)}.aposta-consulta.svelte-nk9hyl .expandir-fechar-todos:where(.svelte-nk9hyl) button:where(.svelte-nk9hyl){font-size:var(--text-xs);padding:var(--space-xs) var(--space-sm);color:var(--text-secondary)}.aposta-consulta.svelte-nk9hyl .botoes-acoes:where(.svelte-nk9hyl){margin-top:var(--space-2xl);display:flex;flex:1;align-items:center;justify-content:center;gap:var(--space-sm)}.aposta-consulta.svelte-nk9hyl .botoes-acoes:where(.svelte-nk9hyl) .botao-remover:where(.svelte-nk9hyl){background-color:#e5393526;color:var(--color-error)}.aposta-consulta.svelte-nk9hyl .botoes-acoes:where(.svelte-nk9hyl) .botao-remover:where(.svelte-nk9hyl):hover{background-color:#e5393540}.aposta-inclusao.svelte-nk9hyl{margin:0 auto;max-width:100%;display:flex;flex-direction:column;gap:var(--space-md)}.aposta-inclusao.svelte-nk9hyl .seletor-wrapper:where(.svelte-nk9hyl){position:relative;overflow:hidden}.aposta-inclusao.svelte-nk9hyl .seletor-loteria:where(.svelte-nk9hyl){display:flex;align-items:center;gap:var(--space-xs);overflow-x:auto;padding:var(--space-sm);max-width:100%;scrollbar-width:none}.aposta-inclusao.svelte-nk9hyl .seletor-loteria:where(.svelte-nk9hyl)::-webkit-scrollbar{display:none}.aposta-inclusao.svelte-nk9hyl .loteria-opcao:where(.svelte-nk9hyl){display:flex;align-items:center;justify-content:center;gap:var(--space-sm);font-size:var(--text-base);border-radius:var(--radius-md);background-color:var(--surface-5);padding:var(--space-xs) var(--space-md);white-space:nowrap;transition:background-color var(--transition-fast)}.aposta-inclusao.svelte-nk9hyl .loteria-opcao.selecionada:where(.svelte-nk9hyl){background-color:var(--surface-7)}.aposta-inclusao.svelte-nk9hyl .mensagem-escolha-loteria:where(.svelte-nk9hyl){font-size:var(--text-base);text-align:center;color:var(--text-secondary)}.aposta-inclusao.svelte-nk9hyl .seletor-teimosinha:where(.svelte-nk9hyl){display:flex;align-items:center;gap:var(--space-xs);overflow-x:auto;padding:var(--space-sm);scrollbar-width:none}.aposta-inclusao.svelte-nk9hyl .seletor-teimosinha:where(.svelte-nk9hyl)::-webkit-scrollbar{display:none}.aposta-inclusao.svelte-nk9hyl .chevron-scroll:where(.svelte-nk9hyl){position:absolute;top:0;bottom:0;width:48px;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;z-index:2;padding:0;color:var(--text-icon)}.aposta-inclusao.svelte-nk9hyl .chevron-scroll:where(.svelte-nk9hyl):active{opacity:.7}.aposta-inclusao.svelte-nk9hyl .chevron-esq:where(.svelte-nk9hyl){left:0;background:linear-gradient(to right,var(--color-bg) 30%,transparent);padding-right:16px}.aposta-inclusao.svelte-nk9hyl .chevron-dir:where(.svelte-nk9hyl){right:0;background:linear-gradient(to left,var(--color-bg) 30%,transparent);padding-left:16px}.aposta-inclusao.svelte-nk9hyl .linha-detalhe-concurso:where(.svelte-nk9hyl) label:where(.svelte-nk9hyl){display:inline-block;width:14ch}.aposta-inclusao.svelte-nk9hyl .teimosinha-opcao:where(.svelte-nk9hyl){display:flex;align-items:center;justify-content:center;gap:var(--space-sm);font-size:var(--text-base);border-radius:var(--radius-md);background-color:var(--surface-5);padding:var(--space-xs) var(--space-md);white-space:nowrap;transition:background-color var(--transition-fast)}.aposta-inclusao.svelte-nk9hyl .teimosinha-opcao.selecionada:where(.svelte-nk9hyl){background-color:var(--surface-7)}.aposta-inclusao.svelte-nk9hyl textarea:where(.svelte-nk9hyl){width:100%;height:150px}.aposta-inclusao.svelte-nk9hyl .botoes-acoes:where(.svelte-nk9hyl){display:flex;flex:1;align-items:center;justify-content:center;gap:var(--space-sm)}.aposta-inclusao.svelte-nk9hyl .botoes-acoes:where(.svelte-nk9hyl) .botao-salvar:where(.svelte-nk9hyl){background-color:var(--color-indigo)}.aposta-inclusao.svelte-nk9hyl .botoes-acoes:where(.svelte-nk9hyl) .botao-salvar:where(.svelte-nk9hyl):hover{background-color:var(--color-indigo-dark)}.aposta-inclusao.svelte-nk9hyl .botoes-acoes:where(.svelte-nk9hyl) .botao-mostrar-mais-detalhes:where(.svelte-nk9hyl).ativo{background-color:var(--surface-7)}.lista-resultados.svelte-nk9hyl{display:flex;flex-direction:column;gap:var(--space-sm);overflow:auto;padding:var(--space-sm);box-sizing:border-box;width:100%}.lista-resultados.svelte-nk9hyl .resultado:where(.svelte-nk9hyl){border-radius:var(--radius-md);background-color:var(--surface-1);border:1px solid var(--border-strong);transition:background-color var(--transition-fast)}.lista-resultados.svelte-nk9hyl .resultado:where(.svelte-nk9hyl).hoje{border-color:var(--color-amber-dark)}.lista-resultados.svelte-nk9hyl .resultado:where(.svelte-nk9hyl) .resultado-header:where(.svelte-nk9hyl){all:unset;display:flex;flex-direction:column;align-items:center;width:100%;padding:var(--space-md);box-sizing:border-box;cursor:pointer}.lista-resultados.svelte-nk9hyl .resultado:where(.svelte-nk9hyl) .resultado-header:where(.svelte-nk9hyl):hover{background-color:var(--surface-4);border-radius:var(--radius-md)}.lista-resultados.svelte-nk9hyl .resultado:where(.svelte-nk9hyl) .chevron:where(.svelte-nk9hyl){fill:var(--text-secondary);transition:transform .2s ease;margin-top:var(--space-xs)}.lista-resultados.svelte-nk9hyl .resultado:where(.svelte-nk9hyl) .chevron:where(.svelte-nk9hyl).expandido{transform:rotate(180deg)}.lista-resultados.svelte-nk9hyl .resultado:where(.svelte-nk9hyl) .valor:where(.svelte-nk9hyl){font-size:var(--text-3xl);text-align:center}.lista-resultados.svelte-nk9hyl .resultado:where(.svelte-nk9hyl) .nome-loteria:where(.svelte-nk9hyl){font-size:var(--text-2xl);display:flex;justify-content:center;gap:var(--space-sm)}.lista-resultados.svelte-nk9hyl .resultado:where(.svelte-nk9hyl) .blocos:where(.svelte-nk9hyl){display:flex;gap:var(--space-sm);align-items:flex-end;justify-content:center}.lista-resultados.svelte-nk9hyl .resultado:where(.svelte-nk9hyl) .blocos:where(.svelte-nk9hyl) div:where(.svelte-nk9hyl){text-align:center}.lista-resultados.svelte-nk9hyl .resultado:where(.svelte-nk9hyl) .blocos:where(.svelte-nk9hyl) .info-principal:where(.svelte-nk9hyl){font-size:var(--text-lg)}.lista-resultados.svelte-nk9hyl .resultado:where(.svelte-nk9hyl) .blocos:where(.svelte-nk9hyl) .info-secundaria:where(.svelte-nk9hyl){font-size:var(--text-base)}.lista-resultados.svelte-nk9hyl .resultado:where(.svelte-nk9hyl) .blocos:where(.svelte-nk9hyl) .descricao:where(.svelte-nk9hyl){font-size:var(--text-sm);color:var(--text-secondary);text-align:center}.lista-resultados.svelte-nk9hyl .resultado:where(.svelte-nk9hyl) .mensagem-acumulado:where(.svelte-nk9hyl){display:flex;align-items:center;justify-content:center;gap:var(--space-sm);font-size:var(--text-xl);color:var(--color-amber);fill:var(--color-amber)}.lista-resultados.svelte-nk9hyl .resultado:where(.svelte-nk9hyl) .mensagem-finalizado:where(.svelte-nk9hyl){display:flex;align-items:center;justify-content:center;gap:var(--space-sm);font-size:var(--text-sm);color:var(--color-error);fill:var(--color-error)}.lista-resultados.svelte-nk9hyl .resultado:where(.svelte-nk9hyl) .detalhes-loteria:where(.svelte-nk9hyl){padding:0 var(--space-md) var(--space-md);border-top:1px solid var(--border-strong)}.lista-resultados.svelte-nk9hyl .resultado:where(.svelte-nk9hyl) .detalhes-loteria:where(.svelte-nk9hyl) .detalhes-descricao:where(.svelte-nk9hyl){font-size:var(--text-sm);color:var(--text-secondary);padding:var(--space-sm) 0;text-align:center}.lista-resultados.svelte-nk9hyl .resultado:where(.svelte-nk9hyl) .detalhes-loteria:where(.svelte-nk9hyl) .tabela-wrapper:where(.svelte-nk9hyl){overflow-x:auto;-webkit-overflow-scrolling:touch}.lista-resultados.svelte-nk9hyl .resultado:where(.svelte-nk9hyl) .detalhes-loteria:where(.svelte-nk9hyl) .tabela-probabilidades:where(.svelte-nk9hyl){width:100%;border-collapse:collapse;font-size:var(--text-sm);white-space:nowrap}.lista-resultados.svelte-nk9hyl .resultado:where(.svelte-nk9hyl) .detalhes-loteria:where(.svelte-nk9hyl) .tabela-probabilidades:where(.svelte-nk9hyl) th:where(.svelte-nk9hyl),.lista-resultados.svelte-nk9hyl .resultado:where(.svelte-nk9hyl) .detalhes-loteria:where(.svelte-nk9hyl) .tabela-probabilidades:where(.svelte-nk9hyl) td:where(.svelte-nk9hyl){padding:var(--space-xs) var(--space-sm);text-align:center;border-bottom:1px solid var(--border-subtle)}.lista-resultados.svelte-nk9hyl .resultado:where(.svelte-nk9hyl) .detalhes-loteria:where(.svelte-nk9hyl) .tabela-probabilidades:where(.svelte-nk9hyl) th:where(.svelte-nk9hyl){color:var(--text-secondary);font-weight:600;position:sticky;top:0;background-color:var(--surface-1)}.lista-resultados.svelte-nk9hyl .resultado:where(.svelte-nk9hyl) .detalhes-loteria:where(.svelte-nk9hyl) .tabela-probabilidades:where(.svelte-nk9hyl) tbody:where(.svelte-nk9hyl) tr:where(.svelte-nk9hyl):hover{background-color:var(--surface-4)}.lista-resultados.svelte-nk9hyl .resultado:where(.svelte-nk9hyl) .detalhes-loteria:where(.svelte-nk9hyl) .tabela-probabilidades:where(.svelte-nk9hyl) td:where(.svelte-nk9hyl):first-child,.lista-resultados.svelte-nk9hyl .resultado:where(.svelte-nk9hyl) .detalhes-loteria:where(.svelte-nk9hyl) .tabela-probabilidades:where(.svelte-nk9hyl) td:where(.svelte-nk9hyl):nth-child(2){font-weight:500}.numeros-jogados.svelte-nk9hyl{display:flex;flex-direction:column;gap:var(--space-sm);align-items:center}.numeros-jogados.svelte-nk9hyl .linha-numeros:where(.svelte-nk9hyl){display:flex;flex-wrap:wrap;gap:var(--space-sm)}.numeros-jogados.svelte-nk9hyl .linha-numeros:where(.svelte-nk9hyl) .numero:where(.svelte-nk9hyl){min-width:2ch;text-align:center}.resultados.svelte-nk9hyl{overflow:auto;padding-right:var(--space-md);gap:var(--space-sm)}.resultados.svelte-nk9hyl .resultado:where(.svelte-nk9hyl){margin:var(--space-xs) 0;display:flex;align-items:center;padding:var(--space-xs) var(--space-sm);gap:var(--space-sm);border-radius:var(--radius-md);transition:background-color var(--transition-fast)}.resultados.svelte-nk9hyl .resultado:where(.svelte-nk9hyl):hover{background-color:var(--surface-4)}.resultados.svelte-nk9hyl .premios:where(.svelte-nk9hyl){display:flex;align-items:center;padding-left:var(--space-lg);gap:var(--space-sm);margin-bottom:var(--space-xs);flex-wrap:wrap}.resultados.svelte-nk9hyl .conferencia-dezenas:where(.svelte-nk9hyl){padding-left:var(--space-lg);display:flex;flex-direction:column;gap:2px}.resultados.svelte-nk9hyl .conferencia-dezenas:where(.svelte-nk9hyl).fechado{overflow:hidden;height:0}.resultados.svelte-nk9hyl .conferencia-numeros:where(.svelte-nk9hyl){display:flex;align-items:center;font-size:var(--text-xl);padding:var(--space-xs) var(--space-sm);border-radius:var(--radius-md);gap:2px}.resultados.svelte-nk9hyl .conferencia-numeros:where(.svelte-nk9hyl):nth-child(2n){background-color:var(--surface-3)}.resultados.svelte-nk9hyl .conferencia-numeros:where(.svelte-nk9hyl):hover{background-color:var(--surface-4)}.resultados.svelte-nk9hyl .conferencia-numeros:where(.svelte-nk9hyl) .lista-numeros:where(.svelte-nk9hyl){display:flex;flex:1;flex-wrap:wrap}.resultados.svelte-nk9hyl .conferencia-numeros:where(.svelte-nk9hyl) .lista-numeros:where(.svelte-nk9hyl) .numero:where(.svelte-nk9hyl){width:3ch;text-align:center}.resultados.svelte-nk9hyl .conferencia-numeros:where(.svelte-nk9hyl) .lista-numeros:where(.svelte-nk9hyl) .numero:where(.svelte-nk9hyl).acerto{color:var(--verde);font-weight:600}.resumo.svelte-nk9hyl{display:flex;flex-direction:column;gap:var(--space-sm);padding-right:var(--space-md);overflow:auto}.resumo.svelte-nk9hyl .resumo-loteria:where(.svelte-nk9hyl){border-radius:var(--radius-md);background-color:var(--surface-1)}.resumo.svelte-nk9hyl .resumo-loteria:where(.svelte-nk9hyl) .resultado:where(.svelte-nk9hyl){background-color:var(--surface-1)}.resumo.svelte-nk9hyl .resumo-loteria:where(.svelte-nk9hyl) .nome-loteria:where(.svelte-nk9hyl){margin:var(--space-sm);font-size:var(--text-2xl)}.quantidade-acertos.svelte-nk9hyl{margin-left:var(--space-lg);font-size:var(--text-sm)}.meses-sorte.svelte-nk9hyl{display:flex;flex-direction:column;gap:var(--space-xs);padding:var(--space-sm);background-color:var(--surface-2);border-radius:var(--radius-md)}.meses-sorte.svelte-nk9hyl .meses-sorte-titulo:where(.svelte-nk9hyl){font-weight:500;font-size:var(--text-sm)}.meses-sorte.svelte-nk9hyl .mes-sorte-linha:where(.svelte-nk9hyl){display:flex;align-items:center;gap:var(--space-sm)}.meses-sorte.svelte-nk9hyl .mes-sorte-linha:where(.svelte-nk9hyl) .mes-sorte-jogo:where(.svelte-nk9hyl){font-size:var(--text-sm);min-width:5ch}.meses-sorte.svelte-nk9hyl .mes-sorte-linha:where(.svelte-nk9hyl) select:where(.svelte-nk9hyl){flex:1;padding:var(--space-xs) var(--space-sm);border-radius:var(--radius-md);border:1px solid var(--surface-4);background-color:var(--surface-1);color:var(--text-icon);font-size:var(--text-sm)}.mes-sorte-tag.svelte-nk9hyl{margin-left:var(--space-sm);padding:1px var(--space-sm);border-radius:var(--radius-md);background-color:var(--surface-3);font-size:var(--text-sm);white-space:nowrap}.mes-conferencia.svelte-nk9hyl{margin-left:var(--space-sm);white-space:nowrap}.mes-conferencia.svelte-nk9hyl.acerto-mes{color:var(--verde);font-weight:600}.mes-sorteado.svelte-nk9hyl{padding:var(--space-xs) var(--space-lg);font-size:var(--text-sm)}.overlay-drag-drop.svelte-nk9hyl{position:fixed;top:0;right:0;bottom:0;left:0;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#0006;display:flex;align-items:center;justify-content:center;z-index:100}.overlay-drag-drop.svelte-nk9hyl .mensagem:where(.svelte-nk9hyl){display:flex;flex-direction:column;align-items:center;gap:var(--space-md);font-size:var(--text-2xl);color:var(--text-icon)}.importacao.svelte-nk9hyl{display:flex;flex-direction:column;gap:var(--space-sm);overflow:auto;padding:var(--space-sm);box-sizing:border-box;width:100%}.importacao.svelte-nk9hyl .jogo:where(.svelte-nk9hyl){display:flex;flex-direction:column;padding:var(--space-md);gap:var(--space-sm);border-radius:var(--radius-md);background-color:var(--surface-1);border:1px solid var(--border-strong);align-items:center;transition:background-color var(--transition-fast),border-color var(--transition-fast)}.importacao.svelte-nk9hyl .jogo:where(.svelte-nk9hyl).selecionado{border-color:var(--border-emphasis);background-color:var(--surface-4)}.importacao.svelte-nk9hyl .jogo:where(.svelte-nk9hyl) .numeros:where(.svelte-nk9hyl){word-break:break-all;overflow-wrap:break-word;text-align:center;width:100%}.importacao.svelte-nk9hyl .jogo:where(.svelte-nk9hyl) .titulo:where(.svelte-nk9hyl){display:flex;gap:var(--space-sm)}.importacao.svelte-nk9hyl .jogo:where(.svelte-nk9hyl) .titulo:where(.svelte-nk9hyl) .nome-loteria:where(.svelte-nk9hyl){font-size:var(--text-2xl);display:flex;justify-content:center;gap:var(--space-sm)}.botoes-importacao.svelte-nk9hyl{display:flex;gap:var(--space-sm);justify-content:center;width:100%}.botoes-importacao.svelte-nk9hyl button:where(.svelte-nk9hyl){display:flex;align-items:center;gap:var(--space-xs)}.notification-container.svelte-nk9hyl{position:fixed;top:var(--space-xl);right:var(--space-xl);z-index:1000;display:flex;flex-direction:column;gap:var(--space-md);max-width:400px;pointer-events:none}.notification.svelte-nk9hyl{background-color:var(--color-bg-elevated);color:var(--text-icon);padding:var(--space-md) var(--space-lg);border-radius:var(--radius-md);box-shadow:var(--shadow-md);display:flex;align-items:center;gap:var(--space-sm);opacity:0;transform:translate(100%);transition:all var(--transition-slow);pointer-events:auto;font-size:var(--text-base);min-width:250px;border-left:3px solid var(--border-strong)}.notification.svelte-nk9hyl.visible{opacity:1;transform:translate(0)}.notification.svelte-nk9hyl.notification-error{background-color:#3c2d2df2;border-left-color:#dc646499}.notification.svelte-nk9hyl.notification-success{background-color:#2d3c32f2;border-left-color:#64b47899}.notification.svelte-nk9hyl.notification-info{background-color:#2d323cf2;border-left-color:#6496c899}.notification.svelte-nk9hyl.notification-warning{background-color:#3c372df2;border-left-color:#dcaa6499}.dialog-backdrop.svelte-nk9hyl{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;z-index:50}.dialog-panel.svelte-nk9hyl{position:fixed;top:var(--space-sm);bottom:var(--space-sm);left:var(--space-sm);right:var(--space-sm);z-index:51;background:var(--color-bg);border-radius:var(--radius-lg);display:flex;flex-direction:column;overflow:hidden;box-shadow:var(--shadow-xl)}.dialog-header.svelte-nk9hyl{display:flex;align-items:center;gap:var(--space-md);padding:var(--space-md) var(--space-lg);border-bottom:1px solid var(--border-subtle);flex-shrink:0}.dialog-close.svelte-nk9hyl{display:flex;align-items:center;justify-content:center;background:none;border:none;color:var(--text-secondary);padding:var(--space-xs);border-radius:var(--radius-md);cursor:pointer;flex-shrink:0}.dialog-close.svelte-nk9hyl:hover{background:var(--surface-3);color:var(--text-primary)}.dialog-title.svelte-nk9hyl{font-size:var(--text-lg);font-weight:600;color:var(--text-primary)}.dialog-body.svelte-nk9hyl{flex:1;overflow:auto;padding:var(--space-md);display:flex;flex-direction:column;gap:var(--space-md);position:relative}.dialog-body.svelte-nk9hyl>.loading:where(.svelte-nk9hyl){position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center}@media screen and (min-width: 768px){.app-layout.svelte-nk9hyl{flex-direction:row}.header.svelte-nk9hyl{display:none}.sidebar.svelte-nk9hyl{display:flex}.bottom-nav.svelte-nk9hyl,.nav-overlay.svelte-nk9hyl,.nav-drawer.svelte-nk9hyl{display:none}.content.svelte-nk9hyl{max-width:var(--content-max-width);margin:0 auto;overflow:hidden}.apostas.svelte-nk9hyl{display:flex;flex-wrap:wrap;gap:var(--space-md);overflow:auto}.apostas.svelte-nk9hyl .aposta-listagem:where(.svelte-nk9hyl){background-color:var(--surface-4);border-radius:var(--radius-md);display:flex;flex-direction:column;gap:var(--space-sm);overflow:hidden;min-width:180px}.dialog-panel.svelte-nk9hyl{top:5vh;bottom:5vh;left:50%;right:auto;transform:translate(-50%);width:90%;max-width:700px}}@media screen and (max-width: 767px){.notification-container.svelte-nk9hyl{top:var(--space-md);right:var(--space-md);left:var(--space-md);max-width:none}.notification.svelte-nk9hyl{min-width:auto}}
