:root{--hl-bg:#f7f7f7;--hl-ink:#171719;--hl-muted:#64636a;--hl-line:#e6e5e4;--hl-orange:#f36b33;--font-sans:var(--font-body),Arial,sans-serif;--bg-canvas:#f7f7f7;--text-primary:#171719}body{font-family:var(--font-body),Arial,sans-serif;color:var(--hl-ink)}body,html{background:var(--hl-bg);overflow-x:hidden;max-width:100vw;width:100%}html{scroll-padding-top:115px}::selection{background:#ffcfae;color:#281308}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid #cf582b;outline-offset:5px}h1,h2,h3{font-family:var(--font-display),var(--font-body),sans-serif}.hl-container{margin-inline:auto}.hl-container,.hl-header{width:min(1200px,calc(100% - 48px))}.hl-header{position:fixed;z-index:1000;top:max(28px,calc(env(safe-area-inset-top, 0px) + 12px));left:50%;transform:translateX(-50%);display:flex;align-items:center;justify-content:center;pointer-events:none;transition:top .45s cubic-bezier(.16,1,.3,1),width .45s cubic-bezier(.16,1,.3,1)}.hl-header.is-scrolled{top:max(14px,calc(env(safe-area-inset-top, 0px) + 6px))}.hl-header-spacer{display:flex;flex:1 1 auto;min-width:16px;height:10px;pointer-events:none;transition:flex .5s cubic-bezier(.16,1,.3,1),width .5s cubic-bezier(.16,1,.3,1),max-width .5s cubic-bezier(.16,1,.3,1)}.hl-header.is-scrolled .hl-header-spacer{flex:0 0 10px;width:10px;min-width:0;max-width:10px}.hl-brand,.hl-header-actions,.hl-menu-toggle,.hl-navigation{pointer-events:auto;background:rgba(255,255,255,.95);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(0,0,0,.08);border-radius:20px;box-shadow:0 4px 20px rgba(0,0,0,.04),0 1px 3px rgba(0,0,0,.02);transition:background .3s ease,box-shadow .3s ease,border-color .3s ease,transform .25s ease}.hl-header.is-scrolled .hl-brand,.hl-header.is-scrolled .hl-header-actions,.hl-header.is-scrolled .hl-menu-toggle,.hl-header.is-scrolled .hl-navigation{background:rgba(255,255,255,.9);border-color:rgba(0,0,0,.1);box-shadow:0 12px 36px rgba(0,0,0,.08),0 2px 6px rgba(0,0,0,.03)}.hl-brand{display:inline-flex;align-items:center;gap:12px;height:58px;padding:0 20px;border-radius:20px;font-size:15px;font-weight:700;letter-spacing:-.01em;color:#171719;white-space:nowrap;text-decoration:none}.hl-brand img{width:28px;height:28px;border-radius:8px;flex-shrink:0;display:block}.hl-brand:hover{transform:translateY(-1px);box-shadow:0 8px 25px rgba(0,0,0,.07)}.hl-nav-wrap{display:flex}.hl-nav-wrap,.hl-navigation{align-items:center;position:relative}.hl-navigation{display:inline-flex;justify-content:center;height:58px;padding:5px 6px;border-radius:20px;gap:4px;overflow:visible}.hl-nav-link{display:inline-flex;align-items:center;gap:6px;height:46px;padding:0 18px;border-radius:14px;font-size:14px;font-weight:500;color:#5e5d65;text-decoration:none;background:transparent;border:none;cursor:pointer;white-space:nowrap;font-family:inherit;transition:background .2s cubic-bezier(.16,1,.3,1),color .2s ease,transform .15s ease}.hl-nav-link:hover{background:#f1f0ee;color:#151517}.hl-nav-link.is-active,.hl-nav-link[aria-current=page]{background:#eae8e4;color:#151517;font-weight:600}.hl-dropdown-container{position:relative;display:inline-flex;align-items:center}.hl-dropdown-trigger{padding-right:14px}.hl-chevron{display:inline-block;color:#8c8a94;transition:transform .25s cubic-bezier(.16,1,.3,1),color .2s ease}.hl-chevron.is-open,.hl-dropdown-trigger:hover .hl-chevron{transform:rotate(180deg);color:#171719}.hl-dropdown-card{position:absolute;top:calc(100% + 14px);right:0;width:630px;max-width:min(630px,calc(100vw - 32px));background:rgba(255,255,255,.98);backdrop-filter:blur(28px);-webkit-backdrop-filter:blur(28px);border:1px solid rgba(0,0,0,.08);border-radius:20px;padding:22px 24px;box-shadow:0 24px 60px rgba(0,0,0,.14),0 4px 16px rgba(0,0,0,.04);opacity:0;transform:translateY(8px) scale(.98);pointer-events:none;visibility:hidden;transition:opacity .22s cubic-bezier(.16,1,.3,1),transform .22s cubic-bezier(.16,1,.3,1),visibility .22s;z-index:1000}.hl-dropdown-card:before{content:"";position:absolute;top:-16px;left:0;right:0;height:16px}.hl-dropdown-card.is-open{opacity:1;transform:translateY(0) scale(1);pointer-events:auto;visibility:visible}.hl-dropdown-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.hl-dropdown-col{display:flex;flex-direction:column}.hl-dropdown-col-title{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#8a8890;margin:0 0 10px 8px}.hl-dropdown-items{display:flex;flex-direction:column;gap:3px}.hl-dropdown-item{display:flex;align-items:flex-start;gap:12px;padding:10px 12px;border-radius:14px;text-decoration:none;transition:background .18s ease,transform .18s ease}.hl-dropdown-item:hover{background:#f3f1ee;transform:translateX(3px)}.hl-dropdown-icon{width:32px;height:32px;border-radius:10px;background:#eeebe6;display:grid;place-items:center;color:#171719;flex-shrink:0;margin-top:2px;transition:background .2s,color .2s}.hl-dropdown-item:hover .hl-dropdown-icon{background:#171719;color:#ffffff}.hl-dropdown-item-copy{flex:1 1;min-width:0}.hl-dropdown-item-header{display:flex;align-items:center;gap:8px}.hl-dropdown-item-title{font-size:13.5px;font-weight:600;color:#171719;line-height:1.3}.hl-dropdown-item-badge{font-size:10px;font-weight:700;padding:2px 7px;border-radius:100px;background:#f0e6da;color:#8c522a;letter-spacing:.02em}.hl-dropdown-item-desc{font-size:12px;line-height:1.45;color:#71717a;margin:3px 0 0;white-space:normal;overflow:visible;text-overflow:clip;word-break:normal}.hl-header-actions{display:inline-flex;align-items:center;height:58px;padding:5px 6px;border-radius:20px;gap:6px;white-space:nowrap}.hl-action-btn{width:46px;height:46px;border-radius:14px;display:grid;place-items:center;text-decoration:none;transition:transform .2s cubic-bezier(.16,1,.3,1),background .2s ease,box-shadow .2s ease}.hl-action-btn:hover{transform:translateY(-2px)}.hl-action-dark{background:#171719;color:#ffffff;box-shadow:0 2px 8px rgba(0,0,0,.12)}.hl-action-dark:hover{background:#2f2e33;box-shadow:0 4px 14px rgba(0,0,0,.2)}.hl-action-light{background:#ededee;color:#171719;border:1px solid rgba(0,0,0,.04)}.hl-action-light:hover{background:#e1e0e2;color:#000000;box-shadow:0 4px 12px rgba(0,0,0,.06)}.hl-menu-toggle{display:none}.hl-hero{height:1140px;position:relative;overflow:hidden;color:white;background:#1a0802;isolation:isolate}.hl-hero-photo{object-fit:cover;object-position:center 32%;z-index:-3;filter:brightness(.95)}.hl-hero-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(16,6,2,.55),rgba(16,6,2,.18) 35%,transparent 70%);z-index:1;pointer-events:none}.hl-hero-content{text-align:center;padding:210px 24px 0;position:relative;z-index:4}.hl-hero-badge{display:inline-flex;gap:10px;align-items:center;padding:5px 17px 5px 6px;border-radius:100px;background:#ffffff15;border:1px solid #ffffff30;font-size:14px;box-shadow:inset 0 1px 4px #ffffff18;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hl-hero-badge span{background:#101010;border-radius:30px;padding:3px 10px;font-weight:600;font-size:12px}.hl-hero h1{font-size:clamp(48px,5.1vw,90px);font-weight:500;line-height:1.25;letter-spacing:-.025em;margin:26px auto 33px;max-width:1050px;color:#fff}.hl-hero-content>p{font-size:20px;line-height:1.5;color:#fff;font-weight:450}.hl-hero-buttons{display:flex;justify-content:center;gap:16px;margin-top:42px;flex-wrap:wrap;max-width:100%}.hl-button{display:inline-flex;justify-content:center;align-items:center;gap:14px;min-height:58px;padding:16px 28px;border-radius:100px;font-size:16px;font-weight:550;line-height:1.5;text-decoration:none;white-space:nowrap;transition:transform .2s,background .2s}.hl-button:hover{transform:translateY(-2px)}.hl-button-white{background:#fff;color:#151515}.hl-button-dark{background:#171719;color:#fff}.hl-button-soft{background:#eeeae5;color:#25201b}.hl-button-glass{background:#ffffff0b;border:1px solid #ffffff35;color:white;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.hl-button span:last-child{font-size:19px}.hl-play-button>span{font-size:12px!important;letter-spacing:.5px}.hl-hero-showcase{position:relative;margin:80px auto 0;width:800px;height:490px;display:flex;align-items:flex-start;justify-content:center;gap:40px;z-index:5}.hl-hero-screen{width:300px;flex-shrink:0;padding:7px;background:#ffffff20;border:1px solid #ffffff40;border-radius:35px;box-shadow:0 25px 70px #0005;transform:rotate(-2deg);overflow:hidden}.hl-hero-screen img{width:100%;height:auto;border-radius:28px}.hl-mini-app{background:#ffffff13;border:1px solid #ffffff45;box-shadow:inset 0 0 0 4px #ffffff10,0 15px 45px #0002;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);padding:27px 22px;border-radius:22px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px;width:190px;flex-shrink:0;margin-top:35px;animation:hl-float 7s ease-in-out infinite}.hl-mini-app img{border-radius:15px;margin-bottom:6px}.hl-mini-app strong{font-family:var(--font-display);font-weight:500;font-size:19px}.hl-mini-app>span{font-size:13px;line-height:1.4;color:#ffffffdf}.hl-mini-right{margin-top:70px;width:218px;animation-delay:-3s}.hl-mini-action{border-top:1px solid #ffffff30;padding-top:14px;margin-top:5px;align-self:stretch}.hl-hero-bottom-fill{bottom:0;height:160px;background:var(--hl-bg);z-index:6}.hl-hero-bottom-fill,.hl-hero-curve-mask{position:absolute;inset-inline:0;width:100%;pointer-events:none}.hl-hero-curve-mask{bottom:-30px;height:440px;object-fit:fill;z-index:7;filter:drop-shadow(0 -8px 20px rgba(247,247,247,.25))}.hl-section{padding-block:110px}.hl-section-heading{text-align:center;margin:0 auto 60px;max-width:780px}.hl-eyebrow{display:inline-block;border:1px solid #e5e4e2;background:#fff;border-radius:40px;padding:7px 19px;font-size:14px;color:#29272a;margin-bottom:23px}.hl-section-heading h2{font-size:48px;line-height:1.25;letter-spacing:-.025em;font-weight:500;margin:0}.hl-section-heading p{color:var(--hl-muted);max-width:600px;margin:20px auto 0;font-size:18px;line-height:1.65}.hl-footer{padding:80px 0 0;background:var(--hl-bg);border-top:1px solid var(--hl-line)}.hl-footer-grid{display:grid;grid-template-columns:1.7fr 1fr 1fr;gap:80px;padding-bottom:70px}.hl-footer .hl-brand{padding:0;border:0;justify-content:flex-start;width:max-content}.hl-footer h2{font-size:32px;font-weight:500;line-height:1.3;margin:25px 0 12px;letter-spacing:-.02em}.hl-footer-intro p{color:var(--hl-muted);margin-bottom:25px}.hl-footer-grid>div>h3{font-size:17px;font-weight:500;margin:17px 0 26px}.hl-footer-grid>div:not(:first-child)>a{display:block;font-size:15px;color:#67656b;margin-bottom:17px}.hl-footer-bottom{border-top:1px solid var(--hl-line);padding:25px 0;display:flex;justify-content:space-between;gap:25px;font-size:13px;color:#6b6970}.blog-detail-main,.blog-page-main,.contact-page-main,.legal-page-root,.page-shell{padding-top:150px!important}@keyframes hl-float{0%,to{transform:translateY(0)}50%{transform:translateY(-14px)}}@media(max-width:1100px){.hl-hero{height:1040px}.hl-hero-content{padding-top:190px}.hl-hero h1{font-size:75px}.hl-hero-showcase{margin-top:60px}.hl-footer-grid{gap:40px}}@media(max-width:992px){.hl-header{top:max(16px,calc(env(safe-area-inset-top, 0px) + 8px));width:calc(100% - 32px);justify-content:space-between}.hl-header.is-scrolled{top:max(10px,calc(env(safe-area-inset-top, 0px) + 4px))}.hl-header-spacer{display:none}.hl-brand{height:48px;padding:0 16px;font-size:14px}.hl-brand img{width:22px;height:22px}.hl-nav-wrap{margin-left:auto}.hl-menu-toggle{display:inline-flex;align-items:center;gap:8px;height:48px;padding:0 16px;font-size:13.5px;font-weight:600;color:#171719;border:1px solid rgba(0,0,0,.08);cursor:pointer}.hl-menu-icon{font-size:18px;line-height:1}.hl-navigation{position:fixed;top:max(74px,calc(env(safe-area-inset-top, 0px) + 64px));left:16px;right:16px;height:auto;max-height:calc(100svh - max(90px, calc(env(safe-area-inset-top, 0px) + 74px)));overflow-y:auto;display:none;flex-direction:column;align-items:stretch;padding:16px 16px max(20px,calc(env(safe-area-inset-bottom, 0px) + 14px));border-radius:24px;background:rgba(255,255,255,.98);-webkit-backdrop-filter:blur(28px);backdrop-filter:blur(28px);box-shadow:0 20px 60px rgba(0,0,0,.16);border:1px solid rgba(0,0,0,.1);gap:6px}.hl-navigation.is-open{display:flex}.hl-nav-link{height:44px;justify-content:flex-start;padding:0 16px;font-size:15px;border-radius:12px}.hl-dropdown-container{flex-direction:column;align-items:stretch;width:100%}.hl-dropdown-trigger{justify-content:space-between;width:100%}.hl-dropdown-card{position:static;width:100%;max-width:100%;transform:none;box-shadow:none;border:1px solid #eee;border-radius:16px;padding:14px;margin-top:8px;background:#faf9f7;-webkit-backdrop-filter:none;backdrop-filter:none}.hl-dropdown-card.is-open{display:block;opacity:1;visibility:visible}.hl-dropdown-card:not(.is-open){display:none}.hl-dropdown-grid{grid-template-columns:1fr;gap:16px}.hl-header-actions{display:none}}@media(max-width:520px){.hl-header{width:calc(100% - 24px);top:14px}.hl-header.is-scrolled{top:10px}.hl-navigation{top:68px;left:12px;right:12px}}@media(max-width:800px){.hl-hero{height:1040px}.hl-hero-bottom-fill{height:80px}.hl-hero-curve-mask{height:300px;bottom:-20px}.hl-hero-content{padding:165px 22px 0}.hl-hero h1{font-size:57px;line-height:1.15;margin:30px auto}.hl-hero-content>p{font-size:18px}.hl-hero-showcase{width:min(670px,100%);margin:70px auto 0;left:auto;transform:none;gap:22px}.hl-mini-app{width:160px;padding:21px 14px}.hl-mini-right{width:180px}.hl-hero-screen{width:270px}.hl-footer-grid{grid-template-columns:1.5fr 1fr;gap:45px}.hl-footer-intro{grid-column:1/-1}.hl-section{padding-block:80px}.hl-section-heading h2{font-size:40px}.hl-hero-photo{object-position:61% center}}@media(max-width:520px){.hl-container{width:calc(100% - 36px)}.hl-hero{height:950px}.hl-hero-content{padding-top:150px}.hl-hero-badge{font-size:12px}.hl-hero h1{font-size:43px;letter-spacing:-.025em;line-height:1.2;max-width:400px}.hl-hero-content>p{font-size:16px;max-width:310px;margin:auto}.hl-hero-content>p br{display:none}.hl-hero-buttons{gap:10px;margin-top:32px}.hl-button{font-size:14px;min-height:52px;padding:14px 21px;gap:8px}.hl-hero-showcase{width:530px;gap:14px;margin-top:64px}.hl-hero-screen{width:228px}.hl-mini-app{width:131px;padding:18px 11px;margin-top:44px}.hl-mini-app img{width:45px;height:45px;border-radius:12px}.hl-mini-app strong{font-size:15px}.hl-mini-app>span{font-size:11px}.hl-mini-right{width:143px;margin-top:80px}.hl-hero-photo{object-position:58% center}.hl-section-heading{margin-bottom:38px}.hl-section-heading h2{font-size:34px}.hl-section-heading p{font-size:16px}.hl-eyebrow{font-size:12px;padding:6px 14px}.hl-footer{padding-top:50px}.hl-footer-grid{gap:35px 25px;padding-bottom:45px}.hl-footer-bottom{flex-direction:column;gap:10px}.hl-footer h2{font-size:29px}.contact-page-main,.legal-page-root,.page-shell{padding-top:115px!important}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto!important}*,:after,:before{animation:none!important;transition:none!important}.hl-button:hover{transform:none}}.hl-introduction{text-align:center;padding:105px 0 12px;max-width:1070px}.hl-introduction h2{font-size:48px;line-height:1.3;font-weight:500;letter-spacing:-.03em}.hl-inline-icons{display:inline-flex;vertical-align:middle;margin-left:14px;padding:4px 7px;background:#eeedeb;border-radius:50px;gap:4px;transform:rotate(-3deg)}.hl-inline-icons img{width:38px;height:38px;border-radius:50%}.hl-introduction>p{font-size:20px;color:var(--hl-muted);margin:34px 0 15px}.hl-chips{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}.hl-chips>a,.hl-chips>span{font-size:13px;border-radius:30px;background:#e8e7e8;padding:7px 15px;color:#343239}.hl-split-heading .hl-section-heading{text-align:left;max-width:none;display:grid;grid-template-columns:1.3fr 1fr;gap:0 11%;align-items:center}.hl-split-heading .hl-eyebrow{justify-self:start;grid-column:1}.hl-split-heading h2{grid-column:1}.hl-split-heading p{grid-column:2;grid-row:2;margin:0}.hl-app-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px}.hl-app-card{background:#e9e8e9;border-radius:26px;overflow:hidden;position:relative;isolation:isolate;display:flex;flex-direction:column}.hl-app-copy{padding:35px 38px 0;position:relative;z-index:2}.hl-app-identity{display:flex;align-items:center;gap:12px;font-size:13px;color:#595660;margin-bottom:22px}.hl-app-identity img{border-radius:12px;flex-shrink:0}.hl-app-number{margin-left:auto;font-family:var(--font-code);font-size:12px;opacity:.7}.hl-app-copy h3{font-size:28px;font-weight:500;letter-spacing:-.015em;line-height:1.3;margin:0 0 13px}.hl-app-copy>p{font-size:17px;line-height:1.6;min-height:54px;max-width:500px;color:#5c5960}.hl-app-actions{display:flex;gap:22px;align-items:center;flex-wrap:wrap;margin-top:25px}.hl-app-actions .hl-button{min-height:48px;padding:13px 19px;gap:9px}.hl-app-actions .hl-play-button>span{font-size:10px!important}.hl-app-details{font-size:14px;display:inline-flex;gap:15px;align-items:center}.hl-app-art{height:440px;display:flex;justify-content:center;position:relative;margin-top:40px;padding-top:24px;overflow:hidden}.hl-app-art img{width:auto;object-fit:contain;border-radius:22px;box-shadow:0 15px 30px #0002;transition:transform .6s}.hl-screen-main{height:480px;transform:rotate(-5deg);position:relative;z-index:2;margin-right:-18px}.hl-screen-secondary{height:365px;transform:rotate(8deg);margin-top:65px}.hl-app-art:hover .hl-screen-main{transform:rotate(-2deg) translateY(-9px)}.hl-app-art:hover .hl-screen-secondary{transform:rotate(5deg) translateY(-5px)}.hl-art-tag{position:absolute;bottom:26px;left:30px;z-index:3;display:flex;gap:14px;background:#fff;border-radius:30px;padding:11px 18px;font-size:13px;color:#28262a;box-shadow:0 4px 25px #0001}.hl-art-tag>span{border-left:1px solid #ddd;padding-left:14px;color:#777}.hl-app-play{background:#1d3330;color:white}.hl-app-play .hl-app-copy>p,.hl-app-play .hl-app-identity{color:#d8e2db}.hl-app-play .hl-button{background:#fff;color:#171719}.hl-app-grid .hl-app-wide{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;background:#101918;color:#fff;min-height:550px}.hl-app-wide .hl-app-copy{align-self:center;padding:55px 45px}.hl-app-wide .hl-app-copy h3{font-size:36px}.hl-app-wide .hl-app-copy>p,.hl-app-wide .hl-app-identity{color:#c7d4d2}.hl-app-wide .hl-app-art{margin:0;height:100%;min-height:550px;align-self:end;padding-top:65px;background:radial-gradient(ellipse at bottom,#294c46,transparent 70%)}.hl-app-wide .hl-screen-main{height:510px}.hl-app-wide .hl-screen-secondary{height:390px}.hl-app-wide .hl-button{background:#fff;color:#161a18}.hl-collection-bottom{display:flex;justify-content:space-between;gap:25px;font-size:14px;color:var(--hl-muted);padding:30px 0 0}.hl-collection-bottom a{color:var(--hl-ink)}.hl-collection-bottom a>span{margin-left:12px}.hl-services-section{background:var(--hl-bg);border-block:1px solid var(--hl-line)}.hl-tab-list{display:flex;justify-content:center;gap:14px;margin-bottom:32px}.hl-tab-list button{border-radius:50px;border:1px solid #dcdbd6;background:transparent;padding:13px 25px;font-size:16px;color:#47444b;transition:background .2s}.hl-tab-list button[aria-selected=true]{background:#171719;color:#fff;border-color:#171719}.hl-service-panel{display:grid;grid-template-columns:1fr 1fr;border-radius:28px;background:#fff;min-height:550px;overflow:hidden;animation:hl-panel-in .35s ease}.hl-service-info{padding:60px 50px;align-self:center}.hl-small-label{font-size:12px;letter-spacing:1.4px;color:#726a62}.hl-service-info h3{font-size:37px;font-weight:500;line-height:1.25;letter-spacing:-.025em;margin:20px 0}.hl-service-info>p{font-size:17px;line-height:1.7;color:var(--hl-muted)}.hl-tags{display:flex;gap:8px;flex-wrap:wrap;margin:25px 0 32px}.hl-tags span{font-size:12px;background:#f1efeb;border:1px solid #eae7e2;padding:5px 10px;border-radius:7px}.hl-service-visual{background:#e1e8dd;padding:50px;display:grid;place-items:center;overflow:hidden}.hl-build-preview{width:100%;padding:30px;background:#fff9;border:1px solid #fff;border-radius:24px;box-shadow:0 20px 45px #3b4e3410;transform:rotate(-3deg)}.hl-build-top{display:flex;justify-content:space-between;gap:15px;font-size:10px;letter-spacing:1px;color:#62755a;border-bottom:1px solid #50644325;padding-bottom:18px}.hl-build-apps{display:flex;gap:14px;justify-content:center;margin:35px 0}.hl-build-apps img{border-radius:17px;box-shadow:0 5px 15px #0001;transform:rotate(5deg)}.hl-build-apps img:nth-child(2){transform:translateY(-8px) rotate(-5deg)}.hl-build-preview h4{font-size:36px;font-weight:500;line-height:1.2;text-align:center;white-space:pre-line;margin:0 0 40px}.hl-build-steps{display:flex;justify-content:space-between;gap:14px}.hl-build-steps>span{font-size:12px;display:flex;flex-direction:column;gap:5px;align-items:center}.hl-build-steps i{font-size:10px;font-style:normal;border:1px solid #ccd1c6;border-radius:50%;width:28px;height:28px;display:grid;place-items:center;background:#fff}.hl-service-blogging .hl-service-visual{background:#f0decc}.hl-service-app-training .hl-service-visual{background:#e4e3ed}.hl-course-preview{background:#fff;border-radius:22px;padding:35px;width:100%;transform:rotate(3deg);box-shadow:0 20px 40px #82684315}.hl-tiny-label{font-size:10px;letter-spacing:1.5px;color:#746c62}.hl-course-preview h4{font-size:32px;font-weight:500;line-height:1.2;margin:20px 0 28px}.hl-lesson{display:flex;gap:13px;align-items:center;padding:18px 0;border-top:1px solid #e7e6e3;font-size:12px}.hl-lesson>span:first-child{font-family:var(--font-code);color:#9d6945}.hl-lesson strong{font-weight:500;flex:1 1}.hl-live-note{font-size:12px;border-radius:8px;background:#f6efe5;padding:14px;margin-top:12px;display:flex;align-items:center;gap:9px}.hl-live-note>span{width:6px;height:6px;border-radius:50%;background:#df8747}.hl-service-chips{margin-top:30px}.hl-learning-grid{display:grid;grid-template-columns:1.25fr 1fr;gap:65px;align-items:center}.hl-learning-topics{display:grid;grid-template-columns:1fr 1fr;gap:55px 40px}.hl-topic-index{width:45px;height:45px;border-radius:14px;background:#e9e7e4;display:grid;place-items:center;font-family:var(--font-code);font-size:13px;margin-bottom:20px}.hl-learning-topics h3{font-size:23px;font-weight:500;line-height:1.3;margin-bottom:15px}.hl-learning-topics p{font-size:16px;color:var(--hl-muted);line-height:1.7}.hl-price-card{border-radius:28px;background:#fff;border:1px solid #e3e2df;padding:42px;box-shadow:0 12px 50px #00000004}.hl-price-label{font-size:11px;letter-spacing:1.5px;color:#896149}.hl-price-card h3{font-size:30px;font-weight:500;letter-spacing:-.02em;margin:18px 0 8px}.hl-price-card>p{font-size:16px;color:var(--hl-muted)}.hl-price{display:flex;align-items:baseline;gap:12px;margin:25px 0 0}.hl-price strong{font-family:var(--font-display);font-size:72px;line-height:1.2;font-weight:500;letter-spacing:-3px}.hl-price>span{color:#75717b;font-size:18px}.hl-price-card .hl-price-ar{text-align:left;font-size:14px;margin:7px 0 25px}.hl-price-card ul{list-style:none;padding-top:23px;border-top:1px solid #eee;display:flex;flex-direction:column;gap:13px;font-size:15px;margin-bottom:32px}.hl-price-card li{display:flex;gap:10px;align-items:center}.hl-price-card li:before{content:"✓";font-size:12px;display:grid;place-items:center;border:1px solid #d8d8d0;width:21px;height:21px;border-radius:50%;flex-shrink:0}.hl-price-card .hl-button{width:100%}.hl-price-more{font-size:14px;text-align:center;display:block;margin-top:20px}.hl-price-more>span{margin-left:10px}.hl-studio-section{background:var(--hl-bg);border-block:1px solid var(--hl-line);overflow:hidden}.hl-studio-inner{display:grid;grid-template-columns:1fr 1fr;gap:90px;padding-block:90px;align-items:center}.hl-studio-inner h2{font-size:48px;font-weight:500;line-height:1.25;letter-spacing:-.025em;margin:0 0 25px}.hl-studio-inner p{font-size:18px;color:#65616a;line-height:1.7;max-width:480px;margin-bottom:30px}.hl-studio-mosaic{display:grid;grid-template-columns:1fr 1fr;gap:18px;transform:rotate(-4deg);padding:16px}.hl-studio-tile{border-radius:24px;background:#fff;padding:30px 20px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;text-align:center;font-family:var(--font-display);font-size:18px;box-shadow:0 5px 20px #00000004;transition:transform .3s}.hl-studio-tile:hover{transform:translateY(-6px)}.hl-studio-tile img{border-radius:23px}.hl-your-idea{background:#d7e1ce}.hl-plus{font-family:var(--font-body);font-size:64px;font-weight:300;line-height:96px}.hl-journal-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:50px;gap:35px}.hl-journal-heading .hl-section-heading{margin:0;text-align:left}.hl-journal-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.hl-journal-cover{height:240px;border-radius:22px;background:#e4e3e1;padding:22px;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden}.hl-journal-cover>span:first-child{font-size:10px;letter-spacing:1.5px}.hl-journal-symbol{font-size:90px;font-family:var(--font-display);line-height:1;align-self:center;font-weight:400;letter-spacing:-5px;transition:transform .4s}.hl-journal-card:hover .hl-journal-symbol{transform:rotate(-8deg) scale(1.04)}.hl-journal-cover>span:last-child{font-size:12px}.cover-1{background:#263e30;color:#fff}.cover-2{background:#e5c7af}.hl-journal-card time{display:block;font-size:12px;color:#716d74;margin:22px 0 12px}.hl-journal-card h3{font-family:var(--font-body),Tahoma,sans-serif;font-size:21px;line-height:1.6;font-weight:500;margin:0 0 18px}.hl-read-story{display:flex;justify-content:space-between;font-size:13px}.hl-faq-section{display:grid;grid-template-columns:.8fr 1.2fr;gap:100px}.hl-faq-section h2{font-size:45px;font-weight:500;line-height:1.3;letter-spacing:-.02em;margin:0 0 30px}.hl-faq-section>div>p{color:var(--hl-muted);margin:0 0 25px;font-size:17px}.hl-faq-list details{border-bottom:1px solid #dedddb;padding:23px 0}.hl-faq-list details:first-child{padding-top:0}.hl-faq-list summary{display:flex;align-items:center;justify-content:space-between;gap:25px;font-family:var(--font-display);font-size:18px;cursor:pointer;list-style:none;line-height:1.5}.hl-faq-list summary::-webkit-details-marker{display:none}.hl-faq-list summary>span{font-size:23px;font-family:var(--font-body);transition:transform .2s}.hl-faq-list details[open] summary>span{transform:rotate(45deg)}.hl-faq-list details p{font-size:16px;line-height:1.75;color:var(--hl-muted);margin:16px 35px 0 0}.hl-cta-section{padding-block:15px 110px}.hl-final-cta{border-radius:30px;background:#332217;color:white;display:grid;grid-template-columns:1.1fr 1fr;overflow:hidden;position:relative;padding:65px 55px;gap:45px}.hl-final-cta .hl-eyebrow{background:#ffffff12;border-color:#ffffff20;color:#fff}.hl-final-cta h2{font-size:46px;font-weight:500;line-height:1.23;letter-spacing:-.025em;margin:0 0 20px;color:white}.hl-final-cta p{color:#e2d3c7;font-size:17px;margin-bottom:30px}.hl-cta-actions{display:flex;gap:15px;flex-wrap:wrap}.hl-cta-screens{display:flex;gap:20px;height:440px;position:absolute;right:20px;bottom:-55px;width:43%;justify-content:center;transform:rotate(-8deg)}.hl-cta-screens img{height:450px;width:auto;border-radius:22px;box-shadow:0 5px 35px #0004;object-fit:contain}.hl-cta-screens img:nth-child(2){margin-top:55px}.hl-lab-row{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--hl-line);gap:40px;padding:35px 0}.hl-lab-row h3{font-size:26px;margin-bottom:10px}.hl-lab-row p{color:var(--hl-muted)}.hl-inner-page{padding:160px 0 110px}.hl-page-heading{text-align:center;max-width:860px;margin:0 auto 65px}.hl-page-heading h1{font-size:64px;font-weight:500;line-height:1.2;letter-spacing:-.025em;margin:10px 0 25px}.hl-page-heading>p{font-size:19px;line-height:1.7;color:var(--hl-muted);max-width:690px;margin:0 auto 30px}.hl-page-heading .hl-hero-buttons{margin-top:30px}.hl-content-split{display:grid;grid-template-columns:1.15fr .85fr;gap:70px;align-items:start}.hl-detail-copy h2{font-size:34px;line-height:1.35;font-weight:500;margin:35px 0 20px;letter-spacing:-.02em}.hl-detail-copy>p{color:var(--hl-muted);font-size:18px;line-height:1.9;margin-bottom:20px}.hl-detail-copy ul{padding-inline-start:23px;line-height:2;color:var(--hl-muted);font-size:17px}.hl-detail-copy .hl-step{border-top:1px solid var(--hl-line);padding:25px 0;display:grid;grid-template-columns:45px 1fr;gap:20px}.hl-step>span{font-family:var(--font-code);font-size:13px;padding-top:5px;color:#9d6945}.hl-step h3{font-size:23px;font-weight:500;margin-bottom:10px}.hl-step p{font-size:16px;color:var(--hl-muted);line-height:1.8}.hl-detail-aside{background:#fff;border:1px solid var(--hl-line);border-radius:25px;padding:35px;position:sticky;top:125px}.hl-detail-aside h2{font-size:26px;font-weight:500;line-height:1.3;margin:20px 0}.hl-detail-aside p{color:var(--hl-muted);line-height:1.8;margin-bottom:23px}.hl-detail-aside .hl-button{width:100%;white-space:normal}.hl-aside-note{font-size:13px;margin-top:20px;line-height:1.7;color:var(--hl-muted)}.hl-arabic,.hl-arabic h1,.hl-arabic h2,.hl-arabic h3{font-family:var(--font-body),Tahoma,sans-serif}.hl-arabic h1,.hl-arabic h2,.hl-arabic h3{letter-spacing:0}.hl-arabic .hl-page-heading h1{font-size:54px;line-height:1.5}.hl-arabic .hl-page-heading>p{line-height:1.9}.hl-arabic .hl-price{direction:ltr;justify-content:flex-end}.hl-note-box{padding:25px;border:1px solid #e6dfd6;border-radius:20px;background:#f1ede6;margin-top:30px;color:#675e53;font-size:15px;line-height:1.9}.hl-contact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.hl-contact-card{border:1px solid var(--hl-line);padding:32px;border-radius:24px;background:white;display:flex;flex-direction:column}.hl-contact-card h2{font-size:27px;font-weight:500;line-height:1.3;margin:22px 0 17px}.hl-contact-card p{font-size:16px;line-height:1.8;color:var(--hl-muted);margin-bottom:25px}.hl-contact-card>a{margin-top:auto;align-self:flex-start}.hl-contact-symbol{width:46px;height:46px;border-radius:14px;background:#ebe7e0;display:grid;place-items:center;font-size:23px}.hl-contact-other{display:flex;gap:30px;justify-content:center;flex-wrap:wrap;margin-top:45px;font-size:14px;color:var(--hl-muted)}@keyframes hl-panel-in{0%{opacity:.4;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1100px){.hl-hero h1{font-size:75px}.hl-service-info{padding:40px 32px}.hl-service-visual{padding:35px}.hl-service-info h3{font-size:32px}.hl-learning-grid{gap:35px}.hl-price-card{padding:30px}.hl-studio-inner{gap:45px}.hl-faq-section{gap:55px}.hl-final-cta{padding:50px 35px}.hl-final-cta h2{font-size:39px}.hl-cta-screens{right:-10px}.hl-app-actions{gap:16px}.hl-app-copy{padding:30px 28px 0}.hl-contact-grid{gap:18px}.hl-contact-card{padding:25px}.hl-content-split{gap:45px}}@media(max-width:800px){.hl-hero h1{font-size:57px}.hl-introduction h2{font-size:38px}.hl-introduction{padding-top:75px}.hl-split-heading .hl-section-heading{display:block}.hl-split-heading p{margin-top:20px;max-width:550px;margin-left:0}.hl-app-grid{gap:20px}.hl-app-copy{padding:28px 24px 0}.hl-app-copy h3{font-size:25px}.hl-app-identity{gap:9px;font-size:11px}.hl-app-number{display:none}.hl-app-copy>p{font-size:16px;min-height:80px}.hl-app-actions{gap:15px}.hl-app-actions .hl-button{padding:12px 14px}.hl-app-actions .hl-button svg{width:17px}.hl-app-actions .hl-play-button>span{font-size:9px!important}.hl-app-art{height:370px}.hl-screen-main{height:405px}.hl-screen-secondary{height:305px;margin-top:60px}.hl-art-tag{bottom:20px;left:15px;font-size:11px;gap:10px;padding:9px 12px}.hl-app-grid .hl-app-wide{min-height:490px}.hl-app-wide .hl-app-copy{padding:30px}.hl-app-wide .hl-app-copy h3{font-size:29px}.hl-app-wide .hl-app-art{min-height:490px}.hl-app-wide .hl-screen-main{height:420px}.hl-app-wide .hl-screen-secondary{height:300px}.hl-service-panel{min-height:500px}.hl-service-info{padding:35px 28px}.hl-service-info h3{font-size:29px}.hl-service-visual{padding:25px}.hl-build-preview{padding:20px}.hl-build-apps{gap:9px}.hl-build-apps img{width:48px;height:48px;border-radius:13px}.hl-build-preview h4{font-size:29px}.hl-build-steps{gap:7px}.hl-build-top{font-size:8px}.hl-course-preview{padding:23px}.hl-course-preview h4{font-size:28px}.hl-learning-grid{grid-template-columns:1fr}.hl-learning-topics{gap:35px}.hl-price-card{max-width:550px;width:100%;margin:20px auto 0}.hl-studio-inner{gap:35px}.hl-studio-inner h2{font-size:37px}.hl-studio-tile{padding:24px 14px;font-size:16px}.hl-studio-tile img{width:67px;height:67px;border-radius:16px}.hl-studio-mosaic{gap:13px;padding:10px}.hl-plus{line-height:67px;font-size:50px}.hl-journal-cards{gap:20px}.hl-journal-heading{align-items:flex-start;flex-direction:column}.hl-journal-cover{height:190px}.hl-journal-card h3{font-size:18px}.hl-faq-section{grid-template-columns:1fr;gap:45px}.hl-faq-section h2{font-size:40px}.hl-final-cta{grid-template-columns:1fr;padding:40px;gap:0}.hl-cta-screens{position:relative;right:auto;bottom:auto;width:100%;height:310px;margin-top:55px;margin-bottom:-100px;transform:rotate(-7deg)}.hl-cta-screens img{height:380px}.hl-page-heading h1{font-size:52px}.hl-arabic .hl-page-heading h1{font-size:43px}.hl-content-split{grid-template-columns:1fr}.hl-detail-aside{position:static}.hl-contact-grid{grid-template-columns:1fr}.hl-contact-card{padding:35px}.hl-contact-card h2{font-size:30px}.hl-hero h1{font-size:57px}.hl-introduction h2{font-size:38px}.hl-introduction{padding-top:75px}.hl-split-heading .hl-section-heading{display:block}.hl-split-heading p{margin-top:20px;max-width:550px;margin-left:0}.hl-app-grid{gap:20px}.hl-app-copy{padding:28px 24px 0}.hl-app-copy h3{font-size:25px}.hl-app-identity{gap:9px;font-size:11px}.hl-app-number{display:none}.hl-app-copy>p{font-size:16px;min-height:80px}.hl-app-actions{gap:15px}.hl-app-actions .hl-button{padding:12px 14px}.hl-app-actions .hl-button svg{width:17px}.hl-app-actions .hl-play-button>span{font-size:9px!important}.hl-app-art{height:370px}.hl-screen-main{height:405px}.hl-screen-secondary{height:305px;margin-top:60px}.hl-art-tag{bottom:20px;left:15px;font-size:11px;gap:10px;padding:9px 12px}.hl-app-grid .hl-app-wide{min-height:490px}.hl-app-wide .hl-app-copy{padding:30px}.hl-app-wide .hl-app-copy h3{font-size:29px}.hl-app-wide .hl-app-art{min-height:490px}.hl-app-wide .hl-screen-main{height:420px}.hl-app-wide .hl-screen-secondary{height:300px}.hl-service-panel{min-height:500px}.hl-service-info{padding:35px 28px}.hl-service-info h3{font-size:29px}.hl-service-visual{padding:25px}.hl-build-preview{padding:20px}.hl-build-apps{gap:9px}.hl-build-apps img{width:48px;height:48px;border-radius:13px}.hl-build-preview h4{font-size:29px}.hl-build-steps{gap:7px}.hl-build-top{font-size:8px}.hl-course-preview{padding:23px}.hl-course-preview h4{font-size:28px}.hl-learning-grid{grid-template-columns:1fr}.hl-learning-topics{gap:35px}.hl-price-card{max-width:550px;width:100%;margin:20px auto 0}.hl-studio-inner{gap:35px}.hl-studio-inner h2{font-size:37px}.hl-studio-tile{padding:24px 14px;font-size:16px}.hl-studio-tile img{width:67px;height:67px;border-radius:16px}.hl-studio-mosaic{gap:13px;padding:10px}.hl-plus{line-height:67px;font-size:50px}.hl-journal-cards{gap:20px}.hl-journal-heading{align-items:flex-start;flex-direction:column}.hl-journal-cover{height:190px}.hl-journal-card h3{font-size:18px}.hl-faq-section{grid-template-columns:1fr;gap:45px}.hl-faq-section h2{font-size:40px}.hl-final-cta{grid-template-columns:1fr;padding:40px;gap:0}.hl-cta-screens{position:relative;right:auto;bottom:auto;width:100%;height:310px;margin-top:55px;margin-bottom:-100px;transform:rotate(-7deg)}.hl-cta-screens img{height:380px}.hl-page-heading h1{font-size:52px}.hl-content-split{grid-template-columns:1fr}.hl-detail-aside{position:static}.hl-contact-grid{grid-template-columns:1fr}.hl-contact-card{padding:35px}.hl-contact-card h2{font-size:30px}}@media(max-width:520px){.hl-hero h1{font-size:43px}.hl-introduction{padding-top:65px}.hl-introduction h2{font-size:29px;line-height:1.5;letter-spacing:-.025em}.hl-inline-icons{margin-left:8px;gap:2px;padding:3px 5px}.hl-inline-icons img{width:25px;height:25px}.hl-introduction>p{font-size:17px;margin-top:25px}.hl-chips{gap:7px}.hl-chips>a,.hl-chips>span{font-size:11px;padding:6px 10px}.hl-app-grid{grid-template-columns:1fr;gap:25px}.hl-app-copy{padding:27px 25px 0}.hl-app-copy h3{font-size:27px}.hl-app-copy>p{min-height:0}.hl-app-actions{gap:20px}.hl-app-art{height:390px;margin-top:30px}.hl-screen-main{height:435px}.hl-screen-secondary{height:335px}.hl-art-tag{left:25px;font-size:11px}.hl-app-grid .hl-app-wide{grid-template-columns:1fr;display:flex;min-height:0}.hl-app-wide .hl-app-copy{padding:27px 25px 0}.hl-app-wide .hl-app-copy h3{font-size:27px}.hl-app-wide .hl-app-art{height:390px;min-height:0;width:100%;margin-top:30px;padding-top:24px}.hl-app-wide .hl-screen-main{height:435px}.hl-app-wide .hl-screen-secondary{height:335px}.hl-collection-bottom{flex-direction:column;font-size:13px;gap:16px}.hl-tab-list{gap:6px;justify-content:flex-start;overflow:auto;padding:2px 0 8px}.hl-tab-list button{white-space:nowrap;font-size:12px;padding:11px 12px;flex:1 1}.hl-service-panel{grid-template-columns:1fr}.hl-service-info{padding:30px 25px}.hl-service-info h3{font-size:29px}.hl-service-info>p{font-size:16px}.hl-service-visual{padding:40px 25px;min-height:360px}.hl-build-preview{max-width:310px}.hl-build-apps img{width:62px;height:62px}.hl-build-preview h4{font-size:32px;margin-bottom:30px}.hl-learning-topics{gap:35px 23px}.hl-learning-topics h3{font-size:20px}.hl-learning-topics p{font-size:15px}.hl-topic-index{width:39px;height:39px}.hl-price-card{padding:30px 26px;margin-top:10px}.hl-price-card h3{font-size:28px}.hl-price strong{font-size:66px}.hl-studio-inner{grid-template-columns:1fr;padding-block:65px;gap:40px}.hl-studio-inner h2{font-size:36px}.hl-studio-inner p{font-size:17px}.hl-studio-mosaic{max-width:350px;margin:auto;width:100%}.hl-studio-tile{padding:25px 18px}.hl-journal-cards{grid-template-columns:1fr;gap:35px}.hl-journal-cover{height:200px}.hl-journal-card h3{font-size:22px}.hl-journal-symbol{font-size:83px}.hl-journal-heading{margin-bottom:35px}.hl-faq-section h2{font-size:36px}.hl-faq-list summary{font-size:17px}.hl-faq-list details p{font-size:15px}.hl-final-cta{padding:30px 25px}.hl-final-cta h2{font-size:34px}.hl-final-cta p{font-size:16px}.hl-cta-actions{gap:10px}.hl-cta-actions .hl-button{font-size:12px;padding:13px 17px}.hl-cta-screens img{height:330px}.hl-cta-section{padding-bottom:70px}.hl-inner-page{padding:135px 0 75px}.hl-page-heading{margin-bottom:45px}.hl-page-heading h1{font-size:39px}.hl-page-heading>p{font-size:17px}.hl-page-heading .hl-hero-buttons{flex-wrap:wrap}.hl-detail-copy h2{font-size:29px}.hl-detail-copy>p{font-size:17px}.hl-contact-card,.hl-detail-aside{padding:28px}.hl-lab-row{flex-direction:column;align-items:flex-start}.hl-build-top{font-size:9px}}@media(prefers-reduced-motion:reduce){.hl-service-panel{animation:none}.hl-app-art:hover img,.hl-journal-card:hover .hl-journal-symbol,.hl-studio-tile:hover{transform:none}}.hl-aside-cta,.hl-proof-apps{margin-top:25px}.hl-proof-apps{display:flex;flex-direction:column;gap:12px}.hl-proof-apps a{display:flex;align-items:center;gap:16px;padding:18px;background:#fff;border:1px solid var(--hl-line);border-radius:18px;font-size:17px}.hl-proof-apps img{border-radius:14px;flex-shrink:0}.hl-proof-apps a>span:last-child{margin-left:auto}.hl-text-link{font-size:14px;overflow-wrap:anywhere;display:flex;gap:10px}.hl-product-page{padding-top:150px;padding-bottom:100px}.hl-product-page .breadcrumb{display:flex;gap:14px;flex-wrap:wrap;color:var(--hl-muted);font-size:13px}.hl-product-page .detail-head{display:grid;grid-template-columns:1.1fr .9fr;gap:80px;align-items:center;margin:55px 0 65px}.hl-product-page .app-icon{border-radius:22px}.hl-product-page .eyebrow{font-size:12px;letter-spacing:1px;color:var(--hl-muted);margin:25px 0 17px}.hl-product-page h1{font-size:58px;font-weight:500;line-height:1.2;letter-spacing:-.025em;margin-bottom:25px}.hl-product-page .detail-head p:not(.eyebrow){font-size:20px;line-height:1.75;color:var(--hl-muted);max-width:530px;margin-bottom:30px}.hl-product-visual{height:570px;background:#e6e4e0;border-radius:27px;overflow:hidden;padding:40px;display:flex;justify-content:center}.hl-product-visual img{height:580px;width:auto;object-fit:contain;border-radius:24px;transform:rotate(-5deg);box-shadow:0 15px 35px #0002}.hl-product-page .detail-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:25px;border-block:1px solid var(--hl-line);padding:28px 0;margin-bottom:70px;font-size:16px}.hl-product-page .detail-stats span{display:block;font-size:12px;color:var(--hl-muted);margin-bottom:8px}.hl-product-page .content-heading{font-size:37px;font-weight:500;line-height:1.3;letter-spacing:-.02em;margin:65px 0 30px}.hl-product-page .screenshots{display:flex;overflow-x:auto;gap:24px;padding:5px 4px 22px;scroll-snap-type:x mandatory}.hl-product-page .screenshots figure{flex:0 0 250px;scroll-snap-align:start}.hl-product-page .screenshots img{width:100%;height:auto;border-radius:19px}.hl-product-page figcaption{font-size:10px;color:var(--hl-muted);letter-spacing:1px;margin-top:14px}.hl-product-page .description{max-width:820px;font-size:17px;line-height:1.9;color:var(--hl-muted);white-space:pre-line}.hl-product-page .description p{margin-bottom:23px}.hl-product-page .text-link{font-size:14px;display:inline-block;margin:20px 25px 0 0;text-decoration:underline;text-underline-offset:5px}.hl-product-page .related{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.hl-product-page .related a{padding:24px;border:1px solid var(--hl-line);background:#fff;border-radius:20px;display:flex;align-items:center;gap:18px;font-size:16px}.hl-product-page .related img{border-radius:14px;flex-shrink:0}@media(max-width:800px){.hl-product-page .detail-head{gap:30px}.hl-product-page h1{font-size:44px}.hl-product-visual{height:480px;padding:35px 20px}.hl-product-visual img{height:500px}.hl-product-page .detail-stats,.hl-product-page .related{grid-template-columns:1fr 1fr}.hl-product-page .screenshots figure{flex-basis:220px}}@media(max-width:520px){.hl-product-page{padding-top:130px;padding-bottom:70px}.hl-product-page .detail-head{grid-template-columns:1fr;margin-top:40px;gap:35px}.hl-product-page h1{font-size:41px}.hl-product-page .detail-head p:not(.eyebrow){font-size:18px}.hl-product-visual{height:490px}.hl-product-page .content-heading{font-size:30px;margin-top:50px}.hl-product-page .related{grid-template-columns:1fr}.hl-product-page .description{font-size:16px}.hl-hero-showcase{width:100%;left:auto;transform:none;gap:0}.hl-hero-screen{width:218px;z-index:1}.hl-mini-app{position:absolute;left:12px;width:105px;margin-top:65px;padding:16px 8px;z-index:2;animation:none;background:#573a2ecc}.hl-mini-right{left:auto;right:12px;margin-top:115px;width:109px}.hl-mini-app img{width:40px;height:40px}.hl-mini-app>span{font-size:10px}.hl-mini-action{display:none}.hl-tab-list{flex-wrap:wrap;overflow:visible}.hl-tab-list button{flex:0 1 auto}.hl-tab-list button:last-child{flex-grow:1}}.hl-price-sub{margin:7px 0 25px;font-weight:500}.hl-journal-excerpt,.hl-price-sub{font-size:14px;color:var(--hl-muted)}.hl-journal-excerpt{line-height:1.6;margin:0 0 16px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hl-article-page{padding-top:155px;padding-bottom:110px}.hl-article-breadcrumb{display:flex;align-items:center;gap:10px;font-size:13.5px;color:var(--hl-muted);margin-bottom:35px;flex-wrap:wrap;min-width:0;max-width:100%}.hl-article-breadcrumb a{color:var(--hl-muted);transition:color .2s}.hl-article-breadcrumb a:hover{color:var(--hl-ink)}.hl-article-breadcrumb .crumb-sep{color:#cfcac3;font-size:12px}.hl-article-breadcrumb .crumb-current{color:var(--hl-ink);font-weight:500;overflow-wrap:break-word}.hl-article-header{max-width:920px;margin-bottom:55px;width:100%;min-width:0}.hl-article-meta-top{display:flex;align-items:center;gap:12px;font-size:13.5px;color:var(--hl-muted);margin-bottom:22px;flex-wrap:wrap;min-width:0}.hl-article-meta-top .meta-sep{color:#cfcac3}.hl-article-title{font-size:clamp(26px,4.2vw,56px)!important;font-weight:500;line-height:1.22;letter-spacing:-.025em;color:#151517;margin:0 0 22px;font-family:var(--font-display)}.hl-article-lead,.hl-article-title{overflow-wrap:break-word;word-break:break-word}.hl-article-lead{font-size:clamp(16px,2vw,20px);line-height:1.75;color:var(--hl-muted);margin-bottom:32px;max-width:820px}.hl-author-card{display:inline-flex;align-items:center;gap:14px;background:#fff;border:1px solid var(--hl-line);border-radius:100px;padding:6px 20px 6px 8px;box-shadow:0 4px 14px rgba(0,0,0,.02);max-width:100%;box-sizing:border-box}.hl-author-avatar{border-radius:50%;object-fit:cover;flex-shrink:0}.hl-author-info{display:flex;flex-direction:column;min-width:0}.hl-author-name{font-size:14px;font-weight:600;color:#171719;overflow-wrap:break-word}.hl-author-role{font-size:12px;color:var(--hl-muted);overflow-wrap:break-word}.hl-article-hero-cover{border-radius:24px;box-shadow:0 8px 30px rgba(0,0,0,.06)}.hl-cover-img{height:auto}.hl-article-layout{display:grid;grid-template-columns:300px minmax(0,1fr);gap:55px;align-items:start;width:100%;min-width:0;max-width:100%}.hl-article-sidebar{position:sticky;top:125px;display:flex;flex-direction:column;gap:24px;min-width:0;max-width:100%;width:100%}.hl-toc-card{background:#fff;border:1px solid var(--hl-line);border-radius:24px;padding:28px 24px;box-shadow:0 6px 20px rgba(0,0,0,.02);min-width:0;max-width:100%;box-sizing:border-box}.hl-toc-heading{font-size:11.5px;font-weight:700;letter-spacing:.1em;color:var(--hl-muted);text-transform:uppercase;margin:0 0 16px}.hl-toc-nav{flex-direction:column;gap:11px}.hl-toc-link,.hl-toc-nav{display:flex;min-width:0;max-width:100%}.hl-toc-link{align-items:flex-start;gap:9px;font-size:13.5px;line-height:1.5;color:var(--hl-muted);transition:color .2s,transform .2s;text-decoration:none;overflow-wrap:break-word;word-break:break-word}.hl-toc-bullet{color:#cf582b;font-size:14px;line-height:1.2;flex-shrink:0}.hl-toc-link span:last-child{min-width:0;flex:1 1 auto;overflow-wrap:break-word;word-break:break-word}.hl-toc-link:hover{color:#171719;transform:translateX(3px)}.hl-sidebar-widget{background:#fff;border:1px solid var(--hl-line);border-radius:24px;padding:28px 24px;box-shadow:0 6px 20px rgba(0,0,0,.02);min-width:0;max-width:100%;box-sizing:border-box}.hl-widget-tag{font-size:10.5px;font-weight:700;letter-spacing:.1em;color:#cf582b;display:block;margin-bottom:14px;text-transform:uppercase}.hl-widget-header{display:flex;align-items:center;gap:14px;margin-bottom:12px;min-width:0}.hl-widget-icon{border-radius:12px;flex-shrink:0;box-shadow:0 4px 12px rgba(0,0,0,.06)}.hl-widget-title{font-size:15px;font-weight:600;color:#151517;margin:0 0 3px;overflow-wrap:break-word}.hl-widget-genre{font-size:12px;color:var(--hl-muted)}.hl-widget-pitch{font-size:13px;line-height:1.6;color:var(--hl-muted);margin-bottom:18px;overflow-wrap:break-word}.hl-widget-btn{width:100%;font-size:12.5px!important;padding:12px 18px!important;min-height:48px!important;gap:9px!important;white-space:normal!important;text-align:center;justify-content:center}.hl-article-body{max-width:100%;min-width:0;width:100%}.hl-incontent-banner{background:#f4efe9;border:1px solid #e6ded3;border-radius:24px;padding:30px;display:flex;gap:24px;align-items:center;margin-bottom:45px;min-width:0;max-width:100%;box-sizing:border-box}.hl-incontent-icon{border-radius:16px;flex-shrink:0;box-shadow:0 8px 20px rgba(0,0,0,.08)}.hl-incontent-copy{flex-grow:1;min-width:0}.hl-incontent-tag{font-size:10.5px;font-weight:700;letter-spacing:.1em;color:#8f5832;display:block;margin-bottom:6px}.hl-incontent-title{font-size:22px;font-weight:600;color:#171719;margin:0 0 8px;overflow-wrap:break-word}.hl-incontent-desc{font-size:14.5px;line-height:1.6;color:#5a544c;margin-bottom:18px;overflow-wrap:break-word}.hl-incontent-actions{min-width:0;max-width:100%}.hl-incontent-actions .hl-button{min-height:48px;padding:12px 22px;font-size:13.5px;white-space:normal;text-align:center}.hl-article-blocks{display:flex;flex-direction:column;gap:22px;min-width:0;max-width:100%}.hl-article-h2{font-size:clamp(22px,3vw,28px);font-weight:500;font-family:var(--font-display);color:#151517;margin:38px 0 12px;letter-spacing:-.02em;scroll-margin-top:130px;overflow-wrap:break-word;word-break:break-word}.hl-article-p{font-size:clamp(15.5px,1.8vw,18px);line-height:1.85;color:#323035;margin:0;overflow-wrap:break-word}.hl-article-callout{background:#f4efe9;border:1px solid #e6ded3;border-radius:20px;padding:24px 28px;margin:16px 0;min-width:0;max-width:100%;box-sizing:border-box}.hl-callout-header{display:flex;align-items:center;gap:10px;margin-bottom:10px;color:#171719;font-size:16px;min-width:0}.hl-callout-icon{color:#cf582b;display:flex;flex-shrink:0}.hl-callout-title{font-weight:600;overflow-wrap:break-word}.hl-callout-text{font-size:15px;line-height:1.7;color:#5a544c;margin:0;overflow-wrap:break-word}.hl-article-checklist{list-style:none;padding:0;margin:10px 0 20px;display:flex;flex-direction:column;gap:14px;min-width:0;max-width:100%}.hl-checklist-item{display:flex;align-items:flex-start;gap:14px;font-size:clamp(15px,1.8vw,17px);line-height:1.65;color:#323035;min-width:0}.hl-checklist-item span:last-child{min-width:0;flex:1 1 auto;overflow-wrap:break-word}.hl-check-bullet{width:22px;height:22px;border-radius:50%;background:#e6dfd4;color:#383127;display:grid;place-items:center;flex-shrink:0;margin-top:3px}.hl-article-table-wrap{width:100%;max-width:100%;min-width:0;overflow-x:auto;margin:24px 0 32px;background:#fff;border:1px solid var(--hl-line);border-radius:20px;box-shadow:0 4px 16px rgba(0,0,0,.02);-webkit-overflow-scrolling:touch;display:block}.hl-article-table{min-width:580px;width:100%;border-collapse:collapse;text-align:left;font-size:14.5px;line-height:1.55}.hl-article-table th{background:#f6f3ee;color:#171719;font-weight:600;padding:16px 18px;border-bottom:1px solid #e5ded4;white-space:nowrap;font-family:var(--font-display);font-size:13.5px;letter-spacing:.02em}.hl-article-table td{padding:16px 18px;border-bottom:1px solid #f0eae1;color:#454038;vertical-align:top}.hl-article-table tbody tr:last-child td{border-bottom:none}.hl-article-table tbody tr:hover td{background:#faf8f5}.hl-article-faq-wrap{display:flex;flex-direction:column;gap:14px;margin:24px 0 32px;min-width:0;max-width:100%}.hl-faq-card{background:#fff;border:1px solid var(--hl-line);border-radius:20px;overflow:hidden;transition:border-color .2s,box-shadow .2s;box-shadow:0 3px 12px rgba(0,0,0,.02);min-width:0;max-width:100%}.hl-faq-card[open]{border-color:#dcd4c8;background:#faf7f2}.hl-faq-summary{padding:20px 24px;font-size:clamp(15px,2vw,17px);font-weight:600;color:#171719;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:16px;list-style:none;-webkit-user-select:none;user-select:none;min-width:0}.hl-faq-summary::-webkit-details-marker{display:none}.hl-faq-summary .hl-faq-toggle{font-size:18px;color:#cf582b;transition:transform .25s ease;flex-shrink:0}.hl-faq-card[open] .hl-faq-toggle{transform:rotate(180deg)}.hl-faq-q{flex:1 1 auto}.hl-faq-body,.hl-faq-q{min-width:0;overflow-wrap:break-word}.hl-faq-body{padding:0 24px 22px;font-size:15.5px;line-height:1.75;color:#4a453f}.hl-faq-body p{margin:0}.hl-article-bottom-cta{background:#fff;border:1px solid var(--hl-line);border-radius:26px;padding:44px 36px;text-align:center;margin-top:60px;box-shadow:0 8px 30px rgba(0,0,0,.02);min-width:0;max-width:100%;box-sizing:border-box}.hl-bottom-cta-title{font-size:clamp(20px,3vw,26px);font-weight:500;color:#151517;margin:0 0 12px;overflow-wrap:break-word}.hl-bottom-cta-desc{font-size:16px;line-height:1.7;color:var(--hl-muted);max-width:540px;margin:0 auto 28px;overflow-wrap:break-word}.hl-article-related{padding-top:70px;margin-top:80px;border-top:1px solid var(--hl-line);min-width:0;max-width:100%}.hl-article-related h2{font-size:clamp(24px,3.5vw,34px);font-weight:500;margin:15px 0 45px;overflow-wrap:break-word}.hl-blog-hub{padding-top:155px;padding-bottom:110px}.hl-chip-active{background:#171719!important;color:#fff!important;border-radius:40px;padding:7px 18px;font-size:13px;font-weight:500}.hl-featured-guide{background:#fff;border:1px solid var(--hl-line);border-radius:28px;padding:45px;display:grid;grid-template-columns:1.35fr .85fr;gap:50px;align-items:center;margin-bottom:75px;box-shadow:0 8px 30px rgba(0,0,0,.02);min-width:0;max-width:100%;box-sizing:border-box}.hl-featured-badge{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:600;color:#cf582b;letter-spacing:.05em;margin-bottom:18px}.hl-badge-star{font-size:14px}.hl-featured-main{min-width:0}.hl-featured-main h2{font-size:clamp(24px,3.2vw,32px);font-weight:500;line-height:1.3;margin:0 0 16px;letter-spacing:-.02em;overflow-wrap:break-word}.hl-featured-main p{font-size:17px;line-height:1.7;color:var(--hl-muted);margin:0 0 28px;overflow-wrap:break-word}.hl-featured-meta{gap:25px;flex-wrap:wrap}.hl-author-pill,.hl-featured-meta{display:flex;align-items:center;min-width:0}.hl-author-pill{gap:12px}.hl-author-pill strong{display:block;font-size:13.5px;color:#171719}.hl-author-pill span{font-size:11.5px;color:var(--hl-muted)}.hl-featured-app{background:#f8f6f2;border:1px solid #e8e2d8;border-radius:22px;padding:32px;display:flex;flex-direction:column;min-width:0;box-sizing:border-box}.hl-small-label{font-size:10.5px;font-weight:700;letter-spacing:.1em;color:#cf582b;text-transform:uppercase;margin-bottom:12px}.hl-app-preview-mini{display:flex;align-items:center;gap:16px;margin:8px 0 14px;min-width:0}.hl-app-preview-icon{border-radius:14px;flex-shrink:0;box-shadow:0 4px 12px rgba(0,0,0,.06)}.hl-app-preview-mini h4{font-size:17px;font-weight:600;color:#151517;margin:0 0 3px;overflow-wrap:break-word}.hl-app-preview-mini span{font-size:12.5px;color:var(--hl-muted)}.hl-featured-app p{font-size:14px;line-height:1.6;color:var(--hl-muted);margin:0 0 20px;overflow-wrap:break-word}.hl-featured-app .hl-button{align-self:flex-start;min-height:46px;padding:12px 20px;font-size:13px}.hl-blog-section{margin-bottom:70px;min-width:0;max-width:100%}.hl-ecosystem-box{background:#fff;border:1px solid var(--hl-line);border-radius:28px;padding:60px 40px;text-align:center;margin-top:80px;box-shadow:0 8px 30px rgba(0,0,0,.02);min-width:0;max-width:100%;box-sizing:border-box}.hl-ecosystem-box h2{font-size:clamp(26px,3.5vw,38px);font-weight:500;color:#151517;margin:18px 0 14px;letter-spacing:-.02em;overflow-wrap:break-word}.hl-ecosystem-box p{font-size:18px;line-height:1.7;color:var(--hl-muted);max-width:600px;margin:0 auto 32px;overflow-wrap:break-word}.hl-not-found-card{text-align:center;max-width:600px;margin:40px auto 60px;padding:60px 24px;min-width:0;box-sizing:border-box}.hl-not-found-card h1{font-size:clamp(44px,7vw,72px);font-weight:500;margin:20px 0 16px;font-family:var(--font-display);letter-spacing:-.03em}.hl-not-found-card p{font-size:19px;color:var(--hl-muted);margin-bottom:35px;overflow-wrap:break-word}@media(max-width:1080px){.hl-article-layout{grid-template-columns:minmax(0,1fr)!important;gap:40px}.hl-article-sidebar{position:static;order:2;width:100%;max-width:100%}.hl-article-body{order:1;width:100%;max-width:100%}.hl-featured-guide{grid-template-columns:minmax(0,1fr)!important;gap:35px;padding:35px}.hl-journal-cards{grid-template-columns:repeat(2,1fr);gap:24px}}@media(max-width:800px){.hl-incontent-banner{flex-direction:column;text-align:center;padding:24px 18px;gap:16px}.hl-incontent-actions{width:100%}.hl-incontent-actions .hl-button{width:100%;justify-content:center;white-space:normal;text-align:center}.hl-featured-guide{padding:28px}.hl-featured-main h2{font-size:27px}.hl-ecosystem-box{padding:40px 24px}.hl-ecosystem-box h2{font-size:30px}}@media(max-width:640px){.hl-article-page,.hl-blog-hub{padding-top:110px;padding-bottom:60px}.hl-journal-cards{grid-template-columns:1fr;gap:20px}.hl-featured-guide{padding:22px 18px;border-radius:20px}.hl-featured-app{padding:22px 18px}.hl-featured-app .hl-button{width:100%;justify-content:center;white-space:normal;text-align:center}.hl-featured-meta{flex-direction:column;align-items:stretch;gap:14px}.hl-featured-meta .hl-button{width:100%;justify-content:center}.hl-author-card{width:100%;justify-content:flex-start;border-radius:20px;padding:8px 14px}.hl-author-card-arrow{margin-left:auto}.hl-article-callout{padding:18px 16px}.hl-faq-summary{padding:16px 18px}.hl-faq-body{padding:0 18px 18px}.hl-article-bottom-cta{padding:28px 18px;margin-top:40px;border-radius:20px}.hl-article-bottom-cta .hl-play-button{width:100%;justify-content:center;white-space:normal;text-align:center}.hl-hero-buttons{flex-direction:column;align-items:stretch;width:100%;gap:12px}.hl-hero-buttons .hl-button{width:100%;white-space:normal;text-align:center;justify-content:center}.hl-not-found-card h1{font-size:56px}}@media(max-width:380px){.hl-article-page,.hl-blog-hub{padding-top:95px;padding-bottom:50px}.hl-article-meta-top{font-size:12px;gap:8px}.hl-article-breadcrumb{font-size:12px;margin-bottom:24px}.hl-incontent-banner{padding:18px 14px}.hl-sidebar-widget,.hl-toc-card{padding:20px 16px}}.hl-consent-banner{position:fixed;bottom:24px;left:20px;right:20px;z-index:9999;max-width:960px;margin:0 auto;pointer-events:none}.hl-consent-card{pointer-events:auto;background:rgba(255,255,255,.96);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(0,0,0,.08);border-radius:20px;box-shadow:0 20px 48px rgba(0,0,0,.12),0 2px 8px rgba(0,0,0,.04);padding:22px 28px;display:flex;align-items:center;justify-content:space-between;gap:32px;animation:hl-consent-up .4s cubic-bezier(.16,1,.3,1) forwards}@keyframes hl-consent-up{0%{opacity:0;transform:translateY(24px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.hl-consent-content{flex:1 1;min-width:0}.hl-consent-badge{display:inline-flex;align-items:center;gap:8px;font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#171719;background:#f1ede6;padding:4px 12px;border-radius:100px;margin-bottom:8px}.hl-consent-dot{width:6px;height:6px;border-radius:50%;background:#2a9d8f;animation:hl-pulse-dot 2s ease-in-out infinite}@keyframes hl-pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.8)}}.hl-consent-text{font-size:14px;line-height:1.55;color:#4b484e;margin:0}.hl-consent-link{color:#171719;font-weight:600;text-decoration:underline;text-underline-offset:3px;transition:color .15s;overflow-wrap:anywhere;word-break:break-word;display:inline}.hl-consent-link:hover{color:#c95d2c}.hl-consent-actions{display:flex;align-items:center;gap:12px;flex-shrink:0}.hl-consent-btn-secondary{min-height:46px!important;padding:10px 20px!important;font-size:13.5px!important;font-weight:550!important;border-radius:14px!important;background:#eeeae5!important;color:#2b2723!important;cursor:pointer;border:1px solid rgba(0,0,0,.04)}.hl-consent-btn-secondary:hover{background:#e2ddd6!important}.hl-consent-btn-primary{min-height:46px!important;padding:10px 24px!important;font-size:13.5px!important;font-weight:600!important;border-radius:14px!important;background:#171719!important;color:#ffffff!important;cursor:pointer;box-shadow:0 4px 14px rgba(0,0,0,.15)}.hl-consent-btn-primary:hover{background:#2c2b30!important;transform:translateY(-1px)}@media (max-width:768px){.hl-consent-banner{bottom:16px;left:12px;right:12px}.hl-consent-card{flex-direction:column;align-items:stretch;padding:20px;gap:18px}.hl-consent-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.hl-consent-actions .hl-button{width:100%;justify-content:center;min-height:44px!important;font-size:13px!important}}.hl-author-card-arrow{font-size:14px;color:var(--hl-muted);margin-left:4px;transition:transform .2s ease,color .2s ease}.hl-author-card:hover .hl-author-card-arrow{transform:translate(2px,-2px);color:#171719}.hl-article-hero-cover{margin-top:36px;border-radius:26px;overflow:hidden;box-shadow:0 12px 36px rgba(0,0,0,.06);border:1px solid var(--hl-line);background:#f0ebe4;aspect-ratio:1200/630;position:relative;width:100%}.hl-cover-img{width:100%;height:100%;object-fit:cover;display:block}.hl-journal-cover.has-image{position:relative;overflow:hidden;border-radius:22px;min-height:200px}.hl-journal-tag{position:absolute;top:16px;left:16px;z-index:2;background:rgba(18,18,20,.75);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;padding:5px 12px;border-radius:100px;border:1px solid rgba(255,255,255,.15)}.hl-about-page{padding-top:155px;padding-bottom:110px}.hl-about-hero{margin-bottom:70px}.hl-about-hero-grid{display:grid;grid-template-columns:1.25fr .85fr;gap:50px;align-items:center}.hl-about-title{font-size:clamp(38px,5.2vw,64px);font-weight:500;line-height:1.15;letter-spacing:-.03em;color:#151517;margin:12px 0 20px;font-family:var(--font-display)}.hl-about-tagline{font-size:20px;line-height:1.65;color:var(--hl-muted);margin-bottom:26px;max-width:620px}.hl-about-status-pill{display:inline-flex;align-items:center;gap:10px;background:#fff;border:1px solid var(--hl-line);padding:8px 18px;border-radius:100px;font-size:13.5px;color:#38363c;margin-bottom:32px;box-shadow:0 4px 14px rgba(0,0,0,.02)}.hl-status-dot{width:9px;height:9px;border-radius:50%;background:#27a858;box-shadow:0 0 0 3px rgba(39,168,88,.2);display:inline-block}.hl-about-hero-actions{display:flex;gap:14px;flex-wrap:wrap}.hl-about-avatar-card{background:#fff;border:1px solid var(--hl-line);border-radius:28px;padding:24px;box-shadow:0 10px 30px rgba(0,0,0,.03);text-align:center;display:flex;flex-direction:column;align-items:center}.hl-about-avatar-frame{width:260px;height:260px;border-radius:24px;overflow:hidden;background:#f5f0e9;border:1px solid rgba(0,0,0,.05);box-shadow:0 8px 24px rgba(0,0,0,.06);margin-bottom:18px}.hl-about-avatar-img{width:100%;height:100%;object-fit:cover}.hl-about-avatar-meta{display:flex;flex-direction:column;gap:4px;align-items:center}.hl-about-avatar-name{font-size:19px;font-weight:600;color:#171719}.hl-about-avatar-title{font-size:13.5px;color:var(--hl-muted)}.hl-about-avatar-badges{display:flex;gap:8px;margin-top:10px}.hl-badge-subtle{font-size:12px;background:#f7f3ed;border:1px solid #e8dfd3;padding:4px 10px;border-radius:100px;color:#555}.hl-about-section{padding-top:60px;margin-top:60px;border-top:1px solid var(--hl-line)}.hl-about-narrative{max-width:820px;display:flex;flex-direction:column;gap:20px;font-size:19px;line-height:1.85;color:#323035;margin-bottom:45px}.hl-about-narrative a{color:#171719;text-decoration:underline;text-underline-offset:4px;font-weight:500}.hl-about-pillars{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:30px}.hl-pillar-card{background:#fff;border:1px solid var(--hl-line);border-radius:24px;padding:32px 28px;box-shadow:0 6px 20px rgba(0,0,0,.02)}.hl-pillar-num{font-size:28px;font-weight:700;color:#cf582b;font-family:var(--font-display);margin-bottom:12px}.hl-pillar-card h3{font-size:20px;font-weight:600;color:#171719;margin:0 0 10px}.hl-pillar-card p{font-size:15px;line-height:1.7;color:var(--hl-muted);margin:0}.hl-skills-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.hl-skill-box{background:#fff;border:1px solid var(--hl-line);border-radius:24px;padding:30px 28px;box-shadow:0 6px 20px rgba(0,0,0,.02)}.hl-skill-cat{font-size:17px;font-weight:600;color:#171719;margin:0 0 18px;border-bottom:1px solid var(--hl-line);padding-bottom:12px}.hl-skill-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.hl-skill-item{display:flex;align-items:center;gap:10px;font-size:15px;color:#38363c}.hl-skill-bullet{color:#cf582b;font-size:16px;line-height:1}.hl-timeline{display:flex;flex-direction:column;gap:20px}.hl-timeline-item{display:grid;grid-template-columns:140px 1fr;gap:28px;background:#fff;border:1px solid var(--hl-line);border-radius:24px;padding:28px 32px;align-items:baseline;box-shadow:0 6px 20px rgba(0,0,0,.02)}.hl-timeline-year{font-size:20px;font-weight:700;color:#cf582b;font-family:var(--font-display)}.hl-timeline-title{font-size:19px;font-weight:600;color:#171719;margin:0 0 8px}.hl-timeline-desc{font-size:15px;line-height:1.7;color:var(--hl-muted);margin:0}.hl-about-app-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.hl-about-app-card{background:#fff;border:1px solid var(--hl-line);border-radius:26px;padding:30px 26px;box-shadow:0 8px 24px rgba(0,0,0,.02);display:flex;flex-direction:column;justify-content:space-between}.hl-about-app-header{display:flex;align-items:center;gap:16px;margin-bottom:16px}.hl-about-app-icon{border-radius:14px;box-shadow:0 4px 14px rgba(0,0,0,.06)}.hl-about-app-header h4{font-size:17px;font-weight:600;color:#171719;margin:0 0 4px}.hl-about-app-header span{font-size:12.5px;color:var(--hl-muted)}.hl-about-app-card p{font-size:14px;line-height:1.65;color:var(--hl-muted);margin:0 0 22px}.hl-about-connect-card{background:#171719;color:#fff;border-radius:32px;padding:60px 48px;text-align:center}.hl-about-connect-card .hl-eyebrow{color:#e5825d}.hl-about-connect-card h2{font-size:clamp(32px,3.8vw,48px);color:#fff;margin:14px 0 18px;font-family:var(--font-display)}.hl-about-connect-card p{font-size:18px;line-height:1.7;color:#b2afb8;max-width:680px;margin:0 auto 38px}.hl-connect-links{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;max-width:780px;margin:0 auto}.hl-connect-btn{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:18px;padding:18px 24px;color:#fff;text-decoration:none;display:flex;flex-direction:column;gap:4px;text-align:left;transition:background .2s ease,transform .2s ease}.hl-connect-btn:hover{background:rgba(255,255,255,.14);transform:translateY(-2px)}.hl-connect-label{font-size:12px;color:#a5a2ab;text-transform:uppercase;letter-spacing:.06em}.hl-connect-btn strong{font-size:16px;color:#fff}@media (max-width:980px){.hl-about-hero-grid{grid-template-columns:1fr}.hl-about-avatar-card{max-width:360px;margin:0 auto}.hl-about-app-cards,.hl-about-pillars,.hl-connect-links,.hl-skills-grid{grid-template-columns:1fr}}@media (max-width:768px){.hl-about-page{padding-top:130px;padding-bottom:70px}.hl-about-title{font-size:34px}.hl-about-tagline{font-size:17px}.hl-about-connect-card{padding:40px 24px}.hl-timeline-item{grid-template-columns:1fr;gap:10px}}@keyframes hlHeroFadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.hl-hero-badge{animation:hlHeroFadeUp .75s cubic-bezier(.16,1,.3,1) both;animation-delay:.08s}.hl-hero h1{animation:hlHeroFadeUp .85s cubic-bezier(.16,1,.3,1) both;animation-delay:.18s}.hl-hero-content>p{animation:hlHeroFadeUp .85s cubic-bezier(.16,1,.3,1) both;animation-delay:.28s}.hl-hero-buttons{animation:hlHeroFadeUp .85s cubic-bezier(.16,1,.3,1) both;animation-delay:.38s}.hl-hero-showcase{animation:hlHeroFadeUp .95s cubic-bezier(.16,1,.3,1) both;animation-delay:.48s}@keyframes hlFloatCenter{0%,to{transform:rotate(-2deg) translateY(0)}50%{transform:rotate(-1.2deg) translateY(-10px)}}@keyframes hlFloatLeft{0%,to{transform:translateY(0) rotate(1.5deg)}50%{transform:translateY(-14px) rotate(0deg)}}@keyframes hlFloatRight{0%,to{transform:translateY(0) rotate(-1.5deg)}50%{transform:translateY(-12px) rotate(.5deg)}}.hl-hero-screen{animation:hlFloatCenter 8s ease-in-out infinite;transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s cubic-bezier(.16,1,.3,1);will-change:transform}.hl-hero-screen:hover{transform:rotate(0deg) translateY(-8px) scale(1.02)!important;box-shadow:0 35px 80px rgba(0,0,0,.45)}.hl-mini-app.hl-mini-left{animation:hlFloatLeft 7s ease-in-out infinite}.hl-mini-app.hl-mini-left,.hl-mini-app.hl-mini-right{transition:transform .35s cubic-bezier(.16,1,.3,1),box-shadow .35s cubic-bezier(.16,1,.3,1),background .25s ease}.hl-mini-app.hl-mini-right{animation:hlFloatRight 7.5s ease-in-out -3s infinite}.hl-mini-app:hover{transform:translateY(-6px) scale(1.03)!important;background:rgba(255,255,255,.18)}.hl-app-card{transition:transform .45s cubic-bezier(.16,1,.3,1),box-shadow .45s cubic-bezier(.16,1,.3,1),border-color .3s ease;will-change:transform}.hl-app-card:hover{transform:translateY(-6px);box-shadow:0 22px 50px rgba(0,0,0,.08)}.hl-screen-main{transition:transform .5s cubic-bezier(.16,1,.3,1);will-change:transform}.hl-app-card:hover .hl-screen-main{transform:translateY(-8px) scale(1.02)}.hl-screen-secondary{transition:transform .5s cubic-bezier(.16,1,.3,1);will-change:transform}.hl-app-card:hover .hl-screen-secondary{transform:translateY(-4px) rotate(-1deg)}.hl-app-details span{display:inline-block;transition:transform .25s cubic-bezier(.16,1,.3,1)}.hl-app-details:hover span{transform:translate(3px,-3px)}.hl-button{transition:transform .25s cubic-bezier(.16,1,.3,1),background .25s ease,box-shadow .25s ease}.hl-button:active{transform:scale(.97) translateY(0)!important}.hl-button span:last-child{display:inline-block;transition:transform .25s cubic-bezier(.16,1,.3,1)}.hl-button:hover span:last-child{transform:translate(3px,-3px)}.hl-button-white:hover{box-shadow:0 8px 24px rgba(255,255,255,.25)}.hl-button-dark:hover{box-shadow:0 8px 24px rgba(0,0,0,.2)}.hl-studio-tile{transition:transform .35s cubic-bezier(.16,1,.3,1),box-shadow .35s cubic-bezier(.16,1,.3,1)}.hl-studio-tile:hover{transform:translateY(-5px) scale(1.02);box-shadow:0 16px 36px rgba(0,0,0,.08)}.hl-journal-card{transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s cubic-bezier(.16,1,.3,1)}.hl-journal-card:hover{transform:translateY(-6px);box-shadow:0 20px 45px rgba(0,0,0,.07)}.hl-journal-symbol{display:inline-block;transition:transform .4s cubic-bezier(.16,1,.3,1)}.hl-journal-card:hover .hl-journal-symbol{transform:scale(1.12) rotate(6deg)}.hl-read-story span{display:inline-block;transition:transform .2s ease}.hl-journal-card:hover .hl-read-story span{transform:translate(3px,-3px)}.hl-faq-list details summary span{display:inline-block;transition:transform .25s cubic-bezier(.16,1,.3,1)}.hl-faq-list details[open] summary span{transform:rotate(45deg)}@keyframes hlPulseDot{0%,to{box-shadow:0 0 0 0 rgba(39,168,88,.45)}50%{box-shadow:0 0 0 7px rgba(39,168,88,0)}}.hl-status-dot{animation:hlPulseDot 2.4s cubic-bezier(.4,0,.6,1) infinite}.hl-reveal-init{opacity:0;transform:translateY(28px);transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1);will-change:opacity,transform}.hl-reveal-init.is-inview{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.hl-reveal-init{opacity:1!important;transform:none!important;transition:none!important}}@media (max-width:520px){.hl-hero-screen,.hl-mini-app{animation:none!important}}.hl-scroll-top{position:fixed;bottom:max(24px,calc(env(safe-area-inset-bottom, 0px) + 16px));right:max(24px,calc(env(safe-area-inset-right, 0px) + 16px));width:54px;height:54px;border-radius:50%;background:rgba(255,255,255,.94);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(0,0,0,.09);box-shadow:0 10px 30px rgba(0,0,0,.1),0 2px 8px rgba(0,0,0,.04);cursor:pointer;z-index:999;display:flex;align-items:center;justify-content:center;padding:0;outline:none;opacity:0;pointer-events:none;transform:scale(.75) translateY(16px);transition:opacity .35s cubic-bezier(.16,1,.3,1),transform .35s cubic-bezier(.16,1,.3,1),background .25s ease,box-shadow .25s ease,border-color .25s ease;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.hl-scroll-top.is-visible{opacity:1;pointer-events:auto;transform:scale(1) translateY(0)}.hl-scroll-top:hover{transform:scale(1.08) translateY(-2px);background:#ffffff;border-color:rgba(0,0,0,.16);box-shadow:0 16px 38px rgba(0,0,0,.16),0 4px 12px rgba(0,0,0,.06)}.hl-scroll-top:active{transform:scale(.94) translateY(0);box-shadow:0 6px 18px rgba(0,0,0,.12)}.hl-scroll-ring{position:absolute;inset:0;width:100%;height:100%;transform:rotate(-90deg);pointer-events:none}.hl-scroll-ring-track{stroke:rgba(0,0,0,.07)}.hl-scroll-ring-fill{stroke:var(--hl-orange,#f36b33);transition:stroke-dashoffset .15s cubic-bezier(.16,1,.3,1)}.hl-scroll-content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px}.hl-scroll-arrow{color:#171719;transition:transform .25s cubic-bezier(.16,1,.3,1),color .2s ease}.hl-scroll-top:hover .hl-scroll-arrow{transform:translateY(-2px);color:var(--hl-orange,#f36b33)}.hl-scroll-pct{font-size:9px;font-weight:700;line-height:1;color:#5d5a63;font-family:var(--font-code),monospace;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;letter-spacing:-.03em;transition:color .2s ease}.hl-scroll-top:hover .hl-scroll-pct{color:#171719}:root{--safe-top:env(safe-area-inset-top,0px);--safe-bottom:env(safe-area-inset-bottom,0px);--safe-left:env(safe-area-inset-left,0px);--safe-right:env(safe-area-inset-right,0px)}.hl-hero h1{font-size:clamp(34px,5.5vw + 1rem,88px)!important}.hl-section-heading h2{font-size:clamp(28px,3.6vw + .5rem,48px)!important}.hl-article-title{font-size:clamp(30px,4.2vw,56px)!important}.hl-about-title{font-size:clamp(32px,4.8vw,64px)!important}.hl-introduction h2{font-size:clamp(26px,3.8vw,48px)!important}@media (min-width:1440px){.hl-container{max-width:1240px}}@media (min-width:1920px){.hl-container{max-width:1320px}}@media (max-width:992px){.hl-about-hero-grid,.hl-article-layout,.hl-content-split,.hl-learning-grid{grid-template-columns:minmax(0,1fr)!important;gap:45px}.hl-article-sidebar,.hl-detail-aside{position:static}.hl-article-body,.hl-article-sidebar,.hl-detail-aside{width:100%;max-width:100%;min-width:0}}@media (max-width:520px){.hl-scroll-top{bottom:max(18px,calc(env(safe-area-inset-bottom, 0px) + 12px));right:max(16px,calc(env(safe-area-inset-right, 0px) + 12px))}.hl-scroll-ring,.hl-scroll-top{width:48px;height:48px}.hl-scroll-pct{font-size:8px}.hl-header{width:calc(100% - 24px);top:max(12px,calc(env(safe-area-inset-top, 0px) + 6px))}.hl-header.is-scrolled{top:max(8px,calc(env(safe-area-inset-top, 0px) + 4px))}.hl-consent-banner{left:12px;right:12px;bottom:max(14px,calc(env(safe-area-inset-bottom, 0px) + 10px))}.hl-consent-card{padding:16px 18px;flex-direction:column;gap:16px;align-items:stretch}.hl-consent-actions{flex-direction:column;width:100%}.hl-consent-actions .hl-button{width:100%;min-height:44px;justify-content:center}.hl-consent-banner~.hl-scroll-top{bottom:max(160px,calc(env(safe-area-inset-bottom, 0px) + 150px))}}@media (max-width:380px){.hl-container{width:calc(100% - 24px)}.hl-brand{font-size:13px}.hl-brand,.hl-menu-toggle{padding:0 12px;height:44px}.hl-menu-toggle{font-size:12.5px}.hl-hero-buttons{flex-direction:column;width:100%}.hl-hero-buttons .hl-button{width:100%;justify-content:center;min-height:48px}.hl-inline-icons img{width:26px;height:26px}.hl-app-actions{flex-direction:column;align-items:stretch;width:100%;gap:10px}.hl-app-actions .hl-button{width:100%;justify-content:center;min-height:46px}.hl-app-details{justify-content:center;padding-block:6px}.hl-chips{gap:6px}.hl-chips a,.hl-chips span{font-size:11px;padding:5px 9px}.hl-scroll-top{bottom:max(14px,calc(env(safe-area-inset-bottom, 0px) + 8px));right:max(12px,calc(env(safe-area-inset-right, 0px) + 8px))}.hl-scroll-ring,.hl-scroll-top{width:44px;height:44px}.hl-scroll-arrow{width:11px;height:11px}.hl-scroll-pct{font-size:7.5px}.hl-about-avatar-card{max-width:100%;padding:16px 12px;border-radius:20px}.hl-about-avatar-frame{width:200px;height:200px;border-radius:18px}}html.lenis,html.lenis body{height:auto}.lenis:not(.lenis-autoToggle).lenis-stopped{overflow:clip}.lenis [data-lenis-prevent-horizontal],.lenis [data-lenis-prevent-touch],.lenis [data-lenis-prevent-vertical],.lenis [data-lenis-prevent-wheel],.lenis [data-lenis-prevent]{overscroll-behavior:contain}.lenis.lenis-smooth iframe{pointer-events:none}.lenis.lenis-autoToggle{transition-property:overflow;transition-duration:1ms;transition-behavior:allow-discrete}@font-face{font-family:Google Sans Flex;font-style:normal;font-weight:1 1000;font-stretch:100%;font-display:swap;src:url(/_next/static/media/5b35a5a6b9ef0b46.woff2) format("woff2");unicode-range:u+02c7,u+02d8-02d9,u+02db,u+0307,u+1400-167f,u+18b0-18f5,u+25cc,u+11ab?}@font-face{font-family:Google Sans Flex;font-style:normal;font-weight:1 1000;font-stretch:100%;font-display:swap;src:url(/_next/static/media/246e554ed6ba9f24.woff2) format("woff2");unicode-range:u+0300-0302,u+0304,u+030b-030c,u+0323-0324,u+0330-0331,u+13a0-13ff,u+ab70-abbf}@font-face{font-family:Google Sans Flex;font-style:normal;font-weight:1 1000;font-stretch:100%;font-display:swap;src:url(/_next/static/media/6074d58c51fef6c6.woff2) format("woff2");unicode-range:u+0302-0303,u+0305,u+0307-0308,u+0310,u+0312,u+0315,u+031a,u+0326-0327,u+032c,u+032f-0330,u+0332-0333,u+0338,u+033a,u+0346,u+034d,u+0391-03a1,u+03a3-03a9,u+03b1-03c9,u+03d1,u+03d5-03d6,u+03f0-03f1,u+03f4-03f5,u+2016-2017,u+2034-2038,u+203c,u+2040,u+2043,u+2047,u+2050,u+2057,u+205f,u+2070-2071,u+2074-208e,u+2090-209c,u+20d0-20dc,u+20e1,u+20e5-20ef,u+2100-2112,u+2114-2115,u+2117-2121,u+2123-214f,u+2190,u+2192,u+2194-21ae,u+21b0-21e5,u+21f1-21f2,u+21f4-2211,u+2213-2214,u+2216-22ff,u+2308-230b,u+2310,u+2319,u+231c-2321,u+2336-237a,u+237c,u+2395,u+239b-23b7,u+23d0,u+23dc-23e1,u+2474-2475,u+25af,u+25b3,u+25b7,u+25bd,u+25c1,u+25ca,u+25cc,u+25fb,u+266d-266f,u+27c0-27ff,u+2900-2aff,u+2b0e-2b11,u+2b30-2b4c,u+2bfe,u+3030,u+ff5b,u+ff5d,u+1d400-1d7ff,u+1ee??}@font-face{font-family:Google Sans Flex;font-style:normal;font-weight:1 1000;font-stretch:100%;font-display:swap;src:url(/_next/static/media/6acc94a69fd7dbb5.woff2) format("woff2");unicode-range:u+2003,u+3000,u+3002,u+4e00,u+fe12,u+16fe1,u+1b170-1b2fb}@font-face{font-family:Google Sans Flex;font-style:normal;font-weight:1 1000;font-stretch:100%;font-display:swap;src:url(/_next/static/media/c77c15039768dc44.woff2) format("woff2");unicode-range:u+0001-000c,u+000e-001f,u+007f-009f,u+20dd-20e0,u+20e2-20e4,u+2150-218f,u+2190,u+2192,u+2194-2199,u+21af,u+21e6-21f0,u+21f3,u+2218-2219,u+2299,u+22c4-22c6,u+2300-243f,u+2440-244a,u+2460-24ff,u+25a0-27bf,u+28??,u+2921-2922,u+2981,u+29bf,u+29eb,u+2b??,u+4dc0-4dff,u+fff9-fffb,u+10140-1018e,u+10190-1019c,u+101a0,u+101d0-101fd,u+102e0-102fb,u+10e60-10e7e,u+1d2c0-1d2d3,u+1d2e0-1d37f,u+1f0??,u+1f100-1f1ad,u+1f1e6-1f1ff,u+1f30d-1f30f,u+1f315,u+1f31c,u+1f31e,u+1f320-1f32c,u+1f336,u+1f378,u+1f37d,u+1f382,u+1f393-1f39f,u+1f3a7-1f3a8,u+1f3ac-1f3af,u+1f3c2,u+1f3c4-1f3c6,u+1f3ca-1f3ce,u+1f3d4-1f3e0,u+1f3ed,u+1f3f1-1f3f3,u+1f3f5-1f3f7,u+1f408,u+1f415,u+1f41f,u+1f426,u+1f43f,u+1f441-1f442,u+1f444,u+1f446-1f449,u+1f44c-1f44e,u+1f453,u+1f46a,u+1f47d,u+1f4a3,u+1f4b0,u+1f4b3,u+1f4b9,u+1f4bb,u+1f4bf,u+1f4c8-1f4cb,u+1f4d6,u+1f4da,u+1f4df,u+1f4e3-1f4e6,u+1f4ea-1f4ed,u+1f4f7,u+1f4f9-1f4fb,u+1f4fd-1f4fe,u+1f503,u+1f507-1f50b,u+1f50d,u+1f512-1f513,u+1f53e-1f54a,u+1f54f-1f5fa,u+1f610,u+1f650-1f67f,u+1f687,u+1f68d,u+1f691,u+1f694,u+1f698,u+1f6ad,u+1f6b2,u+1f6b9-1f6ba,u+1f6bc,u+1f6c6-1f6cf,u+1f6d3-1f6d7,u+1f6e0-1f6ea,u+1f6f0-1f6f3,u+1f6f7-1f6fc,u+1f7??,u+1f800-1f80b,u+1f810-1f847,u+1f850-1f859,u+1f860-1f887,u+1f890-1f8ad,u+1f8b0-1f8bb,u+1f8c0-1f8c1,u+1f900-1f90b,u+1f93b,u+1f946,u+1f984,u+1f996,u+1f9e9,u+1fa00-1fa6f,u+1fa70-1fa7c,u+1fa80-1fa89,u+1fa8f-1fac6,u+1face-1fadc,u+1fadf-1fae9,u+1faf0-1faf8,u+1fb??}@font-face{font-family:Google Sans Flex;font-style:normal;font-weight:1 1000;font-stretch:100%;font-display:swap;src:url(/_next/static/media/adde895eca07fdfe.woff2) format("woff2");unicode-range:u+0303-0304,u+0307-0308,u+030a,u+0320,u+0323-0325,u+032d-032e,u+0330-0331,u+060c,u+061b-061c,u+061f,u+0621,u+0640,u+064b-0655,u+0660-066c,u+0670,u+0700-074f,u+0860-086a,u+1df8,u+1dfa,u+200c-200f,u+25cc,u+2670-2671}@font-face{font-family:Google Sans Flex;font-style:normal;font-weight:1 1000;font-stretch:100%;font-display:swap;src:url(/_next/static/media/a2b540a64c0a5568.woff2) format("woff2");unicode-range:u+02c7,u+0301-0302,u+0304,u+0306-0307,u+0309,u+0323,u+0331,u+200c-200d,u+202e,u+25cc,u+2d30-2d7f}@font-face{font-family:Google Sans Flex;font-style:normal;font-weight:1 1000;font-stretch:100%;font-display:swap;src:url(/_next/static/media/2013ae729599d316.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Google Sans Flex;font-style:normal;font-weight:1 1000;font-stretch:100%;font-display:swap;src:url(/_next/static/media/df939a32dac02772.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Google Sans Flex;font-style:normal;font-weight:1 1000;font-stretch:100%;font-display:swap;src:url(/_next/static/media/f348fbf11ec0f9d1.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}.__className_61aaa9{font-family:Google Sans Flex;font-style:normal}.__variable_61aaa9{--font-body:"Google Sans Flex"}@font-face{font-family:Stack Sans Headline;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/b887c39030065c58.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Stack Sans Headline;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/64a452275b1968c2.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Stack Sans Headline;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/b887c39030065c58.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Stack Sans Headline;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/64a452275b1968c2.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Stack Sans Headline;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/b887c39030065c58.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Stack Sans Headline;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/64a452275b1968c2.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}.__className_095242{font-family:Stack Sans Headline;font-style:normal}.__variable_095242{--font-display:"Stack Sans Headline"}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:100 800;font-display:swap;src:url(/_next/static/media/886030b0b59bc5a7-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:100 800;font-display:swap;src:url(/_next/static/media/0aa834ed78bf6d07-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:100 800;font-display:swap;src:url(/_next/static/media/67957d42bae0796d-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:100 800;font-display:swap;src:url(/_next/static/media/f911b923c6adde36-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:100 800;font-display:swap;src:url(/_next/static/media/939c4f875ee75fbb-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:100 800;font-display:swap;src:url(/_next/static/media/bb3ef058b751a6ad-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:JetBrains Mono Fallback;src:local("Arial");ascent-override:75.79%;descent-override:22.29%;line-gap-override:0.00%;size-adjust:134.59%}.__className_3c557b{font-family:JetBrains Mono,JetBrains Mono Fallback;font-style:normal}.__variable_3c557b{--font-code:"JetBrains Mono","JetBrains Mono Fallback"}