.drum{--drum-size: min(291px, 50vh);--drum-pointer-width: 50px;--drum-pointer-height: 40px;--drum-pointer-offset: -30px;position:relative;width:var(--drum-size);height:var(--drum-size)}.drum .wheel{width:100%;height:100%;animation:drum-spin 3s cubic-bezier(.2,.8,.3,1) forwards}.drum .sector-text{font-size:var(--font-size-l);font-weight:var(--font-weight-bold);fill:var(--color-text-inverse);text-anchor:middle;dominant-baseline:central}.drum .pointer{position:absolute;right:var(--drum-pointer-offset);top:50%;transform:translateY(-50%);width:var(--drum-pointer-width);height:var(--drum-pointer-height)}@keyframes drum-spin{0%{transform:rotate(0)}to{transform:rotate(var(--drum-final-angle))}}.home-page{background:var(--gradient-bg-home);align-items:center}.action-button{display:inline-flex;align-items:center;justify-content:center;padding:var(--space-xs);border:none;border-radius:var(--border-radius-m);background:var(--gradient-cta);box-shadow:var(--shadow-cta);cursor:pointer;color:var(--color-text-inverse);text-decoration:none}.info-card{--stack-space: var(--space-s);background-color:var(--color-bg-surface);border-radius:var(--border-radius-m);padding:var(--space-l);align-items:center}.info-card .text{text-align:center;max-width:13rem}.info-card[data-state=completed] .text{font-weight:var(--font-weight-bold)}.countdown-header{position:sticky;top:0;background-color:var(--color-bg-primary);padding:var(--space-s) var(--space-m);z-index:var(--z-sticky);box-shadow:var(--shadow-s);text-align:center}.offer-card{--cluster-space: var(--space-s);--cluster-align: flex-start;--offer-card-logo-width: 6.5rem;--offer-card-logo-height: 1.875rem;padding:var(--space-s);background-color:var(--color-bg-primary);border-radius:var(--border-radius-m);box-shadow:var(--shadow-soft)}.offer-card .logo{flex-shrink:0;width:var(--offer-card-logo-width);height:var(--offer-card-logo-height);display:flex;align-items:center}.offer-card .logo img{max-width:100%;max-height:100%;object-fit:contain}.offer-card .description{flex:1}.offer-card .icon{flex-shrink:0}.offers-page{min-block-size:100vh;min-block-size:100dvh;background:var(--gradient-bg-offers)}.offers-page .list{--stack-space: var(--space-s);padding:var(--space-m)}:root{--color-red-900: #7c1b1b;--color-red-600: #bf5252;--color-red-400: #e07070;--color-red-300: #c85a5a;--color-green-500: #23bb47;--color-teal-500: #3f9ab8;--color-yellow-500: #ffc831;--color-yellow-400: #ffd700;--color-white: #ffffff;--color-gray-50: #f5f5f5;--color-gray-900: #000000;--space-3xs: .25rem;--space-2xs: .5rem;--space-xs: .75rem;--space-s: 1rem;--space-m: 1.5rem;--space-l: 2rem;--space-xl: 3rem;--space-2xl: 4rem;--space-3xl: 6rem;--font-family-base: "Inter", system-ui, -apple-system, sans-serif;--font-size-xs: .75rem;--font-size-s: .875rem;--font-size-m: 1rem;--font-size-l: 1.125rem;--font-size-xl: 1.5rem;--font-size-2xl: 2rem;--font-weight-normal: 400;--font-weight-bold: 700;--line-height-tight: 1.2;--line-height-base: 1.5;--border-radius-s: .25rem;--border-radius-m: .75rem;--border-radius-l: 1rem;--border-radius-full: 9999px;--border-width-thin: 1px;--border-width-thick: 2px;--shadow-s: 0 2px 8px rgb(0 0 0 / .08);--shadow-m: 0 4px 16px rgb(0 0 0 / .1);--shadow-soft: 0 0 16px var(--color-gray-50);--z-sticky: 200;--z-modal-backdrop: 300;--z-modal: 400;--duration-fast: .15s;--duration-normal: .3s;--duration-slow: .5s;--ease-default: cubic-bezier(.4, 0, .2, 1);--color-text-primary: var(--color-gray-900);--color-text-inverse: var(--color-gray-50);--color-bg-primary: var(--color-white);--color-bg-surface: var(--color-gray-50);--gradient-bg-home: linear-gradient(164deg, var(--color-red-900) 4%, var(--color-red-600) 98%);--gradient-bg-offers: linear-gradient( 162deg, var(--color-yellow-500) 4%, var(--color-red-600) 98% );--gradient-cta: linear-gradient(110deg, var(--color-green-500) 1.5%, var(--color-teal-500) 102%);--shadow-cta: 0 4px 16px var(--color-teal-500);--gutter: var(--space-m);--text-body: var(--font-size-l)}*,*:before,*:after{box-sizing:border-box}*{margin:0;padding:0}html{-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none}body{min-height:100vh;line-height:var(--line-height-base);-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}h1,h2,h3,h4,h5,h6{overflow-wrap:break-word;text-wrap:balance}p{overflow-wrap:break-word;text-wrap:pretty}a{text-decoration-skip-ink:auto;color:currentColor}:target{scroll-margin-block:5ex}body{font-family:var(--font-family-base);font-size:var(--text-body);color:var(--color-text-primary);background-color:var(--color-bg-primary)}:focus-visible{outline:var(--border-width-thick) solid var(--color-teal-500);outline-offset:2px}::selection{background-color:var(--color-teal-500);color:var(--color-text-inverse)}.stack{display:flex;flex-direction:column;justify-content:flex-start}.stack>*{margin-block:0}.stack>*+*{margin-block-start:var(--stack-space, var(--space-m))}.cover{display:flex;flex-direction:column;min-block-size:var(--cover-min-height, 100vh);min-block-size:var(--cover-min-height, 100dvh);padding:var(--cover-padding, var(--gutter))}.cover>*{margin-block:var(--space-m)}.cover>:first-child:not(.cover-centered){margin-block-start:0}.cover>:last-child:not(.cover-centered){margin-block-end:0}.cover>.cover-centered{margin-block:auto}.cluster{display:flex;flex-wrap:wrap;gap:var(--cluster-space, var(--space-s));justify-content:var(--cluster-justify, flex-start);align-items:var(--cluster-align, center)}.visually-hidden{clip:rect(0 0 0 0);clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}
