*{box-sizing:border-box}:root{overscroll-behavior:none;--color-brand: #2910d0;--color-accent: #05A801;--color-bg: #bababa;--color-surface: rgba(255, 255, 255, .9);--color-surface-solid: #ffffff;--color-border: #e5e5e5;--color-text: #111827;--color-text-muted: #374151;--shadow-soft: 0 4px 18px rgba(0, 0, 0, .06);--shadow-soft-strong: 0 4px 18px rgba(0, 0, 0, .1);--radius-md: 8px;--radius-sm: 6px}html,body{font-family:Poppins,sans-serif;width:100%;overflow-x:hidden;height:100%;margin:0;padding:0;user-select:none;-webkit-user-select:none}.animals-container{display:flex;flex-direction:column;height:100%;max-height:100%;overflow:hidden;padding:4px 2px}.animals-header{flex-shrink:0;border-radius:6px 6px 0 0;background-image:url(/assets/header-tables-K70-vEF6.png);background-repeat:no-repeat;background-size:cover;background-position:center;padding:4px 8px;display:flex;align-items:center;justify-content:flex-start;min-height:56px;font-size:20px;font-weight:700;color:#fff}.provider-header-logo{width:52px;height:52px;object-fit:contain;flex:0 0 52px;margin-right:10px}.provider-header-title{flex:1 1 auto;min-width:0;overflow:hidden;white-space:normal;line-height:1.1;text-align:left;text-wrap:balance;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.supports-flex-gap .animals-header .provider-header-logo,.supports-flex-gap .lottery-header .provider-header-logo{margin-right:0}.supports-flex-gap .animals-header,.supports-flex-gap .lottery-header{gap:10px}.animals-tableContainer{display:flex;flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;border-radius:0 0 6px 6px;border:1px solid var(--color-border);background-color:var(--color-surface-solid);-ms-overflow-style:none;scrollbar-width:none}.lottery-container:focus,.lottery-tableContainer:focus,.lottery-table:focus,.lottery-table td:focus,.lottery-table th:focus{outline:none}.animals-container:focus,.animals-tableContainer:focus,.animals-table:focus,.animals-table td:focus,.animals-table th:focus{outline:none}.animals-tableContainer::-webkit-scrollbar{display:none;width:0;height:0}.animals-table{width:100%;table-layout:fixed;border-collapse:collapse}.animals-table td{vertical-align:middle}.animals-row{border-bottom:1px solid var(--color-border)}.animals-rowEven{background-color:#f9fafb}.animals-rowOdd{background-color:#fff}.animals-cell-hour{padding:8px 4px;text-align:center;font-weight:600;color:var(--color-text);font-size:14px;line-height:1}.animals-cell-animal{padding:0;text-align:center}.animals-number{font-size:27px;font-weight:700;line-height:1;color:var(--color-text)}.animals-name{font-size:11px;font-weight:600;line-height:1.2;color:var(--color-text-muted)}.animals-cell-image{padding:8px 4px;text-align:center;height:50px}.animals-image{display:block;width:50px;height:auto;object-fit:contain;border-radius:6px;margin:0 auto}.animals-emoji{display:block;width:50px;height:50px;line-height:50px;text-align:center;font-size:32px;margin:0 auto}.header{width:100%;background:var(--color-brand);color:#fff;padding-bottom:4px;padding-top:4px;margin:0}.header-container{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:0 15px}.header-logo{height:38px;width:auto;background-repeat:no-repeat;background-position:left center;background-size:contain}.header-title{font-size:20px;font-weight:700;padding:0;margin:0;text-align:center}.header-dateContainer{display:flex;justify-content:flex-end;align-items:center;gap:8px;padding:0}.header-dateText{font-size:20px;font-weight:600;margin:0;white-space:nowrap}.header-timeText{font-size:20px;font-weight:600;margin:0;display:inline-block;font-variant-numeric:tabular-nums;font-feature-settings:"tnum" 1,"lnum" 1;min-width:11ch;text-align:right}.layout-root{display:flex;height:100vh;max-height:100vh;flex-direction:column;overflow:hidden;background-color:var(--color-bg)}.layout-loading,.layout-error{display:flex;height:100%;width:100%;align-items:center;justify-content:center;background-color:#f5f5f5}.layout-loadingSpinner{width:48px;height:48px;border:4px solid rgba(16,185,129,.2);border-top-color:#10b981;border-radius:50%;animation:layout_spinner 1s linear infinite}.layout-errorText{font-size:18px;font-weight:600;color:#dc2626}.layout-empty{display:flex;height:100%;width:100%;align-items:center;justify-content:center;text-align:center;background-color:#fff;border:1px solid #e5e5e5;border-radius:6px;padding:16px}.layout-emptyText{font-size:18px;font-weight:600;color:#6b7280}.layout-status{position:absolute;top:0;left:0;right:0;bottom:0;display:none;align-items:center;justify-content:center;padding:16px;z-index:2}.layout-status--visible{display:flex}.layout-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#fff;color:#fff;display:none;align-items:center;justify-content:center;text-align:center;padding:24px;z-index:9999}.layout-overlay--visible{display:flex}@keyframes layout_spinner{to{transform:rotate(360deg)}}.layout-main{display:flex;flex:1;min-height:0;max-height:100%;align-items:stretch;overflow:hidden;padding:5px;width:100%;max-width:100%}.layout-main>*{margin-right:4px}.layout-main>*:last-child{margin-right:0}.supports-flex-gap .layout-main{gap:4px}.supports-flex-gap .layout-main>*{margin-right:0}.layout-content{flex:1 1 0;border-radius:var(--radius-md);background-color:var(--color-surface);box-shadow:var(--shadow-soft);max-width:100%;height:100%;min-height:0;overflow:hidden;position:relative}.layout-grid{display:flex;flex-wrap:wrap;width:100%;height:100%;max-height:100%;overflow:hidden}.layout-grid--hidden{visibility:hidden}.layout-grid>*{width:calc(25% + -0px);height:100%;max-height:100%;margin-right:0;margin-bottom:0;overflow:hidden}.layout-grid>*:nth-child(4n){margin-right:0}.footer{width:100%;overflow:hidden;background:var(--color-brand);color:#fff}.footer-container{position:relative;margin:0 auto;width:100%;overflow:hidden;padding:8px 16px}.footer-ticker{display:block;text-align:center;font-size:1.1vw;font-weight:600;text-transform:uppercase;letter-spacing:.12em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lottery-container{display:flex;flex-direction:column;height:100%;max-height:100%;overflow:hidden;padding:4px 2px}.lottery-header{flex-shrink:0;border-radius:6px 6px 0 0;background-image:url(/assets/header-tables-K70-vEF6.png);background-repeat:no-repeat;background-size:cover;background-position:center;padding:4px 8px;display:flex;align-items:center;justify-content:flex-start;min-height:56px;font-size:20px;font-weight:700;color:#fff}.lottery-tableContainer{display:flex;flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;border-radius:0 0 6px 6px;border:1px solid var(--color-border);background-color:var(--color-surface-solid);-ms-overflow-style:none;scrollbar-width:none}.lottery-tableContainer::-webkit-scrollbar{display:none;width:0;height:0}.lottery-table{width:100%;table-layout:fixed;border-collapse:collapse}.lottery-headerRow{background-color:#f9fafb;border-bottom:2px solid var(--color-border)}.lottery-headerCell{padding:6px 4px;text-align:center;font-weight:700;font-size:18px;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em}.lottery-row{border-bottom:1px solid var(--color-border)}.lottery-rowEven{background-color:#f9fafb}.lottery-rowOdd{background-color:#fff}.lottery-cell-hour{padding:8px 4px;text-align:center;font-weight:600;color:var(--color-text);font-size:15px;line-height:1.2}.lottery-cell-number{padding:8px 4px;text-align:center;font-size:18px;font-weight:700;line-height:1.2;color:var(--color-text)}.lottery-cell-zod{padding:8px 4px;text-align:center;font-size:18px;font-weight:700;line-height:1.2;color:var(--color-text-muted)}.lottery-bento-grid{display:flex;flex-wrap:wrap;width:100%;height:100%;max-height:100%;overflow:hidden}.lottery-bento-grid .lottery-small-column{display:flex;flex-direction:column;width:50%;height:100%;overflow:hidden}.lottery-bento-grid .lottery-small-item{flex:1;min-height:0;overflow:hidden;display:flex;flex-direction:column}.lottery-bento-grid .lottery-large-item{width:33%;height:100%;overflow:hidden;display:flex;flex-direction:column}.lottery-bento-grid .lottery-large-item--simple{width:22%}.lottery-bento-grid .lottery-large-item:not(.lottery-large-item--simple){width:56%}.lottery-bento-grid .lottery-small-item>.lottery-container,.lottery-bento-grid .lottery-large-item>.lottery-container{flex:1 1 auto;height:100%}.banner{width:25%;flex:0 0 25%;max-width:25%;border-radius:var(--radius-md);background-color:var(--color-surface);padding:4px;box-shadow:var(--shadow-soft-strong);overflow:hidden}.banner-inner{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;min-height:0;border-radius:6px;padding:16px;background:var(--color-brand);color:#fff;text-align:center}.banner-title{font-size:16px;font-weight:600;text-transform:uppercase;letter-spacing:.12em;margin:0 0 8px}.banner-subtitle{font-size:13px;text-transform:uppercase;letter-spacing:.08em;color:rgba(255,255,255,.85);margin:0}.banner-container{display:flex;flex-direction:column;max-height:100%;overflow:hidden;position:relative;height:100%;min-height:0;border-radius:6px;padding:0;background:#080c11}.banner-content{border-radius:6px;background:var(--color-brand);padding:10px;color:#fff}.banner-image{position:absolute;width:100%;height:100%;border-radius:6px;object-fit:cover;pointer-events:none}.banner-placeholder{position:relative;width:100%;height:100%;border-radius:6px;border:1px solid rgba(255,255,255,.18);background:radial-gradient(120% 70% at 50% -10%,rgba(5,168,1,.16),rgba(5,168,1,0) 55%),linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.01)),#111821;overflow:hidden}.banner-placeholder:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:18px 18px;opacity:.35}.banner-placeholderInner{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:18px 14px;gap:12px}.banner-placeholderBadge{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:1px solid rgba(255,255,255,.24);background:rgba(255,255,255,.08);color:rgba(255,255,255,.92);font-size:10px;font-weight:600;letter-spacing:.08em;padding:6px 10px}.banner-placeholderContent{width:100%;margin-top:auto;margin-bottom:auto;text-align:center}.banner-placeholderTitle{font-size:20px;font-weight:600;text-transform:uppercase;letter-spacing:.14em;color:#f8fafc;margin:0 0 10px}.banner-placeholderSubtitle{font-size:13px;text-transform:uppercase;letter-spacing:.1em;color:rgba(255,255,255,.72);margin:0}.banner-loader{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;display:flex;align-items:center;justify-content:center;background:rgba(8,12,17,.42);backdrop-filter:blur(1px)}.banner-loader--hidden{display:none}.banner-loaderSpinner{width:38px;height:38px;border:3px solid rgba(255,255,255,.22);border-top-color:var(--color-accent);border-radius:50%;animation:layout_spinner .85s linear infinite}@media(max-width:962px){.header-logo{height:30px;width:auto;padding:0}.animals-header{padding:2px 6px;font-size:14px;min-height:42px}.animals-cell-hour{font-size:10px}.animals-number{font-size:20px}.animals-image{width:33px;height:auto}.header-dateText,.header-timeText,.header-title{font-size:15px}.animals-name{font-size:9px}.layout-main{padding-right:5px}.lottery-header{padding:2px 6px;font-size:14px;min-height:42px}.provider-header-logo{width:38px;height:38px;flex-basis:38px;margin-right:8px}.supports-flex-gap .animals-header,.supports-flex-gap .lottery-header{gap:8px}.lottery-cell-hour{font-size:11px}.lottery-cell-number,.lottery-cell-zod{font-size:13px}.lottery-headerCell{font-size:13px;padding:4px 2px}.animals-cell-image{height:40px}.animals-cell-emoji{display:flex;align-items:center;justify-content:center;height:40px}.animals-cell{display:flex;align-items:center}.footer-container{padding:0}.animals-emoji{width:33px;height:33px;line-height:33px;font-size:22px}.animals-container,.lottery-container{padding:4px 2px}}
