.IWC--container { transition:translate 10.3s ease-in-out; }
.IWC--hand { filter:drop-shadow(0 0 2px rgba(0,0,0,.4)); }
.IWC--hour { z-index:2; filter:drop-shadow(0 0 2px rgba(0,0,0,.8)); rotate:var(--rotate); translate:var(--pointer-translate, 0 0); }
.IWC--minute { z-index:3; filter:drop-shadow(0 0 3px rgba(0,0,0,.6)); rotate:var(--rotate); translate:var(--pointer-translate, 0 0); }
.IWC--second { z-index:4; filter:drop-shadow(0 0 4px rgba(0,0,0,.5)); rotate:var(--rotate); translate:var(--pointer-translate, 0 0); }
.IWC--small { z-index:1; filter:drop-shadow(0 0 2px rgba(0,0,0,.8)); width:calc(var(--size) * 172 / 720); height:calc(var(--size) * 172 / 720); }
.IWC--medium { z-index:3; filter:drop-shadow(0 0 2px rgba(0,0,0,.8)); width:calc(var(--size) * 344 / 720); height:calc(var(--size) * 344 / 720); }
.IWC--small-left { left:calc(var(--size) * 146 / 720); top:calc(var(--size) * 274 / 720); rotate:var(--rotate); transition:rotate .08s ease-in; }
.IWC--small-top { left:calc(var(--size) * 274 / 720); top:calc(var(--size) * 151 / 720); rotate:var(--rotate); transition:rotate .08s ease-in; }
.IWC--small-bottom { left:calc(var(--size) * 274 / 720); top:calc(var(--size) * 397 / 720); rotate:var(--rotate); }
.IWC--plate, .IWC--date-wheel, .IWC--day-wheel { filter:brightness(var(--pointer-brightness, 100%)) saturate(var(--pointer-saturation, 100%)) contrast(var(--pointer-contrast, 100%)); }
.IWC--plate { z-index:var(--plate-z-index, auto); opacity:var(--plate-opacity, 1); }
.IWC--date-wheel { z-index:-1; rotate:var(--rotate); transition:rotate .08s ease-in; top:calc(var(--size) * 2 / 720); translate:var(--pointer-translate, 0 0); }
.IWC--day-wheel { z-index:-1; rotate:var(--rotate); transition:rotate .08s ease-in; top:calc(var(--size) * 190 / 720); left:calc(var(--size) * 211 / 720); translate:var(--pointer-translate, 0 0); }
.IWC--lume { opacity:var(--lume-opacity, .1); }
