.Button-module__iYV4-q__button{height:50px;font:inherit;white-space:nowrap;cursor:pointer;border:0;border-radius:999px;justify-content:center;align-items:center;gap:10px;padding:0 26px;font-size:14.5px;font-weight:800;text-decoration:none;transition:transform .18s,box-shadow .18s,background-color .18s,border-color .18s;display:inline-flex}.Button-module__iYV4-q__button:disabled{opacity:.6;cursor:default}.Button-module__iYV4-q__button:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.Button-module__iYV4-q__primary{background:linear-gradient(96deg, var(--btn-a), var(--btn-b));color:var(--btn-text);box-shadow:0 10px 30px rgba(var(--btn-shadow-rgb), .38)}.Button-module__iYV4-q__primary:hover:not(:disabled){color:var(--btn-text);box-shadow:0 14px 36px rgba(var(--btn-shadow-rgb), .46);transform:translateY(-1px)}.Button-module__iYV4-q__secondary{background:rgba(var(--surface-rgb), .5);border:1px solid var(--line-strong);color:var(--text);font-weight:700}.Button-module__iYV4-q__secondary:hover:not(:disabled){color:var(--text);border-color:rgba(var(--line-rgb), .5);background:rgba(var(--surface-rgb), .8)}@media (prefers-reduced-motion:reduce){.Button-module__iYV4-q__button{transition:none}.Button-module__iYV4-q__primary:hover:not(:disabled){transform:none}}
.BrowserFrame-module__unckpG__frame{border:1px solid var(--line-strong);background:var(--surface);border-radius:22px;position:relative;overflow:hidden;box-shadow:0 40px 90px #00000080}.BrowserFrame-module__unckpG__bar{background:var(--surface-2);border-bottom:1px solid var(--line-strong);align-items:center;gap:16px;height:54px;padding:0 20px;display:flex}.BrowserFrame-module__unckpG__dots{flex-shrink:0;gap:7px;display:flex}.BrowserFrame-module__unckpG__dots span{border:1px solid rgba(var(--line-rgb), .4);border-radius:50%;width:11px;height:11px}.BrowserFrame-module__unckpG__url{border:1px solid rgba(var(--frame-accent), .35);background:rgba(var(--bg-rgb), .6);height:32px;color:var(--text-2);white-space:nowrap;text-overflow:ellipsis;border-radius:999px;flex-grow:1;justify-content:center;align-items:center;margin:0 clamp(0px,8vw,120px);font-size:12.5px;font-weight:600;display:flex;overflow:hidden}.BrowserFrame-module__unckpG__badge{background:rgba(var(--frame-accent), .12);color:rgb(var(--frame-accent));letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;border-radius:999px;flex-shrink:0;align-items:center;gap:7px;padding:5px 11px;font-size:10.5px;font-weight:800;display:inline-flex}.BrowserFrame-module__unckpG__dot{background:rgb(var(--frame-accent));border-radius:50%;width:6px;height:6px}.BrowserFrame-module__unckpG__body{position:relative}@media (max-width:640px){.BrowserFrame-module__unckpG__bar{gap:10px;height:46px;padding:0 14px}.BrowserFrame-module__unckpG__url{margin:0;font-size:11.5px}.BrowserFrame-module__unckpG__badge{display:none}}
.ContactForm-module__j1WgZG__form{text-align:left;flex-direction:column;gap:22px;width:100%;padding:36px;display:flex;box-shadow:0 30px 80px #0006}.ContactForm-module__j1WgZG__group{border:0;flex-direction:column;gap:8px;min-width:0;margin:0;padding:0;display:flex}.ContactForm-module__j1WgZG__label{letter-spacing:.1em;text-transform:uppercase;color:var(--muted);font-size:11.5px;font-weight:800}.ContactForm-module__j1WgZG__categories{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:2px;display:grid}.ContactForm-module__j1WgZG__category{border:1px solid rgba(var(--line-rgb), .22);height:52px;color:var(--text-2);font:inherit;cursor:pointer;background:0 0;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:0 10px;font-size:13px;font-weight:700;transition:border-color .18s,background-color .18s,color .18s;display:flex}.ContactForm-module__j1WgZG__category:hover{border-color:rgba(var(--line-rgb), .4);color:var(--text)}.ContactForm-module__j1WgZG__category:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.ContactForm-module__j1WgZG__categoryActive{border-color:rgba(var(--accent-rgb), .45);background:rgba(var(--accent-rgb), .1);color:var(--accent-soft);font-weight:800}.ContactForm-module__j1WgZG__row2{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:14px;display:grid}.ContactForm-module__j1WgZG__input,.ContactForm-module__j1WgZG__select,.ContactForm-module__j1WgZG__textarea{border:1px solid rgba(var(--line-rgb), .22);background:rgba(var(--bg-rgb), .5);width:100%;color:var(--text);font:inherit;border-radius:12px;font-size:14px;transition:border-color .18s,box-shadow .18s}.ContactForm-module__j1WgZG__input,.ContactForm-module__j1WgZG__select{height:48px;padding:0 16px}.ContactForm-module__j1WgZG__select{appearance:none;cursor:pointer;padding-right:40px;font-weight:600}.ContactForm-module__j1WgZG__selectWrap{position:relative}.ContactForm-module__j1WgZG__selectIcon{color:var(--muted);pointer-events:none;position:absolute;top:50%;right:16px;transform:translateY(-50%)}.ContactForm-module__j1WgZG__textarea{resize:vertical;min-height:120px;padding:14px 16px;line-height:1.55}.ContactForm-module__j1WgZG__input::placeholder,.ContactForm-module__j1WgZG__textarea::placeholder{color:var(--muted)}.ContactForm-module__j1WgZG__input:focus,.ContactForm-module__j1WgZG__select:focus,.ContactForm-module__j1WgZG__textarea:focus{border-color:rgba(var(--accent-rgb), .6);box-shadow:0 0 0 3px rgba(var(--accent-rgb), .14);outline:none}.ContactForm-module__j1WgZG__hp{width:1px;height:1px;position:absolute;top:auto;left:-10000px;overflow:hidden}.ContactForm-module__j1WgZG__turnstile{min-height:65px}.ContactForm-module__j1WgZG__error{border:1px solid rgba(var(--tone-3-rgb), .4);background:rgba(var(--tone-3-rgb), .1);color:var(--tone-3);border-radius:10px;margin:0;padding:12px 14px;font-size:13.5px}.ContactForm-module__j1WgZG__foot{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;display:flex}.ContactForm-module__j1WgZG__note{color:var(--muted);align-items:center;gap:9px;font-size:12.5px;display:inline-flex}.ContactForm-module__j1WgZG__sent{align-items:flex-start;gap:14px}.ContactForm-module__j1WgZG__sentIcon{background:rgba(var(--accent-rgb), .12);width:44px;height:44px;color:var(--accent);border-radius:12px;justify-content:center;align-items:center;display:inline-flex}.ContactForm-module__j1WgZG__sentTitle{letter-spacing:-.02em;margin:0;font-size:22px;font-weight:800}.ContactForm-module__j1WgZG__sentBody{color:var(--text-2);margin:0;font-size:15px;line-height:1.6}.ContactForm-module__j1WgZG__sentId{color:var(--muted);font-size:12px}@media (max-width:720px){.ContactForm-module__j1WgZG__form{padding:24px}.ContactForm-module__j1WgZG__categories{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (prefers-reduced-motion:reduce){.ContactForm-module__j1WgZG__category,.ContactForm-module__j1WgZG__input,.ContactForm-module__j1WgZG__select,.ContactForm-module__j1WgZG__textarea{transition:none}}
.page-module___8aEwW__hero{text-align:center;padding:clamp(40px, 6vw, 64px) var(--gutter) 0;flex-direction:column;align-items:center;display:flex}.page-module___8aEwW__pill{border:1px solid rgba(var(--line-rgb), .22);background:rgba(var(--surface-rgb), .6);height:32px;color:var(--text-2);border-radius:999px;align-items:center;gap:10px;padding:0 14px 0 8px;font-size:12px;font-weight:700;display:inline-flex}.page-module___8aEwW__pillDot{background:rgba(var(--accent-rgb), .14);border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;display:inline-flex}.page-module___8aEwW__pillDot:before{content:"";background:var(--accent);border-radius:50%;width:6px;height:6px}.page-module___8aEwW__headline{letter-spacing:-.035em;text-wrap:balance;max-width:900px;margin:26px 0 0;font-size:clamp(40px,5.6vw,68px);font-weight:800;line-height:1.06}.page-module___8aEwW__lede{max-width:680px;color:var(--text-2);text-wrap:pretty;margin:22px 0 0;font-size:clamp(16px,1.5vw,18.5px);line-height:1.62}.page-module___8aEwW__ctas{flex-wrap:wrap;justify-content:center;align-items:center;gap:14px;margin-top:34px;display:flex}.page-module___8aEwW__showcase{padding:56px var(--gutter) 0;flex-direction:column;align-items:center;display:flex}.page-module___8aEwW__section{width:min(var(--content), calc(100% - 2 * var(--gutter)));flex-direction:column;align-items:center;margin:0 auto;padding-top:clamp(96px,10vw,140px);display:flex}.page-module___8aEwW__three{text-align:left;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;width:100%;margin-top:52px;display:grid}.page-module___8aEwW__capability{flex-direction:column;gap:16px;padding:30px;display:flex}.page-module___8aEwW__capIcon{border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;display:inline-flex}.page-module___8aEwW__capDesign{background:rgba(var(--accent-rgb), .12);color:var(--accent)}.page-module___8aEwW__capBuild{background:rgba(var(--tone-2-rgb), .14);color:var(--tone-2)}.page-module___8aEwW__capRun{background:rgba(var(--tone-3-rgb), .14);color:var(--tone-3)}.page-module___8aEwW__capTitle{font-size:19px;font-weight:800}.page-module___8aEwW__capBody{color:var(--text-2);font-size:14.5px;line-height:1.62}.page-module___8aEwW__grid{text-align:left;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;width:100%;margin-top:52px;display:grid}.page-module___8aEwW__principles{text-align:left;grid-template-columns:repeat(3,minmax(0,1fr));gap:48px;width:100%;margin-top:48px;display:grid}.page-module___8aEwW__principle{flex-direction:column;gap:10px;display:flex}.page-module___8aEwW__principleHead{align-items:center;gap:10px;font-size:16px;font-weight:800;display:flex}.page-module___8aEwW__pDesign{color:var(--accent)}.page-module___8aEwW__pBuild{color:var(--tone-2)}.page-module___8aEwW__pRun{color:var(--tone-3)}.page-module___8aEwW__principleBody{color:var(--text-2);font-size:14.5px;line-height:1.62}.page-module___8aEwW__contact{padding-bottom:120px}.page-module___8aEwW__formWrap{width:min(760px,100%);margin-top:44px}@media (max-width:900px){.page-module___8aEwW__three,.page-module___8aEwW__principles{grid-template-columns:1fr;gap:16px}.page-module___8aEwW__principles{gap:28px}.page-module___8aEwW__grid{grid-template-columns:1fr}}
.ProjectPoster-module__yXhtzW__poster{width:100%;height:100%;min-height:250px;position:relative;overflow:hidden}.ProjectPoster-module__yXhtzW__large{min-height:420px}.ProjectPoster-module__yXhtzW__gg{color:#eef0ff;background:radial-gradient(700px 400px at 72% 0,#7848ff52,#0000 62%),#0a0b14;flex-direction:column;gap:20px;padding:24px 26px;display:flex}.ProjectPoster-module__yXhtzW__ggHead{justify-content:space-between;align-items:center;gap:12px;display:flex}.ProjectPoster-module__yXhtzW__ggWordmark{font-family:var(--font-display);letter-spacing:-.01em;font-size:14px;font-weight:800}.ProjectPoster-module__yXhtzW__ggWordmark span{color:#5ee8ff}.ProjectPoster-module__yXhtzW__ggNick{color:#b9bde0;white-space:nowrap;background:#ffffff0d;border:1px solid #9ba3e629;border-radius:999px;align-items:center;gap:6px;padding:6px 12px;font-size:11px;font-weight:700;display:inline-flex}.ProjectPoster-module__yXhtzW__ggNick strong{color:#eef0ff}.ProjectPoster-module__yXhtzW__ggTiles{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.ProjectPoster-module__yXhtzW__ggTiles span{background:#12142a;border:1px solid #9ba3e633;border-radius:12px;height:112px}.ProjectPoster-module__yXhtzW__ggTiles .ProjectPoster-module__yXhtzW__ggTileHot{background:linear-gradient(150deg,#5ee8ff3d,#ff5ec824)}.ProjectPoster-module__yXhtzW__ggStage{color:#5ee8ff;text-align:center;background:linear-gradient(158deg,#10122a 0%,#1a0f28 52%,#0c0d1c 100%);border:1px solid #9ba3e62e;border-radius:14px;flex-direction:column;flex-grow:1;justify-content:center;align-items:center;gap:14px;padding:24px;display:flex}.ProjectPoster-module__yXhtzW__ggPlay{width:72px;height:72px}.ProjectPoster-module__yXhtzW__ggTitle{color:#eef0ff;font-size:22px;font-weight:800}.ProjectPoster-module__yXhtzW__ggSub{color:#8b90b8;font-size:12.5px}.ProjectPoster-module__yXhtzW__sh{background:radial-gradient(520px 300px at 50% 120%,#a855f74d,#0000 62%),#26262b;flex-direction:column;justify-content:center;align-items:center;gap:14px;display:flex}.ProjectPoster-module__yXhtzW__shStar{width:84px;height:84px}.ProjectPoster-module__yXhtzW__large .ProjectPoster-module__yXhtzW__shStar{width:132px;height:132px}.ProjectPoster-module__yXhtzW__shCaption{color:#9a98a4;letter-spacing:.04em;font-size:12px}.ProjectPoster-module__yXhtzW__rs{color:#f4f2ee;background:radial-gradient(460px 260px at 20% 0,#ff4fa342,#0000 62%),#100a10;flex-direction:column;gap:12px;padding:24px;display:flex}.ProjectPoster-module__yXhtzW__large.ProjectPoster-module__yXhtzW__rs{justify-content:center;padding:40px}.ProjectPoster-module__yXhtzW__rsWordmark{letter-spacing:-.02em;font-size:24px;font-weight:800}.ProjectPoster-module__yXhtzW__large .ProjectPoster-module__yXhtzW__rsWordmark{font-size:36px}.ProjectPoster-module__yXhtzW__rsWordmark span{color:#ff4fa3}.ProjectPoster-module__yXhtzW__rsCopy{color:#b3b0bd;max-width:340px;margin:0;font-size:12.5px;line-height:1.55}.ProjectPoster-module__yXhtzW__large .ProjectPoster-module__yXhtzW__rsCopy{max-width:440px;font-size:15px}.ProjectPoster-module__yXhtzW__rsChips{flex-wrap:wrap;gap:8px;margin-top:10px;display:flex}.ProjectPoster-module__yXhtzW__rsChips span{color:#ff8ac2;background:#ff4fa329;border-radius:7px;padding:7px 12px;font-size:11px;font-weight:700}.ProjectPoster-module__yXhtzW__rr{color:#2b2b2b;background:#f4f3ee;flex-direction:column;gap:14px;padding:20px;display:flex}.ProjectPoster-module__yXhtzW__large.ProjectPoster-module__yXhtzW__rr{padding:32px}.ProjectPoster-module__yXhtzW__rrHead{justify-content:space-between;align-items:center;display:flex}.ProjectPoster-module__yXhtzW__rrWordmark{font-size:15px;font-weight:800}.ProjectPoster-module__yXhtzW__large .ProjectPoster-module__yXhtzW__rrWordmark{font-size:20px}.ProjectPoster-module__yXhtzW__rrButton{background:#ffb020;border-radius:7px;padding:7px 12px;font-size:11px;font-weight:800}.ProjectPoster-module__yXhtzW__rrSearch{gap:8px;display:flex}.ProjectPoster-module__yXhtzW__rrSearch span{color:#9a9893;background:#fff;border:1px solid #e2e2de;border-radius:6px;flex-grow:1;align-items:center;height:34px;padding:0 12px;font-size:12px;display:flex}.ProjectPoster-module__yXhtzW__rrSearch .ProjectPoster-module__yXhtzW__rrGo{color:#2b2b2b;background:#ffb020;border-color:#ffb020;flex-grow:0;justify-content:center;width:84px;font-weight:800}.ProjectPoster-module__yXhtzW__rrCards{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.ProjectPoster-module__yXhtzW__rrCards>div{background:#fff;border:1px solid #e2e2de;border-radius:8px;flex-direction:column;display:flex;overflow:hidden}.ProjectPoster-module__yXhtzW__rrCards i{background:linear-gradient(140deg,#d8dcd4,#eceae2);height:62px;display:block}.ProjectPoster-module__yXhtzW__large .ProjectPoster-module__yXhtzW__rrCards i{height:120px}.ProjectPoster-module__yXhtzW__rrCards .ProjectPoster-module__yXhtzW__rrAlt{background:linear-gradient(140deg,#cfd8dc,#e8eae2)}.ProjectPoster-module__yXhtzW__rrCards b{padding:10px 10px 2px;font-size:11.5px;line-height:1.35}.ProjectPoster-module__yXhtzW__rrCards small{color:#8a8883;padding:0 10px 10px;font-size:10.5px}
.ProjectVisual-module__F1TKGa__shot{object-fit:cover;object-position:top center;background:var(--surface-2);width:100%;height:100%;display:block}
.ProjectShowcase-module__-IBlha__showcase{flex-direction:column;align-items:center;width:100%;display:flex}.ProjectShowcase-module__-IBlha__tabs{border:1px solid var(--line-strong);background:rgba(var(--bg-rgb), .7);scrollbar-width:none;border-radius:999px;align-items:center;gap:4px;max-width:100%;padding:4px;display:inline-flex;overflow-x:auto}.ProjectShowcase-module__-IBlha__tabs::-webkit-scrollbar{display:none}.ProjectShowcase-module__-IBlha__tab{height:36px;color:var(--text-2);font:inherit;white-space:nowrap;cursor:pointer;background:0 0;border:0;border-radius:999px;align-items:center;gap:8px;padding:0 16px;font-size:13px;font-weight:700;transition:background-color .18s,color .18s;display:inline-flex}.ProjectShowcase-module__-IBlha__tab:hover{color:var(--text)}.ProjectShowcase-module__-IBlha__tab:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.ProjectShowcase-module__-IBlha__tabActive{background:rgba(var(--p-accent), .14);color:rgb(var(--p-accent));font-weight:800}.ProjectShowcase-module__-IBlha__tabDot{background:rgb(var(--p-accent));border-radius:50%;width:7px;height:7px}.ProjectShowcase-module__-IBlha__stage{width:min(1160px,100%);margin-top:28px;position:relative}.ProjectShowcase-module__-IBlha__glow{background:rgba(var(--p-accent), .16);filter:blur(70px);pointer-events:none;border-radius:40px;height:calc(100% - 80px);transition:background-color .6s;position:absolute;top:40px;left:7%;right:7%}.ProjectShowcase-module__-IBlha__frame{position:relative}.ProjectShowcase-module__-IBlha__viewport{background:var(--surface);height:min(560px,60vw);position:relative}.ProjectShowcase-module__-IBlha__posterLayer{transition:opacity .5s;position:absolute;inset:0}.ProjectShowcase-module__-IBlha__posterLayer>*{height:100%}.ProjectShowcase-module__-IBlha__posterHidden{opacity:0;pointer-events:none}.ProjectShowcase-module__-IBlha__iframe{opacity:0;background:0 0;border:0;width:100%;height:100%;transition:opacity .5s;position:absolute;inset:0}.ProjectShowcase-module__-IBlha__iframeReady{opacity:1}.ProjectShowcase-module__-IBlha__open{background:rgba(var(--bg-rgb), .85);border:1px solid var(--line-strong);height:44px;color:var(--text);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:999px;align-items:center;gap:9px;padding:0 20px;font-size:13.5px;font-weight:700;text-decoration:none;display:inline-flex;position:absolute;bottom:20px;right:20px}.ProjectShowcase-module__-IBlha__open:hover{color:var(--text);border-color:rgba(var(--p-accent), .6)}.ProjectShowcase-module__-IBlha__caption{color:var(--muted);text-align:center;margin-top:22px;font-size:13px}@media (prefers-reduced-motion:reduce){.ProjectShowcase-module__-IBlha__tab,.ProjectShowcase-module__-IBlha__glow,.ProjectShowcase-module__-IBlha__posterLayer,.ProjectShowcase-module__-IBlha__iframe{transition:none}}
.page-module__OSLHOG__header{text-align:center;padding:clamp(36px, 5vw, 56px) var(--gutter) 0;flex-direction:column;align-items:center;display:flex}.page-module__OSLHOG__title{letter-spacing:-.035em;margin:18px 0 0;font-size:clamp(40px,5.2vw,64px);font-weight:800;line-height:1.04}.page-module__OSLHOG__lede{max-width:640px;color:var(--text-2);text-wrap:pretty;margin:20px 0 0;font-size:clamp(16px,1.5vw,18px);line-height:1.6}.page-module__OSLHOG__body{width:min(var(--content), calc(100% - 2 * var(--gutter)));grid-template-columns:380px 1fr;align-items:start;gap:28px;margin:0 auto;padding:56px 0 120px;display:grid}.page-module__OSLHOG__aside{flex-direction:column;gap:20px;display:flex}.page-module__OSLHOG__steps{flex-direction:column;gap:18px;padding:28px;display:flex}.page-module__OSLHOG__label{letter-spacing:.1em;text-transform:uppercase;color:var(--muted);font-size:11.5px;font-weight:800}.page-module__OSLHOG__list{flex-direction:column;gap:14px;margin:0;padding:0;list-style:none;display:flex}.page-module__OSLHOG__list li{color:var(--text-2);align-items:flex-start;gap:14px;font-size:14px;line-height:1.6;display:flex}.page-module__OSLHOG__num{background:rgba(var(--accent-rgb), .14);width:24px;height:24px;color:var(--accent);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:12px;font-weight:800;display:inline-flex}.page-module__OSLHOG__email{flex-direction:column;gap:8px;padding:24px 28px;display:flex}.page-module__OSLHOG__email a{font-size:15px;font-weight:700;text-decoration:none}@media (max-width:900px){.page-module__OSLHOG__body{grid-template-columns:1fr}}
.page-module__Ro7qTW__header{text-align:center;padding:clamp(36px, 5vw, 56px) var(--gutter) 0;flex-direction:column;align-items:center;display:flex}.page-module__Ro7qTW__pill{border:1px solid rgba(var(--line-rgb), .22);background:rgba(var(--surface-rgb), .6);height:32px;color:var(--text-2);border-radius:999px;align-items:center;gap:10px;padding:0 14px 0 8px;font-size:12px;font-weight:700;display:inline-flex}.page-module__Ro7qTW__pillDot{background:rgba(var(--p-accent), .14);border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;display:inline-flex}.page-module__Ro7qTW__pillDot:before{content:"";background:rgb(var(--p-accent));border-radius:50%;width:6px;height:6px}.page-module__Ro7qTW__title{letter-spacing:-.035em;margin:26px 0 0;font-size:clamp(44px,6vw,72px);font-weight:800;line-height:1.02}.page-module__Ro7qTW__lede{max-width:720px;color:var(--text-2);text-wrap:pretty;margin:22px 0 0;font-size:clamp(16px,1.6vw,19px);line-height:1.6}.page-module__Ro7qTW__meta{text-align:left;background:rgba(var(--surface-rgb), .7);grid-template-columns:repeat(4,minmax(0,1fr));width:min(1000px,100%);margin:40px 0 0;display:grid}.page-module__Ro7qTW__metaCell{border-right:1px solid var(--line);flex-direction:column;gap:8px;padding:22px 26px;display:flex}.page-module__Ro7qTW__metaCell:last-child{border-right:0}.page-module__Ro7qTW__metaCell dt{letter-spacing:.14em;text-transform:uppercase;color:var(--muted);font-size:11px;font-weight:800}.page-module__Ro7qTW__metaCell dd{margin:0;font-size:15px;font-weight:700}.page-module__Ro7qTW__live{color:rgb(var(--p-accent));align-items:center;gap:6px;text-decoration:none;display:inline-flex}.page-module__Ro7qTW__live:hover{color:rgb(var(--p-accent));text-decoration:underline}.page-module__Ro7qTW__frame{padding:44px var(--gutter) 0;flex-direction:column;align-items:center;display:flex}.page-module__Ro7qTW__narrative{width:min(var(--content), calc(100% - 2 * var(--gutter)));grid-template-columns:repeat(2,minmax(0,1fr));gap:64px;margin:0 auto;padding-top:clamp(80px,9vw,120px);display:grid}.page-module__Ro7qTW__column{flex-direction:column;gap:16px;display:flex}.page-module__Ro7qTW__h2{letter-spacing:-.025em;text-wrap:balance;margin:0;font-size:clamp(24px,2.4vw,30px);font-weight:800;line-height:1.2}.page-module__Ro7qTW__body{color:var(--text-2);text-wrap:pretty;margin:0;font-size:16px;line-height:1.66}.page-module__Ro7qTW__details{width:min(var(--content), calc(100% - 2 * var(--gutter)));grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin:0 auto;padding-top:64px;display:grid}.page-module__Ro7qTW__detail{flex-direction:column;gap:14px;padding:28px;display:flex}.page-module__Ro7qTW__detailIcon{border-radius:12px;justify-content:center;align-items:center;width:42px;height:42px;display:inline-flex}.page-module__Ro7qTW__toneA{background:rgba(var(--accent-rgb), .12);color:var(--accent)}.page-module__Ro7qTW__toneB{background:rgba(var(--tone-2-rgb), .14);color:var(--tone-2)}.page-module__Ro7qTW__toneC{background:rgba(var(--tone-3-rgb), .14);color:var(--tone-3)}.page-module__Ro7qTW__detailTitle{font-size:17px;font-weight:800}.page-module__Ro7qTW__detailBody{color:var(--text-2);font-size:14.5px;line-height:1.62}.page-module__Ro7qTW__next{width:min(var(--content), calc(100% - 2 * var(--gutter)));margin:0 auto;padding:96px 0 120px}.page-module__Ro7qTW__nextCard{color:var(--text);grid-template-columns:220px 1fr auto;align-items:center;gap:28px;padding:18px 28px 18px 18px;text-decoration:none;transition:transform .22s,border-color .22s;display:grid;overflow:hidden}.page-module__Ro7qTW__nextCard:hover{color:var(--text);border-color:rgba(var(--n-accent), .4);transform:translateY(-2px)}.page-module__Ro7qTW__nextPoster{border:1px solid var(--line);border-radius:12px;height:130px;overflow:hidden}.page-module__Ro7qTW__nextPoster>*{transform-origin:0 0;width:139%;height:100%;min-height:0;transform:scale(.72)}.page-module__Ro7qTW__nextText{flex-direction:column;gap:6px;min-width:0;display:flex}.page-module__Ro7qTW__nextLabel{letter-spacing:.14em;text-transform:uppercase;color:var(--muted);font-size:11px;font-weight:800}.page-module__Ro7qTW__nextName{letter-spacing:-.02em;font-size:24px;font-weight:800}.page-module__Ro7qTW__nextTagline{color:var(--text-2);font-size:14px}.page-module__Ro7qTW__nextCta{border:1px solid var(--line-strong);white-space:nowrap;border-radius:999px;align-items:center;gap:10px;height:46px;padding:0 22px;font-size:14px;font-weight:700;display:inline-flex}@media (max-width:900px){.page-module__Ro7qTW__meta{grid-template-columns:repeat(2,minmax(0,1fr))}.page-module__Ro7qTW__metaCell:nth-child(2){border-right:0}.page-module__Ro7qTW__metaCell:nth-child(-n+2){border-bottom:1px solid var(--line)}.page-module__Ro7qTW__narrative,.page-module__Ro7qTW__details{grid-template-columns:1fr;gap:40px}.page-module__Ro7qTW__details{gap:16px}.page-module__Ro7qTW__nextCard{grid-template-columns:1fr}.page-module__Ro7qTW__nextPoster{display:none}}@media (prefers-reduced-motion:reduce){.page-module__Ro7qTW__nextCard{transition:none}.page-module__Ro7qTW__nextCard:hover{transform:none}}
