@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");:root{--small-desktop-font-size:14px;--small-desktop-card-height:26px;--small-desktop-card-width:38px;--small-desktop-label-size:7px;--small-desktop-container-gap:6px;--small-tablet-font-size:12px;--small-tablet-card-height:22px;--small-tablet-card-width:34px;--small-tablet-label-size:6px;--small-tablet-container-gap:4px;--small-mobile-font-size:10px;--small-mobile-card-height:18px;--small-mobile-card-width:28px;--small-mobile-label-size:5px;--small-mobile-container-gap:3px;--normal-desktop-font-size:24px;--normal-desktop-card-height:40px;--normal-desktop-card-width:60px;--normal-desktop-label-size:11px;--normal-desktop-container-gap:12px;--normal-tablet-font-size:20px;--normal-tablet-card-height:36px;--normal-tablet-card-width:54px;--normal-tablet-label-size:10px;--normal-tablet-container-gap:10px;--normal-mobile-font-size:16px;--normal-mobile-card-height:30px;--normal-mobile-card-width:45px;--normal-mobile-label-size:8px;--normal-mobile-container-gap:6px;--large-desktop-font-size:32px;--large-desktop-card-height:56px;--large-desktop-card-width:84px;--large-desktop-label-size:14px;--large-desktop-container-gap:16px;--large-tablet-font-size:28px;--large-tablet-card-height:48px;--large-tablet-card-width:72px;--large-tablet-label-size:12px;--large-tablet-container-gap:14px;--large-mobile-font-size:20px;--large-mobile-card-height:36px;--large-mobile-card-width:54px;--large-mobile-label-size:10px;--large-mobile-container-gap:8px}.countdown-component{display:flex;flex-direction:column;align-items:flex-end;font-family:Poppins,sans-serif;width:100%}.countdown-component.mobile{align-items:center;gap:8px;padding:12px 8px;max-width:100%}.timer-label{font-weight:500;color:#888;text-align:right;margin-bottom:2px;align-self:flex-end;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.countdown-component.mobile .timer-label{text-align:center;align-self:center;margin-bottom:4px;letter-spacing:.3px}.cards-container{display:flex;flex-wrap:nowrap;justify-content:flex-end;align-items:center;width:100%;overflow-x:auto;padding:0}.countdown-component.mobile .cards-container{justify-content:center;padding:4px 0}.flip-card-container{display:flex;flex-direction:column;align-items:center;gap:8px}.countdown-component.mobile .flip-card-container{gap:4px;min-width:auto}.flip-card{position:relative;display:flex;flex-direction:column;perspective:200px;gap:0;width:100%}.card-bottom,.card-flip-bottom,.card-flip-top,.card-top{background-image:url(/images/promo/timer-bg.png);background-size:cover;background-position:50%;background-repeat:no-repeat;color:#fff;font-weight:700;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 4px rgba(0,0,0,.3);overflow:hidden;font-family:Poppins,sans-serif;position:relative;line-height:1;transition:all .2s ease}.card-flip-top,.card-top{border-bottom:.5px solid #272424;border-radius:4px 4px 0 0}.card-bottom,.card-flip-bottom{border-radius:0 0 4px 4px;box-shadow:inset 0 -1px 3px rgba(0,0,0,.3)}.card-flip-top span,.card-top span{top:0}.card-bottom span,.card-flip-bottom span,.card-flip-top span,.card-top span{position:absolute;left:50%;transform:translateX(-50%);display:flex;align-items:center;justify-content:center;width:100%;text-shadow:0 1px 2px rgba(0,0,0,.7)}.card-bottom span,.card-flip-bottom span{bottom:0}.card-flip-top{position:absolute;top:0;transform-origin:bottom;animation:flip-top .3s ease-in-out forwards;z-index:2}.card-flip-bottom{position:absolute;bottom:0;transform-origin:top;transform:rotateX(-90deg);animation:flip-bottom .3s ease-in-out .15s forwards;z-index:1}@keyframes flip-top{0%{transform:rotateX(0deg)}to{transform:rotateX(90deg)}}@keyframes flip-bottom{0%{transform:rotateX(-90deg)}to{transform:rotateX(0deg)}}.card-label{color:#888;font-weight:500;text-transform:uppercase;letter-spacing:1px;text-align:center;margin-top:3px;font-family:Poppins,sans-serif;white-space:nowrap}.countdown-component.mobile .card-label{margin-top:2px;letter-spacing:.5px}.countdown-component.small .timer-label{font-size:var(--small-desktop-label-size);margin-bottom:1px}.countdown-component.small .cards-container{gap:var(--small-desktop-container-gap)}.countdown-component.small .flip-card-container{min-width:var(--small-desktop-card-width);gap:4px}.countdown-component.small .card-bottom,.countdown-component.small .card-flip-bottom,.countdown-component.small .card-flip-top,.countdown-component.small .card-top{font-size:var(--small-desktop-font-size);width:var(--small-desktop-card-width)}.countdown-component.small .card-flip-top,.countdown-component.small .card-top{height:calc(var(--small-desktop-card-height) * 6 / 11)}.countdown-component.small .card-bottom,.countdown-component.small .card-flip-bottom{height:calc(var(--small-desktop-card-height) * 5 / 11)}.countdown-component.small .card-bottom span,.countdown-component.small .card-flip-bottom span,.countdown-component.small .card-flip-top span,.countdown-component.small .card-top span{height:var(--small-desktop-card-height)}.countdown-component.small .card-label{font-size:var(--small-desktop-label-size)}.countdown-component.normal .timer-label{font-size:var(--normal-desktop-label-size)}.countdown-component.normal .cards-container{gap:var(--normal-desktop-container-gap)}.countdown-component.normal .flip-card-container{min-width:var(--normal-desktop-card-width)}.countdown-component.normal .card-bottom,.countdown-component.normal .card-flip-bottom,.countdown-component.normal .card-flip-top,.countdown-component.normal .card-top{font-size:var(--normal-desktop-font-size);width:var(--normal-desktop-card-width)}.countdown-component.normal .card-flip-top,.countdown-component.normal .card-top{height:calc(var(--normal-desktop-card-height) * 6 / 11)}.countdown-component.normal .card-bottom,.countdown-component.normal .card-flip-bottom{height:calc(var(--normal-desktop-card-height) * 5 / 11)}.countdown-component.normal .card-bottom span,.countdown-component.normal .card-flip-bottom span,.countdown-component.normal .card-flip-top span,.countdown-component.normal .card-top span{height:var(--normal-desktop-card-height)}.countdown-component.normal .card-label{font-size:var(--normal-desktop-label-size)}.countdown-component.large{gap:8px;padding:12px}.countdown-component.large .timer-label{font-size:var(--large-desktop-label-size);margin-bottom:4px}.countdown-component.large .cards-container{gap:var(--large-desktop-container-gap)}.countdown-component.large .flip-card-container{min-width:var(--large-desktop-card-width)}.countdown-component.large .card-bottom,.countdown-component.large .card-flip-bottom,.countdown-component.large .card-flip-top,.countdown-component.large .card-top{font-size:var(--large-desktop-font-size);width:var(--large-desktop-card-width)}.countdown-component.large .card-flip-top,.countdown-component.large .card-top{height:calc(var(--large-desktop-card-height) * 6 / 11)}.countdown-component.large .card-bottom,.countdown-component.large .card-flip-bottom{height:calc(var(--large-desktop-card-height) * 5 / 11)}.countdown-component.large .card-bottom span,.countdown-component.large .card-flip-bottom span,.countdown-component.large .card-flip-top span,.countdown-component.large .card-top span{height:var(--large-desktop-card-height)}.countdown-component.large .card-label{font-size:var(--large-desktop-label-size)}.countdown-complete{display:flex;align-items:center;justify-content:center;padding:20px}.countdown-component.mobile .countdown-complete{padding:12px}.complete-message{font-size:24px;font-weight:700;color:#4caf50;text-align:center;font-family:Poppins,sans-serif;display:flex;align-items:center;gap:8px}.countdown-component.mobile .complete-message{font-size:18px;gap:6px}.complete-message .emoji{font-size:28px;animation:bounce 1s ease-in-out infinite alternate}.countdown-component.mobile .complete-message .emoji{font-size:20px}.complete-message .text{white-space:nowrap}@keyframes bounce{0%{transform:translateY(0)}to{transform:translateY(-5px)}}@media (max-width:480px){.countdown-component{align-items:center!important;gap:6px;padding:8px 4px}.timer-label{text-align:center!important;align-self:center!important;margin-bottom:3px;letter-spacing:.3px!important}.cards-container{justify-content:center!important;padding:2px 0}.flip-card-container{gap:3px!important;min-width:auto!important}.card-bottom,.card-flip-bottom,.card-flip-top,.card-top{font-size:10px!important;width:26px!important}.card-flip-top,.card-top{height:calc(18px * 6 / 11)!important}.card-bottom,.card-flip-bottom{height:calc(18px * 5 / 11)!important}.card-bottom span,.card-flip-bottom span,.card-flip-top span,.card-top span{height:18px!important}.card-label{font-size:5px!important;letter-spacing:.2px!important}.cards-container{gap:3px!important}.complete-message{font-size:16px!important}.complete-message .emoji{font-size:18px!important}}@media (min-width:481px) and (max-width:767px){.countdown-component{align-items:center;gap:7px;padding:10px 6px}.timer-label{text-align:center;align-self:center}.cards-container{justify-content:center}.countdown-component.small .timer-label{font-size:var(--small-tablet-label-size)}.countdown-component.small .cards-container{gap:var(--small-tablet-container-gap)}.countdown-component.small .flip-card-container{min-width:var(--small-tablet-card-width)}.countdown-component.small .card-bottom,.countdown-component.small .card-flip-bottom,.countdown-component.small .card-flip-top,.countdown-component.small .card-top{font-size:var(--small-tablet-font-size);width:var(--small-tablet-card-width)}.countdown-component.small .card-flip-top,.countdown-component.small .card-top{height:calc(var(--small-tablet-card-height) * 6 / 11)}.countdown-component.small .card-bottom,.countdown-component.small .card-flip-bottom{height:calc(var(--small-tablet-card-height) * 5 / 11)}.countdown-component.small .card-bottom span,.countdown-component.small .card-flip-bottom span,.countdown-component.small .card-flip-top span,.countdown-component.small .card-top span{height:var(--small-tablet-card-height)}.countdown-component.small .card-label{font-size:var(--small-tablet-label-size)}.countdown-component.normal .timer-label{font-size:var(--normal-tablet-label-size)}.countdown-component.normal .cards-container{gap:var(--normal-tablet-container-gap)}.countdown-component.normal .flip-card-container{min-width:var(--normal-tablet-card-width)}.countdown-component.normal .card-bottom,.countdown-component.normal .card-flip-bottom,.countdown-component.normal .card-flip-top,.countdown-component.normal .card-top{font-size:var(--normal-tablet-font-size);width:var(--normal-tablet-card-width)}.countdown-component.normal .card-flip-top,.countdown-component.normal .card-top{height:calc(var(--normal-tablet-card-height) * 6 / 11)}.countdown-component.normal .card-bottom,.countdown-component.normal .card-flip-bottom{height:calc(var(--normal-tablet-card-height) * 5 / 11)}.countdown-component.normal .card-bottom span,.countdown-component.normal .card-flip-bottom span,.countdown-component.normal .card-flip-top span,.countdown-component.normal .card-top span{height:var(--normal-tablet-card-height)}.countdown-component.normal .card-label{font-size:var(--normal-tablet-label-size)}.countdown-component.large .timer-label{font-size:var(--large-tablet-label-size)}.countdown-component.large .cards-container{gap:var(--large-tablet-container-gap)}.countdown-component.large .flip-card-container{min-width:var(--large-tablet-card-width)}.countdown-component.large .card-bottom,.countdown-component.large .card-flip-bottom,.countdown-component.large .card-flip-top,.countdown-component.large .card-top{font-size:var(--large-tablet-font-size);width:var(--large-tablet-card-width)}.countdown-component.large .card-flip-top,.countdown-component.large .card-top{height:calc(var(--large-tablet-card-height) * 6 / 11)}.countdown-component.large .card-bottom,.countdown-component.large .card-flip-bottom{height:calc(var(--large-tablet-card-height) * 5 / 11)}.countdown-component.large .card-bottom span,.countdown-component.large .card-flip-bottom span,.countdown-component.large .card-flip-top span,.countdown-component.large .card-top span{height:var(--large-tablet-card-height)}.countdown-component.large .card-label{font-size:var(--large-tablet-label-size)}}@media (min-width:768px) and (max-width:1199px){.countdown-component{align-items:flex-end}.timer-label{text-align:right;align-self:flex-end}.cards-container{justify-content:flex-end}}@media (min-width:1200px){.countdown-component.large{gap:10px;padding:16px}.countdown-component.large .timer-label{margin-bottom:6px}.countdown-component.large .cards-container{gap:calc(var(--large-desktop-container-gap) * 1.2)}}@media (prefers-reduced-motion:reduce){.cards-container{overflow-x:visible}.countdown-component{gap:8px}.card-flip-bottom,.card-flip-top,.complete-message .emoji{animation:none}}@media (prefers-contrast:high){.timer-label{font-weight:600}.card-label,.timer-label{color:#000!important}}@media print{.countdown-component{display:none}}.typography-h4{font-weight:400;font-size:2.125rem;line-height:1.235;letter-spacing:.00735em;margin:0}.typography-h4 h1{letter-spacing:inherit;margin:inherit}.tabs-container h2,.typography-h4 h1{font-weight:inherit;font-size:inherit;line-height:inherit}.tabs-container h2{display:flex;align-items:center;gap:8px;background-color:#f8f9fa;border-radius:8px;padding:8px;overflow-x:auto;white-space:nowrap;scrollbar-width:thin;margin:0}.typography-h6 h3{font-weight:inherit;font-size:inherit;line-height:inherit;letter-spacing:inherit;margin:inherit}.typography-h5{font-weight:400;font-size:1.5rem;line-height:1.334;letter-spacing:0;margin:0}.typography-h6{font-weight:400;font-size:1.25rem;line-height:1.6;letter-spacing:.0075em;margin:0}.typography-body1{font-weight:400;font-size:1rem;line-height:1.5;letter-spacing:.00938em;margin:0}.typography-body2{font-weight:400;font-size:.875rem;line-height:1.43;letter-spacing:.01071em;margin:0}.py-4{padding-top:2rem;padding-bottom:2rem}.mt-2{margin-top:1rem}.font-weight-bold{font-weight:700!important}.font-weight-medium{font-weight:500!important}.text-secondary{color:rgba(0,0,0,.6)}.flex-1{flex:1 1}.gutterBottom{margin-bottom:.35em}.promotion-tab-bar-wrapper{position:relative;width:100%;overflow:visible;margin-bottom:1rem}.promotion-tab-bar-container{display:flex;justify-content:flex-start;align-items:center;width:100%;overflow:hidden}.promotion-tabs-container{display:flex;align-items:center;gap:8px;background-color:#f8f9fa;border-radius:8px;padding:8px;overflow-x:auto;white-space:nowrap;margin:0;-ms-overflow-style:none;scrollbar-width:none}.promotion-tabs-container::-webkit-scrollbar{display:none}.promotion-tab-item{min-width:max-content;flex-shrink:0;color:#495057;background-color:transparent;border:none;border-radius:6px;padding:8px 16px;font-size:.875rem;font-weight:500;text-transform:none;position:relative;cursor:pointer;transition:all .2s ease;min-height:36px;display:flex;align-items:center;justify-content:center;outline:none;margin:0}.promotion-tab-item:hover:not(.promotion-tab-selected){background-color:#e9ecef;color:#212529}.promotion-tab-item:focus{outline:none;box-shadow:0 0 0 2px rgba(66,133,244,.3)}.promotion-tab-selected{color:#fff!important;background-color:#4285f4!important;font-weight:600!important}.promotion-tab-selected:hover{background-color:#2563eb!important;color:#fff!important}.promotion-scroll-arrow{position:absolute;top:50%;transform:translateY(-50%);width:24px;height:30px;display:flex;align-items:center;justify-content:center;font-size:20px;background:linear-gradient(180deg,#49b3ff,#2a6cf0);color:#fff;box-shadow:0 6px 12px rgba(0,0,0,.15);z-index:2;pointer-events:none;cursor:default}.promotion-scroll-arrow-left{left:-24px;border-top-right-radius:10px;border-bottom-right-radius:10px}.promotion-scroll-arrow-right{right:-24px;border-top-left-radius:10px;border-bottom-left-radius:10px}.grid-container{display:flex;flex-wrap:wrap;width:100%;margin:0;gap:12px}.grid-item-xs-12{flex-grow:0;max-width:100%;flex-basis:100%;width:100%}.promo-box{display:flex;overflow:hidden;height:100%;gap:1rem;align-items:center}.desktop-layout{flex-direction:row}.mobile-layout{flex-direction:column}.image-section{flex:5 1;border-radius:14px;overflow:hidden;height:100%}@media (max-width:959px){.mobile-layout .image-section{flex:none!important;overflow:hidden;border-radius:0;height:-moz-fit-content;height:fit-content}.mobile-layout .details-section{width:100%;flex:none!important}.mobile-layout .typography-body2.flex-1{flex:none!important;max-height:80px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.promo-box{flex-direction:column;box-shadow:0 4px 4px 0 #00000026;border-radius:16px;gap:0}.details-section{flex-direction:column;padding:1rem}.countdown-section{justify-content:center;margin-top:1rem}.button-container{justify-content:space-between}.button-container .btn-contained{flex:1 1}}.promo-image{width:100%;height:100%;object-fit:cover;object-position:center}.details-section{flex:8 1;display:flex;gap:12px}.content-area{flex:1 1;display:flex;flex-direction:column;gap:16px}.content-area p{margin:0}.button-container{display:flex;gap:.5rem}.desktop-buttons{justify-content:flex-start}.mobile-buttons{justify-content:space-between}.mobile-buttons .btn-contained{flex:1 1}.btn-contained{display:inline-flex;align-items:center;justify-content:center;position:relative;box-sizing:border-box;background-color:transparent;outline:0;border:0;margin:0;border-radius:8px;padding:8px 30px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;text-decoration:none;font-weight:600;font-size:.875rem;line-height:1.5;letter-spacing:.02857em;text-transform:none;min-width:80px;transition:all .25s cubic-bezier(.4,0,.2,1) 0ms}.btn-primary{color:#fff;background-color:#3369ff}.btn-primary:hover{background-color:#2952cc}.btn-warning{color:#fff;background-color:#ffae1f}.btn-warning:hover{background-color:#ff9500}.btn-contained:active{transform:translateY(0);box-shadow:0 1px 4px rgba(0,0,0,.2)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media (prefers-reduced-motion:reduce){.btn-contained,.dialog-backdrop,.dialog-container,.icon-button,.tab-item{transition:none}.dialog-countdown-section{animation:none}}.countdown-section{min-width:-moz-fit-content;min-width:fit-content;height:100%}.countdown-section,.no-promotion-box{display:flex;align-items:center;flex-direction:column}.no-promotion-box{justify-content:center;min-height:200px;text-align:center;background-color:#f9f9f9;border-radius:4px;padding:2rem;border:1px dashed #ccc}.sentiment-icon{font-size:48px;margin-bottom:1rem}.dialog-backdrop{position:fixed;z-index:1300;right:0;bottom:0;top:0;left:0;background-color:rgba(0,0,0,.5);visibility:hidden;opacity:0;transition:opacity 225ms cubic-bezier(.4,0,.2,1) 0ms,visibility 225ms cubic-bezier(.4,0,.2,1) 0ms;cursor:pointer}.dialog-backdrop.open{visibility:visible;opacity:1}.dialog-container{height:100%;outline:0;display:flex;justify-content:center;align-items:center;transform:scale(.8);transition:transform 225ms cubic-bezier(.4,0,.2,1) 0ms}.dialog-backdrop.open .dialog-container{transform:scale(1)}.dialog-container:not(.fullscreen){padding:32px}.dialog-container.fullscreen{margin:16px;width:calc(100% - 32px);height:calc(100% - 32px);max-height:none;max-width:none;border-radius:12px;align-items:stretch}.dialog-content{box-shadow:0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12);color:rgba(0,0,0,.87);border-radius:4px;background-color:#fff;overflow-y:auto;display:flex;flex-direction:column;max-height:calc(100% - 64px);max-width:800px;width:100%;outline:none;cursor:default}.fullscreen .dialog-content{width:100%;height:100%;max-height:none;max-width:none;border-radius:4px}.dialog-stack{padding:24px;display:flex;flex-direction:column;gap:24px}.dialog-header{display:flex;justify-content:space-between;align-items:center}.icon-button{display:inline-flex;align-items:center;justify-content:center;position:relative;box-sizing:border-box;background-color:transparent;outline:0;border:0;margin:0;border-radius:50%;padding:12px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;text-decoration:none;color:rgba(0,0,0,.54);transition:background-color .15s cubic-bezier(.4,0,.2,1) 0ms;min-width:48px;min-height:48px;font-size:1.5rem;line-height:1}.icon-button:hover{background-color:rgba(0,0,0,.04)}.icon-button:focus{outline:2px solid #3369ff;outline-offset:2px;background-color:rgba(51,105,255,.12)}.close-icon{font-size:1.5rem;font-weight:400;line-height:1}.dialog-body{display:flex;flex-direction:column}.desktop-spacing{gap:1.5rem}.mobile-spacing{gap:1rem}.dialog-image-container{width:100%;height:-moz-fit-content;height:fit-content;position:relative;border-radius:12px;overflow:hidden}@media (max-width:899px){.dialog-image-container{height:-moz-fit-content;height:fit-content;margin-bottom:1rem;border-radius:12px;overflow:hidden}.dialog-countdown-section{top:1rem;right:1rem;padding:.5rem}}.dialog-image{width:100%;height:auto;object-fit:contain;object-position:center;border-radius:12px;display:block}.dialog-details{flex:1 1}.dialog-content-row{display:flex;flex-direction:column;gap:1rem}.dialog-text-section{min-height:0}.dialog-text-section,.dialog-text-section p{width:100%;display:flex;flex-direction:column}.dialog-text-section p{margin:0}.dialog-title-section .typography-h6{font-size:20px;font-weight:600;color:#333;margin-bottom:10px}.dialog-content-list{color:#666;line-height:1.6;font-size:inherit;font-family:inherit;max-width:100%;min-height:0;overscroll-behavior:none;overscroll-behavior-x:none}.dialog-content-list ol{padding-left:1.2rem;margin:0}.dialog-content-list li{margin-bottom:.75rem;padding-left:.25rem}.dialog-content-list li:last-child{margin-bottom:0}.dialog-content-list ul{list-style:initial;list-style-position:outside;padding-left:1.25rem;margin:0 0 1rem}.dialog-content-list ul li{display:list-item;list-style:initial}.dialog-content-list table[border],.dialog-content-list table[style*=border]{border-collapse:collapse}.dialog-content-list table[border] td,.dialog-content-list table[border] th,.dialog-content-list table[border] tr,.dialog-content-list table[border]>tbody,.dialog-content-list table[border]>tfoot,.dialog-content-list table[border]>thead,.dialog-content-list table[style*=border] td,.dialog-content-list table[style*=border] th,.dialog-content-list table[style*=border] tr,.dialog-content-list table[style*=border]>tbody,.dialog-content-list table[style*=border]>tfoot,.dialog-content-list table[style*=border]>thead{border:inherit}.dialog-content-list table[border] tr,.dialog-content-list table[style*=border] tr{border-style:solid;border-width:1px}.dialog-content-list table[style*=dotted] tr{border-style:dotted}.dialog-content-list table[style*=dashed] tr{border-style:dashed}.dialog-content-list table[style*=double] tr{border-style:double}.dialog-content-list table[style*=outset] tr{border-style:outset}.dialog-content-list table[style*=inset] tr{border-style:inset}.dialog-content-list table[style*=groove] tr{border-style:groove}.dialog-content-list table[style*=ridge] tr{border-style:ridge}.dialog-content-list table[style*="1px"] tr{border-width:1px}.dialog-content-list table[style*="2px"] tr{border-width:2px}.dialog-content-list table[style*="3px"] tr{border-width:3px}.dialog-content-list table[style*="4px"] tr{border-width:4px}.dialog-content-list table[style*="5px"] tr{border-width:5px}.dialog-content-list .table-wrapper{width:100%;overflow-x:auto;overflow-y:visible;-webkit-overflow-scrolling:touch;overscroll-behavior-x:none;overscroll-behavior:none;-webkit-touch-callout:none;margin:1rem 0}.dialog-content-list table{display:table;width:100%;table-layout:auto;border-collapse:separate;border-spacing:0;height:auto!important;max-height:none!important;min-height:auto}.dialog-content-list table thead{display:table-header-group}.dialog-content-list table tbody{display:table-row-group}.dialog-content-list table tfoot{display:table-footer-group}.dialog-content-list table tbody tr,.dialog-content-list table tfoot tr,.dialog-content-list table thead tr{display:table-row;height:auto!important;max-height:none!important}.dialog-content-list table td,.dialog-content-list table th{display:table-cell;padding:8px 12px;white-space:nowrap;height:auto!important;max-height:none!important}.dialog-content-list table tbody tr:first-child td,.dialog-content-list table tbody tr:first-child th,.dialog-content-list table tfoot tr:first-child td,.dialog-content-list table tfoot tr:first-child th,.dialog-content-list table thead tr:first-child td,.dialog-content-list table thead tr:first-child th,.dialog-content-list table tr:first-child td,.dialog-content-list table tr:first-child th{white-space:nowrap}.dialog-countdown-section{position:absolute;top:1.5rem;right:1.5rem;background:hsla(0,0%,100%,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:8px;padding:.75rem;box-shadow:0 2px 12px rgba(0,0,0,.15)}@media (max-width:899px){.details-section,.promo-box{flex-direction:column}.details-section{padding:1rem}.countdown-section{justify-content:center;margin-top:1rem}.button-container{justify-content:space-between}.button-container .btn-contained{flex:1 1}.tab-item{padding:6px 12px;font-size:.75rem;min-height:32px}.tabs-container{gap:6px;padding:6px}.btn-contained{min-height:44px;padding:12px 16px}.icon-button{min-width:48px;min-height:48px;padding:12px;font-size:1.5rem}.dialog-content-list .table-wrapper{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior-x:none;overscroll-behavior:none;-webkit-touch-callout:none}}@media (max-width:599px){.dialog-stack{padding:16px}.typography-h4{font-size:1.75rem}.dialog-image-container{height:-moz-fit-content;height:fit-content;border-radius:12px;overflow:hidden}.dialog-countdown-section{top:.75rem;right:.75rem;padding:.5rem}.tab-item{min-height:44px;padding:8px 12px}.btn-contained,.icon-button{min-height:48px}.icon-button{min-width:48px;font-size:1.5rem}.dialog-content-list .table-wrapper{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior-x:none;overscroll-behavior:none;-webkit-touch-callout:none}.dialog-container.fullscreen{margin:20px;width:calc(100% - 40px);height:calc(100% - 40px)}}