.games-section.svelte-ywvm1q{width:100%}.section-title.svelte-ywvm1q{font-size:1.25rem;font-weight:600;margin-bottom:1.5rem;text-align:center;color:var(--color-foreground)}.loading-state.svelte-ywvm1q{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 2rem;gap:1rem;color:var(--color-muted-foreground)}.loading-state.svelte-ywvm1q svg{color:var(--color-primary)}.error-state.svelte-ywvm1q{display:flex;flex-direction:column;align-items:center;padding:2rem;gap:1rem;border:1px solid var(--color-destructive);border-radius:var(--radius);background-color:oklch(from var(--color-destructive) l c h / .1)}.error-text.svelte-ywvm1q{color:var(--color-destructive);text-align:center}.empty-state.svelte-ywvm1q{display:flex;flex-direction:column;align-items:center;padding:3rem 2rem;border:1px dashed var(--color-border);border-radius:var(--radius);background-color:var(--color-card);text-align:center}.empty-icon.svelte-ywvm1q{color:var(--color-muted-foreground);margin-bottom:1rem;opacity:.5}.empty-text.svelte-ywvm1q{font-size:1.125rem;font-weight:500;color:var(--color-foreground);margin-bottom:.5rem}.empty-subtext.svelte-ywvm1q{font-size:.875rem;color:var(--color-muted-foreground)}.games-list.svelte-ywvm1q{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.game-item.svelte-ywvm1q{display:flex;align-items:stretch;gap:.5rem}.game-card.svelte-ywvm1q{flex:1;display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;background-color:var(--color-card);border:1px solid var(--color-border);border-radius:var(--radius);text-decoration:none;color:var(--color-card-foreground);transition:border-color .2s,background-color .2s}.game-card.svelte-ywvm1q:hover{border-color:var(--color-primary);background-color:var(--color-accent)}.game-name.svelte-ywvm1q{font-weight:500}.game-date.svelte-ywvm1q{font-size:.875rem;color:var(--color-muted-foreground)}.game-item.svelte-ywvm1q .delete-button{flex-shrink:0;color:var(--color-muted-foreground)}.game-item.svelte-ywvm1q .delete-button:hover{color:var(--color-destructive)}.animate-spin{animation:svelte-ywvm1q-spin 1s linear infinite}@keyframes svelte-ywvm1q-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:640px){.game-card.svelte-ywvm1q{flex-direction:column;align-items:flex-start;gap:.25rem}}.create-form.svelte-d3cljl{display:flex;flex-direction:column;gap:1rem;padding:1rem 0}.form-field.svelte-d3cljl{display:flex;flex-direction:column;gap:.5rem}.form-label-row.svelte-d3cljl{display:flex;align-items:center;justify-content:space-between}.form-label.svelte-d3cljl{font-size:.875rem;font-weight:500;color:var(--color-foreground)}.form-hint.svelte-d3cljl{font-size:.75rem;color:var(--color-muted-foreground);margin:0}.create-form.svelte-d3cljl .oracle-btn{width:1.75rem;height:1.75rem;color:var(--color-muted-foreground)}.create-form.svelte-d3cljl .oracle-btn:hover{color:var(--color-primary)}.animate-spin{animation:svelte-d3cljl-spin 1s linear infinite}@keyframes svelte-d3cljl-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.hidden-input.svelte-1uha8ag{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.home-container.svelte-1uha8ag{display:flex;flex-direction:column;align-items:center;padding:2rem 1rem;max-width:800px;margin:0 auto;gap:3rem;position:relative;min-height:calc(100vh - 60px)}.drop-overlay.svelte-1uha8ag{position:fixed;inset:0;z-index:100;display:flex;align-items:center;justify-content:center;background-color:oklch(from var(--color-background) l c h / .95);pointer-events:auto}.drop-content.svelte-1uha8ag{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:3rem;border:2px dashed var(--color-primary);border-radius:var(--radius);background-color:oklch(from var(--color-primary) l c h / .1)}.drop-content.svelte-1uha8ag svg{color:var(--color-primary)}.drop-text.svelte-1uha8ag{font-size:1.25rem;font-weight:500;color:var(--color-foreground)}.hero-section.svelte-1uha8ag{text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem}.hero-icon.svelte-1uha8ag{color:var(--color-primary);margin-bottom:.5rem}.hero-title.svelte-1uha8ag{font-size:2.5rem;font-weight:700;letter-spacing:-.025em;background:linear-gradient(135deg,var(--color-foreground) 0%,var(--color-primary) 50%,var(--color-foreground) 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;line-height:1.2}.hero-description.svelte-1uha8ag{font-size:1.125rem;color:var(--color-muted-foreground);max-width:500px;line-height:1.6}.actions-section.svelte-1uha8ag{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.actions-section.svelte-1uha8ag .action-button{min-width:180px}.home-footer.svelte-1uha8ag{display:flex;flex-direction:column;gap:.5rem;padding:2rem 1rem 1rem;margin-top:auto;text-align:center;border-top:1px solid var(--color-border)}.footer-text.svelte-1uha8ag{font-size:.875rem;color:var(--color-muted-foreground);margin:0;line-height:1.6}.footer-link.svelte-1uha8ag{color:var(--color-primary);text-decoration:none;font-weight:500;transition:opacity .15s}.footer-link.svelte-1uha8ag:hover{opacity:.8;text-decoration:underline}.animate-spin{animation:svelte-1uha8ag-spin 1s linear infinite}@keyframes svelte-1uha8ag-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:640px){.home-container.svelte-1uha8ag{padding:1.5rem 1rem;gap:2rem}.hero-title.svelte-1uha8ag{font-size:1.75rem}.hero-description.svelte-1uha8ag{font-size:1rem}.actions-section.svelte-1uha8ag{flex-direction:column;width:100%}.actions-section.svelte-1uha8ag .action-button{width:100%}}
