:root{--font:"Inter", -apple-system, BlinkMacSystemFont, sans-serif;--title-hero:clamp(32px, 2.8vw, 54px);--title-page:clamp(24px, 2vw, 38px);--subtitle-base:clamp(18px, 1.35vw, 26px);--subtitle-small:clamp(16px, 1vw, 17px);--subheading:clamp(14px, .83vw, 16px);--body:clamp(14px, .73vw, 14px);--body-small:clamp(14px, .73vw, 14px);--text-primary:#fffffff5;--text-secondary:#ffffff9e;--text-tertiary:#ffffff59;--glass-bg:linear-gradient(135deg, #ffffff1f 0%, #ffffff0a 100%);--glass-border:#fff3;--glass-highlight:#ffffff26;--glass-blur:40px;--glass-shadow:none;--seg-bg:#ffffff0f;--seg-selected-bg:#ffffff24;--seg-selected-border:transparent;--space-xs:clamp(8px, .52vw, 10px);--space-sm:clamp(12px, .83vw, 16px);--space-md:clamp(16px, 1.04vw, 20px);--space-lg:clamp(20px, 1.56vw, 30px);--space-xl:clamp(28px, 2.08vw, 40px);--space-2xl:clamp(40px, 3.13vw, 60px);--card-padding:clamp(24px, 1.67vw, 32px);--card-radius:16px;--card-gap:clamp(12px, .83vw, 16px);--content-max:1100px;--page-padding-x:clamp(20px, 5vw, 80px)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,video{-webkit-user-select:none;user-select:none;-webkit-user-drag:none;-webkit-touch-callout:none;pointer-events:none}body{font-family:var(--font);color:var(--text-primary);min-height:100vh;font-size:var(--body);background-color:#3d3d44;line-height:1.4;transition:background-color 1.5s;overflow-x:hidden}a{color:var(--text-secondary);text-underline-offset:4px;-webkit-text-decoration:underline #ffffff14;text-decoration:underline #ffffff14;text-decoration-thickness:1px}button{cursor:pointer;color:inherit;background:0 0;border:none;font-family:inherit}svg{flex-shrink:0}#app{min-height:100vh;position:relative}.page{align-items:center;gap:var(--space-lg);padding:var(--space-2xl) var(--page-padding-x);flex-direction:column;min-height:100vh;padding-top:100px;display:none}.page.active{display:flex}.page>*{width:100%;max-width:var(--content-max)}.bg-layer{z-index:-1;will-change:transform, opacity;transition:opacity 1.5s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1);position:fixed;inset:-300px -60px -60px}.bg-work{background:linear-gradient(var(--bg-angle,180deg), #3f3f46 0%, #404047 15%, #414149 30%, #43434b 45%, #42424a 60%, #414148 75%, #3f3f46 90%, #3e3e44 100%);opacity:1}.bg-play-layer{background:linear-gradient(var(--bg-angle,180deg), #37527c 0%, #385480 15%, #3a5782 30%, #3c5a85 45%, #3b5884 60%, #395681 75%, #37537e 90%, #36517b 100%);opacity:0}#app.bg-play .bg-work{opacity:0}#app.bg-play .bg-play-layer{opacity:1}.ambient-glow{pointer-events:none;z-index:-1;opacity:0;filter:blur(120px);will-change:transform, opacity;border-radius:50%;width:600px;height:600px;transition:opacity 1.8s cubic-bezier(.25,.46,.45,.94);position:fixed}.glow-work.glow-a{background:radial-gradient(circle,#a08cc81f 0%,#0000 70%);top:-200px;right:-150px}.glow-work.glow-b{background:radial-gradient(circle,#8ca0b41a 0%,#0000 70%);bottom:-100px;left:-200px}.glow-play.glow-c{background:radial-gradient(circle,#64a0dc24 0%,#0000 70%);top:-150px;left:-180px}.glow-play.glow-d{background:radial-gradient(circle,#508cc81f 0%,#0000 70%);bottom:-150px;right:-180px}.glow-work{opacity:.6}.glow-play,#app.bg-play .glow-work{opacity:0}#app.bg-play .glow-play{opacity:.6}.toggle-nav{z-index:1000;position:fixed;top:20px;left:50%;transform:translate(-50%)}.segmented-control{-webkit-backdrop-filter:blur(30px)saturate(1.4);backdrop-filter:blur(30px)saturate(1.4);background:linear-gradient(135deg,#ffffff1a 0%,#ffffff0a 100%);border:none;border-radius:100px;gap:0;width:196px;height:48px;padding:4px;transition:transform .15s;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 1px 3px #0003,inset 0 0 0 .5px #ffffff08}.segmented-control:before{content:"";background:var(--seg-selected-bg);z-index:0;border:.5px solid #ffffff1a;border-radius:100px;width:calc(50% - 4px);height:calc(100% - 8px);transition:transform .4s cubic-bezier(.16,1,.3,1);position:absolute;top:4px;left:4px;box-shadow:0 .5px 2px #00000014}.segmented-control.play-active:before{transform:translate(100%)}.seg-btn{color:var(--text-secondary);z-index:1;-webkit-tap-highlight-color:transparent;touch-action:manipulation;border-radius:100px;flex:1;justify-content:center;align-items:center;font-size:14px;font-weight:600;transition:color .35s;display:flex;position:relative}.seg-btn.selected{color:var(--text-primary)}.segmented-control:active{transform:none}.masthead{text-align:center;align-items:center;gap:var(--space-md);flex-direction:column;padding:clamp(60px,6vw,100px) 0 clamp(40px,4vw,60px);display:flex;position:relative;overflow:hidden}.aurora-glow{pointer-events:none;z-index:0;background:radial-gradient(600px ellipse at var(--glow-x,50%) var(--glow-y,40%), #ffffff0a 0%, #ffffff04 40%, transparent 70%);will-change:background;transition:opacity .8s;position:absolute;inset:-50%}.page-play .aurora-glow{background:radial-gradient(600px ellipse at var(--glow-x,50%) var(--glow-y,40%), #8cb4ff0d 0%, #8cb4ff05 40%, transparent 70%)}.hero-title,.hero-subtitle{z-index:1;position:relative}.spot-text{--spot-x:-200px;--spot-y:-200px;--spot-rx:-200px;--spot-ry:-200px;--spot-angle:135deg;background:radial-gradient(420px circle at var(--spot-x) var(--spot-y), #fffc 0%, #ffffffa6 30%, #ffffff80 60%, transparent 100%), radial-gradient(300px circle at var(--spot-rx) var(--spot-ry), #ffffff59 0%, #fff3 40%, transparent 80%), linear-gradient(var(--spot-angle), #ffffff9e 0%, #ffffff7a 50%, #ffffff8f 100%);-webkit-text-fill-color:transparent;cursor:default;-webkit-background-clip:text;background-clip:text}.hero-title.spot-text,.section-title.spot-text,.footer-title.spot-text{text-shadow:.4px 0 #ffffff59;background:radial-gradient(420px circle at var(--spot-x) var(--spot-y), #fffc 0%, #ffffffa6 30%, #ffffff80 60%, transparent 100%), radial-gradient(300px circle at var(--spot-rx) var(--spot-ry), #ffffff59 0%, #fff3 40%, transparent 80%), linear-gradient(var(--spot-angle), #ffffffb8 0%, #ffffff80 40%, #ffffff6b 100%);-webkit-background-clip:text;background-clip:text}.spot-text a{-webkit-text-fill-color:initial;color:var(--text-secondary)}.spot-badge{--spot-dim:.55;opacity:var(--spot-dim);transition:opacity .3s}.spot-emoji{--spot-opacity:.3;opacity:var(--spot-opacity);transition:opacity .3s;display:inline-block}.hero-title{font-size:var(--title-hero);letter-spacing:-.03em;will-change:transform;filter:drop-shadow(0 6px 18px #00000059)drop-shadow(0 2px 4px #00000026);max-width:700px;font-weight:700;line-height:1.1;transition:transform .4s cubic-bezier(.16,1,.3,1)}.hero-subtitle{font-size:var(--subheading);will-change:transform;filter:drop-shadow(0 3px 10px #00000047)drop-shadow(0 1px 3px #0000001f);max-width:58ch;min-height:2.8em;font-weight:400;line-height:1.4;transition:transform .15s ease-out}.mobile-break{display:none}.section-header{gap:var(--space-xs);padding:var(--space-sm) 0;margin-top:var(--space-xl);flex-direction:column;display:flex}.section-header-row{justify-content:space-between;align-items:center;display:flex}.logo-container{align-items:center;gap:var(--space-sm);display:flex}.icon-btn{color:#ffffffd9;background:#ffffff14;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:flex;overflow:hidden}.icon-btn img{object-fit:contain;width:100%;height:100%}.section-title{font-size:var(--subtitle-base);font-weight:700;line-height:1.2}.pill-btn{height:clamp(32px,3.5vw,40px);color:var(--text-primary);background:var(--glass-bg);-webkit-backdrop-filter:blur(20px)saturate(1.4);backdrop-filter:blur(20px)saturate(1.4);box-shadow:var(--glass-shadow);border:none;border-radius:100px;align-items:center;padding:0 clamp(14px,1.8vw,22px);font-size:clamp(13px,.85vw,14px);font-weight:600;display:flex}.section-desc{font-size:var(--body);font-weight:400;line-height:1.4}.project-grid{gap:var(--card-gap);display:flex}.project-grid.single-col{flex-direction:column}.project-grid.two-col>.project-col,.project-grid.two-col>.project-card{flex:1;min-width:0}.project-grid.two-col:not(:has(.project-col)){gap:var(--card-gap);grid-template-columns:repeat(2,1fr);display:grid}.project-grid.two-col:not(:has(.project-col))>.project-card{grid-template-rows:subgrid;grid-row:span 2;display:grid}.project-grid.two-col:not(:has(.project-col))>.project-card.card-link{flex-direction:column;grid-row:span 2;display:flex}.project-grid.three-col{gap:var(--card-gap);grid-template-columns:repeat(3,1fr);display:grid}.project-grid.three-col>.project-card{grid-template-rows:subgrid;grid-row:span 2;display:grid}.project-grid.three-col .card-title{min-height:0}.project-col{gap:var(--card-gap);flex-direction:column;display:flex}.project-grid.tablet-row{gap:var(--card-gap);grid-template-columns:2fr 1fr;display:grid}.everyday-grid>.card-tablet{grid-column:span 2;overflow:hidden}.project-grid.tablet-row>.project-card{grid-template-rows:subgrid;grid-row:span 2;display:grid}.project-card{border-radius:var(--card-radius);padding:var(--card-padding);gap:var(--space-lg);background:var(--glass-bg);-webkit-backdrop-filter:blur(var(--glass-blur)) saturate(1.4);backdrop-filter:blur(var(--glass-blur)) saturate(1.4);box-shadow:var(--glass-shadow);border:none;flex-direction:column;display:flex;position:relative;overflow:hidden}.project-card,.project-grid,.section-header,.fuel-card,.footer,.masthead{opacity:0;transform:translateY(var(--scatter-y,40px)) translateX(var(--scatter-x,0px)) scale(.98)}@keyframes gatherIn{0%{opacity:0;transform:translateY(var(--scatter-y,40px)) translateX(var(--scatter-x,0px)) scale(.98)}to{opacity:1;transform:translateY(0)translate(0)scale(1)}}.project-card-header{gap:var(--space-md);align-items:flex-start;display:flex}@media (width<=1100px){.project-card-header{flex-direction:column;gap:8px}.project-card-header .card-title{flex:none}.project-grid.three-col>.project-card{flex-direction:column;display:flex}.project-grid.three-col .card-title{min-height:0}}.card-title{font-size:var(--subtitle-small);color:var(--text-primary);flex:1;min-width:0;font-weight:700;line-height:1.2}.card-meta{font-size:var(--body-small);color:var(--text-secondary);white-space:nowrap;flex-shrink:0;align-items:center;gap:8px;font-weight:400;line-height:1.4;display:flex}.card-desc{font-size:var(--body-small);color:var(--text-primary);margin:-10px 0 0;font-weight:400;line-height:1.5}.card-link .card-desc{margin:-10px 0 0}.arrow-icon{vertical-align:middle;color:var(--text-tertiary);display:inline-block}.card-link{color:inherit;cursor:default;text-decoration:none}.card-link .project-card-header{cursor:pointer}.card-link .card-title,.card-link .card-meta{transition:color .6s cubic-bezier(.25,.46,.45,.94)}.card-link .arrow-icon{transition:filter .6s cubic-bezier(.25,.46,.45,.94),transform .6s cubic-bezier(.25,.46,.45,.94)}.card-link .project-card-header:hover .card-title,.card-link .project-card-header:hover .card-meta{color:#fffffff5}.card-link .project-card-header:hover .arrow-icon{filter:brightness(2.2);transform:translate(1.5px,-1.5px)}.card-link:active .project-card-header .card-title,.card-link:active .project-card-header .card-meta{color:#fff}.card-link:active .project-card-header .arrow-icon{filter:brightness(2.5);transform:translate(2px,-2px)}.card-image-area{pointer-events:none;cursor:default;flex-direction:column;flex:1;min-height:0;display:flex;position:relative}.card-cover-img{object-fit:cover;border-radius:8px;width:100%;height:100%;display:block}.finance-card-area{aspect-ratio:2.08;position:relative;overflow:hidden}.finance-card-area:before{content:"";opacity:.5;z-index:0;background:url(/bing.png?v=6) 50%/cover no-repeat;border-radius:8px;position:absolute;inset:0}.finance-card-area .card-cover-img{opacity:0}.fw{width:1107px;height:391px;transform:translate(-50%, -50%) scale(var(--fw-scale,.75));z-index:1;pointer-events:auto;--fw-bg:#262829;--fw-bg-dark:#212222;--fw-text1:#faf9f8;--fw-text2:#d2d0ce;--fw-text3:#edebe9;--fw-accent:#b4e6ff;--fw-green:#60bd84;--fw-red:#f66;--fw-tab-bg:#373f43;--fw-bar-gray:#7d7e7f;grid-template-rows:1fr 1fr;grid-template-columns:388fr 183fr 286fr 183fr;gap:16px;font-family:Roboto,sans-serif;display:grid;position:absolute;top:61%;left:50%;overflow:hidden}.fw-chart{background:var(--fw-bg);border-radius:12px;flex-direction:column;grid-area:1/1/3;display:flex;position:relative;overflow:hidden}.fw-chart:after,.fw-analyst:after,.fw-pe:after,.fw-ticker:after{content:"";opacity:0;pointer-events:none;border-radius:inherit;background:#ffffff0a;transition:opacity .2s;position:absolute;inset:0}.fw-chart:hover:after,.fw-analyst:hover:after,.fw-pe:hover:after,.fw-ticker:hover:after{opacity:1}.fw-chart-top{padding:18px 18px 0}.fw-chart-content,.fw-chart-title{flex-direction:column;gap:7px;display:flex}.fw-price-row{flex-wrap:nowrap;align-items:baseline;gap:6px;display:flex;overflow:hidden}.fw-price{color:var(--fw-text1);font-size:29px;font-weight:700;line-height:1}.fw-price-unit{color:var(--fw-text2);font-size:13px}.fw-price-change{align-items:center;gap:4px;min-width:0;display:flex;overflow:hidden}.fw-tri{width:11px;height:10px}.fw-change-text{color:var(--fw-green);white-space:nowrap;text-overflow:ellipsis;min-width:0;font-size:15px;font-weight:700;overflow:hidden}.fw-chart-sub{color:var(--fw-text2);margin-bottom:4px;font-size:10px;line-height:12px}.fw-tabs{background:var(--fw-bg);gap:2px;padding:7px 18px;display:flex}.fw-tab{color:#edebe9;cursor:pointer;white-space:nowrap;z-index:10;pointer-events:auto;border-radius:8px;padding:5px 14px;font-size:12px;font-weight:700;transition:background .15s,color .15s;position:relative}.fw-tab:not(.fw-tab-active):hover{background:#ffffff14}.fw-tab-active{color:#edebe9;background:#37416b}.fw-chart-body{background:var(--fw-bg-dark);flex-direction:column;flex:1;gap:4px;min-height:0;padding:7px 18px 0;display:flex;position:relative}.fw-chart-area{flex-direction:column;flex:1;min-height:0;display:flex;position:relative}.fw-chart-yaxis{flex-direction:column;flex:1;justify-content:space-between;padding-top:7px;display:flex}.fw-yaxis-row{flex-direction:column;gap:0;display:flex}.fw-yaxis-row span{color:var(--fw-text2);font-size:10px;line-height:12px}.fw-grid-line{background:#ffffff1a;width:100%;height:1px}.fw-grid-line-thick{background:#ffffff26;height:2px}.fw-xticks{justify-content:space-between;padding:0 52px 0 46px;display:flex}.fw-xtick{background:#fff3;width:1px;height:5px}.fw-chart-overlay{position:absolute;inset:7px 18px 25px 42px}.fw-chart-line{width:75%;height:70%;position:absolute;top:0;left:0;overflow:visible}.fw-chart-stroke{transition:none}.fw-prev-close{align-items:center;gap:4px;display:flex;position:absolute;top:45%;left:0;right:0}.fw-prev-line{background:repeating-linear-gradient(90deg, var(--fw-text2) 0, var(--fw-text2) 3px, transparent 3px, transparent 6px);flex:1;height:1px}.fw-prev-label{color:var(--fw-text3);white-space:nowrap;text-align:right;white-space:normal;width:40px;font-size:10px;line-height:12px}.fw-vol-bars{align-items:flex-end;gap:2px;width:75%;height:22px;display:flex;position:absolute;bottom:12px;left:0;overflow:visible}.fw-vol-bars i{background:#edebe959;flex:1;min-width:1px;max-width:2.5px;font-style:normal;display:block}.fw-chart-xaxis{color:var(--fw-text2);background:var(--fw-bg-dark);justify-content:space-between;padding:4px 37px 8px;font-size:10px;display:flex}.fw-chart-data{background:var(--fw-bg-dark);border-radius:0 0 11px 11px;gap:37px;padding:4px 18px 18px;display:flex}.fw-data-col{flex-direction:column;flex:1;gap:7px;display:flex}.fw-data-row{justify-content:space-between;font-size:12px;font-weight:700;line-height:18px;display:flex}.fw-data-row span:first-child{color:var(--fw-text3)}.fw-data-row span:last-child{color:var(--fw-text1)}.fw-analyst{background:var(--fw-bg);border-radius:12px;flex-direction:column;grid-area:1/2;align-items:center;gap:7px;padding:14px 18px 18px;display:flex;position:relative;overflow:hidden}.fw-widget-title{width:100%;color:var(--fw-text1);justify-content:space-between;align-items:center;font-size:13px;font-weight:700;display:flex}.fw-chevron{border-top:1.5px solid var(--fw-text2);border-right:1.5px solid var(--fw-text2);width:8px;height:8px;transform:rotate(45deg)}.fw-gauge{flex:1;justify-content:center;align-items:flex-end;width:100%;min-height:0;display:flex;position:relative;overflow:visible}.fw-gauge-arc{width:136px;height:68px;display:block}.fw-gauge-needle{transform-origin:bottom;width:6px;height:37px;position:absolute;bottom:-2px;left:calc(50% + 4px);transform:translate(-50%)rotate(39deg)}.fw-gauge-label{text-align:center;flex-direction:column;align-items:center;gap:4px;width:100%;display:flex}.fw-gauge-label strong{color:var(--fw-text1);font-size:18px;font-weight:700;line-height:1.1}.fw-gauge-label span{color:var(--fw-text2);font-size:12px;line-height:18px}.fw-pe{background:var(--fw-bg);border-radius:11px;flex-direction:column;grid-area:1/3;gap:7px;padding:14px 18px;display:flex;position:relative;overflow:hidden}.fw-pe-chart{flex-direction:column;flex:1;min-height:0;display:flex}.fw-pe-bars{background:repeating-linear-gradient(#ffffff1f 0 1px,#0000 1px 25%);border-bottom:2px solid #fff3;flex:1;justify-content:space-between;align-items:flex-end;height:95px;min-height:0;padding:0 11px;display:flex}.fw-pe-bar{flex-direction:column;justify-content:flex-end;align-items:center;gap:4px;width:31px;height:100%;display:flex}.fw-pe-val{color:var(--fw-text2);white-space:nowrap;font-size:10px;font-weight:700;line-height:12px}.fw-pe-val-active{color:var(--fw-text1)}.fw-pe-fill{background:var(--fw-bar-gray);border-radius:2px 2px 0 0;width:100%}.fw-pe-fill-active{background:var(--fw-accent)}.fw-pe-fill-avg{background:#7b9aa9}.fw-pe-ticks{justify-content:space-between;margin-bottom:4px;padding:0 26px;display:flex}.fw-pe-tick{background:#ffffff26;width:.5px;height:3px}.fw-pe-labels{color:var(--fw-text2);text-align:center;justify-content:space-between;padding:0;font-size:10px;display:flex}.fw-pe-labels span{white-space:nowrap;flex:1}.fw-pe-labels span:first-child{margin-left:-6px}.fw-pe-labels span:nth-child(2){margin-left:-2px}.fw-pe-labels span:last-child{margin-right:-6px}.fw-news{grid-area:2/2/auto/4;display:flex;overflow:hidden}.fw-article{border-radius:11px;flex:1;gap:4px;display:flex;overflow:hidden}.fw-news-card{cursor:pointer;flex-direction:column;flex:1;display:flex;position:relative;overflow:hidden}.fw-news-card:after{content:"";opacity:0;pointer-events:none;background:#ffffff0a;transition:opacity .2s;position:absolute;inset:0}.fw-news-card:hover:after{opacity:1}.fw-news-img{flex:1;min-height:0;overflow:hidden}.fw-news-img img{object-fit:cover;width:100%;height:100%;display:block}.fw-news-text{background:var(--fw-bg);flex-direction:column;gap:7px;padding:11px 18px 15px;display:flex}.fw-news-headline{color:var(--fw-text1);-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:13px;font-weight:700;line-height:20px;display:-webkit-box;overflow:hidden}.fw-news-meta{color:var(--fw-text2);align-items:center;gap:4px;font-size:12px;display:flex}.fw-news-favicon{vertical-align:middle;border-radius:2px;width:15px;height:15px}.fw-tickers{flex-direction:column;grid-area:1/4/3;display:flex;overflow:hidden}.fw-stocks{border-radius:12px;flex-direction:column;flex:1;gap:4px;display:flex;overflow:hidden}.fw-ticker{background:var(--fw-bg);flex-direction:column;flex:1;justify-content:space-between;padding:15px;display:flex;position:relative}.fw-ticker:first-child{border-radius:12px 12px 0 0}.fw-ticker:last-child{border-radius:0 0 12px 12px}.fw-ticker-name{color:var(--fw-text1);white-space:nowrap;text-overflow:ellipsis;font-size:12px;line-height:18px;overflow:hidden}.fw-ticker-price{color:var(--fw-text1);font-size:18px;font-weight:700;line-height:20px}.fw-ticker-change{align-items:center;gap:4px;font-size:12px;display:flex}.fw-tri-sm{width:9px;height:8px}.fw-tri-down{transform:scaleY(-1)}.fw-up{color:var(--fw-green)}.fw-down{color:var(--fw-red)}.entertainment-showcase{aspect-ratio:65/72;border-radius:8px;width:100%;position:relative;overflow:hidden;container-type:inline-size}.entertainment-bg{object-fit:cover;opacity:.5;width:100%;height:100%;position:absolute;inset:0}.ent-header{justify-content:space-between;align-items:center;width:90%;display:flex;position:absolute;top:calc(27.5% + 18px);left:50%;transform:translate(calc(4px - 50%))}.ent-header-title{color:#e5ebfa;white-space:nowrap;letter-spacing:-.02em;font-size:2.57cqi;font-weight:650}.ent-tickers{gap:.735cqi;display:flex}.ent-ticker{color:#ffffffeb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);white-space:nowrap;background:#1e2232b3;border:.3px solid #ffffff0f;border-radius:6px;align-items:center;gap:.45cqi;padding:calc(.5cqi + 1px) 1.2cqi .5cqi;font-size:1.28cqi;font-weight:550;display:flex}.ent-ticker-live{color:#f44;font-weight:700}.ent-ticker-up{color:#4caf50;font-weight:600}.ent-ticker-label{font-weight:600}.ent-ticker-logo{aspect-ratio:1;vertical-align:middle;border-radius:3px;flex-shrink:0;width:2.2cqi;height:2.2cqi;display:inline-block;position:relative;top:-1px}.ent-ticker-icon,.ent-ticker-weather{font-size:1.28cqi}.entertainment-content{align-items:flex-start;gap:3.5cqi;width:91%;display:flex;position:absolute;top:calc(33% + 20px);left:50%;transform:translate(calc(4px - 50%))}.entertainment-shorts{aspect-ratio:295/278;flex-shrink:0;width:47%;position:relative}.short-card{aspect-ratio:146/260;pointer-events:auto;border:.5px solid #ffffff1a;border-radius:3.3cqi;width:52%;transition:transform .45s cubic-bezier(.4,0,.2,1),box-shadow .45s cubic-bezier(.4,0,.2,1);position:absolute;overflow:hidden}.short-card img{object-fit:cover;width:100%;height:100%}.short-gradient{background:linear-gradient(#28252300 0%,#28252333 40%,#282523b3 70%);position:absolute;inset:0}.short-info{flex-direction:column;gap:.37cqi;display:flex;position:absolute;bottom:7%;left:12%;right:10%}.short-publisher{color:#fffc;align-items:center;gap:.4cqi;font-size:1.35cqi;font-weight:600;line-height:1;display:flex}.short-avatar{background:#ffffff40;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:1.7cqi;height:1.7cqi;display:inline-flex;overflow:hidden}.short-avatar img{object-fit:cover;width:100%;height:100%}.short-title{color:#fff;margin-top:2px;font-size:1.65cqi;font-weight:650;line-height:1.45}.short-left{z-index:1;top:50%;left:2px;transform:translateY(-50%)rotate(-8deg)}.short-left:hover{transform:translateY(-50%)rotate(0)scale(1.02);box-shadow:0 8px 24px #0006}.short-right{z-index:1;top:50%;right:2px;transform:translateY(-50%)rotate(8deg)}.short-right:hover{transform:translateY(-50%)rotate(0)scale(1.02);box-shadow:0 8px 24px #0006}.short-card.on-top{z-index:3}.entertainment-right{flex-direction:column;flex:1;gap:2.2cqi;min-width:0;display:flex}.entertainment-video{aspect-ratio:295/158;pointer-events:auto;border:.5px solid #ffffff1a;border-radius:3.3cqi;width:100%;transition:box-shadow .4s;position:relative;overflow:hidden}.entertainment-video:hover{box-shadow:0 4px 16px #0003}.entertainment-video img{object-fit:cover;width:100%;height:100%}.video-gradient{background:linear-gradient(#0000 0% 15%,#000000bf 75% 100%);position:absolute;inset:0}.video-info{flex-direction:column;gap:.37cqi;display:flex;position:absolute;bottom:14%;left:6.2%;right:6%}.video-publisher{color:#fffc;align-items:center;gap:.4cqi;font-size:1.35cqi;font-weight:600;line-height:1;display:flex}.video-avatar{background:#ffffff40;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:1.5cqi;height:1.5cqi;display:inline-flex;overflow:hidden}.video-avatar img{object-fit:cover;width:100%;height:100%}.video-title{color:#fff;white-space:nowrap;text-overflow:ellipsis;margin-top:2px;font-size:1.65cqi;font-weight:600;line-height:1.45;overflow:hidden}.video-progress{align-items:center;gap:.4cqi;width:16.5%;display:flex;position:absolute;bottom:7%;left:50%;transform:translate(-50%)}.progress-bar{background:#fff3;border-radius:1px;flex:1;height:.4cqi;overflow:hidden}.progress-bar.progress-active{background:#fff3}.progress-fill{transform-origin:0;will-change:transform;backface-visibility:hidden;background:#fff;border-radius:1px;width:100%;height:100%;transform:scaleX(0)}.progress-fill.animating{animation:5s linear forwards progressFill}@keyframes progressFill{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.video-play-icon{cursor:default;background:#1f233080;border:.5px solid #ffffff0d;border-radius:40%;justify-content:center;align-items:center;width:4.4cqi;height:4.4cqi;padding:0;transition:opacity .6s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.entertainment-video:hover .video-play-icon{opacity:0;pointer-events:none}.video-play-icon img{pointer-events:none;width:45%;height:45%;margin-left:2px}.video-flipper{cursor:pointer;background:#272320;border:none;border-radius:33%;justify-content:center;align-items:center;width:3.3cqi;height:3.3cqi;padding:0;transition:background .2s,box-shadow .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.video-flipper:hover{background:#1a1714;box-shadow:0 2px 8px #00000040}.video-flipper img{filter:brightness(0)invert(.88);pointer-events:none;object-fit:contain;width:1.8cqi;height:1.8cqi;display:block}.flipper-left{left:5%}.flipper-right{right:5%}.entertainment-games{gap:2.21cqi;display:flex}.game-tile{aspect-ratio:1;pointer-events:auto;border:none;border-radius:22%;flex:1;margin-bottom:-1px;transition:box-shadow .4s;position:relative;overflow:hidden}.game-tile:hover{box-shadow:0 4px 16px #0003}.game-tile img{object-fit:cover;width:100%;height:100%;display:block}.game-gradient{background:linear-gradient(#28252300 0%,#28252333 40%,#282523b3 70%);position:absolute;inset:0}.game-label{color:#e5ebfa;font-size:1.47cqi;font-weight:650;line-height:1.35;position:absolute;bottom:12%;left:12%;right:10%}.ent-hover-video{object-fit:cover;opacity:0;pointer-events:none;width:100%;height:100%;transition:opacity .3s;position:absolute;inset:0}.short-card:hover .ent-hover-video,.entertainment-video:hover .ent-hover-video,.game-tile:hover .ent-hover-video{opacity:1}.healthcare-devices{aspect-ratio:650/421;width:calc(100% - 24px);margin:12px auto;position:relative}.healthcare-devices:hover{perspective:800px}.healthcare-devices .device{cursor:default;transition:opacity .5s,filter .5s,transform .3s;position:absolute}.healthcare-bg{object-fit:cover;opacity:.5;backface-visibility:hidden;width:100%;height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)translateZ(0)}.healthcare-devices .device img{object-fit:contain;backface-visibility:hidden;width:100%;height:100%;display:block;transform:translateZ(0)}.device-imac{width:74.7%;height:93.4%;top:1%;left:24.5%}.device-ipad{width:46.2%;height:52.7%;bottom:4px;left:0}.device-iphone{width:13.7%;height:42.2%;bottom:0;left:41%}.healthcare-devices:hover .device{opacity:0}.healthcare-devices .device:hover{opacity:1;filter:drop-shadow(0 8px 24px #00000026);transform-style:preserve-3d}.healthcare-devices{pointer-events:auto}.shinhan-devices{aspect-ratio:650/420;pointer-events:auto;width:calc(100% - 24px);margin:12px auto;position:relative}.shinhan-devices:hover{perspective:800px}.shinhan-bg{object-fit:cover;opacity:.5;backface-visibility:hidden;width:100%;height:100%;position:absolute;top:0;left:0;transform:translateZ(0)}.shinhan-devices .device{cursor:default;transition:opacity .5s,filter .5s,transform .3s;position:absolute}.shinhan-devices .device img{object-fit:contain;backface-visibility:hidden;width:100%;height:100%;display:block;transform:translateZ(0)}.shinhan-devices .device-imac{width:74.7%;height:93.6%;top:1%;left:12.6%}.shinhan-devices .device-ipad1{width:29.4%;height:61.5%;top:36.2%;left:0}.shinhan-devices .device-iphone{width:13.5%;height:41.4%;top:57.7%;left:25.8%}.shinhan-devices .device-ipad2{width:39.8%;height:45.5%;top:52.2%;right:0}.shinhan-devices:hover .device{opacity:0}.shinhan-devices .device:hover{opacity:1;filter:drop-shadow(0 8px 24px #00000026);transform-style:preserve-3d}.card-placeholder{width:100%;height:100%;min-height:180px;color:var(--text-tertiary);background:#ffffff0a;border:none;border-radius:8px;justify-content:center;align-items:center;display:flex}.card-content{gap:var(--space-sm);flex-direction:column;flex:1;justify-content:flex-end;display:flex}.card-tall .card-placeholder{min-height:320px}.card-wide .card-placeholder{min-height:380px}.card-stretch,.card-stretch .card-image-area{flex:1}.card-stretch .card-placeholder{height:100%;min-height:300px}.sl2-header-img{z-index:10;pointer-events:none;border-radius:8px 8px 0 0;width:100%;display:block;position:absolute;top:0;left:0}.stock-l2-placeholder{background:#37373c;border-radius:8px;position:relative;overflow:hidden;container-type:size;justify-content:flex-start!important;align-items:flex-start!important}.sl2{--sl2-w:627px;--sl2-bg:#1f1f1f;--sl2-card:#292929;--sl2-fg1:#fff;--sl2-fg2:#adadad;--sl2-stroke1:#666;--sl2-stroke2:#525252;--sl2-stroke3:#3d3d3d;--sl2-brand:#235ccf;--sl2-brand-fg:#69a1fa;--sl2-green:#54b054;--sl2-red:#e37d80;box-sizing:border-box;width:var(--sl2-w);height:calc(var(--sl2-w) / 100cqi * 100cqh);color:var(--sl2-fg1);transform:scale(calc(100cqi / var(--sl2-w)));transform-origin:0 0;pointer-events:auto;border-radius:8px;flex-direction:column;flex-shrink:0;font-family:Segoe UI,sans-serif;display:flex;position:relative;overflow:hidden}.sl2-scroll{z-index:1;flex-direction:column;flex:1;gap:15px;padding:15px 20px 25px;display:flex;position:relative;overflow:hidden auto}.sl2-scroll::-webkit-scrollbar{width:0}.sl2:before{content:"";opacity:.5;pointer-events:none;z-index:0;border-radius:8px;position:absolute;inset:0}.sl2::-webkit-scrollbar{display:none}.sl2-header{z-index:1;opacity:.5;flex-direction:column;gap:10px;width:100%;margin-top:100px;padding:0 10px;display:flex;position:relative}.sl2-title-block{flex-direction:column;gap:6.5px;display:flex}.sl2-subheader{align-items:center;gap:5px;display:flex}.sl2-ticker-badge{background:var(--sl2-card);border:.635px solid var(--sl2-stroke1);text-transform:uppercase;border-radius:2.5px;padding:.5px 3.8px;font-size:6.35px;font-weight:600;line-height:8.9px}.sl2-market-info{color:var(--sl2-fg2);font-size:6.35px;line-height:8.9px}.sl2-company-name{font-size:12.7px;font-weight:600;line-height:17.8px}.sl2-prices{align-items:center;gap:10px;margin-top:-8px;display:flex}.sl2-price-today,.sl2-price-after{flex-direction:column;display:flex}.sl2-price-after{margin-top:6px}.sl2-price-row{white-space:nowrap;align-items:baseline;gap:5px;display:flex}.sl2-price-main{font-size:20.3px;font-weight:600;line-height:25.4px}.sl2-price-after-val{font-size:12.7px;font-weight:600;line-height:17.8px}.sl2-price-change{font-size:8.9px;line-height:12.7px}.sl2-green{color:var(--sl2-green)}.sl2-red{color:var(--sl2-red)}.sl2-price-label{color:var(--sl2-fg2);text-transform:uppercase;font-size:6.35px;font-weight:600;line-height:8.9px}.sl2-tabs{align-items:center;gap:6px;margin-top:-2px;display:flex}.sl2-tab{background:var(--sl2-card);border:.635px solid var(--sl2-stroke2);white-space:nowrap;border-radius:12.7px;padding:3.5px 8px 4.5px;font-size:7.6px;line-height:10.2px}.sl2-tab-active{background:var(--sl2-brand);color:var(--sl2-fg1);border-color:#0000}.sl2-tab-more{justify-content:center;align-items:center;width:12.7px;height:12.7px;display:flex}.sl2-tab-more img{width:100%;height:100%}.sl2-content{z-index:1;flex-direction:column;flex-shrink:0;gap:10px;width:100%;padding:0 10px;display:flex;position:relative}.sl2-content::-webkit-scrollbar{width:0}.sl2-overview-row{gap:28px;display:flex}.sl2-chart-left{flex-direction:column;flex:1;gap:10px;min-width:0;display:flex}.sl2-chart-card{background:var(--sl2-card);border-radius:5px;flex-direction:column;gap:10px;padding:7.6px 10.2px 10.2px;display:flex;box-shadow:0 1.27px 2.54px #00000047,0 0 1.27px #0000003d}.sl2-chart-top{justify-content:space-between;align-items:flex-start;display:flex}.sl2-chart-filters{pointer-events:auto;align-items:center;display:flex}.sl2-pivot{white-space:nowrap;cursor:pointer;color:#ffffff80;justify-content:center;align-items:center;height:18.4px;padding:3.2px 5px;font-size:9px;font-weight:600;line-height:12px;display:flex}.sl2-pivot-active{color:#fff;position:relative}.sl2-pivot-active:after{content:"";background:var(--sl2-brand-fg);height:1px;position:absolute;bottom:0;left:5px;right:5px}.sl2-chart-expand{width:12.7px;height:12.7px;margin-top:7px}.sl2-chart-expand img{width:7.6px;height:7.6px;display:block}.sl2-chart-body{flex-direction:column;display:flex}.sl2-chart-main{flex-direction:column;gap:0;display:flex}.sl2-chart-area{gap:5px;display:flex}.sl2-y-axis{color:var(--sl2-fg2);text-align:right;flex-direction:column;flex-shrink:0;justify-content:space-between;height:110px;padding-top:5px;font-size:7.62px;line-height:10.2px;display:flex}.sl2-y-axis span{justify-content:flex-end;align-items:center;height:0;display:flex}.sl2-chart-graph{pointer-events:auto;flex:1;height:110px;position:relative;overflow:hidden}.sl2-grid-lines{flex-direction:column;justify-content:space-between;display:flex;position:absolute;inset:5px 0 0}.sl2-grid-line{border-top:.635px solid var(--sl2-stroke3);height:0}.sl2-area-chart{width:100%;height:85%;position:absolute;bottom:15px;left:0;overflow:visible}.sl2-crosshair{pointer-events:none;z-index:3;background:#fff6;width:1px;transition:left .1s ease-out;display:none;position:absolute;top:0;bottom:15px}.sl2-hover-dot{pointer-events:none;z-index:5;background:currentColor;border:1.5px solid #16161c;border-radius:50%;width:7px;height:7px;transition:left .1s ease-out,top .1s ease-out;display:none;position:absolute;transform:translate(-50%,-50%)}.sl2-tooltip{z-index:4;pointer-events:none;white-space:nowrap;background:#3d3d3d;border-radius:4px;flex-direction:column;align-items:flex-start;gap:1px;padding:5px 7px;transition:left .1s ease-out,top .1s ease-out;display:none;position:absolute;transform:translateY(-50%);box-shadow:0 2px 8px #0006}.sl2-tooltip-price{color:#fff;font-size:8px;font-weight:600;line-height:11px}.sl2-tooltip-date{color:#ffffff8a;font-size:8px;line-height:11px}.sl2-prev-close{flex-direction:column;align-items:flex-end;gap:2.5px;width:100%;display:flex;position:absolute;bottom:0;right:0}.sl2-prev-close-label{color:var(--sl2-fg2);font-size:7.6px;line-height:10.2px}.sl2-prev-close-line{border-top:.635px dashed var(--sl2-stroke3);width:100%}.sl2-x-axis{color:var(--sl2-fg2);justify-content:space-between;padding-left:20px;padding-right:35px;font-size:7.62px;line-height:10.2px;display:flex}.sl2-compare{flex-direction:column;gap:5px;display:flex}.sl2-compare-header{justify-content:space-between;align-items:center;display:flex}.sl2-compare-title{font-size:8.9px;font-weight:600;line-height:12.7px}.sl2-compare-tags{gap:5px;display:flex}.sl2-compare-tag{background:var(--sl2-card);border:.635px solid #ffffff1f;border-radius:20px;padding:2.9px 5px 1.9px;font-size:6.35px;line-height:8.9px}.sl2-carousel-wrap{position:relative}.sl2-compare-carousel{align-items:center;gap:5px;display:flex;overflow:hidden}.sl2-suggestion{background:var(--sl2-card);border:.635px solid #ffffff1f;border-radius:8px;flex-direction:column;flex-shrink:0;gap:0;width:102px;padding:5px;display:flex}.sl2-sug-ticker{align-items:center;gap:2.5px;display:flex}.sl2-sug-logo{color:#242424;border-radius:100px;flex-shrink:0;justify-content:center;align-items:center;width:10.8px;height:10.8px;font-family:Helvetica,sans-serif;font-size:6.35px;display:flex}.sl2-sug-img{object-fit:cover;border-radius:80px;flex-shrink:0;width:10.8px;height:10.8px}.sl2-sug-img-outlined{outline-offset:-.5px;outline:.5px solid #fff3}.sl2-sug-symbol{flex:1;font-size:8.9px;font-weight:600;line-height:12.7px}.sl2-sug-price-val{text-align:right;width:38px;font-size:8.9px;font-weight:600;line-height:12.7px}.sl2-sug-name{color:var(--sl2-fg2);text-overflow:ellipsis;white-space:nowrap;height:12.7px;font-size:7.62px;line-height:10.2px;overflow:hidden}.sl2-sug-price-row{align-items:flex-start;gap:2.5px;display:flex}.sl2-sug-price-row .sl2-sug-name{flex:1}.sl2-sug-change{text-align:right;width:38px;font-size:8.9px;font-weight:600;line-height:12.7px}.sl2-flipper-btn{background:var(--sl2-card);z-index:2;border-radius:4px;justify-content:center;align-items:center;padding:5px 2px;display:flex;position:absolute;top:50%;right:-2px;transform:translateY(-50%);box-shadow:0 1.27px 1.27px #00000024,0 0 .635px #0000001f}.sl2-flipper-btn img{width:10.2px;height:10.2px}.sl2-overview-panel{flex-direction:column;flex-shrink:0;gap:5px;width:170px;padding-top:2.5px;display:flex}.sl2-overview-title{font-size:10.2px;font-weight:600;line-height:14px}.sl2-data-section{flex-direction:column;gap:7.6px;display:flex}.sl2-ranges{gap:15px;display:flex}.sl2-range-col{flex-direction:column;flex:1;gap:2px;display:flex}.sl2-range-label{font-size:8.9px;line-height:12.7px}.sl2-range-nums{justify-content:space-between;width:77px;font-size:7.6px;font-weight:600;line-height:10.2px;display:flex}.sl2-range-bar{width:77px;height:3.8px}.sl2-range-bar img{width:100%;height:100%;display:block}.sl2-range-pointer{flex-direction:column;align-items:center;gap:2px;width:77px;display:flex}.sl2-pointer-tri{width:5px;height:5px}.sl2-range-open{color:var(--sl2-fg2);text-align:center;font-size:8px;line-height:10px}.sl2-data-rows{flex-direction:column;gap:5px;display:flex}.sl2-data-row{border-bottom:.635px solid var(--sl2-stroke3);justify-content:space-between;align-items:center;padding-bottom:5px;font-size:8.9px;line-height:12.7px;display:flex}.sl2-data-row-last{border-bottom:none;padding-bottom:0}.sl2-data-val{text-align:right;font-weight:600}.sl2-valuation{background:var(--sl2-card);border-radius:8px;flex-direction:column;gap:5px;padding:10.2px 10.2px 14px;display:flex;box-shadow:0 1.27px 1.27px #00000047,0 0 .635px #0000003d}.sl2-val-header{flex-direction:column;gap:5px;display:flex}.sl2-val-title{align-items:center;gap:0;padding-bottom:5px;font-size:10.2px;font-weight:600;line-height:14px;display:flex}.sl2-val-chevron{width:12px;height:12px}.sl2-val-message{background:#1f1f1f;border-radius:6px;align-items:center;gap:5px;padding:10.2px 7.6px;font-size:8.9px;line-height:12.7px;display:flex;overflow:hidden}.sl2-val-msg-bold{white-space:nowrap;font-weight:600}.sl2-val-msg-text{white-space:nowrap}.sl2-val-tabs{pointer-events:auto;align-items:center;gap:0;display:flex}.sl2-val-tab{white-space:nowrap;padding:3.5px 8px 2.5px;font-size:9px;line-height:12px}.sl2-val-tab-active{font-weight:600;position:relative}.sl2-val-tab-active:after{content:"";background:var(--sl2-brand-fg);height:1px;position:absolute;bottom:0;left:8px;right:8px}.sl2-val-content{flex-shrink:0;align-items:center;gap:28px;height:157px;display:flex}.sl2-val-left{flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:2px;height:100%;display:flex}.sl2-donut-area{width:170px;height:100px;position:relative}.sl2-donut{width:89px;height:89px;position:absolute;top:50%;left:41px;transform:translateY(-50%)}.sl2-donut-svg{width:100%;height:100%;display:block}.sl2-donut-seg-circle{transition:stroke-dasharray 1.6s cubic-bezier(.22,1,.36,1)}.sl2-donut-center{flex-direction:column;align-items:center;width:51px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.sl2-donut-val{font-size:8.9px;font-weight:600;line-height:12.7px}.sl2-donut-label{font-size:7.62px;line-height:10.2px}.sl2-seg-label{align-items:center;gap:0;display:flex;position:absolute;top:-2px;left:85px;right:0}.sl2-seg-line{background:#54b054;flex:1;min-width:16px;height:1px;margin-left:2px}.sl2-seg-dot{background:#54b054;border-radius:50%;flex-shrink:0;width:5px;height:5px;margin-right:3px}.sl2-seg-text{flex-direction:column;margin-top:10px;display:flex}.sl2-seg-val{color:#fff;font-size:8.9px;font-weight:600;line-height:12.7px}.sl2-seg-name{color:var(--sl2-fg2);font-size:7.62px;line-height:10.2px}.sl2-pe-ratio{text-align:center}.sl2-pe-val{font-size:12.7px;font-weight:600;line-height:17.8px;display:block}.sl2-pe-label{font-size:8.9px;line-height:12.7px;display:block}.sl2-val-right{flex-direction:column;flex:1;min-width:0;height:100%;display:flex}.sl2-bar-chart{gap:5px;height:100%;display:flex}.sl2-bar-y-axis{color:var(--sl2-fg2);text-align:left;flex-direction:column;flex-shrink:0;order:1;justify-content:space-between;align-items:flex-start;padding-top:5px;padding-bottom:15px;font-size:7.62px;line-height:10.2px;display:flex}.sl2-bar-y-axis span{align-items:center;height:0;display:flex}.sl2-bar-area{flex:1;position:relative}.sl2-bar-grid{flex-direction:column;justify-content:space-between;display:flex;position:absolute;inset:5px 0 15px}.sl2-bar-grid-line{border-top:.635px solid var(--sl2-stroke3)}.sl2-bars{align-items:flex-end;padding:0 10.2px;display:flex;position:absolute;inset:0 0 15px}.sl2-bar-col{flex-direction:column;flex:1;justify-content:flex-end;align-items:center;gap:2.5px;height:100%;display:flex}.sl2-bar-label{white-space:nowrap;font-size:7.62px;font-weight:600;line-height:10.2px}.sl2-bar{background:var(--sl2-stroke2);border-radius:1.27px 1.27px 0 0;width:25.4px;transition:height 1.2s cubic-bezier(.22,1,.36,1)}.sl2-bar-highlight{background:#3275f0}.sl2-bar-avg{background:linear-gradient(90deg,#3275f080,#3275f080),linear-gradient(90deg,#292929,#292929)}.sl2-bar-x-axis{color:var(--sl2-fg2);margin-right:12px;padding:0 10.2px;font-size:7.62px;line-height:10.2px;display:flex}.sl2-bar-x-axis span{text-align:center;flex:1}.sl2-analyst{background:#292929;border-radius:5px;flex-direction:column;gap:18px;padding:10px;display:flex;box-shadow:0 1.27px 1.27px #00000047,0 0 .635px #0000003d}.sl2-analyst-header{flex-direction:column;gap:5px;display:flex}.sl2-analyst-title{align-items:center;gap:4px;padding-bottom:5px;font-size:10.2px;font-weight:600;line-height:14px;display:flex}.sl2-analyst-message{background:var(--sl2-bg3,#1f1f1f);white-space:nowrap;border-radius:6px;align-items:center;gap:5px;padding:10px 7.6px;font-size:8.9px;line-height:12.7px;display:flex}.sl2-analyst-msg-bold{font-weight:600}.sl2-analyst-content{flex:1;align-items:center;gap:28px;display:flex}.sl2-analyst-left{flex-direction:column;flex-shrink:0;gap:15px;width:170px;display:flex}.sl2-gauge-area{flex-direction:column;align-items:center;display:flex}.sl2-gauge{width:100px;height:54px;position:relative}.sl2-gauge-svg{width:100%;height:100%;display:block}.sl2-gauge-labels{position:absolute;inset:0}.sl2-gauge-lbl{color:var(--sl2-fg1);font-size:7.6px;line-height:10.2px;position:absolute}.sl2-gauge-lbl-ss{text-align:right;bottom:2px;left:-22px}.sl2-gauge-lbl-s{top:4px;left:4px}.sl2-gauge-lbl-h{top:-8px;left:50%;transform:translate(-50%)}.sl2-gauge-lbl-b{top:4px;right:4px}.sl2-gauge-lbl-sb{bottom:2.5px;right:-22px}.sl2-gauge-result{flex-direction:column;align-items:center;gap:4px;margin-top:0;display:flex}.sl2-gauge-val{font-size:12.7px;font-weight:600;line-height:15px}.sl2-gauge-sub{color:var(--sl2-fg2);font-size:7.6px;line-height:10.2px}.sl2-analyst-data{flex-direction:column;gap:5px;width:100%;display:flex}.sl2-analyst-row{justify-content:space-between;align-items:baseline;display:flex}.sl2-analyst-row-left{flex-direction:column;display:flex}.sl2-analyst-row-label{font-size:8.9px;line-height:12.7px}.sl2-analyst-row-sub{color:var(--sl2-fg2);font-size:7.6px;line-height:10.2px}.sl2-analyst-row-val{font-size:8.9px;font-weight:600;line-height:12.7px}.sl2-analyst-divider{background:var(--sl2-stroke3);height:.635px}.sl2-analyst-right{flex-direction:column;flex:1;min-width:0;display:flex}.sl2-analyst-chart{gap:5px;height:120px;display:flex}.sl2-analyst-y-axis{color:var(--sl2-fg2);text-align:left;flex-direction:column;flex-shrink:0;order:1;justify-content:space-between;align-items:flex-start;font-size:7.6px;line-height:10.2px;display:flex}.sl2-analyst-y-axis span{align-items:center;height:0;display:flex}.sl2-analyst-chart-area{pointer-events:auto;flex:1;position:relative}.sl2-analyst-grid{flex-direction:column;justify-content:space-between;display:flex;position:absolute;inset:0}.sl2-analyst-grid-line{border-top:.635px solid var(--sl2-stroke3)}.sl2-analyst-svg{width:100%;height:100%;position:absolute;inset:0}.sl2-analyst-x-axis{color:var(--sl2-fg2);justify-content:space-between;padding-left:0;padding-right:35px;font-size:7.6px;line-height:10.2px;display:flex}.sl2-analyst-legend{justify-content:center;align-items:center;gap:10px;padding:7.6px 0;font-size:7.6px;line-height:10.2px;display:flex}.sl2-analyst-legend-item{align-items:center;gap:2.5px;display:flex}.sl2-analyst-legend-dot{border-radius:1px;width:6px;height:6px}.sl2-analyst-legend-gray{background:#ffffff80}.sl2-analyst-legend-blue{background:#3b82f6}.sl2-analyst-hover-dot{pointer-events:none;z-index:4;background:#adadad;border:1.5px solid #16161c;border-radius:50%;width:6px;height:6px;transition:left .1s ease-out,top .1s ease-out;display:none;position:absolute;transform:translate(-50%,-50%)}.sl2-analyst-crosshair{pointer-events:none;background:#ffffff4d;width:.635px;transition:left .1s ease-out;display:none;position:absolute;top:0;bottom:0}.sl2-analyst-tooltip{pointer-events:none;white-space:nowrap;z-index:5;background:#3d3d3d;border-radius:4px;flex-direction:column;gap:1px;padding:5px 7px;transition:left .1s ease-out,top .1s ease-out;display:none;position:absolute;box-shadow:0 2px 8px #0006}.sl2-analyst-tooltip-price{font-size:8px;font-weight:600;line-height:11px}.sl2-analyst-tooltip-date{color:var(--sl2-fg2);font-size:8px;line-height:11px}.sl2-analyst-target-highlight{pointer-events:none;background:#87cefa14;border-radius:3px;width:20%;display:none;position:absolute;top:0;bottom:0;right:0}.sl2-analyst-target-tooltip{pointer-events:none;white-space:nowrap;z-index:5;background:#3d3d3d;border-radius:4px;flex-direction:column;gap:1px;padding:5px 7px;transition:top .1s ease-out;display:none;position:absolute;top:50%;right:8px;transform:translateY(-50%);box-shadow:0 2px 8px #0006}.sl2-analyst-target-tooltip-title{margin-bottom:1px;font-size:8.2px;font-weight:600;line-height:11px}.sl2-analyst-target-tooltip-row{align-items:center;gap:4px;font-size:8px;line-height:11px;display:flex}.sl2-analyst-target-tooltip-label{color:var(--sl2-fg2);min-width:22px}.sl2-analyst-target-tooltip-val{font-weight:500}.sl2-analyst-target-tooltip-pct.sl2-neg{color:#f87171}.sl2-analyst-target-tooltip-pct.sl2-pos{color:#4ade80}.sl2-chart-card,.sl2-valuation,.sl2-analyst,.sl2-earnings,.sl2-financial,.sl2-health{pointer-events:auto;transition:box-shadow .2s}.sl2-chart-card:hover,.sl2-valuation:hover,.sl2-analyst:hover,.sl2-earnings:hover,.sl2-financial:hover,.sl2-health:hover{box-shadow:0 2px 8px #0000004d,0 1.27px 2.54px #0003}.sl2-overview-panel,.sl2-compare,.sl2-chart-expand{transition:opacity .2s}.sl2-chart-card:hover .sl2-overview-panel,.sl2-chart-card:hover .sl2-compare,.sl2-chart-card:hover .sl2-chart-expand{opacity:.5}.sl2-earnings{background:var(--sl2-card);border-radius:5px;flex-direction:column;gap:10px;padding:10.2px 10.2px 14px;display:flex;box-shadow:0 1.27px 1.27px #00000047,0 0 .635px #0000003d}.sl2-earnings-header{flex-direction:column;gap:5px;display:flex}.sl2-earnings-title{padding-bottom:5px;font-size:10.2px;font-weight:600;line-height:14px}.sl2-earnings-message{background:#1f1f1f;border-radius:6px;align-items:center;gap:5px;padding:10px 8px;font-size:8.9px;line-height:12.7px;display:flex}.sl2-earnings-msg-bold{white-space:nowrap;font-weight:600}.sl2-earnings-msg-text{color:var(--sl2-fg1)}.sl2-earnings-tabs{align-items:center;display:flex}.sl2-earnings-tab{color:var(--sl2-fg1);padding:3.2px 5px;font-size:8.9px;font-weight:400;line-height:12.7px;position:relative}.sl2-earnings-tab-active{font-weight:600}.sl2-earnings-tab-active:after{content:"";background:var(--sl2-brand-fg);border-radius:1px;height:1.3px;position:absolute;bottom:0;left:5px;right:5px}.sl2-earnings-content{flex:1;gap:28px;display:flex}.sl2-earnings-left{flex-direction:column;flex-shrink:0;gap:15px;width:170px;display:flex}.sl2-earnings-announce{flex-direction:column;align-items:flex-start;gap:10px;display:flex}.sl2-earnings-announce-label{font-size:8.9px;line-height:12.7px}.sl2-earnings-date-box{background:#333;border-radius:5px;justify-content:center;align-items:center;gap:5px;width:100%;padding:8.9px 10.2px;display:flex}.sl2-earnings-date{font-size:10.2px;font-weight:600;line-height:14px}.sl2-earnings-date-icon{width:12.7px;height:12.7px}.sl2-earnings-data{flex-direction:column;gap:5px;display:flex}.sl2-earnings-row{justify-content:space-between;align-items:baseline;font-size:8.9px;line-height:12.7px;display:flex}.sl2-earnings-val{font-weight:600}.sl2-earnings-divider{background:var(--sl2-stroke3);height:.635px}.sl2-earnings-right{flex-direction:column;flex:1;gap:8px;min-width:0;display:flex}.sl2-earnings-chart{flex-direction:column;flex:1;gap:0;min-width:0;margin-top:8px;display:flex;overflow:hidden}.sl2-earnings-chart-area{gap:5px;height:100px;display:flex}.sl2-earnings-y-axis{color:var(--sl2-fg2);text-align:right;flex-direction:column;order:1;justify-content:space-between;font-size:7.6px;line-height:1;display:flex}.sl2-earnings-y-axis span{align-items:center;height:0;display:flex}.sl2-earnings-bars-wrap{flex:1;min-height:100px;position:relative}.sl2-earnings-grid{flex-direction:column;justify-content:space-between;display:flex;position:absolute;inset:0}.sl2-earnings-grid-line{border-top:.635px solid var(--sl2-stroke3)}.sl2-earnings-bars{align-items:flex-end;height:calc(100% - 5px);display:flex;position:absolute;inset:5px 0 0}.sl2-earnings-bar-group{pointer-events:auto;cursor:pointer;flex:1;justify-content:center;align-items:flex-end;gap:3.8px;height:100%;display:flex}.sl2-earnings-bar{border-radius:1.3px 1.3px 0 0;width:6.35px;transition:height 1.2s cubic-bezier(.22,1,.36,1)}.sl2-bar-forecast{background:#3275f0}.sl2-bar-reported{background:#a375ff}.sl2-earnings-x-axis{color:var(--sl2-fg2);width:calc(100% - 19px);padding-top:4px;font-size:7.6px;line-height:10.2px;display:flex;overflow:hidden}.sl2-earnings-x-axis span{text-align:center;text-overflow:ellipsis;flex:1;overflow:hidden}.sl2-earnings-legend{justify-content:center;align-items:center;gap:10px;padding:7.6px 0;font-size:7.6px;line-height:10.2px;display:flex}.sl2-earnings-legend-item{align-items:center;gap:2.5px;display:flex}.sl2-earnings-legend-dot{border-radius:1px;width:6px;height:6px}.sl2-earnings-dot-forecast{background:#3275f0}.sl2-earnings-dot-reported{background:#a375ff}.sl2-earnings-tooltip{pointer-events:none;white-space:nowrap;z-index:10;background:#3d3d3d;border-radius:4px;flex-direction:column;gap:1px;min-width:90px;padding:5px 7px;font-size:8px;line-height:11px;transition:left .1s ease-out,top .1s ease-out;display:none;position:absolute;box-shadow:0 2px 8px #0006}.sl2-earnings-tooltip-date{margin-bottom:2px;font-size:8.2px;font-weight:600}.sl2-earnings-tooltip-row{justify-content:space-between;align-items:center;gap:4px;display:flex}.sl2-earnings-tooltip-dot{border-radius:1px;flex-shrink:0;width:5px;height:5px}.sl2-earnings-tooltip-label{flex:1}.sl2-earnings-tooltip-val{text-align:right;font-weight:600}.sl2-earnings-crosshair{background:var(--sl2-fg2);pointer-events:none;z-index:5;width:.635px;transition:left .1s ease-out;display:none;position:absolute;top:0;bottom:0}.sl2-financial{background:var(--sl2-card);border-radius:5px;flex-direction:column;gap:10px;padding:10.2px 10.2px 14px;display:flex;box-shadow:0 1.27px 1.27px #00000047,0 0 .635px #0000003d}.sl2-financial-title{font-size:10.2px;font-weight:600;line-height:14px}.sl2-financial-message{background:#1f1f1f;border-radius:6px;align-items:center;gap:5px;padding:10px 8px;font-size:8.9px;line-height:12.7px;display:flex}.sl2-financial-msg-bold{white-space:nowrap;font-weight:600}.sl2-financial-msg-text{color:var(--sl2-fg1)}.sl2-financial-content{flex-shrink:0;align-items:center;gap:28px;height:157px;display:flex}.sl2-financial-left{flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:2px;height:100%;display:flex}.sl2-financial-donut-wrap{width:170px;height:100px;position:relative}.sl2-financial-donut{width:89px;height:89px;position:absolute;top:50%;left:41px;transform:translateY(-50%)}.sl2-financial-donut-center{flex-direction:column;align-items:center;width:51px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.sl2-financial-donut-val{font-size:8.9px;font-weight:600;line-height:12.7px}.sl2-financial-donut-label{color:var(--sl2-fg2);font-size:7.62px;line-height:10.2px}.sl2-financial-donut-tag{align-items:center;gap:0;display:flex;position:absolute;top:-2px;left:85px;right:0}.sl2-financial-donut-tag:before{content:"";background:#4caf50;flex:1;min-width:16px;height:1px;margin-left:2px}.sl2-financial-donut-dot{background:#4caf50;border-radius:50%;flex-shrink:0;width:5px;height:5px;margin-right:3px}.sl2-financial-donut-tag-val{font-size:8.9px;font-weight:600;line-height:12.7px}.sl2-financial-donut-tag-label{color:var(--sl2-fg2);font-size:7.62px;line-height:10.2px}.sl2-financial-donut-tag-text{flex-direction:column;margin-top:10px;display:flex}.sl2-financial-margin{text-align:center}.sl2-financial-margin-val{font-size:12.7px;font-weight:600;line-height:17.8px;display:block}.sl2-financial-margin-label{font-size:8.9px;line-height:12.7px;display:block}.sl2-financial-margin-date{color:var(--sl2-fg2);margin-top:2px;font-size:8.2px;line-height:11px;display:block}.sl2-financial-right{flex-direction:column;flex:1;gap:4px;height:100%;display:flex}.sl2-financial-chart{flex:1;min-height:90px;display:flex;position:relative}.sl2-financial-svg{flex:1;width:100%;height:100%}.sl2-financial-y-axis{color:var(--sl2-fg2);text-align:right;flex-direction:column;justify-content:space-between;padding:0 0 0 4px;font-size:7.6px;line-height:10px;display:flex}.sl2-financial-x-axis{color:var(--sl2-fg2);justify-content:space-between;padding-top:3px;padding-bottom:6px;font-size:7.6px;line-height:10px;display:flex}.sl2-financial-legend{flex-wrap:wrap;justify-content:center;gap:3px;padding-top:6px;display:flex}.sl2-financial-legend-item{color:var(--sl2-fg1);border:.5px solid var(--sl2-stroke3);cursor:pointer;border-radius:10px;align-items:center;gap:3px;padding:2px 6px;font-size:7.6px;line-height:10px;transition:background .15s,border-color .15s;display:flex}.sl2-financial-legend-dot{border-radius:1px;flex-shrink:0;width:5px;height:5px}.sl2-financial-legend-item.active{background:#ffffff0f;border-color:#ffffff29}.sl2-line-draw{stroke-dasharray:1000;stroke-dashoffset:1000px;animation:1.8s cubic-bezier(.22,1,.36,1) forwards sl2-draw-line}@keyframes sl2-draw-line{to{stroke-dashoffset:0}}.sl2-financial-tooltip{pointer-events:none;white-space:nowrap;z-index:10;background:#3d3d3d;border-radius:4px;flex-direction:column;gap:1px;min-width:90px;padding:5px 7px;font-size:8px;line-height:11px;transition:left .1s ease-out,top .1s ease-out;display:none;position:absolute;box-shadow:0 2px 8px #0006}.sl2-financial-tooltip.visible{display:flex}.sl2-financial-tooltip-date{margin-bottom:2px;font-size:8.2px;font-weight:600}.sl2-financial-tooltip-row{justify-content:space-between;align-items:center;gap:4px;display:flex}.sl2-financial-tooltip-dot{border-radius:1px;flex-shrink:0;width:5px;height:5px}.sl2-financial-tooltip-label{flex:1}.sl2-financial-tooltip-val{text-align:right;font-weight:600}.sl2-financial-crosshair{background:var(--sl2-fg2);pointer-events:none;z-index:5;width:.635px;transition:left .1s ease-out;display:none;position:absolute;top:0;bottom:0}.sl2-financial-hover-dot{pointer-events:none;z-index:6;background:currentColor;border:1.5px solid #16161c;border-radius:50%;width:7px;height:7px;transition:left .1s ease-out,top .1s ease-out;display:none;position:absolute;transform:translate(-50%,-50%)}.sl2-health{background:var(--sl2-card);border-radius:5px;flex-direction:column;gap:10px;padding:10.2px 10.2px 14px;display:flex;overflow:hidden;box-shadow:0 1.27px 1.27px #00000047,0 0 .635px #0000003d}.sl2-health-title{font-size:10.2px;font-weight:600;line-height:14px}.sl2-health-message{background:#1f1f1f;border-radius:6px;align-items:center;gap:5px;padding:10px 8px;font-size:8.9px;line-height:12.7px;display:flex}.sl2-health-msg-bold{white-space:nowrap;font-weight:600}.sl2-health-msg-text{color:var(--sl2-fg1)}.sl2-health-content{flex-shrink:0;align-items:stretch;gap:20px;height:157px;display:flex;overflow:hidden}.sl2-health-left{flex-direction:column;flex-shrink:0;align-items:center;gap:6px;width:177px;display:flex}.sl2-health-bar-title{text-align:left;align-self:flex-start;font-size:8.2px;line-height:11px}.sl2-health-bars{flex:1;justify-content:center;align-items:flex-end;gap:16px;width:100%;display:flex}.sl2-health-bar-group{flex-direction:column;align-items:center;gap:4px;display:flex}.sl2-health-bar-pair{align-items:flex-end;gap:4px;height:80px;display:flex}.sl2-health-bar-col{flex-direction:column;justify-content:flex-end;align-items:center;gap:2px;height:100%;display:flex}.sl2-health-bar-val{white-space:nowrap;font-size:6.4px;font-weight:600;line-height:9px}.sl2-health-bar{border-radius:1.3px 1.3px 0 0;flex-shrink:0;width:24px;transition:height 1.4s cubic-bezier(.22,1,.36,1)}.sl2-health-bar-label{color:var(--sl2-fg2);font-size:7.6px;line-height:10px}.sl2-health-bar-legend{justify-content:center;gap:10px;padding-top:4px;display:flex}.sl2-health-bar-legend-item{align-items:center;gap:3px;font-size:7.6px;line-height:10px;display:flex}.sl2-health-bar-legend-dot{border-radius:1px;flex-shrink:0;width:6px;height:6px}.sl2-health-right{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.sl2-health-chart{flex:1;min-height:90px;display:flex;position:relative}.sl2-health-svg{flex:1;width:100%;height:100%}.sl2-health-y-axis{color:var(--sl2-fg2);text-align:right;flex-direction:column;justify-content:space-between;padding:0 0 0 4px;font-size:7.6px;line-height:10px;display:flex}.sl2-health-x-axis{color:var(--sl2-fg2);justify-content:space-between;padding-top:3px;padding-bottom:6px;font-size:7.6px;line-height:10px;display:flex}.sl2-health-line-legend{justify-content:center;gap:10px;padding-top:2px;display:flex}.sl2-health-line-legend-item{align-items:center;gap:3px;font-size:7.6px;line-height:10px;display:flex}.sl2-health-line-legend-dot{border-radius:1px;flex-shrink:0;width:6px;height:6px}.sl2-health-tooltip{pointer-events:none;white-space:nowrap;z-index:10;background:#3d3d3d;border-radius:4px;flex-direction:column;gap:1px;min-width:90px;padding:5px 7px;font-size:8px;line-height:11px;transition:left .1s ease-out,top .1s ease-out;display:none;position:absolute;box-shadow:0 2px 8px #0006}.sl2-health-tooltip.visible{display:flex}.sl2-health-tooltip-date{margin-bottom:2px;font-size:8.2px;font-weight:600}.sl2-health-tooltip-row{justify-content:space-between;align-items:center;gap:4px;display:flex}.sl2-health-tooltip-dot{border-radius:1px;flex-shrink:0;width:5px;height:5px}.sl2-health-tooltip-label{flex:1}.sl2-health-tooltip-val{text-align:right;font-weight:600}.sl2-health-crosshair{background:var(--sl2-fg2);pointer-events:none;z-index:5;width:.635px;transition:left .1s ease-out;display:none;position:absolute;top:0;bottom:0}.sl2-health-hover-dot{pointer-events:none;z-index:6;background:currentColor;border:1.5px solid #16161c;border-radius:50%;width:7px;height:7px;transition:left .1s ease-out,top .1s ease-out;display:none;position:absolute;transform:translate(-50%,-50%)}.sl2-news-img{opacity:.5;border-radius:5px;width:100%;padding-top:8px;display:block}.sl2-investors{background:var(--sl2-card);pointer-events:auto;border-radius:5px;flex-direction:column;gap:5px;padding:10.2px;transition:box-shadow .2s;display:flex;box-shadow:0 1.27px 1.27px #00000047,0 0 .635px #0000003d}.sl2-investors:hover{box-shadow:0 2px 8px #0000004d,0 1.27px 2.54px #0003}.sl2-investors-title{font-size:10.2px;font-weight:600;line-height:14px}.sl2-investors-message{background:#1f1f1f;border-radius:6px;align-items:center;gap:5px;padding:10px 8px;font-size:8.9px;line-height:12.7px;display:flex}.sl2-investors-msg-bold{white-space:nowrap;font-weight:600}.sl2-investors-msg-text{color:var(--sl2-fg1)}.sl2-investors-tabs{align-items:center;display:flex}.sl2-investors-tab{color:var(--sl2-fg1);cursor:pointer;padding:3.2px 5px;font-size:8.9px;font-weight:400;line-height:12.7px;position:relative}.sl2-investors-tab.active{font-weight:600}.sl2-investors-tab.active:after{content:"";background:var(--sl2-brand-fg);border-radius:1px;height:1.3px;position:absolute;bottom:0;left:5px;right:5px}.sl2-investors-content{align-items:stretch;gap:20px;transition:opacity .2s;display:flex}.sl2-investors-left{flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:2px;width:170px;display:flex}.sl2-investors-donut{width:89px;height:89px;position:relative}.sl2-investors-donut-svg{width:100%;height:100%;transform:rotate(-90deg)}.sl2-investors-donut-center{text-align:center;flex-direction:column;align-items:center;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.sl2-investors-donut-count{font-size:8.9px;font-weight:600;line-height:12.7px}.sl2-investors-donut-label{color:var(--sl2-fg2);font-size:7.62px;line-height:10.2px}.sl2-investors-highlight{flex-direction:column;align-items:center;gap:1px;transition:opacity .15s;display:flex}.sl2-investors-highlight-pct{font-size:12.7px;font-weight:600;line-height:17.8px}.sl2-investors-highlight-name{font-size:8.9px;line-height:12.7px}.sl2-investors-highlight-desc{color:var(--sl2-fg2);text-align:center;font-size:7.62px;line-height:10.2px}.sl2-investors-right{flex-direction:column;flex:1;gap:0;min-width:0;display:flex}.sl2-investors-table-header{color:var(--sl2-fg1);white-space:nowrap;align-items:center;gap:8px;padding:4px 10px 4px 8px;font-size:7.6px;line-height:10.2px;display:flex}.sl2-investors-table-header .sl2-investors-col-investor{flex:1;min-width:0}.sl2-investors-table-header .sl2-investors-col-ownership{text-align:right;width:50px}.sl2-investors-table-header .sl2-investors-col-change{text-align:right;width:56px}.sl2-investors-table-header .sl2-investors-col-trend{text-align:right;white-space:nowrap;width:90px}.sl2-investors-table-rows{flex-direction:column;transition:opacity .15s;display:flex}.sl2-investors-row{border-top:.635px solid var(--sl2-stroke3);cursor:pointer;align-items:center;gap:8px;padding:5px 10px 5px 0;font-size:8.9px;font-weight:600;line-height:12.7px;transition:background .15s;display:flex}.sl2-investors-row.active,.sl2-investors-row:hover{background:#1f1f1f}.sl2-investors-row-bar{border-radius:1.3px;flex-shrink:0;align-self:stretch;width:2.5px}.sl2-investors-row-name{flex:1;align-items:center;gap:5px;min-width:0;display:flex}.sl2-investors-logo{border:.635px solid #525252;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:12.7px;height:12.7px;font-size:6.4px;font-weight:600;display:flex}.sl2-investors-row .sl2-investors-col-ownership{text-align:right;width:50px}.sl2-investors-row .sl2-investors-col-change{text-align:right;width:56px}.sl2-investors-row .sl2-investors-col-change.positive{color:#54b054}.sl2-investors-row .sl2-investors-col-change.negative{color:#e37d80}.sl2-investors-row .sl2-investors-col-trend{justify-content:flex-end;width:90px;display:flex}.sl2-investors-mini-bars{align-items:flex-end;gap:2px;height:20px;display:flex}.sl2-mini-bar{border-radius:1.3px 1.3px 0 0;width:6px}.sl2-mini-bar.green{background:#13a10e}.sl2-mini-bar.red{background:#ca5010}.card-flex{flex:1}.layer-placeholder{pointer-events:auto;background:0 0;height:240px;min-height:240px;margin-top:auto;padding:0;position:relative;overflow:visible}.discover-placeholder{height:320px;min-height:320px;overflow:visible}.discover-placeholder .layer-img{height:320px}.linear-placeholder{aspect-ratio:1/1.04;background:0 0;justify-content:flex-start;align-items:flex-start;position:relative;overflow:visible;container-type:inline-size}.linear-bg-img{opacity:.5;border-radius:8px 0 0 8px;width:auto;height:100%;display:block;position:absolute;top:0;left:0}.widgets-placeholder{overflow:visible}.wg-column{--w:144px;z-index:1;pointer-events:auto;scrollbar-width:none;transform-origin:0 0;width:144px;height:413px;transform:scale(calc(29.5cqi / 144px));flex-direction:column;gap:5px;padding-bottom:8px;font-family:Segoe UI Variable,Segoe UI,sans-serif;display:flex;position:absolute;top:13.6cqi;left:3.54cqi;overflow-y:auto}.wg-column::-webkit-scrollbar{display:none}.wg-card{aspect-ratio:195/197.6;color:#fff;border-radius:4px;flex-direction:column;flex-shrink:0;width:100%;transition:box-shadow .25s;display:flex;position:relative;overflow:hidden}.wg-card:hover{box-shadow:0 2px 8px #00000026}.wg-flipper{z-index:5;cursor:pointer;opacity:0;background:#1c1c1cb3;border:none;border-radius:2px;justify-content:center;align-items:center;width:8px;height:16px;padding:0;transition:opacity .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:inset 0 0 0 .5px #fff6}.wg-flipper img{width:8px;height:8px;display:block}.wg-flipper-left{left:0}.wg-flipper-right{right:0}.wg-card:hover .wg-flipper{opacity:1}.wg-money{background:linear-gradient(140deg,#283266 2%,#351740 85%)}.wg-comment{background:linear-gradient(138deg,#57511f 0%,#17352f 84%)}.wg-comment-body{flex-direction:column;flex:1;gap:6px;min-height:0;padding:0 7px;display:flex}.cmt-headline{color:#fff;padding:4px 0;font-size:7px;line-height:1.43}.cmt-bold{font-weight:600}.cmt-highlight{background:#ffffff14;border-radius:4px;flex-direction:column;gap:8px;padding:6px;transition:background .2s;display:flex}.cmt-highlight:hover{background:#ffffff1f}.cmt-comment{flex-direction:column;gap:2px;display:flex}.cmt-user{align-items:center;gap:4px;display:flex}.cmt-avatar{object-fit:cover;border-radius:100px;width:8px;height:8px}.cmt-user-info{color:#ffffffe6;font-size:6px;line-height:8px}.cmt-user-name{font-weight:600}.cmt-text{color:#ffffffe6;-webkit-line-clamp:4;-webkit-box-orient:vertical;font-size:7px;line-height:10px;display:-webkit-box;overflow:hidden}.cmt-article{align-items:center;gap:4px;display:flex}.cmt-article-icon{border-radius:2px;flex-shrink:0;width:8px;height:8px}.cmt-article-text{color:#ffffffe6;text-overflow:ellipsis;white-space:nowrap;font-size:6px;font-weight:600;line-height:8px;overflow:hidden}.cmt-article-card{flex-direction:column;gap:6px;display:flex}.cmt-article-card-top{align-items:flex-start;gap:5px;display:flex}.cmt-article-card-text{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.cmt-article-card-headline{color:#fff;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-top:1px;font-size:7px;font-weight:600;line-height:1.4;display:-webkit-box;overflow:hidden}.cmt-article-card-img{object-fit:cover;border-radius:4px;flex-shrink:0;width:42px;height:42px}.cmt-actions{align-items:center;gap:2px;display:flex}.cmt-action{align-items:center;gap:2px;padding:1px 3px;display:flex}.cmt-action img{width:8px;height:8px}.cmt-action span{color:#ffffffb3;font-size:5px;line-height:1.3}.poll-body{justify-content:center;gap:5px}.poll-question{color:#fff;font-size:7px;font-weight:600;line-height:1.4}.poll-answers{flex-direction:column;gap:4px;display:flex}.poll-answer{color:#fff;cursor:pointer;background:#ffffff0f;border:.5px solid #ffffff0d;border-radius:10px;align-items:center;padding:4px 6px;font-size:6px;font-weight:600;line-height:1;transition:background .15s;display:flex;position:relative;overflow:hidden}.poll-answer:before{content:"";border-radius:10px 0 0 10px;width:0;transition:width .4s;position:absolute;top:0;bottom:0;left:0}.poll-answer:hover{background:#ffffff1f}.poll-answer-label{z-index:1;flex:1;min-width:0;position:relative}.poll-answer-count{z-index:1;color:#fff9;white-space:nowrap;opacity:0;font-size:5.5px;font-weight:400;transition:opacity .3s;position:relative}.poll-answers.poll-voted .poll-answer{cursor:default}.poll-answers.poll-voted .poll-answer:hover{background:#ffffff0f}.poll-answers.poll-voted .poll-answer:before{width:var(--pct);background:#ffffff14}.poll-answers.poll-voted .poll-answer-count{opacity:1}.poll-answers.poll-voted .poll-answer.poll-selected:before{background:#3898cb66}.poll-bottom{cursor:pointer;align-items:center;gap:4px;margin-top:2px;display:flex}.poll-article-icon{background:#079455;border-radius:1px;flex-shrink:0;width:8px;height:8px}.poll-article-text{color:#ffffffe6;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;margin-top:1px;font-size:6px;font-weight:600;line-height:1.3;overflow:hidden}.wg-weather{aspect-ratio:195/96;opacity:.5;border-radius:4px;box-shadow:0 1.3px 2.6px #00000021}.wg-mlb-bg{object-fit:cover;z-index:0;width:124%;height:82%;position:absolute;top:0;left:-13%}.wg-mlb-overlay{z-index:0;background:linear-gradient(#1d356369,#1d3563 78%);position:absolute;inset:0}.wg-mlb-body{align-items:center;gap:calc(var(--w) * .03);padding:0 calc(var(--w) * .045);flex-direction:column;flex:1;justify-content:center;min-height:0;margin-top:-8px;display:flex}.mlb-hero{flex-direction:column;align-items:center;gap:2px;display:flex}.mlb-season-icon{width:40px;height:40px}.mlb-hero-title{font-size:calc(var(--w) * .08);color:#fff;white-space:nowrap;font-weight:600;line-height:1.33}.mlb-hero-sub{color:#fff;white-space:nowrap;text-align:center;font-size:6px;line-height:1.33}.mlb-countdown{-webkit-backdrop-filter:blur(1.3px);backdrop-filter:blur(1.3px);width:100%;height:32px;padding:0 calc(var(--w) * .03);background:#ffffff0f;border-radius:4px;justify-content:space-between;align-items:center;transition:background .2s;display:flex}.mlb-countdown:hover{background:#ffffff1a}.mlb-cd-item{flex-direction:column;flex:1;align-items:center;min-width:0;display:flex}.mlb-cd-num{font-size:calc(var(--w) * .065);color:#fff;font-weight:600;line-height:1}.mlb-cd-label{color:#fff;font-size:5px;line-height:1.4}.mlb-cd-sep{width:.65px;height:calc(var(--w) * .07);background:#ffffff1f;flex-shrink:0}.mlb-match{width:100%;height:32px;padding:0 calc(var(--w) * .06);background:#ffffff17;border-radius:4px;justify-content:space-between;align-items:center;transition:background .2s;display:flex}.mlb-match:hover{background:#ffffff21}.mlb-team{flex-direction:column;align-items:center;gap:1px;margin-top:2px;display:flex}.mlb-team-logo{border-radius:4px;width:18px;height:18px;position:relative;overflow:hidden}.mlb-team-bg{width:100%;height:100%;position:absolute;inset:0}.mlb-team-inner{width:78.34%;height:78.34%;position:absolute;top:10.83%;left:10.83%}.mlb-team-name{color:#fff;text-align:center;font-size:6px;font-weight:600;line-height:1.3}.mlb-match-info{flex-direction:column;align-items:center;display:flex}.mlb-match-time{color:#fff;font-size:10px;font-weight:600;line-height:1.3}.mlb-match-meta{color:#fff;font-size:5px;line-height:1.4}.wg-weather-bg{object-fit:cover;border-radius:inherit;width:100%;height:100%;position:absolute;inset:0}.wg-header{z-index:1;align-items:center;gap:calc(var(--w) * .0267);height:calc(var(--w) * .16);padding:0 calc(var(--w) * .0533);display:flex;position:relative}.wg-icon{width:calc(var(--w) * .0533);height:calc(var(--w) * .0533);flex-shrink:0}.wg-title{font-size:calc(var(--w) * .0467);white-space:nowrap;font-weight:600;line-height:1.4}.wg-more{cursor:pointer;background:0 0;border:none;align-items:center;margin-left:auto;padding:0;display:flex}.wg-more img{width:calc(var(--w) * .065);height:calc(var(--w) * .065)}.wg-body{z-index:1;flex:1;min-height:0;position:relative}.wg-slides{z-index:1;flex-direction:column;flex:1;min-height:0;display:flex;position:relative;overflow:hidden}.wg-slide{opacity:0;pointer-events:none;flex-direction:column;width:100%;height:100%;transition:opacity .3s,transform .3s;display:flex;position:absolute;top:0;left:0;transform:scale(.97)}.wg-slide-active{opacity:1;pointer-events:auto;flex:1;position:relative;transform:scale(1)}.wg-money-body{padding:0 calc(var(--w) * .045) calc(var(--w) * .02);flex-direction:column;gap:3px;display:flex}.wgm-spotlight{border-radius:calc(var(--w) * .03);height:75px;min-height:0;padding:calc(var(--w) * .045) calc(var(--w) * .045) calc(var(--w) * .0225);background:#ffffff0f;flex-direction:column;gap:0;transition:background .2s;display:flex}.wgm-spotlight:hover{background:#ffffff1a}.wgm-top{gap:calc(var(--w) * .01);flex-direction:column;display:flex}.wgm-name-row{gap:calc(var(--w) * .022);align-items:baseline;display:flex}.wgm-ticker{font-size:calc(var(--w) * .052);color:#fff;font-weight:600;line-height:1.38}.wgm-company{color:#ffffff8c;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-size:6.5px;line-height:1.43;overflow:hidden}.wgm-price{font-size:calc(var(--w) * .08);color:#fff;font-weight:600;line-height:1.33}.wgm-perf{align-items:center;gap:calc(var(--w) * .008);display:flex}.wgm-arrow{flex-shrink:0;width:8px;height:5px;margin-right:2px}.wgm-perf-text{color:#6ccb5f;font-size:6.5px;font-weight:600;line-height:1.43}.wgm-chevron{width:calc(var(--w) * .055);height:calc(var(--w) * .055);color:#ffffff73;flex-shrink:0}.wgm-chevron-perf{color:#6ccb5f}.wgm-chart{width:100%;height:calc(var(--w) * .14);margin-top:auto;display:block}.wgm-notif{border-radius:calc(var(--w) * .03);padding:calc(var(--w) * .04) calc(var(--w) * .045);align-items:center;gap:calc(var(--w) * .06);background:#ffffff0f;transition:background .2s;display:flex}.wgm-notif:hover{background:#ffffff1a}.wgm-notif-text{color:#fff;flex:1;min-width:0;font-size:6.5px;line-height:1.33}.wgm-notif-text strong{font-weight:600}.wgm-green{color:#6ccb5f}.wgm-red{color:#ff99a4}.wgm-spotlight-compact{flex-direction:row;align-items:center;gap:4px;height:auto;padding:6px}.wgm-spotlight-compact .wgm-top{flex:1;gap:0;min-width:0}.wgm-spotlight-compact .wgm-perf{margin-top:1px}.wgm-spotlight-compact .wgm-ticker{font-size:7px}.wgm-spotlight-compact .wgm-company{font-size:5.5px}.wgm-spotlight-compact .wgm-price{font-size:10px}.wgm-spotlight-compact .wgm-perf-text{font-size:5.5px}.wgm-spotlight-compact .wgm-arrow{width:6px;height:4px;margin-right:1px}.wgm-chart-sm{flex-shrink:0;align-self:flex-end;width:35px;height:25px;margin-top:8px}.wgm-stock-row{border-radius:calc(var(--w) * .03);background:#ffffff0f;align-items:center;gap:4px;padding:5px 6px;transition:background .2s;display:flex}.wgm-stock-row:hover{background:#ffffff1a}.wgm-stock-name{flex-direction:column;flex-shrink:0;width:50px;margin-top:2px;display:flex}.wgm-stock-ticker{color:#fff;font-size:6px;font-weight:600;line-height:1.3}.wgm-stock-company{color:#ffffff8a;font-size:5px;line-height:1.4}.wgm-stock-graph{flex:1;min-width:0;height:18px}.wgm-stock-price{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:2px;width:34px;display:flex}.wgm-stock-change{font-size:6px;font-weight:600;line-height:1.3}.wgm-stock-val{color:#fff;font-size:6px;font-weight:600;line-height:1.3}.wgm-finance-body{gap:4px}.wgm-finance-thumb{border-radius:4px;flex-shrink:0;width:100%;height:55px;overflow:hidden}.wgm-finance-thumb img{object-fit:cover;width:100%;height:100%;display:block}.wgm-finance-info{flex-direction:column;flex:1;gap:3px;min-height:0;display:flex}.wgm-finance-attr{align-items:center;gap:3px;display:flex}.wgm-finance-pub-icon{vertical-align:middle;border-radius:50%;flex-shrink:0;width:10px;height:10px;margin-top:-1px}.wgm-finance-pub,.wgm-finance-dot,.wgm-finance-time{color:#ffffffb3;font-size:6px;line-height:1.3}.wgm-finance-dot{margin:0 -1px}.wgm-finance-headline{color:#fff;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:7.5px;font-weight:600;line-height:1.4;display:-webkit-box;overflow:hidden}.wgm-finance-related{color:#ffffffb3;margin-top:2px;font-size:6px;line-height:1.3}.wgm-market-body{justify-content:center;gap:0}.wgm-market-container{background:#ffffff0f;border-radius:4px;flex-direction:column;flex:1;padding:10px 6px 6px;transition:background .2s;display:flex}.wgm-market-container:hover{background:#ffffff1a}.wgm-market-spotlight{align-items:flex-start;gap:4px;display:flex}.wgm-market-spotlight .wgm-top{flex-direction:column;flex:1;gap:0;min-width:0;display:flex}.wgm-market-spotlight .wgm-perf{margin-top:1px}.wgm-market-spotlight .wgm-ticker{font-size:7px}.wgm-market-spotlight .wgm-company{font-size:5.5px}.wgm-market-spotlight .wgm-price{font-size:10px}.wgm-market-spotlight .wgm-perf-text{font-size:5.5px}.wgm-perf-down,.wgm-perf-down~.wgm-chevron-perf{color:#ff99a4}.wgm-arrow-down{width:7px!important;height:7px!important;margin-right:2px!important}.wgm-chart-inx-wrap{flex-shrink:0;align-self:flex-end;width:37px;height:30px;position:relative}.wgm-chart-inx-single{width:100%;height:100%}.wgm-divider{background:#ffffff1a;flex-shrink:0;width:100%;height:1px;margin:10px 0 6px}.wgm-article{align-items:center;gap:6px;padding:4px 0;transition:background .2s;display:flex}.wgm-article-text{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.wgm-article-headline{color:#fff;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:6.5px;font-weight:600;line-height:1.4;display:-webkit-box;overflow:hidden}.wgm-article-thumb{object-fit:cover;border-radius:4px;flex-shrink:0;width:30px;height:30px}.wgm-chevron-notif{align-self:center}.wg-footer{z-index:1;height:calc(var(--w) * .1067);padding:0 calc(var(--w) * .0533);justify-content:space-between;align-items:center;display:flex;position:relative}.wg-comment .wg-footer{justify-content:center}.wg-dots{align-items:center;gap:0;height:8px;display:flex}.wg-dot{flex-shrink:0;width:7px;height:8px;position:relative}.wg-dot:before{content:"";background:#ffffff80;border-radius:50%;width:3px;height:3px;transition:background .2s,transform .2s,width .25s,height .25s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.wg-dot:hover:before{background:#fff;transform:translate(-50%,-50%)scale(1.15)}.wg-dot-active:before{width:4px;height:4px}.wg-dot-active{margin-right:1px}.wg-dot-sm:before,.wg-dot-xs:before{width:2px;height:2px}.wg-cta{white-space:nowrap;color:#5fafff;cursor:pointer;font-size:6px;line-height:1.3}.wg-cta:hover{text-underline-offset:.5px;-webkit-text-decoration:underline #5fafff80;text-decoration:underline #5fafff80;text-decoration-thickness:.3px}.feed-widget{box-sizing:border-box;z-index:1;pointer-events:auto;width:calc(96cqi + 20px);height:99.2492cqi;padding:1.6cqi;display:flex;position:relative}.feed-nav{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);color:#ffffffb3;background:#00000073;border-radius:1.2cqi 0 0 1.2cqi;flex-direction:column;flex-shrink:0;justify-content:space-between;align-items:center;width:9cqi;padding:1.6cqi 0;display:flex}.feed-nav-top{flex-direction:column;align-items:center;gap:4px;display:flex}.feed-nav-item{cursor:default;color:#ffffff80;border-radius:1.2cqi;flex-direction:column;align-items:center;gap:.4cqi;padding:.8cqi 1.2cqi;font-size:1cqi;line-height:1;display:flex}.feed-nav-item.active{color:#ffffffe6;box-sizing:border-box;background:#ffffff14;border-radius:.8cqi;gap:1.2cqi;width:calc(100% - .8cqi);margin:0 .4cqi;padding:.8cqi 1.6cqi;font-size:1cqi}.feed-nav-bottom{color:#fff6}.feed-nav-bottom img{width:4cqi;height:4cqi}.feed-nav-item img{width:2.2cqi;height:2.2cqi}.feed-nav-item.active img{width:2cqi;height:2cqi}.feed-content{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#141416d9;border-radius:0 1.2cqi 1.2cqi 0;flex-direction:column;flex:1;min-width:0;min-height:0;display:flex;overflow:hidden}.feed-header{flex-shrink:0;justify-content:space-between;align-items:center;padding:2cqi 2.4cqi 1.2cqi;display:flex}.feed-greeting{color:#e5ebfaf2;letter-spacing:-.02cqi;font-size:1.8cqi;font-weight:560}.feed-controls{align-items:center;gap:1cqi;display:flex}.feed-ctrl-btn{color:#ffffff80;border-radius:.8cqi;justify-content:center;align-items:center;width:4cqi;height:4cqi;display:flex}.feed-ctrl-btn img{width:3.6cqi;height:3.6cqi}.feed-avatar{border-radius:50%;justify-content:center;align-items:center;width:4cqi;height:4cqi;display:flex;overflow:hidden}.feed-avatar img{width:2.8cqi;height:2.8cqi}.feed-body{overscroll-behavior:contain;pointer-events:auto;flex-direction:column;flex:1;gap:3.2cqi;min-height:0;padding:2cqi 8cqi 3cqi;display:flex;overflow:hidden auto}.feed-body::-webkit-scrollbar{display:none}.feed-top-img{border-radius:1.6cqi;flex-shrink:0;width:calc(100% + 1cqi);height:auto;margin-left:-.5cqi;margin-right:-.5cqi;display:block}.feed-card{background:#ffffff14;border:.15cqi solid #ffffff0a;border-radius:3.6cqi;flex-shrink:0;padding:1cqi;transition:box-shadow .25s;overflow:hidden}.feed-card:hover{box-shadow:0 .8cqi 2.4cqi #00000059}.feed-card-gallery{flex-direction:column;gap:.8cqi;display:flex}.feed-gallery-main{border-radius:2.4cqi;position:relative;overflow:hidden}.feed-gallery-main .feed-card-img{transition:transform .4s}.feed-card:hover .feed-gallery-main .feed-card-img{transform:scale(1.04)}.feed-gallery-arrows{gap:.6cqi;display:flex;position:absolute;bottom:1.6cqi;right:1.6cqi}.feed-gallery-arrow{cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#272320bf;border:none;border-radius:1.2cqi;justify-content:center;align-items:center;width:4cqi;height:4cqi;transition:background .2s,opacity .2s;display:flex}.feed-gallery-arrow:hover:not(.disabled){background:#14110fe6}.feed-gallery-arrow.disabled{opacity:.5;cursor:default;pointer-events:none}.feed-gallery-arrow img{filter:brightness(0)invert();width:2cqi;height:2cqi}.feed-card-gallery .feed-card-img{border-radius:2.4cqi;padding:0}.feed-gallery-track{transition:transform .4s;display:flex}.feed-gallery-track .feed-card-img{flex:0 0 100%;width:100%}.feed-gallery-slide{border-radius:2.4cqi;flex:0 0 100%;overflow:hidden}.feed-thumbs-row{gap:.8cqi;display:flex}.feed-thumbs-row img{aspect-ratio:104/67;object-fit:cover;filter:brightness(.5);cursor:pointer;border-radius:1.2cqi;flex:1;min-width:0;transition:filter .2s;display:block}.feed-thumbs-row img:hover:not(.active){filter:brightness(.7)}.feed-thumbs-row img.active{filter:none}.feed-card-img{object-fit:cover;aspect-ratio:664/373;border-radius:2.8cqi;width:100%;display:block}.feed-card-img-wrap{border-radius:2.8cqi;position:relative;overflow:hidden}.feed-card-img-wrap .feed-card-img{transition:transform .4s}.feed-card:hover .feed-card-img-wrap .feed-card-img{transform:scale(1.04)}.feed-video-overlay{object-fit:cover;opacity:0;pointer-events:none;z-index:2;border-radius:2.8cqi;width:100%;height:100%;transition:opacity .5s;position:absolute;inset:0}.feed-video-wrap:hover .feed-video-overlay{opacity:1}.feed-video-wrap .feed-play-btn{z-index:3;transition:opacity .6s}.feed-video-wrap:hover .feed-play-btn{opacity:0;pointer-events:none}.feed-video-controls{z-index:4;opacity:0;pointer-events:none;background:linear-gradient(#0000,#000000b3);border-radius:0 0 2.8cqi 2.8cqi;align-items:center;gap:1.2cqi;padding:5cqi 2cqi 1.4cqi;transition:opacity .4s;display:flex;position:absolute;bottom:0;left:0;right:0}.feed-video-wrap:hover .feed-video-controls{opacity:1;pointer-events:auto}.feed-video-controls button{cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:flex}.feed-video-controls svg{width:2.4cqi;height:2.4cqi}.fvc-playpause svg{width:2.8cqi;height:2.8cqi}.fvc-progress-wrap{cursor:pointer;flex:1;align-items:center;padding:.6cqi 0;display:flex}.fvc-progress-bar{background:#ffffff4d;border-radius:.2cqi;width:100%;height:.4cqi;position:relative}.fvc-progress-fill{background:#fff;border-radius:.2cqi;width:0%;height:100%}.fvc-progress-handle{opacity:0;background:#fff;border-radius:50%;width:1.4cqi;height:1.4cqi;transition:opacity .15s;position:absolute;top:50%;left:0%;transform:translate(-50%,-50%);box-shadow:0 0 .4cqi #0000004d}.fvc-progress-wrap:hover .fvc-progress-handle{opacity:1}.fvc-time{color:#fff;white-space:nowrap;font-variant-numeric:tabular-nums;flex-shrink:0;font-size:1.3cqi}.feed-play-btn{pointer-events:none;border-radius:2.5cqi;justify-content:center;align-items:center;width:7cqi;height:7cqi;display:flex;position:absolute;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%)}.feed-play-btn:before{content:"";-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#282523d9;border-radius:2.5cqi;position:absolute;inset:0}.feed-play-btn img{filter:brightness(0)invert();z-index:1;width:2.6cqi;height:2.6cqi;position:relative}.feed-card-body{padding:2.4cqi 2cqi 1.2cqi}.feed-card-meta{justify-content:space-between;align-items:center;margin-bottom:1cqi;display:flex}.feed-card-meta:has(.feed-icon-wide){margin-bottom:.6cqi}.feed-card-badges{color:#ffffff8c;align-items:center;gap:.6cqi;font-size:1.5cqi;font-weight:550;display:flex}.feed-meta-sep{opacity:.4}.feed-like-btn{color:#fff6;cursor:pointer;flex-shrink:0;align-items:center;gap:.5cqi;font-size:1.5cqi;font-weight:450;line-height:1;display:flex}.feed-like-btn img{filter:brightness(0)invert();opacity:.5;width:2.4cqi;height:2.4cqi;transition:opacity .35s,filter .35s;position:relative;top:-1px}.feed-like-btn.liked img{opacity:1;filter:brightness(0)invert()}.feed-like-btn span{transition:color .35s}.feed-like-btn.liked span{color:#fffc}.feed-card-title{color:#ffffffe6;letter-spacing:-.02cqi;margin:0 0 1cqi;font-size:2.2cqi;font-weight:650;line-height:1.3}.feed-card-desc{color:#ffffff73;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:1.6cqi;font-weight:410;line-height:1.4;display:-webkit-box;overflow:hidden}.feed-video-wrap+.feed-card-body .feed-card-desc,.feed-card-gallery+.feed-card-body .feed-card-desc{white-space:normal;text-overflow:unset;overflow:visible}.feed-see-more-wrap{justify-content:center;margin-top:1.2cqi;display:flex}.feed-see-more{color:#ffffffb3;cursor:pointer;background:#ffffff0f;border:none;border-radius:1cqi;align-items:center;gap:.4cqi;padding:.8cqi 1.4cqi;font-size:1.5cqi;font-weight:450;transition:background .2s,color .2s;display:inline-flex}.feed-see-more:hover{color:#ffffffe6;background:#ffffff1f}.feed-see-more img{filter:brightness(0)invert();opacity:.7;width:1.2cqi;height:1.2cqi;transition:transform .3s}.feed-card.expanded .feed-see-more img{transform:rotate(180deg)}.feed-card-expanded{opacity:0;height:0;margin-top:0;transition:height .7s cubic-bezier(.25,0,.2,1),opacity .6s cubic-bezier(.25,0,.2,1),margin .7s cubic-bezier(.25,0,.2,1);overflow:hidden}.feed-card.expanded .feed-card-expanded{opacity:1;margin-top:1.6cqi}.feed-card.expanded .feed-card-body{padding-bottom:2cqi}.feed-card.expanded .feed-card-desc,.feed-card.expanded .feed-see-more-wrap{display:none}.feed-expanded-header{color:#ffffffd9;margin-bottom:1.2cqi;font-size:1.5cqi;font-weight:600}.feed-expanded-header span{color:#ffffff8c;font-size:1.5cqi;font-weight:550}.feed-expanded-bullets{flex-direction:column;gap:1cqi;margin:0;padding-left:2.4cqi;list-style:outside;display:flex}.feed-expanded-bullets li{color:#ffffff73;font-size:1.6cqi;font-weight:410;line-height:1.4}.feed-publisher-icon{object-fit:cover;object-position:center;border-radius:50%;width:2.4cqi;height:2.4cqi}.feed-icon-wide{object-fit:contain;border-radius:0;width:auto;height:2.5em}.feed-short-group{flex-direction:column;flex-shrink:0;gap:1.2cqi;display:flex}.feed-short-title{color:#ffffffe6;text-align:center;margin:0;font-size:2cqi;font-weight:600}.feed-shorts-row{aspect-ratio:448/256;gap:1.2cqi;display:flex}.feed-short{border-radius:2.4cqi;flex:1;position:relative;overflow:hidden}.feed-short img{object-fit:cover;border-radius:2.4cqi;width:100%;height:100%;display:block}.feed-short-video{object-fit:cover;opacity:0;pointer-events:none;border-radius:2.4cqi;width:100%;height:100%;transition:opacity .3s;position:absolute;inset:0}.feed-short:hover .feed-short-video{opacity:1}.feed-short-gradient{pointer-events:none;background:linear-gradient(#0000 0%,#000000b3 100%);border-radius:0 0 2.4cqi 2.4cqi;height:60%;position:absolute;bottom:0;left:0;right:0}.feed-short-info{flex-direction:column;gap:.8cqi;display:flex;position:absolute;bottom:2cqi;left:2cqi;right:2cqi}.feed-short-publisher{color:#fff;align-items:center;gap:.3cqi;font-size:1.4cqi;font-weight:410;display:flex}.feed-short-pub-icon{object-fit:cover;object-position:center;border-radius:.35cqi;flex-shrink:0;width:1.6cqi;max-width:1.6cqi;height:1.6cqi;max-height:1.6cqi;display:block}.feed-short-label{color:#fff;font-size:1.7cqi;font-weight:650;line-height:1.3}.feed-games-group{flex-direction:column;flex-shrink:0;gap:1.6cqi;display:flex}.feed-games-title{color:#ffffffe6;text-align:center;margin:0;font-size:2cqi;font-weight:600}.feed-games-row{gap:1.2cqi;display:flex}.feed-game-widget{background:#ffffff14;border:.5px solid #ffffff0a;border-radius:4cqi;flex-direction:column;flex:1;align-items:flex-start;gap:1.4cqi;padding:1.2cqi;display:flex}.feed-game-widget img{aspect-ratio:1;object-fit:cover;border-radius:2.8cqi;width:100%;display:block}.feed-game-img-wrap{border-radius:2.8cqi;width:100%;position:relative;overflow:hidden}.feed-game-video{object-fit:cover;opacity:0;border-radius:2.8cqi;width:100%;height:100%;transition:opacity .3s;position:absolute;inset:0}.feed-game-widget:hover .feed-game-video{opacity:1}.feed-game-widget span{color:#ffffffd9;text-align:left;padding:.4cqi;font-size:1.6cqi;font-weight:600}.layer-img{filter:blur();width:auto;height:240px;transition:filter 1.5s cubic-bezier(.08,.82,.17,1);display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layer-img.layer-img-left{left:0;transform:translateY(-50%)}.layer-lock{z-index:2;transition:transform 3s cubic-bezier(.08,.82,.17,1);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.project-card:hover .layer-lock{transform:translate(-50%,-50%)scale(1.15)}.project-card:hover .layer-img{filter:blur(28px)}.vds-image-area{border-radius:8px;flex:1;justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden;box-shadow:0 2px 12px #00000040}.vds-preview-img{width:100%;height:auto;transition:opacity .9s;display:block}.vds-img-active{opacity:1;transition:opacity .9s;position:relative}.vds-img-next{opacity:0;transition:opacity .9s;position:absolute;top:0;left:0}.mini-segmented{background:linear-gradient(135deg,#00000026 0%,#00000014 100%);border:none;border-radius:100px;align-self:flex-start;align-items:center;gap:0;min-height:44px;padding:4px;display:inline-flex;position:relative;overflow:hidden;box-shadow:inset 0 1px 3px #0003,inset 0 0 0 .5px #ffffff08}.mini-segmented:before{content:"";background:var(--seg-selected-bg);width:36px;height:calc(100% - 8px);transform:translateX(var(--pill-x,0px));z-index:0;border:.5px solid #ffffff1a;border-radius:100px;transition:transform .4s cubic-bezier(.16,1,.3,1);position:absolute;top:4px;left:4px;box-shadow:0 .5px 2px #00000014}.mini-seg-btn{z-index:1;cursor:pointer;opacity:.35;background:0 0;border:none;border-radius:100px;justify-content:center;align-items:center;width:36px;height:36px;padding:0;transition:opacity .35s;display:flex;position:relative;overflow:hidden}.mini-seg-btn.selected{opacity:1}.mini-seg-btn img{object-fit:contain;width:34px;height:34px}.mini-seg-btn img[width="44"]{width:44px;height:44px}.mini-seg-btn img[width="40"]{width:40px;height:40px}.mini-toggles-row{gap:8px;display:flex}.consumption-preview{background:#151a28;border-radius:8px;flex:1;width:100%;min-height:400px;position:relative;overflow:hidden;container-type:inline-size}.cns-tab,.cns-tab.active{display:block}.cns-scroll{scrollbar-width:none;position:absolute;inset:0;overflow:hidden auto}.cns-scroll::-webkit-scrollbar{display:none}.cns-inline{flex-direction:column;gap:3.3cqi;padding:6.5cqi 15cqi;display:flex}.cns-masthead{flex-direction:column;gap:1.6cqi;display:flex}.cns-attribution-row{align-items:center;gap:1.2cqi;display:flex}.cns-publisher{align-items:center;gap:.8cqi;display:flex}.cns-pub-icon{object-fit:contain;border-radius:4px;flex-shrink:0;width:3.1cqi;height:3.1cqi}.cns-pub-icon[src$=\.jpg],.cns-pub-icon[src$=\.jpeg],.cns-pub-icon[src$=\.png]{object-fit:cover;border-radius:50%}.cns-pub-icon-sm{object-fit:contain;border-radius:3px;flex-shrink:0;width:3cqi;height:3cqi}.cns-pub-icon-sm[src$=\.jpg],.cns-pub-icon-sm[src$=\.png]{object-fit:cover;border-radius:50%;width:1.5cqi;height:1.5cqi}.cns-pub-icon-xs{object-fit:contain;border-radius:2px;flex-shrink:0;width:3cqi;height:3cqi}.cns-pub-name{color:#e5ebfa;white-space:nowrap;font-size:1.85cqi;font-weight:620}.cns-follow-btn{color:#e5ebfa;cursor:pointer;white-space:nowrap;background:#323f60a6;border:none;border-radius:1.23cqi;align-items:center;gap:.3cqi;padding:.7cqi 1.2cqi;font-size:1.44cqi;font-weight:450;transition:background .6s cubic-bezier(.25,0,.2,1),color .6s,opacity .6s,transform .4s,padding .5s;display:inline-flex;box-shadow:0 .1cqi .31cqi #00000040,inset 0 .1cqi .05cqi #ffffff1f}.cns-follow-btn:hover{background:#28324ecc}.cns-follow-btn.following{background:#323f6073;padding:.7cqi 1.4cqi}.cns-follow-plus{filter:brightness(0)invert(.9);width:2.5cqi;height:2.5cqi;transition:transform .5s cubic-bezier(.25,0,.2,1),opacity .5s}.cns-follow-btn.following .cns-follow-plus{transform:scale(.85)}.cns-headline{color:#e5ebfa;letter-spacing:-.03cqi;margin:0;font-size:3.3cqi;font-weight:650;line-height:1.25}.cns-byline{color:#e5ebfa;flex-direction:column;gap:.4cqi;font-size:1.44cqi;font-weight:450;line-height:1.4;display:flex}.cns-byline-row{color:#e5ebfa;font-size:1.44cqi}.cns-action-bar{align-items:center;display:flex}.cns-action-icons{align-items:center;gap:.8cqi;display:flex}.cns-action-btn{cursor:pointer;background:0 0;border:none;border-radius:1.2cqi;align-items:center;gap:.2cqi;padding:.6cqi;display:flex}.cns-action-btn img{filter:brightness(0)invert(.9);opacity:.85;width:2.4cqi;height:2.4cqi;transition:opacity .5s,filter .5s}.cns-action-btn.active img{opacity:1}.cns-action-btn span{color:#e5ebfa;font-size:1.44cqi;font-weight:410;transition:color .5s}.cns-action-btn.active span{color:#fff}.cns-takeaways{background:#1f2431;border-radius:2cqi;flex-direction:column;align-items:center;gap:0;padding:2cqi;transition:padding .8s;display:flex;position:relative;overflow:visible}.cns-takeaways-inner{width:100%;position:relative}.cns-takeaways-header{color:#e5ebfa;align-items:center;gap:1.2cqi;margin-bottom:1.2cqi;font-size:1.75cqi;font-weight:650;display:flex}.cns-info-wrap{align-items:center;display:inline-flex;position:relative}.cns-info-icon{filter:brightness(0)invert();opacity:.7;cursor:pointer;width:2cqi;height:2cqi;transition:opacity .2s}.cns-info-icon:hover{opacity:.95}.cns-info-tooltip{-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);color:#e5ebfa;opacity:0;pointer-events:none;z-index:10;background:#1b233a;border-radius:2cqi;flex-direction:column;gap:1cqi;width:38cqi;padding:2cqi;font-size:1.55cqi;font-weight:410;line-height:1.45;transition:opacity .25s;display:flex;position:absolute;top:calc(100% + 1cqi);left:0;transform:none;box-shadow:0 .6cqi 1.2cqi #0000002e}.cns-info-tooltip strong{font-size:1.55cqi;font-weight:650}.cns-info-wrap:hover .cns-info-tooltip{opacity:1;pointer-events:auto}.cns-takeaways-list{color:#e5ebfa;flex-direction:column;gap:.8cqi;max-height:6.6cqi;margin:0;padding-left:2.6cqi;font-size:1.75cqi;font-weight:410;line-height:1.5;display:flex;overflow:hidden}.cns-takeaways-fade{pointer-events:none;background:linear-gradient(#0000,#1f2431);height:7cqi;position:absolute;bottom:0;left:0;right:0}.cns-see-more-btn{color:#e5ebfa;cursor:pointer;background:0 0;border:none;align-items:center;gap:.4cqi;margin-top:.4cqi;padding:.8cqi 1cqi;font-size:1.55cqi;font-weight:410;transition:opacity .3s;display:flex}.cns-see-more-btn img{filter:brightness(0)invert(.9);width:1.2cqi;height:1.2cqi;transition:transform .4s}.cns-takeaways-list{transition:max-height .7s ease-out}.cns-takeaways-fade{transition:opacity .8s}.cns-takeaways.expanded .cns-takeaways-list{max-height:20cqi}.cns-takeaways.expanded{padding-bottom:3.2cqi}.cns-takeaways.expanded .cns-takeaways-fade{opacity:0}.cns-takeaways.expanded .cns-see-more-btn{opacity:0;pointer-events:none;max-height:0;margin:0;padding:0;transition:opacity .4s,max-height .5s .2s,margin .5s .2s,padding .5s .2s}.cns-takeaways.expanded .cns-see-more-btn img{transform:rotate(180deg)}.cns-body{color:#e5ebfa;margin:0;font-size:1.85cqi;font-weight:450;line-height:1.45}.cns-body-first{font-size:1.85cqi;font-weight:450;line-height:1.45}.cns-video-card{aspect-ratio:16/9;border-radius:2.5cqi;position:relative;overflow:hidden}.cns-video-thumb{object-fit:cover;width:100%;height:100%;display:block}.cns-video-overlay{object-fit:cover;opacity:0;pointer-events:none;width:100%;height:100%;transition:opacity .3s;position:absolute;top:0;left:0}.cns-video-card:hover .cns-video-overlay{opacity:1}.cns-video-card:hover .cns-video-play,.cns-video-card:hover .cns-video-info{opacity:0;transition:opacity .3s}.cns-video-controls{z-index:4;opacity:0;pointer-events:none;background:linear-gradient(#0000,#000000b3);border-radius:0 0 2.5cqi 2.5cqi;align-items:center;gap:1cqi;padding:4cqi 1.6cqi 1.2cqi;transition:opacity .3s;display:flex;position:absolute;bottom:0;left:0;right:0}.cns-video-card:hover .cns-video-controls{opacity:1;pointer-events:auto}.cns-video-controls button{cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:flex}.cns-video-controls svg{width:2cqi;height:2cqi}.cvc-playpause svg{width:2.2cqi;height:2.2cqi}.cvc-progress-wrap{cursor:pointer;flex:1;align-items:center;padding:.5cqi 0;display:flex}.cvc-progress-bar{background:#ffffff4d;border-radius:.2cqi;width:100%;height:.35cqi;position:relative}.cvc-progress-fill{background:#fff;border-radius:.2cqi;width:0%;height:100%}.cvc-time{color:#fff;white-space:nowrap;font-variant-numeric:tabular-nums;flex-shrink:0;font-size:1.1cqi}.cns-video-play{pointer-events:none;border-radius:2.5cqi;justify-content:center;align-items:center;width:7cqi;height:7cqi;display:flex;position:absolute;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%)}.cns-video-play:before{content:"";-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#282523d9;border-radius:2.5cqi;position:absolute;inset:0}.cns-video-play img{filter:brightness(0)invert();z-index:1;width:2.6cqi;height:2.6cqi;position:relative}.cns-video-info{background:linear-gradient(#0000,#28252314 12%,#23201e40 28%,#1e1b1880 45%,#191614c7 65%,#141210eb);flex-direction:column;gap:.4cqi;padding:12cqi 4cqi 3.3cqi;display:flex;position:absolute;bottom:0;left:0;right:0}.cns-video-pub{color:#d7deef;align-items:center;gap:.3cqi;font-size:1.44cqi;font-weight:410;display:flex}.cns-video-card-main .cns-pub-icon-sm{width:2cqi;height:2cqi}.cns-video-title{color:#d7deef;font-size:1.85cqi;font-weight:650;line-height:1.3}.cns-article-image{flex-direction:column;gap:.8cqi;display:flex}.cns-article-image img{aspect-ratio:4/3;object-fit:cover;border-radius:2.5cqi;width:100%;margin-bottom:.8cqi;display:block}.cns-caption{color:#e5ebfa;margin:0;font-size:1.23cqi;font-weight:450;line-height:1.3}.cns-credit{color:#a4adc8;margin:0;font-size:1.23cqi;font-weight:450}.cns-subtitle{color:#e5ebfa;letter-spacing:-.02cqi;margin:0;font-size:2.3cqi;font-weight:650;line-height:1.3}.cns-subtitle+.cns-credit{margin-top:-2.4cqi}.cns-credit+.cns-body{margin-top:-2cqi}.cns-quote{flex-direction:column;gap:1.2cqi;margin:0;padding:2cqi 0;display:flex}.cns-quote p{color:#e5ebfa;letter-spacing:-.02cqi;margin:0;font-size:2.3cqi;font-weight:650;line-height:1.35}.cns-quote cite{color:#a4adc8;font-size:1.23cqi;font-style:normal;font-weight:450}.cns-related-link{cursor:pointer;background:#9da8d90d;border-radius:2cqi;padding:1.6cqi;transition:padding .6s}.cns-related-link.expanded{padding-bottom:2.6cqi}.cns-related-link-header{align-items:center;gap:.8cqi;display:flex}.cns-related-link .cns-pub-icon-sm{width:2.45cqi;height:2.45cqi}.cns-related-link span{color:#e5ebfa;letter-spacing:-.02cqi;font-size:1.65cqi;font-weight:650}.cns-related-link-chevron{filter:brightness(0)invert(.9);opacity:.6;width:2cqi;height:2cqi;margin-left:auto}.cns-related-link-items{opacity:0;flex-direction:column;gap:1.4cqi;max-height:0;margin-top:0;transition:max-height .5s,opacity .4s,margin .4s;display:flex;overflow:hidden}.cns-related-link.expanded .cns-related-link-items{opacity:1;max-height:50cqi;margin-top:2.2cqi;transition:max-height 1.5s,opacity .8s,margin .8s}.cns-related-link-items p{color:#e5ebfabf;text-underline-offset:.3cqi;margin:0;font-size:1.6cqi;font-weight:520;line-height:1.4;-webkit-text-decoration:underline #e5ebfa40;text-decoration:underline #e5ebfa40}.cns-related-questions{background:#9da8d90d;border-radius:2cqi;flex-direction:column;gap:2cqi;padding:1.6cqi;display:flex}.cns-rq-header{align-items:center;gap:.8cqi;display:flex}.cns-copilot-icon{object-fit:contain;border-radius:50%;flex-shrink:0;width:2cqi;height:2cqi}.cns-rq-header span{color:#e5ebfa;letter-spacing:-.02cqi;font-size:1.65cqi;font-weight:650}.cns-rq-tags{flex-wrap:wrap;gap:1.6cqi;display:flex}.cns-rq-tag{color:#e5ebfa;cursor:pointer;background:#9da8d91a;border:.1cqi solid #ffffff0d;border-radius:1.2cqi;padding:.7cqi 1.2cqi;font-size:1.44cqi;font-weight:410;transition:background .2s}.cns-rq-tag:hover{background:#0a0c1466}.cns-related-stories{background:#9da8d90d;flex-direction:column;align-items:center;gap:2.5cqi;padding:3.3cqi 2.5cqi;display:flex}.cns-rs-title{color:#e5ebfa;text-align:center;letter-spacing:-.03cqi;margin:0;font-size:2.5cqi;font-weight:650}.cns-rs-cards{justify-content:center;gap:1.6cqi;width:100%;display:flex}.cns-rs-card{background:#9da8d91a;border:.1cqi solid #ffffff0d;border-radius:3.7cqi;flex-direction:column;flex:0 0 36%;gap:1.6cqi;max-width:36%;padding:1.2cqi;display:flex;overflow:hidden}.cns-rs-card>img{aspect-ratio:16/9;object-fit:cover;border-radius:2.5cqi;width:100%}.cns-rs-card-info{flex-direction:column;gap:.6cqi;padding:0 1.6cqi 1.6cqi;display:flex}.cns-rs-pub{color:#e5ebfa;align-items:center;gap:.3cqi;font-size:1.44cqi;font-weight:410;display:flex}.cns-rs-headline{color:#e5ebfa;-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:1.65cqi;font-weight:600;line-height:1.4;display:-webkit-box;overflow:hidden}.cns-gallery{grid-template-columns:1fr 12cqi;gap:1cqi;display:grid}.cns-gallery-main{aspect-ratio:7/5;border-radius:2.5cqi;align-self:start;position:relative;overflow:hidden}.cns-gallery-main>img{object-fit:cover;width:100%;height:100%;transition:opacity .3s;display:block}.cns-gallery-count{color:#e5ebfa;background:#00000080;border-radius:.8cqi;align-items:center;padding:.7cqi 1.2cqi;font-size:1.23cqi;font-weight:450;line-height:1;display:flex;position:absolute;bottom:1.8cqi;left:2cqi}.cns-gallery-nav{gap:.8cqi;display:flex;position:absolute;bottom:1.2cqi;right:1.6cqi}.cns-gallery-arrow{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:pointer;background:#272320bf;border:none;border-radius:1.2cqi;justify-content:center;align-items:center;width:4cqi;height:4cqi;transition:background .2s,opacity .2s;display:flex}.cns-gallery-arrow:hover:not(.disabled){background:#14110fe6}.cns-gallery-arrow.disabled{opacity:.5;cursor:default;pointer-events:none}.cns-gallery-arrow img{filter:brightness(0)invert();opacity:.9;width:1.8cqi;height:1.8cqi}.cns-gallery-thumbs{min-height:0;position:relative;overflow:hidden}.cns-gallery-thumbs-track{flex-direction:column;gap:.6cqi;transition:transform .3s;display:flex}.cns-gallery-thumbs-track img{object-fit:cover;filter:brightness(.5);cursor:pointer;border-radius:1.6cqi;width:100%;transition:filter .2s}.cns-gallery-thumbs-track img:hover:not(.active){filter:brightness(.7)}.cns-gallery-thumbs-track img.active{filter:none}.cns-masthead-gem{background:#0e111b;border-radius:0 0 2cqi 2cqi;gap:2cqi;margin:-6.5cqi -15cqi 0;padding:6.5cqi 15cqi 4cqi}.cns-gem-curated{color:#e5ebfa;align-items:center;gap:.6cqi;font-size:1.44cqi;font-weight:450;display:flex}.cns-gem-time{color:#a4adc8}.cns-gem-sections{flex-direction:column;gap:1cqi;display:flex}.cns-gem-label{color:#e5ebfa;margin:0;font-size:1.85cqi;font-weight:410;line-height:1.45}.cns-gem-label strong{font-weight:620}.cns-gem-article{flex-direction:column;gap:1.2cqi;display:flex}.cns-gem-article-title{color:#e5ebfa;margin:0;font-size:2.5cqi;font-weight:650;line-height:1.3}.cns-gem-seemore{color:#6ca0f6;cursor:pointer;text-align:left;background:0 0;border:none;padding:0;font-size:1.44cqi;font-weight:450}.cns-ref-badge{color:#e5ebfa;white-space:nowrap;vertical-align:baseline;cursor:pointer;background:#0e111b;border-radius:.8cqi;justify-content:center;align-items:center;padding:.6cqi .6cqi .5cqi;font-size:1.23cqi;font-weight:500;line-height:1;display:inline-flex}.cns-ref-badge .cns-pub-icon-xs{width:1.2cqi;height:1.2cqi}.cns-all-icon{width:auto;height:2.4cqi}.cns-references{flex-direction:column;gap:1.2cqi;display:flex}.cns-ref-label{color:#e5ebfa;font-size:1.44cqi;font-weight:620}.cns-ref-pills{gap:1.2cqi;display:flex;overflow:hidden}.cns-ref-card{background:#ffffff0f;border-radius:2cqi;flex-direction:column;flex:1 1 0;justify-content:center;gap:.15cqi;min-width:0;padding:1.6cqi 1.6cqi 1.8cqi;display:flex;overflow:hidden;box-shadow:0 .1cqi .3cqi #0000004d,0 0 .1cqi #0003}.cns-ref-card-text{flex-direction:column;gap:.15cqi;display:flex}.cns-ref-card-pub{color:#e5ebfa;align-items:center;gap:.3cqi;font-size:1.1cqi;font-weight:480;display:flex}.cns-ref-card-pub .cns-pub-icon-xs{width:auto;height:3.2cqi}.cns-ref-card-title{color:#e5ebfa;white-space:nowrap;text-overflow:ellipsis;font-size:1.4cqi;font-weight:620;line-height:1.4;overflow:hidden}.cns-ref-showall{color:#e5ebfa;cursor:pointer;background:#ffffff0f;border:none;border-radius:2cqi;flex-direction:column;flex-shrink:0;justify-content:center;gap:.6cqi;padding:1.6cqi 2.2cqi 1.6cqi 1.6cqi;font-size:1.4cqi;font-weight:620;display:flex;box-shadow:0 .1cqi .3cqi #0000004d,0 0 .1cqi #0003}.cns-ref-showall img{width:auto;height:2cqi}.phone-frame{width:100%;max-width:280px;margin:0 auto;position:relative;container-type:inline-size}.phone-frame:before{content:"";padding-bottom:200%;display:block}.phone-screen{width:280px;height:560px;color:var(--text-tertiary);transform-origin:0 0;transform:scale(calc(100cqi / 280px));background:0 0;border:none;border-radius:28px;justify-content:center;align-items:center;display:flex;position:absolute;top:0;left:0}.clive-content{cursor:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28'%3E%3Ccircle cx='14' cy='14' r='11' fill='white' fill-opacity='0.9' stroke='rgba(0,0,0,0.15)' stroke-width='1'/%3E%3C/svg%3E") 14 14,pointer;width:240px;height:522px;position:relative;overflow:hidden}.clive-content *,.clive-content :before,.clive-content :after{cursor:inherit!important}.clive-draw-canvas{z-index:25;pointer-events:none;opacity:0;width:100%;height:100%;transition:opacity .3s;position:absolute;top:0;left:0}.clive-draw-canvas.active{pointer-events:auto;opacity:1;cursor:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28'%3E%3Ccircle cx='14' cy='14' r='11' fill='white' fill-opacity='0.9' stroke='rgba(0,0,0,0.15)' stroke-width='1'/%3E%3C/svg%3E") 14 14,pointer}.clive-phone-frame{pointer-events:none;z-index:50;width:100%;height:auto;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.clive-drawing-msg{transition:box-shadow .2s,outline-color .2s}.clive-drawing-msg:hover{box-shadow:0 4px 16px #0006}.clive-drawing-msg.clive-drawing-active{outline-offset:-1.5px;outline:1.5px solid #c084fc}.clive-draw-preview{z-index:40;pointer-events:none;opacity:0;background:0 0;width:100%;height:100%;transition:opacity .3s;position:absolute;top:0;left:0}.clive-draw-preview.visible{opacity:1}.clive-inner{transform-origin:0 0;cursor:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28'%3E%3Ccircle cx='14' cy='14' r='11' fill='white' fill-opacity='0.9' stroke='rgba(0,0,0,0.15)' stroke-width='1'/%3E%3C/svg%3E") 14 14,pointer;width:375px;height:812px;position:relative;transform:scale(.643)}.clive-inner *,.clive-inner :before,.clive-inner :after{cursor:inherit!important}.clive-layer{object-fit:cover;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.clive-el{pointer-events:none;position:absolute}.clive-txt{color:#fff;white-space:nowrap;pointer-events:none;font-family:Inter,sans-serif;font-size:13px;line-height:20px;position:absolute}.clive-txt.clive-bold{font-weight:500}.clive-txt strong{color:#fff;margin-right:5px;font-weight:600}.clive-txt.clive-wrap{white-space:normal}.clive-icon{pointer-events:none;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;display:flex;position:absolute}.clive-icon img{width:12px;height:12px}.clive-comment-box{z-index:50;cursor:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28'%3E%3Ccircle cx='14' cy='14' r='11' fill='white' fill-opacity='0.9' stroke='rgba(0,0,0,0.15)' stroke-width='1'/%3E%3C/svg%3E") 14 14,pointer;align-items:center;gap:6px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;bottom:24px;left:13px;right:13px}.clive-comment-box *,.clive-comment-box :before,.clive-comment-box :after{cursor:inherit!important}.clive-comment-input{background:#ffffff1f;border:1px solid #fff3;border-radius:16px;flex:1;align-items:center;gap:6px;height:28px;padding:3px 4px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.clive-comment-input:hover{transform:scale(1.03);box-shadow:0 3px 12px #00000059}.clive-comment-emoji{pointer-events:auto;cursor:pointer;border-radius:50%;flex-shrink:0;width:20px;height:20px;transition:transform .2s,box-shadow .2s}.clive-comment-emoji:hover{transform:scale(1.15);box-shadow:0 2px 8px #0006}.clive-emoji-wrapper{flex-shrink:0;align-items:center;display:flex;position:relative}.clive-emoji-dropdown{transform-origin:bottom;opacity:0;pointer-events:none;z-index:30;background:#fff;border-radius:20px;flex-direction:column;gap:4px;padding:2px;transition:opacity .35s cubic-bezier(.4,0,.2,1),transform .35s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;bottom:calc(100% - 21px);left:50%;transform:translate(-50%)scale(.8);box-shadow:0 0 8px #0006}.clive-emoji-dropdown.open{opacity:1;pointer-events:auto;transform:translate(-50%)scale(1)}.clive-emoji-option{cursor:pointer;border-radius:50%;width:20px;height:20px;transition:opacity .15s}.clive-emoji-dropdown.open .clive-emoji-option{pointer-events:auto}.clive-comment-textarea{color:#fff;resize:none;pointer-events:auto;background:0 0;border:none;outline:none;flex:1;max-height:36px;padding:0;font-family:Inter,sans-serif;font-size:8px;line-height:12px;overflow-y:hidden}.clive-comment-textarea::placeholder{color:#ffffff80}.clive-comment-textarea.has-text{overflow-y:auto}.clive-comment-send{cursor:default;pointer-events:auto;background:#ffffff26;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;padding:0;transition:background .3s cubic-bezier(.4,0,.2,1),transform .3s cubic-bezier(.4,0,.2,1);display:flex}.clive-comment-send svg{opacity:.4;width:12px;height:12px;transition:opacity .3s cubic-bezier(.4,0,.2,1)}.clive-comment-send.active{cursor:pointer;background:linear-gradient(#3675f7 0%,#3147d5 100%)}.clive-comment-send.active:hover{transform:scale(1.05);box-shadow:0 4px 12px #0006}.clive-comment-send.active svg{opacity:1}.clive-msg-box{z-index:10;background:#0a0c0e80;border-radius:16px;align-items:center;padding:6px 12px 6px 6px;display:flex}.clive-msg-text{color:#e0e0e0;white-space:nowrap;font-family:Inter,sans-serif;font-size:13px;line-height:20px}.clive-msg-text strong{color:#fff;margin-right:5px;font-weight:600}.clive-msg-fade{transition:opacity .3s}.clive-msg-fade.dimmed{opacity:.5}.petcare-screen{aspect-ratio:auto;background:0 0;border-radius:0;padding:0;overflow:hidden}.petcare-frame{cursor:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28'%3E%3Ccircle cx='14' cy='14' r='11' fill='white' fill-opacity='0.9' stroke='rgba(0,0,0,0.15)' stroke-width='1'/%3E%3C/svg%3E") 14 14,pointer;background-color:#f4f6f8;width:240px;height:522px;position:relative;overflow:hidden}.petcare-frame *{cursor:inherit!important}.petcare-phone-frame{pointer-events:none;z-index:50;width:100%;height:auto;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.petcare-frame:hover .petcare-home-img{opacity:.5}.petcare-home-img{object-fit:cover;width:100%;height:100%;transition:opacity .3s}.petcare-vet-card{cursor:pointer;pointer-events:auto;background:#fff;border-radius:12.8px;align-items:center;gap:5%;width:85.07%;height:13.3%;padding:0 7% 0 5%;transition:box-shadow .3s;display:flex;position:absolute;top:62.93%;left:7.47%;box-shadow:0 0 12.8px #c4cdd566}.petcare-vet-card:hover{box-shadow:0 4px 20px #00000026}.petcare-vet-avatar{border-radius:50%;flex-shrink:0;width:26px;height:26px;overflow:hidden;box-shadow:0 0 10px #c4cdd566}.petcare-vet-avatar img{object-fit:cover;width:100%;height:100%}.petcare-vet-info{flex:1;min-width:0}.petcare-vet-name{color:#292f30;white-space:nowrap;margin-bottom:1px;font-family:Poppins,sans-serif;font-size:8.5px;font-weight:600;line-height:1.4}.petcare-vet-role{color:#292f30;margin-bottom:5px;font-family:Poppins,sans-serif;font-size:7.5px;font-weight:400;line-height:1.4}.petcare-vet-meta{color:#788898;white-space:nowrap;align-items:center;gap:2px;font-family:Poppins,sans-serif;font-size:7px;font-weight:400;line-height:1.4;display:flex;position:relative;top:-1px}.petcare-vet-clock,.petcare-vet-star{width:6px;height:6px;position:relative;top:-1px}.petcare-vet-sep{margin:0 2px}.petcare-vet-bookmark{cursor:pointer;pointer-events:auto;flex-shrink:0;transition:transform .3s cubic-bezier(.34,1.56,.64,1)}.petcare-vet-bookmark svg{width:9px;height:12px;transition:fill .2s,stroke .2s}.petcare-vet-bookmark.petcare-bookmark-filled svg path{fill:#38a55a;stroke:#38a55a}.petcare-page2{opacity:0;visibility:hidden;z-index:10;background:#f4f6f8;transition:opacity .4s,visibility .4s;position:absolute;inset:0}.petcare-page2.petcare-page2-active{opacity:1;visibility:visible}.petcare-page2-img{object-fit:cover;width:100%;height:100%;transition:opacity .3s}.petcare-page2:hover .petcare-page2-img{opacity:.5}.petcare-back-btn{z-index:1;cursor:pointer;pointer-events:auto;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;transition:box-shadow .3s;display:flex;position:absolute;top:38px;left:18px;box-shadow:0 0 6.4px #c4cdd566}.petcare-back-btn:hover{box-shadow:0 2px 8px #0000001f}.petcare-p2-bookmark{z-index:1;cursor:pointer;pointer-events:auto;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;transition:transform .3s cubic-bezier(.34,1.56,.64,1);display:flex;position:absolute;top:38px;right:18px;box-shadow:0 0 6.4px #c4cdd566}.petcare-p2-bookmark svg{width:8px;height:10px}.petcare-p2-bookmark.petcare-bookmark-filled svg path{fill:#38a55a;stroke:#38a55a}.petcare-p2-title{color:#292f30;white-space:nowrap;z-index:1;font-family:Poppins,sans-serif;font-size:9px;font-weight:600;position:absolute;top:44px;left:50%;transform:translate(-50%)}.petcare-p2-avatar{z-index:1;border-radius:50%;width:64px;height:64px;position:absolute;top:81px;left:50%;overflow:hidden;transform:translate(-50%);box-shadow:0 0 12.8px #c4cdd566}.petcare-p2-avatar img{object-fit:cover;width:100%;height:100%}.petcare-p2-name{color:#292f30;white-space:nowrap;z-index:1;font-family:Poppins,sans-serif;font-size:11.5px;font-weight:600;position:absolute;top:155px;left:50%;transform:translate(-50%)}.petcare-p2-role{color:#292f30;white-space:nowrap;z-index:1;font-family:Poppins,sans-serif;font-size:7.7px;font-weight:400;position:absolute;top:175px;left:50%;transform:translate(-50%)}.petcare-p2-meta{color:#788898;white-space:nowrap;z-index:1;align-items:center;gap:2px;font-family:Poppins,sans-serif;font-size:6.4px;font-weight:400;display:flex;position:absolute;top:199px;left:50%;transform:translate(-50%)}.petcare-p2-cta{z-index:1;cursor:pointer;pointer-events:auto;background:linear-gradient(174deg,#38a55a 24%,#38a55ac9 83%);border-radius:100px;justify-content:center;align-items:center;gap:6px;width:159px;height:33px;transition:box-shadow .3s;display:flex;position:absolute;top:233px;left:50%;transform:translate(-50%);box-shadow:0 0 12.8px #c4cdd599}.petcare-p2-cta:hover{box-shadow:0 4px 20px #38a55a66}.petcare-p2-cta span{color:#fff;font-family:Poppins,sans-serif;font-size:8.3px;font-weight:600}.petcare-p2-cta svg{width:10px;height:8px;transition:transform .3s}.petcare-p2-cta:hover svg{transform:translate(3px)}.petcare-page3{opacity:0;visibility:hidden;z-index:20;background:#f4f6f8;transition:opacity .4s,visibility .4s;position:absolute;inset:0}.petcare-page3.petcare-page3-active{opacity:1;visibility:visible}.petcare-page3-img{object-fit:cover;width:100%;height:100%;transition:opacity .3s}.petcare-page3:hover .petcare-page3-img{opacity:.5}.petcare-back-btn-p3{z-index:21}.petcare-p3-title{color:#292f30;white-space:nowrap;z-index:1;font-family:Poppins,sans-serif;font-size:9px;font-weight:600;position:absolute;top:44px;left:50%;transform:translate(-50%)}.petcare-p3-section-title{color:#292f30;white-space:nowrap;z-index:1;font-family:Poppins,sans-serif;font-size:8.3px;font-weight:600;position:absolute;top:192px;left:18px}.petcare-p3-calendar{z-index:1;background:#fff;border-radius:12.8px;width:204px;height:176px;padding:10px 12px;transition:box-shadow .3s;position:absolute;top:215px;left:18px;box-shadow:0 0 12.8px #c4cdd566}.petcare-p3-calendar:hover{box-shadow:0 4px 20px #c4cdd5b3}.petcare-cal-header{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.petcare-cal-month{color:#292f30;font-family:Poppins,sans-serif;font-size:7.5px;font-weight:600}.petcare-cal-arrow{cursor:pointer;width:5px;height:8px}.petcare-cal-grid{text-align:center;grid-template-columns:repeat(7,1fr);gap:0;display:grid}.petcare-cal-day-name{color:#292f30;font-family:Poppins,sans-serif;font-size:6px;font-weight:600;line-height:18px}.petcare-cal-day{color:#292f30;cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;margin:1px auto;font-family:Poppins,sans-serif;font-size:6px;font-weight:400;line-height:20px;transition:background .2s,color .2s,transform .15s;display:flex}.petcare-cal-day:not(.petcare-cal-muted):not(.petcare-cal-selected):hover{background:#38a55a1f;transform:scale(1.15)}.petcare-cal-muted{color:#292f3066}.petcare-cal-today{color:#292f30}.petcare-cal-selected{color:#292f30;background:#d7edde;border:1.3px solid #38a55a;border-radius:50%;width:20px;height:20px;margin:1px auto;font-weight:600;line-height:17px}.petcare-p3-continue{color:#fff;z-index:1;cursor:pointer;pointer-events:auto;background:linear-gradient(174deg,#38a55a 24%,#38a55ac9 83%);border-radius:100px;justify-content:center;align-items:center;width:180px;height:33px;font-family:Poppins,sans-serif;font-size:9px;font-weight:600;transition:box-shadow .3s;display:flex;position:absolute;bottom:28px;left:50%;transform:translate(-50%);box-shadow:0 0 12.8px #c4cdd599}.petcare-p3-continue:hover{box-shadow:0 4px 20px #38a55a66}.petcare-page4{z-index:30;visibility:hidden;opacity:0;background:#f4f6f8;border-radius:28px;transition:opacity .4s,visibility .4s;position:absolute;inset:0;overflow:hidden}.petcare-page4.petcare-page4-active{visibility:visible;opacity:1}.petcare-p4-bg{object-fit:cover;pointer-events:none;width:100%;height:100%;transition:opacity .3s;position:absolute;inset:0}.petcare-page4:hover .petcare-p4-bg{opacity:.5}.petcare-back-btn-p4{z-index:31}.petcare-p4-title{color:#292f30;white-space:nowrap;z-index:1;font-family:Poppins,sans-serif;font-size:9px;font-weight:600;position:absolute;top:44px;left:50%;transform:translate(-50%)}.petcare-p4-section{color:#292f30;white-space:nowrap;z-index:1;font-family:Poppins,sans-serif;font-size:8.3px;font-weight:600;position:absolute;top:82px;left:18px}.petcare-p4-subtitle{color:#292f3099;white-space:nowrap;z-index:1;font-family:Poppins,sans-serif;font-size:6.4px;font-weight:400;position:absolute;top:100px;left:18px}.petcare-p4-pets{z-index:2;pointer-events:auto;gap:14px;display:flex;position:absolute;top:124px;left:20px}.petcare-p4-pet{cursor:pointer;flex-direction:column;align-items:center;gap:4px;display:flex}.petcare-p4-pet img{object-fit:cover;border:2.5px solid #0000;border-radius:50%;width:51px;height:51px;transition:border-color .3s,transform .2s;box-shadow:0 0 12.8px #c4cdd566}.petcare-p4-pet-selected img{border-color:#38a55a}.petcare-p4-pet:hover img{transform:scale(1.05)}.petcare-p4-pet-name{color:#292f30;font-family:Poppins,sans-serif;font-size:7px;line-height:1.6}.petcare-paw-icon{vertical-align:middle;width:9px;height:9px;display:none;position:relative;top:-2px}.petcare-p4-pet-selected .petcare-p4-pet-name{color:#38a55a;font-weight:600}.petcare-p4-pet-selected .petcare-paw-icon{display:inline}.petcare-p4-value{transition:opacity .2s,transform .2s}.petcare-p4-value.petcare-value-fading{opacity:0;transform:translateY(3px)}.petcare-p4-info-title{color:#292f30;white-space:nowrap;z-index:1;font-family:Poppins,sans-serif;font-size:8.3px;font-weight:600;position:absolute;top:210px;left:18px}.petcare-p4-info-card{z-index:2;background:#fff;border-radius:12.8px;width:204px;padding:14px 16px;position:absolute;top:232px;left:18px;box-shadow:0 0 12.8px #c4cdd566}.petcare-p4-info-card:hover{box-shadow:0 0 12.8px #c4cdd566}.petcare-p4-info-row{justify-content:space-between;margin-bottom:12px;display:flex}.petcare-p4-info-row:last-child{margin-bottom:0}.petcare-p4-info-col{flex-direction:column;flex:1;gap:2px;display:flex}.petcare-p4-label{color:#292f30;font-family:Poppins,sans-serif;font-size:8.3px;font-weight:600;line-height:16.6px}.petcare-p4-value{color:#292f30;font-family:Poppins,sans-serif;font-size:8.3px;font-weight:400;line-height:16.6px}.petcare-p4-confirm{color:#fff;z-index:2;cursor:pointer;pointer-events:auto;background:linear-gradient(174deg,#38a55a 24%,#38a55ac9 83%);border-radius:100px;justify-content:center;align-items:center;width:180px;height:33px;font-family:Poppins,sans-serif;font-size:9px;font-weight:600;transition:box-shadow .3s;display:flex;position:absolute;bottom:28px;left:50%;transform:translate(-50%);box-shadow:0 0 12.8px #c4cdd599}.petcare-p4-confirm:hover{box-shadow:0 4px 20px #38a55a66}.petcare-page5{z-index:40;visibility:hidden;opacity:0;background:#f4f6f8;border-radius:28px;transition:opacity .4s,visibility .4s;position:absolute;inset:0;overflow:hidden}.petcare-page5.petcare-page5-active{visibility:visible;opacity:1}.petcare-p5-bg{object-fit:cover;pointer-events:none;width:100%;height:100%;transition:opacity .3s;position:absolute;inset:0}.petcare-page5:hover .petcare-p5-bg{opacity:.5}.petcare-p5-illustration{object-fit:contain;pointer-events:none;z-index:1;opacity:0;width:115px;height:115px;transition:transform .6s cubic-bezier(.34,1.56,.64,1),opacity .4s;position:absolute;top:69px;left:50%;transform:translate(-50%)scale(0)}.petcare-page5-active .petcare-p5-illustration{opacity:1;transform:translate(-50%)scale(1)}.petcare-p5-heading{color:#292f30;text-align:center;white-space:nowrap;z-index:1;opacity:0;font-family:Poppins,sans-serif;font-size:11.5px;font-weight:600;line-height:1.6;transition:transform .5s .3s,opacity .5s .3s;position:absolute;top:205px;left:50%;transform:translate(-50%)translateY(10px)}.petcare-page5-active .petcare-p5-heading{opacity:1;transform:translate(-50%)translateY(0)}.petcare-p5-pet-name{color:#38a55a}.petcare-p5-card{z-index:1;opacity:0;background:#fff;border-radius:12.8px;width:204px;padding:10px 12px;transition:transform .5s .5s,opacity .5s .5s;position:absolute;top:271px;left:50%;transform:translate(-50%)translateY(15px);box-shadow:0 0 12.8px #c4cdd566}.petcare-page5-active .petcare-p5-card{opacity:1;transform:translate(-50%)translateY(0)}.petcare-p5-card-top{justify-content:space-between;align-items:center;margin-bottom:4px;display:flex}.petcare-p5-card-title{align-items:center;gap:4px;display:flex}.petcare-p5-paw{flex-shrink:0;position:relative;top:-2px}.petcare-p5-card-pet{color:#38a55a;font-family:Poppins,sans-serif;font-size:7px;font-weight:600;line-height:12.8px}.petcare-p5-dots{opacity:.5;flex-shrink:0}.petcare-p5-card-date{align-items:center;gap:4px;margin-bottom:8px;display:flex}.petcare-p5-cal-icon{opacity:.7;flex-shrink:0}.petcare-p5-card-date span{color:#292f30;font-family:Poppins,sans-serif;font-size:7px;font-weight:500;line-height:12.8px}.petcare-p5-card-divider{background:#e8ecf0;height:1px;margin-bottom:8px}.petcare-p5-card-doctor{align-items:center;gap:7px;display:flex}.petcare-p5-doc-avatar{object-fit:cover;border-radius:50%;width:26px;height:26px;box-shadow:0 0 6.4px #c4cdd566}.petcare-p5-doc-info{flex-direction:column;flex:1;display:flex}.petcare-p5-doc-name{color:#292f30;margin-top:2px;font-family:Poppins,sans-serif;font-size:8.3px;font-weight:600;line-height:12.8px}.petcare-p5-doc-role{color:#292f30;font-family:Poppins,sans-serif;font-size:6.4px;font-weight:400;line-height:12.8px}.petcare-p5-bookmark{cursor:pointer;pointer-events:auto;flex-shrink:0;transition:transform .2s,opacity .2s}.petcare-p5-bookmark.petcare-p5-bookmark-inactive:hover{transform:scale(1.2)}.petcare-p5-bookmark.petcare-p5-bookmark-inactive path{fill:none;stroke:#c4cdd5;stroke-width:1px}.petcare-p5-home-btn{color:#fff;z-index:2;cursor:pointer;pointer-events:auto;background:linear-gradient(174deg,#38a55a 24%,#38a55ac9 83%);border-radius:100px;justify-content:center;align-items:center;width:159px;height:33px;font-family:Poppins,sans-serif;font-size:9px;font-weight:600;transition:box-shadow .3s;display:flex;position:absolute;top:438px;left:50%;transform:translate(-50%);box-shadow:0 0 12.8px #c4cdd599}.petcare-p5-home-btn:hover{box-shadow:0 4px 20px #38a55a66}.eatup-screen{aspect-ratio:auto;background:0 0;border-radius:0;padding:0;overflow:hidden}.eatup-phone-frame{pointer-events:none;z-index:50;width:100%;height:auto;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.eatup-frame{cursor:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28'%3E%3Ccircle cx='14' cy='14' r='11' fill='white' fill-opacity='0.9' stroke='rgba(0,0,0,0.15)' stroke-width='1'/%3E%3C/svg%3E") 14 14,pointer;background:#f4f6f8;width:240px;height:522px;font-family:Poppins,sans-serif;position:relative;overflow:hidden}.eatup-frame .eatup-bg{transition:opacity .3s}.eatup-frame:hover>.eatup-bg,.eatup-frame:hover .eatup-page2 .eatup-bg{opacity:.5}.eatup-frame:hover .eatup-page3 .eatup-bg{opacity:1}.eatup-frame:hover .eatup-item-protected,.eatup-frame:hover .eatup-section:last-child,.eatup-frame:hover>.eatup-ad-banner img,.eatup-frame:hover .eatup-page2 .eatup-ad-banner img{opacity:.5;transition:opacity .3s}.eatup-frame:hover .eatup-page3 .eatup-ad-banner img{opacity:1}.eatup-bg{object-fit:cover;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.eatup-header-arrow{background:#54c1e8;border-radius:7.68px;justify-content:center;align-items:center;width:26px;height:26px;transition:box-shadow .3s;display:flex;position:absolute;top:38px;right:18px;box-shadow:0 0 12.8px #c4cdd566}.eatup-header-arrow img{width:9px;height:9px;transform:rotate(180deg)}.eatup-header-arrow:active,.eatup-header-arrow.eatup-arrow-pressed{background:#3aa8d0}.eatup-refresh-btn{z-index:1;cursor:pointer;pointer-events:auto;background:#fff;border-radius:7.68px;justify-content:center;align-items:center;width:26px;height:26px;transition:box-shadow .3s,opacity .3s;display:flex;position:absolute;top:38px;left:18px;box-shadow:0 0 6.4px #c4cdd566}.eatup-refresh-btn:hover{box-shadow:0 2px 8px #0000001f}.eatup-refresh-btn:active{background:#eee}.eatup-refresh-disabled{opacity:.5;pointer-events:none}.eatup-items-container{transition:box-shadow .3s}.eatup-items-container:hover{box-shadow:0 2px 8px #00000014}.eatup-recipe-card{transition:opacity 1.5s,box-shadow .3s}.eatup-recipe-card:first-child:hover{box-shadow:0 2px 12px #00000014}.eatup-recipe-list:hover .eatup-recipe-card:nth-child(n+2){opacity:.5}.eatup-header-arrow:hover,.eatup-back-btn:hover{box-shadow:0 2px 8px #0000001f}.eatup-page2{opacity:0;visibility:hidden;z-index:10;background:#f4f6f8;transition:opacity .4s,visibility .4s;position:absolute;inset:0}.eatup-page2.eatup-page2-active{opacity:1;visibility:visible}.eatup-back-btn{z-index:1;width:26px;height:26px;cursor:inherit;pointer-events:auto;background:#fff;border-radius:7.68px;justify-content:center;align-items:center;transition:box-shadow .3s;display:flex;position:absolute;top:38px;left:18px;box-shadow:0 0 6.4px #c4cdd566}.eatup-back-btn:active{background:#eee}.eatup-back-btn img{width:9px;height:9px}.eatup-recipe-list{flex-direction:column;gap:7.68px;width:204px;display:flex;position:absolute;top:87px;left:18px}.eatup-recipe-card{object-fit:cover;width:100%;height:136px;cursor:inherit;z-index:1;pointer-events:auto;opacity:0;border-radius:7.68px;transition:opacity .3s,transform .3s;position:relative;transform:translateY(16px);box-shadow:0 2.56px 12.8px #c4cdd566}.eatup-page2.eatup-page2-active .eatup-recipe-card.eatup-recipe-card-visible{opacity:1;transform:translateY(0)}.eatup-page2.eatup-page2-active .eatup-recipe-list:hover .eatup-recipe-card.eatup-recipe-card-visible:not(:first-child){opacity:.5}.eatup-recipe-card-last{height:141px}.eatup-page3{opacity:0;visibility:hidden;z-index:11;background:#f4f6f8;transition:opacity .4s,visibility .4s;position:absolute;inset:0}.eatup-page3.eatup-page3-active{opacity:1;visibility:visible}.eatup-back-btn-p3{z-index:2;box-shadow:none;background:0 0}.eatup-back-btn-p3:hover{box-shadow:none}.eatup-back-btn-p3:active{background:#0000001a}.eatup-back-btn-p3 img{filter:brightness(0)invert()drop-shadow(0 1px 2px #00000080);width:10px;height:10px}.eatup-sections{flex-direction:column;gap:12px;width:204px;display:flex;position:absolute;top:131px;left:18px}.eatup-section{flex-direction:column;gap:9px;display:flex;position:relative}.eatup-section-title{color:#454f5b;font-size:9px;line-height:normal}.eatup-items-container{scrollbar-width:none;background:#fff;border-radius:9px;align-items:flex-start;gap:1px;min-height:70px;padding:1px 0 10px 2px;display:flex;position:relative;overflow:auto hidden;box-shadow:0 0 12.8px #c4cdd566}.eatup-items-container:after{content:"";flex-shrink:0;min-width:16px}.eatup-section .eatup-empty-msg{text-align:center;color:#919eab;opacity:0;pointer-events:none;z-index:2;width:100%;padding:0 8px;font-size:9px;transition:opacity .5s;display:none;position:absolute;top:calc(50% + 12px);left:50%;transform:translate(-50%,-50%)}.eatup-section .eatup-empty-msg.eatup-empty-visible{opacity:1;display:block}.eatup-items-container::-webkit-scrollbar{display:none}.eatup-items-empty{height:50px}.eatup-item{flex-direction:column;flex-shrink:0;align-items:center;gap:0;width:48px;margin-right:-4px;display:flex}.eatup-item-img{justify-content:center;align-items:center;width:48px;height:48px;display:flex;position:relative}.eatup-item-img img{object-fit:contain;width:100%;height:100%}.eatup-minus-btn{object-fit:unset;background:#919eab;border:.5px solid #fff;border-radius:50%;justify-content:center;align-items:center;font-size:0;line-height:0;display:flex;position:absolute;bottom:4px;right:4px;box-shadow:0 0 4px #c4cdd566;width:12px!important;height:12px!important}.eatup-minus-btn:after{content:"";background:#fff;border-radius:1px;width:6px;height:1px}.eatup-item span{color:#292f30;text-align:center;font-size:8px;line-height:11px}.eatup-items-fade{pointer-events:none;z-index:2;background:linear-gradient(90deg,#fff0 0%,#ffffffe6 100%);border-radius:0 7.68px 7.68px 0;width:26px;height:70px;transition:opacity .3s;position:absolute;bottom:0;right:0}.eatup-items-fade-left{pointer-events:none;opacity:0;z-index:2;background:linear-gradient(90deg,#fff 0%,#fff0 100%);border-radius:7.68px 0 0 7.68px;width:24px;height:70px;transition:opacity .3s;position:absolute;bottom:0;left:0}.eatup-items-container.eatup-dragging{-webkit-user-select:none;user-select:none}.eatup-item{transition:opacity .4s,transform .4s,width .4s cubic-bezier(.4,0,.2,1),margin .4s cubic-bezier(.4,0,.2,1),padding .4s cubic-bezier(.4,0,.2,1)}.eatup-item:not(.eatup-item-protected):hover{transform:scale(1.06)}.eatup-item-pressed .eatup-item-img img,.eatup-item-pressed>span{opacity:.5;transition:opacity .15s}.eatup-item-pressed .eatup-minus-btn{background:#5a6570;transition:background .15s}.eatup-item-removing{opacity:0;overflow:hidden;transform:scale(.8);width:0!important;margin-left:0!important;margin-right:0!important;padding:0!important}.eatup-ad-banner{pointer-events:none;z-index:20;background:#f4f6f8;width:100%;height:56px;position:absolute;bottom:0;left:0}.eatup-ad-banner img{object-fit:cover;object-position:bottom;width:100%;height:100%;transition:opacity .3s}.inside-screen{aspect-ratio:auto;background:0 0;border-radius:0;padding:0;overflow:hidden}.inside-phone-frame{pointer-events:none;z-index:50;width:100%;height:auto;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.inside-frame{cursor:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28'%3E%3Ccircle cx='14' cy='14' r='11' fill='white' fill-opacity='0.9' stroke='rgba(0,0,0,0.15)' stroke-width='1'/%3E%3C/svg%3E") 14 14,pointer;background:#f8f9fa;width:240px;height:522px;font-family:Inter,sans-serif;position:relative;overflow:hidden}.inside-bg{object-fit:cover;pointer-events:none;width:100%;height:100%;transition:opacity .3s;position:absolute;top:0;left:0}.inside-frame:hover>.inside-bg{opacity:.5}.inside-frame:hover>.inside-overlay>.inside-greeting,.inside-frame:hover>.inside-overlay>.inside-subtitle,.inside-frame:hover>.inside-overlay>.inside-search-row{opacity:.5;transition:opacity .3s}.inside-overlay{box-sizing:border-box;z-index:3;background:#f8f9fa;flex-direction:column;height:19.88%;padding:0 4.27% 4%;display:flex;position:absolute;top:12.1%;left:0;right:0}.inside-greeting{color:#2f2f2f;margin:2px 0 4px;font-size:16px;font-weight:600;transition:opacity .3s,height .3s,margin .3s}.inside-greeting .letter{opacity:0;transition:opacity .4s ease-out,transform .55s cubic-bezier(.22,1,.36,1);display:inline-block;transform:translateY(6px)}.inside-greeting .letter-space{width:.3em;display:inline-block}.inside-greeting.inside-greeting-visible .letter{opacity:1;transform:translateY(0)}.inside-subtitle{color:#2f2f2f;margin:4px 0 14px;font-size:10px;font-weight:400;transition:opacity .3s,height .3s,margin .3s}.inside-search-row{align-items:center;gap:6px;margin-top:0;display:flex}.inside-search-bar{background:#fff;border:none;border-radius:15px;flex:1;align-items:center;height:30px;padding:0 10px;display:flex;box-shadow:0 2px 4px #0000001f}.inside-search-icon{color:#7c8895;margin-right:6px;font-size:14px}.inside-search-text{color:#7c8895;font-size:9px}.inside-filter-btn{background:#fff;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;display:flex;box-shadow:0 2px 4px #0000001f}.inside-filter-icon{color:#7c8895;font-size:15px}.inside-card-photo{border-radius:8px;width:calc(45.6% - 2px);height:27.2%;transition:box-shadow .2s;position:absolute;top:32.5%;left:calc(50.1% + 2px);overflow:hidden}.inside-card-photo:hover{box-shadow:0 2px 6px #0000004d}.inside-card-photo img{object-fit:cover;width:100%;height:100%}.inside-heart-icon{color:#fff;font-size:16px;transition:transform .3s cubic-bezier(.34,1.56,.64,1);position:absolute;bottom:8px;right:8px}.inside-heart-icon.inside-heart-filled{color:#fff}.inside-nav-icon{z-index:2;font-size:16px;position:absolute;bottom:31px}.inside-nav-widgets{color:#38485a;left:17px}.inside-nav-map{color:#7c8895;justify-content:center;align-items:center;width:28px;height:28px;margin-bottom:-5.5px;margin-left:-5.5px;font-size:17px;transition:transform .2s;display:flex;bottom:31px;left:62px}.inside-nav-map:hover{transform:scale(1.1)}.inside-detail{z-index:10;opacity:0;visibility:hidden;width:100%;height:100%;transition:opacity .4s,visibility 0s linear .4s;position:absolute;inset:0}.inside-detail:before{content:"";opacity:0;pointer-events:none;z-index:2;background:#ffffff80;border-radius:999px 0 0 999px;width:40px;height:24px;transition:opacity .3s;position:absolute;top:calc(6% + 4px);right:0}.inside-detail:hover:before{opacity:1}.inside-detail:after{content:"";opacity:0;pointer-events:none;z-index:2;background:#ffffff80;height:53%;transition:opacity .3s;position:absolute;bottom:0;left:0;right:0}.inside-detail:hover:after{opacity:1}.inside-detail.inside-detail-active{opacity:1;visibility:visible;transition:opacity .4s,visibility}.inside-detail-bg{object-fit:cover;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.inside-marker{cursor:pointer;z-index:3;width:16px;height:16px;transition:transform .2s,filter .2s;position:absolute}.inside-marker:hover{filter:brightness(.85)drop-shadow(0 2px 4px #0000004d);transform:scale(1.25)}.inside-popup{z-index:5;opacity:0;pointer-events:none;background:#fff;border-radius:8px;align-items:center;gap:5px;padding:4px;transition:opacity .25s,transform .25s;display:flex;position:absolute;top:15%;left:47%;transform:translateY(4px);box-shadow:0 2px 4px #0000001f}.inside-popup.inside-popup-visible{opacity:1;pointer-events:auto;transform:translateY(0)}.inside-popup-thumb{object-fit:cover;border-radius:5px;width:30px;height:30px}.inside-popup-text{flex-direction:column;gap:2px;width:72px;display:flex}.inside-popup-title{color:#2f2f2f;margin:0;font-size:6.5px;font-weight:500;line-height:1.3}.inside-popup-price{color:#38485a;margin:0;font-size:7.5px;font-weight:600}.inside-back-btn{color:#fff;z-index:2;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:15px;transition:background .15s;display:flex;position:absolute;top:7.4%;left:6.4%}.inside-back-btn:hover,.inside-back-btn:active{background:#00000026}.inside-map{z-index:10;opacity:0;visibility:hidden;background:#e8e8e0;transition:opacity .4s cubic-bezier(.4,0,.2,1),visibility 0s linear .4s;position:absolute;inset:0}.inside-map:before{content:"";opacity:0;pointer-events:none;z-index:5;background:#f8f9fa80;height:30%;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.inside-map:hover:before{opacity:1}.inside-map.inside-map-active{opacity:1;visibility:visible;transition:opacity .4s cubic-bezier(.4,0,.2,1),visibility}.inside-map .inside-greeting .letter{opacity:0;transform:translateY(6px)}.inside-map.inside-map-active .inside-greeting .letter{opacity:1;transform:translateY(0)}.inside-map-bg{pointer-events:none;width:100%;transition:transform .6s cubic-bezier(.4,0,.2,1);position:absolute;top:80px;left:0}.inside-map-nav{object-fit:cover;z-index:2;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.inside-map .inside-overlay{transition:padding .3s,height .3s,transform .3s;box-shadow:0 6px 6px -4px #0000001a}.inside-map-pin{pointer-events:auto;cursor:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28'%3E%3Ccircle cx='14' cy='14' r='11' fill='white' fill-opacity='0.9' stroke='rgba(0,0,0,0.15)' stroke-width='1'/%3E%3C/svg%3E") 14 14,pointer;opacity:0;width:31px;height:40px;margin-top:8px;transition:filter .15s ease-out,opacity .35s cubic-bezier(.4,0,.2,1),transform .45s cubic-bezier(.34,1.56,.64,1);position:absolute;transform:translateY(10px)scale(.7)}.inside-map.inside-map-active .inside-map-pin{opacity:1;transition:filter .15s ease-out,opacity .35s cubic-bezier(.4,0,.2,1),transform .6s cubic-bezier(.4,0,.2,1);transform:translateY(0)scale(1)}.inside-map:has(.inside-map-pin:hover) .inside-map-pin{filter:brightness(1.3);transition:filter .15s ease-out,transform .6s cubic-bezier(.4,0,.2,1)!important}.inside-map:has(.inside-map-pin:hover) .inside-map-pin:hover{filter:brightness(.9)contrast(1.3)}.inside-map:has(.inside-map-pin-active) .inside-map-pin:not(.inside-map-pin-active){filter:brightness(1.3)}.inside-map-pin.inside-map-pin-active{filter:brightness(.9)contrast(1.3)}.inside-map-location{pointer-events:none;width:52px;height:52px;transition:transform .6s cubic-bezier(.4,0,.2,1);position:absolute}.inside-map-compass{background:#fff;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:transform .6s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;bottom:calc(14% - 4px);right:calc(6% - 4px);box-shadow:0 4px 8px #00000026}.inside-map-compass .material-icons{color:#38485a;font-size:28px;transform:rotate(45deg)}.inside-map-nav-icon{z-index:4;font-size:16px;position:absolute;bottom:31px}.inside-map-nav-widgets{color:#7c8895;cursor:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28'%3E%3Ccircle cx='14' cy='14' r='11' fill='white' fill-opacity='0.9' stroke='rgba(0,0,0,0.15)' stroke-width='1'/%3E%3C/svg%3E") 14 14,pointer;transform-origin:50%;justify-content:center;align-items:center;width:28px;height:28px;margin-bottom:-6px;margin-left:-6px;transition:transform .2s;display:flex;left:17px}.inside-map-nav-widgets:hover{transform:scale(1.1)translateY(-1px)}.inside-map-nav-map{color:#38485a;font-size:17px;left:62px}.inside-map-layer{opacity:0;pointer-events:none;z-index:3;width:100%;transition:opacity .3s;position:absolute;bottom:0;left:0}.inside-map:hover .inside-map-layer{opacity:.5}.inside-store-card{z-index:1;opacity:0;pointer-events:none;border-radius:12px;height:100px;transition:opacity .45s cubic-bezier(.4,0,.2,1),transform .45s cubic-bezier(.4,0,.2,1),box-shadow .25s;position:absolute;bottom:64px;left:12px;right:12px;overflow:hidden;transform:translateY(60px)}.inside-store-card.inside-store-card-visible{opacity:1;pointer-events:auto;transform:translateY(0)}.inside-store-card:hover{box-shadow:none}.inside-store-card-img{object-fit:cover;width:100%;height:100%;transition:opacity .3s;position:absolute;inset:0}.inside-store-card-gradient{background:linear-gradient(#0000 40%,#0009 100%);position:absolute;inset:0}.inside-store-card-name{color:#fff;font-size:10px;font-weight:600;position:absolute;bottom:28px;left:10px}.inside-store-card-meta{color:#fff;font-size:8px;font-weight:400;position:absolute;bottom:14px;left:10px}.inside-store-card-heart{color:#fff;font-size:15px;transition:transform .3s cubic-bezier(.34,1.56,.64,1);position:absolute;bottom:14px;right:10px}.inside-store-card-heart.inside-heart-filled{color:#fff}.inside-map.inside-map-store-open .inside-map-bg,.inside-map.inside-map-store-open .inside-map-pin,.inside-map.inside-map-store-open .inside-map-location,.inside-map.inside-map-store-open .inside-map-compass{transition:transform .6s cubic-bezier(.4,0,.2,1);transform:translateY(-108px)}.inside-map.inside-map-store-open .inside-map-pin{transition:filter .15s ease-out,opacity .35s cubic-bezier(.4,0,.2,1),transform .6s cubic-bezier(.4,0,.2,1);transform:translateY(-108px)scale(1)}.inside-map.inside-map-store-open .inside-greeting,.inside-map.inside-map-store-open .inside-subtitle{opacity:0;height:0;margin:0;transition:opacity .3s,height .3s,margin .3s;overflow:hidden}.inside-map.inside-map-store-open .inside-overlay{height:auto;padding-top:0;transition:padding .3s,height .3s,transform .3s;transform:translateY(-28px)}.inside-map.inside-map-store-open:before{height:68px}.tablet-frame{flex:1;width:100%;min-height:0}.tablet-screen{width:100%;height:100%;color:var(--text-tertiary);background:0 0;border:none;border-radius:16px;justify-content:center;align-items:flex-start;display:flex;position:relative;overflow:visible}.homedepot-content{width:1560px;height:830px;position:absolute;top:0;left:50%;transform:translate(-50%)}.homedepot-ipad{object-fit:cover;cursor:pointer;pointer-events:auto;border-radius:8px;width:480px;height:355px;transition:opacity .4s,filter .4s,transform .6s,top .5s cubic-bezier(.4,0,.2,1),left .5s cubic-bezier(.4,0,.2,1);position:absolute;transform:translate(-50%)}.homedepot-content:hover .homedepot-ipad{opacity:.5}.homedepot-content .homedepot-ipad:hover,.homedepot-content:hover .homedepot-ipad.homedepot-main{opacity:1;filter:drop-shadow(0 6px 16px #00000026);z-index:10;transform:translate(-50%)scale(1.012)}.fuels-grid{gap:var(--card-gap);width:100%;max-width:var(--content-max);display:flex}.fuel-card{aspect-ratio:9/16;cursor:pointer;min-width:0;box-shadow:none;background:#ffffff0a;border:none;border-radius:12px;flex:1;position:relative;overflow:hidden}.fuel-card video{object-fit:cover;pointer-events:none;width:100%;height:100%;display:block}.fuel-card video::-webkit-media-controls{display:none!important}.fuel-card video::-webkit-media-controls-enclosure{display:none!important}.fuel-card video::-webkit-media-controls-panel{display:none!important}.fuel-card video::-webkit-media-controls-picture-in-picture-button{display:none!important}.fuel-card video::-webkit-media-controls-toggle-closed-captions-button{display:none!important}.fuel-play-btn{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:pointer;opacity:0;pointer-events:none;background:#00000073;border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:opacity .3s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.fuel-card:hover .fuel-play-btn,.fuel-card.paused .fuel-play-btn{opacity:1;pointer-events:auto}.fuel-card .icon-pause,.fuel-card.playing .icon-play{display:none}.fuel-card.playing .icon-pause{display:block}.footer{text-align:center;align-items:center;gap:var(--space-sm);flex-direction:column;padding:clamp(80px,8vw,140px) 0;display:flex}.footer-title{font-size:var(--title-page);letter-spacing:-.02em;font-weight:700;line-height:1.1}.footer-desc{font-size:var(--body);max-width:390px;font-weight:400;line-height:1.4}.social-icons{gap:var(--space-lg);margin-top:var(--space-lg);align-items:center;display:flex}.social-btn{width:36px;height:36px;color:var(--text-primary);background:var(--glass-bg);-webkit-backdrop-filter:blur(20px)saturate(1.4);backdrop-filter:blur(20px)saturate(1.4);box-shadow:var(--glass-shadow);border:.5px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;text-decoration:none;transition:background 1.4s cubic-bezier(.25,.46,.45,.94),border-color 1.4s cubic-bezier(.25,.46,.45,.94);display:flex;position:relative;overflow:visible}.social-btn:hover{background:#00000026;border-color:#ffffff0f}.social-btn:active{background:#00000040;border-color:#ffffff08}.social-btn img{object-fit:contain;border-radius:50%;width:100%;height:100%}.social-btn:after{content:attr(data-tooltip);color:#fffffff5;-webkit-backdrop-filter:blur(68px);backdrop-filter:blur(68px);white-space:nowrap;opacity:0;pointer-events:none;background:#80808026;border:.5px solid #ffffff1a;border-radius:200px;padding:4px 12px;font-size:12px;font-weight:500;line-height:16px;transition:opacity .8s cubic-bezier(.25,.46,.45,.94),transform .8s cubic-bezier(.25,.46,.45,.94);position:absolute;top:calc(100% + 8px);left:50%;transform:translate(-50%)translateY(4px)}.social-btn:hover:after{opacity:1;transform:translate(-50%)translateY(0)}@media (width<=900px){:root{--card-radius:14px}:is(.project-grid.two-col,.project-grid.two-col:not(:has(.project-col))){flex-direction:column;display:flex}.project-grid.two-col:not(:has(.project-col))>.project-card{flex-direction:column;display:flex}.project-grid.three-col{grid-template-columns:1fr}.project-grid.three-col>.project-card{flex-direction:column;grid-row:auto;min-width:0;display:flex}.project-grid.tablet-row,.project-grid.tablet-row>.project-card{flex-direction:column;display:flex}.page-play .project-grid.three-col{grid-template-columns:repeat(2,1fr)}.page-play .project-grid.three-col>.project-card{grid-row:span 2;grid-template-rows:subgrid;display:grid}.page-play .project-grid.three-col>.project-card:has(.phone-frame){padding-bottom:24px}.page-play .everyday-grid .phone-frame{max-width:160px}.page-play .perspective-grid>.project-card:first-child{grid-column:1/-1}.page-play .project-grid.everyday-grid>.card-tablet{flex-direction:column;order:10;grid-area:auto/1/auto/-1;display:flex}.page-play .project-grid.everyday-grid>.card-tablet .tablet-frame{aspect-ratio:673/558;flex:none;container-type:inline-size}.page-play .project-grid.everyday-grid>.card-tablet .homedepot-content{transform:translateX(-50%) scale(calc(100cqi / 673px));transform-origin:top}.page-play .project-grid.tablet-row,.page-play .project-grid.tablet-row>.project-card{flex-direction:column;display:flex}.stock-l2-placeholder{aspect-ratio:1;width:100%;container-type:inline-size;height:auto!important;min-height:0!important}.stock-l2-placeholder .sl2{height:var(--sl2-w)}.widgets-placeholder{height:auto!important;min-height:0!important}.card-stretch{flex:none}.card-stretch .card-placeholder{height:auto;min-height:0}.section-header-row{flex-wrap:wrap;gap:8px}.icon-btn{display:none}.fuels-grid{gap:var(--card-gap);grid-template-columns:repeat(3,1fr);display:grid}.fuel-card{aspect-ratio:9/16}}@media (width<=600px){:root{--card-radius:12px}.segmented-control{width:172px;height:44px}.project-card-header{flex-direction:column;gap:6px}.page-play .project-grid.three-col{grid-template-columns:repeat(2,1fr)}.page-play .perspective-grid>.project-card:first-child{grid-column:1/-1}.phone-frame{max-width:220px}.social-icons{gap:var(--space-md)}.fuels-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=500px){.mobile-break{display:block}}
