*{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent}html,body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;width:100%;height:100%;overflow:hidden;background-color:#fff;color:#000}::-webkit-scrollbar{display:none}*{scrollbar-width:none;-ms-overflow-style:none}#app{height:100%;width:100%;margin:0 auto;position:relative;overflow:hidden;background:#fff}@media screen and (min-width: 768px){#app{width:100%;max-width:100%}body:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background-color:#fff;z-index:-1}.content-container{max-width:1200px;margin:0 auto;padding:0 20px}}@media screen and (max-width: 767px){html{font-size:calc(100vw / 375 * 16)}body{font-size:14px}}@media screen and (orientation: landscape) and (max-width: 900px){html{font-size:calc(100vh / 375 * 16)}}a{text-decoration:none;color:inherit;-webkit-touch-callout:none}ul,ol{list-style:none}button,input,select,textarea{font-family:inherit;font-size:100%;border:none;outline:none;background:transparent;-moz-appearance:none;appearance:none;-webkit-appearance:none}button{cursor:pointer;user-select:none;-webkit-user-select:none}img{max-width:100%;height:auto;display:block;object-fit:cover}body{user-select:none;-webkit-user-select:none}.text-ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}:root{--primary-green: #00bf6f;--dark-bg: #121212;--darker-bg: #000000;--item-bg: #1e1e1e;--red-ball: #ff0000;--green-ball: #00cc00;--blue-ball: #0078ff;--text-color: #ffffff;--secondary-text: #aaaaaa;--border-color: #333333;--primary-gold: #ffd700;--secondary-gold: #ffcc00;--primary-red: #ff3a3a;--glow-red: 0 0 10px #ff0000, 0 0 20px #ff6666;--glow-green: 0 0 10px #00ff00, 0 0 20px #66ff66;--glow-blue: 0 0 10px #0000ff, 0 0 20px #6666ff;--glow-gold: 0 0 10px #ffcc00, 0 0 20px #ffe066;--gradient-gold: linear-gradient(135deg, #ffd700, #ffb700, #ffd700);--gradient-red: linear-gradient(135deg, #ff3a3a, #ff0000, #ff3a3a);--gradient-blue: linear-gradient(135deg, #0078ff, #0000ff, #0078ff);--gradient-green: linear-gradient(135deg, #00d066, #00aa00, #00d066);--bg-dark: #fff;--bg-gradient: linear-gradient(to bottom, #fff, #fff)}body{margin:0;padding:0;background-color:#fff;background-image:none;color:#000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}#app{width:100%;height:100%;margin:0;padding:0;font-weight:400}a{text-decoration:none;color:var(--primary-green);transition:.3s}.h-screen{height:100vh;height:calc(var(--vh, 1vh) * 100)}*{-webkit-tap-highlight-color:transparent}.fade-enter-active,.fade-leave-active{transition:opacity .3s ease}.fade-enter-from,.fade-leave-to{opacity:0}html{font-size:16px}@media screen and (min-width: 1024px){html{font-size:18px}}@media screen and (max-width: 480px){html{font-size:15px}}@media screen and (max-width: 350px){html{font-size:14px}}.pulse{animation:pulse 2s infinite}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.hover-lift{transition:transform .2s ease,box-shadow .2s ease}.hover-lift:hover{transform:translateY(-2px);box-shadow:0 4px 8px #0000004d}.loading-spinner{width:30px;height:30px;border:4px solid rgba(255,215,0,.3);border-radius:50%;border-top-color:var(--primary-gold);box-shadow:0 0 10px #ffd70080;animation:rotate 1s linear infinite}@keyframes rotate{to{transform:rotate(360deg)}}.full-width{width:100%}.full-height{height:100%}.px-2{padding-left:.5rem;padding-right:.5rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.mx-auto{margin-left:auto;margin-right:auto}.overflow-hidden{overflow:hidden}.overflow-scroll{overflow:auto}@keyframes glow-pulse{0%{filter:brightness(1)}50%{filter:brightness(1.3)}to{filter:brightness(1)}}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-5px)}to{transform:translateY(0)}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes shine{0%{background-position:-100% 0}to{background-position:200% 0}}.number-ball{border:2px solid rgba(255,255,255,.3);box-shadow:0 5px 15px #00000080;position:relative;animation:float 3s ease-in-out infinite;overflow:hidden}.number-ball:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(transparent,rgba(255,255,255,.3),transparent);transform:rotate(45deg);animation:shine 3s linear infinite}.number-ball.red{background-image:var(--gradient-red);box-shadow:var(--glow-red);animation-delay:0s}.number-ball.green{background-image:var(--gradient-green);box-shadow:var(--glow-green);animation-delay:.5s}.number-ball.blue{background-image:var(--gradient-blue);box-shadow:var(--glow-blue);animation-delay:1s}.center-title,.detail-title{background-image:var(--gradient-gold);background-clip:text;-webkit-background-clip:text;color:transparent;text-shadow:var(--glow-gold);animation:glow-pulse 2s infinite}.filter-option.active,.series-item.active{position:relative;overflow:hidden;background-image:var(--gradient-gold);box-shadow:var(--glow-gold);border:none;transform:translateY(0);transition:transform .2s}.filter-option.active:hover,.series-item.active:hover{transform:translateY(-2px);box-shadow:0 0 15px #ffd700cc}.category-item{transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden;box-shadow:0 5px 15px #0000004d}.category-item:hover{transform:translateY(-5px);box-shadow:0 10px 20px #00000080}.category-item-header{position:relative;overflow:hidden}.category-item-header:after{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(transparent,rgba(255,255,255,.1),transparent);transform:rotate(45deg);animation:shine 3s linear infinite}.category-item-content span.number{font-size:110%;letter-spacing:1px;text-shadow:0 0 5px currentColor;animation:glow-pulse 2s infinite}.carousel-container{box-shadow:0 10px 30px #00000080;border:1px solid rgba(255,215,0,.3)}.lottery-app:after{content:"";position:fixed;bottom:0;left:0;width:100%;height:5px;background-image:linear-gradient(to right,var(--primary-red),var(--primary-gold),var(--primary-green),var(--primary-blue),var(--primary-gold));z-index:999}.detail-close{background-image:var(--gradient-red);box-shadow:0 0 10px #ff000080}.detail-close:hover{animation:glow-pulse 1s infinite}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#fff}::-webkit-scrollbar-thumb{background:var(--gradient-gold);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:var(--primary-gold)}.category-type-header{position:relative;overflow:hidden;background-color:#fff;border:none;transform:translateY(0);box-shadow:none;border-bottom:1px solid #ccc}:root{--vt-c-white: #ffffff;--vt-c-white-soft: #f8f8f8;--vt-c-white-mute: #f2f2f2;--vt-c-black: #181818;--vt-c-black-soft: #222222;--vt-c-black-mute: #282828;--vt-c-indigo: #2c3e50;--vt-c-divider-light-1: rgba(60, 60, 60, .29);--vt-c-divider-light-2: rgba(60, 60, 60, .12);--vt-c-divider-dark-1: rgba(84, 84, 84, .65);--vt-c-divider-dark-2: rgba(84, 84, 84, .48);--vt-c-text-light-1: var(--vt-c-indigo);--vt-c-text-light-2: rgba(60, 60, 60, .66);--vt-c-text-dark-1: var(--vt-c-white);--vt-c-text-dark-2: rgba(235, 235, 235, .64)}:root{--color-background: var(--vt-c-white);--color-background-soft: var(--vt-c-white-soft);--color-background-mute: var(--vt-c-white-mute);--color-border: var(--vt-c-divider-light-2);--color-border-hover: var(--vt-c-divider-light-1);--color-heading: var(--vt-c-text-light-1);--color-text: var(--vt-c-text-light-1);--section-gap: 160px}*,*:before,*:after{box-sizing:border-box;margin:0;font-weight:400}body{min-height:100vh;color:var(--color-text);background:var(--color-background);transition:color .5s,background-color .5s;line-height:1.6;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:15px;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.red-box{display:inline-block;background:red;color:#fff;border-radius:4px;padding:2px 6px;margin:1px 2px;font-weight:700}.blue-box{display:inline-block;background:#0078ff;color:#fff;border-radius:4px;padding:2px 6px;margin:1px 2px;font-weight:700}.green-box{display:inline-block;background:#0c0;color:#fff;border-radius:4px;padding:2px 6px;margin:1px 2px;font-weight:700}[data-v-017fc761]:root{--primary-green: #00bf6f;--dark-bg: #121212;--darker-bg: #000000;--item-bg: #1e1e1e;--red-ball: #ff0000;--green-ball: #00cc00;--blue-ball: #0078ff;--text-color: #ffffff;--secondary-text: #aaaaaa;--border-color: #333333;--h-ball: #4921d9}.red-box[data-v-017fc761]{display:inline-block;width:20px;height:20px;line-height:20px;text-align:center;background-color:red;color:#fff;font-weight:700;font-size:10px;margin:1px}.blue-box[data-v-017fc761]{display:inline-block;width:20px;height:20px;line-height:20px;text-align:center;background-color:#0078ff;color:#fff;font-weight:700;font-size:10px;margin:1px}.green-box[data-v-017fc761]{display:inline-block;width:20px;height:20px;line-height:20px;text-align:center;background-color:#0c0;color:#fff;font-weight:700;font-size:10px;margin:1px}.category-table[data-v-017fc761]{width:100%;border-collapse:collapse;margin-bottom:10px;background-color:transparent}.category-table tbody tr[data-v-017fc761]{border-bottom:1px solid #333}.category-table tbody tr[data-v-017fc761]:last-child{border-bottom:none}.category-label[data-v-017fc761]{width:100px;padding:5px;font-weight:700;color:#111!important;background-color:#fff!important}.category-data[data-v-017fc761]{padding:1px;color:#111!important}.float-download-btn[data-v-017fc761]{position:fixed;z-index:2001;width:56px;height:56px;border-radius:50%;background:#00bf6f;color:#fff;top:770%;box-shadow:0 4px 16px #0000002e;display:flex;align-items:center;justify-content:center;cursor:grab;-webkit-user-select:none;user-select:none;transition:box-shadow .2s}.float-download-btn[data-v-017fc761]:active{cursor:grabbing;box-shadow:0 2px 8px #00000040}.apk-modal[data-v-017fc761]{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:2000}.apk-modal-content[data-v-017fc761]{background:#fff;border-radius:8px;padding:24px;min-width:280px;max-width:90vw}.apk-modal-header[data-v-017fc761]{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.apk-modal-body[data-v-017fc761]{text-align:center}.apk-link[data-v-017fc761]{margin:12px 0;word-break:break-all;color:#333}.copy-button[data-v-017fc761],.close-button[data-v-017fc761]{background:#00bf6f;color:#fff;border:none;border-radius:4px;padding:6px 16px;cursor:pointer}.close-button[data-v-017fc761]{background:none;color:#888;font-size:22px;float:right}.lottery-header[data-v-017fc761]{display:flex!important;flex-direction:row!important;justify-content:space-between!important;align-items:center!important;width:100%!important;margin-bottom:5px!important;padding:5px 10px!important}.left-section[data-v-017fc761]{display:flex!important;align-items:center!important;flex-shrink:0!important}.right-section[data-v-017fc761]{display:flex!important;align-items:center!important;justify-content:flex-end!important;flex-shrink:0!important}@media screen and (max-width: 600px){.lottery-header[data-v-017fc761]{flex-direction:row!important;align-items:center!important}.left-section[data-v-017fc761],.right-section[data-v-017fc761]{width:auto!important;align-items:center!important}}.history-link[data-v-017fc761]{cursor:pointer;color:#00bf6f;text-decoration:underline;font-size:13px}.refresh-button[data-v-017fc761]{background:#ffd70033;border:1px solid rgba(255,215,0,.5);color:gold;font-size:10px;cursor:pointer;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease;padding:0;line-height:1}[data-v-017fc761]{margin:0;padding:0;box-sizing:border-box}body[data-v-017fc761]{overflow:hidden}.lottery-app[data-v-017fc761]{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background-color:#fff;color:#000;margin:0 auto;position:relative;height:100vh;overflow:hidden;width:100%}.scrollable-content[data-v-017fc761]{height:100%;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;width:100%}.content-container[data-v-017fc761]{width:100%;margin:0 auto}.scrollable-content[data-v-017fc761]::-webkit-scrollbar{display:none}.site-header[data-v-017fc761]{display:flex;justify-content:space-between;align-items:center;padding:10px 15px;background-color:#fff;position:sticky;top:0;z-index:10;width:100%}.left-logo[data-v-017fc761]{display:flex;flex-direction:column;align-items:center}.logo-box[data-v-017fc761]{background-color:var(--primary-green);color:#fff;padding:3px 8px;border-radius:4px;font-weight:700;font-size:14px}.logo-text[data-v-017fc761]{font-size:10px;text-align:center;color:#ccc;margin-top:2px}.custom-icon[data-v-017fc761]{width:16px;height:16px;margin-right:8px;vertical-align:middle}.center-title[data-v-017fc761]{font-size:22px;font-weight:700;color:#222!important;text-shadow:none!important;animation:none!important}.left-logo .center-title[data-v-017fc761]{color:#222!important;text-shadow:none!important;animation:none!important}.right-tools[data-v-017fc761]{display:flex;gap:15px}.tool-icon[data-v-017fc761]{width:24px;height:24px;background-color:#555;border-radius:50%;display:flex;align-items:center;justify-content:center}.search-icon[data-v-017fc761]:before{content:"🔍";font-size:14px}.share-icon[data-v-017fc761]:before{content:"↗️";font-size:14px}.service-icon[data-v-017fc761]:before{content:"👨";font-size:14px}.main-banner.carousel-container[data-v-017fc761]{width:100%;background-color:#fff;color:#000;padding:0;position:relative;height:auto;overflow:hidden;margin:0;border-radius:0}.loading-carousel[data-v-017fc761]{width:100%;height:150px;display:flex;align-items:center;justify-content:center;color:#888;background-color:#1a1a1a}@media screen and (min-width: 768px){.main-banner.carousel-container[data-v-017fc761]{height:auto}.carousel-image[data-v-017fc761]{aspect-ratio:21/9}.carousel-caption[data-v-017fc761]{padding:15px;font-size:16px}.loading-carousel[data-v-017fc761]{height:180px}}@supports (-webkit-touch-callout: none){.carousel-slide[data-v-017fc761]{height:auto;padding-bottom:56.25%;transform:translateZ(0)}.carousel-image[data-v-017fc761]{object-fit:cover;width:100%;height:100%;transform:translateZ(0);backface-visibility:hidden}@media screen and (min-width: 768px){.carousel-slide[data-v-017fc761]{padding-bottom:42.85%}}@media screen and (orientation: landscape){.carousel-slide[data-v-017fc761]{padding-bottom:42.85%}}}.announcement-bar[data-v-017fc761]{display:flex;align-items:center;background-color:#fff!important;padding:5px 10px;border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);overflow:hidden;position:relative;width:100%}.speaker-icon[data-v-017fc761]{width:24px;height:24px;background-color:#555;border-radius:50%;margin-right:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;z-index:2}.speaker-icon[data-v-017fc761]:before{content:"🔊";font-size:14px}.marquee-container[data-v-017fc761]{overflow:hidden;white-space:nowrap;width:calc(100% - 34px)}.announcement-text[data-v-017fc761]{display:inline-block;padding-left:100%;animation:marquee-scroll-017fc761 20s linear infinite}.announcement-text[data-v-017fc761]:after{content:attr(data-content);display:inline-block;padding-left:2em}@keyframes marquee-scroll-017fc761{0%{transform:translate(0)}to{transform:translate(-100%)}}@media screen and (max-width: 786px){.announcement-text[data-v-017fc761]{font-size:16px;animation-duration:40s;padding-left:100%;white-space:nowrap;display:inline-block;box-sizing:content-box}@keyframes marquee-017fc761{0%{transform:translate(0)}to{transform:translate(-100%)}}}@media screen and (max-width: 600px){.announcement-text[data-v-017fc761]{font-size:16px;animation-duration:40s;padding-left:100%;white-space:nowrap;display:inline-block;box-sizing:content-box}@keyframes marquee-017fc761{0%{transform:translate(0)}to{transform:translate(-100%)}}}@media screen and (max-width: 480px){.announcement-text[data-v-017fc761]{font-size:16px;animation-duration:40s;padding-left:100%;white-space:nowrap;display:inline-block;box-sizing:content-box}@keyframes marquee-017fc761{0%{transform:translate(0)}to{transform:translate(-100%)}}}@media screen and (max-width: 500px){.announcement-text[data-v-017fc761]{font-size:16px;animation-duration:40s;padding-left:100%;white-space:nowrap;display:inline-block;box-sizing:content-box}@keyframes marquee-017fc761{0%{transform:translate(0)}to{transform:translate(-100%)}}}@media screen and (max-width: 400px){.announcement-text[data-v-017fc761]{font-size:16px;animation-duration:40s;padding-left:100%;white-space:nowrap;display:inline-block;box-sizing:content-box}@keyframes marquee-017fc761{0%{transform:translate(0)}to{transform:translate(-100%)}}}@media screen and (max-width: 385px){.announcement-text[data-v-017fc761]{font-size:16px;animation-duration:40s;padding-left:100%;white-space:nowrap;display:inline-block;box-sizing:content-box}@keyframes marquee-017fc761{0%{transform:translate(0)}to{transform:translate(-100%)}}}@media screen and (max-width: 350px){.announcement-text[data-v-017fc761]{font-size:16px;animation-duration:40s;padding-left:100%;white-space:nowrap;display:inline-block;box-sizing:content-box}@keyframes marquee-017fc761{0%{transform:translate(0)}to{transform:translate(-100%)}}}@media screen and (max-width: 300px){.announcement-text[data-v-017fc761]{font-size:16px;animation-duration:40s;padding-left:100%;white-space:nowrap;display:inline-block;box-sizing:content-box}@keyframes marquee-017fc761{0%{transform:translate(0)}to{transform:translate(-100%)}}}.lottery-tabs[data-v-017fc761]{display:flex;border-bottom:1px solid var(--border-color);position:sticky;top:44px;z-index:5;background-color:#fff!important}.tab[data-v-017fc761]{flex:1;text-align:center;padding:10px;background:#fff!important;color:#222!important;transition:background-color .3s}.tab.active[data-v-017fc761]{background:#00bf6f!important;color:#fff!important}.tab-title[data-v-017fc761]{font-weight:700}.tab-date[data-v-017fc761]{font-size:12px;margin-top:5px}.lottery-info[data-v-017fc761]{background-color:#fff!important;padding:0;border-bottom:1px solid #333;position:relative;z-index:1;margin:0}.gold-frame[data-v-017fc761]{border:1px solid #333;position:relative;overflow:hidden;padding:0;border-radius:4px;background-color:#fff!important;box-shadow:none}.gold-frame[data-v-017fc761]:before{display:none}.golden-text[data-v-017fc761]{color:#d0bc7a!important;font-weight:700;text-shadow:none}.gold-text[data-v-017fc761]{color:#d0bc7a;font-weight:500}.blinking[data-v-017fc761]{animation:none}.animated-plus[data-v-017fc761]{display:inline-block;color:#ff9800;font-weight:700;font-size:1.5em;animation:plus-pulse-017fc761 1.2s infinite;margin:0 8px}.special-ball[data-v-017fc761]{position:relative;animation:special-pulse-017fc761 2s infinite}@keyframes blink-017fc761{0%,to{opacity:1}50%{opacity:.5}}@keyframes shine-017fc761{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes plus-pulse-017fc761{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.2);opacity:.8}}@keyframes special-pulse-017fc761{0%,to{box-shadow:0 0 #0096ff66}50%{box-shadow:0 0 20px #0096ffb3}}.lottery-numbers[data-v-017fc761]{display:flex;justify-content:center;align-items:center;gap:10px;margin-bottom:15px}.number-ball[data-v-017fc761]{width:50px;height:50px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff}.red[data-v-017fc761]{background-color:var(--red-ball)}.green[data-v-017fc761]{background-color:var(--green-ball)}.blue[data-v-017fc761]{background-color:var(--blue-ball)}.number[data-v-017fc761]{font-size:18px;font-weight:700}.zodiac[data-v-017fc761],.five-elements[data-v-017fc761]{font-size:10px;color:#fff}.plus-sign-container[data-v-017fc761]{text-align:center;align-self:center;align-items:center}.plus-sign[data-v-017fc761]{font-size:20px;font-weight:700}.period-info[data-v-017fc761]{text-align:center;font-size:14px}.red-text[data-v-017fc761]{color:red}.date-banner[data-v-017fc761]{width:100%;background-color:#f5e8c8;padding:8px 15px;margin:10px 0;border-radius:4px}.date-content[data-v-017fc761]{color:#000;font-size:14px;text-align:center;font-weight:500}.function-menu[data-v-017fc761]{padding:10px;background-color:var(--dark-bg)}.menu-grid[data-v-017fc761]{display:flex;flex-direction:column;gap:10px}.menu-row[data-v-017fc761]{display:flex;gap:10px}.menu-item[data-v-017fc761]{flex:1;background-color:var(--item-bg);text-align:center;padding:10px 0;border-radius:4px;font-size:14px}.feature-icons[data-v-017fc761]{background-color:#000;padding:10px;border-top:1px solid #333;border-bottom:1px solid #333}.feature-row[data-v-017fc761]{display:flex;justify-content:space-between;margin-bottom:15px}.feature-item[data-v-017fc761]{display:flex;flex-direction:column;align-items:center}.feature-icon[data-v-017fc761]{width:50px;height:50px;border-radius:50%;margin-bottom:5px;display:flex;align-items:center;justify-content:center;position:relative}.feature-text[data-v-017fc761]{font-size:12px;text-align:center}.video[data-v-017fc761]{background-color:#5aeba0}.data[data-v-017fc761]{background-color:#80c1f8}.stats[data-v-017fc761]{background-color:#ffb178}.assistant[data-v-017fc761]{background-color:#6cd177}.treasure[data-v-017fc761]{background-color:#80d1f8;position:relative}.add-icon[data-v-017fc761]{position:absolute;top:-5px;right:-5px;width:20px;height:20px;background-color:#fff;color:#000;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700}.smile[data-v-017fc761]{background-color:#e882f8}.library[data-v-017fc761]{background-color:#ff8c8c}.forum[data-v-017fc761]{background-color:#83a3ff}.tools[data-v-017fc761]{background-color:#80d1f8}.beauty[data-v-017fc761]{background-color:#ff5959}.year-gallery[data-v-017fc761]{padding:10px;background-color:#000;border-bottom:1px solid #333}.gallery-row[data-v-017fc761]{display:flex;justify-content:space-between}.gallery-item[data-v-017fc761]{display:flex;flex-direction:column;align-items:center}.gallery-icon[data-v-017fc761]{width:40px;height:40px;background-color:#555;margin-bottom:5px;border-radius:8px}.colored[data-v-017fc761]{background-color:#6cd177}.bw[data-v-017fc761]{background-color:#555}.colored-alt[data-v-017fc761]{background-color:#6cd177}.bw-alt[data-v-017fc761]{background-color:#555}.gallery-text[data-v-017fc761]{font-size:12px}.series-nav[data-v-017fc761]{display:flex;justify-content:space-between;padding:15px 10px;border-bottom:1px solid #333;background-color:#000;flex-wrap:wrap;gap:10px}.series-item[data-v-017fc761]{padding:8px 15px;background-color:#222;border-radius:20px;font-size:14px;cursor:pointer;transition:background-color .2s;white-space:nowrap;flex-shrink:0}.series-item.active[data-v-017fc761]{background-color:var(--primary-gold);color:#000}.series-item[data-v-017fc761]:hover{opacity:.9}.loading-categories[data-v-017fc761]{width:100%;text-align:center;padding:10px;font-size:14px;color:#888}.error-message[data-v-017fc761]{background-color:#ff00001a;color:#ff6b6b;padding:10px;border-radius:4px;margin:10px 0;text-align:center;font-size:14px}.gallery-content[data-v-017fc761]{padding:10px}.content-grid[data-v-017fc761]{display:flex;gap:10px;margin-bottom:15px}.content-item[data-v-017fc761]{flex:1;background-color:#181818;border-radius:8px;overflow:hidden}.content-header[data-v-017fc761]{background-color:var(--primary-green);padding:5px;text-align:center;font-size:14px}.content-image[data-v-017fc761]{height:150px;background-color:#282828;position:relative;padding:8px}.dog-image[data-v-017fc761]{background-color:#f8f8f8}.chicken-image[data-v-017fc761]{background-color:#f0e8e8}.content-title[data-v-017fc761]{font-size:16px;font-weight:700;color:#000;position:absolute;top:10px;left:10px}.content-desc[data-v-017fc761]{padding:8px;font-size:12px;color:#888;text-align:center}.plus-button[data-v-017fc761]{position:absolute;bottom:10px;right:10px;width:30px;height:30px;background-color:var(--primary-green);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;color:#fff;font-size:20px}.full-width[data-v-017fc761]{width:100%;margin-bottom:15px}.special-image[data-v-017fc761]{height:80px;background-color:#0c2803;display:flex;align-items:center;justify-content:flex-start}.special-text[data-v-017fc761]{display:flex;flex-direction:column;padding-left:15px}.special-line1[data-v-017fc761],.special-line2[data-v-017fc761]{font-size:14px;margin-bottom:5px}.special-box[data-v-017fc761]{display:flex;gap:10px}.special-character[data-v-017fc761]{width:30px;height:30px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px;color:#fff}.number[data-v-017fc761]{background-color:red}.plan[data-v-017fc761]{background-color:#0078ff}.section-title[data-v-017fc761]{font-size:16px;font-weight:700;margin:15px 0;text-align:center}.library-section[data-v-017fc761]{margin-bottom:15px}.library-image[data-v-017fc761]{background-color:#f8f8f8;height:150px;border-radius:8px;padding:15px;color:#000;display:flex;flex-direction:column;align-items:center;background-image:linear-gradient(to bottom,#fff,#f0f0f0)}.library-logo[data-v-017fc761]{font-size:24px;font-weight:700;color:#d00;margin-bottom:5px}.library-subtitle[data-v-017fc761]{font-size:14px;color:#333;margin-bottom:15px}.library-nav[data-v-017fc761]{width:80%;background-color:#f0d0d0;padding:8px;border-radius:20px;text-align:center;margin-bottom:10px}.library-buttons[data-v-017fc761]{display:flex;gap:10px}.lib-button[data-v-017fc761]{padding:5px 15px;background-color:#333;color:#fff;border-radius:15px;font-size:14px}.placeholder[data-v-017fc761]{height:50px;display:flex;align-items:center;justify-content:center;color:#888}@media screen and (min-width: 768px){.content-container[data-v-017fc761]{max-width:1200px;padding:0 20px}.lottery-numbers[data-v-017fc761]{gap:15px}.menu-grid[data-v-017fc761]{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.menu-item[data-v-017fc761]{height:40px;line-height:40px;border-radius:6px}.feature-icon[data-v-017fc761]{width:60px;height:60px}.announcement-text[data-v-017fc761]{font-size:16px}.site-header[data-v-017fc761]{padding:15px 20px}.main-banner[data-v-017fc761]{height:180px}.banner-logo[data-v-017fc761]{font-size:32px}.banner-slogan[data-v-017fc761]{font-size:16px}.gallery-content[data-v-017fc761]{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.content-grid[data-v-017fc761],.full-width[data-v-017fc761],.section-title[data-v-017fc761],.library-section[data-v-017fc761],.placeholder[data-v-017fc761]{grid-column:span 2}.date-content[data-v-017fc761]{font-size:16px}.series-item[data-v-017fc761]{padding:8px 20px;font-size:16px}}@media screen and (max-width: 350px){.date-content[data-v-017fc761]{font-size:12px}}@media screen and (min-width: 1200px){.content-container[data-v-017fc761]{max-width:1400px}.gallery-content[data-v-017fc761]{grid-template-columns:repeat(3,1fr)}.content-grid[data-v-017fc761],.full-width[data-v-017fc761],.section-title[data-v-017fc761],.library-section[data-v-017fc761],.placeholder[data-v-017fc761]{grid-column:span 3}}@media screen and (max-width: 360px){.number-ball[data-v-017fc761]{width:40px;height:40px}.menu-row[data-v-017fc761]{gap:5px}.menu-item[data-v-017fc761]{font-size:12px;padding:8px 0}.feature-icon[data-v-017fc761]{width:40px;height:40px}.feature-text[data-v-017fc761]{font-size:10px}.logo-box[data-v-017fc761]{font-size:12px}.center-title[data-v-017fc761]{font-size:18px}}@media screen and (orientation: landscape) and (max-height: 500px){.main-banner[data-v-017fc761]{height:100px}.feature-icons[data-v-017fc761]{padding:5px}.feature-row[data-v-017fc761]{margin-bottom:5px}.feature-icon[data-v-017fc761]{width:35px;height:35px;margin-bottom:2px}.lottery-numbers[data-v-017fc761]{gap:5px}.number-ball[data-v-017fc761]{width:35px;height:35px}}.picture-grid[data-v-017fc761]{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-bottom:15px;padding:0 5px}.picture-item[data-v-017fc761]{background-color:#fff!important;border-radius:8px;overflow:hidden;transition:transform .2s;position:relative;box-shadow:0 2px 8px #0000004d}.picture-item[data-v-017fc761]:active{transform:scale(.98)}.picture-header[data-v-017fc761]{background-color:var(--primary-green);padding:6px;text-align:center;font-size:14px;color:#fff}.picture-image[data-v-017fc761]{position:relative;aspect-ratio:1/1;background-color:#fff!important}.picture-image img[data-v-017fc761]{width:100%;height:100%;object-fit:contain;display:block}.picture-title[data-v-017fc761]{font-size:12px;font-weight:700;position:absolute;top:8px;left:8px;background-color:#0009;padding:3px 8px;border-radius:4px}.master-badge[data-v-017fc761]{position:absolute;top:8px;right:8px;background-color:#ff3030;color:#fff;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700}.picture-desc[data-v-017fc761]{padding:8px;font-size:12px;color:#aaa;text-align:center;min-height:36px;display:flex;align-items:center;justify-content:center}.loading-more[data-v-017fc761]{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px 0;gap:10px}.loading-spinner[data-v-017fc761]{width:24px;height:24px;border:3px solid rgba(0,191,111,.2);border-top-color:var(--primary-green);border-radius:50%;animation:spin-017fc761 1s infinite linear}@keyframes spin-017fc761{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-text[data-v-017fc761],.no-more-data[data-v-017fc761]{color:#888;font-size:14px;text-align:center}.no-more-data[data-v-017fc761]{padding:15px 0;border-top:1px solid #333;margin-top:10px}.empty-state[data-v-017fc761]{padding:30px 0;text-align:center;color:#888;font-size:16px}@media screen and (min-width: 768px){.picture-grid[data-v-017fc761]{grid-template-columns:repeat(3,1fr);gap:20px;padding:0 10px}.picture-desc[data-v-017fc761]{font-size:14px;padding:12px;min-height:44px}.picture-header[data-v-017fc761]{padding:8px;font-size:16px}.picture-title[data-v-017fc761]{font-size:14px;padding:4px 10px}.master-badge[data-v-017fc761]{width:30px;height:30px;font-size:14px}}@media screen and (min-width: 1200px){.picture-grid[data-v-017fc761]{grid-template-columns:repeat(4,1fr);gap:20px;padding:0 15px}.picture-desc[data-v-017fc761]{font-size:14px}.picture-header[data-v-017fc761]{font-size:16px}}.carousel-container[data-v-017fc761]{margin:10px 0;position:relative;width:100%;border-radius:8px;overflow:hidden;box-shadow:0 2px 10px #0003}.carousel[data-v-017fc761]{width:100%;position:relative;overflow:hidden}.carousel-track[data-v-017fc761]{display:flex;transition:transform .5s ease;width:100%}.carousel-slide[data-v-017fc761]{min-width:100%;position:relative;height:0;padding-bottom:56.25%}.carousel-image[data-v-017fc761]{width:100%;height:100%;position:absolute;top:0;left:0;object-fit:cover}.carousel-caption[data-v-017fc761]{position:absolute;bottom:0;left:0;width:100%;padding:10px;background-color:#0009;color:#fff;font-size:14px;text-align:center}.carousel-indicators[data-v-017fc761]{position:absolute;bottom:15px;left:0;right:0;display:flex;justify-content:center;gap:8px}.carousel-dot[data-v-017fc761]{width:8px;height:8px;border-radius:50%;background-color:#ffffff80;cursor:pointer}.carousel-dot.active[data-v-017fc761]{background-color:#fff;transform:scale(1.2)}.loading-carousel[data-v-017fc761]{width:100%;height:200px;display:flex;align-items:center;justify-content:center;color:#888;background-color:#1a1a1a}@media screen and (min-width: 768px){.carousel-container[data-v-017fc761]{margin:15px 0;border-radius:12px}.carousel-slide[data-v-017fc761]{padding-bottom:42.85%}.carousel-image[data-v-017fc761]{object-position:center}}@supports (-webkit-touch-callout: none){.carousel-slide[data-v-017fc761]{transform:translateZ(0);backface-visibility:hidden}.carousel-image[data-v-017fc761]{transform:translateZ(0);backface-visibility:hidden;-webkit-transform:translateZ(0)}}.picture-item[data-v-017fc761]{cursor:pointer}.picture-detail-modal[data-v-017fc761]{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000d9;z-index:1000;display:flex;justify-content:center;align-items:flex-start;overflow-y:auto;padding:20px 0;background:#0003!important}.detail-container[data-v-017fc761]{width:95%;background-color:#181818;border-radius:10px;overflow-y:auto;position:relative;display:flex;flex-direction:column;padding-bottom:20px;max-height:none;background:#fff!important}.detail-header[data-v-017fc761]{display:flex;justify-content:space-between;align-items:center;padding:15px;background-color:#fff!important;position:sticky;top:0;z-index:10}.detail-title[data-v-017fc761]{font-size:18px;font-weight:700}.detail-close[data-v-017fc761]{width:30px;height:30px;border-radius:50%;background-color:#eee!important;color:#080808!important;display:flex;justify-content:center;align-items:center;font-size:22px;cursor:pointer}.detail-filter-row[data-v-017fc761]{display:flex;align-items:center;padding:10px 15px;border-bottom:1px solid #333}.filter-label[data-v-017fc761]{font-weight:700;width:50px;flex-shrink:0}.filter-options[data-v-017fc761]{display:flex;flex-wrap:wrap;gap:8px}.filter-option[data-v-017fc761]{padding:5px 10px;background-color:#eee!important;color:#222!important;border-radius:15px;font-size:14px;cursor:pointer}.scrollable-options[data-v-017fc761]{display:flex;flex-wrap:nowrap;overflow-x:auto;padding-bottom:8px;-ms-overflow-style:none;scrollbar-width:none;white-space:nowrap}.filter-option.active[data-v-017fc761]{background-color:#00bf6f!important;color:#fff!important}.main-picture-container[data-v-017fc761]{margin:15px;background-color:#fff!important;border-radius:8px;overflow:hidden;box-shadow:0 2px 10px #00000014}.main-picture[data-v-017fc761]{width:100%;background-color:#fff!important;display:flex;justify-content:center;align-items:center;min-height:200px;padding:10px 0;touch-action:pan-y pinch-zoom;user-select:none;-webkit-user-select:none}.main-picture img[data-v-017fc761]{max-width:100%;height:auto;object-fit:contain;display:block;pointer-events:none}.category-data-container[data-v-017fc761]{margin:15px;background-color:#fff!important;border-radius:8px;overflow:hidden;display:flex;flex-direction:column;gap:20px}.category-section[data-v-017fc761]{background-color:#fff!important;border-radius:8px;overflow:hidden;margin-bottom:15px;border:1px solid #eee!important}.category-type-header[data-v-017fc761]{color:#111!important;padding:8px 15px;font-size:14px;font-weight:400;text-align:center;position:sticky;top:0;background-color:#fff!important;border-bottom:1px solid #383838}.category-section:nth-child(1) .category-type-header[data-v-017fc761]{background-color:#fff!important;color:#111}.category-section:nth-child(2) .category-type-header[data-v-017fc761]{background-color:#fff!important;color:#111}.category-section:nth-child(3) .category-type-header[data-v-017fc761]{background-color:#fff!important;color:#111}.category-section:nth-child(4) .category-type-header[data-v-017fc761]{background-color:#fff!important;color:#111}.category-content[data-v-017fc761]{padding:15px;display:flex;flex-direction:column;gap:0}.category-item[data-v-017fc761]{display:flex;flex-direction:row;background-color:#f8f8f8;border-radius:8px;overflow:hidden;border:1px solid #ddd;margin-bottom:0;border-bottom:none}.category-item[data-v-017fc761]:last-child{border-bottom:1px solid #ddd;border-radius:0 0 8px 8px}.category-item[data-v-017fc761]:first-child{border-radius:8px 8px 0 0}.category-item-header[data-v-017fc761]{width:80px;min-width:80px;background-color:#f5f5f5;padding:10px 5px;font-weight:700;text-align:center;color:#333;border-right:1px solid #eee;border-bottom:none;display:flex;align-items:center;justify-content:center;flex-shrink:0}.category-item-content[data-v-017fc761]{flex:1;padding:10px;font-size:14px;line-height:1.5;word-break:break-all;color:#333;background-color:#fff}.scrollable-options[data-v-017fc761]{display:flex;flex-wrap:nowrap;overflow-x:auto;padding-bottom:10px;-ms-overflow-style:none;scrollbar-width:none;white-space:nowrap}.scrollable-options[data-v-017fc761]::-webkit-scrollbar{display:none}.scrollable-options .filter-option[data-v-017fc761]{flex-shrink:0;margin-right:5px}.category-item-content[data-v-017fc761] table{width:100%;border-collapse:collapse}.category-item-content[data-v-017fc761] td,.category-item-content[data-v-017fc761] th{border:1px solid #ddd;padding:5px}.category-item-content span.number[data-v-017fc761]{display:inline-block;width:30px;height:30px;line-height:30px;text-align:center;color:#fff;font-weight:700;margin:3px;border-radius:0}.category-section:nth-child(1) .category-item-content span.number[data-v-017fc761]{background-color:#0078ff}.category-section:nth-child(2) .category-item-content span.number[data-v-017fc761]{background-color:#f50}.category-section:nth-child(3) .category-item-content span.number[data-v-017fc761]{background-color:#90c}.category-section:nth-child(4) .category-item-content span.number[data-v-017fc761]{background-color:#00bf6f}@media screen and (min-width: 768px){.category-content[data-v-017fc761]{padding:15px;display:flex;flex-direction:column;gap:0}}@media screen and (min-width: 1200px){.category-content[data-v-017fc761]{padding:15px;display:flex;flex-direction:column;gap:0}}.category-empty[data-v-017fc761]{text-align:center;color:#888;padding:15px;grid-column:1 / -1;background-color:#f5f5f5;border-radius:8px}.lottery-period[data-v-017fc761]{display:flex;justify-content:space-between;margin-bottom:15px;font-size:14px;flex-wrap:wrap;gap:5px;align-items:center}.period-number[data-v-017fc761]{font-weight:700;flex:1}.next-draw[data-v-017fc761]{text-align:center;flex:1}.history-link[data-v-017fc761]{cursor:pointer;color:#00bf6f;text-decoration:underline;transition:color .3s;margin-left:auto}.refresh-button[data-v-017fc761]{background:#16bf00;border:1px solid rgba(255,215,0,.5);color:#fcfbfb;font-size:3.5vi;cursor:pointer;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease;padding:0;line-height:1;margin-right:10px}.refresh-button[data-v-017fc761]:hover{background:#ffd7004d;transform:rotate(180deg)}.history-link[data-v-017fc761]{cursor:pointer;color:#00bf6f;text-decoration:underline;font-size:14px;transition:color .3s}.history-link[data-v-017fc761]:hover{color:#00ff9d}.blinking[data-v-017fc761]{animation:blink-017fc761 1.5s infinite}@keyframes blink-017fc761{0%,to{opacity:1}50%{opacity:.7}}@media screen and (max-width: 600px){.lottery-header[data-v-017fc761]{flex-direction:column;align-items:flex-start;gap:8px}.right-section[data-v-017fc761]{width:100%;justify-content:space-between}.period-number[data-v-017fc761]{font-size:15px}.next-draw[data-v-017fc761],.history-link[data-v-017fc761]{font-size:13px}}.lottery-numbers-display[data-v-017fc761]{display:flex;justify-content:center;align-items:center;margin:10px 0;height:65px;width:100%;overflow:hidden}.lottery-ball[data-v-017fc761]{width:45px;height:45px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;position:relative;box-shadow:0 3px 8px #0000004d;flex-shrink:0;transition:transform .3s ease,opacity .3s ease}.lottery-balls[data-v-017fc761]{display:flex;align-items:center;justify-content:center;flex-wrap:nowrap;gap:4px;width:100%;overflow-x:auto;padding:0 5px;-ms-overflow-style:none;scrollbar-width:none}.lottery-numbers-display[data-v-017fc761]{transition:opacity .2s ease}.ball-number[data-v-017fc761],.ball-attributes[data-v-017fc761],.period-number[data-v-017fc761],.period-date[data-v-017fc761]{transition:all .3s ease}.lottery-header[data-v-017fc761]{display:flex!important;justify-content:space-between!important;align-items:center!important;width:100%!important}.left-section[data-v-017fc761]{display:flex!important;align-items:center!important;gap:10px!important}.right-section[data-v-017fc761]{display:flex!important;align-items:center!important}.period-info[data-v-017fc761]{display:flex!important;justify-content:center!important;margin-top:5px!important}.period-date[data-v-017fc761]{text-align:center!important;width:100%!important}.ball-number[data-v-017fc761]{font-size:16px;font-weight:700;margin-bottom:1px}.ball-attributes[data-v-017fc761]{font-size:9px;opacity:.9}.plus-sign[data-v-017fc761]{font-size:18px;font-weight:700;margin:0 2px;color:gold;align-self:center;flex-shrink:0}.lottery-header[data-v-017fc761]{display:flex;justify-content:space-between;align-items:center;padding:5px 0;position:relative;margin-bottom:5px}.left-section[data-v-017fc761]{display:flex;align-items:center;gap:10px}.center-section[data-v-017fc761]{position:absolute;left:50%;transform:translate(-50%)}.right-section[data-v-017fc761]{flex:1;text-align:right}.period-info[data-v-017fc761]{display:flex;justify-content:space-between;align-items:center;margin-top:5px;padding:0 5px}.period-date[data-v-017fc761]{flex:1;text-align:left}.history-link[data-v-017fc761]{cursor:pointer;color:#00bf6f;text-decoration:underline;font-size:13px;margin-left:auto}.red-ball[data-v-017fc761]{background-color:var(--red-ball)}.h-ball[data-v-017fc761]{background-color:var(--h-ball)}.green-ball[data-v-017fc761]{background-color:var(--green-ball)}.blue-ball[data-v-017fc761]{background-color:var(--blue-ball)}.lottery-update-enter-active[data-v-017fc761],.lottery-update-leave-active[data-v-017fc761]{transition:all .6s cubic-bezier(.25,1,.5,1);position:relative}.lottery-update-enter-from[data-v-017fc761]{opacity:0;transform:scale(.6)}.lottery-update-leave-to[data-v-017fc761]{opacity:0;transform:scale(.6);position:absolute}.lottery-update-move[data-v-017fc761]{transition:transform .5s cubic-bezier(.25,1,.5,1)}.lottery-ball[data-v-017fc761]{width:50px;height:50px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;flex-shrink:0;background:#222;box-shadow:0 3px 8px #0006,inset 0 0 0 1px #ffffff1a;transition:transform .3s ease,opacity .3s ease;overflow:visible}.red-ball[data-v-017fc761]{background:#222;border:3px solid var(--red-ball);box-shadow:0 0 10px #ff00004d}.h-ball[data-v-017fc761]{background:#222;border:3px solid var(--h-ball);box-shadow:0 0 10px #ff00004d}.blue-ball[data-v-017fc761]{background:#222;border:3px solid var(--blue-ball);box-shadow:0 0 10px #0078ff4d}.green-ball[data-v-017fc761]{background:#222;border:3px solid var(--green-ball);box-shadow:0 0 10px #00cc004d}.ball-number[data-v-017fc761]{font-size:18px;font-weight:700;margin-bottom:0;color:#fff}.ball-attributes[data-v-017fc761]{font-size:9px;position:absolute;bottom:-16px;width:100%;text-align:center;color:#ccc}.lottery-balls[data-v-017fc761]{display:flex;align-items:flex-start;justify-content:center;flex-wrap:nowrap;gap:8px;width:100%;overflow-x:auto;padding:0 5px 18px;-ms-overflow-style:none;scrollbar-width:none}.lottery-numbers-display[data-v-017fc761]{height:80px;margin-bottom:5px}.number-fade-enter-active[data-v-017fc761],.number-fade-leave-active[data-v-017fc761]{transition:opacity .3s}.number-fade-enter-from[data-v-017fc761],.number-fade-leave-to[data-v-017fc761]{opacity:0}@keyframes highlight-change-017fc761{0%{background-color:#ffff004d}to{background-color:transparent}}.ball-number-changed[data-v-017fc761]{animation:highlight-change-017fc761 1s ease-out}.lottery-ball[data-v-017fc761]{width:65px;height:65px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;flex-shrink:0;margin:0 5px 25px;box-shadow:0 3px 8px #0000004d;overflow:visible}.h-ball[data-v-017fc761]{background-color:#aeadad;border:none}.ball-number[data-v-017fc761]{font-size:22px;font-weight:700;color:#000;position:relative;left:-3px;top:-5px;z-index:3;display:flex;align-items:center;justify-content:center;margin-top:0}.ball-attributes[data-v-017fc761]{position:absolute;bottom:-20px;left:0;width:100%;text-align:center;font-size:12px;color:#333}.lottery-numbers-display[data-v-017fc761]{height:80px;margin-bottom:20px;display:flex;align-items:center}.plus-sign[data-v-017fc761]{font-size:24px;color:#666;margin:0 5px 25px;align-self:center}.ball-attributes[data-v-017fc761]{position:absolute;bottom:-20px;left:0;width:100%;text-align:center;font-size:12px;color:#333;z-index:3}.lottery-numbers-display[data-v-017fc761]{height:80px;margin-bottom:20px;display:flex;align-items:center;overflow:visible;width:100%}.lottery-balls[data-v-017fc761]{display:flex;align-items:flex-start;justify-content:center;flex-wrap:nowrap;gap:4px;width:100%;overflow-x:auto;padding:0 5px 22px;-ms-overflow-style:none;scrollbar-width:none}.lottery-ball[data-v-017fc761]{width:50px;height:50px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;flex-shrink:0;margin:0 3px 25px;box-shadow:0 3px 8px #0006;overflow:visible}@media screen and (max-width: 480px){.lottery-ball[data-v-017fc761]{width:35px;height:35px;margin:0 1px}.lottery-ball[data-v-017fc761]:before{width:32px;height:32px}.ball-number[data-v-017fc761]{font-size:18px}.ball-attributes[data-v-017fc761]{font-size:9px;bottom:-18px}.plus-sign-container[data-v-017fc761]{text-align:center;align-self:center;align-items:center}.plus-sign[data-v-017fc761]{font-size:20px;margin:0 2px;align-items:center}}.plus-sign[data-v-017fc761]{font-size:26px;color:#666;margin:-25px 5px 25px;align-self:center;font-weight:700}.plus-sign[data-v-017fc761]{font-size:24px;color:#666;margin:0 2px;align-self:center;padding-bottom:20px;display:flex;align-items:center;height:45px}@media screen and (max-width: 480px){.lottery-ball[data-v-017fc761]{width:40px;height:40px;margin:0 1px}.lottery-ball[data-v-017fc761]:before{width:32px;height:32px}.ball-number[data-v-017fc761]{font-size:18px}.ball-attributes[data-v-017fc761]{font-size:9px;bottom:-18px}.plus-sign[data-v-017fc761]{font-size:20px;height:40px}}.years-nav[data-v-017fc761]{display:flex;justify-content:flex-start;padding:15px 10px;border-bottom:1px solid #333;background-color:#1a1a1a;overflow-x:auto;flex-wrap:nowrap;gap:10px}.year-item[data-v-017fc761]{padding:8px 15px;background-color:#222;border-radius:20px;font-size:14px;cursor:pointer;transition:background-color .2s;white-space:nowrap;flex-shrink:0}.year-item.active[data-v-017fc761]{background-color:var(--primary-gold);color:#000}.year-item[data-v-017fc761]:hover{opacity:.9}.loading-years[data-v-017fc761]{width:100%;text-align:center;padding:10px;font-size:14px;color:#888}@media screen and (min-width: 768px){.year-item[data-v-017fc761]{padding:8px 20px;font-size:16px}}.search-button[data-v-017fc761]{position:fixed;top:15px;right:15px;width:40px;height:40px;border-radius:50%;background-color:#000000b3;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:100;box-shadow:0 2px 5px #0000004d}.search-icon[data-v-017fc761]{font-size:20px;color:#fff}@media screen and (max-width: 768px){.search-button[data-v-017fc761]{top:10px;right:10px;width:36px;height:36px}.search-icon[data-v-017fc761]{font-size:18px}}.more-categories-menu[data-v-017fc761]{position:absolute;top:100%;left:0;margin-top:5px;padding:5px 0;background-color:#222;border-radius:8px;box-shadow:0 4px 15px #0000004d;z-index:100;width:auto;min-width:180px;max-height:300px;overflow-y:auto}.more-categories-menu[data-v-017fc761]::-webkit-scrollbar{width:6px}.more-categories-menu[data-v-017fc761]::-webkit-scrollbar-track{background:#0000001a}.more-categories-menu[data-v-017fc761]::-webkit-scrollbar-thumb{background-color:#fff3;border-radius:6px}.more-category-item[data-v-017fc761]{padding:8px 15px;border-bottom:1px solid #333;transition:background-color .2s}.more-category-item[data-v-017fc761]:last-child{border-bottom:none}.more-icon[data-v-017fc761]{margin-left:5px;font-size:12px}.more-item[data-v-017fc761]{position:relative;z-index:200}.more-icon[data-v-017fc761]{margin-left:5px;font-size:12px;display:inline-block;transition:transform .2s}.more-categories-menu[data-v-017fc761]{position:absolute;top:100%;left:0;right:0;margin-top:5px;padding:10px 0;background-color:#222;border-radius:8px;box-shadow:0 4px 15px #00000080;z-index:200;width:auto;min-width:180px;max-height:300px;overflow-y:auto}.more-category-item[data-v-017fc761]{padding:8px 15px;transition:background-color .2s;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.more-category-item[data-v-017fc761]:hover{background-color:#ffffff1a}.more-category-item.active[data-v-017fc761]{background-color:#0078ff;color:#fff}.more-icon.rotate[data-v-017fc761]{transform:rotate(180deg)}.series-modal[data-v-017fc761]{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000}.series-modal-content[data-v-017fc761]{background-color:#1a1a1a;border-radius:10px;width:90%;max-width:500px;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 5px 20px #0000004d}.series-modal-header[data-v-017fc761]{display:flex;justify-content:space-between;align-items:center;padding:15px 20px;border-bottom:1px solid #333}.series-modal-header h3[data-v-017fc761]{margin:0;color:#fff;font-size:18px}.series-modal-close[data-v-017fc761]{font-size:24px;cursor:pointer;color:#aaa;transition:color .2s}.series-modal-close[data-v-017fc761]:hover{color:#fff}.series-modal-body[data-v-017fc761]{padding:15px 0;overflow-y:auto;max-height:60vh;-webkit-overflow-scrolling:touch}.series-modal-body[data-v-017fc761]::-webkit-scrollbar{width:6px}.series-modal-body[data-v-017fc761]::-webkit-scrollbar-track{background:#0000001a}.series-modal-body[data-v-017fc761]::-webkit-scrollbar-thumb{background-color:#fff3;border-radius:6px}.series-modal-item[data-v-017fc761]{padding:12px 20px;cursor:pointer;transition:background-color .2s;font-size:16px;border-bottom:1px solid #333}.series-modal-item[data-v-017fc761]:last-child{border-bottom:none}.series-modal-item[data-v-017fc761]:hover{background-color:#252525}.series-modal-item.active[data-v-017fc761]{background-color:#0078ff;color:#fff}@media (max-width: 480px){.series-modal-content[data-v-017fc761]{width:95%;max-height:70vh}.series-modal-item[data-v-017fc761]{padding:15px 20px;font-size:16px}.series-modal-header h3[data-v-017fc761]{font-size:18px}}.detail-lottery-section[data-v-017fc761]{padding:12px;background-color:#fff;margin:0 0 15px;border-radius:8px;border:1px solid white}.detail-lottery-title[data-v-017fc761]{font-size:16px;font-weight:700;color:var(--primary-gold);margin-bottom:12px;text-align:center}.detail-lottery-numbers[data-v-017fc761]{display:flex;justify-content:center;align-items:center;overflow-x:auto;padding-bottom:5px;width:100%}.detail-lottery-numbers .lottery-balls[data-v-017fc761]{display:flex;align-items:center;justify-content:center;flex-wrap:nowrap;gap:5px}.detail-lottery-numbers .lottery-ball[data-v-017fc761]{width:40px;height:40px;margin:0 2px}.detail-lottery-numbers .ball-number[data-v-017fc761]{font-size:16px}.detail-lottery-numbers .ball-attributes[data-v-017fc761]{font-size:9px;bottom:-15px}.main-picture-container[data-v-017fc761]{margin-top:0;border-radius:8px;overflow:hidden;background-color:#111;box-shadow:0 4px 15px #0000004d}.loading-spinner-small[data-v-017fc761]{width:24px;height:24px;border:3px solid rgba(255,215,0,.2);border-radius:50%;border-top-color:var(--primary-gold);animation:spin-017fc761 1s linear infinite;margin:10px auto}.error-message-small[data-v-017fc761]{font-size:14px;color:#ff4d4f;text-align:center;padding:10px}@media screen and (max-width: 480px){.detail-lottery-section[data-v-017fc761]{padding:10px}.detail-lottery-title[data-v-017fc761]{font-size:14px;margin-bottom:10px}.detail-lottery-numbers .lottery-ball[data-v-017fc761]{width:35px;height:35px;margin:0 1px}.detail-lottery-numbers .ball-number[data-v-017fc761]{font-size:14px}.detail-lottery-numbers .ball-attributes[data-v-017fc761]{font-size:8px;bottom:-14px}}.lottery-ball[data-v-017fc761]{width:45px;height:45px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;flex-shrink:0;margin:0 3px 25px;box-shadow:0 3px 8px #0006;overflow:visible}.red-ball[data-v-017fc761]{background-color:#ff3b30;border:none}.blue-ball[data-v-017fc761]{background-color:#007aff;border:none}.green-ball[data-v-017fc761]{background-color:#34c759;border:none}.h-ball[data-v-017fc761]{background-color:#8e8e93;border:none}.ball-number[data-v-017fc761]{font-size:22px;font-weight:700;color:#000;position:relative;z-index:3}.ball-attributes[data-v-017fc761]{position:absolute;bottom:-18px;left:0;width:100%;text-align:center;font-size:9px;color:#aaa;z-index:3}.lottery-numbers-display[data-v-017fc761]{display:flex;justify-content:center;align-items:center;margin:10px 0;height:60px;width:100%;overflow-x:auto}.lottery-balls[data-v-017fc761]{display:flex;align-items:center;justify-content:flex-start;flex-wrap:nowrap;gap:5px;width:100%;overflow-x:auto;padding:0 5px 18px;-ms-overflow-style:none;scrollbar-width:none}.lottery-balls[data-v-017fc761]::-webkit-scrollbar{display:none}.plus-sign[data-v-017fc761]{font-size:22px;color:#8e8e93;margin:0 3px 18px;align-self:center;font-weight:700}@media screen and (max-width: 600px){.lottery-ball[data-v-017fc761]{width:58px;height:58px;margin:0 4px 5px}.lottery-ball[data-v-017fc761]:before{width:46px;height:46px}.ball-number[data-v-017fc761]{font-size:22px}.ball-attributes[data-v-017fc761]{bottom:-16px;font-size:10px;font-weight:500}.plus-sign[data-v-017fc761]{font-size:24px;margin:0 4px 5px}.lottery-numbers-display[data-v-017fc761]{height:auto;min-height:65px;padding-bottom:15px}.lottery-balls[data-v-017fc761]{justify-content:flex-start;gap:6px}}@media screen and (max-width: 600px){.lottery-ball[data-v-017fc761]{width:48px;height:48px;margin:0 3px 5px}.lottery-ball[data-v-017fc761]:before{width:35px;height:35px;left:45%;top:45%;transform:translate(-60%,-60%)}.ball-number[data-v-017fc761]{font-size:20px;transform:translate(-2px,-2px)}.ball-attributes[data-v-017fc761]{bottom:-16px;font-size:10px;font-weight:500}.plus-sign[data-v-017fc761]{font-size:22px;margin:0 3px 5px}.lottery-numbers-display[data-v-017fc761]{height:auto;min-height:60px;padding-bottom:15px}.lottery-balls[data-v-017fc761]{justify-content:flex-start;gap:5px}}.lottery-ball[data-v-017fc761]:before{content:"";position:absolute;width:35px;height:35px;border-radius:50%;background-color:#fff;left:45%;top:45%;transform:translate(-60%,-60%);z-index:1}.lottery-ball[data-v-017fc761]:before{content:"";position:absolute;width:35px;height:35px;border-radius:50%;background-color:#fff;left:47%;top:47%;transform:translate(-55%,-55%);z-index:1}@media screen and (max-width: 600px){.lottery-ball[data-v-017fc761]{width:48px;height:48px;margin:0 3px 5px}.lottery-ball[data-v-017fc761]:before{width:35px;height:35px;left:47%;top:47%;transform:translate(-55%,-55%)}.ball-number[data-v-017fc761]{font-size:20px;transform:translate(-1px,-1px)}.ball-attributes[data-v-017fc761]{bottom:-16px;font-size:10px;font-weight:500}.plus-sign[data-v-017fc761]{font-size:22px;margin:0 3px 5px}.lottery-numbers-display[data-v-017fc761]{height:auto;min-height:60px;padding-bottom:15px}.lottery-balls[data-v-017fc761]{justify-content:flex-start;gap:5px}}@media screen and (max-width: 390px){.lottery-ball[data-v-017fc761]{width:45px;height:45px;margin:0 1.5px}.lottery-ball[data-v-017fc761]:before{width:33px;height:33px}.ball-number[data-v-017fc761]{font-size:19px}.plus-sign[data-v-017fc761]{font-size:22px;margin:0 1px}.lottery-balls[data-v-017fc761]{gap:2px;padding:0 2px 18px}}.lottery-ball[data-v-017fc761]{width:45px;height:45px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;flex-shrink:0;margin:0 4px 20px;box-shadow:0 3px 8px #0000004d;overflow:hidden}.red-ball[data-v-017fc761]{background-color:red;border:none}.green-ball[data-v-017fc761]{background-color:#0c0;border:none}.blue-ball[data-v-017fc761]{background-color:#0078ff;border:none}.lottery-ball[data-v-017fc761]:before{content:"";position:absolute;width:35px;height:35px;border-radius:50%;background-color:#fff;left:5px;top:5px;z-index:1}.ball-number[data-v-017fc761]{font-size:20px;font-weight:700;color:#000;position:relative;left:0;top:0;z-index:3;display:flex;align-items:center;justify-content:center;margin-top:0}.ball-attributes[data-v-017fc761]{position:absolute;bottom:-18px;left:0;width:100%;text-align:center;font-size:10px;color:#fff;z-index:3}@media screen and (max-width: 480px){.lottery-ball[data-v-017fc761]{width:38px;height:38px;margin:0 3px 16px}.lottery-ball[data-v-017fc761]:before{width:28px;height:28px;left:5px;top:5px}.ball-number[data-v-017fc761]{font-size:16px}.ball-attributes[data-v-017fc761]{font-size:10px;bottom:-15px}}.lottery-ball[data-v-017fc761]:before{content:"";position:absolute;width:35px;height:35px;border-radius:50%;background-color:#fff;left:50%;top:50%;transform:translate(-50%,-50%);z-index:1}.lottery-ball[data-v-017fc761]:before{content:"";position:absolute;width:35px;height:35px;border-radius:50%;background-color:#fff;left:calc(50% - 1px);top:calc(50% - 1px);transform:translate(-50%,-50%);z-index:1;overflow:visible}.white-circle-fix.lottery-ball[data-v-017fc761]:before,.lottery-ball.white-circle-fix[data-v-017fc761]:before{width:20px;height:20px;left:calc(50% - 1px);top:calc(50% - 1px);overflow:visible!important}@media screen and (max-width: 600px){.white-circle-fix.lottery-ball[data-v-017fc761]:before,.lottery-ball.white-circle-fix[data-v-017fc761]:before{width:10px;height:10px;left:calc(50% - 1px);top:calc(50% - 1px)}}.lottery-ball[data-v-017fc761]{width:60px;height:60px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;flex-shrink:0;margin:0 4px 25px;box-shadow:0 3px 8px #0006;overflow:visible}.lottery-ball.white-circle-fix[data-v-017fc761]:before{width:45px;height:45px;left:calc(50% - 1px);top:calc(50% - 1px)}@media screen and (max-width: 600px){.lottery-ball[data-v-017fc761]{width:52px;height:52px;margin:0 1px 3px}.white-circle-fix.lottery-ball[data-v-017fc761]:before,.lottery-ball.white-circle-fix[data-v-017fc761]:before{width:40px;height:40px;align-items:center;justify-content:center;left:calc(50% - 1px);top:calc(50% - 1px)}.ball-number[data-v-017fc761]{font-size:20px}}@media screen and (max-width: 480px){.lottery-ball[data-v-017fc761]{width:49px;height:49px;margin:0 1px 2px}.white-circle-fix.lottery-ball[data-v-017fc761]:before,.lottery-ball.white-circle-fix[data-v-017fc761]:before{width:40px;height:40px;align-items:center;justify-content:center;left:calc(50% - 2px);top:calc(50% - 2px)}.ball-number[data-v-017fc761]{font-size:20px}}@media screen and (max-width: 350px){.lottery-ball[data-v-017fc761]{width:42px;height:42px;margin:0 1px 2px}.white-circle-fix.lottery-ball[data-v-017fc761]:before,.lottery-ball.white-circle-fix[data-v-017fc761]:before{width:31px;height:31px;align-items:center;justify-content:center;left:calc(50% - 2px);top:calc(50% - 2px)}.ball-number[data-v-017fc761]{font-size:20px}}@media screen and (max-width: 375px){.lottery-ball[data-v-017fc761]{width:42px;height:42px;margin:0 1px 2px}.white-circle-fix.lottery-ball[data-v-017fc761]:before,.lottery-ball.white-circle-fix[data-v-017fc761]:before{width:33px;height:33px;align-items:center;justify-content:center;left:calc(50% - 2px);top:calc(50% - 2px)}.ball-number[data-v-017fc761]{font-size:20px}}@media screen and (max-width: 310px){.lottery-ball[data-v-017fc761]{width:35px;height:35px;margin:0 1px 2px}.white-circle-fix.lottery-ball[data-v-017fc761]:before,.lottery-ball.white-circle-fix[data-v-017fc761]:before{width:26px;height:26px;align-items:center;justify-content:center;left:calc(50% - 2px);top:calc(50% - 2px)}.ball-number[data-v-017fc761]{font-size:20px}}.lottery-ball.white-circle-fix .ball-number[data-v-017fc761]{font-size:17px;font-weight:700;display:flex;align-items:center;justify-content:center;width:100%}.white-circle-fix[data-v-017fc761]{overflow:hidden;position:relative}@media (max-width: 480px){.white-circle-fix[data-v-017fc761]:before{width:28px;height:28px}}.category-data-container[data-v-017fc761]{padding:15px}.detail-lottery-section[data-v-017fc761]{padding:10px 15px;margin-bottom:10px;border-bottom:1px solid #333}.detail-lottery-title[data-v-017fc761]{font-size:16px;font-weight:700;color:#080707;margin-bottom:10px;text-align:center}.detail-lottery-numbers[data-v-017fc761]{display:flex;justify-content:center;align-items:center;padding-bottom:15px}.detail-lottery-numbers .lottery-ball[data-v-017fc761]:before{width:28px;height:28px}.detail-lottery-numbers .ball-number[data-v-017fc761]{font-size:18px}@media screen and (max-width: 480px){.detail-lottery-numbers .lottery-ball[data-v-017fc761]:before{width:28px;height:28px}.detail-lottery-numbers .ball-number[data-v-017fc761]{font-size:15px}}.loading-spinner-small[data-v-017fc761]{width:25px;height:25px;border:3px solid rgba(0,191,111,.2);border-top-color:#00bf6f;border-radius:50%;animation:spin-017fc761 1s infinite linear;margin:0 auto}.error-message-small[data-v-017fc761]{color:#ff6b6b;font-size:13px;text-align:center;padding:8px 0}.white-circle-fix[data-v-017fc761]{position:relative;overflow:visible!important}.white-circle-fix[data-v-017fc761]:before{content:"";position:absolute;width:35px;height:35px;border-radius:50%;background-color:#fff;left:50%;top:50%;transform:translate(-50%,-50%);z-index:1}.white-circle-fix .ball-number[data-v-017fc761]{position:relative;z-index:2;color:#333}.back-to-top-button[data-v-017fc761]{position:fixed;bottom:30px;right:50%;top:50%;width:50px;height:50px;border-radius:50%;background-color:#00bf6fcc;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 10px #0000004d;z-index:100;font-size:24px;transition:all .3s ease;animation:fadeIn-017fc761 .3s ease}.back-to-top-button[data-v-017fc761]:hover{background-color:var(--primary-green);transform:scale(1.1)}.back-to-top-button[data-v-017fc761]:active{transform:scale(.95)}@keyframes fadeIn-017fc761{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@supports (-webkit-touch-callout: none){.back-to-top-button[data-v-017fc761]{transform:translateZ(0);bottom:calc(30px + env(safe-area-inset-bottom,0px))}}@media screen and (max-width: 480px){.back-to-top-button[data-v-017fc761]{width:45px;height:45px;bottom:20px;right:15px;font-size:20px}}.domain-modal[data-v-017fc761]{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.domain-modal-content[data-v-017fc761]{background-color:#fff;border-radius:8px;width:90%;max-width:500px;max-height:80vh;overflow-y:auto}.domain-modal-header[data-v-017fc761]{padding:15px;border-bottom:1px solid #eee;display:flex;justify-content:space-between;align-items:center}.domain-modal-header h3[data-v-017fc761]{margin:0;color:#333}.close-button[data-v-017fc761]{background:none;border:none;font-size:24px;cursor:pointer;color:#666}.domain-modal-body[data-v-017fc761]{padding:15px}.domain-list[data-v-017fc761]{display:flex;flex-direction:column;gap:10px}.domain-item[data-v-017fc761]{display:flex;justify-content:space-between;align-items:center;padding:10px;background-color:#f5f5f5;border-radius:4px}.domain-url[data-v-017fc761]{color:#333;word-break:break-all}.copy-button[data-v-017fc761]{background-color:#4caf50;color:#fff;border:none;padding:5px 10px;border-radius:4px;cursor:pointer;white-space:nowrap}.copy-button[data-v-017fc761]:hover{background-color:#45a049}.loading[data-v-017fc761]{text-align:center;padding:20px;color:#666}.ball-attributes[data-v-017fc761],.zodiac[data-v-017fc761],.five-elements[data-v-017fc761]{color:#333!important;opacity:1!important}.years-nav[data-v-017fc761]{background:#fff!important}.year-item[data-v-017fc761]{background:#fff!important;color:#222!important}.year-item.active[data-v-017fc761]{background:#00bf6f!important;color:#fff!important}
