#teh-root,#teh-root *{box-sizing:border-box}#teh-root.teh-hidden{display:contents}#teh-root .teh-fab{position:fixed;left:50%;transform:translateX(-50%);bottom:16px;z-index:2147483641;display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:999px;background:rgba(20,20,20,.85);color:#F5F5F5;border:1px solid rgba(255,255,255,.15);backdrop-filter:blur(6px);cursor:pointer;user-select:none;box-shadow:0 8px 24px rgba(0,0,0,.35);font:600 14px/1 system-ui,-apple-system,Segoe UI,Roboto,Arial}#teh-root[data-position="left"] .teh-fab{left:24px;transform:none}#teh-root[data-position="right"] .teh-fab{left:auto;right:24px;transform:none}#teh-root[data-show-button="0"] .teh-fab{display:none}#teh-root .teh-fab:hover{background:rgba(20,20,20,.93)}#teh-root .teh-dot{width:8px;height:8px;border-radius:50%;background:#27AE60;box-shadow:0 0 0 2px rgba(39,174,96,.25)}#teh-root .teh-chevron{font-size:16px;line-height:1}#teh-root .teh-sheet{position:fixed;left:0;right:0;bottom:0;z-index:2147483640;display:none}#teh-root .teh-sheet.open{display:block}#teh-root .teh-panel{margin:0 auto;max-width:1280px;background:#0E0F11;color:#EDEDED;border-radius:16px 16px 0 0;border:1px solid rgba(255,255,255,.08);box-shadow:0 -16px 48px rgba(0,0,0,.5);overflow:hidden;animation:teh-slideup .35s ease;font:400 14px/1.5 system-ui,-apple-system,Segoe UI,Roboto,Arial}@media (min-width:992px){#teh-root .teh-sheet{padding:0 18px 0}#teh-root .teh-panel{max-width:1120px;width:min(1120px,calc(100% - 40px));max-height:calc(100vh - 88px);display:flex;flex-direction:column}#teh-root .teh-body{flex:0 0 auto;overflow:visible}#teh-root .teh-century-logo,#teh-root #tehInfoBar{flex:0 0 auto}#teh-root .teh-controls{padding:5px 12px 8px}#teh-root .teh-tabs{padding:3px}#teh-root .teh-tab{padding:6px 10px}#teh-root .teh-type-tabs,#teh-root .teh-sort-tabs{padding:3px}#teh-root .teh-type-tab,#teh-root .teh-sort-tab{padding:6px 10px}#teh-root .teh-search-btn{padding:6px 9px}}@keyframes teh-slideup{from{transform:translateY(24px);opacity:0}to{transform:translateY(0);opacity:1}}#teh-root .teh-header{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:10px;padding:12px 14px;border-bottom:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,0))}#teh-root .teh-header-left{display:flex;flex-direction:column;gap:2px}#teh-root .teh-header-center{display:flex;justify-content:center}#teh-root .teh-header-right{display:flex;justify-content:flex-end}#teh-root .teh-header-logo{display:block;max-height:56px;filter:drop-shadow(0 2px 8px rgba(0,0,0,.45))}#teh-root .teh-title{font-size:16px;font-weight:800;letter-spacing:.3px}#teh-root .teh-sub{font-size:12px;opacity:.8}#teh-root .teh-tabs{display:inline-flex;gap:6px;padding:4px;background:rgba(255,255,255,.06);border-radius:999px}#teh-root .teh-tab{border:0;padding:7px 10px;border-radius:999px;cursor:pointer;color:#EEE;background:transparent;font-weight:700;font-size:12px}#teh-root .teh-tab.active{background:#1C1E22;box-shadow:inset 0 0 0 1px rgba(255,255,255,.08)}#teh-root .teh-body{padding:12px 10px 14px}#teh-root .teh-slider-wrap{position:relative;--gap:14px;--cols:2;margin:0 auto}@media (min-width:768px){#teh-root .teh-slider-wrap{--cols:5}}#teh-root .teh-rail{width:100%;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;scroll-behavior:smooth}#teh-root .teh-track{display:flex;gap:var(--gap);width:100%;min-width:100%;transform:none !important}#teh-root .teh-card{position:relative;flex:0 0 calc((100% - (var(--gap) * (var(--cols) - 1))) / var(--cols));background:#0f1116;border:1px solid rgba(255,255,255,.06);border-radius:12px;overflow:hidden;aspect-ratio:1/1;min-height:0;scroll-snap-align:start}@media (max-width:640px){#teh-root .teh-card{aspect-ratio:1 / 1.08}}#teh-root .teh-img{position:absolute;inset:0;width:100%;height:100%}#teh-root .teh-img img{width:100%;height:100%;object-fit:cover;display:block}#teh-root .teh-img::after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.62),rgba(0,0,0,0) 50%)}#teh-root .teh-year-badge{position:absolute;left:8px;top:8px;font-size:12px;font-weight:800;background:rgba(0,0,0,.6);color:#F7F7F7;padding:4px 8px;border-radius:999px;border:1px solid rgba(255,255,255,.15);z-index:2}#teh-root .teh-title-overlay{position:absolute;left:0;right:0;bottom:0;padding:12px;z-index:2}#teh-root .teh-title-overlay .teh-ttl{margin:0;font-size:14px;font-weight:800;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.6)}#teh-root .teh-tooltip{position:absolute;left:50%;top:50%;bottom:auto;transform:translate(-50%,-50%);width:min(320px,calc(100% - 24px));height:58%;max-height:58%;background:rgba(15,17,22,.96);color:#fff;padding:10px 12px;border-radius:10px;border:1px solid rgba(255,255,255,.08);font-size:12px;line-height:1.4;box-shadow:0 8px 24px rgba(0,0,0,.35);opacity:0;pointer-events:none;overflow:auto;transition:opacity .2s ease,transform .2s ease;z-index:5;scrollbar-width:none;-ms-overflow-style:none}#teh-root .teh-tooltip::-webkit-scrollbar{width:0 !important;height:0 !important}#teh-root .teh-tooltip::after{display:none}#teh-root .teh-card:hover .teh-tooltip,#teh-root .teh-card.touch-tip .teh-tooltip{opacity:1;transform:translate(-50%,-50%);pointer-events:auto}#teh-root .teh-nav{display:none !important}#teh-root .teh-btn{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:999px;display:grid;place-items:center;background:rgba(0,0,0,.45);border:1px solid rgba(255,255,255,.15);color:#F5F5F5;font-size:18px;font-weight:900;cursor:pointer;pointer-events:auto}#teh-root .teh-btn:hover{background:rgba(0,0,0,.65)}#teh-root .teh-btn.prev{left:-6px}#teh-root .teh-btn.next{right:-6px}#teh-root .teh-century-wrap{position:relative;margin:12px 0 0;padding:6px 0 0;overflow:hidden}#teh-root .teh-century-inner{position:relative;will-change:transform}#teh-root .teh-century-line{width:100%}#teh-root .teh-century-labels{width:100%}#teh-root .teh-century-line{position:relative;height:1px;background:transparent;border-radius:999px}#teh-root .teh-century-seg{position:absolute;top:0;height:1px;background:rgba(255,215,0,.40);box-shadow:0 0 0 1px rgba(0,0,0,.12);border-radius:999px;left:var(--x,calc((var(--l,0) * 1%)+4px));width:var(--wpx,calc((var(--w,0) * 1%) - 8px));min-width:6px}#teh-root .teh-century-labels{position:relative;height:30px;margin-top:8px}#teh-root .teh-century-label{position:absolute;top:0;left:0;transform:translateX(-50%);padding:4px 10px;border-radius:999px;font-size:11px;font-family:'Cinzel',serif;font-weight:800;letter-spacing:.5px;text-transform:uppercase;color:#101010;background:linear-gradient(90deg,#FFD700,#FFA500);border:1px solid rgba(0,0,0,.15);box-shadow:0 10px 20px rgba(0,0,0,.35);white-space:nowrap}@media (max-width:768px){#teh-root .teh-century-label{font-size:10px;padding:4px 8px}}#teh-root .teh-century-boundary-layer{position:absolute;left:0;right:0;top:-2px;height:34px;pointer-events:none;z-index:6}#teh-root .teh-century-badge{display:inline-flex;align-items:center;justify-content:center;min-width:26px;height:22px;padding:0 8px;border-radius:999px;font-family:'Cinzel',serif;font-weight:900;font-size:11px;letter-spacing:.3px;color:#101010;background:linear-gradient(90deg,#FFD700,#FFA500);border:1px solid rgba(0,0,0,.15);box-shadow:0 10px 20px rgba(0,0,0,.35);white-space:nowrap}#teh-root .teh-century-badge.is-left{position:absolute;left:6px;top:6px}#teh-root .teh-century-badge.is-right{position:absolute;right:6px;top:6px}#teh-root .teh-century-mid{position:absolute;top:6px;left:50%;transform:translateX(-50%);display:flex;align-items:center;gap:6px}#teh-root .teh-century-mid[hidden]{display:none !important}#teh-root .teh-century-mid .teh-century-badge{position:static}#teh-root .teh-century-mid .teh-century-arrow{font-weight:900;font-size:12px;color:rgba(255,215,0,.95);text-shadow:0 2px 8px rgba(0,0,0,.55)}@media (max-width:768px){#teh-root .teh-century-badge{font-size:10px;height:20px;padding:0 7px}#teh-root .teh-century-mid{gap:5px}}#teh-root .teh-century-logo{display:flex;justify-content:center;align-items:center;padding:4px 12px 0;margin:2px 0 0}#teh-root .teh-century-logo img{max-width:100%;height:36px;width:auto;display:block;filter:drop-shadow(0 6px 14px rgba(0,0,0,.35))}@media (max-width:640px){#teh-root .teh-century-logo{padding:4px 12px 0;margin:2px 0 0}#teh-root .teh-century-logo img{height:32px}}#teh-root .teh-logo-bar{display:flex;justify-content:center;padding:8px 12px 0}#teh-root .teh-logo-bar .teh-header-logo{max-height:56px;height:auto}#teh-root .teh-datebar{display:flex;justify-content:center;align-items:center;padding:6px 14px 4px}#teh-root .teh-date-title{font-family:'Cinzel',serif;font-weight:700;font-size:22px;letter-spacing:.5px;color:#EDEDED;text-align:center}#teh-root .teh-controls{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:8px;padding:6px 12px 10px}#teh-root .teh-ctrl-left{display:flex;justify-content:flex-start}#teh-root .teh-ctrl-center{display:flex;justify-content:center}#teh-root .teh-ctrl-right{display:flex;justify-content:flex-end;align-items:center;gap:8px}#teh-root .teh-search-btn{background:#1a1f28;border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:8px 10px;cursor:pointer}#teh-root .teh-search-input{background:#16181D;color:#EDEDED;border:1px solid rgba(255,255,255,.15);border-radius:10px;padding:8px 10px;min-width:220px}@media (max-width:640px){#teh-root .teh-search-input{display:none}#teh-root.teh-search-open .teh-search-input{display:block;position:fixed;left:12px;right:12px;top:12px;z-index:1000000;min-width:unset}}#teh-root .teh-tabs .teh-tab{font-family:'Cinzel',serif}@media (max-width:640px){#teh-root .teh-panel{padding-bottom:100px}#teh-root .teh-body{padding-bottom:100px}}#teh-root .teh-title{font-family:'Cinzel',serif;font-weight:700}#teh-root #tehInfoBar{display:block !important;visibility:visible !important;position:relative;z-index:5;margin:6px 0 4px 0;padding:10px 12px;font-size:13px;line-height:1.45;border-radius:10px;background:#0f172a;color:#e5e7eb;border:1px solid rgba(255,255,255,.08);white-space:nowrap;overflow:hidden}#teh-root #tehInfoBar a{color:#93c5fd;text-decoration:underline}#teh-root .teh-marquee{overflow:hidden;white-space:nowrap}#teh-root .teh-tape{display:inline-block;white-space:nowrap;line-height:1.35;will-change:transform;animation:teh-marquee 22s linear infinite}#teh-root #tehTickerHost:hover .teh-tape{animation-play-state:paused}@keyframes teh-marquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}@media (max-width:768px){#tehHeaderSub{font-size:.92em;line-height:1.25}}#teh-root #tehPrev,#teh-root #tehNext,#teh-root .slick-prev,#teh-root .slick-next,#teh-root .swiper-button-prev,#teh-root .swiper-button-next,#teh-root [aria-label="Previous"],#teh-root [aria-label="Next"]{display:none !important;visibility:hidden !important;pointer-events:none !important}#teh-root #tehTrack,#teh-root .teh-rail{scrollbar-width:none;-ms-overflow-style:none}#teh-root #tehTrack::-webkit-scrollbar,#teh-root .teh-rail::-webkit-scrollbar{height:0 !important;width:0 !important}#teh-root .teh-card{touch-action:manipulation}.teh-tooltip-mobile{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:min(320px,calc(100% - 24px));height:58%;max-height:58%;background:rgba(15,17,22,.96);color:#e5e7eb;border-radius:10px;padding:10px 12px;border:1px solid rgba(255,255,255,.08);z-index:10000;box-shadow:0 8px 24px rgba(0,0,0,.35);overflow:auto;opacity:0;pointer-events:none;transition:opacity .18s ease,transform .18s ease;scrollbar-width:none;-ms-overflow-style:none}.teh-tooltip-mobile::-webkit-scrollbar{width:0 !important;height:0 !important}.teh-tooltip-mobile.show{opacity:1;pointer-events:auto;transform:translate(-50%,-50%)}.teh-tooltip-mobile::-webkit-scrollbar{width:0 !important;height:0 !important}#teh-root #tehTickerHost{display:block;width:100%}#teh-root .teh-nav,#teh-root .teh-btn.prev,#teh-root .teh-btn.next{display:none !important;visibility:hidden !important;pointer-events:none !important}#teh-root{--teh-fab-gap:10px;--teh-ticker-gap:10px;--teh-mobile-top-gap:10px}@media (max-width:768px){#teh-root{padding-top:10px}#teh-root #tehInfoBar{margin-top:var(--teh-ticker-gap) !important;margin-bottom:var(--teh-fab-gap) !important}#teh-root .teh-body,#teh-root .teh-panel{padding-bottom:calc(env(safe-area-inset-bottom)+var(--teh-fab-gap)) !important}}#teh-root .teh-card{touch-action:manipulation}@media (max-width:768px){#teh-root .teh-card{touch-action:manipulation !important}#teh-root .teh-track{touch-action:pan-x !important}#teh-root .teh-tooltip-mobile{z-index:10000}}#teh-root .teh-subcontrols{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:14px;margin:10px 0 8px}#teh-root .teh-sub-left{min-width:220px}#teh-root .teh-sub-center{justify-self:center}#teh-root .teh-sub-right{justify-self:end}#teh-root .teh-type-tabs,#teh-root .teh-sort-tabs{display:inline-flex;align-items:center;gap:6px;padding:4px;background:rgba(255,255,255,.06);border-radius:999px}#teh-root .teh-type-tab,#teh-root .teh-sort-tab{border:0;padding:7px 10px;border-radius:999px;cursor:pointer;color:#EEE;background:transparent;font-family:'Cinzel',serif;font-weight:700;font-size:11px;letter-spacing:.2px;user-select:none;touch-action:manipulation;-webkit-tap-highlight-color:transparent;line-height:1}#teh-root .teh-type-tab:hover,#teh-root .teh-sort-tab:hover{background:rgba(28,30,34,.65)}#teh-root .teh-type-tab.active,#teh-root .teh-sort-tab.active{background:#1C1E22;box-shadow:inset 0 0 0 1px rgba(255,255,255,.08)}#teh-root .teh-type-btn-icon{display:none;width:18px;height:18px;object-fit:contain}#teh-root .teh-type-btn-label{display:inline}#teh-root .teh-mini-tip{position:fixed;z-index:2147483647;padding:6px 10px;border-radius:10px;font-family:'Cinzel',serif;font-weight:700;font-size:11px;color:#fff;background:rgba(0,0,0,.82);border:1px solid rgba(255,215,0,.25);box-shadow:0 8px 22px rgba(0,0,0,.35);pointer-events:none;transform:translate(-50%,-10px);opacity:0;transition:opacity .12s ease,transform .12s ease}#teh-root .teh-mini-tip.show{opacity:1;transform:translate(-50%,-18px)}#teh-root .teh-year-badge{display:inline-flex;align-items:center;gap:8px}#teh-root .teh-year-type-icon{width:18px;height:18px;object-fit:contain;border-radius:999px;background:rgba(124,71,255,.22);box-shadow:0 0 0 1px rgba(255,255,255,.12) inset;padding:2px}#teh-root .teh-card-icon{position:absolute;top:10px;right:10px;width:18px;height:18px;border-radius:5px;overflow:hidden;background:rgba(0,0,0,.35);border:1px solid rgba(0,0,0,.55);box-shadow:0 4px 12px rgba(0,0,0,.22);z-index:4}#teh-root .teh-card-icon img{width:100%;height:100%;object-fit:contain;display:block}#teh-root .teh-card.teh-highlight{position:relative;overflow:hidden}#teh-root .teh-card.teh-highlight::before{content:"";position:absolute;inset:-30%;background:linear-gradient(135deg,rgba(255,215,0,0) 0%,rgba(255,215,0,var(--teh-hl-before-a,.35)) 45%,rgba(255,215,0,0) 70%);transform:translate(-30%,-30%) rotate(0deg);animation:teh-hl-shimmer var(--teh-hl-shimmer,3.6s) ease-in-out infinite;pointer-events:none;mix-blend-mode:screen;z-index:3}@keyframes teh-hl-shimmer{0%{transform:translate(-40%,-40%) rotate(0deg)}50%{transform:translate(20%,20%) rotate(0deg)}100%{transform:translate(60%,60%) rotate(0deg)}}#teh-root .teh-card.teh-highlight::after{content:"";position:absolute;inset:var(--teh-hl-inset,-2px);padding:var(--teh-hl-pad,2px);border-radius:inherit;background:conic-gradient( from 0deg,rgba(255,215,0,0) 0deg,rgba(255,215,0,var(--teh-hl-after-a,.55)) 40deg,rgba(255,215,0,0) 90deg,rgba(255,215,0,var(--teh-hl-after-a,.55)) 150deg,rgba(255,215,0,0) 210deg,rgba(255,215,0,var(--teh-hl-after-a,.55)) 300deg,rgba(255,215,0,0) 360deg );-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;animation:teh-hl-spin var(--teh-hl-border-spin,3.8s) linear infinite;pointer-events:none;z-index:4;opacity:var(--teh-hl-border-a,.55);filter:drop-shadow(0 10px 18px rgba(255,215,0,var(--teh-hl-shadow-a,.18)))}@keyframes teh-hl-spin{to{transform:rotate(360deg)}}#teh-root .teh-fx{position:absolute;inset:0;border-radius:inherit;overflow:hidden;pointer-events:none;z-index:2}#teh-root .teh-fx::before{content:"";position:absolute;inset:0;opacity:.75}#teh-root .teh-fx-fire::before{bottom:-40%;inset:auto 0 -40% 0;height:70%;background:radial-gradient(ellipse at 20% 100%,rgba(255,160,0,.55),rgba(255,160,0,0) 60%),radial-gradient(ellipse at 60% 100%,rgba(255,215,0,.55),rgba(255,215,0,0) 62%),radial-gradient(ellipse at 85% 100%,rgba(255,90,0,.55),rgba(255,90,0,0) 60%);filter:blur(1px);animation:teh-fire 1.6s ease-in-out infinite}@keyframes teh-fire{0%,100%{transform:translateY(0) scaleY(1);opacity:.55}50%{transform:translateY(-10px) scaleY(1.06);opacity:.75}}#teh-root .teh-fx-rain::before{background:repeating-linear-gradient( 115deg,rgba(255,255,255,.20) 0px,rgba(255,255,255,.20) 2px,rgba(255,255,255,0) 6px,rgba(255,255,255,0) 14px );opacity:.35;animation:teh-rain 0.9s linear infinite}@keyframes teh-rain{from{transform:translateY(-10%)}to{transform:translateY(10%)}}#teh-root .teh-fx-snow::before{background:radial-gradient(circle,rgba(255,255,255,.7) 0 2px,rgba(255,255,255,0) 3px) 10px 10px/48px 48px,radial-gradient(circle,rgba(255,255,255,.6) 0 1.8px,rgba(255,255,255,0) 3px) 22px 6px/56px 56px,radial-gradient(circle,rgba(255,255,255,.55) 0 1.6px,rgba(255,255,255,0) 3px) 6px 26px/60px 60px;opacity:.35;animation:teh-snow 2.4s linear infinite}@keyframes teh-snow{from{transform:translateY(-6%)}to{transform:translateY(6%)}}@media (max-width:768px){#teh-root .teh-subcontrols{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:center}#teh-root .teh-sub-left{display:none !important}#teh-root .teh-sub-center{grid-column:1 / 2}#teh-root .teh-sub-right{grid-column:2 / 3;justify-self:end}#teh-root .teh-type-tabs{display:flex;flex-wrap:nowrap;gap:6px;justify-content:flex-start;align-items:center;padding:3px}#teh-root .teh-type-tab{width:36px;height:36px;padding:0;justify-content:center}#teh-root .teh-type-btn-icon{display:block;width:18px;height:18px}#teh-root .teh-type-btn-label{display:none}#teh-root .teh-sort-tabs{padding:3px;gap:6px}#teh-root .teh-sort-tab{min-width:64px;padding:6px 10px;font-size:11px}}@media (max-width:700px){#teh-root .teh-sub-left{display:none !important}#teh-root .teh-title,#teh-root .teh-sub{display:none !important}#teh-root .teh-controls{padding:6px 10px 8px !important;gap:6px !important}#teh-root .teh-search-btn{padding:7px 9px !important;border-radius:9px !important}#teh-root .teh-tabs{padding:3px !important;gap:4px !important}#teh-root .teh-tab{padding:6px 9px !important;font-size:11px !important}#teh-root .teh-subcontrols{display:flex !important;align-items:center !important;justify-content:space-between !important;gap:8px !important;margin:8px 0 6px !important}#teh-root .teh-sub-center{flex:1 1 auto;min-width:0}#teh-root .teh-sub-right{flex:0 0 auto}#teh-root .teh-type-tabs{display:flex !important;flex-wrap:nowrap !important;gap:6px !important;padding:3px !important;border-radius:999px !important}#teh-root .teh-type-tab{width:36px !important;height:36px !important;padding:0 !important;border-radius:999px !important;display:flex !important;align-items:center !important;justify-content:center !important}#teh-root .teh-type-tab img{width:18px !important;height:18px !important}#teh-root .teh-type-btn-label{display:none !important}#teh-root .teh-type-btn-icon{display:block !important}#teh-root .teh-sort-tabs{padding:3px !important;gap:6px !important}#teh-root .teh-sort-tab{min-width:64px !important;height:36px !important;padding:0 10px !important;font-size:11px !important;border-radius:999px !important}}@media (hover:hover) and (pointer:fine){#teh-root .teh-tooltip{display:block !important}#teh-root .teh-rail{cursor:grab}#teh-root .teh-rail:active{cursor:grabbing}}.teh-hover-tip{position:fixed;z-index:999999;max-width:360px;padding:10px 12px;border-radius:12px;background:rgba(0,0,0,.92);border:1px solid rgba(255,215,0,.28);box-shadow:0 18px 40px rgba(0,0,0,.55),0 0 18px rgba(255,215,0,.12);backdrop-filter:blur(6px);pointer-events:none}.teh-hover-tip-title{font-weight:800;font-size:13px;line-height:1.2;margin:0 0 6px;color:#fff}.teh-hover-tip-desc{font-size:12px;line-height:1.35;opacity:.92;color:#fff;max-height:220px;overflow:hidden}.teh-hover-tip-foot{margin-top:8px;font-size:12px;opacity:.9}.teh-hover-tip-foot a{color:#ffd700;text-decoration:none}#teh-root .teh-card.teh-hlpreset-luxury{--hl-alpha:.55}#teh-root .teh-card.teh-hlpreset-bling{--hl-alpha:.85}