.discover_teaser_holder{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.discover-card{display:flex;flex-direction:column;align-items:center;gap:12px;padding:24px 12px 18px;background:var(--grey-5);border-radius:12px;text-align:center;font-weight:700;font-size:.9375rem;color:var(--grey-700);transition:background 0.15s ease}.discover-card:hover{color:var(--grey-700);background:var(--grey-10)}.discover-card img{width:90px;height:90px}.color-aurora-wrap{position:relative;border-radius:24px}.color-aurora{display:block;width:100%;height:150px;border-radius:24px;cursor:crosshair}.color-aurora-wrap::before{content:'';position:absolute;inset:0;border-radius:24px;pointer-events:none;z-index:1;background:linear-gradient(180deg,rgb(255 255 255 / .22) 0%,rgb(255 255 255 / .03) 26%,#fff0 50%),linear-gradient(122deg,rgb(255 255 255 / .12) 0%,#fff0 42%,#fff0 80%,rgb(255 255 255 / .09) 100%);box-shadow:inset 0 2px 5px rgb(255 255 255 / .5),inset 0 -5px 12px rgb(0 0 0 / .1),inset 0 0 6px 5px rgb(255 255 255 / .09)}.color-aurora-wrap::after{content:'';position:absolute;inset:0;border-radius:24px;padding:7px;pointer-events:none;z-index:2;background:conic-gradient(from -65deg at 50% 50%,rgb(255 255 255 / .9),rgb(255 255 255 / .35) 22% 38%,rgb(255 255 255 / .95) 50%,rgb(255 255 255 / .35) 64% 92%,rgb(255 255 255 / .9)),linear-gradient(180deg,rgb(255 255 255 / .5),rgb(255 255 255 / .22));mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);mask-composite:exclude;-webkit-mask-composite:xor}.color-hint{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:3;pointer-events:none;font-size:.875rem;font-weight:400;letter-spacing:.02em;white-space:nowrap;color:rgb(255 255 255 / .78);background:linear-gradient(90deg,rgb(255 255 255 / .78) 0%,rgb(255 255 255 / .78) 38%,rgb(255 255 255 / .4) 46%,rgb(255 255 255) 50%,rgb(255 255 255 / .4) 54%,rgb(255 255 255 / .78) 62%,rgb(255 255 255 / .78) 100%);background-size:300% 100%;background-position:100% 0;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:#fff0;animation:hintGlow 2s ease-in-out 0.4s 1 both,hintBreathe 6s ease-in-out infinite}@keyframes hintGlow{from{background-position:100% 0}to{background-position:0% 0}}@keyframes hintBreathe{0%,100%{transform:translate(-50%,-50%) scale(1)}50%{transform:translate(-50%,-50%) scale(1.06)}}@media (prefers-reduced-motion:reduce){.color-hint{animation:none;background-position:0 0}}.color_indicator{width:100%;min-height:400px}.color_indicator .pgrid img{filter:grayscale(1);opacity:.65;transition:filter 1.4s ease,opacity 1.4s ease}.color_indicator.revealed .pgrid img{filter:grayscale(0);opacity:1}.dupe_item{border-top:1px solid var(--grey-10);width:100%;display:table;padding:10px;margin:5px 0 5px 0}.dupe_main img{height:35px}@media only screen and (max-width:620px){.discover_teaser_holder{grid-template-columns:repeat(2,1fr);grid-gap:6px}}