:root{--text-color: #000;--button-bg: transparent;--button-text: #000;--button-border: #000;--button-hover-bg: rgba(0,0,0,.1)}@media (prefers-color-scheme: dark){:root{--text-color: #f0f0f0;--button-bg: transparent;--button-text: #f0f0f0;--button-border: #f0f0f0;--button-hover-bg: rgba(255,255,255,.1)}}.page-container.svelte-l1b1nv{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;padding:20px;gap:20px}.image-container.svelte-l1b1nv{display:flex;justify-content:center;width:100%;max-width:600px}.static-sheep.svelte-l1b1nv{max-width:100%;height:auto;border-radius:8px;box-shadow:0 4px 6px #0000001a}.button-container.svelte-l1b1nv{display:flex;justify-content:center;width:100%}.generate-sheep-btn.svelte-l1b1nv{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:1rem;font-weight:500;background-color:var(--button-bg);color:var(--button-text);border:1px solid var(--button-border);padding:.5rem 1rem;border-radius:4px;cursor:pointer;transition:background-color .2s ease;text-transform:uppercase;letter-spacing:.5px}.generate-sheep-btn.svelte-l1b1nv:hover{background-color:var(--button-hover-bg)}.generate-sheep-btn.svelte-l1b1nv svg:where(.svelte-l1b1nv){width:20px;height:20px}.walking-sheep.svelte-l1b1nv{position:fixed;max-height:100px;width:auto;z-index:10;transition:all .5s linear}
