lottery-popup,lottery-wheel{display:block}.lottery-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background:#0000008c;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);display:none;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease;overscroll-behavior:contain;touch-action:pan-y}.lottery-overlay.is-open{display:flex;opacity:1}.lottery-container{position:relative;background:var(--lottery-bg, #fff);border-radius:1.2rem;width:95vw;height:auto;max-width:95vw;max-height:80vh;overflow-x:hidden;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none;box-shadow:0 16px 48px #00000040;display:flex;flex-direction:column;animation:lotterySlideIn .35s ease-out}@media(min-width:769px){.lottery-container{flex-direction:row;width:860px;height:540px;max-width:calc(100vw - 32px);border-radius:var(--modal-corner-radius, 2rem);overflow:hidden}}@keyframes lotterySlideIn{0%{transform:translateY(40px) scale(.97);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}.lottery-close{position:absolute;top:8px;right:8px;z-index:10;width:32px;height:32px;border:none;border-radius:50%;background:#00000014;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}@media(min-width:769px){.lottery-close{top:12px;right:12px;width:36px;height:36px}}.lottery-close:hover{background:#00000026}.lottery-close svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2}.lottery-left{flex:0 0 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px 16px 16px;background:var(--lottery-wheel-bg, linear-gradient(135deg, #fdf2f8 0%, #ede9fe 100%))}@media(min-width:769px){.lottery-left{flex:0 0 50%;padding:32px 24px}}.lottery-right{flex:0 0 auto;padding:0;display:flex;flex-direction:column;position:relative;min-height:0}.lottery-right-head{padding:16px 20px 0;flex-shrink:0;display:none}.lottery-right-body{box-sizing:border-box;flex:0 0 auto;overflow:visible;margin:28px 16px 24px;max-height:none;min-height:auto;display:flex;flex-direction:column}@media(min-width:769px){.lottery-right-head{padding:24px 28px 0}}.lottery-loading{position:absolute;top:0;right:0;bottom:0;left:0;z-index:15;background:#ffffffbf;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);display:none;align-items:center;justify-content:center}.lottery-loading.is-visible{display:flex!important}.lottery-spinner{display:block;width:36px;height:36px;border:3px solid rgba(0,0,0,.08);border-top-color:var(--custom-theme-color, #ff5b00);border-radius:50%;animation:lotterySpin .7s linear infinite}@keyframes lotterySpin{to{transform:rotate(360deg)}}.lottery-tabs{display:flex;gap:0;border-bottom:2px solid #f0f0f0;margin-bottom:16px}.lottery-tabs[data-count="1"]{display:none}.lottery-tab{padding:8px 16px;border:none;background:none;cursor:pointer;font-size:14px;color:#999;border-bottom:2px solid transparent;margin-bottom:-2px;transition:color .2s,border-color .2s;font-weight:600}.lottery-tab.is-active{color:var(--custom-theme-color, #ff5b00);border-bottom-color:var(--custom-theme-color, #ff5b00)}.lottery-wheel-wrapper{position:relative;width:100%;max-width:240px;aspect-ratio:1}@media(min-width:769px){.lottery-wheel-wrapper{max-width:340px}}.lottery-wheel-canvas{position:absolute;top:0;left:0;width:100%;height:100%;display:block}.lottery-wheel-pointer{position:absolute;top:0;left:50%;transform:translate(-50%);width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-top:20px solid var(--lottery-wheel-pointer-color, var(--custom-theme-color, #ff5b00));filter:drop-shadow(0 2px 4px rgba(0,0,0,.2));z-index:2;display:block!important}@media(min-width:769px){.lottery-wheel-pointer{top:0;border-left-width:14px;border-right-width:14px;border-top-width:28px}}.lottery-wheel-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:48px;height:48px;border-radius:50%;background:var(--lottery-wheel-center-color, var(--custom-theme-color, #ff5b00));color:#fff;font-weight:700;font-size:10px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:3;box-shadow:0 2px 12px #0003;transition:transform .15s;text-align:center;line-height:1.2}@media(min-width:769px){.lottery-wheel-center{width:60px;height:60px;font-size:12px}}.lottery-wheel-center:hover{transform:translate(-50%,-50%) scale(1.08)}.lottery-wheel-center.is-spinning{pointer-events:none;opacity:.7}.lottery-chances{margin-top:8px;font-size:14px;color:var(--lottery-chances-color, #fff);text-align:center}.lottery-chances strong{color:var(--lottery-chances-strong-color, var(--custom-theme-color, #ff5b00));font-size:16px}@media(min-width:769px){.lottery-chances{margin-top:16px}.lottery-chances strong{font-size:20px}}.lottery-status-message{margin-top:10px;padding:8px 16px;border-radius:20px;font-size:13px;font-weight:600;text-align:center;background:#fef3c7;color:#92400e;animation:lotteryFadeIn .25s ease}.lottery-status-message.is-error{background:#fee2e2;color:#991b1b}.lottery-tasks{margin-bottom:16px}.lottery-tasks-title{font-size:16px;font-weight:700;margin-bottom:12px;color:#333}.lottery-task-item{display:flex;align-items:center;gap:10px;padding:10px 14px;background:#f9fafb;border-radius:10px;margin-bottom:8px;transition:background .2s}.lottery-task-item:hover{background:#f3f4f6}.lottery-task-icon{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0;overflow:hidden}.lottery-task-icon--buy{background:#dbeafe}.lottery-task-icon--social{background:#fce7f3}.lottery-task-icon--info{background:#fef3c7}.lottery-task-icon--image{background:transparent;padding:0}.lottery-task-icon img{width:100%;height:100%;object-fit:cover;display:block}.lottery-task-label{flex:1;font-size:13px;color:#333;font-weight:500}.lottery-task-desc{font-size:11px;color:#888;font-weight:400;margin-top:4px;line-height:1.4}.lottery-task-item--info{background:#fffbeb;border:1px dashed #fbbf24}.lottery-task-item--info:hover{background:#fef9e7}.lottery-task-action{flex-shrink:0}.lottery-task-btn{padding:5px 14px;border-radius:20px;border:none;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s}.lottery-task-btn--go{background:var(--custom-theme-color, #ff5b00);color:#fff}.lottery-task-btn--go:hover{filter:brightness(1.1)}.lottery-task-btn--done{background:#d1fae5;color:#065f46;cursor:default}.lottery-login{text-align:center;padding:24px 16px}.lottery-login p{color:#666;font-size:14px;margin-bottom:16px}.lottery-login-btn{display:inline-block;padding:10px 32px;background:var(--custom-theme-color, #ff5b00);color:#fff;border:none;border-radius:10rem;font-size:14px;font-weight:600;cursor:pointer;transition:filter .2s;text-decoration:none}.lottery-login-btn:hover{filter:brightness(1.1);color:#fff}.lottery-orders-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:10;background:#fffffff7;border-radius:var(--modal-corner-radius, 2rem);display:none;flex-direction:column;overflow:hidden;animation:lotteryFadeIn .25s ease}.lottery-orders-overlay.is-visible{display:flex}.lottery-orders-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #f0f0f0;flex-shrink:0}.lottery-orders-title{font-size:16px;font-weight:700;color:#333}.lottery-orders-close{width:28px;height:28px;border-radius:50%;border:none;background:#f3f4f6;cursor:pointer;font-size:14px;color:#666;display:flex;align-items:center;justify-content:center;transition:background .2s}.lottery-orders-close:hover{background:#e5e7eb}.lottery-orders-list{flex:1;overflow-y:auto;padding:12px 20px}.lottery-order-row{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;background:#f9fafb;border-radius:10px;margin-bottom:8px;gap:10px}.lottery-order-row:hover{background:#f3f4f6}.lottery-order-info{flex:1;min-width:0}.lottery-order-name{font-size:14px;font-weight:600;color:#333}.lottery-order-meta{font-size:11px;color:#888;margin-top:2px}.lottery-order-action{flex-shrink:0}.lottery-order-btn{padding:5px 16px;border-radius:20px;border:none;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s;display:inline-block}.lottery-order-btn--redeem{background:var(--custom-theme-color, #ff5b00);color:#fff}.lottery-order-btn--redeem:hover{filter:brightness(1.1)}.lottery-order-btn--redeem:disabled{opacity:.6;cursor:not-allowed}.lottery-order-btn--done{background:#d1fae5;color:#065f46;cursor:default}.lottery-records{margin-top:auto;padding-top:12px;font-size:20px;line-height:29px}.lottery-records summary{cursor:pointer;font-size:12px;font-weight:700;color:#999;text-transform:uppercase;width:219px;letter-spacing:.5px;padding:0 20px;list-style:none;display:flex;align-items:center;font-size:20px;margin-bottom:0}.lottery-records summary::-webkit-details-marker{display:none}.lottery-records[open] summary{margin-bottom:8px}.lottery-record-list{max-height:140px;overflow-y:auto;border:1px solid #f0f0f0;border-radius:10px;padding:8px 12px}.lottery-record-row{display:flex;justify-content:space-between;align-items:center;padding:4px 0;font-size:12px;color:#666;border-bottom:1px solid #f8f8f8}.lottery-record-row:last-child{border-bottom:none}.lottery-record-prize{font-weight:600;color:#333}.lottery-record-row--grand{background:linear-gradient(90deg,#fffbeb,#fef9e7);border-radius:6px;border-bottom-color:#fde68a!important;padding:5px 0}.lottery-record-row--grand .lottery-record-prize{color:#92400e}.lottery-record-code{display:inline-flex;align-items:center;gap:6px;border:0;font-family:monospace;background:#f3f4f6;padding:1px 6px;border-radius:4px;cursor:pointer;color:var(--custom-theme-color, #ff5b00);transition:background .15s}.lottery-record-code:hover{background:#e5e7eb}.lottery-record-code .copy-icon{display:block;width:16px;height:15px;padding:0;border:0;background:transparent;color:var(--custom-theme-color, #ff5b00);opacity:1;flex-shrink:0}.lottery-record-code .copy-icon svg{display:block;width:16px;height:15px}.lottery-result{position:absolute;top:0;right:0;bottom:0;left:0;z-index:20;background:#fff;display:none;flex-direction:column;align-items:center;justify-content:center;padding:32px;text-align:center;animation:lotteryFadeIn .3s ease}.lottery-result.is-visible{display:flex}.lottery-result [hidden]{display:none}@keyframes lotteryFadeIn{0%{opacity:0}to{opacity:1}}.lottery-result-icon{width:78px;height:78px;font-size:48px;margin-bottom:12px}.lottery-result-icon__image{display:block;width:78px;height:78px;object-fit:contain}.lottery-result-title{font-size:18px;font-weight:700;color:#333;margin-bottom:8px}.lottery-result-code{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:#f3f4f6;border-radius:10px;font-family:monospace;font-size:15px;font-weight:700;color:var(--custom-theme-color, #ff5b00);margin-bottom:16px;cursor:pointer;transition:background .2s}.lottery-result-code:hover{background:#e5e7eb}.lottery-result-code .copy-icon{display:inline-flex;align-items:center;justify-content:center;width:16px;height:15px;padding:0;border:0;background:transparent;color:var(--custom-theme-color, #ff5b00);cursor:pointer;flex-shrink:0}.lottery-result-code .copy-icon svg{display:block;width:16px;height:15px}@media(min-width:769px){.lottery-result-title{font-size:22px}.lottery-result-code{font-size:18px;padding:10px 20px}}.lottery-result-link{display:inline-block;padding:10px 28px;background:var(--custom-theme-color, #ff5b00);color:#fff;border-radius:10rem;text-decoration:none;font-weight:600;font-size:14px;margin-bottom:8px;transition:filter .2s}.lottery-result-link:hover{filter:brightness(1.1);color:#fff}.lottery-result-contact{font-size:13px;color:#999;margin-top:8px}.lottery-result-close{margin-top:16px;padding:8px 24px;border:1px solid #ddd;border-radius:10rem;background:#fff;cursor:pointer;font-size:13px;color:#666;transition:background .2s}.lottery-result-close:hover{background:#f9fafb}.lottery-result--grand{background:linear-gradient(135deg,#fffbeb,#fef3c7,#fde68a)}.lottery-result--grand .lottery-result-icon{font-size:64px;animation:lotteryGrandBounce .55s ease-in-out infinite alternate}.lottery-result--grand .lottery-result-icon__image{width:64px;height:64px}.lottery-result--grand .lottery-result-title{color:#92400e;font-size:26px}@keyframes lotteryGrandBounce{0%{transform:scale(1) rotate(-3deg)}to{transform:scale(1.15) rotate(3deg)}}.lottery-records[open] .records-chevron,.lottery-rules[open] .rules-chevron{transform:rotate(180deg)}.lottery-rules{margin-top:12px;padding-top:12px;border-top:1px solid #f0f0f0}.lottery-rules summary{cursor:pointer;font-size:12px;color:#999;-webkit-user-select:none;user-select:none;list-style:none;display:flex;align-items:center;gap:4px}.lottery-rules summary::-webkit-details-marker{display:none}.lottery-rules-content{font-size:12px;color:#999;line-height:1.8;padding-top:8px;white-space:pre-line}.lottery-hub{position:relative;overflow:hidden;background:var(--lottery-hub-bg-color, transparent)}.lottery-hub--has-bg{aspect-ratio:var(--lottery-hub-bg-ratio-m, var(--lottery-hub-bg-ratio, auto))}.lottery-hub__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden}.lottery-hub__bg img{width:100%;height:100%;object-fit:cover;display:block}.lottery-hub__bg img.lottery-hub__bg--pc{display:none}.lottery-hub__bg img.lottery-hub__bg--mobile{display:block}.lottery-hub__area{position:relative;z-index:1;padding:var(--lottery-hub-pt-m, var(--lottery-hub-pt, 40px)) 16px 60px}.lottery-hub__area .lottery-hub__header{margin-bottom:24px}.lottery-hub__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:24px}.lottery-hub__item{position:relative;display:flex;flex-direction:column;background:var(--card-bg-color, linear-gradient(180deg, #fffbf0 0%, #fff1da 100%));border-radius:20px;overflow:hidden}.lottery-hub__item-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none}.lottery-hub__item-bg img{width:100%;height:100%;object-fit:cover;display:block}.lottery-hub__item-bg img.lottery-hub__item-bg--pc{display:none}.lottery-hub__item-bg img.lottery-hub__item-bg--mobile{display:block}.lottery-hub__item--has-bg .lottery-hub__item-media,.lottery-hub__item--has-bg .lottery-hub__item-content{position:relative;z-index:1}.lottery-hub__item-media{display:flex;flex-direction:column;align-items:center;padding-top:20px}.lottery-hub__item-title{font-size:calc(var(--card-title-size, 24) * 1px);font-weight:700;margin:0;line-height:1.324;text-align:center;color:var(--item-title-color, #000004)}.lottery-hub__item-img-wrap{width:calc(280px * var(--lottery-hub-scale-m, 1));margin-top:10px;overflow:visible;cursor:pointer}.lottery-hub__item-img-wrap img{width:100%;height:auto;display:block}.lottery-hub__item-content{display:flex;flex-direction:column;gap:20px;padding:20px 23px 24px 30px}.lottery-hub__item-meta{margin:0;padding:0;display:flex;flex-direction:column;gap:16px}.lottery-hub__item-meta-row{display:flex;flex-direction:column;gap:4px}.lottery-hub__item-meta dt{font-size:calc(var(--card-meta-label-size, 20) * 1px);font-weight:700;color:#000004;line-height:1.324}.lottery-hub__item-meta dd{margin:0;font-size:calc(var(--card-meta-content-size, 14) * 1px);color:#ff5b00;line-height:1.714}.lottery-hub__item-meta dd p{margin:0;color:#00000499}.lottery-hub__item-meta dd li{color:#000004;list-style:disc;margin-left:1.2em}.lottery-hub__item-meta dd li::marker{color:#ff5b00}.lottery-open-btn{width:fit-content;min-height:48px;box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;background:var(--custom-theme-color, #ff5b00);color:#fff;border:none;border-radius:60px;font-family:var(--lottery-popup-font-family, "FT Terra", sans-serif);font-size:14px;font-weight:700;line-height:1.4;letter-spacing:.28px;cursor:pointer;transition:filter .2s;align-self:center}.lottery-open-btn:hover{filter:brightness(1.1)}@media(min-width:768px){.lottery-hub--has-bg{aspect-ratio:var(--lottery-hub-bg-ratio, auto)}.lottery-hub__bg img.lottery-hub__bg--pc{display:block}.lottery-hub__bg img.lottery-hub__bg--mobile{display:none}.lottery-hub__area{max-width:1600px;margin:0 auto;padding-top:var(--lottery-hub-pt, 60px);padding-bottom:80px;padding-left:80px;padding-right:80px}.lottery-hub__area .lottery-hub__header{margin-bottom:40px}.lottery-hub__list{gap:40px}.lottery-hub__item{flex-direction:row;align-items:flex-start;border-radius:20px;overflow:hidden}.lottery-hub__item--image-left{flex-direction:row}.lottery-hub__item--image-right{flex-direction:row-reverse}.lottery-hub__item-bg img.lottery-hub__item-bg--pc{display:block}.lottery-hub__item-bg img.lottery-hub__item-bg--mobile{display:none}.lottery-hub__item-media{flex:0 0 calc(599 * var(--lottery-hub-scale));padding:calc(40 * var(--lottery-hub-scale)) 0;gap:calc(16 * var(--lottery-hub-scale));justify-content:center;align-items:center}.lottery-hub__item-title{font-size:calc(var(--card-title-size-desktop, 28) * 1px);text-align:center}.lottery-hub__item-img-wrap{width:calc(400 * var(--lottery-hub-scale));margin-top:0;border-radius:12px;overflow:hidden}.lottery-hub__item-content{flex:1;padding:calc(40 *var(--lottery-hub-scale)) calc(140 * var(--lottery-hub-scale)) calc(40 * var(--lottery-hub-scale)) calc(10 * var(--lottery-hub-scale));gap:calc(24 * var(--lottery-hub-scale));justify-content:center}.lottery-hub__item-meta{gap:20px}.lottery-hub__item-meta-row{gap:4px}.lottery-hub__item-meta dt{font-size:calc(var(--card-meta-label-size-desktop, 24) * var(--lottery-hub-scale))}.lottery-hub__item-meta dd{font-size:calc(var(--card-meta-content-size-desktop, 16) * var(--lottery-hub-scale));line-height:1.625}.lottery-open-btn{padding:12px 24px;font-size:calc(var(--card-button-size-desktop, 16) * var(--lottery-hub-scale));border-radius:60px;align-self:flex-start}}.lottery-result-desc{font-size:14px;color:#666;margin-bottom:20px;max-width:360px}lottery-popup{--lottery-popup-left-background: var(--lottery-wheel-bg, #006b2d);--lottery-popup-right-background: #fff;--lottery-popup-content-width: 389px;--lottery-popup-content-top: 40px;--lottery-popup-task-title-gap: 30px;--lottery-popup-task-height: 66px;--lottery-popup-task-gap: 14px;--lottery-popup-task-background: #f5f5f5;--lottery-popup-wheel-size: 335px;--lottery-popup-wheel-top: 50px;--lottery-popup-content-bottom: 40px;--lottery-popup-font-family: "FTTerra", "FT Terra", var(--font-body-family, sans-serif);--custom-theme-color: var(--lottery-popup-primary-color, #ff5b00);--modal-corner-radius: var(--lottery-popup-radius, 32px)}.lottery-overlay{padding:12px;box-sizing:border-box;background:#0000008c}.lottery-container{width:95vw;max-width:95vw;max-height:80vh;border-radius:1.2rem;background:var(--lottery-popup-right-background);box-shadow:0 24px 80px #00000038}.lottery-left{position:relative;box-sizing:border-box;background-color:var(--lottery-popup-left-background);background-image:var(--lottery-wheel-bg-image-mobile, none);background-position:center;background-repeat:no-repeat;background-size:cover;min-height:420px;padding:0 16px 24px;font-family:var(--lottery-popup-font-family)}.lottery-right{box-sizing:border-box;background:var(--lottery-popup-right-background);font-family:var(--lottery-popup-font-family)}.lottery-right,.lottery-right-body,.lottery-record-list{scrollbar-width:none;-ms-overflow-style:none}.lottery-container::-webkit-scrollbar,.lottery-right::-webkit-scrollbar,.lottery-right-body::-webkit-scrollbar,.lottery-record-list::-webkit-scrollbar{display:none}.lottery-tasks{width:min(100%,var(--lottery-popup-content-width));margin:0 auto}.lottery-tasks-title{margin:0 0 28px;color:#000004;font-family:var(--lottery-popup-font-family);font-size:22px;font-weight:600;line-height:28px}.lottery-tasks-list{display:flex;flex-direction:column;gap:var(--lottery-popup-task-gap)}.lottery-task-item{box-sizing:border-box;min-height:64px;margin:0;padding:8px;gap:12px;border-radius:6px;background:var(--lottery-popup-task-background)}.lottery-task-item:hover{background:var(--lottery-popup-task-background)}.lottery-task-item--info{border:0}.lottery-task-icon{width:48px;height:48px;border-radius:10px;background:transparent;font-size:20px}.lottery-task-icon img{width:100%;height:100%;object-fit:cover}.lottery-task-label{min-width:0;color:#000;font-family:var(--lottery-popup-font-family);font-size:16px;font-weight:400;line-height:26px}.lottery-task-desc{color:#00000499;font-family:var(--lottery-popup-font-family);font-size:14px;font-weight:400;margin-top:4px;line-height:1.35}.lottery-task-action{margin-left:auto}.lottery-task-btn{display:inline-flex;min-height:40px;box-sizing:border-box;align-items:center;justify-content:center;padding:8px 16px;border-radius:60px;font-family:var(--lottery-popup-font-family);font-size:12px;font-weight:700;line-height:1.4;letter-spacing:.28px;text-decoration:none;white-space:nowrap}.lottery-task-btn--go{background:var(--lottery-popup-primary-color);color:#fff}.lottery-task-btn--done{background:#d9f2e5}.lottery-wheel-wrapper{width:min(var(--lottery-popup-wheel-size),calc(100vw - 64px));max-width:none;margin-top:28px}.lottery-wheel-center{display:block;width:43px;height:65px;border-radius:0;background:transparent;box-shadow:none;cursor:default;pointer-events:none;top:calc(50% - 18px)}.lottery-wheel-center img{display:block;width:43px;height:65px}.lottery-wheel-cta{display:inline-flex;min-height:48px;box-sizing:border-box;align-items:center;justify-content:center;margin-top:30px;padding:12px 24px;border:0;border-radius:60px;background:var(--lottery-popup-primary-color);color:#fff;cursor:pointer;font-family:var(--lottery-popup-font-family);font-size:14px;font-weight:700;line-height:1.4;letter-spacing:.28px;text-decoration:none}.lottery-wheel-cta:hover,.lottery-task-btn--go:hover{filter:brightness(1.08)}.lottery-wheel-cta.is-spinning{pointer-events:none;opacity:.7}.lottery-chances{margin-top:15px;color:#858585;font-family:var(--lottery-popup-font-family);font-size:14px;font-weight:400;line-height:20px;text-align:center}.lottery-chances strong{color:var(--lottery-chances-strong-color, var(--custom-theme-color, #ff5b00));font-size:inherit;font-weight:700}.lottery-status-message{position:absolute;right:24px;bottom:24px;left:24px;z-index:4;margin:0}.lottery-records{width:min(100%,var(--lottery-popup-content-width));box-sizing:border-box;margin:32px auto 0;padding-top:10px;border-top:1px solid rgba(0,0,4,.2)}.lottery-records summary{margin-bottom:11px;color:#00000499;font-family:var(--lottery-popup-font-family);font-size:16px;font-weight:400;line-height:21px;letter-spacing:0;text-transform:none;gap:6px}.lottery-records[open] summary{margin-bottom:11px}.lottery-record-list{display:flex;flex-direction:column;gap:12px;box-sizing:border-box;min-height:66px;max-height:220px;padding:10px 12px;border:.5px solid rgba(0,0,0,.2);border-radius:6px;overflow-y:auto}.lottery-record-row{min-height:46px;padding:10px;gap:12px;border-bottom:0;color:#000004;font-family:var(--lottery-popup-font-family);font-size:16px}.lottery-record-prize{min-width:0;color:#000004;font-size:16px;font-weight:600}.lottery-record-code{min-height:46px;box-sizing:border-box;justify-content:center;min-width:0;flex:1 1 160px;padding:10px 20px 11px;border-radius:6px;background:var(--lottery-popup-task-background);font-family:var(--lottery-popup-font-family);font-size:16px;line-height:25px;font-weight:700}@media(min-width:769px){.lottery-overlay{padding:16px}.lottery-container{flex-direction:row;width:min(var(--lottery-popup-width, 860px),calc(100vw - 32px));height:min(var(--lottery-popup-height, 540px),calc(100vh - 32px));max-width:calc(100vw - 32px);max-height:calc(100vh - 32px);border-radius:var(--lottery-popup-radius, 32px)}.lottery-left,.lottery-right{min-width:0}.lottery-left{flex:0 0 min(400px,46.5116%);width:min(400px,46.5116%)}.lottery-right{flex:1 1 auto;width:auto}.lottery-left{justify-content:flex-start;min-height:0;padding:0;background-image:var(--lottery-wheel-bg-image, none)}.lottery-right-body{flex:1 1 auto;height:100%;overflow-y:auto;margin-top:var(--lottery-popup-content-top);margin-right:24px;margin-bottom:var(--lottery-popup-content-bottom);margin-left:47px;min-height:0;justify-content:center}.lottery-wheel-wrapper{width:min(var(--lottery-popup-wheel-size),calc(100% - 32px));margin-top:var(--lottery-popup-wheel-top)}.lottery-wheel-center{top:calc(50% - 15px)}.lottery-tasks-title{margin-bottom:var(--lottery-popup-task-title-gap);font-size:24px}.lottery-task-item{min-height:var(--lottery-popup-task-height);padding:9px 12px}.lottery-task-label{font-size:18px}.lottery-task-btn{min-height:48px;padding:12px 24px;font-size:14px}.lottery-records{margin:auto auto 0}.lottery-record-row{flex-wrap:nowrap;font-size:20px}.lottery-record-prize{font-size:18px}.lottery-record-code{min-width:219px;flex:0 0 auto;font-size:18px}}@media(prefers-reduced-motion:reduce){.lottery-overlay,.lottery-container,.lottery-result{animation:none;transition:none}}
/*# sourceMappingURL=/cdn/shop/t/115/assets/lottery-popup.css.map */
