.page-skeleton{background:var(--background);min-height:100dvh;position:relative;overflow:hidden}.page-skeleton__bg{z-index:0;pointer-events:none;position:fixed;inset:0;overflow:hidden}.page-skeleton__orb{filter:blur(80px);opacity:.35;border-radius:50%;position:absolute}.page-skeleton__orb--a{background:#ff5d2e2e;width:min(55vw,520px);height:min(55vw,520px);top:-10%;right:10%}.page-skeleton__orb--b{background:#ff9a6c1a;width:min(45vw,400px);height:min(45vw,400px);bottom:5%;left:-8%}.page-skeleton__progress{z-index:100;background:#ffffff0f;height:2px;position:fixed;top:0;left:0;right:0;overflow:hidden}.page-skeleton__progress-bar{background:linear-gradient(90deg, transparent, var(--accent), transparent);width:35%;height:100%;animation:skeleton-progress 1.4s var(--ease-out-expo) infinite}.page-skeleton__header{z-index:90;padding-top:calc(22px + env(safe-area-inset-top,0px));justify-content:space-between;align-items:center;gap:clamp(12px,3vw,24px);padding-bottom:22px;padding-left:clamp(20px,5vw,68px);padding-right:clamp(20px,5vw,68px);display:flex;position:fixed;top:0;left:0;right:0}.page-skeleton__brand{align-items:center;gap:12px;display:flex}.page-skeleton__nav{align-items:center;gap:8px;display:flex}.page-skeleton__nav-links{align-items:center;gap:6px;display:none}.page-skeleton__actions{align-items:center;gap:10px;display:flex}.page-skeleton__main{z-index:1;min-height:100dvh;position:relative}.page-skeleton__hero{min-height:100dvh;padding:calc(120px + env(safe-area-inset-top,0px)) clamp(20px, 5vw, 68px) max(48px, env(safe-area-inset-bottom,0px));flex-direction:column;justify-content:space-between;display:flex;position:relative;overflow:hidden}.page-skeleton__portrait{z-index:0;pointer-events:none;background:linear-gradient(135deg, var(--surface-elevated) 0%, #ff5d2e14 45%, var(--surface-card) 100%);width:clamp(420px,58vw,1080px);position:absolute;top:0;bottom:0;right:0;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 28% 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 28% 100%)}.page-skeleton__portrait:after{content:"";background:linear-gradient(90deg, var(--background) 4%, #0a0a0c8c 32%, #0a0a0c14 66%, transparent 88%);position:absolute;inset:0}.page-skeleton__hero-top{z-index:2;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;display:flex;position:relative}.page-skeleton__hero-title{z-index:2;width:min(100%,720px);margin:auto 0;padding:clamp(16px,4vw,32px) 0;position:relative}.page-skeleton__hero-bottom{z-index:2;flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:24px;display:flex;position:relative}.page-skeleton__copy{gap:14px;max-width:480px;display:grid}.page-skeleton__actions-row{flex-wrap:wrap;gap:12px;margin-top:6px;display:flex}.skeleton-block{background:linear-gradient(90deg, var(--surface-elevated) 0%, #ffffff12 45%, var(--surface-elevated) 100%);background-size:220% 100%;border-radius:8px;animation:1.7s ease-in-out infinite skeleton-shimmer;display:block}.skeleton-block--logo{border-radius:11px;flex-shrink:0;width:40px;height:40px}.skeleton-block--name{border-radius:6px;width:clamp(120px,18vw,160px);height:15px}.skeleton-block--nav{border-radius:4px;width:52px;height:12px}.skeleton-block--locale{border-radius:8px;width:36px;height:28px}.skeleton-block--cta{border-radius:999px;width:108px;height:38px}.skeleton-block--kicker{border-radius:4px;width:clamp(160px,28vw,220px);height:12px}.skeleton-block--badge{border-radius:999px;width:clamp(140px,24vw,180px);height:34px}.skeleton-block--title-lg{border-radius:12px;width:min(100%,520px);height:clamp(56px,12vw,108px)}.skeleton-block--title-md{border-radius:12px;width:min(72%,380px);height:clamp(48px,10vw,92px);margin-top:10px}.skeleton-block--role{border-radius:5px;width:clamp(200px,40vw,280px);height:18px}.skeleton-block--line{border-radius:4px;width:100%;height:14px}.skeleton-block--line-short{border-radius:4px;width:78%;height:14px}.skeleton-block--btn-primary{border-radius:999px;width:148px;height:46px}.skeleton-block--btn-secondary{border-radius:999px;width:132px;height:46px}.skeleton-block--scroll{border-radius:12px;flex-shrink:0;width:72px;height:88px}@keyframes skeleton-shimmer{0%{background-position:120% 0}to{background-position:-120% 0}}@keyframes skeleton-progress{0%{transform:translate(-120%)}to{transform:translate(420%)}}@media (min-width:821px){.page-skeleton__nav-links{display:flex}}@media (max-width:820px){.page-skeleton__portrait{width:100%;height:min(56vh,520px);bottom:auto;left:0;right:0;-webkit-mask-image:none;mask-image:none}.page-skeleton__portrait:after{background:linear-gradient(to bottom, #0a0a0cb8 0%, #0a0a0c59 42%, #0a0a0ce0 78%, var(--background) 100%)}.page-skeleton__hero{justify-content:flex-end}.page-skeleton__hero-title{margin:0;padding:clamp(10px,3vw,22px) 0}.page-skeleton__scroll{display:none}}@media (max-width:600px){.page-skeleton__hero{padding-top:calc(104px + env(safe-area-inset-top,0px))}.page-skeleton__portrait{height:min(48vh,400px)}}@media (prefers-reduced-motion:reduce){.skeleton-block,.page-skeleton__progress-bar{background:var(--surface-elevated);animation:none}}
