@charset "UTF-8";.home{min-height:100vh;padding:50px 50px 100px;background:var(--hds-sys-color-on-theme-surface);color:var(--hds-sys-color-theme-surface);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow:hidden}@media (max-width: 767px){.home{padding:20px 30px 100px}}@media (max-width: 480px){.home{padding:0 20px 100px}}.home__container{max-width:1600px;margin:0 auto;padding-top:100px;padding-bottom:10px}@media (max-width: 480px){.home__container{padding-top:90px}}.home__content{display:grid;grid-template-columns:repeat(6,1fr);row-gap:50px;column-gap:50px}@media (max-width: 767px){.home__content{row-gap:40px}}.home__content{--pg-stagger-step: 30ms;--pg-fade-duration: .3s;--pg-dim-opacity: .2}.home__content .pg-card{transition:opacity var(--pg-fade-duration) ease,outline-color .3s ease;opacity:1;outline:10px solid var(--hds-sys-color-theme-surface)}@media (hover: hover){.home__content .pg-card:hover{outline:10px solid var(--card-primary-color, var(--hds-sys-color-theme-surface))}}.home__content .pg-card[data-hovered=true]{outline:10px solid var(--card-primary-color, var(--hds-sys-color-theme-surface))}.home__content.js-stagger-mode .pg-card{opacity:var(--pg-dim-opacity)}@media (hover: hover){.home__content.js-stagger-mode .pg-card:hover{opacity:1}}.home__content.js-stagger-mode .pg-card:not(.dimmed){opacity:1}.home__content.js-stagger-mode .pg-card.dimmed,.home__content.js-stagger-loading .pg-card{opacity:var(--pg-dim-opacity)}.home__content.js-stagger-loading .pg-card[data-open=true]{opacity:1}.home__content.js-stagger-loading .pg-card.dimmed{opacity:var(--pg-dim-opacity)}@media (hover: hover){.home__content:not(.js-stagger-mode):not(.js-stagger-loading):has(.pg-card:hover):not(:has(.pg-card[data-open=true])) .pg-card{opacity:var(--pg-dim-opacity)}.home__content:not(.js-stagger-mode):not(.js-stagger-loading):has(.pg-card:hover):not(:has(.pg-card[data-open=true])) .pg-card:hover{opacity:1}.home__content:not(.js-stagger-mode):not(.js-stagger-loading):has(.pg-card:hover):not(:has(.pg-card[data-open=true])) .pg-card{transition-delay:calc(var(--stagger-index, 0) * var(--pg-stagger-step))}.home__content:not(.js-stagger-mode):not(.js-stagger-loading)[data-phase=loading][data-open-id] .pg-card{opacity:var(--pg-dim-opacity);transition-delay:calc(var(--stagger-index, 0) * var(--pg-stagger-step))}.home__content:not(.js-stagger-mode):not(.js-stagger-loading)[data-phase=loading][data-open-id] .pg-card[data-open=true]{opacity:1;transition-delay:0ms}}@media (hover: none){.home__content:not(.js-stagger-mode):not(.js-stagger-loading)[data-phase=loading][data-open-id] .pg-card{opacity:var(--pg-dim-opacity);transition-delay:calc(var(--stagger-index, 0) * var(--pg-stagger-step))}.home__content:not(.js-stagger-mode):not(.js-stagger-loading)[data-phase=loading][data-open-id] .pg-card[data-open=true]{opacity:1;transition-delay:0ms}}@media (prefers-reduced-motion: reduce){.home__content .pg-card{transition-duration:.12s;transition-delay:0ms!important}}.home__content .pg-card{width:100%}.home__content .pg-card--hero{grid-column:span 6}.home__content .pg-card--med{grid-column:span 3}.home__content .pg-card--med:first-child{grid-column:span 6}.home__content .pg-card--sm{grid-column:span 2}.home__content .pg-card--sm[data-columns="2"]{grid-column:span 3}.home__content .pg-card--xs{grid-column:span 2}.home__content .pg-card--xs[data-columns="2"]{grid-column:span 3}@media (max-width: 1099px){.home__content .pg-card--sm,.home__content .pg-card--xs{grid-column:span 3}.home__content .pg-card[data-last-alone=true]{grid-column:span 6}}@media (max-width: 768px){.home__content{grid-template-columns:1fr}.home__content .pg-card,.home__content .pg-card--hero,.home__content .pg-card--med,.home__content .pg-card--med:first-child,.home__content .pg-card--sm,.home__content .pg-card--sm[data-columns="2"],.home__content .pg-card--sm[data-columns="3"],.home__content .pg-card--xs,.home__content .pg-card--xs[data-columns="2"],.home__content .pg-card--xs[data-columns="3"],.home__content .pg-card[data-last-alone=true]{grid-column:1/-1!important}}.home__main{padding-top:20vh;padding-bottom:10vh;min-height:100vh;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;max-width:1200px;width:100%;margin:0 auto;text-align:center;gap:400px;position:relative;overflow:visible}@media (max-height: 1100px){.home__main{padding-bottom:5vh}}.home__hero{width:100%;display:flex;flex-direction:column;gap:50px;color:var(--hds-sys-color-theme-surface);align-items:center;text-align:center}.home__hero-title{margin:0;font-family:Pixel,Courier New,Courier,monospace;font-size:clamp(56px,8vw,100px);line-height:1;letter-spacing:.04em;color:inherit}.home__hero-subtitle{margin:0 0 -50px;font-family:Inter,Noto Sans TC,Noto Sans JP,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:80px;line-height:1.2;font-weight:900;color:inherit}.home__hero-subtitle .lineParent{padding:.1em 0}.home__hero-description{margin:0;max-width:100%;font-family:Inter,Noto Sans TC,Noto Sans JP,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:clamp(26px,4.5vw,50px);line-height:1.3;font-weight:900;color:inherit}.home__hero-description-intro{display:inline-block;font-weight:500;opacity:.6}.home__intro{width:100%;text-align:left;color:var(--hds-sys-color-theme-surface);--feed-detail-primary-color: var(--hds-sys-color-theme-surface);--on-hds-sys-color-surface: var(--hds-sys-color-theme-surface);position:relative;overflow:visible;margin-top:20vh}.home__intro-visual{position:absolute;display:flex;left:0vw;pointer-events:none;z-index:2;will-change:transform;transform:translateZ(0);opacity:0}@media (max-width: 1200px){.home__intro-visual{left:5vw}}@media (max-width: 1100px){.home__intro-visual{left:15vw}}.home__intro-visual .home__intro-rotation{margin-top:-100px}.home__intro-rotation{width:2000px;max-width:none}.home__intro-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:64px;align-items:start;position:relative;z-index:1}.home__intro-column{display:flex;flex-direction:column;gap:32px}@media (max-width: 1200px){.home__intro-column{gap:20px}}@media (max-width: 1100px){.home__intro-column{gap:10px}}.home__intro-column--secondary{min-height:200px}.home__intro-title{margin:0}@media (max-height: 1000px){.home__intro-title{font-size:32px!important;margin-bottom:10px!important}}@media (max-height: 900px){.home__intro-title{font-size:28px!important}}.home__intro-body{display:flex;flex-direction:column;gap:28px;font-family:Inter,Noto Sans TC,Noto Sans JP,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:25px;font-weight:900;line-height:1.4;color:inherit}.home__intro-body p{margin:0;white-space:pre-line}.home__intro-awards{list-style:none;padding:0;margin:60px 0 0;display:flex;flex-direction:column;gap:50px;font-family:Inter,Noto Sans TC,Noto Sans JP,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:25px;font-weight:900;line-height:1.2;color:inherit;text-transform:uppercase}@media (max-width: 1100px){.home__intro-awards{margin-top:20px!important}}.home__intro-awards li{display:flex;flex-direction:column;gap:12px}.home__intro-awards .home__intro-award-image{display:block;height:auto;margin:0 0 16px}.home__intro-awards .home__intro-award-image--01{width:200px}.home__intro-awards .home__intro-award-image--02{width:80px}.home__intro-awards .home__intro-award-image--03{width:400px}.home__intro-awards .home__intro-award-image--04{width:300px}.home__intro-awards-label{font-size:25px;font-weight:900;letter-spacing:.08em;line-height:1.2}.home__intro-awards-detail{font-size:25px;font-weight:500;line-height:1.2;text-transform:none}.home__awards,.home__clients{width:100%;text-align:left;color:var(--hds-sys-color-theme-surface);--feed-detail-primary-color: var(--hds-sys-color-theme-surface);--on-hds-sys-color-surface: var(--hds-sys-color-theme-surface)}.home__awards{margin-top:70vh}@media (max-width: 1400px){.home__awards{margin-top:40vh}}@media (max-width: 1200px){.home__awards{margin-top:20vh}}@media (max-width: 1100px){.home__awards{margin-top:0vh!important}}.home__clients{margin-top:-200px}@media (max-width: 1100px){.home__clients{margin-top:-170px!important}}.home__clients-logos{margin-top:60px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:minmax(100px,auto);gap:20px 50px;align-items:center;justify-items:start}@media (max-width: 1100px){.home__clients-logos{grid-auto-rows:minmax(70px,auto)}.home__clients-logos img{transform:scale(.75);transform-origin:left center}}.home__clients-logo{display:block;height:auto}.home__clients-logo--awwrated{width:125px}.home__clients-logo--kkday{width:150px}.home__clients-logo--nownews{width:200px}.home__clients-logo--walkerland{width:180px}.home__clients-logo--ixda,.home__clients-logo--aapd{width:160px}.home__clients-logo--qnap{width:200px}.home__clients-logo--uxy{width:180px}.home__clients-logo--shopmatic{width:200px}.home__background{width:100%;text-align:center;margin-top:10vh;color:var(--hds-sys-color-theme-surface);--feed-detail-primary-color: var(--hds-sys-color-theme-surface);--on-hds-sys-color-surface: var(--hds-sys-color-theme-surface);display:flex;justify-content:center}.home__background-inner{max-width:900px;display:flex;flex-direction:column;align-items:center;gap:32px}@media (max-height: 1400px){.home__background-inner{gap:0px}}@media (max-height: 1000px){.home__background-inner{margin-top:20px}.home__background-inner .home__background-title{font-size:32px!important;margin-bottom:10px!important}}.home__background-title{text-align:center}.home__background-rotation-wrapper{position:relative;width:100vw;min-height:250px;margin-top:30px;overflow:visible;display:flex;align-items:center;justify-content:center}.home__background-marquee{position:absolute;top:50%;left:0;width:100vw;height:250px;transform:translateY(-50%);z-index:0;pointer-events:none;overflow:hidden}.home__background-marquee-item{position:absolute;width:300px;height:250px;background-size:cover;background-position:center;background-repeat:no-repeat;will-change:transform;backface-visibility:hidden;transform:translateZ(0)}@media (max-height: 1000px){.home__background-marquee-item{height:200px}}.home__background-rotation{position:relative;z-index:1;display:flex;justify-content:center;align-items:center;width:250px;pointer-events:auto}@media (max-height: 1100px){.home__background-rotation{width:200px}}@media (max-height: 1000px){.home__background-rotation{width:160px}}@media (max-height: 900px){.home__background-rotation{width:140px}}.home__background-description{margin:0;font-family:Inter,Noto Sans TC,Noto Sans JP,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:20px;font-weight:500;line-height:1.6;color:inherit;white-space:pre-line}.home__referrer{width:100%;text-align:center;margin-top:10vh;color:var(--hds-sys-color-on-theme-surface);display:flex;flex-direction:column;align-items:center;gap:32px}.home__referrer .home__intro-title,.home__referrer .feed-detail-overlay__section-title{color:var(--hds-sys-color-theme-surface);--feed-detail-primary-color: var(--hds-sys-color-theme-surface);align-self:center;max-width:800px;width:100%}.home__referrer-list{display:flex;flex-direction:column;gap:50px;max-width:800px;width:800px;margin-top:32px;position:relative;min-height:100vh;perspective:1000px;perspective-origin:center center}.home__referrer-card{text-align:left;position:relative;isolation:isolate;transition:opacity .3s ease,z-index .3s ease;background:var(--hds-sys-color-on-theme-surface);transform-style:preserve-3d;backface-visibility:hidden;will-change:transform,opacity;width:100%}.home__referrer-card .list-card__title,.home__referrer-card .list-card__name,.home__referrer-card .list-card__testimonial{color:var(--hds-sys-color-on-theme-surface)}.home__referrer-card{outline-color:var(--hds-sys-color-on-theme-surface)}.home__services-contact{width:100%;text-align:left;margin-top:0vh;color:var(--hds-sys-color-theme-surface);--feed-detail-primary-color: var(--hds-sys-color-theme-surface);--on-hds-sys-color-surface: var(--hds-sys-color-theme-surface)}.home__services-contact-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:64px;align-items:start}.home__services-contact-column{display:flex;flex-direction:column;gap:32px}@media (max-height: 1000px){.home__services-contact-column{gap:10px}}.home__services-subtitle,.home__contact-subtitle{font-family:Inter,Noto Sans TC,Noto Sans JP,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:25px;font-weight:900;line-height:1.2;color:var(--hds-sys-color-theme-surface);display:flex;flex-direction:column;gap:8px}@media (max-height: 1000px){.home__services-subtitle,.home__contact-subtitle{font-size:18px!important}}.home__services-subtitle :lang(zh-Hant),.home__services-subtitle :lang(zh),.home__services-subtitle :lang(ja),.home__contact-subtitle :lang(zh-Hant),.home__contact-subtitle :lang(zh),.home__contact-subtitle :lang(ja){line-height:1.3}.home__services-subtitle p,.home__contact-subtitle p{margin:0 0 8px}.home__services-subtitle p:last-child,.home__contact-subtitle p:last-child{margin-bottom:0}.home__services-subtitle .lineParent,.home__contact-subtitle .lineParent{display:block;overflow:hidden}.home__services-subtitle .lineChild,.home__contact-subtitle .lineChild{display:inline-block}.home__services-list{display:flex;flex-direction:column;gap:48px;margin-top:16px}@media (max-height: 1000px){.home__services-list{gap:32px}}.home__services-category{display:flex;flex-direction:column;gap:16px}@media (max-height: 900px){.home__services-category{gap:10px}}.home__services-category .lineParent{display:block;overflow:hidden}.home__services-category .lineChild{display:inline-block}.home__services-category-title{margin:0;font-family:Inter,Noto Sans TC,Noto Sans JP,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:40px;font-weight:900;line-height:1.2;color:var(--hds-sys-color-theme-surface);text-transform:uppercase;letter-spacing:.02em}@media (max-height: 1000px){.home__services-category-title{font-size:28px!important}}@media (max-height: 900px){.home__services-category-title{font-size:24px!important}}.home__services-items{display:flex;flex-direction:column;gap:8px}.home__services-items :lang(zh-Hant),.home__services-items :lang(zh),.home__services-items :lang(ja){line-height:1}.home__services-items .lineParent{display:block;overflow:hidden}.home__services-items .lineChild{display:inline-block}.home__services-item{font-family:Inter,Noto Sans TC,Noto Sans JP,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:20px;font-weight:700;line-height:1;color:var(--hds-sys-color-theme-surface);opacity:.5}.home__contact-info{display:flex;flex-direction:column;gap:10px;margin-top:16px}.home__contact-info .lineParent{display:block;overflow:hidden}.home__contact-info .lineChild{display:inline-block}.home__contact-email{font-family:Inter,Noto Sans TC,Noto Sans JP,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:25px;font-weight:900;line-height:1;color:var(--hds-sys-color-theme-surface);text-decoration:none;transition:opacity .2s ease;text-transform:uppercase;margin-bottom:0;display:inline-block}.home__contact-email:hover{opacity:.7}.home__contact-phone{font-family:Inter,Noto Sans TC,Noto Sans JP,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:50px;font-weight:900;line-height:1.2;color:var(--hds-sys-color-theme-surface);text-decoration:none;transition:opacity .2s ease}.home__contact-phone:hover{opacity:.7}@media (max-height: 1400px){.home__hero-title{font-size:80px}.home__hero-subtitle{font-size:60px}.home__hero-description{font-size:40px}}@media (max-width: 1200px){.home__hero-title{font-size:50px;margin-top:40px}.home__hero-subtitle{font-size:42px;margin-bottom:-40px}.home__hero-description{font-size:32px}.home__intro-body{font-size:20px;gap:24px}.home__intro-awards{font-size:20px;gap:40px}.home__intro-awards-label,.home__intro-awards-detail{font-size:20px}.home__intro-awards .home__intro-award-image--01{width:120px}.home__intro-awards .home__intro-award-image--02{width:64px}.home__intro-awards .home__intro-award-image--03{width:240px}.home__intro-awards .home__intro-award-image--04{width:180px}.home__background-description{font-size:18px}.home__services-subtitle,.home__contact-subtitle{font-size:20px}.home__services-category-title{font-size:32px}.home__services-item{font-size:18px}.home__contact-email{font-size:20px}.home__contact-phone{font-size:40px}.home__referrer-list{width:100%;max-width:700px}.home__clients-logos{gap:16px 40px}.home__clients-logos .home__clients-logo--awwrated{width:100px}.home__clients-logos .home__clients-logo--kkday{width:120px}.home__clients-logos .home__clients-logo--nownews{width:160px}.home__clients-logos .home__clients-logo--walkerland{width:144px}.home__clients-logos .home__clients-logo--ixda,.home__clients-logos .home__clients-logo--aapd{width:128px}.home__clients-logos .home__clients-logo--qnap{width:160px}.home__clients-logos .home__clients-logo--uxy{width:144px}.home__clients-logos .home__clients-logo--shopmatic{width:160px}}@media (max-width: 1200px) and (max-width: 1100px){.home__clients-logos{margin-top:20px;gap:0px 30px}}@media (min-width: 769px) and (max-width: 1024px){.home__main{padding-top:15vh;gap:250px}.home__intro-grid{gap:48px}.home__awards{margin-top:30vh}.home__referrer-list{width:100%;max-width:700px;perspective:none}.home__referrer-card{transform-style:flat;will-change:auto}.home__services-contact-grid{gap:20px}}@media (max-width: 768px){.home__main{padding-top:120px;padding-bottom:20vh;gap:200px}.home__hero{gap:16px}.home__hero-description{line-height:1.3}.home__intro-grid{grid-template-columns:1fr;gap:40px}.home__intro-visual,.home__intro-column--secondary{display:none}.home__clients{margin-top:0}.home__clients-logos{grid-template-columns:1fr;gap:32px}.home__background-inner{padding:0 16px;gap:24px}.home__background-rotation-wrapper{min-height:200px;margin-top:32px;overflow:visible}.home__background-marquee{height:200px;width:100vw;overflow:hidden}.home__background-marquee-item{width:250px;height:200px}.home__background-rotation{width:200px}.home__background-description{font-size:18px;line-height:1.6}.home__referrer{margin-top:20vh}.home__referrer-list{gap:32px;width:100%;max-width:100%;padding:0 16px;box-sizing:border-box}.home__services-contact{margin-top:20vh}.home__services-contact-grid{grid-template-columns:1fr;gap:64px}.home__services-category-title{font-size:32px}.home__services-item{font-size:18px}.home__contact-email{font-size:20px}.home__contact-phone{font-size:36px}}.lineParent{display:block;overflow:hidden}.lineChild{display:inline-block}@keyframes fadeIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.home[data-lang=zh] .home__intro-title,.home[data-lang=zh] .feed-detail-overlay__section-title,.home[data-lang=zh] .home__background-title,.home[data-lang=zh-Hant] .home__intro-title,.home[data-lang=zh-Hant] .feed-detail-overlay__section-title,.home[data-lang=zh-Hant] .home__background-title,.home[data-lang=ja] .home__intro-title,.home[data-lang=ja] .feed-detail-overlay__section-title,.home[data-lang=ja] .home__background-title{font-weight:900!important}body[data-theme=dark] .home__clients-logo{filter:invert(1);transition:filter .3s ease}body[data-theme=dark] .home__clients-logo:hover{filter:invert(1) brightness(1.2)}body[data-theme=dark] .home__intro-award-image--03,body[data-theme=dark] .home__intro-award-image--04{filter:invert(1);transition:filter .3s ease}.private-unlock-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center;background:#000c;padding:50px;overflow:hidden;overscroll-behavior:contain;animation:privateUnlockOverlayFadeIn .3s steps(6) forwards}.private-unlock-modal{display:flex;flex-direction:column;align-items:center;animation:privateUnlockPixelReveal .5s step-end forwards}@keyframes privateUnlockOverlayFadeIn{0%{opacity:0}to{opacity:1}}@keyframes privateUnlockPixelReveal{0%{clip-path:inset(50% 50% 50% 50%);opacity:1}5%{clip-path:inset(45% 45% 45% 45%)}12%{clip-path:inset(40% 40% 40% 40%)}20%{clip-path:inset(35% 35% 35% 35%)}30%{clip-path:inset(30% 30% 30% 30%)}42%{clip-path:inset(25% 25% 25% 25%)}55%{clip-path:inset(20% 20% 20% 20%)}68%{clip-path:inset(15% 15% 15% 15%)}80%{clip-path:inset(10% 10% 10% 10%)}90%{clip-path:inset(5% 5% 5% 5%)}to{clip-path:inset(0% 0% 0% 0%);opacity:1}}@keyframes cursor-blink{0%,50%{opacity:1}51%,to{opacity:0}}.feed-card-info{display:flex;flex-direction:column;gap:8px;color:var(--hds-sys-color-theme-surface)}.feed-card-info .fade-stack{position:relative}.feed-card-info .fade-layer{position:absolute;top:0;right:0;bottom:0;left:0}.feed-card-info .fade-layer.base{opacity:1}.feed-card-info .fade-layer.hover{opacity:0}.feed-card-info .feed-card-info__id{line-height:1}.feed-card-info .feed-card-info__heading{font-size:28px;font-weight:700;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.1!important;text-transform:uppercase;margin-top:10px;margin-bottom:10px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-break:normal;overflow-wrap:break-word}.feed-card-info .feed-card-info__heading span{line-height:1.1!important}.feed-card-info .feed-card-info__date{font-size:14px;opacity:.9}.feed-card-info .feed-card-info__tags{line-height:1}.size-hero{gap:8px}.size-hero .feed-card-info__id{margin-bottom:-8px}.size-hero .feed-card-info__date{margin-bottom:10px}.size-med{gap:8px}.size-med .feed-card-info__id{margin-bottom:-8px}.size-med .feed-card-info__date{margin-bottom:10px}.size-sm{gap:6px}.size-sm .feed-card-info__id{margin-bottom:-4px}.size-sm .feed-card-info__heading{margin-bottom:-8px}.size-sm .feed-card-info__date{margin-bottom:10px}.size-xs{gap:12px}.size-xs .feed-card-info__id{margin-bottom:-4px}.size-xs .feed-card-info__heading{margin-bottom:-12px}.size-xs .feed-card-info__date{margin-bottom:6px}.feed-card{position:relative;width:100%;overflow:hidden;border-radius:0;cursor:pointer;--feed-card-padding: 40px}@media (hover: none){.feed-card{user-select:none;-webkit-user-select:none;-webkit-touch-callout:none}}.feed-card .feed-card__bg{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:0;transition:opacity .3s ease}.feed-card .feed-card__bg>.pixelation-img{width:100%;height:100%}@media (hover: hover){.feed-card:hover .feed-card__bg{opacity:1}.feed-card:hover .feed-card__bg>.pixelation-img{opacity:.5}}.feed-card[data-hovered=true] .feed-card__bg{opacity:1}.feed-card[data-hovered=true] .feed-card__bg>.pixelation-img{opacity:.5}.feed-card .feed-card__private-badge{position:absolute;top:var(--feed-card-padding);right:var(--feed-card-padding);z-index:10;display:flex;align-items:center;gap:6px;pointer-events:none}.feed-card .feed-card__private-icon{flex-shrink:0}.feed-card .feed-card__private-text{font-family:Inter,sans-serif;font-size:15px;font-weight:700;line-height:1;text-transform:uppercase;letter-spacing:.02em}.feed-card .feed-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:flex-end;justify-content:flex-start;padding:var(--feed-card-padding)}.feed-card .feed-card__content{position:relative;z-index:1;width:100%;max-width:var(--feed-card-info-max-width)}.feed-detail-overlay{position:relative;width:100%;display:block}.feed-detail-overlay--closed{position:relative}.feed-detail-overlay--open{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000}.feed-detail-overlay--expanding,.feed-detail-overlay--ready{position:fixed;top:0;right:0;bottom:0;left:0}.feed-detail-overlay__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--feed-detail-secondary-color, rgba(0, 0, 0, .9));opacity:.9;animation:fade-in-backdrop .4s cubic-bezier(.4,0,.2,1) forwards}.feed-detail-overlay__content{position:relative;z-index:1;display:flex;flex-direction:column;width:100%;height:100%;overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;isolation:isolate}.feed-detail-overlay__fixed-background{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1;transform:translateZ(0);will-change:transform;pointer-events:none}.feed-detail-overlay__fixed-background .feed-card{width:100vw!important;height:100vh!important;animation:fade-in-background .6s cubic-bezier(.4,0,.2,1) forwards}.feed-detail-overlay__fixed-background .feed-card .feed-card__bg{position:absolute;top:0;right:0;bottom:0;left:0;opacity:1!important}.feed-detail-overlay__fixed-background .feed-card .feed-card__bg .pixelation-img{width:100%!important;height:100%!important}.feed-detail-overlay__fixed-background .feed-card .feed-card__bg canvas{width:100%!important;height:100%!important;transform:translateZ(0)}.feed-detail-overlay__hero{position:relative;width:100%;z-index:2}.feed-detail-overlay--expanding .feed-detail-overlay__hero,.feed-detail-overlay--ready .feed-detail-overlay__hero{padding-top:40vh;flex:none;transition:padding-top .6s cubic-bezier(.4,0,.2,1)}@media (max-width: 1000px){.feed-detail-overlay--expanding .feed-detail-overlay__hero,.feed-detail-overlay--ready .feed-detail-overlay__hero{padding-top:30vh}}@media (max-width: 600px){.feed-detail-overlay--expanding .feed-detail-overlay__hero,.feed-detail-overlay--ready .feed-detail-overlay__hero{padding-top:20vh}}.feed-detail-overlay--expanding .feed-detail-overlay__hero{will-change:padding-top}.feed-detail-overlay--expanding .feed-detail-overlay__hero .feed-card{height:auto;transition:none;will-change:auto;transform:none}.feed-detail-overlay--ready .feed-detail-overlay__hero .feed-card{will-change:auto}.feed-detail-overlay__hero-content{position:relative;z-index:1002;display:flex;align-items:flex-end;justify-content:center;padding:var(--feed-card-padding, 40px);animation:fade-in-hero-content .5s cubic-bezier(.4,0,.2,1) forwards;min-height:120px}.feed-detail-overlay__hero-content .feed-card-info{width:100%;max-width:var(--feed-card-info-max-width, 1400px);margin:0 auto}@media (max-width: 767px){.feed-detail-overlay__hero-content .feed-card-info{gap:0px}}.feed-detail-overlay__hero-content .feed-card-info .feed-card-info__heading{-webkit-line-clamp:unset;display:block;overflow:visible;text-overflow:unset;word-break:normal;overflow-wrap:break-word}@media (max-width: 1200px){.feed-detail-overlay__hero-content .feed-card-info .feed-card-info__heading{font-size:100px!important}}@media (max-width: 1000px){.feed-detail-overlay__hero-content .feed-card-info .feed-card-info__heading{font-size:80px!important}}@media (max-width: 720px){.feed-detail-overlay__hero-content .feed-card-info .feed-card-info__heading{font-size:60px!important}}@media (max-width: 600px){.feed-detail-overlay__hero-content .feed-card-info .feed-card-info__heading{font-size:40px!important}}@media (max-width: 767px){.feed-detail-overlay__hero-content .feed-card-info .feed-card-info__id,.feed-detail-overlay__hero-content .feed-card-info .feed-card-info__date,.feed-detail-overlay__hero-content .feed-card-info .feed-card-info__tags{transform:scale(.6);transform-origin:left center}}@media (max-width: 480px){.feed-detail-overlay__hero-content .feed-card-info .feed-card-info__id,.feed-detail-overlay__hero-content .feed-card-info .feed-card-info__date,.feed-detail-overlay__hero-content .feed-card-info .feed-card-info__tags{transform:scale(.5)}}.feed-detail-overlay__body{display:flex;justify-content:center;position:relative;width:100%;background:#0a0a0a00;color:var(--on-hds-sys-color-surface, #fff);padding:32px 0 100px}.feed-detail-overlay--ready .feed-detail-overlay__body{flex:1 1 auto;animation:slide-up-body .5s cubic-bezier(.4,0,.2,1) forwards}.feed-detail-overlay__body .fdo-article{width:100%;max-width:1400px;display:grid;grid-template-columns:1fr;padding:0 40px;gap:20px}.feed-detail-overlay__body .fdo-article h1{font-size:60px;line-height:1.1;margin:12px 0 8px;color:var(--feed-detail-primary-color, var(--on-hds-sys-color-surface, #fff));white-space:pre-line}.feed-detail-overlay__body .fdo-article h2{font-size:40px;margin:24px 0 4px;color:var(--feed-detail-primary-color, var(--on-hds-sys-color-surface, #fff));white-space:pre-line}.feed-detail-overlay__body .fdo-article h3{color:var(--feed-detail-primary-color, var(--on-hds-sys-color-surface, #fff));white-space:pre-line}.feed-detail-overlay__body .fdo-article p,.feed-detail-overlay__body .fdo-article li{font-size:24px;line-height:1.7;opacity:.95;white-space:pre-line}.feed-detail-overlay__body .fdo-article ul{padding-left:20px}.feed-detail-overlay__special-heading{position:fixed;right:0;z-index:1003;width:70vw;max-height:50vh;height:auto;pointer-events:none;will-change:top,opacity;animation:special-heading-fade-in .6s ease-out forwards}@media (min-width: 1800px){.feed-detail-overlay__special-heading{width:65vw;max-width:1152px}}@media (max-width: 1200px){.feed-detail-overlay__special-heading{width:80vw}}@media (max-width: 768px){.feed-detail-overlay__special-heading{width:90vw;transform:translate(5vw)!important}}@keyframes special-heading-fade-in{0%{opacity:0;transform:translateY(20px) translateZ(0)}to{opacity:1;transform:translateY(0) translateZ(0)}}.feed-detail-overlay__special-heading-img{width:100%;height:100%;display:block;object-fit:contain}.feed-detail-overlay__project-main{position:relative;width:100%;display:flex;justify-content:center;margin-top:100px;padding:0 40px 150px;color:var(--on-hds-sys-color-surface, #fff);animation:slide-up-body .5s cubic-bezier(.4,0,.2,1) forwards;contain:layout style paint;box-sizing:border-box}@media (max-width: 768px){.feed-detail-overlay__project-main{margin-top:60px}}@media (max-width: 767px){.feed-detail-overlay__project-main{padding:0 30px 120px;margin-top:40px}}@media (max-width: 600px){.feed-detail-overlay__project-main{margin-top:20px}}.feed-detail-overlay__project-container{width:100%;max-width:1400px;display:flex;flex-direction:row-reverse;gap:80px;min-width:0}@media (max-width: 1024px){.feed-detail-overlay__project-container{flex-direction:column;gap:40px}}@media (max-width: 768px){.feed-detail-overlay__project-container{gap:32px}}.feed-detail-overlay__project-meta{flex:0 0 400px;max-width:100%;min-width:0;display:flex;flex-direction:column;gap:80px;position:sticky;top:200px;align-self:flex-start}@media (max-width: 1200px){.feed-detail-overlay__project-meta{flex:0 0 320px;gap:60px;top:120px}}@media (max-width: 1024px){.feed-detail-overlay__project-meta{flex:1;width:100%;position:static;gap:40px}}@media (max-width: 768px){.feed-detail-overlay__project-meta{gap:40px}}@media (max-width: 1024px){.feed-detail-overlay__project-meta .cta-button{width:100%;max-width:50%}}@media (max-width: 600px){.feed-detail-overlay__project-meta .cta-button{width:100%;max-width:100%}}.feed-detail-overlay__meta-content{display:flex;flex-direction:column;gap:32px}@media (max-width: 1024px){.feed-detail-overlay__meta-content{display:grid;grid-template-columns:repeat(4,1fr);gap:24px 40px}}@media (max-width: 768px){.feed-detail-overlay__meta-content{grid-template-columns:repeat(2,1fr);gap:24px 32px}}@media (max-width: 480px){.feed-detail-overlay__meta-content{grid-template-columns:1fr;gap:24px}}.feed-detail-overlay__meta-item{display:flex;flex-direction:column;gap:8px}.feed-detail-overlay__meta-label{font-family:Inter,sans-serif;font-style:normal;font-weight:700;font-smoothing:antialiased;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:antialiased;font-size:16px;line-height:130%;text-transform:uppercase;color:var(--feed-detail-primary-color, var(--on-hds-sys-color-surface, #fff));margin:0}.feed-detail-overlay__meta-value{font-family:Inter,sans-serif;font-style:normal;font-weight:700;font-size:16px;line-height:130%;text-transform:uppercase;color:var(--on-hds-sys-color-surface, #fff);margin:0;white-space:pre-line}.feed-detail-overlay__meta-value p{margin:0;font-family:Inter,sans-serif;font-style:normal;font-weight:700;font-size:16px;line-height:130%;text-transform:uppercase;color:var(--on-hds-sys-color-surface, #fff)}.feed-detail-overlay__meta-value p+p{margin-top:4px}.feed-detail-overlay__project-content{flex:1;min-width:0;display:flex;flex-direction:column}@media (max-width: 1024px){.feed-detail-overlay__project-content{margin-top:80px}}@media (max-width: 600px){.feed-detail-overlay__project-content{margin-top:40px}}.feed-detail-overlay__project-description{font-family:Inter,sans-serif;font-style:normal;font-weight:800;font-size:30px;line-height:130%;color:var(--on-hds-sys-color-surface, #fff);margin:0;white-space:pre-line}@media (max-width: 768px){.feed-detail-overlay__project-description{font-size:24px}}@media (max-width: 480px){.feed-detail-overlay__project-description{font-size:20px}}.feed-detail-overlay__project-image{width:100%;margin-top:60px}@media (max-width: 767px){.feed-detail-overlay__project-image{margin-top:40px}}.feed-detail-overlay__project-section{width:100%;margin-top:80px}@media (max-width: 767px){.feed-detail-overlay__project-section{margin-top:60px}}.feed-detail-overlay__section-title{font-family:Pixel,Inter,sans-serif;font-style:normal;font-weight:400;font-smoothing:antialiased;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:antialiased;font-size:40px;line-height:130%;text-transform:uppercase;color:var(--feed-detail-primary-color, var(--on-hds-sys-color-surface, #fff));margin:0 0 20px;white-space:pre-line}@media (max-width: 767px){.feed-detail-overlay__section-title{font-size:28px;margin:0 0 16px}}@media (max-width: 480px){.feed-detail-overlay__section-title{font-size:24px}}.feed-detail-overlay__cursor{animation:cursor-blink 1s steps(2,start) infinite}.feed-detail-overlay__section-content{display:flex;flex-direction:column;gap:20px}@media (max-width: 767px){.feed-detail-overlay__section-content{gap:16px}}.feed-detail-overlay__section-content p{font-family:Inter,sans-serif;font-style:normal;font-weight:500;font-size:20px;line-height:130%;color:var(--on-hds-sys-color-surface, #fff);margin:0;white-space:pre-line}@media (max-width: 767px){.feed-detail-overlay__section-content p{font-size:16px}}@media (max-width: 480px){.feed-detail-overlay__section-content p{font-size:14px}}.feed-detail-overlay__email-link{color:var(--feed-detail-primary-color, var(--on-hds-sys-color-surface, #fff));text-decoration:underline;transition:opacity .2s ease}.feed-detail-overlay__email-link:hover{opacity:.8}.feed-detail-overlay__section-quote{display:flex;flex-direction:column;gap:12px;margin-top:20px}.feed-detail-overlay__section-quote p{margin:0;display:flex;align-items:flex-start}.feed-detail-overlay__section-quote span{font-weight:800}.feed-detail-overlay__quote-mark{font-family:Pixel,monospace;font-style:normal;font-weight:400;font-size:16px;line-height:150%;color:var(--feed-detail-primary-color, var(--on-hds-sys-color-surface, #fff));flex-shrink:0;margin-right:5px;position:relative;top:3px}.feed-detail-overlay__quote-text{font-family:Inter,sans-serif;font-style:normal;font-weight:500;font-size:20px;line-height:130%;color:var(--on-hds-sys-color-surface, #fff)}.feed-detail-overlay__section-blockquote{font-family:Inter,sans-serif;font-style:normal;font-weight:800;font-size:40px;line-height:130%;color:var(--feed-detail-primary-color, var(--on-hds-sys-color-surface, #fff));margin:40px 0 0}@media (max-width: 767px){.feed-detail-overlay__section-blockquote{font-size:28px;margin:32px 0 0}}@media (max-width: 480px){.feed-detail-overlay__section-blockquote{font-size:24px;margin:24px 0 0}}.feed-detail-overlay__section-blockquote .feed-detail-overlay__cursor{color:var(--feed-detail-primary-color, var(--on-hds-sys-color-surface, #fff))}.feed-detail-overlay__section-blockquote--typewriter{position:relative}.feed-detail-overlay__blockquote-placeholder{display:block;visibility:hidden;font-family:inherit;font-style:inherit;font-weight:inherit;font-size:inherit;line-height:inherit}.feed-detail-overlay__blockquote-typing{position:absolute;top:0;left:0;right:0;font-smoothing:antialiased;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:antialiased;font-family:inherit;font-style:inherit;font-weight:inherit;font-size:inherit;line-height:inherit;color:inherit}.feed-detail-overlay__blockquote-mark{font-family:Inter,sans-serif;font-style:normal;font-weight:800;font-size:40px;line-height:130%;color:var(--feed-detail-primary-color, var(--on-hds-sys-color-surface, #fff))}@media (max-width: 767px){.feed-detail-overlay__blockquote-mark{font-size:28px}}@media (max-width: 480px){.feed-detail-overlay__blockquote-mark{font-size:24px}}.feed-detail-overlay__project-content .fdo-reveal{position:relative;top:200px;transition:top 1s cubic-bezier(.22,1,.36,1);will-change:top}.feed-detail-overlay__project-content .fdo-reveal.fdo-revealed{top:0}@keyframes cursor-blink{0%,49%{opacity:1}50%,to{opacity:0}}@keyframes fade-in-backdrop{0%{opacity:0}to{opacity:.9}}@keyframes slide-up-body{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-in-background{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes fade-in-hero-content{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.feed-detail-overlay__article{width:100%;max-width:800px;margin:0 auto;padding:60px 40px 200px;color:var(--feed-detail-primary-color, #ffffff);animation:fadeInUp .6s ease-out}@media (max-width: 768px){.feed-detail-overlay__article{padding:40px 20px 80px}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.feed-detail-overlay__heading{margin:2em 0 .75em;font-weight:700;line-height:1.3;color:var(--feed-detail-primary-color, #ffffff);white-space:pre-line}.feed-detail-overlay__heading:first-child{margin-top:0}.feed-detail-overlay__heading{font-size:2em}.feed-detail-overlay__heading:is(h2){font-size:1.75em}.feed-detail-overlay__heading:is(h3){font-size:1.5em}@media (max-width: 768px){.feed-detail-overlay__heading{font-size:1.75em}.feed-detail-overlay__heading:is(h2){font-size:1.5em}.feed-detail-overlay__heading:is(h3){font-size:1.25em}}.feed-detail-overlay__paragraph{margin:1em 0;font-size:1.125rem;line-height:1.75;color:var(--feed-detail-primary-color, #ffffff);opacity:.95;white-space:pre-line}.feed-detail-overlay__paragraph:first-child{margin-top:0}.feed-detail-overlay__paragraph:last-child{margin-bottom:0}@media (max-width: 768px){.feed-detail-overlay__paragraph{font-size:1rem;line-height:1.65}}.feed-detail-overlay__image-wrapper{margin:2.5em 0}.feed-detail-overlay__image-wrapper:first-child{margin-top:0}.feed-detail-overlay__image-wrapper:last-child{margin-bottom:0}@media (max-width: 768px){.feed-detail-overlay__image-wrapper{margin:2em 0}}.feed-detail-overlay__image{width:100%;height:auto;display:block;border-radius:8px;box-shadow:0 4px 20px #0000004d;transition:transform .3s ease}.feed-detail-overlay__image:hover{transform:scale(1.02)}.feed-detail-overlay__video-wrapper{margin:2.5em 0}.feed-detail-overlay__video-wrapper:first-child{margin-top:0}.feed-detail-overlay__video-wrapper:last-child{margin-bottom:0}@media (max-width: 768px){.feed-detail-overlay__video-wrapper{margin:2em 0}}.feed-detail-overlay__video{width:100%;height:auto;display:block;border-radius:8px;box-shadow:0 4px 20px #0000004d}.feed-detail-overlay__list{margin:1.5em 0;padding-left:1.5em}.feed-detail-overlay__list:first-child{margin-top:0}.feed-detail-overlay__list:last-child{margin-bottom:0}@media (max-width: 768px){.feed-detail-overlay__list{padding-left:1.25em}}.feed-detail-overlay__list-item{margin:.5em 0;font-size:1.125rem;line-height:1.65;color:var(--feed-detail-primary-color, #ffffff);opacity:.95;white-space:pre-line}.feed-detail-overlay__list-item::marker{color:var(--feed-detail-secondary-color, var(--feed-detail-primary-color, #ffffff))}@media (max-width: 768px){.feed-detail-overlay__list-item{font-size:1rem;line-height:1.6}}.cta-button{position:relative;display:flex;align-items:center;justify-content:center;width:100%;min-width:400px;height:80px;border:none;cursor:pointer;text-decoration:none;overflow:hidden;background:transparent}@media (max-width: 1200px){.cta-button{min-width:300px}}@media (hover: none){.cta-button{user-select:none;-webkit-user-select:none;-webkit-touch-callout:none}}@media (hover: hover){.cta-button:hover .cta-button__stripe:before{animation-duration:1.5s}.cta-button:hover .cta-button__stripe:after{animation-duration:1.5s}.cta-button:hover .cta-button__stripe[data-stripe="1"]:before{animation-delay:-1.375s}.cta-button:hover .cta-button__stripe[data-stripe="1"]:after{animation-delay:-1.375s}.cta-button:hover .cta-button__stripe[data-stripe="2"]:before{animation-delay:-1.25s}.cta-button:hover .cta-button__stripe[data-stripe="2"]:after{animation-delay:-1.25s}.cta-button:hover .cta-button__stripe[data-stripe="3"]:before{animation-delay:-1.125s}.cta-button:hover .cta-button__stripe[data-stripe="3"]:after{animation-delay:-1.125s}.cta-button:hover .cta-button__stripe[data-stripe="4"]:before{animation-delay:-1s}.cta-button:hover .cta-button__stripe[data-stripe="4"]:after{animation-delay:-1s}.cta-button:hover .cta-button__stripe[data-stripe="5"]:before{animation-delay:-.875s}.cta-button:hover .cta-button__stripe[data-stripe="5"]:after{animation-delay:-.875s}.cta-button:hover .cta-button__stripe[data-stripe="6"]:before{animation-delay:-.75s}.cta-button:hover .cta-button__stripe[data-stripe="6"]:after{animation-delay:-.75s}.cta-button:hover .cta-button__stripe[data-stripe="7"]:before{animation-delay:-.625s}.cta-button:hover .cta-button__stripe[data-stripe="7"]:after{animation-delay:-.625s}.cta-button:hover .cta-button__stripe[data-stripe="8"]:before{animation-delay:-.5s}.cta-button:hover .cta-button__stripe[data-stripe="8"]:after{animation-delay:-.5s}.cta-button:hover .cta-button__stripe[data-stripe="9"]:before{animation-delay:-.375s}.cta-button:hover .cta-button__stripe[data-stripe="9"]:after{animation-delay:-.375s}.cta-button:hover .cta-button__stripe[data-stripe="10"]:before{animation-delay:-.25s}.cta-button:hover .cta-button__stripe[data-stripe="10"]:after{animation-delay:-.25s}.cta-button:hover .cta-button__stripe[data-stripe="11"]:before{animation-delay:-.125s}.cta-button:hover .cta-button__stripe[data-stripe="11"]:after{animation-delay:-.125s}.cta-button:hover .cta-button__stripe[data-stripe="12"]:before{animation-delay:0s}.cta-button:hover .cta-button__stripe[data-stripe="12"]:after{animation-delay:0s}}.cta-button[data-hovered=true] .cta-button__stripe:before{animation-duration:1.5s}.cta-button[data-hovered=true] .cta-button__stripe:after{animation-duration:1.5s}.cta-button[data-hovered=true] .cta-button__stripe[data-stripe="1"]:before{animation-delay:-1.375s}.cta-button[data-hovered=true] .cta-button__stripe[data-stripe="1"]:after{animation-delay:-1.375s}.cta-button[data-hovered=true] .cta-button__stripe[data-stripe="2"]:before{animation-delay:-1.25s}.cta-button[data-hovered=true] .cta-button__stripe[data-stripe="2"]:after{animation-delay:-1.25s}.cta-button[data-hovered=true] .cta-button__stripe[data-stripe="3"]:before{animation-delay:-1.125s}.cta-button[data-hovered=true] .cta-button__stripe[data-stripe="3"]:after{animation-delay:-1.125s}.cta-button[data-hovered=true] .cta-button__stripe[data-stripe="4"]:before{animation-delay:-1s}.cta-button[data-hovered=true] .cta-button__stripe[data-stripe="4"]:after{animation-delay:-1s}.cta-button[data-hovered=true] .cta-button__stripe[data-stripe="5"]:before{animation-delay:-.875s}.cta-button[data-hovered=true] .cta-button__stripe[data-stripe="5"]:after{animation-delay:-.875s}.cta-button[data-hovered=true] .cta-button__stripe[data-stripe="6"]:before{animation-delay:-.75s}.cta-button[data-hovered=true] .cta-button__stripe[data-stripe="6"]:after{animation-delay:-.75s}.cta-button[data-hovered=true] .cta-button__stripe[data-stripe="7"]:before{animation-delay:-.625s}.cta-button[data-hovered=true] .cta-button__stripe[data-stripe="7"]:after{animation-delay:-.625s}.cta-button[data-hovered=true] .cta-button__stripe[data-stripe="8"]:before{animation-delay:-.5s}.cta-button[data-hovered=true] .cta-button__stripe[data-stripe="8"]:after{animation-delay:-.5s}.cta-button[data-hovered=true] .cta-button__stripe[data-stripe="9"]:before{animation-delay:-.375s}.cta-button[data-hovered=true] .cta-button__stripe[data-stripe="9"]:after{animation-delay:-.375s}.cta-button[data-hovered=true] .cta-button__stripe[data-stripe="10"]:before{animation-delay:-.25s}.cta-button[data-hovered=true] .cta-button__stripe[data-stripe="10"]:after{animation-delay:-.25s}.cta-button[data-hovered=true] .cta-button__stripe[data-stripe="11"]:before{animation-delay:-.125s}.cta-button[data-hovered=true] .cta-button__stripe[data-stripe="11"]:after{animation-delay:-.125s}.cta-button[data-hovered=true] .cta-button__stripe[data-stripe="12"]:before{animation-delay:0s}.cta-button[data-hovered=true] .cta-button__stripe[data-stripe="12"]:after{animation-delay:0s}.cta-button:active{opacity:.9}.cta-button__background{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:row;z-index:0}.cta-button__stripe{flex:1;height:100%;position:relative}.cta-button__stripe:before,.cta-button__stripe:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0}.cta-button__stripe:before{background-color:var(--cta-primary, #000);z-index:1;animation:cta-primary-shift 12s steps(1) infinite}.cta-button__stripe:after{background-color:var(--cta-secondary, #333);z-index:2;animation:cta-secondary-shift 12s steps(1) infinite}.cta-button__stripe[data-stripe="1"]:before{animation-delay:-11s}.cta-button__stripe[data-stripe="1"]:after{animation-delay:-11s}.cta-button__stripe[data-stripe="2"]:before{animation-delay:-10s}.cta-button__stripe[data-stripe="2"]:after{animation-delay:-10s}.cta-button__stripe[data-stripe="3"]:before{animation-delay:-9s}.cta-button__stripe[data-stripe="3"]:after{animation-delay:-9s}.cta-button__stripe[data-stripe="4"]:before{animation-delay:-8s}.cta-button__stripe[data-stripe="4"]:after{animation-delay:-8s}.cta-button__stripe[data-stripe="5"]:before{animation-delay:-7s}.cta-button__stripe[data-stripe="5"]:after{animation-delay:-7s}.cta-button__stripe[data-stripe="6"]:before{animation-delay:-6s}.cta-button__stripe[data-stripe="6"]:after{animation-delay:-6s}.cta-button__stripe[data-stripe="7"]:before{animation-delay:-5s}.cta-button__stripe[data-stripe="7"]:after{animation-delay:-5s}.cta-button__stripe[data-stripe="8"]:before{animation-delay:-4s}.cta-button__stripe[data-stripe="8"]:after{animation-delay:-4s}.cta-button__stripe[data-stripe="9"]:before{animation-delay:-3s}.cta-button__stripe[data-stripe="9"]:after{animation-delay:-3s}.cta-button__stripe[data-stripe="10"]:before{animation-delay:-2s}.cta-button__stripe[data-stripe="10"]:after{animation-delay:-2s}.cta-button__stripe[data-stripe="11"]:before{animation-delay:-1s}.cta-button__stripe[data-stripe="11"]:after{animation-delay:-1s}.cta-button__stripe[data-stripe="12"]:before{animation-delay:0s}.cta-button__stripe[data-stripe="12"]:after{animation-delay:0s}.cta-button__content{position:relative;z-index:1;display:flex;align-items:center;gap:20px}@media (max-width: 1200px){.cta-button__content{gap:12px}}@media (max-width: 768px){.cta-button__content{gap:10px}}.cta-button__icon{display:inline-block;width:22px;height:22px;flex-shrink:0;mask-size:contain;mask-repeat:no-repeat;mask-position:center;-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;background-color:var(--cta-text-color, #fff)}@media (max-width: 1200px){.cta-button__icon{width:18px;height:18px}}@media (max-width: 768px){.cta-button__icon{width:16px;height:16px}}.cta-button__text{font-family:Pixel,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-style:normal;font-weight:900!important;font-smoothing:antialiased;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:antialiased;font-size:20px;line-height:100%;text-transform:uppercase;color:var(--cta-text-color, #fff);letter-spacing:0em;position:relative;top:3px}@media (max-width: 1200px){.cta-button__text{font-size:16px;top:2px}}@media (max-width: 768px){.cta-button__text{font-size:14px;top:2px}}@keyframes cta-primary-shift{0%,8.333%{opacity:1}8.334%,16.666%{opacity:.8}16.667%,25%{opacity:.6}25.001%,33.333%{opacity:.4}33.334%,41.666%{opacity:.2}41.667%,50%{opacity:.1}50.001%,to{opacity:0}}@keyframes cta-secondary-shift{0%,50%{opacity:0}50.001%,58.333%{opacity:.1}58.334%,66.666%{opacity:.2}66.667%,75%{opacity:.4}75.001%,83.333%{opacity:.6}83.334%,91.666%{opacity:.8}91.667%,to{opacity:1}}.hds-video-player{position:relative;width:100%;background:transparent;overflow:hidden}.hds-video-player__video{width:100%;height:auto;max-width:100%;display:block;aspect-ratio:16/9;object-fit:cover;background:var(--hds-ref-color-dark-100a)}.hds-video-player__loading{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:var(--hds-ref-color-light-100a);text-align:center;z-index:1}.hds-video-player__loading p{margin:0;font-size:var(--hds-sys-font-size-sm);opacity:var(--hds-sys-opacity-70a)}.hds-video-player--error{min-height:200px;background:var(--hds-ref-color-dark-80a)}.hds-video-player__error{text-align:center;color:var(--hds-ref-color-light-100a)}.hds-video-player__error p{margin:0;font-size:var(--hds-sys-font-size-sm)}.hds-video-player__error .hds-video-player__alt{margin-top:var(--hds-sys-spacing-sm);opacity:var(--hds-sys-opacity-70a);font-size:var(--hds-sys-font-size-xs)}[theme=dark] .hds-video-player{background:var(--hds-ref-color-light-20a)}[theme=dark] .hds-video-player__loading,[theme=dark] .hds-video-player__error{color:var(--hds-ref-color-dark-100a)}[theme=dark] .hds-video-player--error{background:var(--hds-ref-color-light-40a)}@media (max-width: 768px){.hds-video-player__loading p,.hds-video-player__error p{font-size:var(--hds-sys-font-size-xs)}}.harry-animation{display:inline-block;position:relative;overflow:hidden}.harry-animation__image{width:100%;height:100%;display:block}.harry-animation__particles{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1}.harry-animation__particle{position:absolute;border-radius:0;opacity:0;animation:particle-float infinite ease-in-out;will-change:transform,opacity}@keyframes particle-float{0%{opacity:0;transform:translateY(0)}15%{opacity:.8}50%{opacity:1}85%{opacity:.6}to{opacity:0;transform:translateY(-150%)}}.list-card{display:flex;flex-direction:column;gap:15px;padding:25px;outline:5px solid var(--hds-sys-color-theme-surface);box-sizing:border-box}.list-card .list-card__header{display:flex;gap:25px;align-items:center}.list-card .list-card__image{flex-shrink:0;width:100px;height:100px;overflow:hidden}.list-card .list-card__image img{width:100%;height:100%;object-fit:cover;display:block}.list-card .list-card__info{flex:1;display:flex;flex-direction:column;gap:8px;min-width:0}.list-card .list-card__title{font-family:Inter,sans-serif;font-weight:700;font-size:15px;line-height:1.4;color:var(--hds-sys-color-theme-surface);opacity:.6}.list-card .list-card__name{font-family:Inter,sans-serif;font-weight:900;font-size:30px;line-height:1.2;color:var(--hds-sys-color-theme-surface)}.list-card .list-card__testimonial{font-family:Inter,sans-serif;font-weight:700;font-size:15px;line-height:1.6;color:var(--hds-sys-color-theme-surface)}@media (max-width: 640px) and (orientation: portrait){.list-card{gap:15px;padding:20px}.list-card .list-card__header{gap:15px}.list-card .list-card__image{width:70px;height:70px}.list-card .list-card__name{font-size:22px}.list-card .list-card__testimonial{font-size:14px}}.pixel-loading{display:inline-flex;flex-direction:column;align-items:center}.pixel-loading__pixel{box-sizing:border-box}.pixel-loading__label{font-family:Pixel,monospace;letter-spacing:.05em;padding-top:10px}.pixel-loading__progress-blocks{display:flex;flex-direction:row;gap:2px;margin-top:10px}.pixel-loading__progress-block{width:2px;height:2px;transition:opacity .15s ease-in-out}.pixel-loading__dot{display:inline-block;animation:dot-blink .2s ease-in-out infinite}.pixel-loading.animated .pixel-loading__pixel.on{animation:pixel-glow .6s ease-in-out infinite}@keyframes pixel-glow{0%,to{opacity:1;filter:brightness(1)}50%{opacity:1;filter:brightness(1.1)}}@keyframes dot-blink{0%,20%{opacity:0}40%,to{opacity:1}}.hds-input{display:flex;flex-direction:column;gap:8px;width:100%}.hds-input__label{font-family:PublicPixel,monospace;font-size:12px;text-transform:uppercase;color:var(--hds-sys-color-theme-surface);font-weight:400;line-height:1.4}.hds-input__required{color:var(--hds-sys-color-error-default);margin-left:4px}.hds-input__field{height:50px;padding:0 16px;background-color:var(--hds-sys-color-dark-10a);border:none;border-radius:0;color:var(--hds-sys-color-theme-surface);font-size:16px;outline:none;transition:outline-color .2s ease,background-color .2s ease}.hds-input__field::placeholder{color:var(--hds-sys-color-dark-40a)}.hds-input__field:focus{outline:1px solid var(--hds-sys-color-dark-60a);background-color:var(--hds-sys-color-dark-20a)}.hds-input__field:disabled{opacity:.5;cursor:not-allowed}.hds-input__error{font-size:12px;color:var(--hds-sys-color-error-default);line-height:1.4}.hds-input--error .hds-input__field{outline:1px solid var(--hds-sys-color-error-default)}.hds-input--error .hds-input__field:focus{outline:1px solid var(--hds-sys-color-error-default)}html[theme=dark] .hds-input__field,body[theme=dark] .hds-input__field{background-color:var(--hds-sys-color-light-20a);color:var(--hds-sys-color-light-100a)}html[theme=dark] .hds-input__field::placeholder,body[theme=dark] .hds-input__field::placeholder{color:var(--hds-sys-color-light-40a)}html[theme=dark] .hds-input__field:focus,body[theme=dark] .hds-input__field:focus{outline:1px solid var(--hds-sys-color-light-60a);background-color:var(--hds-sys-color-light-40a)}html[theme=dark] .hds-input__label,body[theme=dark] .hds-input__label{color:var(--hds-sys-color-light-100a)}.hds-dropdown{display:flex;flex-direction:column;gap:8px;width:100%;position:relative}.hds-dropdown__label{font-family:PublicPixel,monospace;font-size:12px;text-transform:uppercase;color:var(--hds-sys-color-theme-surface);font-weight:400;line-height:1.4}.hds-dropdown__required{color:var(--hds-sys-color-error-default);margin-left:4px}.hds-dropdown__trigger{height:50px;padding:0 16px;background-color:var(--hds-sys-color-dark-10a);border:none;border-radius:0;color:var(--hds-sys-color-theme-surface);font-size:16px;outline:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;transition:outline-color .2s ease,background-color .2s ease}.hds-dropdown__trigger:focus{outline:1px solid var(--hds-sys-color-dark-60a);background-color:var(--hds-sys-color-dark-20a)}.hds-dropdown__value{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hds-dropdown__value--placeholder{color:var(--hds-sys-color-dark-40a)}.hds-dropdown__arrow{display:flex;align-items:center;justify-content:center;margin-left:12px;transition:transform .2s ease;color:var(--hds-sys-color-dark-60a)}.hds-dropdown__menu{position:absolute;top:100%;left:0;right:0;margin:4px 0 0;padding:0;list-style:none;background-color:var(--hds-sys-color-dark-100a);border:none;border-radius:0;max-height:180px;overflow-y:auto;z-index:100;box-shadow:0 4px 16px #0003}.hds-dropdown__option{height:44px;padding:5px 15px;display:flex;align-items:center;font-size:15px;color:var(--hds-sys-color-light-100a);cursor:pointer;transition:background-color .15s ease}.hds-dropdown__option:hover{background-color:var(--hds-sys-color-light-10a)}.hds-dropdown__option--selected{background-color:var(--hds-sys-color-light-20a)}.hds-dropdown__option--disabled{opacity:.5;cursor:not-allowed}.hds-dropdown__option--disabled:hover{background-color:transparent}.hds-dropdown__error{font-size:12px;color:var(--hds-sys-color-error-default);line-height:1.4}.hds-dropdown--open .hds-dropdown__trigger{outline:1px solid var(--hds-sys-color-dark-60a);background-color:var(--hds-sys-color-dark-20a)}.hds-dropdown--open .hds-dropdown__arrow{transform:rotate(180deg)}.hds-dropdown--error .hds-dropdown__trigger{outline:1px solid var(--hds-sys-color-error-default)}.hds-dropdown--error .hds-dropdown__trigger:focus{outline:1px solid var(--hds-sys-color-error-default)}.hds-dropdown--disabled .hds-dropdown__trigger{opacity:.5;cursor:not-allowed}html[theme=dark] .hds-dropdown__trigger,body[theme=dark] .hds-dropdown__trigger{background-color:var(--hds-sys-color-light-20a);color:var(--hds-sys-color-light-100a)}html[theme=dark] .hds-dropdown__trigger:focus,body[theme=dark] .hds-dropdown__trigger:focus{outline:1px solid var(--hds-sys-color-light-60a);background-color:var(--hds-sys-color-light-40a)}html[theme=dark] .hds-dropdown__value--placeholder,body[theme=dark] .hds-dropdown__value--placeholder{color:var(--hds-sys-color-light-40a)}html[theme=dark] .hds-dropdown__arrow,body[theme=dark] .hds-dropdown__arrow{color:var(--hds-sys-color-light-60a)}html[theme=dark] .hds-dropdown__label,body[theme=dark] .hds-dropdown__label{color:var(--hds-sys-color-light-100a)}html[theme=dark] .hds-dropdown__menu,body[theme=dark] .hds-dropdown__menu{background-color:var(--hds-sys-color-light-100a);box-shadow:0 4px 16px #0000004d}html[theme=dark] .hds-dropdown__option,body[theme=dark] .hds-dropdown__option{color:var(--hds-sys-color-dark-100a)}html[theme=dark] .hds-dropdown__option:hover,body[theme=dark] .hds-dropdown__option:hover{background-color:var(--hds-sys-color-dark-10a)}html[theme=dark] .hds-dropdown__option--selected,body[theme=dark] .hds-dropdown__option--selected{background-color:var(--hds-sys-color-dark-20a)}html[theme=dark] .hds-dropdown--open .hds-dropdown__trigger,body[theme=dark] .hds-dropdown--open .hds-dropdown__trigger{outline:1px solid var(--hds-sys-color-light-60a);background-color:var(--hds-sys-color-light-40a)}.hds-pixel-icon{display:inline-block;position:relative;vertical-align:middle}.hds-pixel-icon__pixel{position:absolute;width:var(--pixel-size);height:var(--pixel-size);background-color:var(--pixel-color)}.hds-modal__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:var(--hds-sys-color-dark-80a);display:flex;align-items:flex-start;justify-content:center;padding:50px;z-index:10002;overflow-y:auto;overscroll-behavior:contain;animation:modalOverlayFadeIn .3s steps(6) forwards}@media (max-width: 640px){.hds-modal__overlay{padding:20px}}@media (max-width: 480px){.hds-modal__overlay{padding:0}}.hds-modal{position:relative;width:100%;max-width:480px;margin:auto;background-color:var(--hds-sys-color-light-100a);padding:30px;overflow:visible;animation:modalPixelReveal .5s step-end forwards}@media (max-width: 480px){.hds-modal{min-height:calc(100vh - 120px);max-width:calc(100vw - 60px)!important;padding-top:60px;padding-bottom:60px}}.hds-modal__close{position:absolute;top:0;right:0;width:50px;height:50px;display:flex;align-items:center;justify-content:center;background-color:transparent;border:none;cursor:pointer;color:var(--hds-sys-color-dark-100a);transition:background-color 0s ease}.hds-modal__close .hds-pixel-icon{left:2px}.hds-modal__close:hover{background-color:var(--hds-sys-color-dark-10a)}@media (max-width: 480px){.hds-modal__close{top:10px;right:10px}}.hds-modal__header{margin-bottom:24px}.hds-modal__header:last-child{margin-bottom:0}.hds-modal__heading{font-family:PublicPixel,Inter,monospace;font-size:20px;font-weight:400;color:var(--hds-sys-color-dark-100a);margin:0 0 8px;line-height:1.5;text-transform:uppercase}.hds-modal__description{font-size:15px;color:var(--hds-sys-color-dark-60a);margin:0;line-height:1.5}.hds-modal__content{display:flex;flex-direction:column;gap:16px;margin-bottom:24px;overflow:visible}.hds-modal__footer{display:flex;gap:12px;justify-content:flex-end}@media (max-width: 480px){.hds-modal__footer .hds-modal__button{width:100%}}.hds-modal__button{height:50px;padding:0 24px;font-size:16px;font-weight:500;border:none;border-radius:0;cursor:pointer;transition:background-color .2s ease,opacity .2s ease}.hds-modal__button:disabled{cursor:not-allowed;opacity:.5}.hds-modal__button--primary{background-color:var(--hds-sys-color-dark-100a);color:var(--hds-sys-color-light-100a)}.hds-modal__button--primary:hover:not(:disabled){background-color:var(--hds-sys-color-dark-80a)}.hds-modal__button--primary:active:not(:disabled){background-color:var(--hds-sys-color-dark-100a)}.hds-modal__button--secondary{background-color:var(--hds-sys-color-dark-10a);color:var(--hds-sys-color-dark-100a)}.hds-modal__button--secondary:hover:not(:disabled){background-color:var(--hds-sys-color-dark-20a)}.hds-modal__button--secondary:active:not(:disabled){background-color:var(--hds-sys-color-dark-10a)}@keyframes modalOverlayFadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalPixelReveal{0%{clip-path:inset(50% 50% 50% 50%);opacity:1}5%{clip-path:inset(45% 45% 45% 45%)}12%{clip-path:inset(40% 40% 40% 40%)}20%{clip-path:inset(35% 35% 35% 35%)}30%{clip-path:inset(30% 30% 30% 30%)}42%{clip-path:inset(25% 25% 25% 25%)}55%{clip-path:inset(20% 20% 20% 20%)}68%{clip-path:inset(15% 15% 15% 15%)}80%{clip-path:inset(10% 10% 10% 10%)}90%{clip-path:inset(5% 5% 5% 5%)}to{clip-path:inset(0% 0% 0% 0%);opacity:1}}html[theme=dark] .hds-modal__overlay,body[theme=dark] .hds-modal__overlay{background-color:var(--hds-sys-color-dark-80a)}html[theme=dark] .hds-modal,body[theme=dark] .hds-modal{background-color:var(--hds-sys-color-dark-100a)}html[theme=dark] .hds-modal__close,body[theme=dark] .hds-modal__close{background-color:transparent;color:var(--hds-sys-color-light-100a)}html[theme=dark] .hds-modal__close:hover,body[theme=dark] .hds-modal__close:hover{background-color:var(--hds-sys-color-light-10a)}html[theme=dark] .hds-modal__heading,body[theme=dark] .hds-modal__heading{color:var(--hds-sys-color-light-100a)}html[theme=dark] .hds-modal__description,body[theme=dark] .hds-modal__description{color:var(--hds-sys-color-light-60a)}html[theme=dark] .hds-modal__button--primary,body[theme=dark] .hds-modal__button--primary{background-color:var(--hds-sys-color-light-100a);color:var(--hds-sys-color-dark-100a)}html[theme=dark] .hds-modal__button--primary:hover:not(:disabled),body[theme=dark] .hds-modal__button--primary:hover:not(:disabled){background-color:var(--hds-sys-color-light-80a)}html[theme=dark] .hds-modal__button--secondary,body[theme=dark] .hds-modal__button--secondary{background-color:var(--hds-sys-color-light-20a);color:var(--hds-sys-color-light-100a)}html[theme=dark] .hds-modal__button--secondary:hover:not(:disabled),body[theme=dark] .hds-modal__button--secondary:hover:not(:disabled){background-color:var(--hds-sys-color-light-40a)}.hds-button{display:inline-flex;align-items:center;justify-content:center;font-weight:500;border:none;border-radius:0;cursor:pointer;transition:background-color .2s ease,opacity .2s ease}.hds-button:disabled{opacity:.5;cursor:not-allowed}.hds-button--small{height:36px;padding:0 16px;font-size:14px}.hds-button--medium{height:50px;padding:0 24px;font-size:16px}.hds-button--large{height:60px;padding:0 32px;font-size:18px}.hds-button--primary{background-color:var(--hds-sys-color-dark-100a);color:var(--hds-sys-color-light-100a)}.hds-button--primary:hover:not(:disabled){background-color:var(--hds-sys-color-dark-80a)}.hds-button--primary:active:not(:disabled){background-color:var(--hds-sys-color-dark-100a)}.hds-button--secondary{background-color:var(--hds-sys-color-dark-10a);color:var(--hds-sys-color-dark-100a)}.hds-button--secondary:hover:not(:disabled){background-color:var(--hds-sys-color-dark-20a)}.hds-button--secondary:active:not(:disabled){background-color:var(--hds-sys-color-dark-10a)}.hds-button--ghost{background-color:transparent;color:var(--hds-sys-color-dark-100a)}.hds-button--ghost:hover:not(:disabled){background-color:var(--hds-sys-color-dark-10a)}.hds-button--ghost:active:not(:disabled){background-color:var(--hds-sys-color-dark-5a)}.hds-button--full-width{width:100%}html[theme=dark] .hds-button--primary,body[theme=dark] .hds-button--primary{background-color:var(--hds-sys-color-light-100a);color:var(--hds-sys-color-dark-100a)}html[theme=dark] .hds-button--primary:hover:not(:disabled),body[theme=dark] .hds-button--primary:hover:not(:disabled){background-color:var(--hds-sys-color-light-80a)}html[theme=dark] .hds-button--primary:active:not(:disabled),body[theme=dark] .hds-button--primary:active:not(:disabled){background-color:var(--hds-sys-color-light-100a)}html[theme=dark] .hds-button--secondary,body[theme=dark] .hds-button--secondary{background-color:var(--hds-sys-color-light-20a);color:var(--hds-sys-color-light-100a)}html[theme=dark] .hds-button--secondary:hover:not(:disabled),body[theme=dark] .hds-button--secondary:hover:not(:disabled){background-color:var(--hds-sys-color-light-40a)}html[theme=dark] .hds-button--secondary:active:not(:disabled),body[theme=dark] .hds-button--secondary:active:not(:disabled){background-color:var(--hds-sys-color-light-20a)}html[theme=dark] .hds-button--ghost,body[theme=dark] .hds-button--ghost{background-color:transparent;color:var(--hds-sys-color-light-100a)}html[theme=dark] .hds-button--ghost:hover:not(:disabled),body[theme=dark] .hds-button--ghost:hover:not(:disabled){background-color:var(--hds-sys-color-light-10a)}html[theme=dark] .hds-button--ghost:active:not(:disabled),body[theme=dark] .hds-button--ghost:active:not(:disabled){background-color:var(--hds-sys-color-light-5a)}@font-face{font-family:PublicPixel;src:url(../../assets/fonts/PublicPixel.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}.hds-pocket-console{position:relative;display:inline-block;image-rendering:pixelated;image-rendering:crisp-edges;outline:none;font-family:PublicPixel,monospace!important}.hds-pocket-console *{font-family:inherit!important}.hds-pocket-console:focus{outline:none}.hds-pocket-console__svg{display:block}.hds-pocket-console__screen-content{position:absolute;overflow:hidden;display:flex;align-items:center;justify-content:center;image-rendering:pixelated;font-family:PublicPixel,monospace!important}.hds-pocket-console__input-display{font-family:PublicPixel,monospace!important;font-size:15px;color:#0f380f;text-align:center;word-break:break-all;line-height:1.2;letter-spacing:1px}.hds-pocket-console__success{font-family:PublicPixel,monospace!important;font-size:14px;color:#0f380f;text-align:center;animation:successPulse .3s ease-in-out infinite alternate,successBlink .15s ease-in-out 6}.hds-pocket-console__btn-label{font-family:PublicPixel,monospace!important;font-size:5px;fill:#4a4a4a;-webkit-user-select:none;user-select:none;pointer-events:none}.hds-pocket-console__btn-label--small{font-size:3px}.hds-pocket-console--animated .hds-pocket-console__screen{animation:screenFlicker .1s infinite alternate}.hds-pocket-console--animated .hds-pocket-console__power-led{animation:ledBlink 1s infinite}.hds-pocket-console--animated .hds-pocket-console__scanlines{animation:scanlineMove 2s linear infinite}.hds-pocket-console .hds-pocket-console__btn-a,.hds-pocket-console .hds-pocket-console__btn-b{cursor:pointer;transition:filter .1s ease}.hds-pocket-console .hds-pocket-console__btn-a:hover,.hds-pocket-console .hds-pocket-console__btn-b:hover{filter:brightness(1.2)}.hds-pocket-console .hds-pocket-console__btn-a:active,.hds-pocket-console .hds-pocket-console__btn-a--pressed,.hds-pocket-console .hds-pocket-console__btn-b:active,.hds-pocket-console .hds-pocket-console__btn-b--pressed{filter:brightness(.7)}.hds-pocket-console .hds-pocket-console__dpad-up,.hds-pocket-console .hds-pocket-console__dpad-down,.hds-pocket-console .hds-pocket-console__dpad-left,.hds-pocket-console .hds-pocket-console__dpad-right{cursor:pointer;transition:filter .1s ease}.hds-pocket-console .hds-pocket-console__dpad-up:hover,.hds-pocket-console .hds-pocket-console__dpad-down:hover,.hds-pocket-console .hds-pocket-console__dpad-left:hover,.hds-pocket-console .hds-pocket-console__dpad-right:hover{filter:brightness(1.3)}.hds-pocket-console .hds-pocket-console__dpad-up:active,.hds-pocket-console .hds-pocket-console__dpad-up--pressed,.hds-pocket-console .hds-pocket-console__dpad-down:active,.hds-pocket-console .hds-pocket-console__dpad-down--pressed,.hds-pocket-console .hds-pocket-console__dpad-left:active,.hds-pocket-console .hds-pocket-console__dpad-left--pressed,.hds-pocket-console .hds-pocket-console__dpad-right:active,.hds-pocket-console .hds-pocket-console__dpad-right--pressed{filter:brightness(.7)}.hds-pocket-console .hds-pocket-console__dpad-center{pointer-events:none}.hds-pocket-console .hds-pocket-console__btn-select,.hds-pocket-console .hds-pocket-console__btn-start{cursor:pointer;transition:filter .1s ease}.hds-pocket-console .hds-pocket-console__btn-select:hover,.hds-pocket-console .hds-pocket-console__btn-start:hover{filter:brightness(1.3)}.hds-pocket-console .hds-pocket-console__btn-select:active,.hds-pocket-console .hds-pocket-console__btn-select--pressed,.hds-pocket-console .hds-pocket-console__btn-start:active,.hds-pocket-console .hds-pocket-console__btn-start--pressed{filter:brightness(.6)}@keyframes screenFlicker{0%{opacity:1}to{opacity:.95}}@keyframes ledBlink{0%,50%{fill:#f04;filter:drop-shadow(0 0 2px #ff0044)}51%,to{fill:#c03;filter:none}}@keyframes scanlineMove{0%{opacity:.15}50%{opacity:.1}to{opacity:.15}}@keyframes successPulse{0%{transform:scale(1)}to{transform:scale(1.1)}}@keyframes successBlink{0%,to{opacity:1}50%{opacity:0}}.hds-pocket-console--teal .hds-pocket-console__shell rect:first-child{fill:#00979d}.hds-pocket-console--atomic-purple .hds-pocket-console__shell rect:first-child{fill:#9370db;fill-opacity:.85}.hds-pocket-console--yellow .hds-pocket-console__shell rect:first-child{fill:#fc0}.hds-pocket-console--red .hds-pocket-console__shell rect:first-child{fill:#c62d5a}.hds-pocket-console--dark .hds-pocket-console__shell rect:first-child{fill:#1a1a1a}.marquee-container{position:absolute;bottom:-5px;left:0;width:calc(100% - 5px);height:5px;overflow:hidden;pointer-events:none}.marquee-pixels{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;gap:0}.marquee-pixel{position:absolute;top:0;width:5px;height:5px;background-color:currentColor;flex-shrink:0;animation:marqueeSlide 1.6s linear infinite}.marquee-pixel--1{animation-delay:.8s}.marquee-pixel--2{animation-delay:.6s}.marquee-pixel--3{animation-delay:.4s}.marquee-pixel--4{animation-delay:.2s}.marquee-pixel--5{animation-delay:0s}@keyframes marqueeSlide{0%{left:-5px}to{left:calc(100% + 5px)}}.mobile-menu-button{display:none;background:transparent;border:none;cursor:pointer;padding:8px 0;margin-right:-10px}.mobile-menu-button:hover{opacity:.8}@media (max-width: 999px){.home__nav--desktop{display:none!important}.mobile-menu-button{display:flex;align-items:center;justify-content:center}}@media (max-width: 640px){.home__nav--desktop{transform:scale(.8);transform-origin:left center;margin-right:-10px}}@media (max-width: 480px){.mobile-menu-button{margin-left:-15px}}.mobile-lang-toggle-standalone{position:relative;display:flex;align-items:center}.mobile-lang-toggle-standalone .lang-toggle{top:0;left:0;margin-left:0}.mobile-lang-toggle-standalone .lang-dropdown{top:calc(100% + 10px);right:0}.mobile-menu-overlay{position:fixed;top:0;left:0;right:0;bottom:0;width:100vw;height:100vh;z-index:10001;background-color:transparent;display:flex;flex-direction:column;overflow:hidden;isolation:isolate}.mobile-menu-overlay:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-color:var(--hds-sys-color-dark-100a);z-index:-1;animation:mobileMenuBackdropFadeIn .1s steps(1) forwards}@keyframes mobileMenuBackdropFadeIn{0%{opacity:0}to{opacity:1}}.mobile-menu-content{width:100%;height:100%;padding:50px;display:flex;flex-direction:column;position:relative;background-color:var(--hds-sys-color-dark-100a);box-sizing:border-box;animation:mobileMenuPixelReveal .5s step-end forwards}@media (max-width: 767px){.mobile-menu-content{padding:30px}}@keyframes mobileMenuPixelReveal{0%{clip-path:inset(50% 50% 50% 50%);opacity:1}5%{clip-path:inset(45% 45% 45% 45%)}12%{clip-path:inset(40% 40% 40% 40%)}20%{clip-path:inset(35% 35% 35% 35%)}30%{clip-path:inset(30% 30% 30% 30%)}42%{clip-path:inset(25% 25% 25% 25%)}55%{clip-path:inset(20% 20% 20% 20%)}68%{clip-path:inset(15% 15% 15% 15%)}80%{clip-path:inset(10% 10% 10% 10%)}90%{clip-path:inset(5% 5% 5% 5%)}to{clip-path:inset(0% 0% 0% 0%);opacity:1}}.mobile-menu-close{position:absolute;top:30px;right:30px;background:transparent;border:none;outline:none;cursor:pointer;width:50px;height:50px;display:flex;align-items:center;justify-content:center;z-index:10;padding:0;box-sizing:border-box;transition:transform .2s ease,opacity .2s ease}.mobile-menu-close:hover{opacity:.7}.mobile-menu-close:focus{outline:none}@media (max-width: 767px){.mobile-menu-close{top:15px;right:15px}}.mobile-menu-controls{display:flex;align-items:center;gap:16px;margin-top:100px;padding-bottom:50px}@media (max-width: 768px){.mobile-menu-controls{margin-top:80px;padding-bottom:20px}}@media (max-width: 400px){.mobile-menu-controls{padding-bottom:0}}.mobile-menu-control-item{background:transparent;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center}.mobile-menu-control-item.mobile-menu-theme-toggle,.mobile-menu-control-item.mobile-menu-sound-toggle{width:40px;height:40px;border:4px solid var(--hds-sys-color-light-100a);box-sizing:border-box;transition:transform .2s ease}.mobile-menu-control-item.mobile-menu-theme-toggle:hover,.mobile-menu-control-item.mobile-menu-sound-toggle:hover{transform:scale(1.1)}.mobile-menu-lang-group{display:flex;align-items:center;gap:10px;margin-left:auto}.mobile-menu-lang-item{width:auto;min-width:40px;height:40px;border:4px solid var(--hds-sys-color-light-100a);box-sizing:border-box;opacity:.5;transition:opacity .2s ease,transform .2s ease;padding:0 4px}.mobile-menu-lang-item--active{opacity:1}.mobile-menu-lang-item:hover{opacity:1;transform:scale(1.1)}.mobile-menu-nav{display:flex;flex-direction:column;gap:24px;margin-top:48px;flex:1}.mobile-menu-nav-item{background:transparent;border:none;cursor:pointer;padding:16px 0;display:flex;align-items:center;gap:16px;text-align:left;transition:opacity .2s ease}.mobile-menu-nav-item:hover{opacity:.7}.mobile-menu-nav-item .marquee-container--mobile{bottom:-6px;height:6px}.mobile-menu-nav-item .marquee-container--mobile .marquee-pixel{width:6px;height:6px}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}body.mobile-menu-active{overflow:hidden!important}body.mobile-menu-active .footer{display:none!important}html:has(body.mobile-menu-active){overflow:hidden!important}@font-face{font-family:Pixel;src:url(/assets/Pixel-Cz0HeQ7W.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:PublicPixel;src:url(/assets/PublicPixel-CiF2aheh.ttf) format("truetype");font-weight:400;font-style:normal}.home__contact-social{font-family:PublicPixel,monospace!important}.home__contact-social *{font-family:inherit!important}.home__contact-social-link{font-family:PublicPixel,monospace!important;font-size:15px;line-height:1.5;color:var(--hds-sys-color-theme-surface);text-decoration:none;display:inline-block}.home__contact-animation{position:absolute;bottom:-100px;right:-200px}@media (max-height: 1100px){.home__contact-animation{bottom:-140px;right:-180px}}@media (max-height: 900px){.home__contact-animation{bottom:-200px;right:-180px;transform:scale(.85)!important}}@media (orientation: portrait){.home[data-page=about] .home__intro,.home[data-page=about] .home__awards,.home[data-page=about] .home__clients{text-align:center}.home[data-page=about] .home__intro{margin-top:0!important}.home[data-page=about] .home__intro-grid{grid-template-columns:1fr!important;gap:40px}.home[data-page=about] .home__intro-column--secondary{display:none!important}.home[data-page=about] .home__intro-column--primary{align-items:center}.home[data-page=about] .home__intro-title,.home[data-page=about] .home__intro-body,.home[data-page=about] .home__intro-awards{text-align:center}.home[data-page=about] .home__intro-awards{align-items:flex-end;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:80px 80px;margin-top:60px!important}.home[data-page=about] .home__intro-awards li{align-items:center}.home[data-page=about] .home__intro-awards .home__intro-award-image{margin-left:auto;margin-right:auto}.home[data-page=about] .home__intro-visual{position:relative!important;left:auto!important;top:auto!important;transform:none!important;display:flex!important;justify-content:center;align-items:center;width:100%;opacity:1!important;pointer-events:auto;margin:0}.home[data-page=about] .home__intro-visual .home__intro-rotation{width:100%!important;max-width:600px!important;margin-top:0!important}.home[data-page=about] .home__clients-logos{margin-top:50px;justify-items:center;grid-template-columns:repeat(3,minmax(150px,1fr))!important;gap:40px 100px}.home[data-page=about] .home__clients-logos img{transform:scale(1)}.home[data-page=about] .home__hero{gap:50px}.home[data-page=about] .feed-detail-overlay__section-title{font-size:32px!important}}@media (orientation: portrait) and (max-width: 640px){.home[data-page=about] .home__hero{gap:30px}.home[data-page=about] .home__hero-title{font-size:36px!important}.home[data-page=about] .home__hero-subtitle{font-size:32px!important;margin-bottom:-20px!important}.home[data-page=about] .home__hero-description{font-size:22px!important}.home[data-page=about] .home__intro-body{font-size:20px!important;gap:18px!important}.home[data-page=about] .home__intro-awards{grid-template-columns:1fr!important;gap:50px!important}}@media (orientation: portrait) and (max-width: 768px){.home[data-page=about] .home__clients-logos{grid-template-columns:repeat(3,minmax(0,1fr))!important}.home[data-page=about] .home__clients-logos img{transform:scale(1)}}@media (orientation: portrait) and (max-width: 640px){.home[data-page=about] .home__clients-logos{grid-template-columns:repeat(2,minmax(100px,2fr))!important;gap:20px 50px}.home[data-page=about] .home__clients-logos img{transform:scale(.8);transform-origin:center center}.home[data-page=about] .home__background-description{padding:0 20px;font-size:18px!important}.home[data-page=about] .home__contact-phone{font-size:28px!important}.home[data-page=about] .home__contact-email{font-size:16px!important}.home[data-page=about] .home__services-category-title{font-size:24px!important}.home[data-page=about] .home__services-item{font-size:18px!important}.home[data-page=about] .home__contact-social-link{font-size:12px!important}}@media (orientation: portrait){.home[data-page=about] .home__services-contact{text-align:center}}@media (orientation: portrait) and (max-width: 640px){.home[data-page=about] .home__services-contact{margin-top:50px!important}}@media (orientation: portrait){.home[data-page=about] .home__services-contact-grid{grid-template-columns:1fr!important;gap:80px}.home[data-page=about] .home__services-contact-column{align-items:center;width:100%;max-width:calc(100vw - 40px);box-sizing:border-box}.home[data-page=about] .home__services-contact-column{width:100%;max-width:calc(100vw - 40px)}.home[data-page=about] .home__services-subtitle,.home[data-page=about] .home__contact-subtitle{text-align:center;align-items:center}.home[data-page=about] .home__services-list{align-items:center}.home[data-page=about] .home__services-category{align-items:center;text-align:center;gap:0px!important;margin-top:20px!important}.home[data-page=about] .home__services-items{align-items:center;font-size:35px!important;gap:0px!important}.home[data-page=about] .home__contact-info,.home[data-page=about] .home__contact-social{align-items:center}.home[data-page=about] .home__contact-animation{position:relative!important;bottom:auto!important;right:auto!important;margin-top:40px;transform:scale(1.2)!important}}@media (orientation: portrait) and (max-width: 640px){.home[data-page=about] .home__contact-animation{margin-top:0!important;transform:scale(.8)!important}}@media (orientation: portrait){.home[data-page=about] .home__awards{margin-top:0!important}}@media (orientation: portrait) and (max-width: 640px){.home[data-page=about] .home__awards{margin-top:50px!important}}@media (orientation: portrait){.home[data-page=about] .home__clients{margin-top:0!important}}@media (orientation: portrait) and (max-width: 640px){.home[data-page=about] .home__clients{margin-top:50px!important}}@media (orientation: portrait){.home[data-page=about] .home__main{gap:150px;padding-bottom:5vh}}@media (orientation: portrait) and (max-width: 640px){.home[data-page=about] .home__main{gap:50px;padding-bottom:0vh}}@font-face{font-family:Pixel;src:url(/assets/Pixel-Cz0HeQ7W.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:PublicPixel;src:url(/assets/PublicPixel-CiF2aheh.ttf) format("truetype")}.articles-page{min-height:100vh;display:flex;flex-direction:column;background-color:var(--hds-sys-color-theme-background);background:var(--hds-sys-color-on-theme-surface);color:var(--hds-sys-color-theme-surface);padding:50px 50px 100px}@media (max-width: 767px){.articles-page{padding:20px 30px 100px}}@media (max-width: 480px){.articles-page{padding:0 20px 100px}}.articles-page__topics-bar{display:flex;flex-wrap:nowrap;gap:10px 20px;max-width:1580px;margin:0 auto;padding-top:90px;padding-bottom:20px;padding-right:160px;width:100%;overflow:hidden;position:relative;box-sizing:border-box;font-family:PublicPixel,monospace!important}.articles-page__topics-bar *{font-family:inherit!important}.articles-page__topics-bar--expanded{flex-wrap:wrap;overflow:visible;padding-right:0}@media (max-width: 768px){.articles-page__topics-bar{padding-top:80px;gap:10px 16px}}@media (max-width: 767px){.articles-page__topics-bar{padding-top:90px}}.articles-page__topic-item{font-family:PublicPixel,monospace!important;font-size:15px;background:none;border:none;cursor:pointer;padding:5px 0;color:var(--hds-sys-color-theme-surface);opacity:.25;transition:opacity .2s ease;white-space:nowrap;text-transform:uppercase;position:relative;flex-shrink:0}@media (max-width: 640px){.articles-page__topic-item{font-size:12px;line-height:1.2}}.articles-page__topic-item:after{content:"|";margin-left:20px;opacity:.25}.articles-page__topic-item:last-child:after{content:none}.articles-page__topic-item:hover,.articles-page__topic-item--active{opacity:1}.articles-page__topic-item--more{opacity:1;position:absolute;right:0;top:90px;background:var(--hds-sys-color-on-theme-surface);padding-left:30px;z-index:99}.articles-page__topic-item--more:before{content:"";position:absolute;left:0;top:0;bottom:0;width:30px;background:linear-gradient(to right,transparent,var(--hds-sys-color-on-theme-surface));pointer-events:none}.articles-page__topic-item--more:after{content:none}.articles-page__topic-item--more:hover{opacity:1}@media (max-width: 768px){.articles-page__topic-item--more{top:80px}}@media (max-width: 767px){.articles-page__topic-item--more{top:90px}}.articles-page__topics-bar--expanded .articles-page__topic-item--more{position:relative;right:auto;top:auto;padding-left:0}.articles-page__topics-bar--expanded .articles-page__topic-item--more:before{display:none}.articles-page__topic-item:has(+.articles-page__topic-item--more):after{content:none}.articles-page__content{flex:1;max-width:1600px;margin:0 auto;padding-top:40px;padding-bottom:10px;width:100%}@media (max-width: 768px){.articles-page__content{padding-top:30px}}.articles-page__grid{display:grid;grid-template-columns:repeat(6,1fr);gap:50px;--pg-stagger-step: 30ms;--pg-fade-duration: .3s;--pg-dim-opacity: .2}@media (max-width: 1200px){.articles-page__grid{grid-template-columns:repeat(2,1fr);gap:40px}}@media (max-width: 768px){.articles-page__grid{grid-template-columns:1fr;gap:30px}}.article-card{position:relative;cursor:pointer;width:100%;transition:opacity var(--pg-fade-duration) ease,outline-color .3s ease;opacity:1;outline:10px solid var(--hds-sys-color-theme-surface)}.article-card:hover{outline:10px solid var(--hds-sys-color-theme-surface)}@media (max-width: 1200px){.article-card:not(.article-card--featured){grid-column:span 1!important}}@media (max-width: 1024px){.article-card--featured{grid-column:span 2!important}}@media (max-width: 768px){.article-card--featured{grid-column:span 1!important}}.article-card--featured .feed-card-info__heading{display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;line-height:1!important}.article-card .feed-card{width:100%;height:100%}.article-card .feed-card .feed-card__overlay{padding:40px}@media (max-width: 767px){.article-card .feed-card .feed-card__overlay{padding:30px}}.article-card .feed-card:hover .feed-card__bg{opacity:0}@font-face{font-family:Pixel;src:url(/assets/Pixel-Cz0HeQ7W.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}.home__header{position:fixed;top:0;left:0;right:0;z-index:1100;display:flex;align-items:center;justify-content:center;padding:50px}@media (max-width: 1000px){.home__header{padding:50px 40px}}@media (max-width: 767px){.home__header{padding:30px 20px}}@media (max-width: 480px){.home__header{padding:20px 10px}.home__header .logo{margin-left:-15px}}.home__header .header-content{max-width:1580px;width:100%;display:flex;align-items:center;justify-content:space-between}@media (max-width: 480px){[data-detail-open=true] .home__header{padding:20px}}[data-detail-open=true] .home__header .logo{margin-left:5px}@media (max-width: 480px){.article-detail .home__header{padding:20px}}.article-detail .home__header .logo{margin-left:-5px}.home__nav{display:flex;align-items:center;gap:20px;position:relative;right:-.25vw}.home__nav-item{cursor:pointer;transition:opacity .2s ease;display:inline-block}.home__nav-item>*{margin:0}.logo-wrapper{transition:transform .3s ease;position:relative;left:-.4vw}@media (max-width: 640px){.logo-wrapper{transform:scale(.8);transform-origin:left center;margin-left:10px}}.theme-toggle{position:relative;top:-2.5px;left:-4px;cursor:pointer;width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;background-color:transparent;border-width:4px;border-style:solid;padding:0;border-radius:0;box-sizing:border-box;transition:top .2s ease,transform .2s ease}.theme-toggle:hover{top:-6px;transform:scale(1.1)}.sound-toggle{position:relative;top:-2.5px;left:-4px;cursor:pointer;width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;background-color:transparent;border-width:4px;border-style:solid;padding:0;border-radius:0;margin-left:-10px;box-sizing:border-box;transition:top .2s ease,transform .2s ease}.sound-toggle:hover{top:-6px;transform:scale(1.1)}.data-source-toggle{position:relative;top:-3.1px;left:-5px;cursor:pointer;width:auto;min-width:56px;height:40px;display:inline-flex;align-items:center;justify-content:center;background-color:transparent;border-width:4px;border-style:solid;padding:0 4px;border-radius:0;margin-left:-10px;transition:top .2s ease,transform .2s ease,border-color .2s ease;box-sizing:border-box}.data-source-toggle:hover{top:-6.5px;transform:scale(1.1)}.lang-toggle{position:relative;top:-3.1px;left:-5px;cursor:pointer;width:auto;min-width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;background-color:transparent;border-width:4px;border-style:solid;padding:0 4px;border-radius:0;margin-left:-10px;transition:top .2s ease,transform .2s ease,border-color .2s ease;box-sizing:border-box}.lang-toggle:hover{top:-6.5px;transform:scale(1.1)}:lang(zh-Hant) .lang-toggle,:lang(zh) .lang-toggle,:lang(ja) .lang-toggle{top:-4.5px}.lang-dropdown{position:absolute;top:calc(100% + 5px);right:5px;display:flex;flex-direction:column;gap:10px;background-color:transparent;border:none;padding:0;z-index:1200;animation:slideDown .2s ease}.lang-dropdown__item{cursor:pointer;width:48px;height:40px;display:flex;align-items:center;justify-content:center;border-width:4px;border-style:solid;padding:0;transition:all .2s ease;background-color:transparent;box-sizing:border-box}.lang-dropdown__item:hover{transform:scale(1.05)}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@font-face{font-family:Pixel;src:url(/assets/Pixel-Cz0HeQ7W.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:PublicPixel;src:url(/assets/PublicPixel-CiF2aheh.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}.article-detail{min-height:100vh;display:flex;flex-direction:column;background:var(--hds-sys-color-on-theme-surface);color:var(--hds-sys-color-theme-surface);padding:50px 50px 200px}@media (max-width: 1200px){.article-detail{padding:50px 30px 200px}}@media (max-width: 768px){.article-detail{padding:20px 40px 150px}}@media (max-width: 600px){.article-detail{padding:0 30px 110px}}.article-detail__content{flex:1;max-width:1000px;margin:0 auto;padding-top:250px;width:100%}@media (max-width: 768px){.article-detail__content{padding-top:120px}}.article-detail__container{display:flex;flex-direction:column;gap:50px}@media (max-width: 768px){.article-detail__container{gap:30px}}.article-detail__heading{font-family:Inter,sans-serif;font-size:100px;font-weight:700!important;line-height:1;margin:0;text-transform:uppercase;white-space:pre-line;color:var(--hds-sys-color-theme-surface)}@media (max-width: 1200px){.article-detail__heading{font-size:80px}}@media (max-width: 768px){.article-detail__heading{font-size:36px}}@media (max-width: 600px){.article-detail__heading{font-size:32px}}:lang(zh-Hant) .article-detail__heading,:lang(ja) .article-detail__heading{line-height:1.3}.article-detail__subtitle{font-family:Inter,sans-serif;font-size:30px;font-weight:600!important;line-height:1.3;margin:0;color:var(--hds-sys-color-theme-surface)}@media (max-width: 1200px){.article-detail__subtitle{font-size:24px}}@media (max-width: 768px){.article-detail__subtitle{font-size:18px}}@media (max-width: 600px){.article-detail__subtitle{font-size:16px}}:lang(zh-Hant) .article-detail__subtitle,:lang(ja) .article-detail__subtitle{line-height:1.3}.article-detail__info{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}@media (max-width: 768px){.article-detail__info{gap:30px;margin-bottom:30px}}.article-detail__info-column{display:flex;flex-direction:column;gap:10px}.article-detail__info-label{font-family:Inter,Noto Sans TC,Noto Sans JP,sans-serif;font-size:20px;font-weight:900;text-transform:uppercase;color:var(--hds-sys-color-theme-surface)}@media (max-width: 768px){.article-detail__info-label{font-size:16px}}@media (max-width: 600px){.article-detail__info-label{font-size:14px}}.article-detail__info-value{font-family:Inter,sans-serif;font-size:20px;font-weight:600;line-height:1.3;text-transform:uppercase;color:var(--hds-sys-color-theme-surface)}@media (max-width: 1000px){.article-detail__info-value{font-size:18px}}@media (max-width: 768px){.article-detail__info-value{font-size:16px}}@media (max-width: 600px){.article-detail__info-value{font-size:14px}}.article-detail__topic-link{cursor:pointer;transition:opacity .2s ease}.article-detail__topic-link:hover{opacity:.6}.article-detail__carousel{width:100%;display:flex;flex-direction:column;gap:50px}.article-detail__carousel-wrapper{width:100%;position:relative;min-height:400px}@media (max-width: 767px){.article-detail__carousel-wrapper{min-height:auto;overflow:hidden;outline:10px solid rgba(0,0,0,.05)}}.article-detail__carousel-images{display:flex;gap:50px;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}@media (max-width: 767px){.article-detail__carousel-images{gap:20px}}.article-detail__carousel-media{height:600px;width:auto;flex-shrink:0;display:block;object-fit:contain;outline:10px solid rgba(0,0,0,.05)}@media (max-width: 767px){.article-detail__carousel-media{width:100%;height:auto;min-width:100%}}.article-detail__carousel-image{pointer-events:none}.article-detail__carousel-video{pointer-events:auto;background:#000;width:600px;height:auto;max-height:600px;object-fit:contain}@media (max-width: 767px){.article-detail__carousel-video{width:100%;min-width:100%;max-width:100%;max-height:none;height:auto}}.article-detail__carousel-video::-webkit-media-controls{opacity:0;transition:opacity .3s ease}.article-detail__carousel-video:hover::-webkit-media-controls{opacity:1}.article-detail__carousel-actions{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-top:-30px}@media (max-width: 768px){.article-detail__carousel-actions{gap:30px}}.article-detail__carousel-pagination{display:flex;gap:10px;align-items:center}.article-detail__carousel-page{width:10px;height:10px;background-color:var(--hds-sys-color-theme-surface);opacity:.2;cursor:pointer;transition:opacity .3s ease}.article-detail__carousel-page.active{opacity:1}.article-detail__carousel-page:hover{opacity:.6}.article-detail__carousel-controls{display:flex;gap:10px;align-items:center}.article-detail__carousel-control{width:50px;height:50px;display:flex;align-items:center;justify-content:center;background-color:transparent;border:none;outline:none;cursor:pointer;padding:0;position:relative;top:5px;transition:all .2s ease;font-family:Pixel,monospace!important;font-size:24px;line-height:1;color:var(--hds-sys-color-theme-surface)}.article-detail__carousel-control:hover{transform:scale(1.05)}.article-detail__carousel-control:active{transform:scale(.95)}.article-detail__content-section{width:100%;display:flex;flex-direction:column;gap:30px}.article-detail__paragraph{font-family:Inter,sans-serif;font-size:20px;font-weight:700;line-height:1.6;margin:0;color:var(--hds-sys-color-theme-surface);opacity:.8}@media (max-width: 768px){.article-detail__paragraph{font-size:16px}}.article-detail__link{color:#6179ff;text-decoration:none;opacity:1;transition:opacity 0s ease;white-space:nowrap;text-decoration:underline;font-weight:900}.article-detail__link:hover{opacity:.6}.article-detail__related{margin-top:50px;border-top:1px solid var(--hds-sys-color-outline)}@media (max-width: 768px){.article-detail__related{margin-top:20px}}.article-detail__related-title{font-family:Inter,Noto Sans TC,Noto Sans JP,sans-serif;font-size:30px;font-weight:700!important;font-smoothing:antialiased;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:antialiased;text-transform:uppercase;color:var(--hds-sys-color-theme-surface);margin:0 0 40px}@media (max-width: 768px){.article-detail__related-title{font-size:24px;margin-bottom:30px}}.article-detail__related-grid{display:grid;grid-template-columns:1fr;gap:50px}@media (min-width: 769px){.article-detail__related-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.article-detail__related-grid .feed-card{max-height:220px}}.article-detail__related-card{cursor:pointer;transition:opacity var(--pg-fade-duration) ease,outline-color .3s ease;outline:10px solid var(--hds-sys-color-theme-surface)}.article-detail__related-card:hover{outline:10px solid var(--hds-sys-color-theme-surface)}.article-detail__related-card:hover .feed-card__bg{opacity:0}.article-detail__related-card .feed-card__overlay{padding:30px}@font-face{font-family:PublicPixel;src:url(/assets/PublicPixel-CiF2aheh.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}.footer{position:fixed;bottom:0;left:0;right:0;height:100px;z-index:1100;display:flex;justify-content:center;align-items:center;padding:0 40px;background:transparent}.footer__content{max-width:1580px;width:100%;display:flex;align-items:center;justify-content:space-between}@media (max-width: 480px){.footer__content{column-gap:10px}}.footer__left{align-items:center}.footer__right{display:flex;align-items:center;gap:8px;position:relative}.footer__copyright{font-family:Pixel,monospace!important;font-size:11px;line-height:1.2;white-space:nowrap;padding-top:5px}@media (max-width: 768px){.footer__copyright{white-space:normal;max-width:100%}}@media (max-width: 480px){.footer__copyright{font-size:10px}}.footer__giphy-popup{position:absolute;bottom:calc(100% + 20px);right:0;width:400px;height:300px;z-index:1200;display:flex;align-items:flex-end;justify-content:flex-end;pointer-events:none;transform-origin:85% 110%;animation:footer-giphy-slide-in .6s cubic-bezier(.22,1,.36,1) forwards;opacity:0}.footer__giphy-popup--exit{animation:footer-giphy-slide-out .6s cubic-bezier(.83,0,.17,1) forwards}@media (max-width: 640px){.footer__giphy-popup{width:300px;height:200px}}.footer__giphy-inner{position:relative;width:100%;height:100%;background:#000;color:#fff;overflow:hidden;border:none;isolation:isolate;transform-origin:100% 100%}.footer__giphy-inner:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--noeinoi-rainbow-gradient);background-size:400% 400%;animation:footer-giphy-rainbow 1.6s linear infinite;z-index:1;padding:10px;-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);mask-composite:exclude}.footer__giphy-image{position:relative;width:100%;height:100%;background-position:center;background-repeat:no-repeat;background-size:cover;display:flex;align-items:flex-end;justify-content:center;transform-origin:100% 100%}.footer__giphy-overlay{width:100%;padding:20px;background:linear-gradient(180deg,#0000,#000000d9);display:flex;align-items:flex-end;justify-content:center;text-align:center}.footer__giphy-message{font-family:PublicPixel,monospace!important;font-size:25px;line-height:1.2;text-transform:uppercase;background:var(--noeinoi-rainbow-gradient);background-size:400% 400%;animation:footer-giphy-rainbow 1.6s linear infinite;-webkit-background-clip:text;background-clip:text;color:transparent;padding-bottom:10px}@keyframes footer-giphy-rainbow{0%{background-position:0% 50%}to{background-position:400% 50%}}@keyframes footer-giphy-slide-in{0%{transform:translateY(120%);opacity:0}30%{transform:translateY(-30%);opacity:1}50%{transform:translateY(8%);opacity:1}80%{transform:translateY(-5%);opacity:1}to{transform:translateY(0);opacity:1}}@keyframes footer-giphy-slide-out{0%{transform:translateY(0);opacity:1}to{transform:translateY(120%);opacity:0}}@media (max-width: 767px){.footer{padding:0 20px}.footer__content{max-width:none}.footer__copyright{display:inline-block;max-width:200px;overflow:hidden;text-overflow:ellipsis;padding-right:10px}}@font-face{font-family:PublicPixel;src:url(/assets/PublicPixel-CiF2aheh.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}.scroll-indicator-wrapper{position:relative}.scroll-indicator{width:40px;height:40px;border:5px solid;background:transparent;position:relative}@media (max-width: 767px){.scroll-indicator{width:32px;height:32px;border-width:4px}}.scroll-indicator--bounce{animation:bounceUp .6s ease-out}.scroll-indicator--liked{border:none;width:50px;height:50px;background:var(--noeinoi-rainbow-gradient);background-size:400% 400%;animation:footer-giphy-rainbow 1.6s linear infinite}@media (max-width: 767px){.scroll-indicator--liked{width:40px;height:40px}}.scroll-indicator__slider{position:absolute;top:0;left:0;width:100%;height:100%;transition:height 0s ease;box-sizing:border-box}.scroll-indicator__slider--liked{background:var(--noeinoi-rainbow-gradient);background-size:400% 400%;animation:footer-giphy-rainbow 1.6s linear infinite}.scroll-indicator__icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s ease-out,top .2s ease}@media (max-width: 767px){.scroll-indicator__icon{width:32px;height:32px}}.scroll-indicator__icon--visible{opacity:1}.scroll-indicator__icon:hover{top:40%}.scroll-indicator__icon--arrow,.scroll-indicator__icon--heart:hover{top:50%}.scroll-indicator__icon--heart-active{transform:translate(-50%,-50%) scale(1);transition:transform .6s cubic-bezier(.34,1.56,.64,1),top .2s ease,opacity .2s ease-out}.scroll-indicator__icon--heart-active:hover,.scroll-indicator__icon--heart-active:focus-visible{top:40%;transform:translate(-50%,-50%) scale(1.2)}.scroll-indicator__icon--liked{width:50px;height:50px;background:var(--noeinoi-rainbow-gradient);background-size:400% 400%;animation:footer-giphy-rainbow 4s linear infinite;transform:translate(-50%,-50%) scale(1);transition:opacity .2s ease-out,top .2s ease,transform .2s ease}@media (max-width: 767px){.scroll-indicator__icon--liked{width:40px;height:40px}}.scroll-indicator__icon--liked:hover,.scroll-indicator__icon--liked:focus-visible{transform:translate(-50%,-50%) scale(1)}.scroll-indicator__like-count{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;text-align:center;white-space:nowrap}.scroll-indicator__like-count-number{font-family:PublicPixel,monospace!important;font-size:12px;font-weight:700;line-height:1;display:inline-block;margin-bottom:0}@media (max-width: 767px){.scroll-indicator__like-count-number{font-size:11px!important}}.scroll-indicator__like-count-label{font-family:PublicPixel,monospace!important;font-size:12px!important;font-weight:700;line-height:1;text-transform:uppercase;transform:scale(.55)}@media (max-width: 767px){.scroll-indicator__like-count-label{font-size:8px}}.scroll-indicator__slider--locked{transition:none}@keyframes scroll-indicator-rainbow{0%{background-position:600% 100%}to{background-position:600% 200%}}@keyframes bounceUp{0%{transform:translateY(0)}17%{transform:translateY(-24px)}34%{transform:translateY(0)}51%{transform:translateY(-15px)}68%{transform:translateY(2px)}85%{transform:translateY(-8px)}to{transform:translateY(0)}}@keyframes heart-bounce{0%{transform:translate(-50%,-50%) scale(1)}50%{transform:translate(-50%,-50%) scale(1.5)}to{transform:translate(-50%,-50%) scale(.8)}}.click-fireworks{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:9999}.click-fireworks__particle{position:fixed;display:block;width:calc(var(--particle-size, 8px));height:calc(var(--particle-size, 8px));background:var(--noeinoi-rainbow-gradient);background-size:400% 400%;background-position:var(--particle-bg-x, 50%) var(--particle-bg-y, 50%);animation:click-fireworks-pop var(--particle-duration, .6s) ease-in forwards;animation-delay:var(--particle-delay, 0ms);animation-fill-mode:both;opacity:0;image-rendering:pixelated;pointer-events:none;will-change:transform,opacity;transform-origin:center;left:var(--particle-x, 0);top:var(--particle-y, 0);z-index:9999}@keyframes click-fireworks-pop{0%{opacity:1;transform:translate(-50%,-50%) scale(1)}30%{opacity:1;transform:translate(calc(-50% + var(--particle-target-x, 0)),calc(-50% + var(--particle-target-y, -24px))) scale(1)}70%{opacity:.8;transform:translate(calc(-50% + var(--particle-target-x, 0)),calc(-50% + var(--particle-target-y, -24px) + 20px)) scale(.8)}to{opacity:0;transform:translate(calc(-50% + var(--particle-target-x, 0)),calc(-50% + var(--particle-target-y, -24px) + 60px)) scale(.3)}}.page-loader{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;min-height:100vh;min-height:100svh;min-height:100dvh;min-height:-webkit-fill-available;z-index:9999;pointer-events:all;display:flex;align-items:center;justify-content:center;overflow:hidden}.page-loader__mask{position:fixed;top:-50px;left:-50px;right:-50px;bottom:-50px;width:calc(100% + 100px);height:calc(100% + 100px);min-height:calc(100vh + 100px);min-height:calc(100svh + 100px);min-height:calc(100dvh + 100px);background-color:var(--loader-bg, #111111);transform-origin:center bottom}.page-loader__content{position:relative;z-index:1;display:flex;align-items:center;justify-content:center}.page-loader--entering .page-loader__mask{opacity:1}.page-loader--entering .page-loader__content{animation:loader-enter .5s cubic-bezier(.16,1,.3,1) forwards}.page-loader--visible .page-loader__mask{opacity:1}.page-loader--visible .page-loader__content{opacity:1;transform:translateY(0)}.page-loader--exiting .page-loader__mask{opacity:1}.page-loader--exiting .page-loader__content{animation:loader-exit .5s cubic-bezier(.55,.085,.68,.53) forwards}.page-loader--mask-closing .page-loader__mask{animation:mask-close .4s cubic-bezier(.55,.085,.68,.53) forwards;animation-delay:.1s}.page-loader--mask-closing .page-loader__content{opacity:0;transform:translateY(100px)}@keyframes loader-enter{0%{opacity:0;transform:translateY(60px)}to{opacity:1;transform:translateY(0)}}@keyframes loader-exit{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(100px)}}@keyframes mask-close{0%{transform:scaleY(1);transform-origin:center bottom}to{transform:scaleY(0);transform-origin:center bottom}}:root{--hds-ref-color-dark-100a: #111111;--hds-ref-color-dark-80a: rgba(17 17 17 / .8);--hds-ref-color-dark-60a: rgba(17 17 17 / .6);--hds-ref-color-dark-40a: rgba(17 17 17 / .4);--hds-ref-color-dark-20a: rgba(17 17 17 / .2);--hds-ref-color-dark-10a: rgba(17 17 17 / .1);--hds-ref-color-dark-5a: rgba(17 17 17 / .05);--hds-ref-color-light-100a: #ffffff;--hds-ref-color-light-80a: rgba(255 255 255 / .8);--hds-ref-color-light-60a: rgba(255 255 255 / .6);--hds-ref-color-light-40a: rgba(255 255 255 / .4);--hds-ref-color-light-20a: rgba(255 255 255 / .2);--hds-ref-color-light-10a: rgba(255 255 255 / .1);--hds-ref-color-light-5a: rgba(255 255 255 / .05);--hds-ref-size-40: 40px;--hds-ref-size-40-rem: 2.5rem;--hds-ref-size-20: 20px;--hds-ref-size-20-rem: 1.25rem;--hds-ref-size-10: 10px;--hds-ref-size-10-rem: .625rem;--hds-ref-size-5: 5px;--hds-ref-size-5-rem: .3125rem;--hds-ref-size-60: 60px;--hds-ref-size-60-rem: 3.75rem;--hds-ref-size-80: 80px;--hds-ref-size-80-rem: 5rem;--hds-ref-size-120: 120px;--hds-ref-size-120-rem: 7.5rem;--hds-ref-size-15: 15px;--hds-ref-size-15-rem: .9375rem;--hds-ref-size-30: 30px;--hds-ref-size-30-rem: 1.875rem;--hds-ref-font-size-120: 120px;--hds-ref-font-size-120-rem: 7.5rem;--hds-ref-font-size-80: 80px;--hds-ref-font-size-80-rem: 5rem;--hds-ref-font-size-60: 60px;--hds-ref-font-size-60-rem: 3.75rem;--hds-ref-font-size-46: 46px;--hds-ref-font-size-46-rem: 2.875rem;--hds-ref-font-size-30: 30px;--hds-ref-font-size-30-rem: 1.875rem;--hds-ref-font-size-20: 20px;--hds-ref-font-size-20-rem: 1.25rem;--hds-ref-font-size-18: 18px;--hds-ref-font-size-18-rem: 1.125rem;--hds-ref-font-size-16: 16px;--hds-ref-font-size-16-rem: 1rem;--hds-ref-font-size-12: 12px;--hds-ref-font-size-12-rem: .75rem;--hds-ref-font-size-14: 14px;--hds-ref-font-size-14-rem: .875rem;--hds-ref-color-green-50: #1ade99;--hds-ref-color-red-50: #f03fa6;--hds-ref-color-yellow-50: #e1aa2b;--hds-ref-color-blue-50: #4f72fd;--hds-ref-color-brand-50: #111111;--hds-ref-opacity-90a: 90%;--hds-ref-opacity-80a: 80%;--hds-ref-opacity-60a: 60%;--hds-ref-opacity-40a: 40%;--hds-ref-opacity-20a: 20%;--hds-ref-opacity-10a: 10%;--hds-ref-opacity-5a: 5%;--hds-ref-font-size-36: 36px;--hds-ref-font-size-24: 24px;--hds-sys-color-primary-default: var(--hds-ref-color-brand-50);--hds-sys-color-dark-100a: var(--hds-ref-color-dark-100a);--hds-sys-color-dark-80a: var(--hds-ref-color-dark-80a);--hds-sys-color-dark-60a: var(--hds-ref-color-dark-60a);--hds-sys-color-dark-40a: var(--hds-ref-color-dark-40a);--hds-sys-color-dark-20a: var(--hds-ref-color-dark-20a);--hds-sys-color-dark-10a: var(--hds-ref-color-dark-10a);--hds-sys-color-dark-5a: var(--hds-ref-color-dark-5a);--hds-sys-color-light-100a: var(--hds-ref-color-light-100a);--hds-sys-color-light-80a: var(--hds-ref-color-light-80a);--hds-sys-color-light-60a: var(--hds-ref-color-light-60a);--hds-sys-color-light-40a: var(--hds-ref-color-light-40a);--hds-sys-color-light-20a: var(--hds-ref-color-light-20a);--hds-sys-color-light-10a: var(--hds-ref-color-light-10a);--hds-sys-color-light-5a: var(--hds-ref-color-light-5a);--hds-sys-color-success-default: var(--hds-ref-color-green-50);--hds-sys-color-error-default: var(--hds-ref-color-red-50);--hds-sys-color-info-default: var(--hds-ref-color-blue-50);--hds-sys-color-warning-default: var(--hds-ref-color-yellow-50);--hds-sys-spacing-xs: var(--hds-ref-size-5);--hds-sys-spacing-sm: var(--hds-ref-size-10);--hds-sys-spacing-default: var(--hds-ref-size-15);--hds-sys-spacing-med: var(--hds-ref-size-20);--hds-sys-spacing-lg: var(--hds-ref-size-30);--hds-sys-spacing-xl: var(--hds-ref-size-40);--hds-sys-spacing-xxl: var(--hds-ref-size-60);--hds-sys-spacing-xxxl: var(--hds-ref-size-80);--hds-sys-font-size-xxs: var(--hds-ref-font-size-12);--hds-sys-font-size-xs: var(--hds-ref-font-size-14);--hds-sys-font-size-sm: var(--hds-ref-font-size-16);--hds-sys-font-size-default: var(--hds-ref-font-size-18);--hds-sys-font-size-med: var(--hds-ref-font-size-20);--hds-sys-font-size-lg: var(--hds-ref-font-size-30);--hds-sys-font-size-xxl: var(--hds-ref-font-size-46);--hds-sys-font-size-xxxl: var(--hds-ref-font-size-60);--hds-sys-font-size-huge: var(--hds-ref-font-size-80);--hds-sys-font-size-ex-huge: var(--hds-ref-font-size-120);--hds-sys-color-secondary-default: var(--hds-ref-color-light-100a);--hds-sys-opacity-90a: var(--hds-ref-opacity-90a);--hds-sys-opacity-80a: var(--hds-ref-opacity-80a);--hds-sys-opacity-60a: var(--hds-ref-opacity-60a);--hds-sys-opacity-40a: var(--hds-ref-opacity-40a);--hds-sys-opacity-20a: var(--hds-ref-opacity-20a);--hds-sys-opacity-10a: var(--hds-ref-opacity-10a);--hds-sys-opacity-5a: var(--hds-ref-opacity-5a);--hds-sys-font-size-xl: var(--hds-ref-font-size-36);--hds-sys-font-size-ex-med: var(--hds-ref-font-size-24);--hds-sys-color-theme-surface: var(--hds-sys-color-primary-default);--on-hds-sys-color-theme-surface: var(--hds-sys-color-secondary-default);--hds-sys-color-theme-mask: var(--on-hds-sys-color-theme-surface)}html[theme=dark],body[theme=dark]{--hds-sys-color-theme-surface: var(--hds-sys-color-secondary-default);--on-hds-sys-color-theme-surface: var(--hds-sys-color-primary-default);--hds-sys-color-theme-mask: var(--on-hds-sys-color-theme-surface)}:root{color-scheme:light dark;--hds-sys-color-on-theme-surface: var(--on-hds-sys-color-theme-surface);--noeinoi-rainbow-gradient: linear-gradient(120deg, #ff124f, #ff7a00, #ffe600, #19ffb6, #00c3ff, #8a2bff, #ff00f0, #ff124f)}@font-face{font-family:Pixel;src:url(/assets/Pixel-Cz0HeQ7W.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}html,body{min-height:100%;min-height:100dvh;min-height:-webkit-fill-available}#root{min-height:100%;display:flex;flex-direction:column}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#fff;color:#111}:lang(zh-Hant),:lang(zh){font-family:Inter,Noto Sans TC,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}:lang(zh-Hant) *,:lang(zh) *{line-height:1.5}:lang(zh-Hant) h1,:lang(zh-Hant) h2,:lang(zh-Hant) h3,:lang(zh-Hant) h4,:lang(zh-Hant) h5,:lang(zh-Hant) h6,:lang(zh) h1,:lang(zh) h2,:lang(zh) h3,:lang(zh) h4,:lang(zh) h5,:lang(zh) h6{line-height:1.5}:lang(zh-Hant) h1,:lang(zh-Hant) h2,:lang(zh) h1,:lang(zh) h2{font-weight:900}:lang(zh-Hant) p,:lang(zh) p{font-weight:600}:lang(zh-Hant) [style*="font-family: 'Pixel'"],:lang(zh-Hant) [class*=pixel],:lang(zh) [style*="font-family: 'Pixel'"],:lang(zh) [class*=pixel]{line-height:1.1!important}:lang(ja){font-family:Inter,Noto Sans JP,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}:lang(ja) *{line-height:1.5}:lang(ja) h1,:lang(ja) h2,:lang(ja) h3,:lang(ja) h4,:lang(ja) h5,:lang(ja) h6{line-height:1.5}:lang(ja) h1,:lang(ja) h2{font-weight:900}:lang(ja) p{font-weight:600}:lang(ja) [style*="font-family: 'Pixel'"],:lang(ja) [class*=pixel]{line-height:1.1!important}html,body,#root{width:100vw;max-width:100vw;overflow-x:hidden}.app{min-height:100vh;display:flex;flex-direction:column;position:relative}[data-theme=dark]{background:#0f0f10;color:#f7f7f8}.app-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;position:sticky;top:0;background:inherit}.nav{display:flex;gap:12px}.nav a{color:inherit;text-decoration:none;opacity:.8}.nav a.active{opacity:1;text-decoration:underline}.app-main{padding:20px}
