:root{color-scheme:only light;--bg: #061417;--bg-rgb: 6 20 23;--surface: #0b2227;--surface-2: #12343a;--line: rgb(196 246 242 / .18);--line-strong: rgb(196 246 242 / .42);--text: #f1fbfa;--muted: #afcbc8;--accent: #7ee3dc;--accent-rgb: 126 227 220;--accent-ink: #031514;--danger: #ff8d8d;--radius: 16px;--radius-small: 10px;--header-height: 72px;--max: 1280px;--ease: cubic-bezier(.16, 1, .3, 1)}body[data-direction=particle]{--bg: #08090d;--bg-rgb: 8 9 13;--surface: #101117;--surface-2: #171922;--line: rgb(215 220 255 / .16);--line-strong: rgb(215 220 255 / .32);--text: #f1f1ee;--muted: #a5a8b6;--accent: #7788d9;--accent-rgb: 119 136 217;--accent-ink: #08090e}body[data-direction=story]{--bg: #061417;--bg-rgb: 6 20 23;--surface: #0b2227;--surface-2: #12343a;--line: rgb(196 246 242 / .18);--line-strong: rgb(196 246 242 / .42);--text: #f1fbfa;--muted: #afcbc8;--accent: #7ee3dc;--accent-rgb: 126 227 220;--accent-ink: #031514}body[data-direction=light]{color-scheme:light;--bg: #f5f6f3;--bg-rgb: 245 246 243;--surface: #ffffff;--surface-2: #e9ece8;--line: rgb(24 28 34 / .11);--line-strong: rgb(24 28 34 / .22);--text: #17191d;--muted: #687078;--accent: #f17a21;--accent-rgb: 241 122 33;--accent-ink: #17191d;--danger: #bb2e2e}*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--bg)}body{margin:0;min-width:320px;background:radial-gradient(circle at 82% 8%,rgb(var(--accent-rgb) / .08),transparent 28%),var(--bg);color:var(--text);font-family:Microsoft YaHei UI,PingFang SC,Noto Sans CJK SC,system-ui,sans-serif;line-height:1.6;overflow-x:hidden;transition:background .5s var(--ease)}body:before{content:"";position:fixed;inset:0;z-index:20;pointer-events:none;opacity:.12;background-image:url("data:image/svg+xml,%3csvg%20viewBox='0%200%20180%20180'%20xmlns='http://www.w3.org/2000/svg'%3e%3cfilter%20id='n'%3e%3cfeTurbulence%20type='fractalNoise'%20baseFrequency='.8'%20numOctaves='3'%20stitchTiles='stitch'/%3e%3c/filter%3e%3crect%20width='100%25'%20height='100%25'%20filter='url(%23n)'%20opacity='.2'/%3e%3c/svg%3e")}button,input,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}button{color:inherit}:focus-visible{outline:2px solid var(--accent);outline-offset:4px}::selection{background:rgb(var(--accent-rgb) / .28);color:var(--text)}[hidden]{display:none!important}.skip-link{position:fixed;left:16px;top:-80px;z-index:100;padding:10px 16px;background:var(--text);color:var(--bg);border-radius:8px}.skip-link:focus-visible{top:16px}.site-header{position:fixed;top:0;left:0;right:0;z-index:15;border-bottom:1px solid transparent;transition:background .3s var(--ease),border-color .3s var(--ease)}.site-header.is-scrolled{background:rgb(var(--bg-rgb) / .78);border-color:var(--line);backdrop-filter:blur(18px) saturate(135%)}.nav-shell{height:var(--header-height);max-width:var(--max);margin:auto;padding:0 28px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:inline-flex;align-items:center;gap:11px;font-weight:750;letter-spacing:-.03em;white-space:nowrap}.brand-copy{display:grid;line-height:1.05}.brand-copy strong{font-size:15px}.brand-copy small{margin-top:4px;color:var(--muted);font-size:9px;font-weight:500;letter-spacing:.07em}.brand-mark{width:24px;height:24px;display:grid;grid-template-columns:repeat(2,1fr);gap:3px;transform:rotate(8deg)}.brand-mark i{display:block;background:var(--accent);box-shadow:0 0 12px rgb(var(--accent-rgb) / .24);transition:transform .4s var(--ease)}.brand:hover .brand-mark i:nth-child(2){transform:translate(3px,-3px)}.brand:hover .brand-mark i:nth-child(3){transform:translate(-3px,3px)}.nav-links{display:flex;align-items:center;gap:clamp(18px,2.5vw,38px);margin-left:auto}.nav-links a{color:var(--muted);font-size:14px;transition:color .2s ease}.nav-links a:hover{color:var(--text)}.nav-actions{display:flex;align-items:center;gap:14px}.text-button,.menu-button,.close-button{border:0;background:none;padding:8px;cursor:pointer}.menu-button{display:none}.mobile-nav{background:rgb(var(--bg-rgb) / .96);border-top:1px solid var(--line);padding:18px 24px 24px}.mobile-nav a{display:block;padding:10px 0;color:var(--muted)}.mobile-nav button{width:100%;padding:10px 0;border:0;background:none;color:var(--accent);cursor:pointer;text-align:left}.button{min-height:48px;display:inline-flex;align-items:center;justify-content:center;padding:0 22px;border:1px solid var(--accent);border-radius:999px;background:var(--accent);color:var(--accent-ink);font-weight:780;cursor:pointer;white-space:nowrap;box-shadow:inset 0 1px #fff6,0 10px 34px rgb(var(--accent-rgb) / .22),0 0 20px rgb(var(--accent-rgb) / .12);transition:transform .25s var(--ease),background .25s ease,color .25s ease,border-color .25s ease,box-shadow .25s ease}.button:hover{transform:translateY(-2px);background:color-mix(in srgb,var(--accent) 88%,white);box-shadow:inset 0 1px #ffffff85,0 14px 42px rgb(var(--accent-rgb) / .3),0 0 26px rgb(var(--accent-rgb) / .18)}.button:active{transform:scale(.98);box-shadow:inset 0 1px #ffffff57,0 6px 20px rgb(var(--accent-rgb) / .18)}.button-small{min-height:40px;padding-inline:18px;font-size:14px}.button-hero{min-width:150px;min-height:54px}.button-ghost{background:rgb(var(--bg-rgb) / .46);border-color:var(--line-strong);color:var(--text);box-shadow:inset 0 1px #ffffff14;backdrop-filter:blur(14px)}.button-ghost:hover{background:rgb(var(--accent-rgb) / .13);color:var(--text);box-shadow:inset 0 1px #ffffff1f,0 10px 28px rgb(var(--accent-rgb) / .09)}.button-full{width:100%}.hero{position:relative;min-height:100dvh;display:flex;align-items:center;isolation:isolate;overflow:hidden;background:var(--bg)}.hero-rules-link{position:absolute;z-index:5;top:calc(var(--header-height) + 26px);right:max(28px,calc((100vw - var(--max)) / 2 + 28px));min-height:42px;display:inline-flex;align-items:center;gap:14px;padding:0 17px;border:1px solid rgb(var(--accent-rgb) / .3);border-radius:999px;background:rgb(var(--bg-rgb) / .34);color:#dff8f5;font-size:13px;font-weight:680;backdrop-filter:blur(14px);box-shadow:inset 0 1px #ffffff12;transition:border-color .25s ease,background .25s ease,transform .25s var(--ease)}.hero-rules-link i{width:7px;height:7px;border-top:1px solid currentColor;border-right:1px solid currentColor;transform:rotate(45deg)}.hero-rules-link:hover{transform:translateY(-2px);border-color:var(--accent);background:rgb(var(--accent-rgb) / .12)}.hero-image{position:absolute;inset:0;z-index:-3;width:100%;height:100%;object-fit:cover;object-position:center;transform:scale(1.02);transition:opacity .45s var(--ease),transform 1.4s var(--ease)}.hero-image.is-changing{opacity:.2;transform:scale(1.06)}.hero-scrim{position:absolute;inset:0;z-index:-2;background:linear-gradient(90deg,rgb(var(--bg-rgb) / .97),rgb(var(--bg-rgb) / .82) 33%,rgb(var(--bg-rgb) / .18) 67%,rgb(var(--bg-rgb) / .12)),linear-gradient(0deg,var(--bg) 0%,transparent 28%)}body[data-direction=story] .hero-scrim{background:radial-gradient(circle at 74% 22%,rgb(var(--accent-rgb) / .15),transparent 30%),linear-gradient(90deg,rgb(var(--bg-rgb) / .9),rgb(var(--bg-rgb) / .7) 36%,rgb(var(--bg-rgb) / .18),rgb(var(--bg-rgb) / .08)),linear-gradient(0deg,var(--bg) 0%,transparent 30%)}.pixel-field{position:absolute;z-index:-1;inset:0;opacity:.28;pointer-events:none;background-image:linear-gradient(rgb(var(--accent-rgb) / .2) 1px,transparent 1px),linear-gradient(90deg,rgb(var(--accent-rgb) / .2) 1px,transparent 1px);background-size:48px 48px;mask-image:linear-gradient(90deg,black,transparent 48%)}body[data-direction=particle] .pixel-field{background-size:16px 16px;opacity:.18;mask-image:radial-gradient(circle at 70% 44%,black,transparent 55%)}body[data-direction=story] .pixel-field{opacity:0}.story-current{display:none}body[data-direction=story] .story-current{display:block;position:absolute;inset:0;z-index:-1;overflow:hidden;pointer-events:none;mix-blend-mode:screen}body[data-direction=story] .story-current:before,body[data-direction=story] .story-current:after{content:"";position:absolute;inset:-18%;will-change:transform,opacity}body[data-direction=story] .story-current:before{background:radial-gradient(ellipse at 76% 8%,rgb(197 255 251 / .34),transparent 42%),radial-gradient(ellipse at 58% 62%,rgb(var(--accent-rgb) / .2),transparent 52%);animation:story-caustic 12s ease-in-out infinite}body[data-direction=story] .story-current:after{background:linear-gradient(118deg,transparent 24%,rgb(197 255 251 / .15) 42%,transparent 58%);animation:story-current 9s var(--ease) infinite}body[data-direction=story] .hero-image{transform-origin:68% 38%;animation:story-hero-loop 18s ease-in-out infinite}body[data-direction=story] .hero h1{max-width:none;font-size:clamp(54px,6vw,88px);white-space:nowrap}body[data-direction=story] .hero-facts{display:none}@keyframes story-hero-loop{0%,to{transform:scale(1.02) translateZ(0)}50%{transform:scale(1.075) translate3d(-.8%,.5%,0)}}@keyframes story-caustic{0%,to{opacity:.55;transform:translate3d(-2%,-1%,0) rotate(-2deg)}50%{opacity:.9;transform:translate3d(3%,2%,0) rotate(2deg)}}@keyframes story-current{0%,to{opacity:.28;transform:translate3d(-8%,3%,0)}50%{opacity:.72;transform:translate3d(9%,-3%,0)}}.light-grid,.idea-collage{display:none}body[data-direction=light] .hero-image{opacity:0}body[data-direction=light] .hero-scrim{background:linear-gradient(90deg,rgb(var(--bg-rgb) / .98) 0%,rgb(var(--bg-rgb) / .92) 42%,rgb(var(--bg-rgb) / .25) 70%,transparent 100%)}body[data-direction=light] .pixel-field{opacity:0}body[data-direction=light] .light-grid{display:block;position:absolute;inset:0;z-index:-1;pointer-events:none;background-image:linear-gradient(rgb(24 28 34 / .055) 1px,transparent 1px),linear-gradient(90deg,rgb(24 28 34 / .055) 1px,transparent 1px);background-size:64px 64px;mask-image:linear-gradient(90deg,black,rgb(0 0 0 / .55) 60%,transparent)}body[data-direction=light] .idea-collage{display:block;position:absolute;inset:var(--header-height) 0 92px 42%;z-index:-1;overflow:hidden;pointer-events:none}.idea-item{position:absolute;width:clamp(170px,20vw,320px);transform:translate3d(var(--idea-x, 0px),var(--idea-y, 0px),0) rotate(var(--idea-rotate, 0deg));transition:transform .45s var(--ease);will-change:transform}.idea-item img{display:block;width:100%;height:auto;filter:drop-shadow(0 22px 38px rgb(36 43 50 / .12));animation:idea-float 7s var(--ease) infinite alternate}.idea-film{right:19%;top:2%;--idea-rotate: -11deg}.idea-blob{right:-2%;top:27%;width:clamp(180px,23vw,360px);--idea-rotate: 10deg}.idea-sound{right:32%;bottom:-8%;width:clamp(165px,19vw,300px);--idea-rotate: 8deg}.idea-lens{right:2%;bottom:-10%;width:clamp(150px,18vw,280px);--idea-rotate: -15deg}.idea-blob img{animation-delay:-1.5s}.idea-sound img{animation-delay:-3s}.idea-lens img{animation-delay:-4.5s}.code-shard{position:absolute;color:#181c225c;font:11px Consolas,monospace;letter-spacing:.04em}.code-one{left:8%;top:22%}.code-two{right:10%;top:12%}.code-three{left:35%;bottom:14%}@keyframes idea-float{0%{transform:translateY(-5px) rotate(-1deg)}to{transform:translateY(10px) rotate(2deg)}}body[data-direction=light] .hero-content{z-index:2;width:min(620px,48vw)}body[data-direction=light] .hero-copy{color:#515961}body[data-direction=light] .button{background:#1d2025;border-color:#1d2025;color:#f8f8f5}body[data-direction=light] .button:hover{background:#32363d}body[data-direction=light] .button-ghost{background:#ffffffa8;border-color:var(--line-strong);color:var(--text)}body[data-direction=light] .button-ghost:hover{background:#fff;color:var(--text)}body[data-direction=light] .direction-panel,body[data-direction=light] .hero-facts{background:#ffffffb8}.motion-permission{display:none;position:absolute;z-index:4;right:20px;bottom:106px;min-height:38px;padding:0 14px;border:1px solid var(--line-strong);border-radius:999px;background:#fffc;color:var(--text);font-size:12px;cursor:pointer;backdrop-filter:blur(10px)}.hero-content{width:min(700px,62vw);margin-left:max(28px,calc((100vw - var(--max)) / 2 + 28px));padding-top:48px;animation:hero-in .9s var(--ease) both}.eyebrow,.section-kicker,.dialog-label{margin:0 0 22px;font-family:Consolas,SFMono-Regular,monospace;font-size:12px;letter-spacing:.16em;color:var(--accent)}.hero-status{display:flex;align-items:center;gap:12px;margin:0 0 22px;color:var(--accent);font:12px Consolas,SFMono-Regular,monospace;letter-spacing:.1em}.hero-status time{padding-left:12px;border-left:1px solid var(--line-strong);color:var(--text);letter-spacing:.04em}.hero h1{margin:0;max-width:720px;font-size:clamp(52px,6.6vw,102px);line-height:.98;letter-spacing:-.075em;font-weight:830;text-wrap:balance}.hero-title-break{display:inline}.hero-copy{max-width:490px;margin:26px 0 0;color:#d8ece9;font-size:clamp(16px,1.6vw,20px)}.hero-actions{display:flex;align-items:center;gap:12px;margin-top:34px}.direction-panel{position:absolute;right:max(28px,calc((100vw - var(--max)) / 2 + 28px));top:50%;transform:translateY(-50%);width:198px;padding:16px;border:1px solid var(--line);border-radius:var(--radius);background:rgb(var(--bg-rgb) / .48);backdrop-filter:blur(16px)}.direction-panel>p{margin:0 0 10px;color:var(--muted);font-size:12px}.direction-tabs{display:grid;gap:4px}.direction-tabs button{width:100%;display:flex;align-items:center;gap:10px;padding:10px;border:0;border-radius:var(--radius-small);color:var(--muted);background:transparent;cursor:pointer;text-align:left}.direction-tabs button:hover{color:var(--text)}.direction-tabs button[aria-selected=true]{color:var(--text);background:rgb(var(--accent-rgb) / .14)}.direction-tabs span{width:24px;height:24px;display:grid;place-items:center;border:1px solid var(--line-strong);border-radius:7px;font:11px Consolas,monospace;color:var(--accent)}.hero-facts{position:absolute;left:0;right:0;bottom:0;min-height:92px;padding:18px max(28px,calc((100vw - var(--max)) / 2 + 28px));display:grid;grid-template-columns:repeat(3,max-content);align-items:center;gap:clamp(32px,5vw,76px);border-top:1px solid var(--line);background:rgb(var(--bg-rgb) / .5);backdrop-filter:blur(10px)}.hero-facts div{display:flex;align-items:baseline;gap:10px}.hero-facts strong{color:var(--accent);font-size:24px;font-family:Consolas,monospace}.hero-facts span{color:var(--muted);font-size:13px}@keyframes hero-in{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:none}}.partner-strip{position:absolute;left:0;right:0;bottom:0;z-index:3;background:linear-gradient(180deg,transparent 0%,rgb(var(--bg-rgb) / .32) 34%,rgb(var(--bg-rgb) / .72) 100%);backdrop-filter:blur(8px)}.partner-shell{width:min(calc(100% - 56px),var(--max));min-height:96px;margin:0 auto;display:flex;align-items:center;gap:clamp(28px,5vw,72px);border-top:1px solid rgb(var(--accent-rgb) / .16)}.partner-group,.partner-list,.partner-logo{display:flex;align-items:center}.partner-group{gap:20px}.partner-list{gap:clamp(22px,3vw,42px)}.partner-role{color:var(--muted);font:10px Consolas,monospace;letter-spacing:.14em;white-space:nowrap}.partner-logo{gap:10px;color:var(--text);font-weight:720;letter-spacing:-.02em;text-shadow:0 0 18px rgb(var(--accent-rgb) / .16)}.partner-logo-mark{width:24px;height:24px;display:grid;place-items:center;border:1px solid var(--line-strong);background:rgb(var(--accent-rgb) / .08);color:var(--accent);font:10px Consolas,monospace;transform:rotate(-6deg)}.partner-logo-mark:before{content:"";width:8px;height:8px;border:2px solid currentColor}.partner-logo-mark i{width:11px;height:11px;border:2px solid var(--accent);border-radius:50%;box-shadow:0 0 12px rgb(var(--accent-rgb) / .28)}.partner-libtv i,.partner-tapnow i{width:24px;height:24px;display:grid;place-items:center;border:1px solid var(--line-strong);color:var(--accent);font: 10px Consolas,monospace}.partner-libtv i{border-radius:50%}.partner-tapnow i{transform:rotate(6deg)}.partner-divider{width:1px;height:36px;background:var(--line)}.section{padding:clamp(88px,11vw,160px) 0;position:relative}.section-shell{width:min(calc(100% - 56px),var(--max));margin:0 auto}.section h2{margin:0;font-size:clamp(38px,5.2vw,74px);line-height:1.04;letter-spacing:-.055em}.section-intro{max-width:620px;margin:22px 0 0;color:var(--muted);font-size:17px}.reveal{opacity:0;transform:translateY(28px);transition:opacity .8s var(--ease),transform .8s var(--ease)}.reveal.is-visible{opacity:1;transform:none}.benefits{background:linear-gradient(180deg,var(--bg),var(--surface))}.benefit-layout{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(48px,8vw,120px);align-items:end}body[data-direction=story] .benefit-layout{align-items:start}body[data-direction=story] .benefit-lead{align-self:start}.benefit-lead>p:last-child{max-width:550px;margin:28px 0 0;color:var(--muted);font-size:17px}.benefit-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.benefit-grid article{min-height:190px;padding:26px;border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(145deg,rgb(var(--accent-rgb) / .07),transparent 55%),var(--surface);box-shadow:inset 0 1px #ffffff09}.benefit-grid .benefit-feature{grid-column:1 / -1;min-height:230px;background:linear-gradient(135deg,rgb(var(--accent-rgb) / .2),rgb(var(--accent-rgb) / .035) 58%),var(--surface)}.benefit-feature{display:flex;flex-direction:column;justify-content:center}.benefit-index{display:inline-block;margin-bottom:28px;color:var(--accent);font-family:Consolas,monospace}.benefit-grid h3{margin:0;font-size:22px;line-height:1.25}.benefit-grid p{margin:10px 0 0;color:var(--muted);font-size:14px}.prize-value{display:block;color:var(--accent);font-size:clamp(58px,7vw,92px);font-weight:830;line-height:.92;letter-spacing:-.075em;text-shadow:0 0 36px rgb(var(--accent-rgb) / .18)}.prize-value-small{font-size:clamp(42px,4.7vw,64px)}.benefit-highlight{display:flex;flex-direction:column;justify-content:center}.benefit-soft-list{display:grid;gap:14px}.benefit-soft-list article{min-height:0}.benefit-soft-list .benefit-index{margin-bottom:18px}.schedule{background:var(--surface)}.timeline{margin-top:58px;border-top:1px solid var(--line-strong)}.timeline-item{position:relative;display:grid;grid-template-columns:180px 1fr auto;gap:36px;align-items:start;padding:36px 0;border-bottom:1px solid var(--line)}.timeline-item:before{content:"";position:absolute;width:13px;height:13px;top:-7px;left:0;background:var(--surface);border:2px solid var(--line-strong);border-radius:50%}.timeline-item.is-current:before{border-color:var(--accent);box-shadow:0 0 0 7px rgb(var(--accent-rgb) / .12)}.timeline time{color:var(--accent);font:13px Consolas,monospace}.timeline h3{margin:0;font-size:26px}.timeline p{margin:7px 0 0;color:var(--muted)}.status{padding:6px 11px;border:1px solid var(--line-strong);border-radius:999px;color:var(--muted);font-size:12px}.participation{background:var(--surface)}.participation-layout{min-height:620px;display:grid;grid-template-columns:.9fr 1.1fr;align-items:center;gap:clamp(50px,8vw,120px)}.participation-visual{position:relative;aspect-ratio:1;display:grid;place-items:center}.signal-ring{position:absolute;border:1px solid rgb(var(--accent-rgb) / .4);border-radius:50%}.ring-one{inset:8%}.ring-two{inset:25%;border-style:dashed;animation:spin 18s linear infinite}.signal-core{width:21%;aspect-ratio:1;border-radius:28%;background:var(--accent);box-shadow:0 0 80px rgb(var(--accent-rgb) / .32);transform:rotate(45deg)}.participation-visual:before,.participation-visual:after{content:"";position:absolute;width:9px;height:9px;background:var(--accent)}.participation-visual:before{top:8%;left:50%}.participation-visual:after{bottom:19%;right:16%}@keyframes spin{to{transform:rotate(360deg)}}.process-list{list-style:none;padding:0;margin:42px 0}.process-list li{display:grid;grid-template-columns:160px 1fr;gap:24px;padding:22px 0;border-bottom:1px solid var(--line)}.process-list strong{font-size:17px}.process-list span{color:var(--muted)}.rules-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:clamp(52px,9vw,130px)}.rules-lead{align-self:start;position:sticky;top:calc(var(--header-height) + 34px)}.inline-link{display:inline-flex;gap:14px;margin-top:30px;color:var(--accent);border-bottom:1px solid var(--accent)}.inline-link span{color:var(--muted);font-size:12px;align-self:center}.is-disabled{cursor:not-allowed;opacity:.72}.accordion details{border-bottom:1px solid var(--line)}.accordion summary{position:relative;list-style:none;padding:25px 54px 25px 0;cursor:pointer;font-size:19px;font-weight:650}.accordion summary::-webkit-details-marker{display:none}.accordion summary:after{content:"+";position:absolute;right:8px;color:var(--accent);font-size:26px;font-weight:300}.accordion details[open] summary:after{content:"-"}.accordion p{margin:-8px 0 26px;max-width:700px;color:var(--muted)}.platform-card{position:relative;margin-top:46px;padding:26px;overflow:hidden;border:1px solid var(--line-strong);border-radius:var(--radius);background:radial-gradient(circle at 100% 0,rgb(var(--accent-rgb) / .18),transparent 46%),var(--surface);box-shadow:inset 0 1px #ffffff0a}.platform-card:after{content:"";position:absolute;width:150px;height:150px;right:-80px;bottom:-90px;border:1px solid var(--line-strong);transform:rotate(36deg)}.platform-state{display:inline-block;margin-bottom:22px;color:var(--accent);font:11px Consolas,monospace;letter-spacing:.12em}.platform-card h3{max-width:280px;margin:0;font-size:25px;line-height:1.25;letter-spacing:-.03em}.platform-card p{position:relative;z-index:1;margin:14px 0 24px;color:var(--muted);font-size:14px}.platform-card .button{position:relative;z-index:1}.requirement-list{border-top:1px solid var(--line-strong)}.requirement-list article{display:grid;grid-template-columns:minmax(150px,.65fr) 1.35fr;gap:28px;padding:25px 0;border-bottom:1px solid var(--line)}.requirement-list h3{margin:0;font-size:18px;line-height:1.4}.requirement-list p{margin:0;color:var(--muted);font-size:14px}.upload-specs{margin-top:42px}.rewards{background:var(--surface)}.reward-stage{display:grid;grid-template-columns:1fr 1fr;min-height:520px;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius)}.reward-copy{padding:clamp(36px,6vw,78px);display:flex;flex-direction:column;justify-content:center}.reward-copy>p:last-child{max-width:500px;color:var(--muted)}.reward-placeholder{position:relative;display:flex;flex-direction:column;justify-content:center;padding:clamp(36px,6vw,78px);background:rgb(var(--accent-rgb) / .1);overflow:hidden}.reward-placeholder>span{color:var(--muted)}.reward-placeholder strong{position:relative;z-index:1;margin-top:12px;color:var(--accent);font-size:clamp(64px,8vw,120px);line-height:.9;letter-spacing:-.08em}.reward-lines{position:absolute;inset:0;display:flex;align-items:end;gap:8%;padding:10%;opacity:.36}.reward-lines i{flex:1;height:32%;background:var(--accent);transform:skew(-18deg)}.reward-lines i:nth-child(2){height:62%}.reward-lines i:nth-child(3){height:44%}.reward-lines i:nth-child(4){height:82%}.reward-lines i:nth-child(5){height:56%}.final-cta{text-align:center}.final-cta-inner{min-height:440px;display:flex;flex-direction:column;align-items:center;justify-content:center}.final-cta p{max-width:620px;margin:22px auto 32px;color:var(--muted);font-size:17px}footer{padding:34px 0;border-top:1px solid var(--line);color:var(--muted)}.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:24px}.footer-inner p{font-size:13px}.footer-inner>div:last-child{display:flex;gap:22px;font-size:13px}.mobile-submit{display:none}dialog{color:var(--text)}dialog::backdrop{background:#01060bd1;backdrop-filter:blur(8px)}.submit-dialog{width:min(980px,calc(100% - 32px));height:min(900px,calc(100vh - 32px));height:min(900px,calc(100dvh - 32px));max-height:none;margin:auto;padding:0;border:1px solid var(--line-strong);border-radius:var(--radius);background:var(--bg);overflow:hidden}.dialog-shell{height:100%;display:flex;flex-direction:column}.dialog-header{min-height:104px;padding:22px 28px;display:flex;align-items:center;justify-content:space-between;gap:24px;border-bottom:1px solid var(--line);background:var(--surface)}.dialog-header h2{margin:3px 0 0;font-size:25px;letter-spacing:-.04em}.dialog-label{display:block;margin:0;font-size:10px}.close-button{color:var(--muted);border:1px solid var(--line);border-radius:999px;padding:8px 14px}.close-button:hover{color:var(--text)}.dialog-progress{min-height:54px;display:grid;grid-template-columns:repeat(2,1fr);border-bottom:1px solid var(--line);background:var(--surface)}.dialog-progress span{display:flex;align-items:center;justify-content:center;color:var(--muted);font-size:12px;border-right:1px solid var(--line)}.dialog-progress span:last-child{border-right:0}.dialog-progress span.is-active{color:var(--accent);background:rgb(var(--accent-rgb) / .08)}.dialog-progress span.is-complete:after{content:"✓";margin-left:8px;color:var(--accent)}.dialog-view{flex:1;overflow-y:auto;padding:clamp(24px,5vw,56px)}.login-stage{max-width:620px;margin:0 auto}.login-copy h3,.result-stage h3,.hub-heading h3{margin:0;font-size:clamp(30px,4vw,44px);letter-spacing:-.045em}.login-copy p{color:var(--muted)}label,.field-label{display:block;margin-bottom:8px;font-size:14px;color:#d9ebe9;font-weight:620}input,textarea{width:100%;border:1px solid var(--line-strong);border-radius:var(--radius-small);background:#091421;color:var(--text);padding:13px 14px;transition:border-color .2s ease,box-shadow .2s ease}body[data-direction=particle] input,body[data-direction=particle] textarea{background:#0a0b10}body[data-direction=story] input,body[data-direction=story] textarea{background:#0a2428}body[data-direction=light] input,body[data-direction=light] textarea{background:#fff;color:var(--text)}input::placeholder,textarea::placeholder{color:#87a7a4}input:focus,textarea:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px rgb(var(--accent-rgb) / .13)}.field-hint{margin:8px 0 20px;color:var(--muted);font-size:12px}.step-note{margin:22px 0 0;padding:14px 16px;border-left:2px solid var(--accent);background:rgb(var(--accent-rgb) / .06);color:var(--muted);font-size:13px}.step-back-button{margin-right:auto}.check-row{display:flex;gap:11px;align-items:flex-start;margin:14px 0;color:var(--muted);font-weight:400}.check-row input{flex:0 0 auto;width:18px;height:18px;margin-top:3px;accent-color:var(--accent)}.form-error{min-height:24px;margin:10px 0;color:var(--danger);font-size:13px}.field-error{display:none;margin:8px 0 0;color:var(--danger);font-size:12px;font-weight:620}.field-error:not(:empty){display:block}.has-error input:not([type=checkbox]),.has-error textarea,.has-error .upload-zone{border-color:var(--danger);box-shadow:0 0 0 3px #ff8d8d1a}.has-error .tag-options{outline:1px solid var(--danger);outline-offset:6px;border-radius:var(--radius-small)}.has-error .check-row{color:#ffc1c1}.creator-bar{display:flex;align-items:center;justify-content:space-between;padding:18px 22px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface)}.creator-bar span{display:block;color:var(--muted);font-size:11px}.creator-bar strong{display:block;margin-top:3px}fieldset{margin:32px 0 0;padding:0;border:0}legend{width:100%;margin-bottom:20px;padding-bottom:10px;border-bottom:1px solid var(--line);font-size:19px;font-weight:720}.form-grid{display:grid;gap:16px}.two-col{grid-template-columns:repeat(2,1fr)}.field{margin-top:18px}.upload-zone{min-height:180px;margin:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;border:1px dashed var(--line-strong);border-radius:var(--radius);background:rgb(var(--accent-rgb) / .04);cursor:pointer}.upload-zone:hover{border-color:var(--accent);background:rgb(var(--accent-rgb) / .08)}.upload-zone input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.upload-title{color:var(--accent);font-weight:750}.upload-meta{max-width:500px;margin-top:8px;color:var(--muted);font-size:12px}.upload-note{display:grid;grid-template-columns:120px 1fr;gap:18px;margin-top:12px;padding:15px 18px;border-radius:var(--radius-small);background:var(--surface)}.upload-note strong{color:var(--accent)}.upload-note p{margin:0;color:var(--muted);font-size:12px}.tag-options{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.tag-options label{position:relative;margin:0}.tag-options input{position:absolute;inset:0;z-index:2;width:100%;height:100%;margin:0;opacity:0;cursor:pointer}.tag-options span{position:relative;z-index:1;display:grid;min-height:46px;place-items:center;border:1px solid var(--line-strong);border-radius:var(--radius-small);color:var(--muted);cursor:pointer;pointer-events:none;transition:border-color .2s ease,background .2s ease,color .2s ease,transform .2s var(--ease),opacity .2s ease}.tag-options label:hover span{border-color:rgb(var(--accent-rgb) / .58);color:var(--text)}.tag-options input:checked+span{border-color:var(--accent);background:rgb(var(--accent-rgb) / .12);color:var(--text);box-shadow:inset 0 1px #ffffff0f,0 0 18px rgb(var(--accent-rgb) / .08)}.tag-options input:focus-visible+span{outline:2px solid var(--accent);outline-offset:2px}.tag-options label.is-at-limit span{opacity:.58}.tag-hint{margin-bottom:12px}.label-row{display:flex;justify-content:space-between}.label-row span{color:var(--muted);font-size:12px}.optional{color:var(--muted);font-size:12px;font-weight:400}.file-input{padding:11px}.file-input::file-selector-button{border:0;border-radius:7px;margin-right:12px;padding:8px 12px;background:var(--surface-2);color:var(--text);cursor:pointer}.form-actions{position:sticky;bottom:-56px;display:flex;justify-content:flex-end;gap:12px;margin:34px -56px -56px;padding:18px 56px;border-top:1px solid var(--line);background:rgb(var(--bg-rgb) / .94);backdrop-filter:blur(16px)}.result-stage{min-height:430px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.result-symbol{width:80px;height:80px;margin-bottom:30px;border:1px solid var(--accent);border-radius:26%;background:rgb(var(--accent-rgb) / .14);transform:rotate(45deg)}.result-symbol:after{content:"";display:block;width:24px;height:12px;margin:27px 0 0 25px;border-left:3px solid var(--accent);border-bottom:3px solid var(--accent);transform:rotate(-90deg)}.result-stage p{max-width:520px;color:var(--muted)}.result-actions{display:flex;gap:12px;margin-top:24px}.hub-heading{display:flex;align-items:center;justify-content:space-between;gap:20px}.empty-state{min-height:360px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.empty-visual{width:82px;height:62px;margin-bottom:20px;border:1px solid var(--line-strong);border-radius:var(--radius-small);background:linear-gradient(135deg,transparent 44%,rgb(var(--accent-rgb) / .18) 45% 55%,transparent 56%)}.empty-state h4{margin:0;font-size:22px}.empty-state p{color:var(--muted)}.work-item{margin-top:30px;padding:18px;display:grid;grid-template-columns:130px 1fr auto;gap:20px;align-items:center;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface)}.work-cover{aspect-ratio:16 / 10;display:grid;place-items:center;border-radius:var(--radius-small);background:linear-gradient(135deg,rgb(var(--accent-rgb) / .25),var(--bg));color:var(--accent);font:11px Consolas,monospace}.work-summary h4{margin:7px 0 8px;font-size:20px}.work-summary p{margin:0;color:var(--muted)}.work-status{min-height:24px;display:inline-flex;align-items:center;gap:6px;padding:0 9px;border:0;border-radius:2px;background:var(--accent);color:#090909;font:850 10px Consolas,monospace;letter-spacing:.06em;white-space:nowrap}.work-status:before{content:"";width:5px;height:5px;border-radius:50%;background:currentColor;opacity:.72}.work-status[data-status=评审中]{color:#fff;background:#2467ff;box-shadow:0 0 16px #2467ff3d}.profile-work>.button:disabled{cursor:not-allowed;opacity:.5;transform:none;box-shadow:none}.work-tags{display:flex;flex-wrap:wrap;gap:7px;min-height:25px}.work-tag{display:inline-flex;align-items:center;min-height:25px;padding:0 9px;border:1px solid var(--line-strong);border-radius:999px;color:var(--text);background:rgb(var(--accent-rgb) / .1);font-size:12px}.work-tag.is-empty{color:var(--muted);background:transparent}.confirm-dialog{width:min(520px,calc(100% - 32px));margin:auto;padding:0;border:1px solid var(--line-strong);border-radius:var(--radius);background:var(--surface)}.confirm-box{padding:36px;text-align:center}.confirm-mark{width:56px;height:56px;display:grid;place-items:center;margin:0 auto 22px;border:1px solid var(--danger);border-radius:50%;color:var(--danger);font-weight:800}.confirm-box h2{margin:0;font-size:30px}.confirm-box p{color:var(--muted)}.confirm-actions{display:flex;justify-content:center;gap:10px;margin-top:28px}.toast{position:fixed;left:50%;bottom:28px;z-index:50;max-width:calc(100% - 32px);padding:12px 18px;border:1px solid var(--line-strong);border-radius:999px;background:var(--text);color:var(--bg);font-size:13px;opacity:0;transform:translate(-50%,16px);pointer-events:none;transition:opacity .3s var(--ease),transform .3s var(--ease)}.toast[popover]{inset:auto auto 28px 50%;margin:0}.toast.is-visible{opacity:1;transform:translate(-50%);animation:toast-in .3s var(--ease)}@keyframes toast-in{0%{opacity:0;transform:translate(-50%,16px)}}.visually-hidden{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}.user-chip{min-height:42px;display:inline-flex;align-items:center;gap:10px;padding:4px 14px 4px 5px;border:1px solid rgb(var(--accent-rgb) / .42);border-radius:999px;background:rgb(var(--bg-rgb) / .42);color:var(--text);cursor:pointer;box-shadow:inset 0 1px #ffffff14,0 0 20px rgb(var(--accent-rgb) / .08);backdrop-filter:blur(14px);transition:transform .25s var(--ease),border-color .25s ease,box-shadow .25s ease}.user-chip:hover{transform:translateY(-1px);border-color:var(--accent);box-shadow:inset 0 1px #ffffff1f,0 0 28px rgb(var(--accent-rgb) / .16)}.avatar{display:grid;place-items:center;flex:0 0 auto;border:1px solid rgb(var(--accent-rgb) / .5);border-radius:50%;background:radial-gradient(circle at 30% 24%,rgb(255 255 255 / .34),transparent 32%),linear-gradient(135deg,var(--accent),#277977);color:var(--accent-ink);font-weight:850;background-size:cover;background-position:center;box-shadow:0 0 22px rgb(var(--accent-rgb) / .2)}.avatar-small{width:32px;height:32px;font-size:13px}.avatar-large{width:76px;height:76px;font-size:25px}body.is-profile-view .nav-links,body.is-profile-view .nav-actions>.text-button[href],body.is-profile-view .nav-actions>[data-login-button],body.is-profile-view .nav-actions>[data-user-entry]{display:none}.login-dialog{width:min(620px,calc(100% - 28px));margin:auto;padding:0;border:0;border-radius:0;background:transparent;overflow:visible}.login-modal{position:relative;display:grid;grid-template-columns:248px 1fr;min-height:430px;overflow:hidden;border:1px solid rgb(255 255 255 / .08);border-radius:3px;background:#26272d;box-shadow:0 30px 90px #00000080}.login-brand-pane{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;background:#171a1f}.login-brand-pane:before{content:"";position:absolute;inset:-20%;background:radial-gradient(ellipse at 22% 48%,#f0821e 0 28%,transparent 48%),radial-gradient(ellipse at 70% 50%,#42d0e7 0 13%,transparent 32%),linear-gradient(122deg,transparent 0 36%,rgb(255 255 255 / .18) 45%,transparent 58%);filter:blur(4px);opacity:.98}.login-brand-pane:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#00000026,#00000075)}.youku-play{position:relative;z-index:1;width:62px;height:44px;margin-bottom:12px;background:#fff;clip-path:polygon(16% 0,72% 50%,16% 100%,30% 50%);filter:drop-shadow(0 12px 30px rgb(0 0 0 / .22))}.login-brand-pane strong{position:relative;z-index:1;color:#fff;font-size:25px;letter-spacing:.04em}.login-brand-pane p{position:relative;z-index:1;margin:34px 0 0;color:#ffffffe6;font-size:14px;letter-spacing:.32em}.login-panel{position:relative;padding:38px 42px 28px;text-align:center}.login-close{position:absolute;right:12px;top:10px;min-width:0;width:24px;height:24px;display:grid;place-items:center;padding:0;border:0;background:#ffffff14;color:#ffffffc7}.login-tabs{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:34px}.login-tabs button{position:relative;border:0;background:transparent;color:#d7d9e1;cursor:default;font-size:13px}.login-tabs button.is-active{color:#4db8f0}.login-tabs button.is-active:after{content:"";position:absolute;left:50%;bottom:-9px;width:22px;height:2px;transform:translate(-50%);background:#4db8f0}.qr-login-area{width:132px;height:132px;margin:0 auto;padding:10px;border:0;border-radius:5px;background:#fff;cursor:pointer;box-shadow:0 0 0 1px #ffffff24,0 16px 36px #00000040;transition:transform .25s var(--ease),box-shadow .25s ease}.qr-login-area:hover{transform:translateY(-2px);box-shadow:0 0 0 1px #ffffff38,0 0 34px #4db8f038}.qr-code{display:block;width:100%;height:100%;background:conic-gradient(from 90deg,#111 0 25%,#fff 0 50%,#111 0 75%,#fff 0) 0 0 / 18px 18px,linear-gradient(#111,#111) 10px 10px / 24px 24px no-repeat,linear-gradient(#111,#111) calc(100% - 34px) 10px / 24px 24px no-repeat,linear-gradient(#111,#111) 10px calc(100% - 34px) / 24px 24px no-repeat,#fff;image-rendering:pixelated}.login-tip{margin:13px 0 22px;font-size:12px;color:#8a8d98}.login-tip strong,.login-tip span{display:block}.login-tip strong{color:#58bef0;font-weight:620}.login-divider{display:grid;grid-template-columns:1fr auto 1fr;gap:14px;align-items:center;color:#717581;font-size:12px}.login-divider:before,.login-divider:after{content:"";height:1px;background:#ffffff14}.login-provider-list{display:flex;justify-content:center;gap:18px;margin-top:22px}.login-provider-list span{width:28px;height:28px;display:grid;place-items:center;border-radius:50%;color:#fff;font-size:13px;font-weight:760}.login-provider-list span:nth-child(1){background:#f28a34}.login-provider-list span:nth-child(2){background:#4caae9}.login-provider-list span:nth-child(3){background:#52c85c}.login-provider-list span:nth-child(4){background:#4ca7da}.login-provider-list span:nth-child(5){background:#db594d}.login-consent{margin:20px auto 0;max-width:280px;color:#8090a0;font-size:11px;line-height:1.7}.login-consent span{width:10px;height:10px;display:inline-block;margin-right:5px;border:1px solid #a0a7af;border-radius:50%;vertical-align:-1px}.avatar-field,.avatar-editor{display:flex;align-items:center;gap:18px}.two-span{grid-column:1 / -1}.upload-controls{display:flex;justify-content:flex-end;gap:8px;margin-top:8px}.cover-upload{position:relative;min-height:190px;margin:0;display:grid;place-items:center;gap:5px;padding:28px;border:1px dashed var(--line-strong);border-radius:var(--radius);background:linear-gradient(135deg,rgb(var(--accent-rgb) / .06),rgb(var(--bg-rgb) / .42));background-size:cover;background-position:center;cursor:pointer;text-align:center;overflow:hidden}.cover-upload input{position:absolute;inset:0;z-index:2;width:100%;height:100%;margin:0;opacity:0;cursor:pointer}.cover-upload span{color:var(--accent);font-weight:760}.cover-upload small{max-width:360px;color:var(--muted)}.cover-upload.has-cover{border-style:solid;color:#fff}.cover-upload.has-cover span,.cover-upload.has-cover small{text-shadow:0 2px 10px rgb(0 0 0 / .6);color:#fff}.cover-remove{margin-top:8px;padding-left:0}.profile-page{min-height:100dvh;padding-top:var(--header-height);background:radial-gradient(circle at 76% 0%,rgb(var(--accent-rgb) / .13),transparent 32%),linear-gradient(180deg,#082025,var(--bg) 46%)}.profile-hero{position:relative;min-height:390px;display:flex;align-items:stretch;overflow:hidden}.profile-hero:before{content:"";position:absolute;inset:-10% 0 auto;height:460px;background:linear-gradient(115deg,rgb(var(--accent-rgb) / .1),transparent 34%),url(./profile-hero-default.png) center 28% / cover no-repeat;opacity:.22;mask-image:linear-gradient(180deg,black,transparent 88%)}.profile-shell{position:relative;z-index:1}.profile-shell-compact{display:grid;align-content:end;gap:24px;padding-top:30px;padding-bottom:44px}.profile-back-link{justify-self:start;display:inline-flex;align-items:center;gap:8px;border:0;background:transparent;padding:8px 0;color:var(--accent);cursor:pointer;font-weight:680}.profile-back-link:before{content:"";width:9px;height:9px;border-left:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg)}.profile-back-link:hover{color:var(--text)}.profile-title h1{margin:0;font-size:clamp(34px,4.6vw,54px);line-height:1.02;letter-spacing:-.055em}.profile-title p:last-child{max-width:560px;margin:14px 0 0;color:var(--muted)}.profile-summary-card{padding:18px;border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(135deg,rgb(var(--accent-rgb) / .08),rgb(var(--bg-rgb) / .58));box-shadow:inset 0 1px #ffffff0d;backdrop-filter:blur(12px)}.profile-info-display{display:grid;grid-template-columns:minmax(210px,auto) 1fr auto;gap:24px;align-items:center}.profile-person{display:flex;align-items:center;gap:16px}.profile-person span,.profile-contact-list dt{display:block;color:var(--muted);font-size:12px}.profile-person strong{display:block;margin-top:3px;font-size:22px;line-height:1.15;letter-spacing:-.035em}.profile-contact-list{display:grid;grid-template-columns:repeat(2,minmax(140px,1fr));gap:14px;margin:0}.profile-contact-list div{min-height:54px;padding:10px 14px;border:1px solid rgb(var(--accent-rgb) / .12);border-radius:var(--radius-small);background:rgb(var(--bg-rgb) / .3)}.profile-contact-list dd{margin:2px 0 0;color:var(--text);font-weight:680;word-break:break-all}.profile-edit-button{justify-self:end;color:var(--accent);white-space:nowrap}.profile-form-compact{display:grid;grid-template-columns:auto 1fr auto;gap:20px;align-items:center}.profile-fields-compact{display:grid;grid-template-columns:1fr 1fr 1.35fr;gap:14px}.profile-fields-compact .field{margin-top:0}.profile-fields-compact label{margin-bottom:6px;color:var(--muted);font-size:12px}.profile-fields-compact input{min-height:42px;padding:10px 12px;background:#051519b8}.profile-save-link{justify-self:end;color:var(--accent);white-space:nowrap}.profile-content{padding-top:24px}.profile-stack{display:grid;gap:18px}.profile-card{position:relative;overflow:hidden;padding:30px;border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(145deg,rgb(var(--accent-rgb) / .07),transparent 58%),rgb(var(--surface-rgb, 11 34 39) / .78);box-shadow:inset 0 1px #ffffff0a}.profile-card:after{content:"";position:absolute;inset:auto -90px -120px auto;width:220px;height:220px;border:1px solid rgb(var(--accent-rgb) / .16);transform:rotate(18deg);pointer-events:none}.profile-card-head{position:relative;z-index:1;display:flex;align-items:start;justify-content:space-between;gap:18px;margin-bottom:24px}.works-head{padding-bottom:20px;border-bottom:1px solid var(--line)}.profile-card-label{display:block;color:var(--accent);font:11px Consolas,monospace;letter-spacing:.12em}.profile-card h2{margin:6px 0 0;font-size:26px;line-height:1.2;letter-spacing:-.04em}.profile-chip{padding:5px 10px;border:1px solid var(--line-strong);border-radius:999px;color:var(--accent);font-size:12px}.profile-form,.profile-work,.profile-empty{position:relative;z-index:1}.profile-empty{min-height:260px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.profile-empty h3{margin:0;font-size:24px}.profile-empty p{max-width:360px;margin:10px auto 22px;color:var(--muted)}.profile-work-list{position:relative;z-index:1;display:grid;gap:12px}.profile-work{display:grid;grid-template-columns:184px 1fr auto;gap:22px;align-items:center;padding:18px;border:1px solid rgb(var(--accent-rgb) / .14);border-radius:var(--radius);background:rgb(var(--bg-rgb) / .42)}.profile-work-cover{position:relative;aspect-ratio:16 / 9;display:grid;place-items:center;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius-small);background:linear-gradient(135deg,rgb(var(--accent-rgb) / .25),rgb(var(--bg-rgb) / .82));background-size:cover;background-position:center;color:var(--accent);font:12px Consolas,monospace}.profile-work-topline{display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;gap:10px;margin-bottom:12px}.profile-work-info h3{margin:0;font-size:clamp(22px,2.4vw,30px);letter-spacing:-.045em}.profile-work-info p{margin:12px 0 0;color:var(--muted);font-size:13px}.profile-list-actions{position:relative;z-index:1;display:flex;justify-content:center;margin-top:22px;padding-top:24px;border-top:1px solid var(--line)}.form-actions-inline{position:static;margin:28px 0 0;padding:0;border:0;background:none;backdrop-filter:none}.profile-edit-dialog{width:min(560px,calc(100% - 32px));margin:auto;padding:0;border:1px solid var(--line-strong);border-radius:var(--radius);background:var(--bg);overflow:hidden}.profile-edit-box{background:linear-gradient(145deg,rgb(var(--accent-rgb) / .08),transparent 56%),var(--surface)}.profile-edit-form{padding:28px}.rules-detail-page{min-height:100dvh;background:radial-gradient(circle at 78% 8%,rgb(var(--accent-rgb) / .14),transparent 30%),var(--bg)}.rules-detail-header{border-bottom-color:var(--line);background:rgb(var(--bg-rgb) / .82);backdrop-filter:blur(18px)}.rules-detail-back{display:inline-flex;align-items:center;gap:9px;color:var(--muted);font-size:14px}.rules-detail-back:before{content:"";width:8px;height:8px;border-left:1px solid currentColor;border-bottom:1px solid currentColor;transform:rotate(45deg)}.rules-detail-back:hover{color:var(--text)}.rules-detail-main{min-height:100dvh;display:grid;place-items:center;padding:calc(var(--header-height) + 64px) 28px 64px}.rules-placeholder{width:min(760px,100%);padding:clamp(34px,7vw,74px);border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(145deg,rgb(var(--accent-rgb) / .09),transparent 58%),var(--surface);box-shadow:inset 0 1px #ffffff0d,0 32px 90px #0003}.rules-placeholder .section-kicker{margin-bottom:18px}.rules-placeholder h1{margin:0;font-size:clamp(40px,7vw,76px);line-height:1;letter-spacing:-.06em}.rules-placeholder p{max-width:520px;margin:24px 0 34px;color:var(--muted);font-size:16px}@media(max-width:1024px){.nav-links{display:none}.direction-panel{top:auto;bottom:112px;left:max(28px,calc((100vw - var(--max)) / 2 + 28px));right:auto;width:auto;transform:none;padding:8px}.direction-panel>p{display:none}.direction-tabs{display:flex}.direction-tabs button{width:auto}.direction-tabs button span{display:none}.hero-content{width:70vw}.hero-scrim{background:linear-gradient(90deg,rgb(var(--bg-rgb) / .96),rgb(var(--bg-rgb) / .48) 62%,rgb(var(--bg-rgb) / .2)),linear-gradient(0deg,var(--bg),transparent 28%)}.benefit-layout,.participation-layout,.rules-layout{grid-template-columns:1fr}.benefit-layout{align-items:start}.participation-visual{width:min(520px,80vw);justify-self:center}.rules-layout{gap:60px}.rules-lead{position:static}.profile-form-compact{grid-template-columns:1fr;align-items:start}.profile-save-link{justify-self:start;padding-left:0}.profile-fields-compact{grid-template-columns:repeat(2,1fr)}.profile-fields-compact .field:last-child{grid-column:1 / -1}.profile-info-display{grid-template-columns:1fr auto;align-items:start}.profile-contact-list{grid-column:1 / -1}.profile-work{grid-template-columns:160px 1fr}.profile-work>.button{grid-column:2;justify-self:start}}@media(max-width:767px){:root{--header-height: 64px}.nav-shell,.section-shell{width:100%;padding-inline:20px}.nav-shell{padding-inline:18px}.nav-actions{display:none}.menu-button{display:block;padding:6px 0;color:var(--muted)}.hero{min-height:100dvh;align-items:flex-start}.hero-rules-link{top:calc(var(--header-height) + 18px);right:20px;min-height:38px;padding-inline:14px;font-size:12px}.hero-image,body[data-direction=particle] .hero-image{object-position:64% center}body[data-direction=story] .hero-image{object-position:58% center}body[data-direction=story] .hero-content{padding-bottom:96px}body[data-direction=story] .hero h1{font-size:clamp(44px,13vw,60px);white-space:normal}.hero-title-break{display:block}.hero-scrim{background:linear-gradient(180deg,rgb(var(--bg-rgb) / .4),rgb(var(--bg-rgb) / .6) 42%,rgb(var(--bg-rgb) / .98) 84%),linear-gradient(90deg,rgb(var(--bg-rgb) / .7),transparent)}body[data-direction=story] .hero-scrim{background:radial-gradient(circle at 64% 24%,rgb(var(--accent-rgb) / .15),transparent 32%),linear-gradient(180deg,rgb(var(--bg-rgb) / .24),rgb(var(--bg-rgb) / .52) 42%,rgb(var(--bg-rgb) / .96) 86%),linear-gradient(90deg,rgb(var(--bg-rgb) / .62),transparent)}.hero-content{width:auto;margin:0;padding:132px 20px 270px}.hero-status{flex-wrap:wrap;gap:8px;margin-bottom:18px;font-size:10px}.hero-status time{padding-left:8px}.eyebrow{margin-bottom:16px;font-size:10px}.hero h1{max-width:92vw;font-size:clamp(45px,14vw,68px);line-height:1}.hero-copy{margin-top:20px;font-size:15px}.hero-actions{margin-top:26px}.button-hero{min-width:138px}.direction-panel{left:20px;right:20px;bottom:106px;overflow-x:auto}.direction-tabs{min-width:max-content}.direction-tabs button{font-size:13px}.hero-facts{min-height:82px;padding:12px 20px;grid-template-columns:repeat(3,1fr);gap:10px}.hero-facts div{display:block}.hero-facts strong{display:block;font-size:18px}.hero-facts span{display:block;font-size:10px;line-height:1.25}body[data-direction=light] .hero{min-height:100dvh}body[data-direction=light] .hero-content{width:auto;padding-bottom:330px}body[data-direction=light] .hero-scrim{background:linear-gradient(180deg,rgb(var(--bg-rgb) / .98),rgb(var(--bg-rgb) / .84) 48%,rgb(var(--bg-rgb) / .16) 78%,rgb(var(--bg-rgb) / .8))}body[data-direction=light] .light-grid{background-size:42px 42px;mask-image:linear-gradient(180deg,black,transparent 88%)}body[data-direction=light] .idea-collage{inset:42% 0 82px}.idea-item{transition-duration:.2s}.idea-film{width:43vw;right:42%;top:1%}.idea-blob{width:46vw;right:-5%;top:4%}.idea-sound{width:39vw;right:35%;bottom:-12%}.idea-lens{width:36vw;right:0;bottom:-14%}.code-one{left:6%;top:48%}.code-two{right:4%;top:38%}.code-three{left:48%;bottom:10%}body[data-direction=light] .motion-permission{display:block;bottom:166px}.section{padding:84px 0}.partner-strip{background:linear-gradient(180deg,transparent 0%,rgb(var(--bg-rgb) / .54) 28%,rgb(var(--bg-rgb) / .88) 100%)}.partner-shell{width:100%;min-height:0;padding:14px 20px calc(14px + env(safe-area-inset-bottom));flex-direction:column;align-items:stretch;gap:12px}.partner-group{justify-content:space-between;gap:16px}.partner-list{flex-wrap:wrap;justify-content:flex-end;gap:18px}.partner-divider{width:100%;height:1px}.partner-logo{font-size:13px}.section h2{font-size:clamp(36px,11vw,54px)}.section-intro,.benefit-lead>p:last-child{font-size:15px}.benefit-grid{grid-template-columns:1fr}.benefit-grid .benefit-feature{grid-column:auto}.prize-value{font-size:clamp(54px,17vw,78px)}.prize-value-small{font-size:clamp(42px,13vw,58px)}.timeline{margin-top:42px}.timeline-item{grid-template-columns:1fr auto;gap:12px;padding:28px 0}.timeline time{grid-column:1 / -1}.timeline-copy{grid-column:1}.status{grid-column:2;grid-row:2}.timeline h3{font-size:22px}.participation-layout{min-height:auto;gap:44px}.participation-visual{width:80vw}.process-list li{grid-template-columns:1fr;gap:5px}.requirement-list article{grid-template-columns:1fr;gap:8px;padding:22px 0}.reward-stage{grid-template-columns:1fr;min-height:0}.reward-placeholder{min-height:300px}.footer-inner{flex-direction:column;align-items:flex-start}.footer-inner>div:last-child{flex-wrap:wrap}.mobile-submit{display:flex;position:fixed;z-index:14;left:20px;right:20px;bottom:max(16px,env(safe-area-inset-bottom));width:calc(100% - 40px);box-shadow:0 14px 42px #00000052;transition:opacity .25s var(--ease),transform .25s var(--ease)}body.is-in-hero .mobile-submit{opacity:0;transform:translateY(12px);pointer-events:none}.submit-dialog{width:100%;max-width:none;height:100dvh;max-height:none;margin:0;border:0;border-radius:0}.dialog-header{min-height:86px;padding:16px 20px}.dialog-header h2{font-size:21px}.dialog-view{padding:24px 20px 120px}.dialog-progress span{font-size:11px}.two-col{grid-template-columns:1fr}.tag-options{grid-template-columns:repeat(2,1fr)}.upload-note{grid-template-columns:1fr;gap:4px}.form-actions{position:fixed;left:0;right:0;bottom:0;z-index:2;margin:0;padding:14px 20px max(14px,env(safe-area-inset-bottom));background:rgb(var(--bg-rgb) / .97)}.form-actions .button{flex:1}.submit-step[data-submit-step=work] .form-actions{flex-wrap:wrap}.submit-step[data-submit-step=work] .step-back-button{flex:1 0 100%;padding:2px 0 8px;text-align:left}.work-item{grid-template-columns:92px 1fr}.work-item>.button{grid-column:1 / -1;width:100%}.confirm-box{padding:28px 22px}.confirm-actions{flex-direction:column-reverse}.confirm-actions .button{width:100%}.user-chip{width:100%;justify-content:flex-start;margin-top:8px}.login-dialog{width:100%;max-width:none;height:100dvh;max-height:none;margin:0}.login-modal{min-height:100%;grid-template-columns:1fr;border:0;border-radius:0}.login-brand-pane{min-height:150px}.login-brand-pane p{margin-top:18px;font-size:12px}.login-panel{padding:28px 24px 30px}.login-tabs{gap:10px;margin-bottom:30px}.qr-login-area{width:150px;height:150px}.avatar-field,.avatar-editor{align-items:flex-start}.cover-upload{min-height:160px}.profile-page{padding-top:var(--header-height)}.profile-hero{min-height:auto}.profile-shell-compact{gap:18px;padding-top:22px;padding-bottom:26px}.profile-title h1{font-size:clamp(32px,10vw,44px)}.profile-summary-card{padding:16px}.profile-info-display{grid-template-columns:1fr;gap:16px}.profile-contact-list{grid-template-columns:1fr}.profile-edit-button{justify-self:start;padding-left:0}.profile-fields-compact{grid-template-columns:1fr}.profile-fields-compact .field:last-child{grid-column:auto}.profile-card{padding:22px}.profile-card-head{flex-direction:column;align-items:flex-start}.profile-chip{font-size:11px}.profile-work{grid-template-columns:1fr}.profile-work>.button{grid-column:auto;justify-self:stretch}.profile-work-topline{flex-direction:row;align-items:center}.profile-work>.button{width:100%}.profile-work-cover{width:100%}.profile-edit-dialog{width:100%;max-width:none;min-height:100dvh;margin:0;border:0;border-radius:0}body.is-profile-view .mobile-submit{display:none}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.reveal{opacity:1;transform:none}}@media(prefers-reduced-transparency:reduce){.site-header.is-scrolled,.direction-panel,.button-ghost,.hero-facts,.form-actions{backdrop-filter:none;background:var(--surface)}}body[data-direction=street]{color-scheme:dark;--bg: #080808;--bg-rgb: 8 8 8;--surface: #111113;--surface-rgb: 17 17 19;--surface-2: #19191d;--line: rgb(255 255 255 / .13);--line-strong: rgb(255 255 255 / .28);--text: #f3f1ea;--muted: #aaa9a4;--accent: #c8ff00;--accent-rgb: 200 255 0;--accent-ink: #090909;--street-pink: #ff2e91;--street-blue: #2447ff;--street-silver: #d9d9d5;--radius: 7px;--radius-small: 4px;--hero-left-rail: max(28px, calc((100vw - var(--max)) / 2));--hero-right-rail: max(28px, calc((100vw - var(--max)) / 2));--hero-kv-shift: 0px;--handwriting-texture: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNDQwIDkyMCc+PGcgZmlsbD0nd2hpdGUnIGZpbGwtb3BhY2l0eT0nLjA3NScgZm9udC1mYW1pbHk9J1NlZ29lIFByaW50LEJyYWRsZXkgSGFuZCxjdXJzaXZlJyBmb250LXN0eWxlPSdpdGFsaWMnPjx0ZXh0IHg9JzQ1JyB5PScxMzAnIGZvbnQtc2l6ZT0nODInIHRyYW5zZm9ybT0ncm90YXRlKC03IDQ1IDEzMCknPkFNQVpJTkcgQUk8L3RleHQ+PHRleHQgeD0nODgwJyB5PScyNzAnIGZvbnQtc2l6ZT0nNTQnIHRyYW5zZm9ybT0ncm90YXRlKDYgODgwIDI3MCknPmNvbGxlY3RpbmcgaWRlYXM8L3RleHQ+PHRleHQgeD0nNTMwJyB5PSc0MjAnIGZvbnQtc2l6ZT0nMzgnIHRyYW5zZm9ybT0ncm90YXRlKC0zIDUzMCA0MjApJz5JREVBUyBJTiBNT1RJT048L3RleHQ+PHRleHQgeD0nMTYwJyB5PSc1ODAnIGZvbnQtc2l6ZT0nNjQnIHRyYW5zZm9ybT0ncm90YXRlKDQgMTYwIDU4MCknPkVWRVJZT05FIENBTiBDUkVBVEU8L3RleHQ+PHRleHQgeD0nOTAwJyB5PSc3OTAnIGZvbnQtc2l6ZT0nOTInIHRyYW5zZm9ybT0ncm90YXRlKC04IDkwMCA3OTApJz5DUkVBVElPTjwvdGV4dD48dGV4dCB4PSc3MCcgeT0nODYwJyBmb250LXNpemU9JzM0JyB0cmFuc2Zvcm09J3JvdGF0ZSgyIDcwIDg2MCknPk1BS0UgU09NRVRISU5HIEFNQVpJTkc8L3RleHQ+PC9nPjwvc3ZnPg==);background:radial-gradient(circle at 84% 4%,rgb(255 46 145 / .055),transparent 28%),radial-gradient(circle at 16% 78%,rgb(36 71 255 / .05),transparent 32%),#080808}body[data-direction=street]:before{opacity:.16;mix-blend-mode:soft-light}body[data-direction=street] main{position:relative;isolation:isolate;background:#080808}body[data-direction=street] main:before{content:"";position:absolute;z-index:0;inset:100dvh 0 0;pointer-events:none;background-image:linear-gradient(rgb(255 255 255 / .032) 1px,transparent 1px),linear-gradient(90deg,rgb(255 255 255 / .032) 1px,transparent 1px),linear-gradient(rgb(200 255 0 / .028) 1px,transparent 1px),linear-gradient(90deg,rgb(36 71 255 / .034) 1px,transparent 1px);background-position:center top,center top,center top,center top;background-repeat:repeat,repeat,repeat,repeat;background-size:64px 64px,64px 64px,256px 256px,256px 256px;opacity:.72;mix-blend-mode:screen}body[data-direction=street] main>section{position:relative;z-index:1}body[data-direction=street] .site-header.is-scrolled{background:#080808d1;border-color:#ffffff1f;box-shadow:0 10px 34px #0000002e}body[data-direction=street] .nav-shell{width:min(calc(100% - 56px),var(--max));max-width:none;padding-inline:0}body[data-direction=street] .brand-mark{width:26px;height:26px;gap:2px;transform:rotate(-7deg);filter:drop-shadow(5px 5px 0 rgb(255 46 145 / .55))}body[data-direction=street] .brand-mark i:nth-child(2),body[data-direction=street] .brand-mark i:nth-child(3){background:var(--street-blue)}body[data-direction=street] .brand-copy strong{font-weight:900;letter-spacing:-.06em}body[data-direction=street] .brand-copy small{color:#d4d2ca;font-family:Consolas,SFMono-Regular,monospace;letter-spacing:.06em}body[data-direction=street] .nav-links a{position:relative;padding:7px 9px;color:#d0cec7;font-weight:760}body[data-direction=street] .nav-links a:before{content:"";position:absolute;z-index:-1;inset:4px 1px;background:var(--accent);transform:scaleX(0) rotate(-1deg);transform-origin:left;transition:transform .22s var(--ease)}body[data-direction=street] .nav-links a:hover{color:#080808}body[data-direction=street] .nav-links a:hover:before{transform:scaleX(1) rotate(-1deg)}body[data-direction=street] .button{min-height:48px;border:0;border-radius:2px;background:var(--accent);color:#080808;clip-path:polygon(0 0,calc(100% - 11px) 0,100% 11px,100% 100%,11px 100%,0 calc(100% - 11px));box-shadow:none;text-transform:uppercase;letter-spacing:.02em}body[data-direction=street] .button:hover{background:#e4ff74;transform:translate(-2px,-2px) rotate(-.7deg);box-shadow:6px 6px 0 var(--street-pink)}body[data-direction=street] .button-ghost{border:1px solid rgb(255 255 255 / .34);background:#0a0a0aa8;color:var(--text);backdrop-filter:blur(12px)}body[data-direction=street] .button-ghost:hover{border-color:var(--street-blue);background:#2447ff2e;color:#fff;box-shadow:6px 6px #2447ff94}body[data-direction=street] .hero{min-height:max(760px,100dvh);background:#050505}body[data-direction=street] .hero:after{content:"";position:absolute;z-index:0;inset:0;pointer-events:none;background-image:var(--handwriting-texture);background-position:center 12%;background-repeat:no-repeat;background-size:1440px 920px;opacity:.32;mix-blend-mode:screen;mask-image:linear-gradient(180deg,black 0 78%,transparent 100%)}body[data-direction=street] .hero-image{object-position:center center;transform:translate(var(--hero-kv-shift)) scale(1.012);filter:saturate(1.02) contrast(1.02);animation:none}body[data-direction=street] .hero-scrim{background:linear-gradient(180deg,rgb(0 0 0 / .22),transparent 22%,transparent 55%,rgb(8 8 8 / .34) 72%,#080808 100%),linear-gradient(90deg,rgb(0 0 0 / .12),transparent 34%,transparent 74%,rgb(0 0 0 / .12))}body[data-direction=street] .story-current{display:none}.street-stickers{position:absolute;inset:var(--header-height) 0 96px;z-index:1;pointer-events:none;font:800 10px/1 Consolas,SFMono-Regular,monospace;letter-spacing:.12em}.street-stickers span{position:absolute;display:block;padding:8px 11px;border:1px solid rgb(255 255 255 / .5);background:#080808c2;box-shadow:4px 4px #00000052;backdrop-filter:blur(6px)}.street-stickers span:nth-child(1){left:4.2%;top:15%;color:#080808;background:var(--accent);transform:rotate(-6deg)}.street-stickers span:nth-child(2){left:43%;bottom:13%;color:#fff;border-color:var(--street-pink);transform:rotate(4deg)}.street-stickers span:nth-child(3){right:3.6%;top:42%;color:#080808;background:#f4f1e9;transform:rotate(90deg);transform-origin:center}body[data-direction=street] .hero-rules-link{top:calc(var(--header-height) + 22px);right:var(--hero-right-rail);min-height:46px;border:0;border-radius:2px;background:#f4f1e9;color:#090909;font-weight:860;transform:rotate(2deg);clip-path:polygon(8px 0,100% 0,calc(100% - 7px) 100%,0 calc(100% - 4px));box-shadow:7px 7px #2447ffb3}body[data-direction=street] .hero-rules-link:hover{transform:translateY(-2px) rotate(-1deg);border-color:transparent;background:var(--accent)}body[data-direction=street] .hero-content{position:absolute;z-index:4;left:var(--hero-left-rail);right:var(--hero-right-rail);bottom:124px;width:auto;margin:0;padding:0;display:grid;grid-template-columns:minmax(360px,1fr) auto;align-items:end;gap:18px 48px}.hero-accessible-title{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}body[data-direction=street] .hero-status{grid-column:1;align-self:end;width:fit-content;margin:0;padding:12px 16px;background:#080808db;border:1px solid rgb(255 255 255 / .26);color:var(--accent);font-size:14px;font-weight:820;letter-spacing:.08em;backdrop-filter:blur(8px);box-shadow:7px 7px #ff2e9129}body[data-direction=street] .hero-status span{display:inline-flex;align-items:center;gap:9px}body[data-direction=street] .hero-status span:before{content:"";width:8px;height:8px;flex:0 0 auto;border-radius:50%;background:var(--accent);box-shadow:0 0 14px #c8ff00b3}body[data-direction=street] .hero-status time{padding-left:14px;color:#f4f1e9;font-size:13px;font-weight:760;letter-spacing:.07em}body[data-direction=street] .hero-copy{grid-column:1;max-width:540px;margin:-6px 0 0;color:#f1efe7;font-size:16px;line-height:1.7;text-shadow:0 2px 12px black}body[data-direction=street] .hero-actions{grid-column:2;grid-row:1 / span 2;margin:0;display:grid;grid-template-columns:auto auto;align-items:center;gap:14px}body[data-direction=street] .hero-actions .button-hero{position:relative;isolation:isolate;overflow:hidden;min-width:228px;min-height:70px;padding-inline:30px 24px;justify-content:space-between;gap:28px;font-size:18px;font-weight:920;letter-spacing:.06em;filter:drop-shadow(8px 8px 0 rgb(255 46 145 / .82));animation:none}body[data-direction=street] .hero-actions .button-hero>span,body[data-direction=street] .hero-actions .button-hero>svg{position:relative;z-index:1}body[data-direction=street] .hero-actions .button-hero:before{content:"";position:absolute;z-index:0;top:-45%;bottom:-45%;left:-56%;width:38%;pointer-events:none;background:linear-gradient(90deg,transparent 0,rgb(255 255 255 / .22) 24%,rgb(255 255 255 / .96) 50%,rgb(255 255 255 / .22) 76%,transparent 100%);filter:blur(.35px);transform:skew(-20deg) translate(-220%);animation:hero-cta-shine 2.65s cubic-bezier(.3,.05,.2,1) infinite;mix-blend-mode:screen}body[data-direction=street] .hero-actions .cta-arrow-icon{width:28px;height:28px;overflow:visible;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round;transition:transform .24s var(--ease)}body[data-direction=street] .hero-actions .button-hero:hover{transform:translate(-3px,-3px) rotate(-.7deg);filter:drop-shadow(11px 11px 0 rgb(255 46 145 / .92))}body[data-direction=street] .hero-actions .button-hero:hover:before{animation-duration:1.15s}body[data-direction=street] .hero-actions .button-hero:hover .cta-arrow-icon{transform:translate(3px,-3px)}body[data-direction=street] .hero-actions .button-ghost{min-width:132px;min-height:54px;padding-inline:20px}body[data-direction=street] .partner-strip{background:linear-gradient(180deg,transparent,rgb(8 8 8 / .34) 42%,rgb(8 8 8 / .68));border-top:0;backdrop-filter:none}body[data-direction=street] .partner-shell{width:auto;margin:0 var(--hero-right-rail) 0 var(--hero-left-rail);border-top:0}body[data-direction=street] .partner-role{color:var(--accent)}body[data-direction=street] .partner-logo-mark,body[data-direction=street] .partner-libtv i,body[data-direction=street] .partner-tapnow i{border-radius:0;transform:rotate(-4deg)}body[data-direction=street] .section{overflow:hidden;border-top:0;background:transparent}body[data-direction=street] .section:before{display:none}body[data-direction=street] .section-shell{position:relative;z-index:1}body[data-direction=street] .benefits:before{content:"AWARDS"}body[data-direction=street] .schedule:before{content:"TIMELINE";left:-1%;right:auto}body[data-direction=street] .rules:before{content:"CREATE"}body[data-direction=street] .section-kicker,body[data-direction=street] .dialog-label,body[data-direction=street] .profile-card-label{width:fit-content;margin-bottom:20px;padding:0;background:transparent;color:#f3f1ea94;font-weight:720;letter-spacing:.14em;transform:none}body[data-direction=street] .section h2{max-width:900px;font-weight:920;letter-spacing:-.07em}body[data-direction=street] .benefits{background:transparent}body[data-direction=street] .benefit-layout{align-items:start}body[data-direction=street] .benefit-grid{gap:18px;transform:rotate(.2deg)}body[data-direction=street] .benefit-grid article,body[data-direction=street] .profile-card,body[data-direction=street] .profile-summary-card,body[data-direction=street] .platform-card{border:1px solid rgb(255 255 255 / .2);border-radius:0;background:linear-gradient(145deg,rgb(255 255 255 / .045),transparent 56%),#111113;clip-path:polygon(0 0,calc(100% - 18px) 0,100% 18px,100% 100%,12px 100%,0 calc(100% - 12px));box-shadow:10px 12px #00000038}body[data-direction=street] .benefit-grid .benefit-feature{position:relative;background:radial-gradient(circle at 84% 15%,rgb(255 255 255 / .08),transparent 28%),#141417e6}body[data-direction=street] .benefit-grid .benefit-feature:after{content:"PRIZE / 01";position:absolute;top:18px;right:-18px;padding:0;background:transparent;color:#f3f1ea6b;font:700 10px Consolas,monospace;letter-spacing:.12em;transform:rotate(5deg)}body[data-direction=street] .benefit-highlight{transform:rotate(-1deg)}body[data-direction=street] .benefit-soft-list article:first-child{border-top:1px solid rgb(255 255 255 / .2)}body[data-direction=street] .benefit-soft-list article:last-child{border-top:1px solid rgb(255 255 255 / .2);transform:rotate(1deg)}body[data-direction=street] .benefit-index{color:var(--accent);font-size:11px;font-weight:800;letter-spacing:.08em}body[data-direction=street] .prize-value{color:#f4f1e9;text-shadow:4px 4px 0 rgb(36 71 255 / .5)}body[data-direction=street] .schedule{background:transparent}body[data-direction=street] .timeline{display:grid;gap:12px;border-top:0}body[data-direction=street] .timeline-item{min-height:126px;padding:24px 24px 24px 34px;border:1px solid rgb(255 255 255 / .15);background:#111113db;clip-path:polygon(0 0,calc(100% - 12px) 0,100% 12px,100% 100%,0 100%);transition:transform .24s var(--ease),border-color .24s ease,background .24s ease}body[data-direction=street] .timeline-item:before{width:1px;height:auto;inset:0 auto 0 0;border:0;border-radius:0;background:#ffffff38}body[data-direction=street] .timeline-item:nth-child(2):before,body[data-direction=street] .timeline-item:nth-child(3):before,body[data-direction=street] .timeline-item:nth-child(4):before{background:#ffffff38}body[data-direction=street] .timeline-item:hover{transform:translate(7px);border-color:#ffffff52;background:#151519}body[data-direction=street] .timeline-item.is-current{box-shadow:8px 8px #ffffff0e}body[data-direction=street] .timeline time{color:var(--accent);font-weight:800}body[data-direction=street] .status{border-radius:2px;background:#ffffff0d}body[data-direction=street] .rules{background:transparent}body[data-direction=street] .inline-link{border-bottom:1px solid rgb(255 255 255 / .36);font-weight:800}body[data-direction=street] .platform-card{border-left:1px solid rgb(255 255 255 / .2)}body[data-direction=street] .platform-state{border:1px solid rgb(255 255 255 / .2);border-radius:0;background:transparent;color:var(--muted)}body[data-direction=street] .requirement-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;border-top:0;counter-reset:requirement}body[data-direction=street] .requirement-list article{position:relative;display:block;min-height:190px;padding:28px;border:1px solid rgb(255 255 255 / .16);background:#111113;counter-increment:requirement;overflow:hidden}body[data-direction=street] .requirement-list article:before{content:"0" counter(requirement);display:block;margin-bottom:36px;color:var(--accent);font:900 12px Consolas,monospace}body[data-direction=street] .requirement-list article:after{content:"";position:absolute;width:64px;height:18px;right:-9px;top:12px;background:#d9d9d52e;transform:rotate(7deg)}body[data-direction=street] .requirement-list article:nth-child(2){border-top:1px solid rgb(255 255 255 / .16);transform:translateY(20px)}body[data-direction=street] .requirement-list article:nth-child(3){border-top:1px solid rgb(255 255 255 / .16)}body[data-direction=street] .requirement-list article:nth-child(4){transform:translateY(20px)}body[data-direction=street] .awards-layout{display:grid;grid-template-columns:minmax(260px,.72fr) minmax(0,1.28fr);gap:18px;align-items:stretch}body[data-direction=street] .section-heading{grid-column:1 / -1;margin-bottom:28px}body[data-direction=street] .section-heading h2{max-width:none}body[data-direction=street] .award-total{position:relative;min-height:100%;display:flex;flex-direction:column;justify-content:space-between;padding:clamp(28px,4vw,52px);border:1px solid rgb(255 255 255 / .2);background:linear-gradient(135deg,rgb(200 255 0 / .12),transparent 44%),#111113eb;clip-path:polygon(0 0,calc(100% - 22px) 0,100% 22px,100% 100%,0 100%);overflow:hidden}body[data-direction=street] .award-total:after{content:"TOTAL PRIZE";position:absolute;right:-12px;bottom:48px;color:#ffffff0e;font:900 clamp(32px,5vw,72px)/.82 Consolas,monospace;writing-mode:vertical-rl;letter-spacing:-.08em}body[data-direction=street] .award-total>span{color:#f3f1ea9e;font:800 12px Consolas,monospace;letter-spacing:.14em}body[data-direction=street] .award-total strong{position:relative;z-index:1;display:flex;align-items:baseline;color:#f4f1e9;font-size:clamp(28px,3vw,48px);line-height:.9}body[data-direction=street] .award-total strong b{font-size:clamp(76px,9vw,142px);letter-spacing:-.09em;text-shadow:6px 6px 0 rgb(36 71 255 / .52)}body[data-direction=street] .award-tier-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}body[data-direction=street] .award-tier{min-width:0;padding:clamp(24px,3vw,38px);border:1px solid rgb(255 255 255 / .18);background:#111113e6}body[data-direction=street] .award-tier-major{background:linear-gradient(145deg,rgb(36 71 255 / .14),transparent 55%),#111113eb}body[data-direction=street] .award-tier-head{display:flex;gap:18px;align-items:flex-start}body[data-direction=street] .award-symbol{width:38px;height:38px;display:grid;place-items:center;flex:0 0 auto;border:1px solid rgb(255 255 255 / .3);border-radius:50%;color:var(--accent);font:900 11px Consolas,monospace}body[data-direction=street] .award-tier-head span:not(.award-symbol){display:block;margin-bottom:8px;color:#f3f1ea85;font-size:12px}body[data-direction=street] .award-tier h3{margin:0;font-size:clamp(24px,2.2vw,34px)}body[data-direction=street] .award-cash{margin:34px 0 30px;color:#f3f1ea9e;font-size:15px}body[data-direction=street] .award-cash strong{margin-right:7px;color:#f4f1e9;font-size:clamp(42px,4.4vw,68px);line-height:1;letter-spacing:-.07em}body[data-direction=street] .award-tier dl{margin:0;border-top:1px solid rgb(255 255 255 / .15)}body[data-direction=street] .award-tier dl div{display:grid;grid-template-columns:92px 1fr;gap:14px;padding:17px 0;border-bottom:1px solid rgb(255 255 255 / .1)}body[data-direction=street] .award-tier dt{color:#f3f1ea7a;font-size:12px}body[data-direction=street] .award-tier dd{margin:0;color:#f4f1e9;font-size:14px;line-height:1.65}body[data-direction=street] .award-tier dl div:first-child dd{color:var(--accent);font-size:18px;font-weight:850}body[data-direction=street] .creator-program{grid-column:1 / -1;display:grid;grid-template-columns:minmax(120px,.25fr) minmax(0,1fr);align-items:center;gap:clamp(24px,5vw,72px);margin-top:2px;padding:clamp(28px,4vw,48px);border:1px solid rgb(255 255 255 / .18);background:linear-gradient(90deg,rgb(255 255 255 / .055),transparent 44%),#111113e0}body[data-direction=street] .creator-program-index{color:transparent;-webkit-text-stroke:1px rgb(200 255 0 / .68);font:950 clamp(64px,8vw,118px)/.8 Consolas,monospace;letter-spacing:-.1em}body[data-direction=street] .creator-program h3{margin:0 0 12px;font-size:clamp(24px,2.8vw,38px)}body[data-direction=street] .creator-program p{max-width:880px;margin:0;color:var(--muted);font-size:15px;line-height:1.9}body[data-direction=street] .timeline-item{grid-template-columns:minmax(170px,.36fr) minmax(0,1fr) auto;align-items:center}body[data-direction=street] .timeline h3{font-size:clamp(24px,2.5vw,34px)}body[data-direction=street] .timeline p{max-width:760px;line-height:1.75}body[data-direction=street] .timeline-step{color:#f3f1ea42;font:800 11px Consolas,monospace;letter-spacing:.14em}body[data-direction=street] .requirements-layout{display:grid;gap:52px}body[data-direction=street] .requirements-heading{max-width:760px}body[data-direction=street] .requirement-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}body[data-direction=street] .requirement-list article,body[data-direction=street] .requirement-list article:nth-child(2),body[data-direction=street] .requirement-list article:nth-child(3),body[data-direction=street] .requirement-list article:nth-child(4){min-height:218px;display:flex;flex-direction:column;justify-content:flex-end;padding:30px;border:1px solid rgb(255 255 255 / .16);background:linear-gradient(145deg,rgb(255 255 255 / .04),transparent 60%),#111113;transform:none}body[data-direction=street] .requirement-list article:before{position:absolute;top:26px;left:30px;margin:0}body[data-direction=street] .requirement-list article:after{width:44px;height:44px;right:26px;top:24px;border:1px solid rgb(255 255 255 / .14);border-radius:50%;background:radial-gradient(circle,rgb(200 255 0 / .42) 0 2px,transparent 3px);transform:none}body[data-direction=street] .requirement-list h3{margin:0;max-width:520px;font-size:clamp(22px,2.2vw,32px);line-height:1.25;letter-spacing:-.035em}body[data-direction=street] .requirement-list p{margin:14px 0 0;color:var(--muted);font-size:15px;line-height:1.7}@media(max-width:960px){body[data-direction=street] .awards-layout{grid-template-columns:1fr}body[data-direction=street] .award-total{min-height:300px}body[data-direction=street] .award-tier-grid{grid-template-columns:1fr 1fr}}@media(max-width:700px){body[data-direction=street] .section-heading{margin-bottom:12px}body[data-direction=street] .award-total{min-height:250px}body[data-direction=street] .award-tier-grid{grid-template-columns:1fr}body[data-direction=street] .award-tier dl div{grid-template-columns:80px 1fr}body[data-direction=street] .creator-program{grid-template-columns:1fr}body[data-direction=street] .creator-program-index{font-size:78px}body[data-direction=street] .timeline-item{grid-template-columns:1fr auto;align-items:start}body[data-direction=street] .timeline time{grid-column:1}body[data-direction=street] .timeline-step{grid-column:2;grid-row:1}body[data-direction=street] .timeline-copy{grid-column:1 / -1}body[data-direction=street] .requirement-list{grid-template-columns:1fr}body[data-direction=street] .requirement-list article,body[data-direction=street] .requirement-list article:nth-child(2),body[data-direction=street] .requirement-list article:nth-child(3),body[data-direction=street] .requirement-list article:nth-child(4){min-height:194px}}body[data-direction=street] .requirement-list article:nth-child(5){grid-column:1 / -1;min-height:150px;border-left:1px solid rgb(255 255 255 / .16)}body[data-direction=street] .requirement-list h3{margin-bottom:12px;font-size:22px}body[data-direction=street] .accordion{margin-top:46px;border-top:1px solid var(--line-strong)}body[data-direction=street] footer{background:#050505;border-top:1px solid rgb(255 255 255 / .12)}body[data-direction=street] .submit-dialog,body[data-direction=street] .profile-edit-dialog,body[data-direction=street] .confirm-dialog{border-radius:0;border-color:#ffffff42;background:#0b0b0d;box-shadow:16px 16px #2447ff2e}body[data-direction=street] .dialog-header{position:relative;background:#141417;border-bottom-color:#ffffff26}body[data-direction=street] .dialog-header:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:4px;background:linear-gradient(90deg,var(--accent) 0 32%,var(--street-pink) 32% 58%,var(--street-blue) 58% 100%)}body[data-direction=street] .dialog-progress span.is-active{color:#090909;background:var(--accent);font-weight:850}body[data-direction=street] input,body[data-direction=street] textarea{border-radius:2px;border-color:#fff3;background:#111114}body[data-direction=street] input:focus,body[data-direction=street] textarea:focus{border-color:var(--accent);box-shadow:4px 4px #c8ff001f}body[data-direction=street] .upload-zone,body[data-direction=street] .cover-upload{border-radius:2px;background:linear-gradient(135deg,rgb(36 71 255 / .08),transparent),#101013}body[data-direction=street] .tag-option span{border-radius:2px}body[data-direction=street] .tag-option input:checked+span{background:var(--accent);color:#090909;box-shadow:4px 4px 0 var(--street-pink)}body[data-direction=street] .profile-page{background:linear-gradient(180deg,#0000002e,#080808 42%),#080808}body[data-direction=street] .profile-hero:before{background:linear-gradient(180deg,#00000014,#080808),url(./hero-street-collage.png) center / cover no-repeat;opacity:.24}body[data-direction=street] .profile-back-link,body[data-direction=street] .profile-edit-button,body[data-direction=street] .profile-save-link{color:var(--accent)}body[data-direction=street] .profile-chip,body[data-direction=street] .work-status{border-radius:2px}body[data-direction=street] .profile-work{border-radius:0;background:#101013}body[data-direction=street] .profile-work-cover{border-radius:2px}body[data-direction=street].rules-detail-page{background:radial-gradient(circle at 84% 18%,rgb(255 46 145 / .1),transparent 24%),linear-gradient(125deg,transparent 0 68%,rgb(36 71 255 / .07) 68% 72%,transparent 72%),#080808}body[data-direction=street] .rules-placeholder{position:relative;border-radius:0;border-left:8px solid var(--accent);background:#111113;box-shadow:16px 16px #ff2e9124}@keyframes hero-cta-shine{0%,34%{transform:skew(-20deg) translate(-220%);opacity:0}38%{opacity:1}68%{transform:skew(-20deg) translate(620%);opacity:1}73%,to{transform:skew(-20deg) translate(620%);opacity:0}}@media(max-width:1024px){body[data-direction=street] .hero-content{grid-template-columns:1fr;right:var(--hero-right-rail)}body[data-direction=street] .hero-actions{grid-column:1;grid-row:auto;justify-self:start}body[data-direction=street] .requirement-list{grid-template-columns:1fr}body[data-direction=street] .requirement-list article:nth-child(2),body[data-direction=street] .requirement-list article:nth-child(4){transform:none}body[data-direction=street] .requirement-list article:nth-child(5){grid-column:auto}}@media(max-width:767px){body[data-direction=street]{--hero-left-rail: 20px;--hero-right-rail: 20px;--hero-kv-shift: 0px}body[data-direction=street] .nav-shell{width:100%;padding-inline:18px}body[data-direction=street] .brand-copy small{max-width:136px;overflow:hidden;text-overflow:ellipsis}body[data-direction=street] .hero{min-height:920px}body[data-direction=street] .hero-image{height:58%;object-position:65% center;filter:saturate(1.04) contrast(1.04)}body[data-direction=street] .hero-scrim{background:linear-gradient(180deg,#00000014 0 36%,#000000d1 58%,#080808 78%)}body[data-direction=street] .hero-content{position:relative;inset:auto;z-index:4;display:block;width:100%;margin:0;padding:480px 20px 245px}body[data-direction=street] .hero-accessible-title{position:static!important;width:auto!important;height:auto!important;margin:22px 0 0!important;overflow:visible!important;clip:auto!important;white-space:normal!important;font-size:clamp(42px,13vw,62px);line-height:.92;font-weight:950;letter-spacing:-.075em;text-shadow:4px 4px 0 rgb(36 71 255 / .5)}body[data-direction=street] .hero-status{margin:0;padding:11px 13px;font-size:11px;line-height:1.45}body[data-direction=street] .hero-status time{padding-left:10px;font-size:11px}body[data-direction=street] .hero-copy{margin-top:18px}body[data-direction=street] .hero-actions{width:100%;margin-top:30px;grid-template-columns:minmax(0,1fr) auto;gap:12px}body[data-direction=street] .hero-actions .button-hero{width:100%;min-width:0;min-height:66px;padding-inline:22px 18px;font-size:17px}body[data-direction=street] .hero-actions .button-ghost{min-height:56px}body[data-direction=street] .hero-rules-link{top:calc(var(--header-height) + 16px);right:18px}body[data-direction=street] .partner-shell{width:100%;margin:0;padding-inline:20px}.street-stickers{inset:var(--header-height) 0 auto;height:430px;overflow:hidden}.street-stickers span:nth-child(1){left:18px;top:26px}.street-stickers span:nth-child(2){left:26px;bottom:34px}.street-stickers span:nth-child(3){display:none}body[data-direction=street] .partner-strip{background:linear-gradient(180deg,transparent,rgb(8 8 8 / .5) 46%,rgb(8 8 8 / .82))}body[data-direction=street] main:before{background-size:48px 48px,48px 48px,192px 192px,192px 192px;opacity:.54}body[data-direction=street] .hero:after{background-size:920px 588px;opacity:.24}body[data-direction=street] .section:before{top:1%;font-size:30vw}body[data-direction=street] .benefit-grid article{padding:22px}body[data-direction=street] .timeline-item{display:grid;min-height:0;padding:22px 18px 22px 26px}body[data-direction=street] .requirement-list article{min-height:0;padding:24px}body[data-direction=street] .requirement-list article:before{margin-bottom:22px}body[data-direction=street] .submit-dialog,body[data-direction=street] .profile-edit-dialog{box-shadow:none}}body[data-direction=street] .awards-layout{display:block}body[data-direction=street] .awards-layout .section-heading{margin:0 0 40px;padding-bottom:30px;border-bottom:1px solid rgb(255 255 255 / .16)}body[data-direction=street] .awards-layout .section-kicker{margin-bottom:18px}body[data-direction=street] .awards-layout .section-heading h2{max-width:980px;font-size:clamp(42px,5.5vw,76px);line-height:.98}body[data-direction=street] .award-total{min-height:188px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:32px;padding:38px 42px}body[data-direction=street] .award-total:after{display:none}body[data-direction=street] .award-total>span{align-self:center;font-size:13px}body[data-direction=street] .award-total strong{justify-self:end;white-space:nowrap}body[data-direction=street] .award-total strong b{font-size:clamp(76px,8vw,118px)}body[data-direction=street] .award-tier-grid{margin-top:18px;gap:18px}body[data-direction=street] .award-tier{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-rows:auto 1fr;column-gap:28px;row-gap:30px;min-height:392px;padding:36px 40px}body[data-direction=street] .award-tier-head{grid-column:1;grid-row:1;align-items:center}body[data-direction=street] .award-tier-head span:not(.award-symbol){margin-bottom:6px}body[data-direction=street] .award-cash{grid-column:2;grid-row:1;align-self:center;margin:0;white-space:nowrap;text-align:right}body[data-direction=street] .award-cash strong{display:block;margin:0 0 6px;font-size:clamp(44px,4vw,62px)}body[data-direction=street] .award-tier dl{grid-column:1 / -1;grid-row:2;align-self:end}body[data-direction=street] .award-tier dl div{grid-template-columns:112px minmax(0,1fr);gap:22px;padding:18px 0}body[data-direction=street] .award-tier dt,body[data-direction=street] .award-tier dd{align-self:baseline}body[data-direction=street] .creator-program{margin-top:18px;min-height:188px;grid-template-columns:138px minmax(0,1fr);padding:38px 42px}body[data-direction=street] .creator-program-index{justify-self:start;font-size:clamp(72px,7vw,104px)}body[data-direction=street] .creator-program h3{margin-bottom:10px}@media(max-width:900px){body[data-direction=street] .award-tier{grid-template-columns:1fr;grid-template-rows:auto auto 1fr;min-height:430px}body[data-direction=street] .award-tier-head{grid-column:1;grid-row:1}body[data-direction=street] .award-cash{grid-column:1;grid-row:2;justify-self:start;text-align:left}body[data-direction=street] .award-cash strong{display:inline;margin-right:7px}body[data-direction=street] .award-tier dl{grid-column:1;grid-row:3}}@media(max-width:700px){body[data-direction=street] .awards-layout .section-heading{margin-bottom:24px;padding-bottom:22px}body[data-direction=street] .awards-layout .section-heading h2{font-size:clamp(36px,11vw,50px);line-height:1.04}body[data-direction=street] .award-total{min-height:220px;display:flex;align-items:flex-start;padding:28px}body[data-direction=street] .award-total strong{align-self:flex-end;justify-self:auto}body[data-direction=street] .award-total strong b{font-size:clamp(72px,25vw,104px)}body[data-direction=street] .award-tier{min-height:0;padding:28px;row-gap:24px}body[data-direction=street] .award-tier dl div{grid-template-columns:88px minmax(0,1fr);gap:14px}body[data-direction=street] .creator-program{min-height:0;grid-template-columns:1fr;gap:22px;padding:28px}}body[data-direction=street]{--hand-grid: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20360%20360'%3e%3cg%20fill='none'%20stroke-linecap='round'%20stroke-linejoin='round'%3e%3cg%20stroke='%23f3f1ea'%20stroke-opacity='.16'%20stroke-width='2.35'%3e%3cpath%20d='M2-7C-3%2056%206%20119%201%20181S5%20302%200%20367'/%3e%3cpath%20d='M89-7C95%2055%2086%20119%2091%20181S87%20303%2090%20367'/%3e%3cpath%20d='M181-7C175%2054%20184%20117%20179%20180S184%20306%20180%20367'/%3e%3cpath%20d='M269-7C275%2057%20266%20119%20271%20182S267%20302%20270%20367'/%3e%3cpath%20d='M-7%201C55%206%20118-4%20180%202S303-3%20367%201'/%3e%3cpath%20d='M-7%2091C56%2085%20119%2095%20181%2089S304%2094%20367%2090'/%3e%3cpath%20d='M-7%20179C54%20185%20117%20175%20180%20181S305%20176%20367%20180'/%3e%3cpath%20d='M-7%20271C56%20265%20119%20275%20182%20269S303%20274%20367%20270'/%3e%3c/g%3e%3cg%20stroke='%23f3f1ea'%20stroke-opacity='.07'%20stroke-width='1.45'%3e%3cpath%20d='M94-7C89%2057%2096%20120%2092%20183'/%3e%3cpath%20d='M-7%2095C57%2090%20119%2097%20183%2093'/%3e%3cpath%20d='M274%20177C270%20238%20276%20301%20272%20367'/%3e%3cpath%20d='M177%20275C239%20270%20302%20277%20367%20273'/%3e%3c/g%3e%3cpath%20d='M1-7C-4%2086%206%20177%200%20367'%20stroke='%23c8ff00'%20stroke-opacity='.13'%20stroke-width='2.7'/%3e%3cpath%20d='M-7%201C87%206%20179-5%20367%201'%20stroke='%232447ff'%20stroke-opacity='.15'%20stroke-width='2.8'/%3e%3c/g%3e%3c/svg%3e")}body[data-direction=street] main:before{background-image:var(--hand-grid);background-position:center top;background-repeat:repeat;background-size:252px 252px;opacity:.38;mix-blend-mode:screen;-webkit-mask-image:linear-gradient(to bottom,transparent 0,rgb(0 0 0 / .18) 64px,rgb(0 0 0 / .68) 170px,black 250px);mask-image:linear-gradient(to bottom,transparent 0,rgb(0 0 0 / .18) 64px,rgb(0 0 0 / .68) 170px,black 250px)}body[data-direction=street] main{--film-collage: url(./film-collage-elements.png)}body[data-direction=street] main:after{content:"";position:absolute;z-index:0;inset:auto -28px auto auto;top:calc(100dvh + 250px);width:min(340px,25vw);height:760px;pointer-events:none;background-image:var(--film-collage);background-position:right top;background-repeat:no-repeat;background-size:500px auto;opacity:.14;mix-blend-mode:screen;-webkit-mask-image:linear-gradient(to bottom,transparent,black 90px,black calc(100% - 90px),transparent);mask-image:linear-gradient(to bottom,transparent,black 90px,black calc(100% - 90px),transparent);display:none}body[data-direction=street] .benefits:after,body[data-direction=street] .schedule:after,body[data-direction=street] .rules:after{content:"";position:absolute;z-index:0;pointer-events:none;background-image:var(--film-collage);background-repeat:no-repeat;mix-blend-mode:screen}body[data-direction=street] .benefits:after{width:220px;height:290px;left:-54px;top:180px;background-position:left top;background-size:300px auto;opacity:.14}body[data-direction=street] .schedule:after{width:205px;height:260px;right:-42px;top:220px;background-position:right 48%;background-size:330px auto;opacity:.12}body[data-direction=street] .rules:after{width:215px;height:270px;left:-46px;bottom:120px;background-position:left bottom;background-size:315px auto;opacity:.13}@media(max-width:767px){body[data-direction=street] main:before{background-size:210px 210px;opacity:.31;-webkit-mask-image:linear-gradient(to bottom,transparent 0,rgb(0 0 0 / .2) 54px,rgb(0 0 0 / .72) 150px,black 220px);mask-image:linear-gradient(to bottom,transparent 0,rgb(0 0 0 / .2) 54px,rgb(0 0 0 / .72) 150px,black 220px)}body[data-direction=street] main:after{top:calc(100dvh + 320px);right:-76px;width:210px;height:460px;background-size:320px auto;opacity:.08}body[data-direction=street] .benefits:after,body[data-direction=street] .schedule:after,body[data-direction=street] .rules:after{width:150px;height:190px;opacity:.075;background-size:235px auto}body[data-direction=street] .benefits:after{left:-72px;top:170px}body[data-direction=street] .schedule:after{right:-74px;top:210px}body[data-direction=street] .rules:after{left:-70px;bottom:110px}}.preview-rules-page{display:none;position:fixed;inset:0;z-index:300;overflow:auto;min-height:100dvh;background:#080808;color:#f4f1e8}.preview-rules-page:target{display:block}.preview-rules-header{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:0 max(28px,calc((100vw - 1280px)/2 + 28px));border-bottom:1px solid rgb(244 241 232 / .18);background:#080808eb}.preview-rules-back{color:#c8ff00;font-size:14px;font-weight:800}.preview-rules-body{min-height:calc(100dvh - 72px);width:min(760px,calc(100% - 40px));margin:0 auto;display:grid;align-content:center;justify-items:start;padding:80px 0}.preview-rules-body h1{margin:20px 0 18px;font-size:clamp(52px,9vw,112px);line-height:.92;letter-spacing:-.08em}.preview-rules-body>p:not(.section-kicker){max-width:640px;margin:0 0 34px;color:#aaa7a0;font-size:17px;line-height:1.9}@media(max-width:767px){.preview-rules-header{min-height:64px;padding:0 18px}.preview-rules-header .brand-copy small{display:none}.preview-rules-body{min-height:calc(100dvh - 64px);padding:64px 0}}body[data-direction=street] main:before{opacity:.22;-webkit-mask-image:linear-gradient(to bottom,transparent 0,rgb(0 0 0 / .12) 90px,rgb(0 0 0 / .5) 210px,black 330px);mask-image:linear-gradient(to bottom,transparent 0,rgb(0 0 0 / .12) 90px,rgb(0 0 0 / .5) 210px,black 330px)}body[data-direction=street] .partner-divider,body[data-direction=street] .timeline-item:before{display:none}body[data-direction=street] .hero-status time{padding-left:0;border-left:0}body[data-direction=street] .awards-layout .section-heading{margin-bottom:32px;padding-bottom:0;border-bottom:0}body[data-direction=street] .awards-layout{background:linear-gradient(90deg,rgb(255 255 255 / .045),transparent 44%),#111113f5}body[data-direction=street] .award-tier dl{display:grid;gap:8px;border-top:0}body[data-direction=street] .award-tier dl div{padding:14px 16px;border-bottom:0;background:#ffffff09}body[data-direction=street] .timeline-item{padding-left:28px;background:#111113f0}body[data-direction=street] .works-head,body[data-direction=street] .profile-list-actions{border-top:0;border-bottom:0}body[data-direction=street] footer{border-top:0}@media(max-width:767px){body[data-direction=street] main:before{opacity:.17;-webkit-mask-image:linear-gradient(to bottom,transparent 0,rgb(0 0 0 / .1) 72px,rgb(0 0 0 / .46) 170px,black 270px);mask-image:linear-gradient(to bottom,transparent 0,rgb(0 0 0 / .1) 72px,rgb(0 0 0 / .46) 170px,black 270px)}}body[data-direction=street] .awards-layout{padding:0;border:0;background:transparent}body[data-direction=street] .submit-dialog,body[data-direction=street] .profile-edit-dialog,body[data-direction=street] .confirm-dialog{box-shadow:0 24px 70px #00000085}body[data-direction=street] .dialog-header:after{display:none}body[data-direction=street] .upload-zone,body[data-direction=street] .cover-upload{background:#101013}body[data-direction=street] .tag-option input:checked+span,body[data-direction=street] .tag-options input:checked+span{box-shadow:none}.video-upload-progress{margin-top:14px;padding:16px 18px;border:1px solid rgb(255 255 255 / .14);background:#101013}.video-upload-stage{position:relative}.video-upload-stage>.upload-zone,.video-upload-stage>.video-preview{margin:0}.video-progress-copy{display:flex;align-items:center;justify-content:space-between;gap:20px;color:var(--muted);font-size:12px}.video-progress-copy strong{color:var(--text);font:800 12px Consolas,monospace}.video-progress-track{height:6px;margin-top:11px;overflow:hidden;background:#ffffff14}.video-progress-track i{display:block;width:0;height:100%;background:var(--accent);transition:width .12s linear}.video-upload-progress.is-complete{border-color:#c8ff004d}.video-upload-progress.is-error{border-color:#ff8d8d61}.video-upload-progress.is-error .video-progress-track i{background:var(--danger)}.video-preview{margin-top:14px;overflow:hidden;border:1px solid rgb(255 255 255 / .16);background:#050506;transform:translateZ(0)}.video-preview video{display:block;width:100%;aspect-ratio:16 / 9;background:#000;object-fit:contain;transform:translateZ(0)}.video-preview-footer{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:14px 16px;background:#101013}.video-preview-footer strong,.video-preview-footer span{display:block}.video-preview-footer strong{max-width:560px;overflow:hidden;color:var(--text);font-size:13px;text-overflow:ellipsis;white-space:nowrap}.video-preview-footer span{margin-top:3px;color:var(--muted);font-size:11px}@media(max-width:600px){.video-preview-footer{align-items:stretch;flex-direction:column}.video-preview-footer .button{width:100%}}.dual-brand{gap:10px}.brand-wordmark{display:block;flex:0 0 auto}.brand-wordmark img{display:block;width:100%;height:auto;object-fit:contain}.brand-wordmark-orca{width:128px}.partner-wordmark{display:block;flex:0 0 auto;height:auto;object-fit:contain}.partner-wordmark-orca{width:124px}.partner-wordmark-youku{width:60px}.dual-brand .brand-copy strong{font-size:13px;letter-spacing:-.02em}.dual-brand .brand-copy-ai strong{color:var(--accent)}.brand-divider{width:1px;height:22px;background:#ffffff3d}.hero-status em{color:var(--text);font-style:normal;letter-spacing:.04em}.partner-shell{justify-content:flex-start;gap:clamp(18px,2.6vw,38px)}.partner-group{gap:12px}.partner-list{gap:clamp(14px,2vw,28px)}.partner-youku i,.partner-bilibili i,.partner-lingji i{width:24px;height:24px;display:grid;place-items:center;border:1px solid var(--line-strong);color:var(--accent);font: 10px Consolas,monospace}body[data-direction=street] .partner-youku i,body[data-direction=street] .partner-bilibili i,body[data-direction=street] .partner-lingji i{border-radius:0;transform:rotate(-3deg)}body[data-direction=street] .creator-program{grid-template-columns:74px 1fr;min-height:0;padding:24px 28px;border-color:#ffffff1f;background:#ffffff06}body[data-direction=street] .creator-program-index{align-self:start;font-size:48px;line-height:1;opacity:.5}body[data-direction=street] .creator-program h3{font-size:clamp(20px,2vw,28px)}body[data-direction=street] .requirement-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:0;border-top:1px solid rgb(255 255 255 / .16);border-left:1px solid rgb(255 255 255 / .16)}body[data-direction=street] .requirement-list article,body[data-direction=street] .requirement-list article:nth-child(2),body[data-direction=street] .requirement-list article:nth-child(3),body[data-direction=street] .requirement-list article:nth-child(4),body[data-direction=street] .requirement-list article:nth-child(5),body[data-direction=street] .requirement-list article:nth-child(6){grid-column:auto;min-height:148px;display:grid;grid-template-columns:42px 1fr;align-items:start;gap:20px;padding:28px;border:0;border-right:1px solid rgb(255 255 255 / .16);border-bottom:1px solid rgb(255 255 255 / .16);background:#111113b8;transform:none}body[data-direction=street] .requirement-list article:before{position:static;margin:2px 0 0;color:var(--accent);font:900 12px Consolas,monospace}body[data-direction=street] .requirement-list h3{margin:0;max-width:none;font-size:clamp(18px,1.65vw,24px);line-height:1.45;letter-spacing:-.025em}.video-specs{margin-top:18px;padding:20px;border:1px solid rgb(255 255 255 / .14);background:#ffffff06}.video-specs>strong{display:block;margin-bottom:14px;color:var(--text);font-size:14px}.video-specs ul{margin:0;padding:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;list-style:none;background:#ffffff14}.video-specs li{min-width:0;padding:12px 14px;background:#101013;color:var(--text);font-size:12px;line-height:1.5}.video-specs li span{display:block;margin-bottom:3px;color:var(--muted);font-size:10px}.tag-options{grid-template-columns:repeat(3,minmax(0,1fr))}.intro-field>label{display:block;margin-bottom:10px}.intro-control{position:relative}.intro-control textarea{display:block;padding-bottom:42px}.intro-control #intro-count{position:absolute;right:14px;bottom:12px;padding:4px 7px;background:#080808d1;color:var(--muted);font-size:11px;pointer-events:none}.profile-title>.section-kicker:last-child{max-width:none;margin:0 0 20px}.footer-inner>.dual-brand{flex:0 1 auto}@media(max-width:1100px){.partner-shell{gap:16px}.partner-logo strong{font-size:12px}}@media(max-width:767px){.site-header .dual-brand .brand-divider,.site-header .dual-brand .brand-copy-ai{display:none}.dual-brand .brand-copy strong{font-size:12px}.hero-status em{flex-basis:100%}.partner-shell{align-items:flex-start;flex-direction:column;gap:9px;min-height:126px;padding:14px 0 18px}.partner-divider{display:none}.partner-group{width:100%;justify-content:space-between}.partner-logo i,.partner-logo-mark{width:20px;height:20px}.site-header .brand-wordmark-orca,.partner-wordmark-orca{width:108px}.partner-wordmark-youku{width:54px}body[data-direction=street] .requirement-list{grid-template-columns:1fr}body[data-direction=street] .requirement-list article,body[data-direction=street] .requirement-list article:nth-child(5){min-height:0;grid-template-columns:34px 1fr;padding:22px 20px}.video-specs ul,.tag-options{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-inner .dual-brand{flex-wrap:wrap}}body[data-direction=street] .hero-content{grid-template-columns:minmax(620px,820px) auto;align-items:end;gap:22px 48px}.hero-title-lockup{grid-column:1;grid-row:1;position:relative;isolation:isolate;width:min(100%,790px);transform:translateY(clamp(-146px,-12vh,-108px))}.hero-display-title{position:relative;z-index:2;width:fit-content;margin:0;color:#f3f0e8;font-family:Impact,Haettenschweiler,Arial Narrow Bold,Microsoft YaHei,PingFang SC,sans-serif;font-size:clamp(72px,7.2vw,126px);font-stretch:condensed;font-weight:950;line-height:.78;letter-spacing:-.085em;text-transform:uppercase;transform:skew(-4deg) rotate(-.7deg);transform-origin:left bottom;filter:drop-shadow(7px 8px 0 rgb(0 0 0 / .72))}.hero-title-line{position:relative;display:block;width:fit-content;-webkit-text-stroke:1px rgb(255 255 255 / .28);text-shadow:3px 0 0 rgb(36 71 255 / .42),-2px 2px 0 rgb(255 46 145 / .26)}.hero-title-line:first-child:after{content:attr(data-text);position:absolute;inset:0;z-index:-1;color:transparent;-webkit-text-stroke:1px rgb(200 255 0 / .45);transform:translate(4px,3px);opacity:.8}.hero-title-line-secondary{margin-top:.17em}.hero-title-line b{display:inline-block;margin-right:.08em;color:var(--accent);font-family:Arial Narrow,Helvetica Neue,Arial,Microsoft YaHei,sans-serif;font-size:.92em;font-weight:760;letter-spacing:-.055em;-webkit-text-stroke:.35px currentColor;text-shadow:3px 3px 0 rgb(36 71 255 / .5);transform:scaleX(.88);transform-origin:left center}.hero-highlights{grid-column:1;grid-row:2;position:relative;width:min(100%,600px);transform:translateY(clamp(-146px,-12vh,-108px))}.hero-highlight{margin:0}.hero-highlight-prize{position:absolute;right:210px;bottom:20px;z-index:1;isolation:isolate;display:flex;width:137px;min-height:83px;flex-direction:column;justify-content:center;padding:12px 14px 10px;color:#08080a;background:var(--accent);clip-path:polygon(0 9px,12px 0,100% 0,100% calc(100% - 13px),calc(100% - 15px) 100%,0 100%);transform:rotate(4.5deg);filter:drop-shadow(6px 6px 0 #ff2e91) drop-shadow(2px 2px 0 rgb(0 0 0 / .55))}.hero-highlight-prize:before{content:"";position:absolute;inset:6px;z-index:0;border:1px solid rgb(8 8 10 / .38);clip-path:polygon(0 7px,8px 0,100% 0,100% calc(100% - 8px),calc(100% - 10px) 100%,0 100%);pointer-events:none}.hero-highlight-prize:after{content:"¥";position:absolute;top:6px;right:8px;color:#08080a29;font:900 38px/1 Impact,Haettenschweiler,sans-serif;transform:rotate(8deg)}.hero-highlight-prize>span{position:relative;z-index:1;color:#08080a;font-size:10px;font-weight:900;line-height:1;letter-spacing:.18em}.hero-highlight-prize strong{position:relative;z-index:1;margin-top:5px;color:#08080a;font-family:Impact,Haettenschweiler,Arial Narrow Bold,sans-serif;font-size:clamp(39px,3vw,49px);font-weight:900;line-height:.75;letter-spacing:-.025em}.hero-highlight-prize em{margin-left:3px;color:#08080a;font:950 13px Microsoft YaHei,PingFang SC,sans-serif}.hero-highlight-prize small{position:relative;z-index:1;margin-top:7px;color:#08080a94;font:800 7px/1 Consolas,SFMono-Regular,monospace;letter-spacing:.16em}.hero-highlight-call{min-width:0;padding:8px 0 11px;color:#f3f0e8;border-bottom:1px solid rgb(243 240 232 / .36)}.hero-date-range{display:grid;grid-template-columns:max-content clamp(42px,4vw,64px) max-content;justify-content:start;align-items:center;gap:12px;color:#f3f0e8;font:900 clamp(25px,2.5vw,38px)/.95 Impact,Haettenschweiler,"Arial Narrow Bold",sans-serif;letter-spacing:.035em;text-shadow:3px 3px 0 rgb(0 0 0 / .78)}.hero-date-range time{color:inherit;font:inherit;letter-spacing:inherit}.hero-date-range i{position:relative;display:block;height:9px;background:var(--accent);clip-path:polygon(0 35%,88% 35%,88% 0,100% 50%,88% 100%,88% 65%,0 65%);transform:rotate(-1deg)}.hero-highlight-call strong{display:flex;align-items:center;gap:10px;margin-top:10px;color:#f3f0e8e6;font-size:17px;font-weight:850;letter-spacing:.15em}.hero-highlight-call strong b{padding:4px 7px 3px;color:#08080a;background:#f3f0e8;font:900 9px/1 Consolas,SFMono-Regular,monospace;letter-spacing:.12em;transform:rotate(-1deg)}body[data-direction=street] .hero-actions{grid-column:2;grid-row:2;align-self:end}@media(max-width:1100px){body[data-direction=street] .hero-content{grid-template-columns:minmax(560px,1fr) auto;gap:16px 26px}.hero-display-title{font-size:clamp(68px,8.4vw,100px)}.hero-highlight-prize{right:78px;width:122px;min-height:76px}.hero-highlight-prize:after{font-size:30px}}@media(min-width:1440px){.hero-display-title{font-size:clamp(118px,7.4vw,146px)}.hero-date-range{font-size:clamp(38px,2.25vw,43px)}.hero-highlight-call strong{font-size:18px}}@media(max-width:900px){body[data-direction=street] .hero-content{grid-template-columns:1fr}.hero-title-lockup,.hero-highlights,body[data-direction=street] .hero-actions{grid-column:1}.hero-title-lockup{grid-row:1}.hero-highlights{grid-row:2}body[data-direction=street] .hero-actions{grid-row:3}.hero-title-lockup,.hero-highlights{transform:translateY(-34px)}}@media(max-width:767px){body[data-direction=street] .hero{min-height:980px}body[data-direction=street] .hero-image{height:61%;object-position:62% center}body[data-direction=street] .hero-content{display:grid;padding:400px 20px 250px;gap:18px}.hero-title-lockup,.hero-highlights{transform:none}.hero-display-title{font-size:clamp(50px,14vw,68px);line-height:.8;filter:drop-shadow(5px 6px 0 rgb(0 0 0 / .72))}.hero-highlights{width:100%}.hero-highlight{min-width:0}.hero-highlight-prize{right:9px;bottom:3px;width:100px;min-height:64px;padding:9px 9px 7px;transform:rotate(5deg);filter:drop-shadow(4px 4px 0 #ff2e91) drop-shadow(2px 2px 0 rgb(0 0 0 / .55))}.hero-highlight-prize>span{font-size:8px}.hero-highlight-prize strong{font-size:27px}.hero-highlight-prize em{font-size:11px}.hero-highlight-prize small{margin-top:5px;font-size:6px}.hero-highlight-call{padding:6px 0 9px}.hero-date-range{grid-template-columns:1fr;gap:3px;font-size:clamp(22px,6.8vw,30px);line-height:1}.hero-date-range i{display:none}.hero-highlight-call strong{gap:7px;margin-top:8px;font-size:12px;line-height:1.35;letter-spacing:.08em}.hero-highlight-call strong b{padding:3px 5px;font-size:7px}body[data-direction=street] .hero-actions{margin-top:4px}}.hero-highlight-prize{bottom:48px}body[data-direction=street] .award-summary-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;align-items:stretch}body[data-direction=street] .award-summary-grid>.award-total{min-height:430px;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;padding:32px}body[data-direction=street] .award-summary-grid>.award-total>span{align-self:flex-start}body[data-direction=street] .award-summary-grid>.award-total>strong{align-self:flex-start;justify-self:auto;margin:26px 0 32px}body[data-direction=street] .award-summary-grid>.award-total>strong b{font-size:clamp(70px,6.8vw,104px)}body[data-direction=street] .award-summary-grid>.award-tier-grid{grid-column:span 2;margin:0;gap:18px}body[data-direction=street] .award-summary-grid .award-tier{min-height:430px;display:flex;flex-direction:column;padding:30px}body[data-direction=street] .award-summary-grid .award-tier-head,body[data-direction=street] .award-summary-grid .award-cash,body[data-direction=street] .award-summary-grid .award-tier dl{grid-column:auto;grid-row:auto}body[data-direction=street] .award-summary-grid .award-cash{align-self:flex-start;margin:28px 0;text-align:left}body[data-direction=street] .award-summary-grid .award-cash strong{display:block;margin:0 0 6px;font-size:clamp(42px,3.4vw,56px)}body[data-direction=street] .award-summary-grid .award-tier dl{width:100%;margin-top:auto}body[data-direction=street] .award-total .creator-program{min-height:0;display:grid;grid-template-columns:40px minmax(0,1fr);align-items:start;gap:14px;margin:auto 0 0;padding:20px 0 0;border:0;border-top:1px solid rgb(255 255 255 / .12);background:transparent;opacity:.72}body[data-direction=street] .award-total .creator-program-index{justify-self:start;color:#c8ff00b8;-webkit-text-stroke:0;font-size:30px;line-height:1;letter-spacing:-.06em;opacity:.74}body[data-direction=street] .award-total .creator-program h3{margin:0 0 7px;color:#f3f1eac7;font-size:15px;line-height:1.35}body[data-direction=street] .award-total .creator-program p{margin:0;color:#f3f1ea75;font-size:11px;line-height:1.65}body[data-direction=street] .requirement-originality>div{min-width:0}body[data-direction=street] .requirement-list .requirement-originality h3{margin:0 0 8px}body[data-direction=street] .requirement-list .requirement-originality p{margin:0;color:#f3f1ea8f;font-size:14px;line-height:1.72}@media(max-width:1100px){.hero-highlight-prize{bottom:30px}}@media(max-width:1040px){body[data-direction=street] .award-summary-grid{grid-template-columns:1fr}body[data-direction=street] .award-summary-grid>.award-total,body[data-direction=street] .award-summary-grid>.award-tier-grid{grid-column:1}body[data-direction=street] .award-summary-grid>.award-total{min-height:300px}}@media(max-width:900px){.hero-highlight-prize{bottom:18px}}@media(max-width:700px){body[data-direction=street] .award-summary-grid>.award-tier-grid{grid-template-columns:1fr}body[data-direction=street] .award-summary-grid .award-tier{min-height:0}body[data-direction=street] .award-summary-grid>.award-total{min-height:340px;padding:28px}}@media(max-width:767px){.hero-highlight-prize{bottom:14px}}.hero-display-title{filter:drop-shadow(3px 4px 0 rgb(0 0 0 / .58))}.hero-title-tail{text-shadow:2px 2px 0 rgb(36 71 255 / .26),-1px 1px 0 rgb(255 46 145 / .16)}.hero-highlight-prize{bottom:64px;filter:drop-shadow(3px 3px 0 rgb(255 46 145 / .72)) drop-shadow(1px 2px 0 rgb(0 0 0 / .45))}body[data-direction=street] .partner-role{color:#ffffffbd}body[data-direction=street] .award-summary-grid>.award-total,body[data-direction=street] .award-summary-grid .award-tier{min-height:430px;display:grid;grid-template-columns:1fr;grid-template-rows:72px 110px minmax(0,1fr);align-items:stretch;padding:32px;border:1px solid rgb(255 255 255 / .18);clip-path:polygon(0 0,calc(100% - 18px) 0,100% 18px,100% 100%,0 100%)}body[data-direction=street] .award-summary-grid>.award-total{background:linear-gradient(145deg,rgb(200 255 0 / .11),transparent 55%),#111113eb}body[data-direction=street] .award-summary-grid .award-tier,body[data-direction=street] .award-summary-grid .award-tier-major{background:linear-gradient(145deg,rgb(36 71 255 / .14),transparent 55%),#111113eb}body[data-direction=street] .award-summary-grid>.award-total>span{align-self:start;color:#f4f1e9;font-family:inherit;font-size:clamp(24px,2.2vw,34px);font-weight:900;line-height:1.15;letter-spacing:-.035em}body[data-direction=street] .award-summary-grid>.award-total>strong,body[data-direction=street] .award-summary-grid .award-cash{align-self:end;justify-self:start;margin:0;padding-bottom:12px;text-align:left}body[data-direction=street] .award-summary-grid .award-tier-head{align-self:start}body[data-direction=street] .award-summary-grid .award-tier dl,body[data-direction=street] .award-total .creator-program{align-self:end;margin:0}@media(max-width:1100px){.hero-highlight-prize{bottom:44px}}@media(max-width:900px){.hero-highlight-prize{bottom:22px}}@media(max-width:700px){body[data-direction=street] .award-summary-grid>.award-total,body[data-direction=street] .award-summary-grid .award-tier{min-height:0;grid-template-rows:auto auto auto;row-gap:24px;padding:28px}body[data-direction=street] .award-summary-grid>.award-total>strong,body[data-direction=street] .award-summary-grid .award-cash{align-self:start;padding-bottom:0}}@media(max-width:767px){.hero-highlight-prize{bottom:16px}}.video-specs{margin-top:18px;padding:14px 0 0;border:0;border-top:1px solid rgb(255 255 255 / .1);background:transparent;opacity:.72}.video-specs>strong{margin-bottom:10px;color:#f3f1ea94;font-size:12px;font-weight:650}.video-specs ul{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;background:transparent}.video-specs li{padding:0;background:transparent;color:#f3f1ea94;font-size:11px}.video-specs li span{margin-bottom:2px;color:#f3f1ea5c;font-size:9px;letter-spacing:.06em}#work-title::placeholder,#work-intro::placeholder{color:#d9ebe961;font-size:12px;opacity:1}#work-intro::placeholder{line-height:1.65}body[data-direction=street] .cover-upload{min-height:0;aspect-ratio:16 / 9;padding:28px;background-color:#08080a;background-size:contain;background-position:center;background-repeat:no-repeat;border:1px dashed rgb(255 255 255 / .2);overflow:hidden}body[data-direction=street] .cover-upload.has-cover{border-style:solid}body[data-direction=street] .cover-upload.has-cover:before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,transparent 68%,rgb(0 0 0 / .64) 100%);pointer-events:none}body[data-direction=street] .cover-upload.has-cover:after{content:"点击图片可更换封面";position:absolute;right:14px;bottom:12px;z-index:1;color:#ffffffb8;font-size:11px;pointer-events:none}body[data-direction=street] .cover-upload.has-cover>span,body[data-direction=street] .cover-upload.has-cover>small{display:none}.agreement-link{color:var(--accent);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.agreement-link:hover{color:#f4f1e9}@media(max-width:767px){.video-specs ul{grid-template-columns:repeat(2,minmax(0,1fr));row-gap:10px}body[data-direction=street] .cover-upload{min-height:0}}.video-specs{display:flex;align-items:center;gap:12px;margin-top:12px;padding:0;border:0;background:transparent;opacity:.58;white-space:nowrap}.video-specs>strong{flex:0 0 auto;margin:0;color:#f3f1ea9e;font-size:11px;font-weight:650}.video-specs ul{display:flex;align-items:center;gap:0;min-width:0;margin:0;padding:0;background:transparent;list-style:none}.video-specs li{position:relative;padding:0 10px;background:transparent;color:#f3f1ea9e;font-size:10px;line-height:1.5}.video-specs li:first-child{padding-left:0}.video-specs li+li:before{content:"";position:absolute;left:0;top:2px;width:1px;height:calc(100% - 4px);background:#ffffff42}.video-specs li span{display:inline;margin:0 4px 0 0;color:#f3f1ea66;font-size:9px;letter-spacing:.04em}.upload-controls:has(button[hidden]+button[hidden]){display:none}.cover-field{align-items:start}.cover-field>label:first-child{color:#f3f1eab3;font-size:12px}.cover-field .optional{color:#f3f1ea5c;font-size:10px;font-weight:500}body[data-direction=street] .cover-field .cover-upload{width:min(100%,320px);min-height:0;aspect-ratio:16 / 9;padding:18px;border-color:#ffffff24;background-color:#08080aad}body[data-direction=street] .cover-field .cover-upload span{color:#f3f1eaa8;font-size:12px;font-weight:650}body[data-direction=street] .cover-field .cover-upload small{max-width:240px;color:#f3f1ea5c;font-size:10px}.cover-field .cover-remove{margin-top:5px;font-size:11px}@media(max-width:900px){.video-specs{align-items:flex-start;white-space:normal}.video-specs ul{flex-wrap:wrap;row-gap:5px}}@media(max-width:560px){.video-specs{display:block}.video-specs>strong{display:block;margin-bottom:5px}.video-specs li{padding-right:8px;padding-left:8px}body[data-direction=street] .cover-field .cover-upload{width:min(100%,280px)}}:root{color-scheme:only light;--bg: #03050d;--bg-rgb: 3 5 13;--surface: #0a0e1b;--surface-rgb: 10 14 27;--surface-2: #11172a;--surface-3: #18233b;--line: rgb(247 249 255 / .1);--line-strong: rgb(247 249 255 / .2);--text: #f7f9ff;--muted: #9ba7be;--muted-2: #73819c;--accent: #fa17fd;--accent-rgb: 250 23 253;--accent-2: #fe4fc2;--accent-ink: #03050d;--focus: #00fff6;--success: #35d99a;--warning: #fed54f;--danger: #ff5b6e;--glass: rgb(10 14 27 / .58);--glass-strong: rgb(10 14 27 / .74);--glass-border: rgb(247 249 255 / .14);--gradient-cta: linear-gradient(135deg, #fa17fd 0%, #fe4fc2 100%);--gradient-highlight: linear-gradient(96deg, #fe4fc2 0%, #fed54f 23%, #fa17fd 47%, #660ef0 69%, #00fff6 88%, #48cfff 100%);--radius: 12px;--radius-small: 8px;--header-height: 72px;--max: 1440px;--font-display: "Barlow Condensed", "Noto Sans SC", sans-serif;--font-body: "Noto Sans SC", "Microsoft YaHei UI", sans-serif;--font-mono: "IBM Plex Mono", monospace;--ease: cubic-bezier(.22, 1, .36, 1)}html{background:var(--bg)}body,body[data-direction=street]{--bg: #03050d;--bg-rgb: 3 5 13;--surface: #0a0e1b;--surface-rgb: 10 14 27;--surface-2: #11172a;--surface-3: #18233b;--line: rgb(247 249 255 / .1);--line-strong: rgb(247 249 255 / .2);--text: #f7f9ff;--muted: #9ba7be;--accent: #fa17fd;--accent-rgb: 250 23 253;--accent-ink: #03050d;--street-pink: #fe4fc2;--street-blue: #48cfff;--radius: 12px;--radius-small: 8px;color:var(--text);background:radial-gradient(circle at 91% 28%,rgb(250 23 253 / .08),transparent 24%),radial-gradient(circle at 8% 78%,rgb(0 255 246 / .04),transparent 26%),var(--bg);font-family:var(--font-body)}body:before{opacity:.035;mix-blend-mode:soft-light}::selection{background:#fa17fd59;color:var(--text)}:focus-visible{outline:2px solid var(--focus);outline-offset:3px}.site-header,.site-header.is-scrolled{min-height:var(--header-height);border-bottom:1px solid var(--glass-border);background:var(--glass-strong);backdrop-filter:blur(22px) saturate(135%);-webkit-backdrop-filter:blur(22px) saturate(135%);box-shadow:0 18px 48px #0000002e}.nav-shell{max-width:var(--max)}.nav-links a{color:var(--muted);font-size:13px;font-weight:600}.nav-links a:hover,body[data-direction=street] .nav-links a:hover{color:var(--text)}body[data-direction=street] .nav-links a:before{inset:auto 9px 3px;height:2px;background:var(--text);transform:scaleX(0)}body[data-direction=street] .nav-links a:hover:before{transform:scaleX(1)}.brand-divider{background:var(--line-strong)}.dual-brand .brand-copy-ai strong{color:var(--text)}.brand-wordmark img{filter:none}.button{min-height:48px;border:0;border-radius:8px;color:var(--accent-ink);background:var(--gradient-cta);box-shadow:0 8px 18px #fa17fd2e,0 16px 36px #fa17fd14;font-weight:800;transition:transform .24s var(--ease),box-shadow .24s var(--ease),border-color .16s var(--ease),background .16s var(--ease)}body[data-direction=street] .button{min-height:48px;border:0;border-radius:8px;color:var(--accent-ink);background:var(--gradient-cta);clip-path:none;box-shadow:0 8px 18px #fa17fd2e,0 16px 36px #fa17fd14;text-transform:none;letter-spacing:0}.button:hover,body[data-direction=street] .button:hover{color:var(--accent-ink);background:var(--gradient-cta);transform:translateY(-2px);box-shadow:0 9px 20px #fa17fd38,0 18px 40px #fa17fd17}.button:active{transform:translateY(0) scale(.98)}.button-small{min-height:40px}.button-ghost,.button-ghost:hover{color:var(--text);border:1px solid var(--line-strong);background:#11172a99;box-shadow:inset 0 1px #ffffff0f;backdrop-filter:blur(18px) saturate(130%);-webkit-backdrop-filter:blur(18px) saturate(130%)}body[data-direction=street] .button-ghost,body[data-direction=street] .button-ghost:hover{color:var(--text);border:1px solid var(--line-strong);background:#11172a99;clip-path:none;box-shadow:inset 0 1px #ffffff0f;filter:none}.button-ghost:hover{border-color:var(--muted);transform:translateY(-2px)}.text-button{color:var(--muted)}.text-button:hover{color:var(--text)}.danger-link{color:var(--danger)}body[data-direction=street] .hero{min-height:0;display:block;padding-top:var(--header-height);overflow:hidden;background:var(--bg)}body[data-direction=street] .hero-image{position:relative;inset:auto;z-index:0;display:block;width:100%;height:auto;aspect-ratio:16 / 9;object-fit:contain;object-position:center;background:var(--bg);transform:none;animation:none}body[data-direction=street] .hero-image.is-changing{opacity:1;transform:none}body[data-direction=street] .hero-scrim,body[data-direction=street] .story-current,body[data-direction=street] .street-stickers{display:none}body[data-direction=street] .hero:after{display:none}body[data-direction=street] .hero-content{position:absolute;inset:var(--header-height) 0 96px;z-index:4;width:auto;margin:0;padding:0;pointer-events:none;animation:none}body[data-direction=street] .hero-title-lockup,body[data-direction=street] .hero-highlights{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}body[data-direction=street] .hero-actions{position:absolute;left:max(24px,calc((100vw - var(--max)) / 2 + 28px));bottom:clamp(18px,3vw,50px);display:flex;gap:10px;margin:0;padding:8px;border:1px solid var(--glass-border);border-radius:12px;background:#03050d8f;backdrop-filter:blur(22px) saturate(135%);-webkit-backdrop-filter:blur(22px) saturate(135%);box-shadow:0 18px 48px #0003;pointer-events:auto}body[data-direction=street] .hero-actions .button-hero{min-width:196px;min-height:52px;padding-inline:24px 20px;gap:20px;border-radius:8px;font-size:15px;font-weight:800;letter-spacing:0;filter:none}body[data-direction=street] .hero-actions .button-hero:hover{transform:translateY(-2px);filter:none}body[data-direction=street] .hero-actions .button-hero:before{opacity:.34;animation:none}body[data-direction=street] .hero-actions .cta-arrow-icon{width:22px;height:22px}body[data-direction=street] .hero-rules-link{top:calc(var(--header-height) + 18px);min-height:40px;border-color:var(--glass-border);border-radius:8px;color:var(--text);background:#03050d94;backdrop-filter:blur(18px) saturate(130%);-webkit-backdrop-filter:blur(18px) saturate(130%);box-shadow:none}body[data-direction=street] .hero-rules-link:hover{color:var(--text);border-color:var(--line-strong);background:var(--glass-strong);transform:translateY(-2px)}body[data-direction=street] .partner-strip{position:relative;left:auto;right:auto;bottom:auto;z-index:3;border-top:1px solid var(--glass-border);border-bottom:1px solid var(--line);background:var(--glass);backdrop-filter:blur(22px) saturate(135%);-webkit-backdrop-filter:blur(22px) saturate(135%)}body[data-direction=street] .partner-shell{min-height:96px;border-top:0}body[data-direction=street] .partner-role,body[data-direction=street] .partner-logo{color:var(--text);text-shadow:none}body[data-direction=street] .partner-role{font-family:var(--font-mono);opacity:.62}body[data-direction=street] .partner-logo i{color:var(--text);border-color:var(--line-strong);background:#ffffff0a}.section{padding:clamp(80px,9vw,132px) 0}.section-shell{width:min(calc(100% - 56px),var(--max))}.section h2,.profile-title h1,.preview-rules-body h1{font-family:var(--font-body);letter-spacing:-.045em}.section-kicker,.dialog-label,.profile-card-label{color:transparent;background:var(--gradient-highlight);background-clip:text;-webkit-background-clip:text;font-family:var(--font-mono);font-weight:600}body[data-direction=street] .section-kicker,body[data-direction=street] .dialog-label,body[data-direction=street] .profile-card-label{color:transparent;background:var(--gradient-highlight);background-clip:text;-webkit-background-clip:text;font-family:var(--font-mono)}body[data-direction=street] main:before,body[data-direction=street] .benefits:after,body[data-direction=street] .schedule:after,body[data-direction=street] .rules:after{display:none}body[data-direction=street] .benefits,body[data-direction=street] .schedule,body[data-direction=street] .rules,.profile-content{background:transparent}body[data-direction=street] .benefits,body[data-direction=street] .schedule{border-bottom:1px solid var(--line)}body[data-direction=street] .awards-layout{display:grid;grid-template-columns:minmax(0,1fr);gap:36px;padding:0;border:0;background:transparent}body[data-direction=street] .awards-layout .section-heading{grid-column:auto;margin:0}body[data-direction=street] .award-summary-grid{display:grid;grid-template-columns:1.1fr 1fr 1fr;gap:16px;width:100%;min-height:460px}body[data-direction=street] .award-summary-grid>.award-tier-grid{display:contents}body[data-direction=street] .award-summary-grid>.award-total,body[data-direction=street] .award-summary-grid .award-tier,body[data-direction=street] .award-summary-grid .award-tier-major{min-height:460px;padding:clamp(24px,3vw,38px);border:1px solid var(--glass-border);border-radius:8px;color:var(--text);background:var(--glass);clip-path:none;box-shadow:inset 0 1px #ffffff0a;backdrop-filter:blur(22px) saturate(135%);-webkit-backdrop-filter:blur(22px) saturate(135%)}body[data-direction=street] .award-summary-grid>.award-total{background:linear-gradient(145deg,rgb(250 23 253 / .1),transparent 48%),var(--glass-strong)}body[data-direction=street] .award-summary-grid .award-tier{display:flex;flex-direction:column;background:linear-gradient(150deg,rgb(72 207 255 / .07),transparent 48%),var(--glass)}body[data-direction=street] .award-summary-grid>.award-total>span,body[data-direction=street] .award-summary-grid .award-tier-head h3{color:var(--text)}body[data-direction=street] .award-summary-grid>.award-total>strong,body[data-direction=street] .award-summary-grid .award-cash strong{font-family:var(--font-display);letter-spacing:-.035em;text-shadow:none}body[data-direction=street] .award-summary-grid .award-cash{margin-top:auto;color:var(--muted)}body[data-direction=street] .award-summary-grid .award-tier dl{margin-top:22px;padding-top:18px;border-top:1px solid var(--line)}body[data-direction=street] .award-total .creator-program{border-color:var(--line);border-radius:8px;background:#11172a85}body[data-direction=street] .award-total .creator-program-index{color:var(--magenta, #fa17fd);opacity:.65}.timeline{border-top-color:var(--line-strong)}.timeline-item{border-bottom-color:var(--line)}.timeline-item:before{border-color:var(--line-strong);background:var(--surface)}.timeline-item.is-current:before{border-color:var(--accent);box-shadow:0 0 0 6px #fa17fd1a}.timeline time{color:var(--muted);font-family:var(--font-mono)}.timeline-step{color:var(--muted-2);font-family:var(--font-mono)}body[data-direction=street] .requirement-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;border:0}body[data-direction=street] .requirement-list article,body[data-direction=street] .requirement-list article:nth-child(2),body[data-direction=street] .requirement-list article:nth-child(3),body[data-direction=street] .requirement-list article:nth-child(4),body[data-direction=street] .requirement-list article:nth-child(5),body[data-direction=street] .requirement-list article:nth-child(6){min-height:148px;display:flex;align-items:flex-start;gap:16px;padding:24px;border:1px solid var(--glass-border);border-radius:8px;background:var(--glass);transform:none;backdrop-filter:blur(18px) saturate(130%);-webkit-backdrop-filter:blur(18px) saturate(130%)}body[data-direction=street] .requirement-list article:before{color:var(--muted-2);font-family:var(--font-mono)}body[data-direction=street] .requirement-list article:after{display:none}body[data-direction=street] .requirement-list h3{color:var(--text)}body[data-direction=street] .requirement-list p{color:var(--muted)}footer{border-top-color:var(--line);background:var(--glass)}dialog{color:var(--text);font-family:var(--font-body)}dialog::backdrop{background:#03050dc7;backdrop-filter:blur(10px)}body[data-direction=street] .submit-dialog,body[data-direction=street] .profile-edit-dialog,body[data-direction=street] .confirm-dialog,.login-dialog{border:1px solid var(--line-strong);border-radius:12px;background:var(--glass-strong);box-shadow:0 24px 80px #00000070;backdrop-filter:blur(24px) saturate(135%);-webkit-backdrop-filter:blur(24px) saturate(135%)}.dialog-header,.dialog-progress{border-color:var(--line);background:#0a0e1bd1}.dialog-header h2{font-family:var(--font-body)}.dialog-progress span{border-color:var(--line);color:var(--muted)}.dialog-progress span.is-active{color:var(--text);background:#fa17fd14;box-shadow:inset 0 -2px var(--accent)}.dialog-progress span.is-complete{color:var(--text)}fieldset{border-color:var(--line)}legend,.field label,.field-label{color:var(--text)}.field-hint,.step-note{color:var(--muted)}input:not([type=checkbox]):not([type=radio]):not([type=file]),textarea,select{color:var(--text);border:1px solid var(--line);border-radius:8px;background:#11172ab8;box-shadow:inset 0 1px #ffffff08}input::placeholder,textarea::placeholder{color:#9ba7be7a;font-size:12px}input:not([type=checkbox]):not([type=radio]):not([type=file]):focus,textarea:focus,select:focus{border-color:var(--focus);outline:1px solid var(--focus);outline-offset:1px}.upload-zone,body[data-direction=street] .upload-zone,body[data-direction=street] .cover-upload,body[data-direction=street] .cover-field .cover-upload{border-color:var(--line-strong);border-radius:8px;background-color:#11172a85;background-image:none}.upload-zone:hover,body[data-direction=street] .cover-upload:hover{border-color:var(--muted);background-color:#18233b94}.upload-title{color:var(--text)}.upload-meta,.video-specs,.video-specs li span{color:var(--muted-2)}.video-progress-track{background:var(--surface-3)}.video-progress-track i{background:var(--accent)}.tag-options span{border-color:var(--line-strong);border-radius:8px;color:var(--muted);background:#11172a70}.tag-options label:hover span{border-color:var(--muted);color:var(--text)}.tag-options input:checked+span{border-color:var(--accent);color:var(--text);background:#fa17fd1a;box-shadow:none}.tag-options input:focus-visible+span{outline-color:var(--focus)}.check-row input{accent-color:var(--accent)}.agreement-link{color:var(--text);text-decoration-color:var(--accent)}.field-error,.form-error{color:var(--danger)}.profile-page{background:radial-gradient(circle at 82% 8%,rgb(250 23 253 / .08),transparent 30%),var(--bg)}.profile-hero:before{opacity:.08;filter:saturate(.4)}.profile-back-link,.profile-edit-button{color:var(--text)}.profile-summary-card,.profile-card,.profile-work,.profile-contact-list div{border-color:var(--glass-border);border-radius:8px;background:var(--glass);box-shadow:inset 0 1px #ffffff0a;backdrop-filter:blur(18px) saturate(130%);-webkit-backdrop-filter:blur(18px) saturate(130%)}.profile-card:after{display:none}.profile-chip,.work-status{border-color:var(--line-strong);color:var(--muted);background:#ffffff0a}.profile-work-cover{border-radius:4px;border-color:var(--line)}.avatar{background:var(--gradient-cta);color:var(--accent-ink)}.preview-rules-page{color:var(--text);background:var(--bg)}.preview-rules-header{border-color:var(--line);background:var(--glass-strong);backdrop-filter:blur(22px)}.preview-rules-body>p:not(.section-kicker){color:var(--muted)}.toast{border-color:var(--line-strong);border-radius:8px;color:var(--text);background:var(--glass-strong);box-shadow:0 18px 48px #00000047}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media(prefers-reduced-transparency:reduce){.site-header,.site-header.is-scrolled,body[data-direction=street] .partner-strip,body[data-direction=street] .hero-actions,.profile-summary-card,.profile-card,dialog{background:var(--surface);backdrop-filter:none;-webkit-backdrop-filter:none}}@media(max-width:1040px){body[data-direction=street] .award-summary-grid{grid-template-columns:1fr 1fr;min-height:0}body[data-direction=street] .award-summary-grid>.award-total{grid-column:1 / -1}body[data-direction=street] .award-summary-grid>.award-total,body[data-direction=street] .award-summary-grid .award-tier{min-height:390px}}@media(max-width:767px){.mobile-nav{border-top-color:var(--line);background:var(--glass-strong);backdrop-filter:blur(22px)}.mobile-nav button{color:var(--text)}body[data-direction=street] .hero{padding-top:var(--header-height)}body[data-direction=street] .hero-image{width:100%;height:auto;object-fit:contain}body[data-direction=street] .hero-content{inset:var(--header-height) 0 0}body[data-direction=street] .hero-actions{position:relative;left:auto;bottom:auto;width:calc(100% - 28px);margin:-1px 14px 14px;justify-content:center;background:var(--glass-strong)}body[data-direction=street] .hero-actions .button{flex:1;min-width:0;padding-inline:14px}.hero-rules-link{top:calc(var(--header-height) + 12px);right:14px}body[data-direction=street] .partner-shell{width:min(calc(100% - 32px),var(--max));gap:16px}body[data-direction=street] .partner-group{gap:10px}body[data-direction=street] .award-summary-grid{grid-template-columns:1fr}body[data-direction=street] .award-summary-grid>.award-total{grid-column:auto}body[data-direction=street] .award-summary-grid>.award-total,body[data-direction=street] .award-summary-grid .award-tier{min-height:350px}body[data-direction=street] .requirement-list{grid-template-columns:1fr}body[data-direction=street] .requirement-list article,body[data-direction=street] .requirement-list article:nth-child(5){min-height:0}}@media(max-width:560px){.section-shell{width:min(calc(100% - 36px),var(--max))}body[data-direction=street] .hero-actions{flex-direction:column}body[data-direction=street] .hero-actions .button{width:100%}body[data-direction=street] .partner-shell{align-items:flex-start}body[data-direction=street] .partner-divider{display:none}}:root{--home-max: 1440px;--home-pad: clamp(24px, 4vw, 64px);--home-section: clamp(80px, 9vw, 128px)}html{scroll-padding-top:88px}body{background:radial-gradient(circle at 88% 4%,rgba(72,207,255,.055),transparent 25%),linear-gradient(180deg,#03050d,#050711 48%,#03050d)}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.site-header{height:76px;background:#03050db8;border-bottom:1px solid rgba(247,249,255,.1);backdrop-filter:blur(22px) saturate(135%);-webkit-backdrop-filter:blur(22px) saturate(135%);box-shadow:inset 0 1px #f7f9ff09}.nav-shell{width:min(var(--home-max),calc(100% - (var(--home-pad) * 2)));height:76px;margin:0 auto;padding:0}.nav-links{gap:clamp(24px,3vw,48px)}.nav-links a{position:relative;color:#9ba7be;font-size:14px;font-weight:600;letter-spacing:.02em}.nav-links a:after{content:"";position:absolute;right:0;bottom:-10px;left:0;height:2px;background:#f7f9ff;transform:scaleX(0);transform-origin:left;transition:transform .16s var(--ease)}.nav-links a:hover,.nav-links a:focus-visible{color:#f7f9ff}.nav-links a:hover:after,.nav-links a:focus-visible:after{transform:scaleX(1)}.nav-actions .button-small,.menu-button{min-height:40px;border:1px solid rgba(247,249,255,.16);border-radius:8px;background:#0a0e1b94;color:#f7f9ff;box-shadow:inset 0 1px #f7f9ff0f}.whale-home{overflow:clip;background:transparent}.whale-home .section-shell{width:min(var(--home-max),calc(100% - (var(--home-pad) * 2)));max-width:none;margin-inline:auto}.whale-home .section{position:relative;min-height:0;padding:var(--home-section) 0}.whale-home .section-heading{display:block;margin:0 0 clamp(40px,5vw,72px);text-align:left}.whale-home .section-kicker{width:fit-content;margin:0 0 18px;color:transparent;background:var(--gradient-highlight);background-clip:text;-webkit-background-clip:text;font-family:Barlow Condensed,Noto Sans SC,sans-serif;font-size:clamp(18px,1.7vw,24px);font-weight:800;line-height:1;letter-spacing:.075em;text-transform:uppercase}.whale-home .section-heading h2,.whale-home .section-shell>h2{max-width:900px;margin:0;color:#f7f9ff;font-family:Noto Sans SC,sans-serif;font-size:clamp(44px,5.5vw,80px);font-weight:850;line-height:1.12;letter-spacing:-.045em}.whale-home .whale-hero{position:relative;display:flex!important;flex-direction:column;align-items:center;min-height:0;padding:92px 0 0!important;background:transparent;isolation:isolate}.whale-home .hero-stage{position:relative;width:min(var(--home-max),calc(100% - (var(--home-pad) * 2)),calc((100svh - 190px) * 1.777777));min-width:min(920px,calc(100% - (var(--home-pad) * 2)));aspect-ratio:16 / 9;overflow:hidden;border:1px solid rgba(247,249,255,.12);border-radius:12px;background:#03050d;box-shadow:inset 0 1px #f7f9ff14,0 24px 72px #00000047}.whale-home .hero-image{position:static;display:block;width:100%;height:100%;object-fit:contain;object-position:center;opacity:1;filter:none;transform:none}.whale-home .hero-action-rail{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:32px;width:min(1180px,calc(100% - (var(--home-pad) * 2)));min-height:104px;margin-top:-24px;padding:20px 24px 20px 28px;border:1px solid rgba(247,249,255,.14);border-radius:12px;background:#0a0e1bc2;backdrop-filter:blur(22px) saturate(135%);-webkit-backdrop-filter:blur(22px) saturate(135%);box-shadow:inset 0 1px #f7f9ff14,0 18px 48px #0003}.whale-home .hero-callout{display:grid;grid-template-columns:auto minmax(170px,auto) 1fr;align-items:center;gap:16px;min-width:0}.whale-home .hero-callout-label{color:transparent;background:var(--gradient-highlight);background-clip:text;-webkit-background-clip:text;font-family:Barlow Condensed,sans-serif;font-size:20px;font-weight:800;letter-spacing:.08em}.whale-home .hero-callout strong{color:#f7f9ff;font-size:18px;font-weight:750;line-height:1.3}.whale-home .hero-date-range{display:flex;align-items:center;gap:10px;color:#9ba7be;font-family:IBM Plex Mono,monospace;font-size:12px;font-weight:500;letter-spacing:.035em;white-space:nowrap}.whale-home .hero-date-range i{width:18px;height:1px;background:#f7f9ff47}.whale-home .hero-actions{position:static!important;inset:auto!important;display:flex;grid-row:auto!important;grid-column:auto!important;align-items:center;align-self:center!important;justify-content:flex-end;gap:12px;margin:0;padding:0!important;transform:none!important}.whale-home .button-hero{display:inline-flex;align-items:center;justify-content:center;gap:20px;min-width:184px;min-height:56px;padding:0 18px 0 22px;border:0;border-radius:8px;background:linear-gradient(135deg,#fa17fd,#fe4fc2);color:#03050d;box-shadow:0 8px 18px #fa17fd2e,0 16px 36px #fa17fd14;font-size:15px;font-weight:850;white-space:nowrap}.whale-home .button-hero:hover{transform:translateY(-2px);box-shadow:0 10px 21px #fa17fd38,0 18px 38px #fa17fd1a}.whale-home .button-hero:active{transform:translateY(0);filter:brightness(.94)}.whale-home .button-hero .cta-arrow-icon{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2}.whale-home .button-ghost{min-height:56px;padding-inline:20px;border:1px solid rgba(247,249,255,.18);border-radius:8px;background:#11172a8f;color:#f7f9ff;box-shadow:inset 0 1px #f7f9ff0f;backdrop-filter:blur(22px) saturate(135%);-webkit-backdrop-filter:blur(22px) saturate(135%);white-space:nowrap}.whale-home .button-ghost:hover{border-color:#f7f9ff52;background:#18233ba3;color:#f7f9ff}.whale-home .hero-rules-link{position:static;display:inline-flex;align-items:center;gap:8px;min-height:44px;padding:0 4px;color:#9ba7be;font-size:13px;font-weight:600;white-space:nowrap}.whale-home .hero-rules-link:hover{color:#f7f9ff}.whale-home .hero-rules-link i{width:7px;height:7px;border-top:1px solid currentColor;border-right:1px solid currentColor;transform:rotate(45deg)}.whale-home .partner-strip{position:static;width:min(var(--home-max),calc(100% - (var(--home-pad) * 2)));margin-top:28px;padding:0;border:0;background:transparent;box-shadow:none;backdrop-filter:none}.whale-home .partner-shell{display:grid;grid-template-columns:1.2fr 1px 1.1fr 1px 1fr;align-items:center;width:100%;min-height:82px;padding:16px 24px;border:1px solid rgba(247,249,255,.1);border-radius:8px;background:#0a0e1b75;backdrop-filter:blur(22px) saturate(135%);-webkit-backdrop-filter:blur(22px) saturate(135%);box-shadow:inset 0 1px #f7f9ff0d}.whale-home .partner-group{display:flex;align-items:center;gap:18px;min-width:0;padding:0 24px}.whale-home .partner-group:first-child{padding-left:0}.whale-home .partner-group:last-child{padding-right:0}.whale-home .partner-role{flex:0 0 auto;color:#f7f9ff;font-size:12px;font-weight:500;letter-spacing:.01em}.whale-home .partner-divider{width:1px;height:34px;background:#f7f9ff1f}.whale-home .partner-logo,.whale-home .partner-list{color:#f7f9ff}.whale-home .benefits{padding-top:clamp(104px,11vw,160px)}.whale-home .award-summary-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(390px,.82fr);gap:20px}.whale-home .award-total,.whale-home .award-tier{border:1px solid rgba(247,249,255,.14);border-radius:8px;background:#0a0e1b94;backdrop-filter:blur(22px) saturate(135%);-webkit-backdrop-filter:blur(22px) saturate(135%);box-shadow:inset 0 1px #f7f9ff11}.whale-home .award-total{display:grid;grid-template-rows:1fr auto;min-height:610px;padding:0;overflow:hidden}.whale-home .award-total-copy{display:flex;flex-direction:column;justify-content:space-between;min-height:390px;padding:clamp(32px,4vw,56px)}.whale-home .award-total-copy>span{color:#9ba7be;font-size:clamp(20px,2vw,28px);font-weight:700}.whale-home .award-total-copy>strong{display:flex;align-items:flex-end;gap:12px;color:#f7f9ff;font-family:Noto Sans SC,sans-serif;font-size:clamp(38px,4vw,62px);font-weight:800;line-height:.82}.whale-home .award-total-copy>strong b{font-family:Barlow Condensed,IBM Plex Mono,monospace;font-size:clamp(132px,18vw,270px);font-weight:800;letter-spacing:-.055em;line-height:.7}.whale-home .creator-program{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:26px;margin:0;padding:28px 34px;border:0;border-top:1px solid rgba(247,249,255,.12);border-radius:0;background:#11172a8c;box-shadow:inset 0 1px #f7f9ff09}.whale-home .creator-program-index{color:#f7f9ff;font-family:Barlow Condensed,sans-serif;font-size:72px;font-weight:800;line-height:.8;letter-spacing:-.04em}.whale-home .creator-program h3{margin:0 0 8px;color:#f7f9ff;font-size:20px;font-weight:750}.whale-home .creator-program p{max-width:680px;margin:0;color:#9ba7be;font-size:14px;line-height:1.75}.whale-home .award-tier-grid{display:grid;grid-template-rows:repeat(2,minmax(0,1fr));gap:20px}.whale-home .award-tier{position:relative;display:grid;grid-template-columns:1fr auto;grid-template-areas:"head cash" "details details";gap:28px 20px;min-height:0;padding:30px;overflow:hidden}.whale-home .award-tier:before{content:"";position:absolute;top:0;bottom:0;left:0;width:3px;background:#f7f9ffb8}.whale-home .award-tier-head{grid-area:head;display:flex;align-items:flex-start;gap:16px}.whale-home .award-symbol{color:#73819c;font-family:IBM Plex Mono,monospace;font-size:12px;font-weight:600;letter-spacing:.06em}.whale-home .award-tier-head span:not(.award-symbol){display:block;margin-bottom:7px;color:#73819c;font-size:12px}.whale-home .award-tier h3{margin:0;color:#f7f9ff;font-size:24px;font-weight:750}.whale-home .award-cash{grid-area:cash;display:flex;align-items:baseline;gap:7px;margin:0;color:#9ba7be;font-size:12px}.whale-home .award-cash strong{color:#f7f9ff;font-family:Barlow Condensed,Noto Sans SC,sans-serif;font-size:clamp(48px,5vw,76px);font-weight:800;line-height:.9;letter-spacing:-.04em}.whale-home .award-tier dl{grid-area:details;display:grid;grid-template-columns:.55fr 1.45fr;gap:0;margin:0;padding-top:20px;border-top:1px solid rgba(247,249,255,.1)}.whale-home .award-tier dl>div{display:block;padding-right:16px}.whale-home .award-tier dt{margin-bottom:7px;color:#73819c;font-size:11px}.whale-home .award-tier dd{margin:0;color:#d8deec;font-size:13px;line-height:1.6}.whale-home .schedule{background:#0a0e1b52;border-top:1px solid rgba(247,249,255,.075);border-bottom:1px solid rgba(247,249,255,.075)}.whale-home .timeline{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin:0;padding:0;border:1px solid rgba(247,249,255,.12);border-radius:8px;background:#0a0e1b8f;backdrop-filter:blur(22px) saturate(135%);-webkit-backdrop-filter:blur(22px) saturate(135%);box-shadow:inset 0 1px #f7f9ff0d;overflow:hidden}.whale-home .timeline-item{position:relative;display:flex;flex-direction:column;min-height:330px;padding:30px 28px;border:0;border-right:1px solid rgba(247,249,255,.1);border-radius:0;background:transparent;box-shadow:none}.whale-home .timeline-item:last-child{border-right:0}.whale-home .timeline-item:before{content:"";position:absolute;top:0;right:28px;left:28px;height:2px;background:#f7f9ff29}.whale-home .timeline-item.is-current:before{background:#f7f9ff}.whale-home .timeline-item time{display:block;min-height:56px;color:#9ba7be;font-family:IBM Plex Mono,monospace;font-size:12px;font-weight:500;line-height:1.55;letter-spacing:.02em}.whale-home .timeline-copy{display:flex;flex:1;flex-direction:column;justify-content:flex-end}.whale-home .timeline-copy h3{margin:0 0 14px;color:#f7f9ff;font-size:clamp(24px,2.5vw,34px);font-weight:760;line-height:1.25}.whale-home .timeline-copy p{margin:0;color:#9ba7be;font-size:14px;line-height:1.75}.whale-home .requirements-layout{display:grid;grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr);align-items:start;gap:clamp(64px,8vw,128px)}.whale-home .requirements-heading{position:sticky;top:112px;margin-bottom:0}.whale-home .requirements-heading h2{font-size:clamp(44px,5vw,72px)}.whale-home .requirement-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin:0}.whale-home .requirement-list article{position:relative;display:flex;flex-direction:column;justify-content:space-between;gap:30px;min-height:190px;padding:24px;border:1px solid rgba(247,249,255,.12);border-radius:8px;background:#0a0e1b94;backdrop-filter:blur(22px) saturate(135%);-webkit-backdrop-filter:blur(22px) saturate(135%);box-shadow:inset 0 1px #f7f9ff0d}.whale-home .requirement-list article>span{color:#73819c;font-family:IBM Plex Mono,monospace;font-size:11px;font-weight:600;letter-spacing:.06em}.whale-home .requirement-list h3{margin:0;color:#f7f9ff;font-size:clamp(18px,1.7vw,24px);font-weight:700;line-height:1.5}.whale-home .requirement-list p{margin:12px 0 0;color:#9ba7be;font-size:14px;line-height:1.75}.whale-home .requirement-originality{grid-column:1 / -1;min-height:220px;background:linear-gradient(110deg,#11172ac7,#0a0e1b94),#0a0e1b94}.whale-home .requirement-originality>div{max-width:760px}.whale-home a:focus-visible,.whale-home button:focus-visible{outline:2px solid #00fff6;outline-offset:3px}@media(max-width:1180px){.whale-home .hero-action-rail{grid-template-columns:1fr;gap:18px;padding:22px}.whale-home .hero-callout{grid-template-columns:auto 1fr auto}.whale-home .hero-actions{justify-content:flex-start}.whale-home .partner-shell{grid-template-columns:repeat(3,minmax(0,1fr))}.whale-home .partner-divider{display:none}.whale-home .partner-group{padding:0 18px}.whale-home .award-summary-grid{grid-template-columns:1fr}.whale-home .award-tier-grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:none}.whale-home .timeline{grid-template-columns:repeat(2,minmax(0,1fr))}.whale-home .timeline-item:nth-child(2){border-right:0}.whale-home .timeline-item:nth-child(-n+2){border-bottom:1px solid rgba(247,249,255,.1)}}@media(max-width:767px){:root{--home-pad: 20px;--home-section: 72px}html{scroll-padding-top:72px}.site-header,.nav-shell{height:64px}.nav-shell{width:calc(100% - 40px)}.brand-wordmark-orca img,.brand-wordmark-orca{max-width:126px}.whale-home .whale-hero{padding-top:76px!important}.whale-home .hero-stage{width:calc(100% - 40px);min-width:0;aspect-ratio:16 / 9}.whale-home .hero-action-rail{width:calc(100% - 40px);min-height:0;margin-top:12px;padding:18px;border-radius:8px}.whale-home .hero-callout{grid-template-columns:auto 1fr;gap:8px 14px}.whale-home .hero-callout strong{font-size:16px}.whale-home .hero-date-range{grid-column:1 / -1}.whale-home .hero-actions{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px}.whale-home .button-hero{min-width:0;min-height:52px}.whale-home .button-ghost{min-height:52px}.whale-home .hero-rules-link{grid-column:1 / -1;width:fit-content;min-height:34px}.whale-home .partner-strip{width:calc(100% - 40px);margin-top:16px}.whale-home .partner-shell{display:grid;grid-template-columns:1fr;gap:16px;padding:18px}.whale-home .partner-group{justify-content:space-between;padding:0}.whale-home .partner-divider{display:none}.whale-home .section-heading{margin-bottom:34px}.whale-home .section-kicker{margin-bottom:12px;font-size:17px}.whale-home .section-heading h2,.whale-home .section-shell>h2,.whale-home .requirements-heading h2{font-size:clamp(34px,10vw,48px);line-height:1.16}.whale-home .benefits{padding-top:88px}.whale-home .award-summary-grid,.whale-home .award-tier-grid{grid-template-columns:1fr}.whale-home .award-total{min-height:0}.whale-home .award-total-copy{min-height:310px;padding:28px 24px}.whale-home .award-total-copy>strong b{font-size:clamp(112px,35vw,150px)}.whale-home .creator-program{grid-template-columns:1fr;gap:18px;padding:24px}.whale-home .creator-program-index{font-size:56px}.whale-home .award-tier{grid-template-columns:1fr;grid-template-areas:"head" "cash" "details";gap:22px;padding:24px}.whale-home .award-cash strong{font-size:64px}.whale-home .timeline{grid-template-columns:1fr}.whale-home .timeline-item,.whale-home .timeline-item:nth-child(2),.whale-home .timeline-item:nth-child(-n+2){min-height:230px;padding:24px;border-right:0;border-bottom:1px solid rgba(247,249,255,.1)}.whale-home .timeline-item:last-child{border-bottom:0}.whale-home .timeline-item:before{right:24px;left:24px}.whale-home .timeline-item time{min-height:44px}.whale-home .requirements-layout{grid-template-columns:1fr;gap:34px}.whale-home .requirements-heading{position:static}.whale-home .requirement-list{grid-template-columns:1fr}.whale-home .requirement-list article,.whale-home .requirement-originality{grid-column:auto;min-height:164px}}@media(max-width:420px){.whale-home .hero-actions{grid-template-columns:1fr}.whale-home .button-hero,.whale-home .button-ghost{width:100%}.whale-home .award-tier dl{grid-template-columns:1fr;gap:18px}}@media(prefers-reduced-transparency:reduce){.site-header,.whale-home .hero-action-rail,.whale-home .partner-shell,.whale-home .award-total,.whale-home .award-tier,.whale-home .timeline,.whale-home .requirement-list article{background:#0a0e1b;backdrop-filter:none;-webkit-backdrop-filter:none}}@media(prefers-reduced-motion:reduce){.whale-home *,.whale-home *:before,.whale-home *:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}body[data-direction=street] .whale-home .awards-layout{display:block;padding:0;border:0;background:transparent}body[data-direction=street] .whale-home .hero-image{position:static;inset:auto;width:100%;height:100%;object-fit:contain;object-position:center;transform:none}body[data-direction=street] .whale-home .partner-shell{grid-template-columns:repeat(3,minmax(0,1fr))}body[data-direction=street] .whale-home .partner-group,body[data-direction=street] .whale-home .partner-group:first-child,body[data-direction=street] .whale-home .partner-group:last-child{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:16px;min-width:0;padding:0 24px;border-right:1px solid rgba(247,249,255,.1)}body[data-direction=street] .whale-home .partner-group:first-child{padding-left:0}body[data-direction=street] .whale-home .partner-group:last-child{padding-right:0;border-right:0}body[data-direction=street] .whale-home .partner-list,body[data-direction=street] .whale-home .partner-logo,body[data-direction=street] .whale-home .partner-lingji{display:flex;align-items:center;gap:12px;min-width:0;white-space:nowrap}body[data-direction=street] .whale-home .partner-logo strong{white-space:nowrap}body[data-direction=street] .whale-home .awards-layout .section-heading{margin:0 0 clamp(40px,5vw,72px)}body[data-direction=street] .whale-home .award-summary-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(390px,.82fr);gap:20px;min-height:0}body[data-direction=street] .whale-home .award-summary-grid>.award-tier-grid{display:grid;grid-column:auto;grid-row:auto;grid-template-columns:1fr;grid-template-rows:repeat(2,minmax(0,1fr));gap:20px}body[data-direction=street] .whale-home .award-summary-grid>.award-total,body[data-direction=street] .whale-home .award-summary-grid .award-tier,body[data-direction=street] .whale-home .award-summary-grid .award-tier-major{min-height:0;border:1px solid rgba(247,249,255,.14);border-radius:8px;background:#0a0e1b94;box-shadow:inset 0 1px #f7f9ff11}body[data-direction=street] .whale-home .award-summary-grid>.award-total{display:grid;grid-template-rows:1fr auto;min-height:610px;padding:0;overflow:hidden}body[data-direction=street] .whale-home .award-total-copy>strong{color:#f7f9ff;font-size:clamp(38px,4vw,62px);line-height:.82;text-shadow:none}body[data-direction=street] .whale-home .award-total-copy>strong b{color:#f7f9ff;font-family:Barlow Condensed,IBM Plex Mono,monospace;font-size:clamp(132px,18vw,270px);font-weight:800;line-height:.7;text-shadow:none}body[data-direction=street] .whale-home .award-summary-grid>.award-total:after{display:none}body[data-direction=street] .whale-home .award-summary-grid .award-tier,body[data-direction=street] .whale-home .award-summary-grid .award-tier-major{display:grid;grid-template-columns:1fr auto;grid-template-rows:auto 1fr;grid-template-areas:"head cash" "details details";gap:28px 20px;padding:30px}body[data-direction=street] .whale-home .award-summary-grid .award-tier-head{grid-area:head}body[data-direction=street] .whale-home .award-summary-grid .award-cash{grid-area:cash;align-self:start;margin:0}body[data-direction=street] .whale-home .award-summary-grid .award-tier dl{grid-area:details;align-self:end;margin:0;padding-top:20px}body[data-direction=street] .whale-home .award-summary-grid .award-tier dl>div,body[data-direction=street] .whale-home .award-summary-grid .award-tier dl>div:first-child{display:block;grid-template-columns:none;gap:0;min-width:0;padding:0 16px 0 0;border:0;background:transparent}body[data-direction=street] .whale-home .award-summary-grid .award-tier dt,body[data-direction=street] .whale-home .award-summary-grid .award-tier dd,body[data-direction=street] .whale-home .award-summary-grid .award-tier dl>div:first-child dd{display:block;width:auto;color:#d8deec;font-size:13px;line-height:1.6;text-align:left;writing-mode:horizontal-tb}body[data-direction=street] .whale-home .award-summary-grid .award-tier dt{margin-bottom:7px;color:#73819c;font-size:11px}body[data-direction=street] .whale-home .award-total .creator-program{display:grid;grid-template-columns:auto 1fr;gap:26px;margin:0;padding:28px 34px;border:0;border-top:1px solid rgba(247,249,255,.12);border-radius:0;background:#11172a8c}body[data-direction=street] .whale-home .award-total .creator-program-index{color:#f7f9ff;opacity:1}body[data-direction=street] .whale-home .schedule,body[data-direction=street] .whale-home .rules{background:#0a0e1b52}body[data-direction=street] .whale-home .timeline{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;border:1px solid rgba(247,249,255,.12);border-radius:8px;background:#0a0e1b8f}body[data-direction=street] .whale-home .timeline-item,body[data-direction=street] .whale-home .timeline-item:nth-child(n){display:flex;min-height:330px;padding:30px 28px;border:0;border-right:1px solid rgba(247,249,255,.1);border-radius:0;background:transparent}body[data-direction=street] .whale-home .timeline-item:last-child{border-right:0}body[data-direction=street] .whale-home .timeline-item time{color:#9ba7be;text-shadow:none}body[data-direction=street] .whale-home .requirements-layout{display:grid;grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr);gap:clamp(64px,8vw,128px);padding:0;border:0;background:transparent}body[data-direction=street] .whale-home .requirements-heading{grid-row:1;grid-column:1;width:auto;max-width:none}body[data-direction=street] .whale-home .requirement-list{display:grid;grid-row:1;grid-column:2;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;width:auto}body[data-direction=street] .whale-home .requirement-list article,body[data-direction=street] .whale-home .requirement-list article:nth-child(n){display:flex;flex-direction:column;justify-content:space-between;gap:30px;min-height:190px;padding:24px;border:1px solid rgba(247,249,255,.12);border-radius:8px;background:#0a0e1b94}body[data-direction=street] .whale-home .requirement-list article:before,body[data-direction=street] .whale-home .requirement-list article:after{display:none}body[data-direction=street] .whale-home .requirement-list .requirement-originality{grid-column:1 / -1;min-height:220px;background:linear-gradient(110deg,#11172ac7,#0a0e1b94)}@media(max-width:1180px){body[data-direction=street] .whale-home .award-summary-grid{grid-template-columns:1fr}body[data-direction=street] .whale-home .award-summary-grid>.award-tier-grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:none}body[data-direction=street] .whale-home .timeline{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:767px){body[data-direction=street] .whale-home .award-summary-grid,body[data-direction=street] .whale-home .award-summary-grid>.award-tier-grid,body[data-direction=street] .whale-home .timeline,body[data-direction=street] .whale-home .requirements-layout,body[data-direction=street] .whale-home .requirement-list{grid-template-columns:1fr}body[data-direction=street] .whale-home .requirements-heading,body[data-direction=street] .whale-home .requirement-list{grid-row:auto;grid-column:auto}body[data-direction=street] .whale-home .partner-shell{grid-template-columns:1fr}body[data-direction=street] .whale-home .partner-group,body[data-direction=street] .whale-home .partner-group:first-child,body[data-direction=street] .whale-home .partner-group:last-child{grid-template-columns:minmax(82px,auto) minmax(0,1fr);padding:0;border-right:0}body[data-direction=street] .whale-home .award-summary-grid>.award-total{min-height:0}body[data-direction=street] .whale-home .award-summary-grid .award-tier,body[data-direction=street] .whale-home .award-summary-grid .award-tier-major{grid-template-columns:1fr;grid-template-rows:none;grid-template-areas:"head" "cash" "details";padding:24px}body[data-direction=street] .whale-home .award-total .creator-program{grid-template-columns:1fr;padding:24px}body[data-direction=street] .whale-home .timeline-item,body[data-direction=street] .whale-home .timeline-item:nth-child(n){min-height:230px;padding:24px;border-right:0;border-bottom:1px solid rgba(247,249,255,.1)}body[data-direction=street] .whale-home .requirement-list .requirement-originality{grid-column:auto;min-height:164px}}:root{--spectrum-local: radial-gradient( ellipse 72% 170% at 50% 48%, #fed54f 0%, #fe4fc2 18%, #fa17fd 36%, #660ef0 58%, #00fff6 82%, #48cfff 100% )}body[data-direction=street] .whale-home{font-family:Noto Sans SC,sans-serif}body[data-direction=street] .site-header .nav-links{gap:clamp(10px,1.4vw,22px)}body[data-direction=street] .site-header .nav-links a{position:relative;min-height:40px;padding:10px 14px;border:1px solid transparent;border-radius:8px;color:#9ba7be;background:transparent;font-family:Noto Sans SC,sans-serif;font-size:14px;font-weight:600;line-height:18px;transform:translateY(0);transition:color .16s var(--ease),border-color .16s var(--ease),background-color .16s var(--ease),box-shadow .24s var(--ease),transform .16s var(--ease)}body[data-direction=street] .site-header .nav-links a:before{display:none}body[data-direction=street] .site-header .nav-links a:after{content:"";position:absolute;right:14px;bottom:5px;left:14px;height:1px;border-radius:1px;background:linear-gradient(90deg,transparent,#fe4fc2,transparent);opacity:0;transform:scaleX(.45);transition:opacity .16s var(--ease),transform .24s var(--ease)}body[data-direction=street] .site-header .nav-links a:hover,body[data-direction=street] .site-header .nav-links a:focus-visible{color:#f7f9ff;border-color:#fe4fc24d;background:#fa17fd13;box-shadow:inset 0 1px #f7f9ff14,0 8px 22px #fa17fd21,0 14px 34px #fa17fd0f;transform:translateY(-1px)}body[data-direction=street] .site-header .nav-links a:hover:after,body[data-direction=street] .site-header .nav-links a:focus-visible:after{opacity:.9;transform:scaleX(1)}body[data-direction=street] .site-header .nav-actions .button-small,body[data-direction=street] .site-header .user-chip,body[data-direction=street] .site-header .menu-button{border:1px solid rgba(247,249,255,.14);border-radius:8px;background:#0a0e1b94;box-shadow:inset 0 1px #f7f9ff0e;transition:border-color .16s var(--ease),background-color .16s var(--ease),box-shadow .24s var(--ease),transform .16s var(--ease)}body[data-direction=street] .site-header .nav-actions .button-small:hover,body[data-direction=street] .site-header .user-chip:hover,body[data-direction=street] .site-header .menu-button:hover{color:#f7f9ff;border-color:#fe4fc257;background:#fa17fd13;box-shadow:inset 0 1px #f7f9ff14,0 8px 22px #fa17fd1f;transform:translateY(-1px)}body[data-direction=street] .whale-home .whale-hero{padding-top:76px!important}body[data-direction=street] .whale-home .hero-stage{position:relative;width:100%;max-width:none;min-width:0;height:clamp(500px,calc(100svh - 188px),760px);aspect-ratio:auto;overflow:hidden;border:0;border-radius:0;background:#03050d;box-shadow:none;isolation:isolate}body[data-direction=street] .whale-home .hero-image{position:absolute;z-index:0;inset:0;width:100%;height:100%;max-width:none;object-fit:cover;object-position:72% center;filter:saturate(1.04) contrast(1.04);transform:scale(1.055);transform-origin:70% 50%}body[data-direction=street] .whale-home .hero-title-layer{position:absolute;z-index:2;inset:0 auto 0 0;width:min(55vw,840px);overflow:hidden;background:linear-gradient(90deg,#03050d 0%,rgba(3,5,13,.98) 72%,rgba(3,5,13,.4) 91%,transparent 100%);mask-image:linear-gradient(90deg,#000 0%,#000 82%,transparent 100%);-webkit-mask-image:linear-gradient(90deg,#000 0%,#000 82%,transparent 100%);pointer-events:none}body[data-direction=street] .whale-home .hero-title-image{position:absolute;inset:0 auto 0 0;display:block;width:auto;max-width:none;height:100%;object-fit:contain;object-position:left center;filter:none;transform:none}body[data-direction=street] .whale-home .hero-stage-vignette{position:absolute;z-index:3;inset:0;background:linear-gradient(180deg,rgba(3,5,13,.2),transparent 18%,transparent 74%,rgba(3,5,13,.52) 100%),linear-gradient(90deg,rgba(3,5,13,.12),transparent 24%,transparent 82%,rgba(3,5,13,.16));box-shadow:inset 0 0 0 1px #f7f9ff0e;pointer-events:none}body[data-direction=street] .whale-home .button-hero{position:relative;isolation:isolate;overflow:hidden;min-width:204px;border:1px solid rgba(255,255,255,.2);background:linear-gradient(135deg,#fa17fd,#fe4fc2);box-shadow:inset 0 1px #ffffff57,0 10px 24px #fa17fd4f,0 22px 54px #fa17fd24}body[data-direction=street] .whale-home .button-hero:before{display:none}body[data-direction=street] .whale-home .button-hero:after{content:"";position:absolute;z-index:0;top:-55%;bottom:-55%;left:-42%;width:30%;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.18) 24%,rgba(255,255,255,.82) 50%,rgba(255,255,255,.18) 76%,transparent 100%);filter:blur(.5px);opacity:.78;transform:translate(-220%) skew(-18deg);pointer-events:none;mix-blend-mode:screen}body[data-direction=street] .whale-home .button-hero>span,body[data-direction=street] .whale-home .button-hero>svg{position:relative;z-index:1}body[data-direction=street] .whale-home .button-hero:hover{border-color:#ffffff52;box-shadow:inset 0 1px #ffffff6b,0 12px 30px #fa17fd66,0 26px 64px #fa17fd33;transform:translateY(-2px)}@keyframes whale-cta-sweep{0%,6%{transform:translate(-220%) skew(-18deg);opacity:0}10%{opacity:.78}25%{transform:translate(580%) skew(-18deg);opacity:.58}28%,to{transform:translate(580%) skew(-18deg);opacity:0}}@media(prefers-reduced-motion:no-preference){body[data-direction=street] .whale-home .button-hero:after{animation:whale-cta-sweep 5.2s cubic-bezier(.22,1,.36,1) infinite}body[data-direction=street] .whale-home .button-hero:hover:after{animation-duration:2.7s}}body[data-direction=street] .whale-home .section-heading h2,body[data-direction=street] .whale-home .requirements-heading h2,body[data-direction=street] .whale-home .timeline-copy h3,body[data-direction=street] .whale-home .requirement-list h3,body[data-direction=street] .whale-home .creator-program h3,body[data-direction=street] .whale-home .award-tier h3,body[data-direction=street] .whale-home .hero-callout strong{font-family:Noto Sans SC,sans-serif}body[data-direction=street] .whale-home .section-heading h2,body[data-direction=street] .whale-home .requirements-heading h2{font-weight:800}body[data-direction=street] .whale-home .section-kicker{display:inline-flex;align-items:baseline;gap:10px;color:#f7f9ff;background:none;-webkit-text-fill-color:initial;font-family:Barlow Condensed,Noto Sans SC,sans-serif;line-height:1}body[data-direction=street] .whale-home .section-kicker-en,body[data-direction=street] .whale-home .section-kicker-cn,body[data-direction=street] .whale-home .section-kicker-separator,body[data-direction=street] .whale-home .hero-callout-label{color:transparent;background-image:var(--spectrum-local);background-size:100% 100%;background-position:center;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}body[data-direction=street] .whale-home .section-kicker-en,body[data-direction=street] .whale-home .hero-callout-label{font-family:Barlow Condensed,sans-serif;font-weight:800;letter-spacing:.075em}body[data-direction=street] .whale-home .section-kicker-cn{font-family:Noto Sans SC,sans-serif;font-size:.78em;font-weight:600;letter-spacing:.1em}body[data-direction=street] .whale-home .section-kicker-separator{font-family:Barlow Condensed,sans-serif;font-size:.72em;font-weight:700}body[data-direction=street] .whale-home .hero-date-range,body[data-direction=street] .whale-home .hero-date-range time,body[data-direction=street] .whale-home .timeline-item time,body[data-direction=street] .whale-home .award-symbol,body[data-direction=street] .whale-home .requirement-list article>span{font-family:IBM Plex Mono,monospace;font-weight:500;font-variant-numeric:tabular-nums;letter-spacing:.025em}body[data-direction=street] .whale-home .award-total-copy>strong{gap:12px;color:#f7f9ff;font-family:Noto Sans SC,sans-serif;font-size:clamp(34px,3.5vw,54px);font-weight:600;line-height:.9;letter-spacing:-.035em}body[data-direction=street] .whale-home .award-total-copy>strong b{color:#f7f9ff;font-family:IBM Plex Mono,monospace;font-size:clamp(108px,13vw,190px);font-weight:600;font-variant-numeric:tabular-nums;line-height:.74;letter-spacing:-.09em;text-shadow:none}body[data-direction=street] .whale-home .creator-program-index{font-family:IBM Plex Mono,monospace;font-weight:500;font-variant-numeric:tabular-nums;letter-spacing:-.06em}body[data-direction=street] .whale-home .award-cash strong{display:inline-flex;align-items:baseline;gap:2px;color:#f7f9ff;font-family:Noto Sans SC,sans-serif;font-size:inherit;font-weight:600;line-height:1;letter-spacing:-.035em;text-shadow:none}body[data-direction=street] .whale-home .award-cash strong b{font-family:IBM Plex Mono,monospace;font-size:clamp(42px,4.2vw,62px);font-style:normal;font-weight:600;font-variant-numeric:tabular-nums;letter-spacing:-.075em}body[data-direction=street] .whale-home .award-cash strong em{font-family:Noto Sans SC,sans-serif;font-size:.56em;font-style:normal;font-weight:600}@media(max-width:767px){body[data-direction=street] .whale-home .whale-hero{padding-top:64px!important}body[data-direction=street] .whale-home .hero-stage{width:100%;height:clamp(320px,92vw,390px);aspect-ratio:auto}body[data-direction=street] .whale-home .hero-image{object-position:73% center;transform:scale(1.08)}body[data-direction=street] .whale-home .hero-title-layer{width:78%;mask-image:linear-gradient(90deg,#000 0%,#000 79%,transparent 100%);-webkit-mask-image:linear-gradient(90deg,#000 0%,#000 79%,transparent 100%)}body[data-direction=street] .whale-home .hero-action-rail{margin-top:-14px}body[data-direction=street] .whale-home .award-total-copy>strong b{font-size:clamp(88px,29vw,124px)}body[data-direction=street] .whale-home .award-cash strong b{font-size:52px}}@media(prefers-reduced-motion:reduce){body[data-direction=street] .whale-home .button-hero:after{display:none;animation:none}}body[data-direction=street] .whale-home .whale-hero{position:relative;display:block!important;min-height:100svh;padding-top:var(--header-height)!important;overflow:hidden;background:#03050d}body[data-direction=street] .whale-home .hero-stage{position:absolute;z-index:0;inset:var(--header-height) 0 0;width:100%;height:auto;min-width:0;overflow:hidden;border:0;border-radius:0;background:#03050d;box-shadow:none;isolation:isolate}body[data-direction=street] .whale-home .hero-image{position:absolute;z-index:0;inset:0;display:block;width:100%;height:100%;max-width:none;object-fit:cover;object-position:center center;filter:none;transform:none}body[data-direction=street] .whale-home .hero-title-layer{position:absolute;z-index:2;top:clamp(24px,4.5vh,52px);right:auto;bottom:auto;left:max(28px,calc((100vw - 1440px)/2 + 28px));width:min(44vw,calc((100svh - var(--header-height) - 250px) * 1.1378),1412px);max-width:1412px;overflow:visible;background:none;mask-image:none;-webkit-mask-image:none;pointer-events:none}body[data-direction=street] .whale-home .hero-title-image{position:static;inset:auto;display:block;width:100%;max-width:1412px;height:auto;object-fit:contain;object-position:left top;filter:none;transform:none}body[data-direction=street] .whale-home .hero-stage-vignette{position:absolute;z-index:3;inset:0;background:linear-gradient(180deg,rgba(3,5,13,.12) 0%,transparent 22%,transparent 58%,rgba(3,5,13,.5) 82%,rgba(3,5,13,.82) 100%),linear-gradient(90deg,rgba(3,5,13,.08),transparent 38%,transparent 88%,rgba(3,5,13,.12));box-shadow:none;pointer-events:none}body[data-direction=street] .whale-home .hero-action-rail{position:absolute;z-index:5;right:max(28px,calc((100vw - 1440px)/2 + 28px));bottom:98px;left:max(28px,calc((100vw - 1440px)/2 + 28px));width:auto;margin:0}body[data-direction=street] .whale-home .partner-strip{position:absolute;z-index:5;right:0;bottom:0;left:0;width:100%;margin:0;padding:0;border:0;background:transparent;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none}body[data-direction=street] .whale-home .partner-shell{display:grid;grid-template-columns:1.2fr 1.1fr 1fr;align-items:center;gap:clamp(28px,4vw,72px);width:min(1440px,calc(100% - 56px));min-height:92px;margin:0 auto;padding:12px 0 18px;border:0;border-radius:0;background:transparent;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none}body[data-direction=street] .whale-home .partner-group{display:grid;grid-template-columns:max-content minmax(0,1fr);align-items:center;gap:18px;min-width:0;padding:0}body[data-direction=street] .whale-home .partner-divider{display:none}body[data-direction=street] .whale-home .partner-role{font-family:Noto Sans SC,sans-serif;font-size:12px;font-weight:500;letter-spacing:0;opacity:.66}body[data-direction=street] .site-header .nav-links a.nav-rules-entry{margin-left:4px;padding-inline:17px;border-color:transparent;background:transparent;color:#f7f9ffd1;font-weight:500}body[data-direction=street] .site-header .nav-links a.nav-rules-entry:before{content:"";position:absolute;top:10px;bottom:10px;left:-8px;display:block;width:1px;background:#f7f9ff1f}body[data-direction=street] .site-header .nav-links a.nav-rules-entry:hover,body[data-direction=street] .site-header .nav-links a.nav-rules-entry:focus-visible{border-color:#fe4fc247;background:#fa17fd0e;box-shadow:0 8px 18px #fa17fd14}body[data-direction=street] .site-header .nav-actions .button-small{color:#f7f9ff}body[data-direction=street] .whale-home .section-kicker{display:block;width:fit-content;color:transparent;background:var(--gradient-highlight);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-family:Barlow Condensed,Noto Sans SC,sans-serif;font-size:clamp(18px,1.7vw,24px);font-weight:800;line-height:1;letter-spacing:.075em;text-transform:uppercase}body[data-direction=street] .whale-home .award-total-copy>strong b,body[data-direction=street] .whale-home .award-cash strong b{font-family:Barlow Condensed,sans-serif;font-style:normal;font-weight:700;font-variant-numeric:tabular-nums}body[data-direction=street] .whale-home .award-total-copy>strong b{font-size:clamp(116px,13vw,188px);line-height:.72;letter-spacing:-.055em}body[data-direction=street] .whale-home .award-cash strong b{font-size:clamp(48px,4.6vw,66px);letter-spacing:-.04em}body[data-direction=street] .whale-home .hero-date-range,body[data-direction=street] .whale-home .hero-date-range time,body[data-direction=street] .whale-home .timeline-item time,body[data-direction=street] .whale-home .award-symbol,body[data-direction=street] .whale-home .requirement-list article>span,body[data-direction=street] .whale-home .creator-program-index{font-family:IBM Plex Mono,monospace;font-weight:500;font-variant-numeric:tabular-nums}@media(max-width:1180px)and (min-width:768px){body[data-direction=street] .site-header .nav-links{gap:4px}body[data-direction=street] .site-header .nav-links a{padding-inline:10px}body[data-direction=street] .site-header .nav-links a.nav-rules-entry{margin-left:2px;padding-inline:12px}body[data-direction=street] .whale-home .hero-action-rail{bottom:92px;gap:14px;min-height:0;padding:16px 20px}body[data-direction=street] .whale-home .partner-shell{min-height:86px;gap:24px}}@media(max-width:767px){body[data-direction=street] .whale-home .whale-hero{min-height:0;padding-top:64px!important;overflow:visible}body[data-direction=street] .whale-home .hero-stage{position:relative;inset:auto;width:100%;height:clamp(390px,105vw,450px)}body[data-direction=street] .whale-home .hero-image{object-position:66% center}body[data-direction=street] .whale-home .hero-stage-vignette{background:linear-gradient(90deg,#03050da8,#03050d52 70%,#03050d14),linear-gradient(180deg,rgba(3,5,13,.08),transparent 55%,rgba(3,5,13,.66) 100%)}body[data-direction=street] .whale-home .hero-title-layer{top:clamp(22px,6vw,34px);left:20px;width:min(calc(100% - 40px),540px);max-width:1412px}body[data-direction=street] .whale-home .hero-action-rail{position:relative;right:auto;bottom:auto;left:auto;width:calc(100% - 40px);margin:-34px auto 0}body[data-direction=street] .whale-home .partner-strip{position:relative;right:auto;bottom:auto;left:auto;width:calc(100% - 40px);margin:18px auto 0}body[data-direction=street] .whale-home .partner-shell{grid-template-columns:1fr;gap:18px;width:100%;min-height:0;padding:10px 0 26px}body[data-direction=street] .whale-home .partner-group{grid-template-columns:minmax(92px,max-content) minmax(0,1fr);gap:14px}body[data-direction=street] .mobile-nav .nav-rules-entry{border-top:1px solid rgba(247,249,255,.1);color:#f7f9ffc7}body[data-direction=street] .whale-home .section-kicker{font-size:17px}body[data-direction=street] .whale-home .award-total-copy>strong b{font-size:clamp(100px,33vw,136px)}body[data-direction=street] .whale-home .award-cash strong b{font-size:56px}}@media(prefers-reduced-transparency:reduce){body[data-direction=street] .whale-home .partner-strip,body[data-direction=street] .whale-home .partner-shell{background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none}}body[data-direction=street] .whale-home .hero-action-rail{right:auto;left:50%;width:min(calc(100% - 56px),1440px);transform:translate(-50%)}body[data-direction=street] .whale-home .hero-callout-label{color:transparent;background:var(--gradient-highlight);background-size:100% 100%;background-position:center;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}body[data-direction=street] .whale-home .hero-title-layer{width:min(35.2vw,calc((100svh - var(--header-height) - 250px) * .91024),1129.6px);max-width:1129.6px}body[data-direction=street] .whale-home .timeline-item,body[data-direction=street] .whale-home .timeline-item:nth-child(n){display:grid;grid-template-columns:minmax(0,1fr);grid-template-rows:76px 60px minmax(0,1fr);align-content:stretch}body[data-direction=street] .whale-home .timeline-item time{display:flex;align-items:flex-start;justify-content:flex-start;width:100%;min-height:0;margin:0;color:#9ba7be;text-align:left;white-space:nowrap;grid-row:1;grid-column:1}body[data-direction=street] .whale-home .timeline-item time:after{content:"";flex:1 1 auto;min-width:16px;max-width:46px;height:1px;margin:9px 0 0 14px;background:linear-gradient(90deg,#f7f9ff57,#f7f9ff00)}body[data-direction=street] .whale-home .timeline-item.is-current time:after{background:linear-gradient(90deg,#fe4fc2c2,#fa17fd00)}body[data-direction=street] .whale-home .timeline-copy{display:contents}body[data-direction=street] .whale-home .timeline-copy h3{align-self:start;grid-row:2;grid-column:1;margin:0;line-height:1.25}body[data-direction=street] .whale-home .timeline-copy p{align-self:start;grid-row:3;grid-column:1;margin:0}@media(max-width:1180px)and (min-width:768px){body[data-direction=street] .whale-home .timeline-item,body[data-direction=street] .whale-home .timeline-item:nth-child(n){grid-template-rows:68px 60px minmax(0,1fr)}}@media(max-width:767px){body[data-direction=street] .whale-home .hero-action-rail{right:auto;left:auto;width:calc(100% - 40px);transform:none}body[data-direction=street] .whale-home .hero-title-layer{width:min(calc(80% - 32px),432px);max-width:1129.6px}body[data-direction=street] .whale-home .timeline-item,body[data-direction=street] .whale-home .timeline-item:nth-child(n){grid-template-rows:54px 48px auto;min-height:210px}body[data-direction=street] .whale-home .timeline-item time:after{max-width:72px}}@font-face{font-family:Phosphor;src:url(./phosphor-regular.woff2) format("woff2");font-style:normal;font-weight:400;font-display:block}.ph{font-family:Phosphor!important;font-style:normal;font-weight:400;font-variant:normal;font-feature-settings:"liga";font-variant-ligatures:discretionary-ligatures;line-height:1;letter-spacing:0;text-transform:none;white-space:nowrap;speak:never}body[data-direction=street] .whale-home .whale-hero:after{content:"";position:absolute;z-index:4;right:0;bottom:-1px;left:0;display:block;height:clamp(150px,17vh,250px);background:linear-gradient(180deg,#03050d00,#04060f57 35%,#050711db 77%,#050711);pointer-events:none}body[data-direction=street] .whale-home .benefits{margin-top:-1px;background:radial-gradient(ellipse at 72% -8%,rgba(102,14,240,.07),transparent 38%),linear-gradient(180deg,#050711,#050711f5 22%,#03050d)}body[data-direction=street] .whale-home .award-total-copy{position:relative;isolation:isolate;overflow:hidden;background:radial-gradient(ellipse at 24% 82%,rgba(250,23,253,.09),transparent 42%),radial-gradient(ellipse at 72% 92%,rgba(0,255,246,.045),transparent 38%)}body[data-direction=street] .whale-home .award-total-copy:before{content:"";position:absolute;z-index:-1;right:5%;bottom:24%;width:44%;height:82px;opacity:.52;background:linear-gradient(90deg,#f7f9ff00,#f7f9ff26 58%,#f7f9ff00),linear-gradient(90deg,#f7f9ff00,#fe4fc238 46%,#f7f9ff00);background-position:0 18px,0 58px;background-repeat:no-repeat;background-size:100% 1px;transform:skewY(-8deg);transform-origin:right center}body[data-direction=street] .whale-home .award-total-copy>span{display:flex;align-items:center;gap:18px}body[data-direction=street] .whale-home .award-total-copy>span:after{content:"";flex:0 1 170px;height:1px;background:linear-gradient(90deg,#f7f9ff47,#f7f9ff00)}body[data-direction=street] .whale-home .award-total-copy>strong{position:relative;z-index:1;width:fit-content;padding-bottom:22px}body[data-direction=street] .whale-home .award-total-copy>strong:after{content:"";position:absolute;right:4%;bottom:0;left:1%;height:2px;background:linear-gradient(96deg,#fe4fc2d1,#fa17fd75 45%,#00fff66b 78%,#00fff600);box-shadow:0 7px 22px #fa17fd29}body[data-direction=street] .whale-home .award-total-copy>strong b{color:transparent;background:linear-gradient(112deg,#f7f9ff 7%,#fff 36%,#aebbd4 64%,#f4f7ff 86%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;filter:drop-shadow(0 14px 22px rgba(250,23,253,.08))}body[data-direction=street] .whale-home .creator-program-index,body[data-direction=street] .whale-home .award-symbol{display:grid;flex:0 0 auto;place-items:center;border:1px solid rgba(254,79,194,.24);border-radius:8px;background:linear-gradient(145deg,#fa17fd1a,#11172a57);color:#fe4fc2;box-shadow:inset 0 1px #f7f9ff14;opacity:1}body[data-direction=street] .whale-home .creator-program-index{width:50px;height:50px;font-size:26px}body[data-direction=street] .whale-home .award-symbol{width:36px;height:36px;margin-top:1px;font-size:19px;letter-spacing:0}body[data-direction=street] .whale-home .creator-program-index i,body[data-direction=street] .whale-home .award-symbol i{display:block}body[data-direction=street] .whale-home .award-summary-grid .award-tier,body[data-direction=street] .whale-home .award-summary-grid .award-tier-major{grid-template-rows:auto auto;align-content:center;gap:18px 18px}body[data-direction=street] .whale-home .award-summary-grid .award-tier dl{align-self:start;grid-template-columns:minmax(72px,.42fr) minmax(0,1.58fr);column-gap:18px;padding-top:15px}body[data-direction=street] .whale-home .award-summary-grid .award-tier dl>div,body[data-direction=street] .whale-home .award-summary-grid .award-tier dl>div:first-child{padding-right:0}body[data-direction=street] .whale-home .award-cash{align-items:baseline;gap:5px;color:#d8deec;font-family:Noto Sans SC,sans-serif;font-size:14px;font-weight:600}body[data-direction=street] .whale-home .award-cash strong{display:inline-flex;align-items:baseline;gap:3px}body[data-direction=street] .whale-home .award-cash strong em{color:#d8deec;font-family:Noto Sans SC,sans-serif;font-size:14px;font-style:normal;font-weight:600;line-height:1;letter-spacing:0}@media(max-width:767px){body[data-direction=street] .whale-home .whale-hero:after{height:130px}body[data-direction=street] .whale-home .benefits{padding-top:clamp(82px,22vw,104px)}body[data-direction=street] .whale-home .award-total-copy:before{right:-10%;bottom:28%;width:72%}body[data-direction=street] .whale-home .award-total-copy>span:after{flex-basis:96px}body[data-direction=street] .whale-home .award-total-copy>strong{padding-bottom:16px}body[data-direction=street] .whale-home .creator-program-index{width:46px;height:46px;font-size:24px}body[data-direction=street] .whale-home .award-summary-grid .award-tier,body[data-direction=street] .whale-home .award-summary-grid .award-tier-major{align-content:start}}@media(prefers-reduced-transparency:reduce){body[data-direction=street] .whale-home .award-total-copy{background:#0a0e1b}}body[data-direction=street] .whale-home .award-total-copy:before{content:"";position:absolute;z-index:-1;right:-11%;bottom:2%;width:68%;height:72%;opacity:.46;background:repeating-radial-gradient(ellipse at center,#f7f9ff00 0 29px,#f7f9ff13 30px,#fe4fc216 31px,#f7f9ff00 33px 58px);mask-image:linear-gradient(105deg,transparent 4%,rgba(0,0,0,.78) 44%,transparent 92%);-webkit-mask-image:linear-gradient(105deg,transparent 4%,rgba(0,0,0,.78) 44%,transparent 92%);transform:rotate(-10deg);transform-origin:center}body[data-direction=street] .whale-home .award-total-copy>strong{overflow:visible;padding:12px 0 4px}body[data-direction=street] .whale-home .award-total-copy>strong:after{display:none}body[data-direction=street] .whale-home .award-total-copy>strong b{display:inline-block;padding:.045em .015em .035em 0;line-height:.88}body[data-direction=street] .whale-home .award-summary-grid .award-tier,body[data-direction=street] .whale-home .award-summary-grid .award-tier-major{isolation:isolate;grid-template-columns:minmax(0,1fr) auto;grid-template-rows:auto auto;grid-template-areas:"head cash" "details details";align-content:center;gap:16px 20px}body[data-direction=street] .whale-home .award-summary-grid .award-tier-head{position:relative;z-index:1;display:block;min-height:82px;padding:13px 0 8px 60px;overflow:visible}body[data-direction=street] .whale-home .award-summary-grid .award-tier-head>div{position:relative;z-index:1}body[data-direction=street] .whale-home .award-summary-grid .award-symbol{position:absolute;z-index:0;top:-16px;left:-18px;display:block;width:auto;height:auto;margin:0;border:0;border-radius:0;background:transparent;color:#fe4fc233;box-shadow:none;font-size:108px;line-height:1;transform:rotate(-8deg);pointer-events:none}body[data-direction=street] .whale-home .award-tier:nth-child(2) .award-symbol{top:-11px;left:-14px;font-size:102px;transform:rotate(-5deg)}body[data-direction=street] .whale-home .award-tier-head span:not(.award-symbol){margin-bottom:6px;color:#8290aa;font-size:11px;font-weight:600;letter-spacing:.05em}body[data-direction=street] .whale-home .award-tier h3{font-size:25px;line-height:1.2}body[data-direction=street] .whale-home .award-summary-grid .award-cash{position:relative;z-index:1;align-self:center}body[data-direction=street] .whale-home .award-summary-grid .award-tier dl{position:relative;z-index:1;padding-top:14px}@media(max-width:767px){body[data-direction=street] .whale-home .award-total-copy:before{right:-24%;bottom:4%;width:92%;height:70%;opacity:.4}body[data-direction=street] .whale-home .award-total-copy>strong{padding:10px 0 2px}body[data-direction=street] .whale-home .award-total-copy>strong b{line-height:.9}body[data-direction=street] .whale-home .award-summary-grid .award-tier,body[data-direction=street] .whale-home .award-summary-grid .award-tier-major{grid-template-columns:minmax(0,1fr) auto;grid-template-rows:auto auto;grid-template-areas:"head cash" "details details";gap:14px 12px}body[data-direction=street] .whale-home .award-summary-grid .award-tier-head{min-height:78px;padding:11px 0 6px 48px}body[data-direction=street] .whale-home .award-summary-grid .award-symbol{top:-10px;left:-18px;font-size:92px}body[data-direction=street] .whale-home .award-tier:nth-child(2) .award-symbol{top:-6px;left:-14px;font-size:86px}body[data-direction=street] .whale-home .award-tier h3{font-size:23px}}@media(max-width:1180px){body[data-direction=street] .whale-home .hero-action-rail{min-height:0;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none}}body[data-direction=street] .whale-home .award-summary-grid>.award-total{min-height:520px}body[data-direction=street] .whale-home .award-total-copy{min-height:325px;padding:38px 44px 28px;background:radial-gradient(ellipse at 28% 88%,rgba(250,23,253,.1),transparent 44%),radial-gradient(ellipse at 78% 102%,rgba(0,255,246,.065),transparent 48%),linear-gradient(180deg,#0a0e1b14,#0a0e1b57)}body[data-direction=street] .whale-home .award-total-copy:before{z-index:0;right:-16%;bottom:-34%;width:98%;height:128%;opacity:.42;mask-image:linear-gradient(112deg,transparent 2%,rgba(0,0,0,.76) 34%,rgba(0,0,0,.84) 76%,transparent 98%);-webkit-mask-image:linear-gradient(112deg,transparent 2%,rgba(0,0,0,.76) 34%,rgba(0,0,0,.84) 76%,transparent 98%)}body[data-direction=street] .whale-home .award-total-copy>span,body[data-direction=street] .whale-home .award-total-copy>strong{position:relative;z-index:1}body[data-direction=street] .whale-home .creator-program{padding:22px 30px}body[data-direction=street] .whale-home .award-summary-grid .award-tier,body[data-direction=street] .whale-home .award-summary-grid .award-tier-major{padding:24px 26px;gap:10px 18px}body[data-direction=street] .whale-home .award-summary-grid .award-tier-head{min-height:72px;padding-top:8px;padding-bottom:4px}body[data-direction=street] .whale-home .award-summary-grid .award-tier dl{margin-top:0;padding-top:10px}@media(max-width:1180px)and (min-width:768px){body[data-direction=street] .whale-home .award-summary-grid>.award-total{min-height:470px}body[data-direction=street] .whale-home .award-total-copy{min-height:292px;padding:32px 36px 24px}body[data-direction=street] .whale-home .award-summary-grid .award-tier,body[data-direction=street] .whale-home .award-summary-grid .award-tier-major{min-height:228px}}@media(max-width:767px){body[data-direction=street] .whale-home .award-summary-grid>.award-total{min-height:0}body[data-direction=street] .whale-home .award-total-copy{min-height:260px;padding:24px 22px 18px}body[data-direction=street] .whale-home .award-total-copy:before{right:-28%;bottom:-38%;width:118%;height:132%;opacity:.38}body[data-direction=street] .whale-home .creator-program{gap:14px;padding:20px 22px}body[data-direction=street] .whale-home .award-summary-grid .award-tier,body[data-direction=street] .whale-home .award-summary-grid .award-tier-major{min-height:0;padding:20px 22px;gap:8px 12px}body[data-direction=street] .whale-home .award-summary-grid .award-tier-head{min-height:68px;padding-top:6px;padding-bottom:2px}body[data-direction=street] .whale-home .award-summary-grid .award-tier dl{padding-top:8px}}body[data-direction=street] .whale-home .award-summary-grid{gap:18px}body[data-direction=street] .whale-home .award-summary-grid>.award-total{display:block;min-height:456px}body[data-direction=street] .whale-home .award-total-copy{display:grid;grid-template-rows:auto auto auto;align-content:space-between;gap:18px;min-height:456px;height:100%;padding:34px 42px 30px;background:radial-gradient(ellipse at 22% 74%,rgba(250,23,253,.11),transparent 48%),radial-gradient(ellipse at 82% 104%,rgba(0,255,246,.07),transparent 52%),linear-gradient(145deg,#11172a80,#080b16bd)}body[data-direction=street] .whale-home .award-total-copy:before{right:-13%;bottom:-28%;width:104%;height:132%;opacity:.38}body[data-direction=street] .whale-home .award-total-copy>strong{align-self:center;padding-top:4px;padding-bottom:0}body[data-direction=street] .whale-home .award-total-copy .creator-program{position:relative;z-index:1;display:grid;grid-template-columns:44px minmax(0,1fr);align-items:start;gap:14px;max-width:700px;min-height:0;margin:0;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}body[data-direction=street] .whale-home .award-total-copy .creator-program-index{width:44px;height:44px;font-size:23px}body[data-direction=street] .whale-home .award-total-copy .creator-program h3{margin:1px 0 5px;font-size:15px;line-height:1.35}body[data-direction=street] .whale-home .award-total-copy .creator-program p{max-width:620px;font-size:11px;line-height:1.6}body[data-direction=street] .whale-home .award-summary-grid>.award-tier-grid{gap:18px}body[data-direction=street] .whale-home .award-summary-grid .award-tier,body[data-direction=street] .whale-home .award-summary-grid .award-tier-major{padding-top:22px;padding-bottom:22px}body[data-direction=street] .whale-home .requirements-layout{display:grid;grid-template-columns:minmax(0,1fr);gap:30px}body[data-direction=street] .whale-home .requirements-heading{position:static;grid-row:auto;grid-column:auto;max-width:none;margin:0}body[data-direction=street] .whale-home .requirement-list{display:grid;grid-row:auto;grid-column:auto;grid-template-columns:repeat(12,minmax(0,1fr));grid-template-rows:repeat(2,minmax(124px,auto));gap:1px;width:100%;padding:1px;overflow:hidden;border:0;border-radius:8px;background:#f7f9ff1f}body[data-direction=street] .whale-home .requirement-list article,body[data-direction=street] .whale-home .requirement-list article:nth-child(n){display:grid;grid-template-columns:34px minmax(0,1fr);align-content:start;align-items:start;gap:14px;min-height:124px;padding:20px 20px 18px;border:0;border-radius:0;background:linear-gradient(145deg,rgba(247,249,255,.035),transparent 58%),#080c18e0;box-shadow:none;backdrop-filter:blur(18px) saturate(125%);-webkit-backdrop-filter:blur(18px) saturate(125%)}body[data-direction=street] .whale-home .requirement-list article>span{display:block;margin-top:3px;color:#fe4fc2bd;font-size:11px;line-height:1}body[data-direction=street] .whale-home .requirement-list h3{margin:0;font-size:clamp(17px,1.38vw,21px);font-weight:650;line-height:1.42;letter-spacing:-.02em}body[data-direction=street] .whale-home .requirement-list article:nth-child(1){grid-column:1 / 5;grid-row:1}body[data-direction=street] .whale-home .requirement-list article:nth-child(2){grid-column:5 / 9;grid-row:1}body[data-direction=street] .whale-home .requirement-list article:nth-child(3){grid-column:9 / 13;grid-row:1}body[data-direction=street] .whale-home .requirement-list .requirement-originality{grid-column:1 / 7;grid-row:2;min-height:124px;background:radial-gradient(ellipse at 8% 100%,rgba(250,23,253,.12),transparent 52%),linear-gradient(120deg,#18162ef5,#080c18e6)}body[data-direction=street] .whale-home .requirement-list article:nth-child(5){grid-column:7 / 10;grid-row:2}body[data-direction=street] .whale-home .requirement-list article:nth-child(6){grid-column:10 / 13;grid-row:2}body[data-direction=street] .whale-home .requirement-list .requirement-originality>div{max-width:none}body[data-direction=street] .whale-home .requirement-list .requirement-originality h3{margin:0 0 5px;font-size:clamp(19px,1.65vw,24px)}body[data-direction=street] .whale-home .requirement-list .requirement-originality p{max-width:760px;font-size:12px;line-height:1.58}@media(max-width:1180px)and (min-width:768px){body[data-direction=street] .whale-home .award-summary-grid>.award-total,body[data-direction=street] .whale-home .award-total-copy{min-height:424px}body[data-direction=street] .whale-home .award-total-copy{padding:30px 34px 26px}body[data-direction=street] .whale-home .requirement-list{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:none}body[data-direction=street] .whale-home .requirement-list article,body[data-direction=street] .whale-home .requirement-list article:nth-child(n),body[data-direction=street] .whale-home .requirement-list .requirement-originality{grid-column:auto;grid-row:auto;min-height:132px}body[data-direction=street] .whale-home .requirement-list .requirement-originality{grid-column:1 / -1}}@media(max-width:767px){body[data-direction=street] .whale-home .award-summary-grid>.award-total,body[data-direction=street] .whale-home .award-total-copy{min-height:0}body[data-direction=street] .whale-home .award-total-copy{gap:16px;padding:24px 22px 22px}body[data-direction=street] .whale-home .award-total-copy .creator-program{grid-template-columns:40px minmax(0,1fr);gap:12px}body[data-direction=street] .whale-home .award-total-copy .creator-program-index{width:40px;height:40px;font-size:21px}body[data-direction=street] .whale-home .requirements-layout{gap:24px}body[data-direction=street] .whale-home .requirement-list{grid-template-columns:minmax(0,1fr);grid-template-rows:none}body[data-direction=street] .whale-home .requirement-list article,body[data-direction=street] .whale-home .requirement-list article:nth-child(n),body[data-direction=street] .whale-home .requirement-list .requirement-originality{grid-column:auto;grid-row:auto;min-height:0;padding:18px}body[data-direction=street] .whale-home .requirement-list .requirement-originality{order:-1}}@media(max-width:1180px){body[data-direction=street] .whale-home .hero-callout{width:100%;padding:16px 18px;border:1px solid rgba(247,249,255,.14);border-radius:8px;background:linear-gradient(135deg,rgba(247,249,255,.055),transparent 58%),#0a0e1bc2;box-shadow:inset 0 1px #f7f9ff12,0 14px 34px #00000029;backdrop-filter:blur(22px) saturate(135%);-webkit-backdrop-filter:blur(22px) saturate(135%)}}body[data-direction=street] .whale-home .award-total-copy>strong{align-self:start;justify-self:start;width:fit-content}@media(max-width:767px){body[data-direction=street] .whale-home .hero-callout{padding:14px 16px}}@media(prefers-reduced-transparency:reduce)and (max-width:1180px){body[data-direction=street] .whale-home .hero-callout{background:#0a0e1b;backdrop-filter:none;-webkit-backdrop-filter:none}}@media(max-width:1180px){body[data-direction=street] .whale-home .hero-action-rail{min-height:0;padding:22px;border:1px solid rgba(247,249,255,.14);border-radius:12px;background:linear-gradient(135deg,rgba(247,249,255,.055),transparent 58%),#0a0e1bc2;box-shadow:inset 0 1px #f7f9ff12,0 14px 34px #00000029;backdrop-filter:blur(22px) saturate(135%);-webkit-backdrop-filter:blur(22px) saturate(135%)}body[data-direction=street] .whale-home .hero-callout{width:auto;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none}}@media(max-width:767px){body[data-direction=street] .whale-home .hero-action-rail{padding:18px;border-radius:8px}}@media(prefers-reduced-transparency:reduce)and (max-width:1180px){body[data-direction=street] .whale-home .hero-action-rail{background:#0a0e1b;backdrop-filter:none;-webkit-backdrop-filter:none}}body[data-direction=street] .site-header .nav-links a:hover,body[data-direction=street] .site-header .nav-links a:focus-visible,body[data-direction=street] .site-header .nav-links a.nav-rules-entry:hover,body[data-direction=street] .site-header .nav-links a.nav-rules-entry:focus-visible{color:#f7f9ff;border-color:transparent;background:transparent;box-shadow:none;transform:none}body[data-direction=street] .site-header .nav-links a:after{right:14px;bottom:5px;left:14px;height:2px;border-radius:2px;background:var(--gradient-cta);box-shadow:0 4px 12px #fa17fd38;opacity:0;transform:scaleX(0);transform-origin:left;transition:opacity .16s var(--ease),transform .2s var(--ease)}body[data-direction=street] .site-header .nav-links a:hover:after,body[data-direction=street] .site-header .nav-links a:focus-visible:after{opacity:1;transform:scaleX(1)}body[data-direction=street] .avatar{border-color:#fe4fc257;background-color:#080b19;background-image:url(data:image/webp;base64,UklGRjAOAABXRUJQVlA4ICQOAABwSQCdASoAAQABPlEokkWjoqISahyIOAUEsrdwtuAYwvdyvUrnL/Mjx+YB4t3sS81f65/sR7tPov9Aj+nf6frR/QZ/Yj0yfZY/cP9pvZ6/+F7TfkuYAQJfz3nV4E7XX+G33EAX1Z/4/p7/QeavbY8d5QA/LPoqZ/Pqj/0e4p+tfW3/c72if2dHBQPFISWhbMfJcqtCA5tYB+uIWhKTvY2h5Ofmf6E+477lwMEkpxLeDqnFgH61n/koYnQkJoqBZJi8OL0QNE1C98uxHU/Qk1z3OeMOS2KP03egU+C1SNN8FvDgew8xuR0/nZU0ppP0NWajeNR03gYguSyBuPj0WXu7dsdFeH25rOWO5qzy+GgmHqNAUgIXbv80JcSN0qUNVcBWKHa/+aMMOmwbun+aJpMOwKbt4qAqZGfNISWheys+iXePC+FYsnw3k9QwYlXut2nwoa11EnwRSIXgU5xn7wlMrxU0pqGVoYR/67DlgidZP5+Yb+VWFlfJdEpKVddsLO1FM4gwqM1gZqqwd+2z4YELt70MAuGo17jUNLIWU90NtjCx2q8BmIOkexZIx7CyXf+TpPD/z78Dm5d2dl6On5E/2L2T7L6l6fR8whqdD3HXYIHW7zle9JIIL/7OHYuelplpxbTlWWXI+1r25cGwru4o1lJ57UjVFu/frod/R+Kz+pEjWikzz18y7nyEMcbsFOJTCbI28k3pnKdxRCoW/c9fIFxtGkgOw8Nfi629iYv68+TG0D5anxhpaKjWsnP84DXU9Unrj+RWDlYd1b3zzqXXwfsEAAD+/xs3/Eqr2zZooezFKEfworLLj1R0m3Jmiu59yK1tJPAiDRKFM5uN2FQO9n0i/wMFWBXYgfAqroTbydXa5KY/4hU7TzBbdPc32vOf55u3KQOeNDODHTad9PNvvv7uFc9srG79GFXkxRVPDmQfy3opm9Vc/E1NSUjX6x1F/fr5idyEgj33Vpazmu3W21njdbJLhAGpao3FbKCvq6iJruee75GQN9Xhpd7Py7JeC9CsaQRVuRShGApVYROZlPJ8C7BwyEs2zmvdEMkizr8Dijfeu3hN6KDLtg/hX9H9+gm08zacEyIAMIKcyLoHua+xhhTCl/WIaKvd65j/LxtozBcRyf0348m5X+JmU8h1+2EIpY53L43qvWDsnABLNgcECTecb4nzzqZ/VEuWfGyN1M9jHyhVB9c+E6Qq92iD24yCjdws5J0uE2xBM8Vy9Q/CRI5MMskuznKHb+7g8CqIX00YESOa4GaiyUMvrKDmI4n6+vhSlqDYaA+LAmN4aSVFSS+QFME90tT+q7COkisrh9eMjGhTFCGjOWybIvEhmL+nHoqz4dWdhhhIsGs9/6w2y+XcbjUwpW9lA2d8t1aLLpO/HBfLq6q5Q2v/7zuFYaRG1dk3bZgHi9ROtLUNgqRGYQsHc6nDejb4OPF/XNOxFR5ejuFlhoUjKadi4hDpXzNOKYpreH01q1Zzu4cYyC+/x5UbErldOGRfbRcj7UNQIoAyxS0ndH6SDSESLjD/OJv+gIvU6mzrJO8UnHZZXxyxFPaeglOPbPLArFsDO1F4IA8vB3TwA/920p07vMWbkuChXoGkS8aGU6N8hH/PR282tlJ9aVgvDakzekqOplBo/CeLg0MRPwKaCxdLguOAS/7waf8cFf1rk5Gn1fDJC5+Dtc1wH0MYwU0Gyii44ao/6Am3qZC2CZKSZzmADJ1B7bHHoicczSY5NJE3cBP/yNsLIQYUkDfPAxHBS51nBeGcLoohoHtcOkRXFdWdb+zOtNXY/7fgzBraH6aVdgHhpVsGooA8A+1AJb82/+50Qy583Rf+OSlaa+p8i+lOWnxG0A+A0uuZad8GuM4/Oze8+41vaueZ3tmF50TDJ2fHmq1jefx/5OG/FlbTEpsnhQ4eZaffnO+Rc+q++Uvw9yLYSYorGK7faQ1l1QZgcegJHHimeXGa6QNJNRO+9w4igO0MAcWsra/YY68Y0TTJ2RVIVS99mmU/nT9Cuif66ECT78Gyp+VUDQ2Qt1xrj1hdNnfjimx2YOT+A793ANciivYB2kHan+/mctMW1sndRGyy0/nTYCqYfRlqFho/Q+JmfwHLQ1nicH6s9+uhYyAwzabzXx0AM+3m7F8xUYPBueYhnQtzeY2/oYN0EpXb9ZlD3oS89Qn+Wkn4cp7iAiz1LfPRz4ZwRm1uSih5E9is5bBAtvyFnsM1DUOAfd6jfbdYSAtahWsK0ftvSa+RpuNvnx+HObrGUqnno2GNYMsivEAe38bKovOS+ZAYNPbf7+NaDfZtdezXCtBKALcvPmXpCRAWvohUHQ/1EC+bqzMBOvRcnlYOMawm9ZEmtrRc5nYDz4iDtexoUmJQlliHsaibfDDPrqb7pGlUsxFu8EdbPhdXtAj3iTLj+qcxfs68pdXp22St5NSbKpXZvDP97Yt4RscydCgj3NfO6YoNaWQeJhARFRgSU49Dnu5+3igMv01ERzyiDFkcWxaU98PNbmocBn3tptcJJ90AkRWiRVwkW414YNs4E4IKGpRRZGTlZaimiFtkPVildZR+fqFZn8wk7hN/WinYFDmHelNfyDcpqciMAmpTpC2B1QZlcTWIcLsVHuqQZQYflabuAZ3UrB3wtQfExOwuX8ca7/uNACXbyuWSeDWbE2fhOQUWvPchnSJ0a8mj8YXLC6zWS+xvtxKiwWnayC7yTejFvRYK37cILGSfCXp7xF9aryMuo8kg++LNe7UabZf/RAgDxkLvXqbXNdR+be158GXa2JiITuWP8Gk1wNWLYRAdKmYG3WLiRINepJAOMFVIw/KBOPiafES52tnI8Dvb6EbM9noHOYDduokmZdnp5g32oaTznxkqO8EtHD2P4Xght4K2Gbi0afZ7bwcplRS6zf4axqGBZ4JTHFcnF6YrZykrZRRyHKYOyQC2u6q4p/p1j8RdIS0bOMm81+XTOCBLE0Ph3T6yzBJ8rNUxG/JET13HboCQJoGHv2sHJy3T4KGEZJkzp1Q4TvE00rHFRzsXT2rVLjoQwEx27eOtWYiWNpGkWhROftQn5F2fGlcWQAWac4Pjd7SZ6kklZPuswjckVRz5ZQ0jbDeXJCtjZ4lciF/Qvi4wYP8gWPUObetSbvZzdQJqltT3iwzYpJ/Rm5sCg3NIjDmH9IquPVLOf5KNurL9+r61eKMwZiT98oNU4oxIR56a5M7Ne6xxRVaPxxi3d5D2MmTpf8Q6Niq+GCBn60tkXaMZU/FBnGJJcsZQkim2m1MEAuUXSClis4blOu2XDwKyXETjeLXe5/bprroxNjcFEcpvffcDQNGjXUWzTPQcr2ripWpPR/Xy5SFZkP5EIgTqsxQyF8PhsODdwf8wI+1d7au1WksLTM9cQreWnaff8qmvmkOZfA4ITOydbXS1tiTuyFnZirxaaovf2qN8Ty4GYXgJLV7AoXWf5jHQpW3zbpAXs6jlPDOw4ySRL3aEkPvxu4/Pw74w7GdAI1oCMz+K7EV0dOtJCbIrD+sZxtrqks06a6UBIax1QdYTxPW35XzKSj5t3ab3j8vr8FdodGmVJsCl65Xg6kS1mKYPLdh7OnsdmgcGEFH6nl2GUfVGtu3efpdbvWdw0Yx91EotQCYjKEPDX4LkarsATC5cecpIHnmBBn1XMhdRPYeP7h2iB1bZyqGiRHI3LS6EQsJqFzOaOtnmZQgg7bIUfC7n+YWFdPlekU9q6ah4d+sQVXoRjqQZuAZcMdeW41rasIFF4r/ZGiWS11MTBzuu3Sj8HupqTv9Xrh1eyftfVEW6XAMAZHfmUyxISnH5HqqTv7eX8+AByIX+gcnD90jnsNDPke8VfjfbxMufDo+RYJlAGzUoDwjs+ewcr+dYagIjkx53Sd9hBMzoCCD7mypgiKwk3h8Cm8Ofropj445/v5Vo5Y8Ix4TLomp/hzRnUlxZ/kvB8G64rS4kFaZqcB6B8nWzw4g9wl/NtkRz4DJT0W/qsVdY3gETeb/Vbc029n46yPJpVDhe+fgmUdi8IUdDhgC0VRW1vYaKMTrLv82mFYsEuoa4p5GVNksSe1k8Ju2+ZCh3dpTZJWeGDVuHXxAD1dl8yJbQRck6fU/xlsqSBRqZYkEdXpzKOKbQ4jWP67PbKv8S+lK2eYPlGiklQQ3YXqE6dVc8nfn4WkmSljFBvTRKE7qd7AT+yrHh5ykZDKhDzybKiDePm0D4k3RXpvopLpyO9v4RWKBCFpYE2wTEhl5EXPaYOCjiNyLMSlGfMlME3OVDJj78AyHLzc9SBmBv7qbVV4e999VA6Hf+LK1x2jxx0HI8mXDF9VvTrv7wvXtlLHhWxQpWTWnHvwNm8DXWUU7uOTj9yRQAI08lt3GAuEkUiBuKUEbQb0RxMv9gifX7u1az5c3SmiV9CeSb0hjeu3GuAmLi1fYxbiar+EUXAGffE41s9X0PguScxr5aTl20UnLWn30AY4ELx67v7z9OoNpiYX/G1uF9hfKXUdgSUt3CNTS9TdjKA1ykvUklnLKJV84yc3oH/AhfrHOnRhxOV+ofO/frGZtHXJlsDzpToTzuq8Nz3Ce+GenscjmmFfvvTzKACdpKQmWs4TUZwHOsncBnsUu23Z52bmABIJoKTbvclfHRvEsdqwd/QblpExWTnBnqlGGH72uzeMGJfGforgYAF8UqYw3OuLzdL6naYaH46+RZaYKjQg8EAf2bCAewXMl+rTi1LBZOAqOpCpAG2/Rv8AKavBJ0czA6GRz/gdNjDxSWBxwV+SuTL6w4hXz3UkPQVYvYttIF+djUTfZoIS2ZU1OT6AIhFALUFJ8w0TqKjiQAAA==);background-position:center;background-size:cover;color:transparent;text-shadow:none;box-shadow:inset 0 1px #f7f9ff1f,0 5px 16px #fa17fd24}@media(prefers-reduced-motion:reduce){body[data-direction=street] .site-header .nav-links a,body[data-direction=street] .site-header .nav-links a:after{transition:none}}body[data-direction=street].is-profile-view{background:#03050d}body[data-direction=street] .profile-page{position:relative;isolation:isolate;min-height:100dvh;overflow:hidden;background:radial-gradient(circle at 86% 16%,rgb(250 23 253 / .09),transparent 28%),radial-gradient(circle at 10% 72%,rgb(0 255 246 / .035),transparent 24%),#03050d}body[data-direction=street] .profile-page:before{content:"";position:absolute;inset:0;z-index:-2;pointer-events:none;background:linear-gradient(180deg,transparent 0 34%,#03050d 64%),linear-gradient(90deg,#03050d 0 35%,#03050d80 62%,#03050d1f)}body[data-direction=street] .profile-hero{position:relative;min-height:500px;overflow:hidden}body[data-direction=street] .profile-hero:before{inset:0;height:auto;opacity:.16;filter:saturate(1.15) contrast(1.06);background:linear-gradient(90deg,#03050d 0 30%,#03050d99 54%,#03050d24),linear-gradient(180deg,#03050d0f 0 52%,#03050d),url(./brand-kv-bg.png) 72% 35% / cover no-repeat;mask-image:linear-gradient(180deg,black 0 70%,transparent 100%)}body[data-direction=street] .profile-hero:after{content:"";position:absolute;right:-90px;bottom:26px;width:min(42vw,610px);aspect-ratio:1;border:1px solid rgb(247 249 255 / .055);border-radius:50%;box-shadow:0 0 0 46px #f7f9ff05,0 0 0 96px #f7f9ff03;pointer-events:none}body[data-direction=street] .profile-shell-compact{grid-template-columns:minmax(260px,.48fr) minmax(590px,1fr);grid-template-rows:auto 1fr;align-content:stretch;align-items:end;column-gap:clamp(48px,7vw,112px);row-gap:24px;min-height:500px;padding-top:34px;padding-bottom:64px}body[data-direction=street] .profile-back-link{grid-column:1 / -1;width:fit-content;min-height:38px;padding:8px 0;color:#aab4c6;font-size:13px;font-weight:620;transition:color .18s var(--ease),transform .2s var(--ease)}body[data-direction=street] .profile-back-link:hover,body[data-direction=street] .profile-back-link:focus-visible{color:#f7f9ff;transform:translate(-3px)}body[data-direction=street] .profile-back-link:before{width:8px;height:8px;border-width:0 0 1px 1px}body[data-direction=street] .profile-title{align-self:center;padding-bottom:12px}body[data-direction=street] .profile-title .section-kicker{width:fit-content;margin:0 0 18px;color:transparent;background:var(--gradient-highlight);background-clip:text;-webkit-background-clip:text;font-family:var(--font-display);font-size:17px;font-weight:800;letter-spacing:.055em}body[data-direction=street] .profile-title h1{max-width:420px;color:#f7f9ff;font-family:var(--font-body);font-size:clamp(46px,5.4vw,72px);font-weight:760;line-height:1.02;letter-spacing:-.065em}body[data-direction=street] .profile-summary-card{position:relative;overflow:hidden;padding:30px;border:1px solid rgb(247 249 255 / .14);border-radius:12px;background:linear-gradient(128deg,rgb(247 249 255 / .065),transparent 45%),#0a0e1ba3;box-shadow:inset 0 1px #f7f9ff17,0 24px 64px #00000042;backdrop-filter:blur(24px) saturate(135%);-webkit-backdrop-filter:blur(24px) saturate(135%)}body[data-direction=street] .profile-summary-card:before{content:"";position:absolute;inset:auto -72px -104px auto;width:250px;height:180px;border-radius:50%;background:#fa17fd21;filter:blur(54px);pointer-events:none}body[data-direction=street] .profile-info-display{position:relative;grid-template-columns:minmax(220px,.78fr) minmax(330px,1.22fr);gap:30px;align-items:center}body[data-direction=street] .profile-person{gap:18px;min-width:0;padding-right:28px;border-right:1px solid rgb(247 249 255 / .09)}body[data-direction=street] .profile-person .avatar-large{width:92px;height:92px;border:1px solid rgb(254 79 194 / .38);box-shadow:inset 0 1px #f7f9ff24,0 12px 30px #fa17fd29}body[data-direction=street] .profile-person span,body[data-direction=street] .profile-contact-list dt{color:#7f8ba1;font-size:11px;font-weight:600;letter-spacing:.04em}body[data-direction=street] .profile-person strong{max-width:220px;margin-top:6px;overflow:hidden;color:#f7f9ff;font-family:var(--font-body);font-size:24px;font-weight:720;letter-spacing:-.04em;text-overflow:ellipsis;white-space:nowrap}body[data-direction=street] .profile-contact-list{grid-template-columns:minmax(150px,.85fr) minmax(220px,1.15fr);gap:0;padding-right:88px}body[data-direction=street] .profile-contact-list div{min-width:0;min-height:64px;padding:10px 18px;border:0;border-radius:0;background:transparent;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none}body[data-direction=street] .profile-contact-list div+div{border-left:1px solid rgb(247 249 255 / .09)}body[data-direction=street] .profile-contact-list dd{margin-top:7px;overflow:hidden;color:#dce2ef;font-family:var(--font-mono);font-size:13px;font-weight:500;letter-spacing:-.015em;text-overflow:ellipsis;white-space:nowrap}body[data-direction=street] .profile-edit-button{position:absolute;top:-4px;right:0;min-height:38px;padding:7px 11px;border:1px solid rgb(247 249 255 / .12);border-radius:8px;background:#f7f9ff0b;color:#c7cfdd;font-size:12px;font-weight:650;transition:color .16s var(--ease),border-color .16s var(--ease),background-color .16s var(--ease),box-shadow .2s var(--ease)}body[data-direction=street] .profile-edit-button:hover,body[data-direction=street] .profile-edit-button:focus-visible{border-color:#fe4fc26b;background:#fa17fd13;color:#f7f9ff;box-shadow:0 7px 20px #fa17fd1a}body[data-direction=street] .profile-content{margin-top:-30px;padding:0 0 clamp(72px,9vw,120px)}body[data-direction=street] .profile-stack{width:min(calc(100% - 56px),1280px)}body[data-direction=street] .profile-work-card{padding:clamp(26px,3.2vw,42px);border:1px solid rgb(247 249 255 / .13);border-radius:12px;background:radial-gradient(circle at 94% 0%,rgb(250 23 253 / .065),transparent 24%),linear-gradient(150deg,rgb(247 249 255 / .04),transparent 44%),#080b16c7;box-shadow:inset 0 1px #f7f9ff13,0 28px 80px #0000003d;backdrop-filter:blur(24px) saturate(130%);-webkit-backdrop-filter:blur(24px) saturate(130%)}body[data-direction=street] .profile-card:after{display:none}body[data-direction=street] .works-head{align-items:center;margin-bottom:30px;padding-bottom:26px;border-bottom:1px solid rgb(247 249 255 / .095)}body[data-direction=street] .profile-card-label{width:fit-content;color:transparent;background:var(--gradient-highlight);background-clip:text;-webkit-background-clip:text;font-family:var(--font-display);font-size:14px;font-weight:800;letter-spacing:.04em}body[data-direction=street] .profile-card h2{margin-top:7px;color:#f7f9ff;font-family:var(--font-body);font-size:clamp(28px,3.2vw,40px);font-weight:730;letter-spacing:-.05em}body[data-direction=street] .profile-work-actions{display:flex;align-items:center;gap:14px}body[data-direction=street] .profile-work-actions .button{min-width:128px}body[data-direction=street] .profile-chip{min-height:40px;display:inline-flex;align-items:center;padding:0 14px;border:1px solid rgb(247 249 255 / .12);border-radius:8px;background:#f7f9ff09;color:#aab4c6;font-family:var(--font-mono);font-size:11px;font-weight:500;font-variant-numeric:tabular-nums}body[data-direction=street] .profile-empty{position:relative;min-height:320px;overflow:hidden;border:1px dashed rgb(247 249 255 / .12);border-radius:10px;background:radial-gradient(circle at 50% 115%,rgb(250 23 253 / .095),transparent 42%),#03050d61}body[data-direction=street] .profile-empty:before{content:"";position:absolute;inset:22px;border:1px solid rgb(247 249 255 / .035);border-radius:7px;pointer-events:none}body[data-direction=street] .empty-visual{position:relative;width:72px;height:54px;margin-bottom:22px;border:1px solid rgb(254 79 194 / .38);border-radius:8px;background:linear-gradient(145deg,rgb(250 23 253 / .16),transparent 56%),#f7f9ff09;box-shadow:0 12px 32px #fa17fd1a}body[data-direction=street] .empty-visual:before,body[data-direction=street] .empty-visual:after{content:"";position:absolute;top:50%;left:50%;background:#fe8fd3;transform:translate(-50%,-50%)}body[data-direction=street] .empty-visual:before{width:22px;height:1px}body[data-direction=street] .empty-visual:after{width:1px;height:22px}body[data-direction=street] .profile-empty h3{color:#f7f9ff;font-size:23px;font-weight:700;letter-spacing:-.035em}body[data-direction=street] .profile-empty p{max-width:390px;margin:10px auto 0;color:#8894aa;font-size:13px;line-height:1.75}body[data-direction=street] .profile-work-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}body[data-direction=street] .profile-work{position:relative;grid-template-columns:minmax(0,1fr);grid-template-rows:auto 1fr auto;gap:18px;min-width:0;padding:14px;border:1px solid rgb(247 249 255 / .11);border-radius:10px;background:linear-gradient(145deg,rgb(247 249 255 / .035),transparent 46%),#03050d7a;box-shadow:inset 0 1px #f7f9ff0d;transition:transform .22s var(--ease),border-color .2s var(--ease),box-shadow .22s var(--ease)}body[data-direction=street] .profile-work:hover{border-color:#fe4fc247;box-shadow:inset 0 1px #f7f9ff14,0 18px 42px #fa17fd13;transform:translateY(-2px)}body[data-direction=street] .profile-work-cover{width:100%;aspect-ratio:16 / 9;border:1px solid rgb(247 249 255 / .1);border-radius:7px;background:radial-gradient(circle at 72% 28%,rgb(250 23 253 / .24),transparent 32%),linear-gradient(135deg,#660ef047,#00fff612),#060916;color:#aab4c6;font-family:var(--font-mono);font-size:11px}body[data-direction=street] .profile-work-cover:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(180deg,transparent 54%,rgb(3 5 13 / .38))}body[data-direction=street] .profile-work-cover span{position:relative;z-index:1}body[data-direction=street] .profile-work-info{min-width:0;padding:2px 4px 0}body[data-direction=street] .profile-work-topline{align-items:flex-start;gap:10px;margin-bottom:12px}body[data-direction=street] .profile-work-info h3{min-width:0;overflow:hidden;color:#f7f9ff;font-family:var(--font-body);font-size:clamp(20px,2vw,26px);font-weight:700;letter-spacing:-.04em;text-overflow:ellipsis;white-space:nowrap}body[data-direction=street] .work-status{flex:0 0 auto;min-height:24px;padding:0 8px;border:1px solid rgb(254 79 194 / .26);border-radius:6px;background:#fa17fd14;color:#fe9ed8;font-family:var(--font-mono);font-size:10px;font-weight:500;letter-spacing:.01em;box-shadow:none}body[data-direction=street] .work-status[data-status=评审中]{border-color:#00fff642;background:#00fff612;color:#8efbf6;box-shadow:none}body[data-direction=street] .work-tags{gap:6px}body[data-direction=street] .work-tag{min-height:24px;padding:0 8px;border:1px solid rgb(247 249 255 / .1);border-radius:6px;background:#f7f9ff09;color:#aab4c6;font-size:11px}body[data-direction=street] .profile-work-info p{margin-top:14px;overflow:hidden;color:#7f8ba1;font-family:var(--font-mono);font-size:11px;text-overflow:ellipsis;white-space:nowrap}body[data-direction=street] .profile-work>.button{justify-self:stretch;width:100%;min-height:42px;border:1px solid rgb(247 249 255 / .13);border-radius:8px;background:#f7f9ff0b;color:#dce2ef;box-shadow:inset 0 1px #f7f9ff0b}body[data-direction=street] .profile-work>.button:hover,body[data-direction=street] .profile-work>.button:focus-visible{border-color:#fe4fc261;background:#fa17fd13;color:#f7f9ff;box-shadow:0 8px 20px #fa17fd17}body[data-direction=street] .profile-work>.button:disabled{border-color:#f7f9ff12;background:#f7f9ff06;color:#667287;opacity:1}html:has(#profile-edit-dialog[open]),body:has(#profile-edit-dialog[open]){overflow:hidden;overscroll-behavior:none}body[data-direction=street] .profile-edit-dialog{width:min(640px,calc(100% - 32px));max-height:min(760px,calc(100dvh - 32px));border:1px solid rgb(247 249 255 / .15);border-radius:14px;background:radial-gradient(circle at 92% 0%,rgb(250 23 253 / .08),transparent 30%),#060913f5;box-shadow:inset 0 1px #f7f9ff14,0 32px 90px #00000094}body[data-direction=street] .profile-edit-box{max-height:inherit;overflow:auto;background:transparent;scrollbar-color:rgb(254 79 194 / .36) rgb(247 249 255 / .04);scrollbar-width:thin}body[data-direction=street] .profile-edit-dialog .dialog-header{min-height:88px;padding:20px 26px;border-bottom-color:#f7f9ff1a;background:#0a0e1b9e}body[data-direction=street] .profile-edit-dialog .dialog-header h2{margin:0;font-size:25px;font-weight:730;letter-spacing:-.035em}body[data-direction=street] .profile-edit-dialog .dialog-label{margin-bottom:5px;color:#fe8fd3;font-family:var(--font-display);font-size:12px;font-weight:750;letter-spacing:.055em}body[data-direction=street] .profile-edit-dialog .close-button{min-height:38px;padding:7px 12px;border:1px solid rgb(247 249 255 / .12);border-radius:8px;background:#f7f9ff0a;color:#aab4c6}body[data-direction=street] .profile-edit-form{padding:26px}body[data-direction=street] .profile-edit-form .avatar-editor{min-height:112px;margin-bottom:22px;padding:14px 16px;border:1px solid rgb(247 249 255 / .09);border-radius:10px;background:#03050d6b}body[data-direction=street] .profile-edit-form .field label{margin-bottom:8px;color:#dce2ef;font-size:13px;font-weight:650}body[data-direction=street] .profile-edit-form input:not([type=file]){min-height:50px;padding:12px 14px;border:1px solid rgb(247 249 255 / .13);border-radius:8px;background:#03050d9e;color:#f7f9ff;box-shadow:inset 0 1px #f7f9ff0a}body[data-direction=street] .profile-edit-form input:not([type=file]):focus{border-color:#fe4fc2b8;outline:0;box-shadow:0 0 0 3px #fa17fd1f}body[data-direction=street] .profile-edit-form .form-actions-inline{justify-content:flex-end;margin-top:26px}@media(max-width:1180px){body[data-direction=street] .profile-shell-compact{grid-template-columns:minmax(210px,.34fr) minmax(0,1fr);column-gap:36px}body[data-direction=street] .profile-info-display{grid-template-columns:1fr;gap:20px}body[data-direction=street] .profile-person{padding:0 100px 20px 0;border-right:0;border-bottom:1px solid rgb(247 249 255 / .09)}body[data-direction=street] .profile-contact-list{padding-right:0}}@media(max-width:900px){body[data-direction=street] .profile-hero,body[data-direction=street] .profile-shell-compact{min-height:auto}body[data-direction=street] .profile-shell-compact{grid-template-columns:1fr;grid-template-rows:auto;gap:24px;padding-top:26px;padding-bottom:58px}body[data-direction=street] .profile-back-link{grid-column:auto}body[data-direction=street] .profile-title{padding-bottom:0}body[data-direction=street] .profile-title h1{max-width:none}body[data-direction=street] .profile-summary-card{padding:24px}body[data-direction=street] .profile-content{margin-top:-22px}body[data-direction=street] .profile-work-list{grid-template-columns:1fr}}@media(max-width:767px){body[data-direction=street] .profile-page{padding-top:var(--header-height)}body[data-direction=street] .profile-hero:before{background-position:68% 26%;opacity:.1}body[data-direction=street] .profile-hero:after{display:none}body[data-direction=street] .profile-shell-compact{width:100%;padding:22px 20px 50px}body[data-direction=street] .profile-title .section-kicker{margin-bottom:12px;font-size:14px}body[data-direction=street] .profile-title h1{font-size:clamp(38px,12vw,52px)}body[data-direction=street] .profile-summary-card{padding:20px}body[data-direction=street] .profile-person{padding:0 0 20px}body[data-direction=street] .profile-person .avatar-large{width:76px;height:76px}body[data-direction=street] .profile-person strong{max-width:calc(100vw - 150px);font-size:21px}body[data-direction=street] .profile-contact-list{grid-template-columns:1fr}body[data-direction=street] .profile-contact-list div{min-height:58px;padding:10px 0}body[data-direction=street] .profile-contact-list div+div{border-top:1px solid rgb(247 249 255 / .08);border-left:0}body[data-direction=street] .profile-edit-button{position:static;justify-self:start;margin-top:2px}body[data-direction=street] .profile-content{margin-top:-18px;padding-bottom:72px}body[data-direction=street] .profile-stack{width:100%;padding:0 16px}body[data-direction=street] .profile-work-card{padding:20px 16px}body[data-direction=street] .works-head{flex-direction:column;align-items:stretch;gap:18px;margin-bottom:20px;padding-bottom:20px}body[data-direction=street] .profile-work-actions{display:grid;grid-template-columns:auto minmax(0,1fr);width:100%}body[data-direction=street] .profile-work-actions .button{width:100%;min-width:0}body[data-direction=street] .profile-empty{min-height:280px;padding-inline:24px}body[data-direction=street] .profile-work{padding:12px}body[data-direction=street] .profile-edit-dialog{width:100%;max-width:none;min-height:100dvh;max-height:100dvh;margin:0;border:0;border-radius:0}body[data-direction=street] .profile-edit-form{padding:22px 18px}}@media(prefers-reduced-motion:reduce){body[data-direction=street] .profile-back-link,body[data-direction=street] .profile-edit-button,body[data-direction=street] .profile-work,body[data-direction=street] .profile-work>.button{transition:none}}@media(prefers-reduced-transparency:reduce){body[data-direction=street] .profile-summary-card,body[data-direction=street] .profile-work-card,body[data-direction=street] .profile-edit-dialog{background:#0a0e1b;backdrop-filter:none;-webkit-backdrop-filter:none}}body[data-direction=street] .profile-hero{min-height:auto}body[data-direction=street] .profile-shell-compact,body[data-direction=street] .profile-shell-compact:is(:not(:empty)){grid-template-columns:minmax(0,1fr);grid-template-rows:auto auto auto;align-content:start;align-items:stretch;gap:24px;min-height:auto;padding-top:34px;padding-bottom:72px}body[data-direction=street] .profile-back-link{grid-column:auto}body[data-direction=street] .profile-title{align-self:auto;padding:8px 0 4px}body[data-direction=street] .profile-title h1{max-width:none;font-size:clamp(44px,5vw,66px)}body[data-direction=street] .profile-summary-card{width:100%}body[data-direction=street] .profile-card-label.section-kicker{display:block;width:fit-content;margin:0 0 7px;color:transparent;background-image:var(--gradient-highlight);background-size:100% 100%;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-family:var(--font-display),var(--font-body);font-size:17px;font-weight:800;line-height:1;letter-spacing:.06em}body[data-direction=street] .profile-card h2{margin-top:0}body[data-direction=street] .profile-work{grid-template-columns:236px minmax(0,1fr) max-content;grid-template-rows:auto;gap:24px;align-items:center;padding:16px}body[data-direction=street] .profile-work-cover{width:236px}body[data-direction=street] .profile-work-info{align-self:center;padding:0}body[data-direction=street] .profile-work>.button{justify-self:end;width:auto;min-width:142px}@media(max-width:1180px){body[data-direction=street] .profile-shell-compact{grid-template-columns:minmax(0,1fr);column-gap:0}body[data-direction=street] .profile-work{grid-template-columns:210px minmax(0,1fr) max-content;gap:20px}body[data-direction=street] .profile-work-cover{width:210px}}@media(max-width:900px){body[data-direction=street] .profile-shell-compact{gap:22px;padding-top:26px;padding-bottom:58px}body[data-direction=street] .profile-work{grid-template-columns:180px minmax(0,1fr);gap:18px}body[data-direction=street] .profile-work-cover{width:180px}body[data-direction=street] .profile-work>.button{grid-column:2;justify-self:start;min-width:132px}}@media(max-width:767px){body[data-direction=street] .profile-shell-compact{padding:22px 20px 50px}body[data-direction=street] .profile-title{padding-top:2px}body[data-direction=street] .profile-card-label.section-kicker{font-size:15px}body[data-direction=street] .profile-work{grid-template-columns:minmax(0,1fr);grid-template-rows:auto 1fr auto;gap:16px;padding:12px}body[data-direction=street] .profile-work-cover{width:100%}body[data-direction=street] .profile-work>.button{grid-column:auto;justify-self:stretch;width:100%}}@media(prefers-reduced-motion:reduce){body[data-direction=street] .profile-work{transition:none}}body[data-direction=street] .profile-page{--profile-grid-max: 1280px;--profile-grid-gap: 24px}body[data-direction=street] .profile-shell,body[data-direction=street] .profile-stack{width:min(calc(100% - 56px),var(--profile-grid-max));margin-inline:auto}body[data-direction=street] .profile-summary-card,body[data-direction=street] .profile-work{border:1px solid rgb(247 249 255 / .13);border-radius:12px;background:linear-gradient(145deg,rgb(247 249 255 / .042),transparent 48%),#080b16b8;box-shadow:inset 0 1px #f7f9ff13,0 22px 58px #0003;backdrop-filter:blur(22px) saturate(130%);-webkit-backdrop-filter:blur(22px) saturate(130%)}body[data-direction=street] .profile-summary-card{padding:28px 30px}body[data-direction=street] .profile-info-display{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:var(--profile-grid-gap);align-items:center}body[data-direction=street] .profile-person{grid-column:1 / span 4;min-width:0;padding:0 28px 0 0;border-right:1px solid rgb(247 249 255 / .09);border-bottom:0}body[data-direction=street] .profile-contact-list{grid-column:5 / span 6;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:var(--profile-grid-gap);min-width:0;padding:0}body[data-direction=street] .profile-contact-list div{grid-column:span 3;padding:10px 0}body[data-direction=street] .profile-contact-list div+div{padding-left:var(--profile-grid-gap)}body[data-direction=street] .profile-edit-button{position:static;grid-column:11 / span 2;justify-self:end;align-self:center;margin:0}body[data-direction=street] .profile-content{margin-top:-30px}body[data-direction=street] .profile-work-card{overflow:visible;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none}body[data-direction=street] .works-head{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:var(--profile-grid-gap);align-items:end;margin-bottom:26px;padding:0 0 24px}body[data-direction=street] .works-head>div:first-child{grid-column:1 / span 8}body[data-direction=street] .profile-card-label.section-kicker{font-family:var(--font-display),var(--font-body);font-size:17px;font-weight:800;letter-spacing:.055em}body[data-direction=street] .profile-card h2{font-family:var(--font-body);font-weight:760}body[data-direction=street] .profile-work-actions{grid-column:9 / span 4;display:flex;align-items:center;justify-content:flex-end;gap:18px}body[data-direction=street] .profile-chip{min-height:auto;padding:0;border:0;border-radius:0;background:transparent;color:#9ba7be;font-family:var(--font-mono);font-size:12px;font-weight:500;font-variant-numeric:tabular-nums}body[data-direction=street] .profile-submit-button{position:relative;isolation:isolate;overflow:hidden;min-width:164px;min-height:50px;gap:18px;padding-inline:22px 18px;border:1px solid rgb(255 255 255 / .2);background:linear-gradient(135deg,#fa17fd,#fe4fc2);box-shadow:inset 0 1px #ffffff57,0 10px 24px #fa17fd45,0 20px 48px #fa17fd1f;font-family:var(--font-body);font-size:14px;font-weight:800}body[data-direction=street] .profile-submit-button:before{display:none}body[data-direction=street] .profile-submit-button:after{content:"";position:absolute;z-index:0;top:-55%;bottom:-55%;left:-42%;width:30%;background:linear-gradient(90deg,transparent 0%,rgb(255 255 255 / .18) 24%,rgb(255 255 255 / .82) 50%,rgb(255 255 255 / .18) 76%,transparent 100%);filter:blur(.5px);opacity:.78;transform:translate(-220%) skew(-18deg);pointer-events:none;mix-blend-mode:screen}body[data-direction=street] .profile-submit-button>span,body[data-direction=street] .profile-submit-button>svg{position:relative;z-index:1}body[data-direction=street] .profile-submit-button .cta-arrow-icon{width:21px;height:21px;flex:0 0 auto;fill:none;stroke:currentColor;stroke-width:2;transition:transform .22s var(--ease)}body[data-direction=street] .profile-submit-button:hover,body[data-direction=street] .profile-submit-button:focus-visible{border-color:#ffffff52;background:linear-gradient(135deg,#fa17fd,#fe4fc2);box-shadow:inset 0 1px #ffffff6b,0 12px 30px #fa17fd57,0 24px 58px #fa17fd29}body[data-direction=street] .profile-submit-button:hover .cta-arrow-icon,body[data-direction=street] .profile-submit-button:focus-visible .cta-arrow-icon{transform:translate(2px,-2px)}@keyframes profile-cta-sweep{0%,6%{transform:translate(-220%) skew(-18deg);opacity:0}10%{opacity:.78}25%{transform:translate(580%) skew(-18deg);opacity:.58}28%,to{transform:translate(580%) skew(-18deg);opacity:0}}@media(prefers-reduced-motion:no-preference){body[data-direction=street] .profile-submit-button:after{animation:profile-cta-sweep 5.2s cubic-bezier(.22,1,.36,1) infinite}body[data-direction=street] .profile-submit-button:hover:after{animation-duration:2.7s}}body[data-direction=street] .profile-work-list{grid-template-columns:minmax(0,1fr);gap:14px}body[data-direction=street] .profile-work{grid-template-columns:repeat(12,minmax(0,1fr));grid-template-rows:auto;gap:var(--profile-grid-gap);align-items:center;min-height:176px;padding:16px}body[data-direction=street] .profile-work-cover{grid-column:1 / span 3;width:100%;min-width:0}body[data-direction=street] .profile-work-topline{display:flex;align-items:center;flex-wrap:nowrap;gap:12px;margin-bottom:12px}body[data-direction=street] .profile-work-info h3{font-family:var(--font-body);font-size:clamp(21px,2vw,27px);font-weight:700;line-height:1.2;letter-spacing:-.04em}body[data-direction=street] .work-status{min-height:24px;padding:0 8px;border-radius:6px;font-family:var(--font-body);font-size:11px;font-weight:600;line-height:1;letter-spacing:0}body[data-direction=street] .work-tag{font-family:var(--font-body);font-size:11px;font-weight:500}body[data-direction=street] .profile-work-info p{font-family:var(--font-mono);font-size:11px;font-weight:400;font-variant-numeric:tabular-nums}body[data-direction=street] .profile-work>.button{grid-column:11 / span 2;justify-self:stretch;width:100%;min-width:0;font-family:var(--font-body);font-size:13px;font-weight:650}body[data-direction=street] .profile-empty{width:100%}@media(max-width:1180px){body[data-direction=street] .profile-page{--profile-grid-gap: 20px}body[data-direction=street] .profile-info-display,body[data-direction=street] .works-head,body[data-direction=street] .profile-work{grid-template-columns:repeat(12,minmax(0,1fr))}body[data-direction=street] .profile-person{grid-column:1 / span 4;padding:0 20px 0 0;border-right:1px solid rgb(247 249 255 / .09);border-bottom:0}body[data-direction=street] .profile-contact-list{grid-column:5 / span 6}body[data-direction=street] .profile-edit-button{grid-column:11 / span 2}body[data-direction=street] .profile-work{gap:20px}body[data-direction=street] .profile-work-cover{grid-column:1 / span 3;width:100%}body[data-direction=street] .profile-work-info{grid-column:4 / span 7}body[data-direction=street] .profile-work>.button{grid-column:11 / span 2}}@media(max-width:900px){body[data-direction=street] .profile-page{--profile-grid-gap: 18px}body[data-direction=street] .profile-info-display{grid-template-columns:repeat(8,minmax(0,1fr))}body[data-direction=street] .profile-person{grid-column:1 / -1;padding:0 0 20px;border-right:0;border-bottom:1px solid rgb(247 249 255 / .09)}body[data-direction=street] .profile-contact-list{grid-column:1 / span 6}body[data-direction=street] .profile-edit-button{grid-column:7 / span 2}body[data-direction=street] .profile-work{grid-template-columns:repeat(8,minmax(0,1fr));min-height:0}body[data-direction=street] .profile-work-cover{grid-column:1 / span 3}body[data-direction=street] .profile-work-info{grid-column:4 / span 5}body[data-direction=street] .profile-work>.button{grid-column:4 / span 5;justify-self:start;width:auto;min-width:132px}}@media(max-width:767px){body[data-direction=street] .profile-shell,body[data-direction=street] .profile-stack{width:100%;padding-inline:16px}body[data-direction=street] .profile-summary-card{padding:20px}body[data-direction=street] .profile-info-display,body[data-direction=street] .works-head,body[data-direction=street] .profile-work{grid-template-columns:minmax(0,1fr)}body[data-direction=street] .profile-person,body[data-direction=street] .profile-contact-list,body[data-direction=street] .profile-edit-button,body[data-direction=street] .works-head>div:first-child,body[data-direction=street] .profile-work-actions,body[data-direction=street] .profile-work-cover,body[data-direction=street] .profile-work-info,body[data-direction=street] .profile-work>.button{grid-column:auto}body[data-direction=street] .profile-contact-list{grid-template-columns:minmax(0,1fr);gap:0}body[data-direction=street] .profile-contact-list div{grid-column:auto}body[data-direction=street] .profile-edit-button{justify-self:start}body[data-direction=street] .works-head{gap:18px}body[data-direction=street] .profile-work-actions{display:grid;grid-template-columns:auto minmax(0,1fr);justify-content:stretch;gap:14px}body[data-direction=street] .profile-submit-button{width:100%;min-width:0}body[data-direction=street] .profile-work{gap:16px;padding:12px}body[data-direction=street] .profile-work>.button{justify-self:stretch;width:100%}}@media(prefers-reduced-motion:reduce){body[data-direction=street] .profile-submit-button:after{animation:none;opacity:0}body[data-direction=street] .profile-submit-button .cta-arrow-icon{transition:none}}body[data-direction=street] .profile-card h2{margin:0}body[data-direction=street] .profile-work-cover,body[data-direction=street] .profile-work-cover span,body[data-direction=street] .profile-work-cover [data-profile-cover-placeholder]{font-family:var(--font-body);font-size:12px;font-weight:600;line-height:1.4;letter-spacing:.02em}body[data-direction=street] .profile-work-info p,body[data-direction=street] .profile-work-info [data-profile-work-meta]{color:#8692a7;font-family:var(--font-body);font-size:12px;font-weight:400;line-height:1.55;letter-spacing:0;font-variant-numeric:normal}body[data-direction=street] .profile-work>.button{justify-self:end;width:132px;min-width:132px;min-height:44px;padding-inline:16px}@media(max-width:900px){body[data-direction=street] .profile-work>.button{justify-self:start;width:132px;min-width:132px}}@media(max-width:767px){body[data-direction=street] .profile-work>.button{justify-self:stretch;width:100%;min-width:0}}body[data-direction=street] .profile-contact-list dd,body[data-direction=street] .profile-contact-list [data-profile-phone-text],body[data-direction=street] .profile-contact-list [data-profile-email-text]{font-family:var(--font-body);font-size:13px;font-weight:500;line-height:1.45;letter-spacing:0;font-variant-numeric:normal}body[data-direction=street] .profile-chip,body[data-direction=street] [data-profile-work-count]{font-family:var(--font-body);font-size:12px;font-weight:500;line-height:1.4;letter-spacing:0;font-variant-numeric:normal}body[data-direction=street] .profile-work-actions .profile-submit-button{position:relative;isolation:isolate;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;min-width:164px;min-height:50px;gap:18px;padding-inline:22px 18px;border:1px solid rgb(255 255 255 / .2);border-radius:8px;background:linear-gradient(135deg,#fa17fd,#fe4fc2);color:#03050d;box-shadow:inset 0 1px #ffffff57,0 10px 24px #fa17fd45,0 20px 48px #fa17fd1f;font-family:var(--font-body);font-size:14px;font-weight:800}body[data-direction=street] .profile-work-actions .profile-submit-button:before{display:none}body[data-direction=street] .profile-work-actions .profile-submit-button:after{content:"";position:absolute;z-index:0;top:-55%;bottom:-55%;left:-42%;width:30%;background:linear-gradient(90deg,transparent 0%,rgb(255 255 255 / .18) 24%,rgb(255 255 255 / .82) 50%,rgb(255 255 255 / .18) 76%,transparent 100%);filter:blur(.5px);opacity:.78;transform:translate(-220%) skew(-18deg);pointer-events:none;mix-blend-mode:screen}body[data-direction=street] .profile-work-actions .profile-submit-button:hover,body[data-direction=street] .profile-work-actions .profile-submit-button:focus-visible{border-color:#ffffff52;background:linear-gradient(135deg,#fa17fd,#fe4fc2);box-shadow:inset 0 1px #ffffff6b,0 12px 30px #fa17fd57,0 24px 58px #fa17fd29}body[data-direction=street] .whale-home .hero-actions{border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}@media(prefers-reduced-motion:no-preference){body[data-direction=street] .profile-work-actions .profile-submit-button:after{animation:profile-cta-sweep 5.2s cubic-bezier(.22,1,.36,1) infinite}body[data-direction=street] .profile-work-actions .profile-submit-button:hover:after{animation-duration:2.7s}}@media(max-width:767px){body[data-direction=street] .profile-work-actions .profile-submit-button{width:100%;min-width:0}}body[data-direction=street] .profile-work-actions .profile-submit-button{position:relative;isolation:isolate;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;width:auto;min-width:164px;min-height:50px;gap:14px;padding:0 18px 0 22px;border:1px solid rgb(255 255 255 / .2);border-radius:8px;clip-path:none;background:linear-gradient(135deg,#fa17fd,#fe4fc2);color:#03050d;box-shadow:inset 0 1px #ffffff57,0 9px 22px #fa17fd3d,0 18px 42px #fa17fd1a;filter:none;backdrop-filter:none;-webkit-backdrop-filter:none;font-family:var(--font-body);font-size:14px;font-weight:800;line-height:1;letter-spacing:0;text-transform:none;transition:transform .24s ease,border-color .24s ease,box-shadow .24s ease}body[data-direction=street] .profile-work-actions .profile-submit-button:after{content:"";position:absolute;z-index:0;top:-60%;bottom:-60%;left:-44%;width:30%;background:linear-gradient(90deg,transparent 0%,rgb(255 255 255 / .16) 24%,rgb(255 255 255 / .82) 50%,rgb(255 255 255 / .16) 76%,transparent 100%);filter:blur(.5px);opacity:.74;transform:translate(-220%) skew(-18deg);pointer-events:none;mix-blend-mode:screen}body[data-direction=street] .profile-work-actions .profile-submit-button .cta-arrow-icon{width:20px;height:20px;flex:0 0 20px;transition:transform .24s ease}body[data-direction=street] .profile-work-actions .profile-submit-button:hover,body[data-direction=street] .profile-work-actions .profile-submit-button:focus-visible{border-color:#ffffff57;background:linear-gradient(135deg,#fa17fd,#fe4fc2);color:#03050d;box-shadow:inset 0 1px #ffffff6b,0 11px 26px #fa17fd4d,0 22px 48px #fa17fd24;transform:translateY(-2px)}body[data-direction=street] .profile-work-actions .profile-submit-button:hover .cta-arrow-icon,body[data-direction=street] .profile-work-actions .profile-submit-button:focus-visible .cta-arrow-icon{transform:translate(3px)}body[data-direction=street] .profile-work-actions .profile-submit-button:active{transform:translateY(0) scale(.98)}body[data-direction=street] #work-form{--form-error: #ff8fb8;--form-error-rgb: 255 143 184}body[data-direction=street] #work-form .field-error,body[data-direction=street] #work-form .form-error{min-height:0;margin:0;color:#ffc1d6;font-family:var(--font-body);font-size:12px;font-weight:560;line-height:1.45;letter-spacing:0}body[data-direction=street] #work-form .field-error:not(:empty),body[data-direction=street] #work-form .form-error:not(:empty){position:relative;display:flex;align-items:flex-start;border:1px solid rgb(var(--form-error-rgb) / .24);border-radius:7px;background:linear-gradient(110deg,rgb(var(--form-error-rgb) / .11),#fa17fd09 70%),#05081494;box-shadow:inset 3px 0 rgb(var(--form-error-rgb) / .82);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}body[data-direction=street] #work-form .field-error:not(:empty){margin-top:9px;padding:7px 10px 7px 30px}body[data-direction=street] #work-form .form-error:not(:empty){margin-top:16px;padding:10px 12px 10px 38px;color:#ffd1df;font-size:13px}body[data-direction=street] #work-form .field-error:not(:empty):before,body[data-direction=street] #work-form .form-error:not(:empty):before{content:"!";position:absolute;display:grid;place-items:center;border:1px solid rgb(var(--form-error-rgb) / .38);border-radius:50%;background:rgb(var(--form-error-rgb) / .12);color:#ffd0df;font-family:var(--font-mono);font-weight:600;line-height:1}body[data-direction=street] #work-form .field-error:not(:empty):before{top:8px;left:10px;width:14px;height:14px;font-size:9px}body[data-direction=street] #work-form .form-error:not(:empty):before{top:10px;left:13px;width:18px;height:18px;font-size:11px}body[data-direction=street] #work-form .has-error>label,body[data-direction=street] #work-form fieldset.has-error>legend,body[data-direction=street] #work-form .has-error>.field-label{color:#ffe0ea}body[data-direction=street] #work-form .has-error input:not([type=checkbox]),body[data-direction=street] #work-form .has-error textarea,body[data-direction=street] #work-form input[aria-invalid=true],body[data-direction=street] #work-form textarea[aria-invalid=true],body[data-direction=street] #work-form .has-error .upload-zone{border-color:rgb(var(--form-error-rgb) / .76);background:linear-gradient(110deg,rgb(var(--form-error-rgb) / .06),transparent 42%),#030712b8;box-shadow:inset 3px 0 rgb(var(--form-error-rgb) / .76),0 0 0 3px rgb(var(--form-error-rgb) / .08)}body[data-direction=street] #work-form .has-error input:not([type=checkbox]):focus,body[data-direction=street] #work-form .has-error textarea:focus,body[data-direction=street] #work-form input[aria-invalid=true]:focus,body[data-direction=street] #work-form textarea[aria-invalid=true]:focus{border-color:var(--form-error);box-shadow:inset 3px 0 0 var(--form-error),0 0 0 4px rgb(var(--form-error-rgb) / .11);outline:none}body[data-direction=street] #work-form .has-error .tag-options{padding:8px;border:1px solid rgb(var(--form-error-rgb) / .28);border-radius:8px;outline:0;background:linear-gradient(110deg,rgb(var(--form-error-rgb) / .07),#fa17fd05);box-shadow:inset 3px 0 rgb(var(--form-error-rgb) / .7)}body[data-direction=street] #work-form .has-error .tag-options span{border-color:rgb(var(--form-error-rgb) / .28)}body[data-direction=street] #work-form .has-error .check-row{padding:12px 14px;border:1px solid rgb(var(--form-error-rgb) / .28);border-radius:8px;background:linear-gradient(110deg,rgb(var(--form-error-rgb) / .08),#fa17fd05);color:#ffd7e4;box-shadow:inset 3px 0 rgb(var(--form-error-rgb) / .7)}body[data-direction=street] #work-form .has-error .check-row input{accent-color:var(--form-error)}body[data-direction=street] #work-form [data-validation-region=video].has-error .video-specs,body[data-direction=street] #work-form [data-validation-region=video].has-error .video-upload-progress{border-color:rgb(var(--form-error-rgb) / .22);background:rgb(var(--form-error-rgb) / .045)}@keyframes profile-submit-sweep-v42{0%,58%{transform:translate(-220%) skew(-18deg)}78%,to{transform:translate(650%) skew(-18deg)}}@media(prefers-reduced-motion:no-preference){body[data-direction=street] .profile-work-actions .profile-submit-button:after{animation:profile-submit-sweep-v42 5.2s cubic-bezier(.22,1,.36,1) infinite}body[data-direction=street] .profile-work-actions .profile-submit-button:hover:after{animation-duration:2.7s}}@media(max-width:767px){body[data-direction=street] .profile-work-actions .profile-submit-button{width:100%;min-width:0}body[data-direction=street] #work-form .form-error:not(:empty){padding-right:10px}}body[data-direction=street] .site-header{border-bottom:1px solid rgb(247 249 255 / .14);background:linear-gradient(180deg,#0a0e1bad,#0609148a),#03050d5c;backdrop-filter:blur(22px) saturate(145%);-webkit-backdrop-filter:blur(22px) saturate(145%);box-shadow:inset 0 1px #f7f9ff14,inset 0 -1px #f7f9ff09,0 12px 34px #00000029}body[data-direction=street] .site-header.is-scrolled{border-bottom-color:#f7f9ff29;background:linear-gradient(180deg,#0a0e1bc7,#060914ad),#03050d80;backdrop-filter:blur(24px) saturate(140%);-webkit-backdrop-filter:blur(24px) saturate(140%)}body[data-direction=street] .whale-home .hero-stage{inset:0}body[data-direction=street] .whale-home .hero-title-layer{top:calc(var(--header-height) + clamp(24px,4.5vh,52px))}@media(max-width:767px){body[data-direction=street] .whale-home .whale-hero{padding-top:0!important}body[data-direction=street] .whale-home .hero-stage{inset:auto;margin-top:0}body[data-direction=street] .whale-home .hero-title-layer{top:calc(64px + clamp(22px,6vw,34px))}}@media(prefers-reduced-transparency:reduce){body[data-direction=street] .site-header,body[data-direction=street] .site-header.is-scrolled{background:#060914f0;backdrop-filter:none;-webkit-backdrop-filter:none}}body[data-direction=street] .profile-page{--profile-card-border: rgb(247 249 255 / .13);--profile-card-surface: linear-gradient(145deg, rgb(247 249 255 / .042), transparent 48%), rgb(8 11 22 / .72);--profile-card-shadow: inset 0 1px 0 rgb(247 249 255 / .075), 0 22px 58px rgb(0 0 0 / .2)}body[data-direction=street] .profile-summary-card,body[data-direction=street] .profile-work{overflow:hidden;border:1px solid var(--profile-card-border);border-radius:12px;background:var(--profile-card-surface);box-shadow:var(--profile-card-shadow);backdrop-filter:blur(22px) saturate(130%);-webkit-backdrop-filter:blur(22px) saturate(130%)}body[data-direction=street] .profile-summary-card:before{content:none;display:none}body[data-direction=street] .profile-work-actions .profile-submit-button{overflow:hidden;border-radius:8px;clip-path:none;background-clip:padding-box;box-shadow:inset 0 0 0 1px #ffffff14,inset 0 1px #ffffff57,0 9px 22px #fa17fd3d,0 18px 42px #fa17fd1a}body[data-direction=street] .profile-work-actions .profile-submit-button:after{top:2px;bottom:2px;left:-40%;width:24%;border-radius:6px;clip-path:inset(0 round 6px);opacity:0;background:linear-gradient(90deg,transparent 0%,rgb(255 255 255 / .12) 22%,rgb(255 255 255 / .7) 50%,rgb(255 255 255 / .12) 78%,transparent 100%)}body[data-direction=street] .profile-work-actions .profile-submit-button:hover,body[data-direction=street] .profile-work-actions .profile-submit-button:focus-visible{box-shadow:inset 0 0 0 1px #ffffff1c,inset 0 1px #ffffff6b,0 11px 26px #fa17fd4d,0 22px 48px #fa17fd24}@keyframes profile-submit-sweep-v44{0%,58%{opacity:0;transform:translate(-220%) skew(-18deg)}64%{opacity:.72}78%{opacity:.56;transform:translate(720%) skew(-18deg)}82%,to{opacity:0;transform:translate(720%) skew(-18deg)}}@media(prefers-reduced-motion:no-preference){body[data-direction=street] .profile-work-actions .profile-submit-button:after{animation:profile-submit-sweep-v44 5.2s cubic-bezier(.22,1,.36,1) infinite}body[data-direction=street] .profile-work-actions .profile-submit-button:hover:after{animation-duration:2.7s}}@media(prefers-reduced-motion:reduce){body[data-direction=street] .profile-work-actions .profile-submit-button:after{animation:none;opacity:0}}@media(prefers-reduced-transparency:reduce){body[data-direction=street] .profile-summary-card,body[data-direction=street] .profile-work{background:#0a0e1b;backdrop-filter:none;-webkit-backdrop-filter:none}}body[data-direction=street] .profile-page{--profile-card-surface: rgb(10 14 27 / .58);--profile-card-surface-hover: rgb(17 23 42 / .58);--profile-card-border: rgb(247 249 255 / .14);--profile-card-border-hover: rgb(247 249 255 / .26);--profile-card-blur: blur(22px) saturate(135%);--profile-rule: rgb(247 249 255 / .09)}body[data-direction=street] .profile-summary-card,body[data-direction=street] .profile-work,body[data-direction=street] .profile-empty{border:1px solid var(--profile-card-border);border-radius:8px;background:var(--profile-card-surface);box-shadow:none;backdrop-filter:var(--profile-card-blur);-webkit-backdrop-filter:var(--profile-card-blur)}body[data-direction=street] .profile-summary-card{overflow:hidden;padding:24px}body[data-direction=street] .profile-info-display{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:24px;align-items:center}body[data-direction=street] .profile-person{grid-column:1 / span 4;gap:16px;min-width:0;padding-right:24px;border-right:1px solid var(--profile-rule)}body[data-direction=street] .profile-person .avatar-large{width:80px;height:80px;flex:0 0 80px;border:1px solid rgb(247 249 255 / .18);box-shadow:none}body[data-direction=street] .profile-person span,body[data-direction=street] .profile-contact-list dt{color:#7f8ba1;font-family:var(--font-body);font-size:12px;font-weight:500;line-height:1.4;letter-spacing:0}body[data-direction=street] .profile-person strong{max-width:220px;margin-top:5px;color:#f7f9ff;font-family:var(--font-body);font-size:22px;font-weight:700;line-height:1.25;letter-spacing:-.025em}body[data-direction=street] .profile-contact-list{grid-column:5 / span 6;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:0;min-width:0;padding:0}body[data-direction=street] .profile-contact-list div{grid-column:span 3;min-width:0;min-height:56px;padding:7px 24px 7px 0;border:0;border-radius:0;background:transparent;box-shadow:none}body[data-direction=street] .profile-contact-list div+div{padding:7px 0 7px 24px;border-left:1px solid var(--profile-rule)}body[data-direction=street] .profile-contact-list dd,body[data-direction=street] .profile-contact-list [data-profile-phone-text],body[data-direction=street] .profile-contact-list [data-profile-email-text]{margin:6px 0 0;overflow:hidden;color:#dce2ef;font-family:var(--font-body);font-size:13px;font-weight:500;line-height:1.45;letter-spacing:0;text-overflow:ellipsis;white-space:nowrap}body[data-direction=street] .profile-edit-button{position:static;grid-column:11 / span 2;justify-self:end;display:inline-flex;align-items:center;justify-content:center;min-width:112px;min-height:40px;margin:0;padding:0 16px;border:1px solid rgb(247 249 255 / .14);border-radius:8px;background:#f7f9ff0b;color:#c7cfdd;font-family:var(--font-body);font-size:13px;font-weight:600;line-height:1;transition:transform .18s var(--ease),color .18s var(--ease),border-color .18s var(--ease),background-color .18s var(--ease)}body[data-direction=street] .profile-edit-button:hover,body[data-direction=street] .profile-edit-button:focus-visible{border-color:#fe4fc261;background:#fa17fd12;color:#f7f9ff;box-shadow:none;transform:translateY(-2px)}body[data-direction=street] .profile-edit-button:focus-visible{outline:2px solid #00fff6;outline-offset:3px}body[data-direction=street] .profile-edit-button:active{transform:translateY(0)}body[data-direction=street] .works-head{align-items:center;margin-bottom:24px;padding:0 0 20px;border-bottom:1px solid var(--profile-rule)}body[data-direction=street] .profile-card h2{color:#f7f9ff;font-family:var(--font-body);font-size:28px;font-weight:700;line-height:1.2;letter-spacing:-.03em}body[data-direction=street] .profile-work-actions{gap:16px}body[data-direction=street] .profile-chip,body[data-direction=street] [data-profile-work-count]{color:#9ba7be;font-family:var(--font-body);font-size:13px;font-weight:500;line-height:1.4;letter-spacing:0}body[data-direction=street] .profile-work-list{gap:12px}body[data-direction=street] .profile-work{overflow:hidden;grid-template-columns:repeat(12,minmax(0,1fr));gap:24px;align-items:center;min-height:160px;padding:16px;transition:transform .2s var(--ease),border-color .2s var(--ease),background-color .2s var(--ease)}body[data-direction=street] .profile-work:hover{border-color:var(--profile-card-border-hover);background:var(--profile-card-surface-hover);box-shadow:none;transform:translateY(-2px)}body[data-direction=street] .profile-work-cover{grid-column:1 / span 3;width:100%;min-width:0;aspect-ratio:16 / 9;border:1px solid rgb(247 249 255 / .11);border-radius:4px;background:radial-gradient(circle at 76% 24%,rgb(250 23 253 / .2),transparent 31%),linear-gradient(135deg,#660ef033,#00fff60e),#060916;color:#8e99ac;font-family:var(--font-body);font-size:12px;font-weight:500;line-height:1.4;letter-spacing:0}body[data-direction=street] .profile-work-cover:after{background:linear-gradient(180deg,transparent 60%,rgb(3 5 13 / .34))}body[data-direction=street] .profile-work-info{grid-column:4 / span 7;min-width:0;align-self:center;padding:0}body[data-direction=street] .profile-work-topline{align-items:center;flex-wrap:nowrap;gap:12px;margin-bottom:12px}body[data-direction=street] .profile-work-info h3{min-width:0;overflow:hidden;color:#f7f9ff;font-family:var(--font-body);font-size:20px;font-weight:700;line-height:1.3;letter-spacing:-.02em;text-overflow:ellipsis;white-space:nowrap}body[data-direction=street] .work-status{flex:0 0 auto;min-height:24px;padding:0 9px;border:1px solid rgb(254 79 194 / .24);border-radius:999px;background:#fa17fd13;color:#fe9ed8;font-family:var(--font-body);font-size:11px;font-weight:600;line-height:1;letter-spacing:0;box-shadow:none}body[data-direction=street] .work-status:before{display:none}body[data-direction=street] .work-status[data-status=评审中]{border-color:#00fff63d;background:#00fff611;color:#8efbf6;box-shadow:none}body[data-direction=street] .work-tags{gap:6px;min-height:24px}body[data-direction=street] .work-tag{min-height:24px;padding:0 8px;border:1px solid rgb(247 249 255 / .1);border-radius:999px;background:#f7f9ff0a;color:#aab4c6;font-family:var(--font-body);font-size:11px;font-weight:500;line-height:1;letter-spacing:0}body[data-direction=street] .work-tag.is-empty{color:#76839a}body[data-direction=street] .profile-work-info p,body[data-direction=street] .profile-work-info [data-profile-work-meta]{margin-top:12px;overflow:hidden;color:#7f8ba1;font-family:var(--font-mono);font-size:12px;font-weight:400;line-height:1.5;letter-spacing:.01em;font-variant-numeric:tabular-nums;text-overflow:ellipsis;white-space:nowrap}body[data-direction=street] .profile-work>.button{grid-column:11 / span 2;justify-self:end;width:132px;min-width:132px;min-height:44px;padding:0 16px;border:1px solid rgb(247 249 255 / .14);border-radius:8px;background:#f7f9ff0a;color:#dce2ef;box-shadow:none;font-family:var(--font-body);font-size:13px;font-weight:600}body[data-direction=street] .profile-work>.button:not(:disabled):hover,body[data-direction=street] .profile-work>.button:not(:disabled):focus-visible{border-color:#fe4fc259;background:#fa17fd12;color:#f7f9ff;box-shadow:none;transform:translateY(-2px)}body[data-direction=street] .profile-work>.button:disabled{border-color:#f7f9ff14;background:#f7f9ff06;color:#667187;opacity:1}body[data-direction=street] .profile-empty{padding:48px 24px}body[data-direction=street] .profile-work-actions .profile-submit-button{position:relative;isolation:isolate;overflow:hidden;width:auto;min-width:164px;min-height:48px;gap:12px;padding:0 17px 0 20px;border:0;border-radius:8px;background:linear-gradient(135deg,#fa17fd,#fe4fc2);background-clip:border-box;color:#03050d;box-shadow:0 8px 18px #fa17fd2e;filter:none;font-family:var(--font-body);font-size:14px;font-weight:800;line-height:1;letter-spacing:0;transition:transform .2s var(--ease),box-shadow .2s var(--ease),filter .2s var(--ease)}body[data-direction=street] .profile-work-actions .profile-submit-button:before{content:none;display:none}body[data-direction=street] .profile-work-actions .profile-submit-button:after{content:"";position:absolute;z-index:0;top:1px;bottom:1px;left:-34%;width:18%;border-radius:7px;background:linear-gradient(90deg,transparent,rgb(255 255 255 / .5),transparent);opacity:0;transform:translate(-220%) skew(-18deg);pointer-events:none}body[data-direction=street] .profile-work-actions .profile-submit-button>span,body[data-direction=street] .profile-work-actions .profile-submit-button>svg{position:relative;z-index:1}body[data-direction=street] .profile-work-actions .profile-submit-button .cta-arrow-icon{width:19px;height:19px;flex:0 0 19px;fill:none;stroke:currentColor;stroke-width:2;transition:transform .2s var(--ease)}body[data-direction=street] .profile-work-actions .profile-submit-button:hover{background:linear-gradient(135deg,#fa17fd,#fe4fc2);color:#03050d;box-shadow:0 10px 22px #fa17fd3d;transform:translateY(-2px)}body[data-direction=street] .profile-work-actions .profile-submit-button:focus-visible{outline:2px solid #00fff6;outline-offset:3px;background:linear-gradient(135deg,#fa17fd,#fe4fc2);color:#03050d;box-shadow:0 10px 22px #fa17fd3d;transform:translateY(-2px)}body[data-direction=street] .profile-work-actions .profile-submit-button:hover .cta-arrow-icon,body[data-direction=street] .profile-work-actions .profile-submit-button:focus-visible .cta-arrow-icon{transform:translate(2px,-2px)}body[data-direction=street] .profile-work-actions .profile-submit-button:active{box-shadow:0 8px 18px #fa17fd2e;filter:brightness(.94);transform:translateY(0)}@keyframes profile-submit-sweep-v45{0%,62%{opacity:0;transform:translate(-220%) skew(-18deg)}67%{opacity:.58}79%{opacity:.34;transform:translate(850%) skew(-18deg)}82%,to{opacity:0;transform:translate(850%) skew(-18deg)}}@media(prefers-reduced-motion:no-preference){body[data-direction=street] .profile-work-actions .profile-submit-button:after{animation:profile-submit-sweep-v45 5.8s cubic-bezier(.22,1,.36,1) infinite}}@media(max-width:1180px){body[data-direction=street] .profile-info-display,body[data-direction=street] .profile-work{gap:20px}body[data-direction=street] .profile-person,body[data-direction=street] .profile-contact-list div{padding-right:20px}body[data-direction=street] .profile-contact-list div+div{padding-left:20px}}@media(max-width:900px){body[data-direction=street] .profile-info-display{grid-template-columns:repeat(8,minmax(0,1fr))}body[data-direction=street] .profile-person{grid-column:1 / -1;padding:0 0 20px;border-right:0;border-bottom:1px solid var(--profile-rule)}body[data-direction=street] .profile-contact-list{grid-column:1 / span 6}body[data-direction=street] .profile-edit-button{grid-column:7 / span 2}body[data-direction=street] .profile-work{grid-template-columns:repeat(8,minmax(0,1fr))}body[data-direction=street] .profile-work-cover{grid-column:1 / span 3}body[data-direction=street] .profile-work-info{grid-column:4 / span 5}body[data-direction=street] .profile-work>.button{grid-column:4 / span 5;justify-self:start}}@media(max-width:767px){body[data-direction=street] .profile-summary-card{padding:20px}body[data-direction=street] .profile-info-display,body[data-direction=street] .profile-work{grid-template-columns:minmax(0,1fr);gap:16px}body[data-direction=street] .profile-person,body[data-direction=street] .profile-contact-list,body[data-direction=street] .profile-edit-button,body[data-direction=street] .profile-work-cover,body[data-direction=street] .profile-work-info,body[data-direction=street] .profile-work>.button{grid-column:auto}body[data-direction=street] .profile-contact-list{grid-template-columns:minmax(0,1fr)}body[data-direction=street] .profile-contact-list div,body[data-direction=street] .profile-contact-list div+div{grid-column:auto;padding:10px 0;border-left:0}body[data-direction=street] .profile-contact-list div+div{border-top:1px solid var(--profile-rule)}body[data-direction=street] .profile-edit-button{justify-self:stretch;width:100%}body[data-direction=street] .works-head{gap:16px;padding-bottom:18px}body[data-direction=street] .profile-card h2{font-size:24px}body[data-direction=street] .profile-work-actions{grid-template-columns:auto minmax(0,1fr);gap:12px}body[data-direction=street] .profile-work-actions .profile-submit-button{width:100%;min-width:0}body[data-direction=street] .profile-work{min-height:0;padding:12px}body[data-direction=street] .profile-work>.button{justify-self:stretch;width:100%;min-width:0}}@media(prefers-reduced-motion:reduce){body[data-direction=street] .profile-work-actions .profile-submit-button:after{animation:none;opacity:0}body[data-direction=street] .profile-work,body[data-direction=street] .profile-edit-button,body[data-direction=street] .profile-work>.button,body[data-direction=street] .profile-work-actions .profile-submit-button,body[data-direction=street] .profile-work-actions .profile-submit-button .cta-arrow-icon{transition:none}}@media(prefers-reduced-transparency:reduce){body[data-direction=street] .profile-summary-card,body[data-direction=street] .profile-work,body[data-direction=street] .profile-empty{background:#0a0e1b;backdrop-filter:none;-webkit-backdrop-filter:none}}body[data-direction=street] .profile-card.profile-work-card,body[data-direction=street] .profile-summary-card,body[data-direction=street] .profile-work,body[data-direction=street] .profile-empty{clip-path:none;-webkit-clip-path:none;mask:none;-webkit-mask:none}body[data-direction=street] .profile-summary-card,body[data-direction=street] .profile-work,body[data-direction=street] .profile-empty{border-radius:8px}body[data-direction=street] .profile-work-actions .profile-submit-button,body[data-direction=street] .profile-work>.button,body[data-direction=street] .profile-edit-button{clip-path:none;-webkit-clip-path:none;mask:none;-webkit-mask:none;border-radius:8px}body[data-direction=street] .profile-work-actions .profile-submit-button{overflow:hidden}body[data-direction=street] .profile-work-actions .profile-submit-button:after{clip-path:inset(0 round 7px);-webkit-clip-path:inset(0 round 7px)}body[data-direction=street].is-profile-view .profile-page{padding-top:0}body[data-direction=street].is-profile-view .profile-hero,body[data-direction=street].is-profile-view .profile-shell-compact{min-height:calc(500px + var(--header-height))}body[data-direction=street].is-profile-view .profile-shell-compact{padding-top:calc(34px + var(--header-height))}body[data-direction=street].is-profile-view .site-header,body[data-direction=street].is-profile-view .site-header.is-scrolled{border-bottom-color:#f7f9ff24;background:linear-gradient(180deg,#0a0e1bad,#0609148a),#03050d5c;backdrop-filter:blur(22px) saturate(145%);-webkit-backdrop-filter:blur(22px) saturate(145%);box-shadow:inset 0 1px #f7f9ff14,inset 0 -1px #f7f9ff09,0 12px 34px #00000029}@media(max-width:900px){body[data-direction=street].is-profile-view .profile-hero,body[data-direction=street].is-profile-view .profile-shell-compact{min-height:auto}body[data-direction=street].is-profile-view .profile-shell-compact{padding-top:calc(26px + var(--header-height))}}@media(max-width:767px){body[data-direction=street].is-profile-view .profile-page{padding-top:0}body[data-direction=street].is-profile-view .profile-shell-compact{padding-top:calc(22px + var(--header-height))}}@media(prefers-reduced-transparency:reduce){body[data-direction=street].is-profile-view .site-header,body[data-direction=street].is-profile-view .site-header.is-scrolled{background:#060914f0;backdrop-filter:none;-webkit-backdrop-filter:none}}body[data-direction=street] .site-header .brand[data-home-link]{cursor:pointer}body[data-direction=street] .profile-empty[data-open-submit]{width:100%;color:inherit;font:inherit;cursor:pointer;appearance:none;transition:border-color .2s var(--ease),background .24s var(--ease),box-shadow .24s var(--ease),transform .18s var(--ease)}body[data-direction=street] .profile-empty[data-open-submit]:hover,body[data-direction=street] .profile-empty[data-open-submit]:focus-visible{border-color:#fe4fc26b;background:radial-gradient(circle at 50% 112%,rgb(250 23 253 / .12),transparent 44%),linear-gradient(145deg,rgb(247 249 255 / .045),transparent 54%),#0a0e1bb3;box-shadow:inset 0 1px #f7f9ff14,inset 0 -18px 42px #fa17fd0b}body[data-direction=street] .profile-empty[data-open-submit]:focus-visible{outline:2px solid rgb(254 79 194 / .78);outline-offset:4px}body[data-direction=street] .profile-empty[data-open-submit]:active{transform:translateY(1px) scale(.998)}body[data-direction=street] .profile-empty[data-open-submit] .empty-visual{transition:transform .22s var(--ease),border-color .22s var(--ease),box-shadow .22s var(--ease)}body[data-direction=street] .profile-empty[data-open-submit]:hover .empty-visual,body[data-direction=street] .profile-empty[data-open-submit]:focus-visible .empty-visual{border-color:#fe4fc29e;box-shadow:0 14px 34px #fa17fd24;transform:translateY(-2px)}@media(prefers-reduced-motion:reduce){body[data-direction=street] .profile-empty[data-open-submit],body[data-direction=street] .profile-empty[data-open-submit] .empty-visual{transition:none}body[data-direction=street] .profile-empty[data-open-submit]:active,body[data-direction=street] .profile-empty[data-open-submit]:hover .empty-visual,body[data-direction=street] .profile-empty[data-open-submit]:focus-visible .empty-visual{transform:none}}@media(max-width:767px){body[data-direction=street] .whale-home .hero-title-layer{left:16px;width:clamp(208px,60vw,268px);max-width:none}body[data-direction=street] .site-header .menu-button{display:grid;place-items:center;width:40px;min-width:40px;height:40px;min-height:40px;padding:0;border:0;border-radius:0;background:transparent;color:#f7f9ff;box-shadow:none;transform:none}body[data-direction=street] .site-header .menu-button .ph{display:block;font-size:27px;font-weight:400;line-height:1}body[data-direction=street] .site-header .menu-button:hover,body[data-direction=street] .site-header .menu-button:focus-visible{border:0;background:transparent;color:#fe4fc2;box-shadow:none;transform:none}body[data-direction=street] .site-header .menu-button:focus-visible{outline:2px solid rgba(254,79,194,.72);outline-offset:3px}body[data-direction=street] .whale-home .partner-list{display:grid;grid-template-columns:64px max-content;align-items:center;justify-content:start;gap:16px;width:100%}body[data-direction=street] .whale-home .partner-youku,body[data-direction=street] .whale-home .partner-bilibili{justify-content:flex-start}body[data-direction=street] .whale-home .partner-bilibili{gap:0}body[data-direction=street] .whale-home .partner-bilibili i{display:none}body[data-direction=street] .whale-home .partner-bilibili strong{color:#f7f9ff;font-family:Noto Sans SC,sans-serif;font-size:15px;font-weight:700;line-height:1;letter-spacing:-.03em}body[data-direction=street] .whale-home .requirement-list article,body[data-direction=street] .whale-home .requirement-list article:nth-child(n),body[data-direction=street] .whale-home .requirement-list .requirement-originality{order:0;grid-column:auto;grid-row:auto}body[data-direction=street] .whale-home .requirement-list article:before,body[data-direction=street] .whale-home .requirement-list article:after{display:none;content:none}}@media(max-width:360px){body[data-direction=street] .whale-home .hero-title-layer{left:14px;width:58vw}body[data-direction=street] .whale-home .partner-group,body[data-direction=street] .whale-home .partner-group:first-child,body[data-direction=street] .whale-home .partner-group:last-child{grid-template-columns:minmax(84px,max-content) minmax(0,1fr);gap:12px}body[data-direction=street] .whale-home .partner-list{grid-template-columns:58px max-content;gap:12px}body[data-direction=street] .whale-home .partner-wordmark-youku{width:52px}}@media(max-width:767px){body[data-direction=street] .whale-home .hero-stage-vignette{background:none;box-shadow:none}body[data-direction=street] .whale-home .hero-title-layer{left:16px;width:clamp(172px,52vw,224px);max-width:none}}@media(max-width:360px){body[data-direction=street] .whale-home .hero-title-layer{left:14px;width:clamp(160px,50vw,180px)}}:root,[data-theme=light]{color-scheme:only light;--background: #F8FAFF;--bg: var(--background);--surface1: #FFFFFF;--surface2: #E9EFF8;--surface3: #D6E0EE;--border: #E9EFF8;--border-visible: #D6E0EE;--text1: #0B1739;--text2: #475569;--text3: #64748B;--text4: #94A3B8;--accent: #0B1739;--accent-subtle: #EFF6FF;--signal: #4B96FF;--atmosphere-blue: #4B96FF;--atmosphere-magenta: #F044C2;--atmosphere-purple: #4A18C7;--atmosphere-orange: #F3AE56;--success: #168A65;--success-bg: #E8F7F1;--warning: #D97706;--warning-bg: #FFF5E6;--error: #DC3F4B;--error-bg: #FFF0F1;--glass: rgba(255, 255, 255, .48);--glass-strong: rgba(255, 255, 255, .68);--glass-border: rgba(255, 255, 255, .78);--glass-blur: 28px;--glass-blur-compact: 18px;--glass-saturation: 155%;--action-gradient: linear-gradient(135deg, #17346B 0%, #0B1739 48%, #020713 100%);--action-gradient-hover: linear-gradient(135deg, #102550 0%, #071027 48%, #000000 100%);--dark-surface-gradient: linear-gradient(145deg, #102550 0%, #08132F 58%, #01040B 100%);--font-display: "Bricolage Grotesque", "Noto Sans SC", "Microsoft YaHei UI", Arial, sans-serif;--font-body: "Manrope", "Noto Sans SC", "Microsoft YaHei UI", Arial, sans-serif;--font-zh: "Noto Sans SC", "Microsoft YaHei UI", "PingFang SC", sans-serif;--font-mono: "IBM Plex Mono", Consolas, monospace;--container: 1200px;--grid-columns: 12;--grid-gap: 24px;--page-gutter: 32px;--section-gap: 128px;--radius-element: 8px;--radius-control: 16px;--radius-component: 24px;--radius-container: 24px;--radius-pill: 999px;--shadow-1: 0 7px 22px rgba(21, 87, 219, .1), inset 0 1px 0 rgba(255, 255, 255, .72);--shadow-2: 0 12px 36px rgba(21, 87, 219, .14), inset 0 1px 0 rgba(255, 255, 255, .78);--shadow-3: 0 18px 56px rgba(23, 71, 181, .18), inset 0 1px 0 rgba(255, 255, 255, .82);--ease-fast: cubic-bezier(.2, .8, .2, 1);--ease-medium: cubic-bezier(.16, 1, .3, 1);--ease-slow: cubic-bezier(.22, 1, .36, 1);--duration-fast: .16s;--duration-medium: .26s;--duration-slow: .42s}[data-theme=dark]{--background: #050A14;--bg: var(--background);--surface1: #0F172A;--surface2: #1E293B;--surface3: #334155;--border: #1E293B;--border-visible: #334155;--text1: #FFFFFF;--text2: #94A3B8;--text3: #64748B;--text4: #475569;--accent: #4B96FF;--accent-subtle: #020713;--glass: rgba(8, 19, 47, .64);--glass-strong: rgba(2, 7, 19, .78);--glass-border: rgba(75, 150, 255, .24);--success-bg: #0B3A2B;--warning-bg: #4A2808;--error-bg: #4A1218;--shadow-1: 0 8px 24px rgba(30, 107, 255, .14), inset 0 1px 0 rgba(135, 188, 255, .1);--shadow-2: 0 14px 40px rgba(30, 107, 255, .18), inset 0 1px 0 rgba(135, 188, 255, .14);--shadow-3: 0 20px 64px rgba(21, 87, 219, .22), inset 0 1px 0 rgba(135, 188, 255, .16)}html{scroll-behavior:smooth}body{margin:0;background:var(--background)!important;color:var(--text1);font-family:var(--font-zh)}html,body[data-direction=street]{background:var(--background)!important}body[data-direction=street]{color:var(--text1)!important}.legacy-home-header,.legacy-home-main,.legacy-home-footer{display:none!important}.page-container{width:min(calc(100% - 2 * var(--page-gutter)),var(--container));margin-inline:auto}.page-grid{display:grid;grid-template-columns:repeat(var(--grid-columns),minmax(0,1fr));gap:var(--grid-gap)}.glass,.glass-strong{border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(28px) saturate(155%);backdrop-filter:blur(28px) saturate(155%)}.glass{background:var(--glass);box-shadow:var(--shadow-1)}.glass-strong{background:var(--glass-strong);box-shadow:var(--shadow-2);-webkit-backdrop-filter:blur(18px) saturate(155%);backdrop-filter:blur(18px) saturate(155%)}.jr-home{display:block!important;position:relative;overflow:clip;min-height:100vh;background:var(--background);color:var(--text1);isolation:isolate;word-break:normal;overflow-wrap:break-word}body[data-direction=street] main.jr-home{background:var(--background)!important}body[data-direction=street] main.jr-home:before,body[data-direction=street] main.jr-home:after{content:none!important;display:none!important}.jr-home *,.jr-header *{box-sizing:border-box}.jr-home h1,.jr-home h2,.jr-home h3,.jr-home p,.jr-home figure,.jr-home dl,.jr-home dd,.jr-home ol{margin:0}.jr-home h1,.jr-home h2,.jr-home h3{color:var(--text1);text-wrap:balance}.jr-header.site-header{box-sizing:border-box;width:100%;position:fixed!important;z-index:100!important;inset:0 0 auto!important;height:auto!important;padding:0 var(--page-gutter)!important;border:0!important;background:transparent!important;box-shadow:none!important;transform:none!important;transition:background var(--duration-medium) var(--ease-medium),border-color var(--duration-medium) var(--ease-medium),box-shadow var(--duration-medium) var(--ease-medium)}body[data-direction=street] .jr-header.site-header:not(.is-scrolled){background:transparent!important;border:0!important;border-bottom-color:transparent!important;box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}body[data-direction=street] .jr-header.site-header:not(.is-scrolled) .jr-nav{background:transparent!important;border-color:transparent!important;box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.jr-header .jr-nav{width:min(100%,var(--container))!important;max-width:var(--container)!important;height:80px;margin:0 auto;padding:0;display:flex;align-items:center;gap:28px;color:var(--text1)!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;-webkit-backdrop-filter:none;backdrop-filter:none;transition:height var(--duration-medium) var(--ease-medium)}[data-theme=dark] .jr-header .jr-nav{background:transparent!important;border-color:transparent!important}body[data-direction=street] .jr-header.site-header.is-scrolled{padding:0 var(--page-gutter)!important;background:#ffffffb8!important;border:0!important;box-shadow:inset 0 -1px #ffffffe0,0 7px 22px #1557db1a!important;-webkit-backdrop-filter:blur(18px) saturate(155%);backdrop-filter:blur(18px) saturate(155%)}[data-theme=dark] body[data-direction=street] .jr-header.site-header.is-scrolled,body[data-direction=street][data-theme=dark] .jr-header.site-header.is-scrolled{background:#020713c7!important;box-shadow:inset 0 -1px #4b96ff3d,0 8px 24px #1e6bff24!important}.jr-header.is-scrolled .jr-nav{height:80px;align-items:center;transform:none!important}.jr-brand{display:inline-flex;align-items:center;gap:10px;min-width:max-content;color:var(--text1)!important;text-decoration:none}.jr-header-logo{display:block;width:auto;height:42px;object-fit:contain}[data-theme=dark] .jr-header-logo{filter:brightness(0) invert(1)}.jr-brand-mark{position:relative;width:36px;height:36px;border-radius:50%;overflow:hidden;background:var(--action-gradient);box-shadow:inset 0 0 0 1px #ffffff29}.jr-brand-mark:before{content:"";position:absolute;width:20px;height:12px;left:8px;top:11px;border-radius:80% 45% 55% 70%;background:#fff;transform:rotate(-8deg)}.jr-brand-mark:after{content:"";position:absolute;width:8px;height:8px;left:20px;top:8px;border-radius:7px 0;background:#fff;transform:rotate(-18deg)}.jr-brand-mark i{position:absolute;z-index:2;width:3px;height:3px;right:9px;top:15px;border-radius:50%;background:#0b1739}.jr-brand-name{display:grid;gap:1px;line-height:1}.jr-brand-name strong{font:800 15px/1.1 var(--font-display);letter-spacing:-.02em}.jr-brand-name small{color:var(--text3);font:700 10px/1.1 var(--font-zh)}.jr-header .jr-nav-links{display:flex;align-items:center;justify-content:center;gap:12px;margin-left:auto}.jr-header .jr-nav-links a{position:relative;display:inline-flex;min-height:38px;align-items:center;justify-content:center;gap:6px;padding:0 13px;border:1px solid transparent;border-radius:var(--radius-pill);color:var(--text2)!important;background:transparent;font:700 13px/1 var(--font-zh);letter-spacing:0;text-decoration:none;box-shadow:none;transition:color var(--duration-fast) var(--ease-fast),transform var(--duration-fast) var(--ease-fast),background var(--duration-fast) var(--ease-fast),border-color var(--duration-fast) var(--ease-fast),box-shadow var(--duration-fast) var(--ease-fast)}.jr-header .jr-nav-links a:first-child{color:var(--text1)!important}body[data-direction=street] .jr-header .jr-nav-links a:after{content:none!important;display:none!important;background:none!important;box-shadow:none!important}body[data-direction=street] .jr-header .jr-nav-links a:first-child:after{content:"";display:block!important;position:absolute;right:auto!important;left:50%;bottom:3px;width:4px;height:4px;border-radius:50%;background:var(--signal)!important;box-shadow:none!important;opacity:1!important;transform:translate(-50%)!important}.jr-header .jr-rules-link span{text-decoration-line:underline;text-decoration-thickness:1px;text-underline-offset:5px;text-decoration-color:var(--border-visible);transition:text-decoration-color var(--duration-fast) var(--ease-fast)}.jr-rules-link svg{width:16px;height:16px;flex:0 0 auto;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;transition:transform var(--duration-fast) var(--ease-fast)}.jr-header .jr-nav-actions{display:flex;align-items:center;gap:8px}.jr-login{height:38px;padding:0 15px;border:1px solid transparent;border-radius:var(--radius-pill);color:var(--text2);background:transparent;font:700 13px/1 var(--font-zh);cursor:pointer;box-shadow:none;transition:color var(--duration-fast) var(--ease-fast),transform var(--duration-fast) var(--ease-fast),background var(--duration-fast) var(--ease-fast),border-color var(--duration-fast) var(--ease-fast),box-shadow var(--duration-fast) var(--ease-fast)}.jr-header .user-chip{min-height:38px;padding:3px 13px 3px 4px;border:1px solid transparent;color:var(--text1);background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;transition:transform var(--duration-fast) var(--ease-fast),background var(--duration-fast) var(--ease-fast),border-color var(--duration-fast) var(--ease-fast),box-shadow var(--duration-fast) var(--ease-fast)}.jr-header .user-chip .avatar{border-color:var(--glass-border);color:#fff;background:var(--action-gradient);box-shadow:none}.button-primary{position:relative;isolation:isolate;overflow:visible;min-height:48px;padding:0 24px;border:0;border-radius:var(--radius-pill);background:var(--action-gradient)!important;color:#fff!important;font:700 14px/1 var(--font-zh);letter-spacing:0;cursor:pointer;box-shadow:none;transition:transform var(--duration-fast) var(--ease-fast),background var(--duration-fast) var(--ease-fast)}.button-primary:after{content:"";position:absolute;z-index:-1;left:8%;right:8%;bottom:-10px;height:24px;border-radius:var(--radius-pill);background:radial-gradient(circle at 14% 50%,rgba(75,150,255,.78) 0 18%,transparent 54%),radial-gradient(circle at 39% 55%,rgba(240,68,194,.62) 0 18%,transparent 54%),radial-gradient(circle at 65% 50%,rgba(74,24,199,.66) 0 18%,transparent 54%),radial-gradient(circle at 88% 55%,rgba(243,174,86,.64) 0 18%,transparent 54%);filter:blur(12px);opacity:0;transform:translateY(3px) scale(.92);pointer-events:none;transition:opacity var(--duration-medium) var(--ease-medium),transform var(--duration-medium) var(--ease-medium)}.button-primary:focus-visible,.jr-secondary:focus-visible,.jr-login:focus-visible,.jr-header .user-chip:focus-visible,.jr-menu:focus-visible,.jr-header a:focus-visible{outline:0;box-shadow:0 0 0 3px #4b96ff3d}.jr-menu{display:none!important}.jr-mobile-nav{width:min(calc(100% - 32px),480px);margin:8px 0 0 auto;padding:12px;border:1px solid var(--glass-border);border-radius:24px;background:var(--glass-strong);box-shadow:var(--shadow-2);-webkit-backdrop-filter:blur(18px) saturate(155%);backdrop-filter:blur(18px) saturate(155%)}.jr-mobile-nav a,.jr-mobile-nav>button:not(.button-primary){display:flex;width:100%;min-height:44px;align-items:center;justify-content:flex-start;gap:7px;padding:0 12px;border:1px solid transparent;border-radius:var(--radius-control);color:var(--text1);background:transparent;text-decoration:none;font:700 14px/1 var(--font-zh);cursor:pointer;transition:color var(--duration-fast) var(--ease-fast),transform var(--duration-fast) var(--ease-fast),background var(--duration-fast) var(--ease-fast),border-color var(--duration-fast) var(--ease-fast)}.jr-mobile-nav .jr-rules-link{justify-content:space-between}.jr-mobile-nav .jr-rules-link span{text-decoration-line:underline;text-decoration-thickness:1px;text-underline-offset:5px;text-decoration-color:var(--border-visible)}@media(hover:hover)and (pointer:fine){.jr-header .jr-nav-links a:hover,.jr-login:hover,.jr-header .user-chip:hover,.jr-menu:hover{color:var(--text1)!important;transform:translateY(-1px)!important;border-color:var(--glass-border)!important;background:var(--glass-strong)!important;box-shadow:var(--shadow-1)!important;-webkit-backdrop-filter:blur(18px) saturate(155%);backdrop-filter:blur(18px) saturate(155%)}.jr-header .jr-rules-link:hover span{text-decoration-color:var(--signal)}.jr-rules-link:hover svg{transform:translate(2px,-2px)}.jr-mobile-nav a:hover,.jr-mobile-nav>button:not(.button-primary):hover{color:var(--text1);background:var(--surface2);border-color:var(--border-visible);transform:translateY(-1px)}}.jr-atmosphere{position:absolute;z-index:-1;pointer-events:none}.jr-atmosphere-hero{display:none}.jr-hero{--hero-mask-start: 76%;--hero-mask-mid: 87%;--hero-mask-end: 97%;position:relative;min-height:860px;padding:112px 0 56px;isolation:isolate;overflow:hidden}body[data-direction=street] .jr-home .jr-hero{display:block;min-height:860px;padding:112px 0 56px;background:#f8faff!important}body[data-direction=street] .jr-home .jr-hero:before{content:""!important;position:absolute;z-index:-1;inset:0;display:block!important;pointer-events:none;background:linear-gradient(90deg,#f8faff08 0 42%,#f8faff47 58%,#f8faffc7)}body[data-direction=street] .jr-home .jr-hero:after{content:""!important;position:absolute;z-index:-1;inset:auto 0 0;display:block!important;height:340px;pointer-events:none;background:linear-gradient(180deg,#f8faff00,#f8faff2e 24%,#f8faff94 60%,#f8faffeb 84%,#f8faff)}.jr-hero-bg{position:absolute;z-index:-2;inset:0;width:100%;height:100%;display:block;object-fit:cover;object-position:right center;transform:scale(1.06);transform-origin:right center;-webkit-mask-image:linear-gradient(to bottom,#000 0 var(--hero-mask-start),rgba(0,0,0,.72) var(--hero-mask-mid),transparent var(--hero-mask-end));mask-image:linear-gradient(to bottom,#000 0 var(--hero-mask-start),rgba(0,0,0,.72) var(--hero-mask-mid),transparent var(--hero-mask-end))}.jr-hero-grid{align-items:center;min-height:610px}.jr-hero-copy{grid-column:8 / span 5;align-self:center;padding:40px 0 24px}.jr-eyebrow{display:flex;align-items:center;gap:10px;color:var(--text3)!important;font:700 11px/1.2 var(--font-body)!important;letter-spacing:.08em!important}.jr-eyebrow>span{width:8px;height:8px;border:2px solid var(--signal);border-radius:50%;box-shadow:0 0 0 4px #4b96ff1a}.jr-hero h1{position:relative;display:inline-block;max-width:6.5em;margin-top:28px;font:800 clamp(66px,5.7vw,84px)/1.04 var(--font-zh);letter-spacing:-.02em}.jr-title-base{display:block;color:#0b1739f0;mix-blend-mode:multiply}.jr-hero-lead{max-width:465px;margin-top:24px!important;color:var(--text2)!important;font:500 16px/1.75 var(--font-zh)!important;white-space:normal;word-break:normal;overflow-wrap:break-word}.jr-hero-actions{display:flex;align-items:center;gap:12px;margin-top:32px}.jr-primary{display:inline-flex;min-width:170px;align-items:center;justify-content:center;gap:12px}.jr-primary svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}:is(.jr-hero .jr-primary,.jr-floating-submit):before{content:"";position:absolute;z-index:0;inset:1px;border-radius:inherit;background:linear-gradient(105deg,transparent 0 41%,rgba(75,150,255,.12) 44%,rgba(75,150,255,.64) 47%,rgba(240,68,194,.56) 50%,rgba(74,24,199,.6) 53%,rgba(243,174,86,.54) 56%,transparent 60% 100%);background-size:340% 100%;background-position:140% 0;opacity:0;pointer-events:none;will-change:background-position;animation:jr-cta-color-sweep 2.4s infinite}.jr-hero .jr-primary>span,.jr-hero .jr-primary>svg{position:relative;z-index:1}@keyframes jr-cta-color-sweep{0%,40%{background-position:140% 0;opacity:0}42%{background-position:140% 0;opacity:.72;animation-timing-function:cubic-bezier(.55,.06,.95,.45)}60%{background-position:-40% 0;opacity:.72}64%,to{background-position:-40% 0;opacity:0}}.jr-secondary{display:inline-flex;min-height:48px;padding:0 22px;align-items:center;justify-content:center;border:1px solid var(--border-visible);border-radius:var(--radius-pill);color:var(--text1)!important;background:var(--glass-strong);box-shadow:inset 0 1px #ffffffbf;-webkit-backdrop-filter:blur(18px) saturate(155%);backdrop-filter:blur(18px) saturate(155%);font:700 14px/1 var(--font-zh);text-decoration:none;transition:transform var(--duration-fast) var(--ease-fast),border-color var(--duration-fast) var(--ease-fast)}.jr-secondary:hover{transform:translateY(-1px);border-color:#4b96ff5c}.jr-hero-meta{position:relative;isolation:isolate;display:grid;grid-template-columns:.82fr 1.18fr;gap:28px;width:min(100%,530px);max-width:530px;margin-top:36px!important;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.jr-hero-meta div{display:grid;grid-template-rows:18px 64px;align-items:end;gap:9px;min-width:0}.jr-hero-meta div+div{position:relative;padding-left:28px;border-left:0}.jr-hero-meta div+div:before{content:"";position:absolute;left:-20px;top:0;width:1px;height:91px;border-radius:999px;background:#9ab3cf9e;box-shadow:none;transform:rotate(13deg);transform-origin:center}.jr-hero-meta dt{align-self:start;color:var(--text2);font:700 12px/1.5 var(--font-zh)}.jr-hero-meta dd{align-self:end;color:var(--text1);font-family:var(--font-body);font-weight:800;letter-spacing:-.035em}.jr-hero-meta .jr-prize-focus dd{display:flex;align-items:baseline;gap:4px}.jr-hero-meta .jr-prize-focus strong{color:var(--text1);font:800 64px/.88 var(--font-body);letter-spacing:-.055em}.jr-hero-meta .jr-prize-focus em{color:var(--text1);font:800 18px/1 var(--font-zh);font-style:normal}.jr-hero-meta .jr-date-focus dd{display:flex;align-items:baseline;gap:6px;white-space:nowrap}.jr-hero-meta .jr-date-focus strong{font:800 48px/.95 var(--font-body);letter-spacing:-.045em}.jr-hero-meta .jr-date-focus span{color:var(--text3);font:700 16px/1 var(--font-body)}@media(min-width:1600px){.jr-hero{--hero-mask-start: 70%;--hero-mask-mid: 82%;--hero-mask-end: 94%}.jr-hero-bg{transform:scale(1.14)}}@media(min-width:2200px){.jr-hero{--hero-mask-start: 64%;--hero-mask-mid: 76%;--hero-mask-end: 90%}.jr-hero-bg{transform:scale(1.24)}}.jr-hero-visual{grid-column:6 / span 7;position:relative;padding:10px;border-radius:24px;transform:rotate(1deg)}.jr-visual-toolbar,.jr-hero-visual figcaption{display:flex;align-items:center;justify-content:space-between;height:42px;padding:0 10px;color:var(--text3);font:500 11px/1 var(--font-body);letter-spacing:.04em}.jr-live-dot{display:inline-flex;align-items:center;gap:7px;color:var(--text2);font-family:var(--font-zh);letter-spacing:0}.jr-live-dot:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--signal);box-shadow:0 0 0 5px #4b96ff1c}.jr-visual-frame{overflow:hidden;aspect-ratio:16 / 9;border-radius:16px;background:#dbebff}.jr-visual-frame img{display:block;width:100%;height:100%;object-fit:cover}.jr-hero-visual figcaption{height:38px;padding-top:3px}.jr-hero-visual figcaption span:first-child{font-family:var(--font-display);font-weight:700}.jr-hero-visual figcaption span:last-child{font-family:var(--font-zh);letter-spacing:0}.jr-overview{display:grid;grid-template-columns:repeat(3,1fr) 1.4fr;margin-top:12px;padding:20px 24px;border-radius:24px}.jr-overview>div,.jr-overview>p{min-height:72px;padding:4px 24px;border-right:1px solid var(--border-visible)}.jr-overview>div:first-child{padding-left:4px}.jr-overview>p{display:flex;flex-direction:column;justify-content:center;padding-right:4px;border-right:0;color:var(--text1);font:700 15px/1.55 var(--font-zh)}.jr-overview>p span{color:var(--text3);font-weight:500}.jr-overview div{display:grid;grid-template-columns:1fr auto;align-items:center;gap:8px}.jr-overview div>span{color:var(--text3);font:500 13px/1.5 var(--font-zh)}.jr-overview strong{color:var(--text1);font:800 32px/1 var(--font-body);letter-spacing:-.04em}.jr-overview strong em{margin-left:3px;font:700 13px/1 var(--font-zh);font-style:normal;letter-spacing:0}.jr-partners{position:relative;z-index:2;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:center;column-gap:clamp(18px,2vw,32px);margin-top:12px;padding:11px 24px;border-radius:24px}.jr-partner-item{min-width:0;min-height:72px;padding:4px 0;display:flex;align-items:center;justify-content:center;gap:18px;border-right:0}.jr-partner-item:first-child{padding-left:4px}.jr-partner-item:nth-child(2),.jr-partner-item:nth-child(3),.jr-partner-item:last-child{justify-self:stretch}.jr-partner-item:last-child{padding-right:4px}.jr-partner-item>span{flex:0 0 auto;color:var(--text3);font:500 12px/1.5 var(--font-zh);white-space:nowrap}.jr-partner-item img{display:block;width:auto;max-width:100%;height:28px;object-fit:contain}.jr-partner-item .jr-hujing-logo{height:31px}.jr-partner-item .jr-youku-logo,.jr-partner-item .jr-damai-logo{height:24px}.jr-partner-item .jr-tapnow-logo{height:27px}.jr-section{position:relative;padding:128px 0}.jr-section-heading{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:var(--grid-gap);align-items:end;margin-bottom:48px}.jr-section-heading>div{grid-column:1 / span 8}.jr-section-heading>p{grid-column:9 / span 4;color:var(--text2)!important;font:500 15px/1.75 var(--font-zh)!important}.jr-section-heading h2,.jr-rules h2{margin-top:18px;font:800 clamp(30px,3vw,42px)/1.2 var(--font-zh);letter-spacing:-.015em}.jr-atmosphere-mid{left:-240px;top:40px;width:760px;height:720px;background:radial-gradient(circle at 46% 42%,rgba(75,150,255,.22),transparent 43%),radial-gradient(circle at 27% 60%,rgba(240,68,194,.11),transparent 35%),radial-gradient(circle at 66% 74%,rgba(243,174,86,.13),transparent 34%)}.jr-award-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));grid-template-rows:minmax(250px,auto) minmax(250px,auto);gap:24px}.jr-award-grid article{border-radius:24px}.jr-award-featured{grid-column:1 / span 8;grid-row:1 / span 2;position:relative;overflow:hidden;min-height:524px;padding:32px;display:flex;flex-direction:column;color:#fff;background:var(--dark-surface-gradient);border:1px solid rgba(75,150,255,.24);box-shadow:var(--shadow-2)}.jr-award-featured:after{content:"";position:absolute;right:-190px;bottom:-240px;width:560px;height:560px;border:1px solid rgba(135,188,255,.18);border-radius:50%;box-shadow:inset 0 0 80px #4b96ff1a}.jr-award-top{position:relative;z-index:2;display:flex;justify-content:space-between;align-items:center}.jr-award-top span{font:700 11px/1.2 var(--font-body);letter-spacing:.08em}.jr-award-top i{padding:7px 10px;border-radius:var(--radius-pill);background:#ffffff1f;font:700 12px/1 var(--font-zh);font-style:normal}.jr-award-featured .jr-award-top{color:#ffffffad}.jr-award-symbol{position:absolute;z-index:1;right:54px;top:105px;display:grid;place-items:center;width:184px;height:184px;border-radius:50%;background:#ffffff14;border:1px solid rgba(255,255,255,.12);box-shadow:inset 0 1px #ffffff29;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.jr-award-symbol svg{width:76px;height:76px;fill:none;stroke:#87bcff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.jr-award-featured>div:nth-of-type(3){position:relative;z-index:2;display:grid;gap:12px;margin-top:auto}.jr-award-featured>div:nth-of-type(3)>p{color:#fff!important;font:700 22px/1.4 var(--font-zh)!important}.jr-award-featured>div:nth-of-type(3) strong{color:#fff;font:800 90px/.9 var(--font-body);letter-spacing:-.06em}.jr-award-featured>div:nth-of-type(3) strong em{margin-left:8px;font:700 22px/1 var(--font-zh);font-style:normal;letter-spacing:0}.jr-award-featured>div:nth-of-type(3)>span{color:#ffffff94;font:500 13px/1.5 var(--font-zh)}.jr-award-note{position:absolute;z-index:2;right:32px;bottom:32px;width:210px;color:#ffffff9e!important;font:500 13px/1.7 var(--font-zh)!important}.jr-award-card{grid-column:9 / span 4;grid-row:1;position:relative;padding:28px}.jr-award-card .jr-award-top{color:var(--text3)}.jr-small-orb{position:absolute;right:28px;top:78px;display:grid;place-items:center;width:64px;height:64px;border-radius:50%;color:var(--signal);background:var(--accent-subtle)}.jr-small-orb svg{width:30px;height:30px;overflow:visible;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.jr-small-orb .duotone-fill{fill:currentColor;stroke:none;opacity:.18}.jr-award-card h3{margin-top:64px;font:700 21px/1.4 var(--font-zh)}.jr-award-card>p{display:flex;align-items:baseline;gap:12px;margin-top:12px!important}.jr-award-card>p strong{font:800 48px/1 var(--font-body);letter-spacing:-.05em}.jr-award-card>p strong em{margin-left:4px;font:700 16px/1 var(--font-zh);font-style:normal;letter-spacing:0}.jr-award-card>p span,.jr-award-card small{color:var(--text3);font:500 12px/1.6 var(--font-zh)}.jr-award-card small{display:block;margin-top:18px}.jr-program-card{grid-column:9 / span 4;grid-row:2;display:grid;grid-template-columns:72px 1fr;gap:18px;padding:28px}.jr-program-index{display:grid;place-items:center;width:72px;height:72px;border-radius:50%;color:var(--signal);background:var(--accent-subtle);font:800 28px/1 var(--font-body)}.jr-program-card>div:nth-child(2)>span{color:var(--text3);font:700 9px/1.2 var(--font-body);letter-spacing:.08em}.jr-program-card h3{margin-top:8px;font:700 18px/1.4 var(--font-zh)}.jr-program-card p{margin-top:10px!important;color:var(--text2)!important;font:500 13px/1.7 var(--font-zh)!important}.jr-program-card>a{grid-column:2;align-self:end;color:var(--text1);font:700 13px/1.4 var(--font-zh);text-decoration:none}.jr-program-card>a span{margin-left:6px;color:var(--signal)}.jr-schedule{background:#e0e9f79e}[data-theme=dark] .jr-schedule{background:#0f172a85}.jr-section-heading-compact>div{grid-column:1 / span 7}.jr-section-heading-compact>p{grid-column:9 / span 4}.jr-section-heading-compact .jr-section-subtitle{max-width:660px;margin:16px 0 0!important;color:var(--text2)!important;font:500 15px/1.75 var(--font-zh)!important}.jr-timeline{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;padding:0;list-style:none}.jr-timeline li{position:relative;min-height:248px;padding:24px;border-top:1px solid var(--border-visible)}.jr-time-head{display:flex;justify-content:space-between;align-items:center;color:var(--text3);font:700 11px/1.2 var(--font-body);letter-spacing:.04em}.jr-time-head span{font-family:var(--font-mono)}.jr-timeline li>i{display:block;width:8px;height:8px;margin-top:40px;border:2px solid var(--signal);border-radius:50%;background:var(--background);box-shadow:0 0 0 5px #4b96ff1a}.jr-timeline h3{margin-top:22px;font:700 20px/1.4 var(--font-zh)}.jr-timeline p{margin-top:9px!important;color:var(--text2)!important;font:500 13px/1.7 var(--font-zh)!important}.jr-timeline b{position:absolute;left:24px;bottom:22px;padding:7px 10px;border-radius:var(--radius-pill);color:var(--signal);background:var(--accent-subtle);font:700 12px/1 var(--font-zh)}.jr-timeline .is-current{border-color:var(--signal);background:#ffffff7a;border-radius:0 0 24px 24px;box-shadow:var(--shadow-1)}.jr-atmosphere-final{right:-210px;top:20px;width:760px;height:760px;background:radial-gradient(circle at 45% 38%,rgba(75,150,255,.22),transparent 43%),radial-gradient(circle at 64% 49%,rgba(74,24,199,.11),transparent 34%),radial-gradient(circle at 34% 67%,rgba(243,174,86,.13),transparent 34%)}.jr-rules-grid{align-items:start}.jr-rules-intro{grid-column:1 / span 5;position:sticky;top:124px;padding-top:24px}.jr-rules-intro>p:nth-of-type(2){max-width:430px;margin-top:24px!important;color:var(--text2)!important;font:500 15px/1.75 var(--font-zh)!important}.jr-rules-intro .jr-secondary{margin-top:28px}.jr-rule-list{grid-column:7 / span 6;padding:16px 28px;border-radius:24px}.jr-rule-list article{display:grid;grid-template-columns:42px 1fr;gap:18px;align-items:start;padding:24px 0;border-bottom:1px solid var(--border-visible)}.jr-rule-list article:last-of-type{border-bottom:0}.jr-rule-list article>span{color:var(--signal);font:500 12px/1.5 var(--font-mono)}.jr-rule-list h3{font:700 17px/1.4 var(--font-zh)}.jr-rule-list p{margin-top:6px!important;color:var(--text2)!important;font:500 14px/1.7 var(--font-zh)!important}.jr-home .jr-rule-list .jr-rule-note{margin:14px 0 8px!important;color:var(--text3)!important;font:500 11px/1.75 var(--font-zh)!important}.jr-final-cta{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;margin-top:128px;padding:52px 56px;border-radius:24px;color:#fff;background:var(--dark-surface-gradient);border:1px solid rgba(75,150,255,.24);box-shadow:var(--shadow-2)}.jr-final-cta .jr-eyebrow{color:#ffffff8c!important}.jr-final-cta h2{color:#fff;margin-top:18px}.jr-final-cta .button-primary{flex:0 0 auto;background:linear-gradient(135deg,#183d8f,#0b1739 52%,#020713)!important;border:1px solid rgba(255,255,255,.14)}.jr-footer{display:block!important;position:relative;z-index:2;padding:64px 0 32px;color:var(--text1);background:var(--background)!important;border-top:1px solid var(--border)}.jr-footer-inner{display:grid;grid-template-columns:1.2fr 1.2fr 2fr;gap:32px;align-items:center}.jr-footer p{color:var(--text2);font:500 13px/1.7 var(--font-zh)}.jr-footer-inner>div{display:flex;justify-content:flex-end;gap:24px}.jr-footer-inner>div a{color:var(--text2);font:500 12px/1.5 var(--font-zh);text-decoration:none}.jr-footer-inner>div a:hover{color:var(--text1)}.jr-footer-inner>small{grid-column:1 / -1;padding-top:24px;border-top:1px solid var(--border);color:var(--text4);font:500 10px/1.4 var(--font-body);letter-spacing:.08em}.mobile-submit{display:none!important}.jr-floating-submit{position:fixed;z-index:13;right:28px;bottom:28px;min-width:148px;min-height:54px;padding:0 22px;display:inline-flex;align-items:center;justify-content:center;gap:10px;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(16px) scale(.96);box-shadow:0 12px 30px #1938742e,0 3px 10px #4b96ff1f;transition:opacity var(--duration-medium) var(--ease-medium),transform var(--duration-medium) var(--ease-medium),visibility 0s linear var(--duration-medium),background var(--duration-fast) var(--ease-fast)}.jr-floating-submit.is-visible{opacity:1;visibility:visible;pointer-events:auto;transform:none;transition-delay:0s}.jr-floating-submit svg{position:relative;z-index:1;width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;transition:transform var(--duration-fast) var(--ease-fast)}.jr-floating-submit>span{position:relative;z-index:1}.jr-floating-submit.is-visible:hover{transform:translateY(-2px)}.jr-floating-submit:hover svg{transform:translate(2px,-2px)}body.is-profile-view .jr-floating-submit{display:none}@media(hover:hover)and (pointer:fine){.button-primary:hover{background:var(--action-gradient-hover)!important;transform:translateY(-2px)}.button-primary:hover:after{opacity:.72;transform:translateY(5px) scale(1.04)}}.button-primary:active{transform:translateY(0) scale(.98)}.button-primary:active:after{opacity:.34;transform:translateY(3px) scale(.94)}.jr-home .reveal{opacity:0;transform:translateY(16px);transition:opacity .42s cubic-bezier(.22,1,.36,1),transform .42s cubic-bezier(.22,1,.36,1)}.jr-home .reveal.is-visible{opacity:1;transform:none}@media(max-width:1199px){:root{--grid-columns: 8;--grid-gap: 20px;--page-gutter: 24px;--section-gap: 96px}.jr-header .jr-nav-links{gap:18px}.jr-header .jr-nav-links a{font-size:12px}.jr-partners{grid-template-columns:repeat(4,minmax(0,1fr));column-gap:12px;padding:8px 16px}.jr-partner-item,.jr-partner-item:nth-child(2),.jr-partner-item:nth-child(3),.jr-partner-item:last-child{min-height:60px;justify-self:stretch;justify-content:center;padding-inline:0;gap:8px}.jr-partner-item>span{font-size:10px}.jr-partner-item img{height:24px}.jr-partner-item .jr-hujing-logo{height:27px}.jr-partner-item .jr-youku-logo,.jr-partner-item .jr-damai-logo{height:21px}.jr-partner-item .jr-tapnow-logo{height:23px}body[data-direction=street] .jr-home .jr-hero{min-height:820px;padding:104px 0 56px}.jr-hero{--hero-mask-start: 78%;--hero-mask-mid: 89%;--hero-mask-end: 98%}.jr-hero-bg{object-position:78% center;transform:scale(1.04)}.jr-hero-copy{grid-column:5 / span 4}.jr-hero h1{font-size:clamp(57px,6.6vw,70px)}.jr-hero-meta{grid-template-columns:.78fr 1.22fr;gap:18px}.jr-hero-meta div{grid-template-rows:18px 52px}.jr-hero-meta div+div{padding-left:18px}.jr-hero-meta div+div:before{left:-15px;height:79px}.jr-hero-meta .jr-prize-focus strong{font-size:52px}.jr-hero-meta .jr-date-focus strong{font-size:36px}.jr-section-heading{grid-template-columns:repeat(8,minmax(0,1fr));gap:20px}.jr-section-heading>div{grid-column:1 / span 5}.jr-section-heading>p{grid-column:6 / span 3}.jr-award-grid{grid-template-columns:repeat(8,minmax(0,1fr));gap:20px}.jr-award-featured{grid-column:1 / span 5}.jr-award-card,.jr-program-card{grid-column:6 / span 3}.jr-award-featured>div:nth-of-type(3) strong{font-size:72px}.jr-award-note{width:180px}.jr-award-symbol{right:34px;width:150px;height:150px}.jr-program-card{grid-template-columns:1fr}.jr-program-index{width:54px;height:54px}.jr-program-card>a{grid-column:1}.jr-timeline{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.jr-rules-intro{grid-column:1 / span 4}.jr-rule-list{grid-column:5 / span 4}}@media(max-width:900px){.jr-header .jr-nav-links,.jr-header .jr-nav-actions{display:none}.jr-header .jr-nav{justify-content:space-between}.jr-menu{display:flex!important;width:42px!important;height:42px!important;padding:0!important;border:1px solid var(--border-visible)!important;border-radius:50%!important;align-items:center;justify-content:center;flex-direction:column;gap:5px;color:var(--text1)!important;background:var(--glass-strong)!important}.jr-menu span{display:block;width:16px;height:1.5px;background:currentColor;border-radius:2px}.jr-partners{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:20px}.jr-partner-item:nth-child(2),.jr-partner-item:nth-child(3),.jr-partner-item:last-child{justify-content:center}}@media(max-width:767px){:root{--grid-columns: 4;--grid-gap: 16px;--page-gutter: 16px;--section-gap: 72px}.jr-header.site-header{padding:0 16px!important}.jr-header .jr-nav{height:68px;padding:0;border-radius:0!important}.jr-header.is-scrolled .jr-nav{height:68px}.jr-header-logo{height:36px}.jr-brand-mark{width:32px;height:32px}.jr-brand-mark:before{left:6px;top:9px}.jr-brand-mark:after{left:18px;top:6px}.jr-brand-mark i{right:7px;top:13px}body[data-direction=street] .jr-home .jr-hero{min-height:auto;padding:88px 0 48px}.jr-hero{--hero-mask-start: 80%;--hero-mask-mid: 91%;--hero-mask-end: 99%}body[data-direction=street] .jr-home .jr-hero:before{background:linear-gradient(180deg,#f8faffe0 0 48%,#f8faff70 70%,#f8faffb8)}.jr-hero-bg{object-position:58% center;opacity:.72;transform:scale(1.02)}.jr-hero-grid{min-height:560px;align-items:start}.jr-hero-copy{grid-column:1 / -1;padding:54px 0 16px}.jr-hero h1{margin-top:22px;font-size:clamp(52px,15vw,64px);line-height:1.06}.jr-hero-actions{align-items:stretch;flex-direction:column;margin-top:28px}.jr-primary,.jr-secondary{width:100%}.jr-hero-meta{grid-template-columns:.8fr 1.2fr;gap:14px;margin-top:30px!important;padding:0}.jr-hero-meta div+div{padding-left:14px}.jr-hero-meta div+div:before{left:-13px;top:0;height:70px}.jr-hero-meta div{grid-template-rows:17px 44px}.jr-hero-meta dt{font-size:11px}.jr-hero-meta .jr-prize-focus strong{font-size:44px}.jr-hero-meta .jr-prize-focus em{font-size:14px}.jr-hero-meta .jr-date-focus{min-width:0}.jr-hero-meta .jr-date-focus dd{gap:5px}.jr-hero-meta .jr-date-focus strong{font-size:clamp(23px,7vw,29px)}.jr-hero-meta .jr-date-focus span{font-size:12px}.jr-partners{grid-template-columns:1fr 1fr;margin-top:16px;padding:6px 12px}.jr-partner-item{min-height:64px;padding:6px;align-items:flex-start;flex-direction:column;justify-content:center;gap:6px}.jr-partner-host{grid-column:auto;min-height:64px;padding:6px!important;flex-direction:column;align-items:flex-start;justify-content:center;border-right:0;border-bottom:0}.jr-partner-item:nth-child(odd){align-items:flex-start;text-align:left}.jr-partner-item:nth-child(2n){align-items:flex-end;text-align:right}.jr-partner-item img{height:27px}.jr-partner-item .jr-hujing-logo{height:25px}.jr-partner-item .jr-youku-logo,.jr-partner-item .jr-damai-logo{height:21px}.jr-partner-item .jr-tapnow-logo{height:22px}.jr-floating-submit{right:16px;bottom:max(16px,env(safe-area-inset-bottom));min-width:132px;min-height:50px;padding:0 18px}.jr-overview{grid-template-columns:repeat(2,1fr);gap:0;margin-top:30px;padding:10px 16px}.jr-overview>div,.jr-overview>p{min-height:76px;padding:12px 10px;border-bottom:1px solid var(--border-visible)}.jr-overview>div:nth-child(2){border-right:0}.jr-overview>div:nth-child(3){border-bottom:0}.jr-overview>p{border:0}.jr-overview div{grid-template-columns:1fr;align-content:center}.jr-overview strong{font-size:26px}.jr-overview>p{font-size:13px}.jr-section{padding:72px 0}.jr-section-heading{display:block;margin-bottom:32px}.jr-section-heading>p{margin-top:18px!important}.jr-section-heading h2,.jr-rules h2{font-size:28px}.jr-award-grid{display:grid;grid-template-columns:1fr;grid-template-rows:auto;gap:16px}.jr-award-featured,.jr-award-card,.jr-program-card{grid-column:1;grid-row:auto}.jr-award-featured{min-height:480px;padding:24px}.jr-award-symbol{top:88px;right:24px;width:128px;height:128px}.jr-award-featured>div:nth-of-type(3) strong{font-size:64px}.jr-award-note{position:relative;right:auto;bottom:auto;width:100%;margin-top:18px!important}.jr-award-card,.jr-program-card{padding:24px}.jr-timeline{grid-template-columns:1fr;gap:0}.jr-timeline li{min-height:210px}.jr-rules-grid{display:block}.jr-rules-intro{position:static;padding-top:0}.jr-rule-list{margin-top:40px;padding:8px 20px}.jr-rule-list article{grid-template-columns:34px 1fr;gap:12px;padding:20px 0}.jr-final-cta{align-items:stretch;flex-direction:column;margin-top:72px;padding:36px 24px}.jr-final-cta .button-primary{width:100%}.jr-footer{padding-top:48px}.jr-footer-inner{grid-template-columns:1fr;gap:24px}.jr-footer-inner>div{justify-content:flex-start;flex-wrap:wrap;gap:16px 24px}.jr-footer-inner>small{grid-column:1}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button-primary,.button-primary:after,.jr-home .reveal{transition-duration:80ms}.button-primary:hover,.button-primary:active,.jr-secondary:hover,.jr-home .reveal{transform:none}:is(.jr-hero .jr-primary,.jr-floating-submit):before{animation:none;opacity:0}}.jr-award-tier-core .jr-core-award{min-height:530px;padding:34px 34px 32px;grid-template-columns:minmax(175px,.88fr) minmax(250px,1.12fr);grid-template-rows:auto 1fr auto;column-gap:8px;color:var(--text1);border-color:#ffffffdb;background:#ffffffad;box-shadow:var(--shadow-2);-webkit-backdrop-filter:blur(18px) saturate(var(--glass-saturation));backdrop-filter:blur(18px) saturate(var(--glass-saturation))}.jr-award-tier-core .jr-core-award>h3{grid-column:1;grid-row:2;align-self:end;max-width:8em;margin:0 0 24px;color:var(--text1);font-size:clamp(30px,2.8vw,42px);line-height:1.16}.jr-grand-trophy{width:min(100%,390px);max-height:440px;grid-column:2;grid-row:1 / -1;align-self:center;justify-self:center;object-fit:contain}.jr-award-tier-special .jr-special-award-lead{grid-column:1 / -1;padding:26px 28px;grid-template-columns:minmax(0,1fr) auto;grid-template-rows:auto auto;align-content:center;background:#ffffffad;box-shadow:var(--shadow-2)}@media(max-width:767px){.jr-awards-primary-grid{gap:42px}.jr-award-tier-core .jr-core-award{min-height:0;padding:24px;grid-template-columns:1fr;grid-template-rows:auto auto auto auto}.jr-award-tier-core .jr-core-award>h3{grid-column:1;grid-row:2;margin:26px 0 0;font-size:32px}.jr-grand-trophy{width:min(88%,320px);max-height:290px;margin:-2px auto -14px;grid-column:1;grid-row:3}.jr-award-tier-core .jr-award-metrics{grid-column:1;grid-row:4;padding-top:18px;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid var(--border)}.jr-award-tier-core .jr-award-metrics div:last-child dd strong{font-size:clamp(56px,18vw,80px)}.jr-award-tier-special .jr-special-awards{height:auto;grid-template-columns:1fr;grid-template-rows:auto;gap:14px}.jr-award-tier-special .jr-special-award,.jr-award-tier-special .jr-special-award-lead{grid-column:1;min-height:0;padding:20px 18px}.jr-award-tier-special .jr-special-award-lead{grid-template-columns:1fr}.jr-special-award-lead>p{margin-left:40px}.jr-special-award-lead dl{width:100%;grid-column:1;grid-row:3;margin-top:16px;padding-top:16px;border-top:1px solid var(--border)}}.jr-award-tier-core:before{content:"";position:absolute;z-index:-1;inset:70px -24px -22px -48px;border-radius:38%;pointer-events:none;background:radial-gradient(circle at 76% 42%,rgba(75,150,255,.23),transparent 34%),radial-gradient(circle at 40% 82%,rgba(237,91,203,.13),transparent 42%);filter:blur(20px)}.jr-award-tier-core .jr-core-award{min-height:530px;padding:34px 34px 32px;grid-template-columns:minmax(175px,.88fr) minmax(250px,1.12fr);grid-template-rows:auto 1fr auto;column-gap:8px;color:var(--text1);border-color:#ffffffdb;background:#ffffffad;box-shadow:var(--shadow-2);-webkit-backdrop-filter:blur(18px) saturate(var(--glass-saturation));backdrop-filter:blur(18px) saturate(var(--glass-saturation));transition:transform var(--duration-fast) var(--ease-fast),box-shadow var(--duration-fast) var(--ease-fast)}.jr-award-tier-core .jr-core-award:hover{transform:translateY(-1px);box-shadow:var(--shadow-3)}.jr-award-tier-core .jr-core-award>h3{grid-column:1;grid-row:2;align-self:end;margin:0 0 24px;color:var(--text1);font-size:clamp(30px,2.8vw,42px);line-height:1.16}.jr-award-tier-core .jr-award-metrics{grid-column:1;grid-row:3;align-self:end;padding:0;display:grid;grid-template-columns:1fr;gap:16px;border:0}.jr-award-tier-core .jr-award-metrics div{gap:5px}.jr-award-tier-core .jr-award-metrics dd strong{color:var(--text1);font-size:clamp(48px,4.7vw,72px)}.jr-award-tier-core .jr-award-metrics div:last-child dd span{font-size:18px}.jr-grand-trophy{position:relative;z-index:1;width:min(100%,390px);max-height:440px;grid-column:2;grid-row:1 / -1;align-self:center;justify-self:center;object-fit:contain;filter:drop-shadow(0 18px 28px rgba(40,71,145,.18))}.jr-award-tier-special .jr-special-awards{height:100%;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:174px repeat(2,minmax(154px,1fr));gap:16px}.jr-award-tier-special .jr-special-award{min-height:0;padding:22px 24px;gap:16px;background:#ffffff7a;box-shadow:var(--shadow-1);transition:transform var(--duration-fast) var(--ease-fast),border-color var(--duration-fast) var(--ease-fast),box-shadow var(--duration-fast) var(--ease-fast)}.jr-award-tier-special .jr-special-award:hover{transform:translateY(-1px);border-color:#4b96ff47;box-shadow:var(--shadow-2)}.jr-award-tier-special .jr-special-award-lead{grid-column:1 / -1;padding:26px 28px;display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-rows:auto auto;align-content:center;background:#ffffffad;box-shadow:var(--shadow-2);-webkit-backdrop-filter:blur(18px) saturate(var(--glass-saturation));backdrop-filter:blur(18px) saturate(var(--glass-saturation))}.jr-award-tier-special .jr-special-award-lead .jr-special-copy{grid-column:1;grid-row:1}.jr-award-tier-special .jr-special-award-lead>p{grid-column:1;grid-row:2;margin:8px 0 0 49px;color:var(--text3);font:500 12px/1.65 var(--font-zh)}.jr-award-tier-special .jr-special-award-lead dl{grid-column:2;grid-row:1 / -1}.jr-award-tier-special .jr-special-award:not(.jr-special-award-lead){grid-template-columns:1fr;align-content:space-between}.jr-award-tier-special .jr-special-award:not(.jr-special-award-lead) dl{padding-top:16px;border-top:1px solid var(--border)}.jr-award-tier-special .jr-special-copy h3{font-size:clamp(17px,1.38vw,20px)}.jr-award-tier-incentive{margin-top:2px}.jr-award-tier-incentive .jr-incentive-awards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));padding:0 18px;background:#fff6;box-shadow:none}.jr-award-tier-incentive .jr-incentive-award{min-height:92px;padding:16px 18px;grid-template-columns:minmax(180px,1fr) minmax(220px,.9fr);gap:18px}.jr-award-tier-incentive .jr-incentive-award+.jr-incentive-award{border-top:0;border-left:1px solid var(--border)}.jr-award-tier-incentive .jr-incentive-award dl{gap:12px}.jr-award-tier-incentive .jr-incentive-award dl div{padding-left:12px}.jr-award-tier-incentive .jr-incentive-award dd strong{font-size:22px}@media(max-width:1199px){.jr-awards-primary-grid{grid-template-columns:1fr;gap:48px}.jr-award-tier-core .jr-core-award{min-height:460px;grid-template-columns:minmax(220px,.8fr) minmax(360px,1.2fr)}.jr-award-tier-core .jr-award-metrics div:last-child dd strong{font-size:clamp(82px,11vw,116px)}.jr-award-tier-special .jr-special-awards{grid-template-rows:166px repeat(2,164px)}.jr-award-tier-incentive .jr-incentive-awards{grid-template-columns:1fr}.jr-award-tier-incentive .jr-incentive-award+.jr-incentive-award{border-top:1px solid var(--border);border-left:0}}@media(max-width:767px){.jr-awards-primary-grid{gap:42px}.jr-award-tier-core .jr-core-award{min-height:0;padding:24px;grid-template-columns:1fr;grid-template-rows:auto auto auto auto}.jr-award-tier-core .jr-core-award>h3{grid-column:1;grid-row:2;margin:26px 0 0;align-self:auto;font-size:32px}.jr-grand-trophy{width:min(88%,320px);max-height:290px;margin:-2px auto -14px;grid-column:1;grid-row:3}.jr-award-tier-core .jr-award-metrics{grid-column:1;grid-row:4;padding-top:18px;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid var(--border)}.jr-award-tier-core .jr-award-metrics div:last-child dd strong{font-size:clamp(56px,18vw,80px)}.jr-award-tier-special .jr-special-awards{height:auto;grid-template-columns:1fr;grid-template-rows:auto;gap:14px}.jr-award-tier-special .jr-special-award-lead,.jr-award-tier-special .jr-special-award:not(.jr-special-award-lead){grid-column:1;min-height:0;padding:20px 18px}.jr-award-tier-special .jr-special-award-lead{grid-template-columns:1fr}.jr-award-tier-special .jr-special-award-lead>p{margin-left:40px}.jr-award-tier-special .jr-special-award-lead dl{grid-column:1;grid-row:3;margin-top:16px;padding-top:16px;border-top:1px solid var(--border)}.jr-award-tier-incentive .jr-incentive-awards{padding:4px 18px}.jr-award-tier-incentive .jr-incentive-award{padding:16px 2px;grid-template-columns:1fr;gap:14px}}@media(prefers-reduced-motion:reduce){.jr-award-tier-core .jr-core-award,.jr-award-tier-special .jr-special-award{transition:none}.jr-award-tier-core .jr-core-award:hover,.jr-award-tier-special .jr-special-award:hover{transform:none}}.jr-awards-overview{position:relative;z-index:1;margin:-20px 0 56px;padding:18px 0;display:grid;grid-template-columns:repeat(3,max-content);justify-content:end;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.jr-awards-overview>div{min-width:184px;padding:0 28px;display:flex;align-items:baseline;gap:8px;border-left:1px solid var(--border)}.jr-awards-overview>div:first-child{border-left:0}.jr-awards-overview strong{color:var(--text1);font:800 28px/1 var(--font-body);letter-spacing:-.045em}.jr-awards-overview span{color:var(--text3);font:500 12px/1.5 var(--font-zh)}.jr-awards-stack{gap:72px}.jr-award-tier-core .jr-tier-heading>span{color:#fff;border-color:transparent;background:var(--action-gradient);box-shadow:0 8px 22px #0b173929}.jr-award-tier-core .jr-core-awards{grid-template-columns:1fr}.jr-award-tier-core .jr-core-award{min-height:420px;padding:clamp(42px,4.5vw,68px);grid-template-columns:minmax(0,5fr) minmax(520px,7fr);grid-template-rows:auto 1fr;column-gap:64px;border-color:#87bcff33;color:#fff;background:var(--dark-surface-gradient);box-shadow:0 24px 64px #0b173933,inset 0 1px #ffffff1f;-webkit-backdrop-filter:none;backdrop-filter:none}.jr-award-tier-core .jr-core-award:after{opacity:.68;mix-blend-mode:screen;filter:none;background:radial-gradient(520px 360px at 62% 105%,rgba(75,150,255,.24),transparent 72%),radial-gradient(400px 300px at 92% 0%,rgba(255,255,255,.08),transparent 70%),repeating-radial-gradient(ellipse 54% 110% at 18% 100%,transparent 0 13%,rgba(135,188,255,.18) 13.2% 13.45%,transparent 13.7% 26%);-webkit-mask-image:linear-gradient(90deg,#000,rgba(0,0,0,.7) 65%,transparent 100%);mask-image:linear-gradient(90deg,#000,rgba(0,0,0,.7) 65%,transparent 100%)}.jr-award-tier-core .jr-award-icon{width:48px;height:48px;color:#87bcff}.jr-award-tier-core .jr-award-icon svg{width:44px;height:44px}.jr-award-tier-core .jr-award-sequence{color:#ffffff80}.jr-award-tier-core .jr-core-award>h3{max-width:none;margin:48px 0 0;color:#fff;font-size:clamp(42px,5vw,64px);line-height:1.08}.jr-award-tier-core .jr-award-metrics{padding:22px 0 12px 54px;grid-template-columns:minmax(140px,.7fr) minmax(280px,1.3fr);gap:30px;border-left:1px solid rgba(255,255,255,.14)}.jr-award-tier-core .jr-award-metrics div{align-content:end;gap:16px}.jr-award-tier-core .jr-award-metrics dt{color:#ffffff75}.jr-award-tier-core .jr-award-metrics dd{color:#ffffffb8}.jr-award-tier-core .jr-award-metrics dd strong{color:#fff;font-size:clamp(64px,7vw,106px);line-height:.78;text-shadow:0 12px 34px rgba(75,150,255,.22)}.jr-award-tier-core .jr-award-metrics div:last-child dd strong{font-size:clamp(92px,9.2vw,142px)}.jr-award-tier-core .jr-award-metrics dd span{color:#87bcff;font-size:18px}.jr-award-tier-special .jr-special-awards{grid-template-columns:repeat(12,minmax(0,1fr));grid-auto-flow:row;gap:16px}.jr-award-tier-special .jr-special-award{grid-column:span 4;min-height:190px;padding:24px 26px;grid-template-columns:minmax(0,1fr) auto;grid-template-rows:auto 1fr;align-items:end}.jr-award-tier-special .jr-special-award:not(.jr-special-award-lead) .jr-special-copy{grid-column:1 / -1;align-self:start}.jr-award-tier-special .jr-special-award:not(.jr-special-award-lead) dl{align-self:end}.jr-award-tier-special .jr-special-award-lead{grid-column:span 4;grid-row:span 2;min-height:396px;padding:32px;display:flex;flex-direction:column;align-items:stretch;background:#ffffffad;box-shadow:var(--shadow-2)}.jr-special-award-lead .jr-special-copy{align-self:stretch}.jr-special-award-lead .jr-special-copy h3{margin-top:34px;font-size:30px}.jr-special-award-lead>p{max-width:22em;margin:auto 0 28px;color:var(--text3);font:500 13px/1.7 var(--font-zh)}.jr-special-award-lead dl{width:100%;padding-top:22px;border-top:1px solid var(--border)}.jr-special-award-lead dl div{min-width:0}.jr-special-award-lead dd{margin-top:4px;font-size:22px}.jr-award-tier-incentive .jr-tier-heading>span{color:var(--text3);border-color:var(--border-visible);background:#ffffff70}.jr-award-tier-incentive .jr-tier-heading h3{color:var(--text2)}.jr-award-tier-incentive .jr-incentive-awards{padding:0 24px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-color:var(--border);background:#ffffff4d;box-shadow:none}.jr-award-tier-incentive .jr-incentive-award{min-width:0;min-height:84px;padding:14px 12px;grid-template-columns:minmax(150px,.85fr) minmax(250px,1.15fr);gap:20px}.jr-award-tier-incentive .jr-incentive-award+.jr-incentive-award{padding-left:28px;border-top:0;border-left:1px solid var(--border)}.jr-award-tier-incentive .jr-incentive-icon{width:24px;height:24px;flex-basis:24px;color:var(--text4)}.jr-award-tier-incentive .jr-incentive-icon svg{width:24px;height:24px}.jr-award-tier-incentive .jr-incentive-copy h3{color:var(--text2);font-size:17px}.jr-award-tier-incentive .jr-award-sequence{color:var(--text4)}.jr-award-tier-incentive .jr-incentive-award dd{color:var(--text3);font-weight:600}.jr-award-tier-incentive .jr-incentive-award dd strong{color:var(--text2);font-size:21px}@media(hover:hover)and (pointer:fine){.jr-award-tier-special .jr-special-award{transition:transform var(--duration-medium) var(--ease-medium),border-color var(--duration-medium) var(--ease-medium),box-shadow var(--duration-medium) var(--ease-medium)}.jr-award-tier-special .jr-special-award:hover{transform:translateY(-1px);border-color:#87bcff9e;box-shadow:var(--shadow-2)}}@media(max-width:1199px){.jr-awards-overview{grid-template-columns:repeat(3,minmax(0,1fr));justify-content:stretch}.jr-awards-overview>div{min-width:0;padding:0 20px}.jr-award-tier-core .jr-core-award{min-height:380px;grid-template-columns:minmax(0,4fr) minmax(420px,6fr);column-gap:36px}.jr-award-tier-core .jr-award-metrics{padding-left:34px}.jr-award-tier-special .jr-special-award,.jr-award-tier-special .jr-special-award-lead{grid-column:span 6;grid-row:auto;min-height:190px}.jr-award-tier-special .jr-special-award-lead{min-height:250px}.jr-special-award-lead>p{margin:26px 0}.jr-award-tier-incentive .jr-incentive-awards{grid-template-columns:1fr}.jr-award-tier-incentive .jr-incentive-award+.jr-incentive-award{padding-left:12px;border-top:1px solid var(--border);border-left:0}}@media(max-width:767px){.jr-awards-overview{margin:-8px 0 42px;grid-template-columns:1fr}.jr-awards-overview>div{padding:12px 0;border-top:1px solid var(--border);border-left:0}.jr-awards-overview>div:first-child{border-top:0}.jr-awards-stack{gap:52px}.jr-award-tier-core .jr-core-award{min-height:0;padding:28px 24px;grid-template-columns:1fr;grid-template-rows:auto auto auto;gap:0}.jr-award-tier-core .jr-core-award>h3{margin:52px 0 38px;font-size:38px}.jr-award-tier-core .jr-award-metrics{grid-column:1;grid-row:3;padding:24px 0 0;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid rgba(255,255,255,.14);border-left:0}.jr-award-tier-core .jr-award-metrics dd strong,.jr-award-tier-core .jr-award-metrics div:last-child dd strong{font-size:58px}.jr-award-tier-special .jr-special-awards{grid-template-columns:1fr}.jr-award-tier-special .jr-special-award,.jr-award-tier-special .jr-special-award-lead{grid-column:1;min-height:166px;padding:22px 20px}.jr-award-tier-special .jr-special-award-lead{min-height:310px;padding:26px 24px}.jr-award-tier-incentive .jr-incentive-awards{padding:0 18px}}@media(prefers-reduced-motion:reduce){.jr-award-tier-special .jr-special-award{transition:none}}body.is-profile-view .jr-header .jr-nav-actions>[data-user-entry]{display:none!important}body[data-direction=street].is-profile-view .jr-header .profile-nav-action:not([hidden]){min-height:40px;padding:0 17px;border:1px solid var(--border-visible);border-radius:var(--radius-pill);color:var(--text2);background:var(--glass-strong);box-shadow:inset 0 1px #ffffffc7;font:700 13px/1 var(--font-zh);-webkit-backdrop-filter:blur(var(--glass-blur-compact)) saturate(var(--glass-saturation));backdrop-filter:blur(var(--glass-blur-compact)) saturate(var(--glass-saturation));transition:color var(--duration-fast) var(--ease-fast),border-color var(--duration-fast) var(--ease-fast),background var(--duration-fast) var(--ease-fast),transform var(--duration-fast) var(--ease-fast)}body[data-direction=street].is-profile-view .jr-header .profile-nav-action:hover{color:var(--text1);border-color:#bad8ff;background:var(--surface1);transform:translateY(-1px)}body[data-direction=street] .jr-profile-page{position:relative;min-height:100dvh;padding:80px 0 0;overflow:hidden;color:var(--text1);background:var(--background);isolation:isolate}body[data-direction=street].is-profile-view .jr-profile-page{padding-top:80px}.jr-profile-atmosphere{position:absolute;z-index:-1;inset:0;pointer-events:none;background:radial-gradient(620px 480px at 88% 4%,rgba(75,150,255,.23),transparent 72%),radial-gradient(420px 340px at 78% 9%,rgba(240,68,194,.09),transparent 74%),radial-gradient(500px 380px at 94% 19%,rgba(74,24,199,.09),transparent 76%),radial-gradient(430px 340px at 80% 24%,rgba(243,174,86,.1),transparent 78%),radial-gradient(680px 520px at 6% 78%,rgba(75,150,255,.16),transparent 76%)}body[data-direction=street] .jr-profile-page .profile-hero{position:relative;min-height:0;padding:36px 0 44px;display:block;overflow:visible}body[data-direction=street] .jr-profile-page .profile-hero:before{display:none}body[data-direction=street] .jr-profile-page .profile-shell-compact{position:relative;z-index:1;padding:0;display:grid;align-content:start;align-items:center;gap:var(--grid-gap);width:min(calc(100% - 2 * var(--page-gutter)),var(--container));min-height:0;margin-inline:auto;padding-inline:0}body[data-direction=street] .jr-profile-page .profile-stack{width:min(calc(100% - 2 * var(--page-gutter)),var(--container));margin-inline:auto;padding-inline:0}body[data-direction=street] :is(.jr-profile-page,#rules-preview) .profile-back-link{grid-column:1 / -1;justify-self:start;min-height:36px;margin:0 0 18px;padding:0;display:inline-flex;align-items:center;gap:8px;border:0;color:var(--text2);background:transparent;font:700 13px/1 var(--font-zh);cursor:pointer;transition:color var(--duration-fast) var(--ease-fast),transform var(--duration-fast) var(--ease-fast)}body[data-direction=street] :is(.jr-profile-page,#rules-preview) .profile-back-link:before{display:none}body[data-direction=street] :is(.jr-profile-page,#rules-preview) .profile-back-link svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}body[data-direction=street] :is(.jr-profile-page,#rules-preview) .profile-back-link:hover{color:var(--text1);transform:translate(-2px)}body[data-direction=street] .jr-profile-page .profile-title{grid-column:1 / span 5;align-self:center;padding-right:24px}body[data-direction=street] .jr-profile-page .profile-title .jr-eyebrow{margin-bottom:18px}body[data-direction=street] .jr-profile-page .profile-title h1{margin:0;color:var(--text1);font:800 clamp(42px,4.4vw,52px)/1.12 var(--font-zh);letter-spacing:-.02em;text-wrap:balance}body[data-direction=street] .jr-profile-page .profile-title>p:last-child{max-width:430px;margin:22px 0 0;color:var(--text2);font:500 16px/1.75 var(--font-zh)}body[data-direction=street] .jr-profile-page .profile-summary-card{grid-column:1 / -1;min-height:0;padding:18px 20px;display:block;border:1px solid var(--glass-border);border-radius:var(--radius-component);color:var(--text1);background:#ffffff85;box-shadow:var(--shadow-1);-webkit-backdrop-filter:blur(var(--glass-blur)) saturate(var(--glass-saturation));backdrop-filter:blur(var(--glass-blur)) saturate(var(--glass-saturation))}.profile-info-display{display:grid;grid-template-columns:minmax(220px,.8fr) minmax(360px,1.4fr) auto;align-items:center;gap:28px}body[data-direction=street] .jr-profile-page .profile-person{display:flex;align-items:center;gap:16px}body[data-direction=street] .jr-profile-page .profile-person .avatar{width:52px;height:52px;flex:0 0 52px;display:grid;place-items:center;border:1px solid rgba(75,150,255,.22);border-radius:50%;color:#1747b5;background:var(--accent-subtle) center / cover no-repeat;box-shadow:inset 0 1px #ffffffd1;font:800 17px/1 var(--font-zh)}body[data-direction=street] .jr-profile-page .profile-person span{display:block;color:var(--text3);font:700 12px/1.5 var(--font-zh)}body[data-direction=street] .jr-profile-page .profile-person strong{display:block;margin-top:4px;color:var(--text1);font:800 18px/1.35 var(--font-zh);letter-spacing:-.01em}body[data-direction=street] .jr-profile-page .profile-person small{display:block;margin-top:4px;color:var(--text3);font:500 11px/1.4 var(--font-mono)}body[data-direction=street] .jr-profile-page .profile-edit-button{min-height:40px;padding:0 15px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border:1px solid var(--border-visible);border-radius:var(--radius-pill);color:var(--text1);background:var(--glass-strong);box-shadow:inset 0 1px #ffffffc2;font:700 13px/1 var(--font-zh);white-space:nowrap;cursor:pointer;transition:border-color var(--duration-fast) var(--ease-fast),background var(--duration-fast) var(--ease-fast),transform var(--duration-fast) var(--ease-fast)}body[data-direction=street] .jr-profile-page .profile-edit-button svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}body[data-direction=street] .jr-profile-page .profile-edit-button:hover{border-color:#bad8ff;background:var(--surface1);transform:translateY(-1px)}body[data-direction=street] .jr-profile-page .profile-contact-list{margin:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}body[data-direction=street] .jr-profile-page .profile-contact-list div{grid-column:auto;min-width:0;min-height:56px;padding:8px 13px;border:1px solid rgba(214,224,238,.82);border-radius:var(--radius-control);background:#ffffff6b;box-shadow:inset 0 1px #ffffffb8}body[data-direction=street] .jr-profile-page .profile-contact-list dt{display:flex;align-items:center;gap:7px;color:var(--text3);font:700 11px/1.4 var(--font-zh)}body[data-direction=street] .jr-profile-page .profile-contact-list dt svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}body[data-direction=street] .jr-profile-page .profile-contact-list dd{margin:3px 0 0;overflow:hidden;color:var(--text1);font:700 14px/1.5 var(--font-body);text-overflow:ellipsis;white-space:nowrap}.profile-account-note{margin:11px 0 0 80px;color:var(--text3);font:500 11px/1.5 var(--font-zh)}body[data-direction=street] .jr-profile-page .profile-content{position:relative;padding:58px 0 128px;background:transparent;border-top:0}body[data-direction=street] .jr-profile-page .profile-stack{display:block}body[data-direction=street] .jr-profile-page .profile-card{position:relative;overflow:visible;padding:0;border:0;border-radius:0;color:var(--text1);background:transparent;box-shadow:none}body[data-direction=street] .jr-profile-page .profile-card:after{display:none}body[data-direction=street] .jr-profile-page .profile-card-head{position:relative;z-index:1;margin:0 0 36px;padding:0 0 30px;display:flex;align-items:flex-end;justify-content:space-between;gap:40px;border:0;border-bottom:1px solid var(--border)}.profile-works-copy{max-width:620px}.profile-works-copy .jr-eyebrow{margin-bottom:14px}body[data-direction=street] .jr-profile-page .profile-card h2{margin:0;color:var(--text1);font:800 clamp(36px,3.6vw,44px)/1.15 var(--font-zh);letter-spacing:-.015em}.profile-works-copy>p:last-child{margin:14px 0 0;color:var(--text2);font:500 14px/1.7 var(--font-zh)}body[data-direction=street] .jr-profile-page .profile-work-actions{display:flex;align-items:center;justify-content:flex-end;gap:16px}.profile-work-count-summary{margin:0;color:var(--text2);font:600 13px/1.4 var(--font-zh);white-space:nowrap}.profile-work-count-summary strong{margin:0 3px;color:var(--text1);font:800 20px/1 var(--font-body)}body[data-direction=street] .jr-profile-page .profile-work-actions .profile-submit-button{position:relative;isolation:isolate;overflow:visible;width:auto;min-width:164px;min-height:48px;padding:0 22px;display:inline-flex;align-items:center;justify-content:center;gap:9px;border:0;border-radius:var(--radius-pill);clip-path:none;-webkit-clip-path:none;color:#fff;background:var(--action-gradient);box-shadow:none;font:700 14px/1 var(--font-zh);cursor:pointer;transition:transform var(--duration-fast) var(--ease-fast),background var(--duration-fast) var(--ease-fast)}body[data-direction=street] .jr-profile-page .profile-work-actions .profile-submit-button:before{content:none;display:none}body[data-direction=street] .jr-profile-page .profile-work-actions .profile-submit-button:after{content:"";position:absolute;z-index:-1;inset:auto 8% -10px;width:auto;height:24px;border-radius:var(--radius-pill);clip-path:none;-webkit-clip-path:none;background:radial-gradient(circle at 14% 50%,rgba(75,150,255,.78) 0 18%,transparent 54%),radial-gradient(circle at 39% 55%,rgba(240,68,194,.62) 0 18%,transparent 54%),radial-gradient(circle at 65% 50%,rgba(74,24,199,.66) 0 18%,transparent 54%),radial-gradient(circle at 88% 55%,rgba(243,174,86,.64) 0 18%,transparent 54%);filter:blur(12px);opacity:0;transform:translateY(3px) scale(.92);animation:none;mix-blend-mode:normal;pointer-events:none;transition:opacity var(--duration-medium) var(--ease-medium),transform var(--duration-medium) var(--ease-medium)}body[data-direction=street] .jr-profile-page .profile-work-actions .profile-submit-button>span,body[data-direction=street] .jr-profile-page .profile-work-actions .profile-submit-button>svg{position:relative;z-index:1}body[data-direction=street] .jr-profile-page .profile-work-actions .profile-submit-button svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}body[data-direction=street] .jr-profile-page .profile-work-actions .profile-submit-button:hover{background:var(--action-gradient-hover)!important;color:#fff;transform:translateY(-2px);box-shadow:none;filter:none}body[data-direction=street] .jr-profile-page .profile-work-actions .profile-submit-button:hover:after{opacity:.72;transform:translateY(5px) scale(1.04);animation:none}body[data-direction=street] .jr-profile-page .profile-work-actions .profile-submit-button:active{transform:translateY(0) scale(.98);box-shadow:none;filter:none}body[data-direction=street] .jr-profile-page .profile-work-actions .profile-submit-button:active:after{opacity:.34;transform:translateY(3px) scale(.94)}body[data-direction=street] .jr-profile-page .profile-work-actions .profile-submit-button:focus-visible{outline:0;box-shadow:0 0 0 3px #4b96ff38}body[data-direction=street] .jr-profile-page .profile-empty{position:relative;z-index:1;min-height:410px;padding:64px 32px;display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px solid var(--glass-border);border-radius:var(--radius-component);color:var(--text1);background:radial-gradient(420px 220px at 50% 38%,rgba(75,150,255,.08),transparent 74%),#ffffff9e;box-shadow:0 14px 34px #21407e14,inset 0 1px #ffffffd1;text-align:center;cursor:pointer;-webkit-backdrop-filter:blur(var(--glass-blur)) saturate(var(--glass-saturation));backdrop-filter:blur(var(--glass-blur)) saturate(var(--glass-saturation));transition:border-color var(--duration-medium) var(--ease-medium),background var(--duration-medium) var(--ease-medium),box-shadow var(--duration-medium) var(--ease-medium)}body[data-direction=street] .jr-profile-page .profile-empty:hover{border-color:#6eacffb8;background:radial-gradient(460px 250px at 50% 38%,rgba(75,150,255,.14),transparent 72%),radial-gradient(300px 180px at 64% 46%,rgba(240,68,194,.055),transparent 78%),#ffffffc2;box-shadow:0 18px 42px #21407e1c,inset 0 0 0 1px #ffffffb8}body[data-direction=street] .jr-profile-page .profile-empty:focus-visible{outline:0;box-shadow:0 0 0 3px #4b96ff3d,var(--shadow-2)}body[data-direction=street] .jr-profile-page .profile-empty>.work-status{position:absolute;top:24px;right:24px}body[data-direction=street] .jr-profile-page .empty-visual{width:46px;height:46px;margin:0 0 24px;display:grid;place-items:center;border:0;border-radius:0;color:#1747b5;background:none;box-shadow:none;transition:color var(--duration-medium) var(--ease-medium),transform var(--duration-medium) var(--ease-medium)}body[data-direction=street] .jr-profile-page .empty-visual svg{width:40px;height:40px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}body[data-direction=street] .jr-profile-page .empty-visual .jr-icon-tint{fill:currentColor;stroke:none;opacity:.14}body[data-direction=street] .jr-profile-page .empty-visual:before,body[data-direction=street] .jr-profile-page .empty-visual:after{content:none}body[data-direction=street] .jr-profile-page .profile-empty:hover .empty-visual{color:#4a18c7;box-shadow:none;transform:translateY(-2px) scale(1.035)}body[data-direction=street] .jr-profile-page .profile-empty h3{margin:0;color:var(--text1);font:700 21px/1.4 var(--font-zh);letter-spacing:-.01em}body[data-direction=street] .jr-profile-page .profile-empty p{max-width:480px;margin:11px auto 24px;color:var(--text2);font:500 14px/1.7 var(--font-zh);text-wrap:balance}.profile-empty-action{min-height:44px;padding:0 19px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:var(--radius-pill);color:#fff;background:var(--action-gradient);box-shadow:0 9px 20px #4a18c724,0 4px 10px #4b96ff29,inset 0 1px #ffffff42;font:700 13px/1 var(--font-zh);transition:box-shadow var(--duration-fast) var(--ease-fast),filter var(--duration-fast) var(--ease-fast)}body[data-direction=street] .jr-profile-page .profile-empty:hover .profile-empty-action{filter:saturate(1.06);box-shadow:0 11px 24px #4a18c729,0 5px 12px #4b96ff2e,inset 0 1px #ffffff47}.profile-empty-action svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}body[data-direction=street] .jr-profile-page .profile-work-list{position:relative;z-index:1;display:grid;gap:16px}body[data-direction=street] .jr-profile-page .profile-work{min-height:216px;padding:24px;display:grid;grid-template-columns:260px minmax(0,1fr) auto;gap:28px;align-items:center;border:1px solid var(--glass-border);border-radius:var(--radius-component);color:var(--text1);background:var(--glass);box-shadow:var(--shadow-1);-webkit-backdrop-filter:blur(var(--glass-blur)) saturate(var(--glass-saturation));backdrop-filter:blur(var(--glass-blur)) saturate(var(--glass-saturation))}body[data-direction=street] .jr-profile-page .profile-work-cover{width:100%;aspect-ratio:16 / 9;display:grid;place-items:center;overflow:hidden;border:1px solid var(--border-visible);border-radius:var(--radius-control);color:var(--text3);background-color:var(--surface2);background-image:none;background-size:cover;background-position:center}.profile-cover-placeholder{display:grid;place-items:center;gap:8px}.profile-cover-placeholder svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.profile-cover-placeholder small{color:var(--text3);font:500 11px/1.4 var(--font-zh)}body[data-direction=street] .jr-profile-page .profile-work-info{min-width:0}body[data-direction=street] .jr-profile-page .profile-work-topline{margin:0 0 10px;display:flex;align-items:center;justify-content:flex-start;gap:12px}body[data-direction=street] .jr-profile-page .profile-work-topline time{color:var(--text3);font:500 12px/1.4 var(--font-body)}body[data-direction=street] .jr-profile-page .work-status{min-height:28px;padding:0 10px;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:var(--radius-pill);color:var(--text2);background:var(--surface2);font:700 12px/1 var(--font-zh);white-space:nowrap}body[data-direction=street] .jr-profile-page .work-status[data-status=评审中],body[data-direction=street] .jr-profile-page .work-status[data-status=已提交]{color:#1747b5;background:var(--accent-subtle)}body[data-direction=street] .jr-profile-page .work-status[data-status=已获奖]{color:var(--success);background:var(--success-bg)}body[data-direction=street] .jr-profile-page .profile-work-info h3{margin:0;overflow:hidden;color:var(--text1);font:700 clamp(21px,2vw,26px)/1.35 var(--font-zh);letter-spacing:-.01em;text-overflow:ellipsis;white-space:nowrap}body[data-direction=street] .jr-profile-page .work-tags{margin-top:12px;display:flex;flex-wrap:wrap;gap:7px}body[data-direction=street] .jr-profile-page .work-tag{min-height:28px;padding:0 10px;display:inline-flex;align-items:center;border:0;border-radius:var(--radius-pill);color:var(--text2);background:var(--surface2);font:700 12px/1 var(--font-zh)}body[data-direction=street] .jr-profile-page .work-tag.is-empty{color:var(--text3);font-weight:500}body[data-direction=street] .jr-profile-page .profile-work-info .profile-work-file{margin:14px 0 0;overflow:hidden;color:var(--text2);font:500 13px/1.6 var(--font-body);text-overflow:ellipsis;white-space:nowrap}body[data-direction=street] .jr-profile-page .profile-work-info .profile-work-state-note{margin:6px 0 0;color:var(--text3);font:500 12px/1.6 var(--font-zh)}.profile-work-action{min-width:144px;display:flex;justify-content:flex-end}body[data-direction=street] .jr-profile-page .profile-work-edit{min-height:42px;padding:0 17px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border:1px solid var(--border-visible);border-radius:var(--radius-pill);color:var(--text1);background:var(--glass-strong);box-shadow:inset 0 1px #ffffffbd;font:700 13px/1 var(--font-zh);white-space:nowrap;cursor:pointer;transition:border-color var(--duration-fast) var(--ease-fast),background var(--duration-fast) var(--ease-fast),transform var(--duration-fast) var(--ease-fast)}body[data-direction=street] .jr-profile-page .profile-work-edit svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}body[data-direction=street] .jr-profile-page .profile-work-edit:hover:not(:disabled){border-color:#bad8ff;background:var(--surface1);transform:translateY(-1px)}body[data-direction=street] .jr-profile-page .profile-work-edit:focus-visible{outline:0;box-shadow:0 0 0 3px #4b96ff3d}body[data-direction=street] .jr-profile-page .profile-work-edit:disabled{color:var(--text3);background:var(--surface2);box-shadow:none;opacity:.72;cursor:not-allowed}body[data-direction=street] .jr-profile-page .profile-work-edit:disabled svg{display:none}@media(max-width:1199px){body[data-direction=street] .jr-profile-page .profile-summary-card{grid-column:1 / -1}.profile-info-display{grid-template-columns:minmax(200px,.8fr) minmax(300px,1.2fr) auto;gap:20px}body[data-direction=street] .jr-profile-page .profile-card-head{align-items:flex-start}body[data-direction=street] .jr-profile-page .profile-work-actions{align-items:flex-end;flex-direction:column-reverse}body[data-direction=street] .jr-profile-page .profile-work{grid-template-columns:220px minmax(0,1fr);gap:22px}body[data-direction=street] .jr-profile-page .profile-work-action{grid-column:2;min-width:0;justify-content:flex-start}}@media(max-width:900px){body.is-profile-view .jr-header .jr-nav-links,body.is-profile-view .jr-header .jr-nav-actions{display:none!important}}@media(max-width:767px){body[data-direction=street].is-profile-view .jr-profile-page{padding-top:68px}body[data-direction=street] .jr-profile-page .profile-hero{min-height:0;padding:26px 0 34px}body[data-direction=street] .jr-profile-page .profile-shell-compact{display:block}body[data-direction=street] :is(.jr-profile-page,#rules-preview) .profile-back-link{margin-bottom:20px}body[data-direction=street] .jr-profile-page .profile-summary-card{grid-column:auto;width:auto;min-height:0;margin-top:0;padding:18px}.profile-info-display{grid-template-columns:1fr auto;align-items:start;gap:18px 12px}body[data-direction=street] .jr-profile-page .profile-person{grid-column:1}body[data-direction=street] .jr-profile-page .profile-contact-list{grid-column:1 / -1;grid-template-columns:1fr;margin-top:0}body[data-direction=street] .jr-profile-page .profile-edit-button{grid-column:2;grid-row:1}.profile-account-note{margin:12px 0 0}body[data-direction=street] .jr-profile-page .profile-edit-button{width:40px;min-width:40px;padding:0}body[data-direction=street] .jr-profile-page .profile-edit-button span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}body[data-direction=street] .jr-profile-page .profile-content{padding:46px 0 88px}body[data-direction=street] .jr-profile-page .profile-card-head{margin-bottom:28px;align-items:stretch;flex-direction:column;gap:24px}body[data-direction=street] .jr-profile-page .profile-work-actions{align-items:stretch;flex-direction:column-reverse}.profile-work-count-summary{text-align:center}body[data-direction=street] .jr-profile-page .profile-work-actions .profile-submit-button{width:100%}body[data-direction=street] .jr-profile-page .profile-empty{min-height:360px;padding:56px 22px 42px}body[data-direction=street] .jr-profile-page .profile-empty>.work-status{top:18px;right:18px}body[data-direction=street] .jr-profile-page .profile-work{min-height:0;padding:18px;grid-template-columns:1fr;gap:20px}body[data-direction=street] .jr-profile-page .profile-work-cover{width:100%}body[data-direction=street] .jr-profile-page .profile-work-action{grid-column:1}body[data-direction=street] .jr-profile-page .profile-work-edit{width:100%}body[data-direction=street] .jr-profile-page .profile-work-info h3{font-size:21px}}@media(prefers-reduced-motion:reduce){body[data-direction=street] :is(.jr-profile-page,#rules-preview) .profile-back-link,body[data-direction=street] .jr-profile-page .profile-edit-button,body[data-direction=street] .jr-profile-page .profile-empty,body[data-direction=street] .jr-profile-page .profile-work-edit{transition-duration:80ms}body[data-direction=street] :is(.jr-profile-page,#rules-preview) .profile-back-link:hover,body[data-direction=street] .jr-profile-page .profile-edit-button:hover,body[data-direction=street] .jr-profile-page .profile-empty:hover,body[data-direction=street] .jr-profile-page .profile-work-edit:hover{transform:none}}body[data-direction=street] .profile-edit-dialog{width:min(560px,calc(100% - 32px));max-width:none;max-height:calc(100dvh - 32px);margin:auto;padding:0;overflow:hidden auto;border:1px solid var(--glass-border);border-radius:var(--radius-container);color:var(--text1);background:var(--glass-strong);box-shadow:var(--shadow-3);-webkit-backdrop-filter:blur(var(--glass-blur-compact)) saturate(var(--glass-saturation));backdrop-filter:blur(var(--glass-blur-compact)) saturate(var(--glass-saturation))}body[data-direction=street] .profile-edit-dialog::backdrop{background:#e1eaf838;-webkit-backdrop-filter:blur(24px) saturate(116%);backdrop-filter:blur(24px) saturate(116%)}body[data-direction=street] .profile-edit-dialog .profile-edit-box{background:transparent;overflow:visible;max-height:none;scrollbar-color:auto;scrollbar-width:auto}body[data-direction=street] .profile-edit-dialog .dialog-header{min-height:108px;padding:26px 32px 22px;display:flex;align-items:flex-start;justify-content:space-between;gap:24px;border-bottom:1px solid rgba(214,224,238,.76);background:#ffffff38}body[data-direction=street] .profile-edit-dialog .jr-submit-kicker{margin:0;display:flex;align-items:center;gap:8px;color:var(--text3);font:700 10px/1.4 var(--font-body);letter-spacing:.1em}body[data-direction=street] .profile-edit-dialog .jr-submit-kicker span{width:6px;height:6px;border:1.5px solid var(--signal);border-radius:50%;box-shadow:0 0 0 4px #4b96ff14}body[data-direction=street] .profile-edit-dialog .dialog-header h2{margin:8px 0 0;color:var(--text1);font:800 25px/1.3 var(--font-zh);letter-spacing:-.015em}body[data-direction=street] .profile-edit-dialog .close-button{width:40px;height:40px;min-width:40px;padding:0;display:grid;place-items:center;border:1px solid var(--border-visible);border-radius:50%;color:var(--text2);background:var(--glass-strong);box-shadow:inset 0 1px #ffffffc2;cursor:pointer}body[data-direction=street] .profile-edit-dialog .close-button svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round}body[data-direction=street] .profile-edit-dialog .close-button:hover{color:var(--text1);border-color:#bad8ff;background:var(--surface1)}body[data-direction=street] .profile-edit-dialog .profile-edit-form{padding:30px 32px 32px}body[data-direction=street] .profile-edit-dialog .avatar-editor{margin:0 0 28px;padding:18px;display:flex;align-items:center;gap:16px;border:1px solid var(--border);border-radius:var(--radius-control);background:#ffffff61}body[data-direction=street] .profile-edit-dialog .avatar-editor .avatar{width:60px;height:60px;flex:0 0 60px;display:grid;place-items:center;border:1px solid rgba(75,150,255,.2);border-radius:50%;color:#1747b5;background:var(--accent-subtle) center / cover no-repeat;font:800 18px/1 var(--font-zh)}.profile-avatar-action{min-height:38px;padding:0 15px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--border-visible);border-radius:var(--radius-pill);color:var(--text1);background:var(--glass-strong);box-shadow:inset 0 1px #ffffffc2;font:700 13px/1 var(--font-zh);cursor:pointer}body[data-direction=street] .profile-edit-dialog .avatar-editor p{margin:8px 0 0;color:var(--text3);font:500 11px/1.5 var(--font-zh)}body[data-direction=street] .profile-edit-dialog .form-grid{display:grid;gap:18px}body[data-direction=street] .profile-edit-dialog .field{margin:0}body[data-direction=street] .profile-edit-dialog .field label{display:block;margin:0 0 8px;color:var(--text2);font:700 12px/1.5 var(--font-zh)}body[data-direction=street] .profile-edit-dialog .field input{width:100%;min-height:48px;padding:0 16px;border:1px solid var(--border-visible);border-radius:var(--radius-control);color:var(--text1);background:var(--glass-strong);box-shadow:inset 0 1px #ffffffb8;font:500 14px/1.5 var(--font-body);outline:0}body[data-direction=street] .profile-edit-dialog .field input:focus{border-color:#87bcff;box-shadow:0 0 0 3px #4b96ff3d}body[data-direction=street] .profile-edit-dialog .form-actions-inline{position:static;margin:30px 0 0;padding:0;display:flex;align-items:center;justify-content:flex-end;gap:12px;border:0;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none}.profile-edit-secondary,.profile-edit-primary{min-height:46px;padding:0 21px;border-radius:var(--radius-pill);font:700 14px/1 var(--font-zh);cursor:pointer}.profile-edit-secondary{border:1px solid var(--border-visible);color:var(--text1);background:var(--glass-strong);box-shadow:inset 0 1px #ffffffc2}.profile-edit-secondary:hover{border-color:#bad8ff;background:var(--surface1);transform:translateY(-1px)}.profile-edit-primary{border:0;color:#fff;background:var(--action-gradient)}@media(max-width:767px){body[data-direction=street] .profile-edit-dialog{width:calc(100% - 24px);max-height:calc(100dvh - 24px);min-height:0;margin:12px;border:1px solid var(--glass-border);border-radius:var(--radius-container)}body[data-direction=street] .profile-edit-dialog .dialog-header{min-height:96px;padding:22px 20px 18px}body[data-direction=street] .profile-edit-dialog .dialog-header h2{font-size:22px}body[data-direction=street] .profile-edit-dialog .profile-edit-form{padding:24px 20px}body[data-direction=street] .profile-edit-dialog .avatar-editor{align-items:center}body[data-direction=street] .profile-edit-dialog .form-actions-inline{flex-direction:row}.profile-edit-secondary,.profile-edit-primary{flex:1}}.jr-awards-heading{position:relative;z-index:1;max-width:720px;margin:0 0 56px}.jr-awards-heading .jr-eyebrow{margin-bottom:14px}.jr-awards-heading h2{margin:0;color:var(--text1);font:800 clamp(34px,4.2vw,52px)/1.12 var(--font-zh);letter-spacing:-.02em}.jr-awards-heading>p:last-child{max-width:660px;margin:16px 0 0;color:var(--text2);font:500 16px/1.75 var(--font-zh)}.jr-awards-stack{position:relative;z-index:1;display:grid;gap:52px}.jr-award-tier{display:grid;gap:22px}.jr-tier-heading{display:flex;align-items:flex-start;gap:14px}.jr-tier-heading>span{width:auto;min-width:34px;height:34px;padding:0 12px;flex:0 0 auto;display:grid;place-items:center;border:1px solid rgba(75,150,255,.22);border-radius:var(--radius-pill);color:#1747b5;background:var(--accent-subtle);font:700 11px/1 var(--font-body);box-shadow:inset 0 1px #fffc}.jr-tier-heading div{display:grid;gap:4px}.jr-tier-heading h3{margin:0;color:var(--text1);font:700 21px/1.35 var(--font-zh);letter-spacing:-.01em}.jr-tier-heading p{margin:0;color:var(--text3);font:500 13px/1.7 var(--font-zh)}.jr-core-awards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.jr-core-award{position:relative;min-height:224px;padding:28px 30px;overflow:hidden;display:grid;grid-template-columns:minmax(0,.9fr) minmax(240px,1.1fr);grid-template-rows:auto 1fr;column-gap:28px;border:1px solid rgba(255,255,255,.8);border-radius:var(--radius-component);background:#ffffffa3;box-shadow:var(--shadow-2);-webkit-backdrop-filter:blur(var(--glass-blur-compact)) saturate(var(--glass-saturation));backdrop-filter:blur(var(--glass-blur-compact)) saturate(var(--glass-saturation))}.jr-core-award:before{content:none}.jr-core-award:after{content:"";position:absolute;z-index:0;inset:0;border-radius:inherit;opacity:1;pointer-events:none;background:repeating-radial-gradient(ellipse 78% 90% at 28% 72%,transparent 0 11.62%,rgba(75,150,255,.38) 11.74% 11.92%,rgba(255,255,255,.94) 11.94% 12.06%,transparent 12.15% 23.62%,rgba(74,24,199,.32) 23.74% 23.92%,rgba(255,255,255,.9) 23.94% 24.06%,transparent 24.15% 35.62%,rgba(240,68,194,.32) 35.74% 35.92%,rgba(255,255,255,.92) 35.94% 36.06%,transparent 36.15% 47.62%,rgba(243,174,86,.38) 47.74% 47.92%,rgba(255,255,255,.96) 47.94% 48.06%,transparent 48.15% 48.15%);mix-blend-mode:multiply;filter:drop-shadow(0 0 1.6px rgba(255,255,255,.96));-webkit-mask-image:linear-gradient(45deg,transparent 0 33%,rgba(0,0,0,.18) 38%,rgba(0,0,0,.62) 45%,#000 54% 100%),radial-gradient(ellipse 96% 122% at 28% 72%,#000 0 31%,rgba(0,0,0,.92) 44%,rgba(0,0,0,.56) 63%,rgba(0,0,0,.18) 80%,transparent 100%);-webkit-mask-composite:source-in;mask-image:linear-gradient(45deg,transparent 0 33%,rgba(0,0,0,.18) 38%,rgba(0,0,0,.62) 45%,#000 54% 100%),radial-gradient(ellipse 96% 122% at 28% 72%,#000 0 31%,rgba(0,0,0,.92) 44%,rgba(0,0,0,.56) 63%,rgba(0,0,0,.18) 80%,transparent 100%);mask-composite:intersect}.jr-core-award>*{position:relative;z-index:1}.jr-award-card-head{grid-column:1;grid-row:1;display:flex;align-items:center;justify-content:flex-start;gap:14px}.jr-award-icon{width:34px;height:34px;flex:0 0 34px;display:grid;place-items:center;color:#1747b5}.jr-award-icon svg{width:32px;height:32px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}.jr-award-icon .jr-icon-tint,.jr-incentive-icon .jr-icon-tint{fill:currentColor;stroke:none;opacity:.14}.jr-award-icon .jr-icon-solid{fill:currentColor;stroke:none;opacity:.26}.jr-award-sequence{color:var(--text3);font:700 10px/1.3 var(--font-body);letter-spacing:.08em}.jr-core-award>h3{grid-column:1;grid-row:2;align-self:end;max-width:12em;margin:24px 0 4px;color:var(--text1);font:800 clamp(24px,2.2vw,30px)/1.28 var(--font-zh);letter-spacing:-.015em}.jr-award-metrics{grid-column:2;grid-row:1 / span 2;align-self:stretch;margin:0;padding:8px 0 8px 28px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:end;gap:18px;border-top:0;border-left:0}.jr-award-metrics div{display:grid;gap:8px}.jr-award-metrics dt{color:var(--text3);font:500 12px/1.5 var(--font-zh)}.jr-award-metrics dd{margin:0;display:flex;align-items:baseline;gap:5px;color:var(--text1)}.jr-award-metrics dd strong{font:800 clamp(38px,4vw,52px)/.94 var(--font-body);letter-spacing:-.055em}.jr-award-metrics dd span{font:700 14px/1 var(--font-zh)}.jr-special-awards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.jr-special-award{min-height:148px;padding:24px 26px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:24px;align-items:center;border:1px solid var(--glass-border);border-radius:var(--radius-component);background:var(--glass);box-shadow:var(--shadow-1);-webkit-backdrop-filter:blur(var(--glass-blur)) saturate(var(--glass-saturation));backdrop-filter:blur(var(--glass-blur)) saturate(var(--glass-saturation))}.jr-special-icon{width:34px;height:34px;flex:0 0 34px;margin:0;display:grid;place-items:center;color:#1747b5}.jr-special-icon svg{width:32px;height:32px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}.jr-special-icon .jr-icon-tint{fill:currentColor;stroke:none;opacity:.14}.jr-special-icon .jr-icon-solid{fill:currentColor;stroke:none;opacity:.26}.jr-special-copy{min-width:0;display:flex;align-items:center;gap:15px}.jr-special-copy>div{min-width:0;display:grid;gap:6px}.jr-special-copy h3{margin:0;color:var(--text1);font:800 21px/1.35 var(--font-zh);letter-spacing:-.01em;white-space:nowrap}.jr-special-award dl{margin:0;padding:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;border:0}.jr-special-award dl div{min-width:74px;padding-left:22px;display:grid;gap:6px;border-left:1px solid var(--border-visible)}.jr-special-award dl div:first-child{padding-left:0;border-left:0}.jr-special-award dt{color:var(--text3);font:500 11px/1.4 var(--font-zh)}.jr-special-award dd{margin:0;color:var(--text1);font:800 18px/1.2 var(--font-body)}@media(max-width:1279px){.jr-special-awards{grid-template-columns:repeat(2,minmax(0,1fr))}}.jr-incentive-awards{padding:4px 22px;border:1px solid var(--glass-border);border-radius:var(--radius-component);background:#fff6;box-shadow:var(--shadow-1);-webkit-backdrop-filter:blur(var(--glass-blur)) saturate(var(--glass-saturation));backdrop-filter:blur(var(--glass-blur)) saturate(var(--glass-saturation))}.jr-incentive-award{min-height:94px;padding:16px 6px;display:grid;grid-template-columns:minmax(240px,1.3fr) minmax(320px,1fr);align-items:center;gap:32px}.jr-incentive-award+.jr-incentive-award{border-top:1px solid var(--border)}.jr-incentive-copy{min-width:0;display:flex;align-items:center;gap:14px}.jr-incentive-copy>div{min-width:0;display:grid;gap:6px}.jr-incentive-icon{width:32px;height:32px;flex:0 0 32px;display:grid;place-items:center;color:#1747b5}.jr-incentive-icon svg{width:30px;height:30px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}.jr-incentive-copy h3{margin:0;color:var(--text1);font:700 19px/1.4 var(--font-zh);letter-spacing:-.01em}.jr-incentive-award dl{margin:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.jr-incentive-award dl div{padding-left:22px;display:grid;gap:6px;border-left:1px solid var(--border-visible)}.jr-incentive-award dt{color:var(--text3);font:500 11px/1.4 var(--font-zh)}.jr-incentive-award dd{margin:0;color:var(--text2);font:700 14px/1.2 var(--font-zh)}.jr-incentive-award dd strong{margin-right:4px;color:var(--text1);font:800 24px/1 var(--font-body);letter-spacing:-.04em}.jr-home .jr-awards-footnote{position:relative;z-index:1;max-width:720px;margin:48px 0 0;display:flex;align-items:flex-start;gap:9px;color:var(--text3);font:500 12px/1.7 var(--font-zh)}.jr-awards-footnote svg{width:17px;height:17px;margin-top:2px;flex:0 0 17px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}@media(max-width:1023px){.jr-awards-heading{margin-bottom:48px}.jr-core-award{grid-template-columns:minmax(0,1fr) minmax(220px,1fr);column-gap:20px}.jr-award-metrics{padding-left:20px}.jr-special-awards{grid-template-columns:repeat(2,minmax(0,1fr))}.jr-incentive-award{grid-template-columns:minmax(200px,.9fr) minmax(300px,1.1fr)}}@media(max-width:767px){.jr-awards-heading{margin-bottom:40px}.jr-awards-heading>p:last-child{margin-top:12px;font-size:15px}.jr-awards-stack{gap:42px}.jr-award-tier{gap:18px}.jr-core-awards,.jr-special-awards{grid-template-columns:1fr;gap:14px}.jr-core-award{min-height:0;padding:24px;grid-template-columns:1fr;grid-template-rows:auto auto auto;row-gap:0}.jr-core-award:after{background:repeating-radial-gradient(ellipse 112% 70% at 35% 44%,transparent 0 11.62%,rgba(75,150,255,.35) 11.74% 11.92%,rgba(255,255,255,.9) 11.94% 12.06%,transparent 12.15% 23.62%,rgba(74,24,199,.29) 23.74% 23.92%,rgba(255,255,255,.86) 23.94% 24.06%,transparent 24.15% 35.62%,rgba(240,68,194,.29) 35.74% 35.92%,rgba(255,255,255,.88) 35.94% 36.06%,transparent 36.15% 47.62%,rgba(243,174,86,.35) 47.74% 47.92%,rgba(255,255,255,.92) 47.94% 48.06%,transparent 48.15% 48.15%);-webkit-mask-image:linear-gradient(45deg,transparent 0 48%,rgba(0,0,0,.2) 53%,rgba(0,0,0,.64) 59%,#000 67% 100%),radial-gradient(ellipse 105% 84% at 35% 44%,#000 0 31%,rgba(0,0,0,.82) 39%,rgba(0,0,0,.48) 54%,rgba(0,0,0,.14) 68%,transparent 84%);mask-image:linear-gradient(45deg,transparent 0 48%,rgba(0,0,0,.2) 53%,rgba(0,0,0,.64) 59%,#000 67% 100%),radial-gradient(ellipse 105% 84% at 35% 44%,#000 0 31%,rgba(0,0,0,.82) 39%,rgba(0,0,0,.48) 54%,rgba(0,0,0,.14) 68%,transparent 84%)}.jr-core-award>h3{grid-column:1;grid-row:2;margin:26px 0 22px}.jr-award-metrics{grid-column:1;grid-row:3;padding:18px 0 0;border-top:1px solid var(--border);border-left:0}.jr-special-award{min-height:0;padding:18px 16px;gap:14px}.jr-special-copy{gap:10px}.jr-special-icon{width:30px;height:30px;flex-basis:30px}.jr-special-icon svg{width:28px;height:28px}.jr-special-copy h3{font-size:17px}.jr-special-award dl div{min-width:56px;padding-left:12px;gap:4px}.jr-special-award dd{font-size:16px}.jr-home .jr-awards-footnote{margin-top:36px}.jr-incentive-awards{padding:4px 18px}.jr-incentive-award{min-height:0;padding:16px 2px;grid-template-columns:1fr;gap:14px}.jr-incentive-award dl{gap:12px}.jr-incentive-award dl div{padding-left:14px}}@media(prefers-reduced-motion:reduce){.jr-core-award,.jr-special-award,.jr-incentive-award{transition:none}}#main[hidden],#profile-page[hidden],.jr-footer[hidden]{display:none!important}body.is-profile-view .jr-header .jr-nav-links{display:flex}body[data-direction=street].is-profile-view .jr-header.site-header,body[data-direction=street].is-profile-view .jr-header.site-header:not(.is-scrolled),body[data-direction=street].is-profile-view .jr-header.site-header.is-scrolled{border-bottom:1px solid rgba(214,224,238,.76);background:#f8faffd1!important;box-shadow:inset 0 -1px #ffffffd1,0 7px 22px #1557db14!important;-webkit-backdrop-filter:blur(24px) saturate(145%)!important;backdrop-filter:blur(24px) saturate(145%)!important}body.is-profile-view .jr-header .jr-nav-actions>[data-user-entry]:not([hidden]){display:inline-flex}body[data-direction=street] .jr-header .user-chip{min-height:42px;gap:9px;padding:4px 13px 4px 4px;border:1px solid rgba(255,255,255,.78);border-radius:var(--radius-pill);color:var(--text1);background:#ffffff94;box-shadow:var(--shadow-1);-webkit-backdrop-filter:blur(var(--glass-blur-compact)) saturate(var(--glass-saturation));backdrop-filter:blur(var(--glass-blur-compact)) saturate(var(--glass-saturation))}body[data-direction=street] .jr-header .user-chip .avatar{width:32px;height:32px;border:1px solid rgba(75,150,255,.2);color:#1747b5;background-color:var(--accent-subtle);background-image:none;box-shadow:inset 0 1px #ffffffd1;font:800 12px/1 var(--font-zh)}body[data-direction=street] .jr-header .user-chip:hover{border-color:#bad8ff!important;color:var(--text1)!important;background:#ffffffc2!important;box-shadow:var(--shadow-1)!important}body[data-direction=street] .jr-header .profile-nav-action:not([hidden]){border-color:var(--border-visible);color:var(--text2);background:#ffffff6b;-webkit-backdrop-filter:blur(var(--glass-blur-compact)) saturate(var(--glass-saturation));backdrop-filter:blur(var(--glass-blur-compact)) saturate(var(--glass-saturation))}.jr-header .user-chip{min-height:42px;gap:9px;padding:4px 12px 4px 4px;border:1px solid rgba(255,255,255,.64);border-radius:var(--radius-pill);color:var(--text1);background:#ffffff57;box-shadow:inset 0 1px #ffffffb8,0 6px 20px #264a7a14;-webkit-backdrop-filter:blur(18px) saturate(150%);backdrop-filter:blur(18px) saturate(150%)}.jr-header .user-chip .avatar{width:32px;height:32px;border:1px solid rgba(255,255,255,.78);color:#fff;background:linear-gradient(135deg,#4b96ff,#4a18c7 54%,#f044c2);box-shadow:0 4px 12px #4a18c729;font:700 12px/1 var(--font-zh)}.jr-user-identity{display:grid;gap:2px;text-align:left;white-space:nowrap}.jr-user-identity small{color:var(--text3);font:700 8px/1 var(--font-body);letter-spacing:.08em}.jr-user-identity strong{color:var(--text1);font:700 11px/1.1 var(--font-body);letter-spacing:.015em}body[data-direction=street] .login-dialog::backdrop{background:#e6effc24;-webkit-backdrop-filter:blur(24px) saturate(112%);backdrop-filter:blur(24px) saturate(112%)}.login-dialog{width:min(440px,calc(100% - 32px));max-height:calc(100dvh - 32px);margin:auto;padding:0;border:0;border-radius:28px;color:var(--text1);background:transparent;overflow:visible}.login-dialog[open]{animation:jr-login-enter .32s cubic-bezier(.22,1,.36,1) both}.login-modal{position:relative;isolation:isolate;display:flex;min-height:0;padding:38px 40px 34px;overflow:hidden;flex-direction:column;align-items:center;border:1px solid rgba(255,255,255,.86);border-radius:28px;background:#ffffffad;box-shadow:inset 0 1px #ffffffeb,0 24px 70px #2f4c7a2e;-webkit-backdrop-filter:blur(32px) saturate(160%);backdrop-filter:blur(32px) saturate(160%);text-align:center}.login-modal:before,.login-modal:after{content:"";position:absolute;z-index:-1;border-radius:50%;pointer-events:none;filter:blur(10px)}.login-modal:before{left:-76px;top:-96px;width:220px;height:220px;background:radial-gradient(circle,rgba(75,150,255,.22),transparent 66%)}.login-modal:after{right:-96px;bottom:-112px;width:250px;height:250px;background:radial-gradient(circle,rgba(240,68,194,.12),rgba(243,174,86,.08) 38%,transparent 68%)}.login-close{position:absolute;z-index:2;right:16px;top:16px;display:grid;width:34px;height:34px;min-width:0;padding:0;place-items:center;border:1px solid rgba(11,23,57,.08);border-radius:50%;color:var(--text2);background:#ffffff7a;cursor:pointer;transition:color var(--duration-fast) var(--ease-fast),background var(--duration-fast) var(--ease-fast),transform var(--duration-fast) var(--ease-fast)}.login-close svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round}.login-close:hover{color:var(--text1);background:#ffffffdb;transform:rotate(5deg)}.jr-login-kicker{align-self:flex-start;display:flex;align-items:center;gap:9px;margin:0;color:var(--text3);font:700 10px/1 var(--font-body);letter-spacing:.1em}.jr-login-kicker span{width:7px;height:7px;border:2px solid var(--signal);border-radius:50%;box-shadow:0 0 0 4px #4b96ff1a}.jr-login-symbol{display:grid;width:62px;height:62px;margin-top:34px;place-items:center;border:1px solid rgba(75,150,255,.2);border-radius:50%;color:var(--signal);background:#4b96ff14;box-shadow:inset 0 1px #ffffffd6}.jr-login-symbol svg{width:30px;height:30px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.login-modal h2{margin:24px 0 0;color:var(--text1);font:800 30px/1.2 var(--font-zh);letter-spacing:-.025em}.jr-login-description{max-width:320px;margin:14px 0 0;color:var(--text2);font:500 14px/1.75 var(--font-zh)}.jr-login-submit{width:100%;min-height:52px;margin-top:28px;gap:10px}.jr-login-submit svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.jr-login-note{margin:13px 0 0;color:var(--text3);font:500 11px/1.5 var(--font-zh)}@keyframes jr-login-enter{0%{opacity:0;transform:translateY(14px) scale(.975)}to{opacity:1;transform:none}}@media(max-width:767px){.login-dialog{width:min(400px,calc(100% - 24px))}.login-modal{padding:32px 24px 28px;border-radius:24px}.jr-login-symbol{margin-top:30px}.login-modal h2{font-size:26px}.jr-header .user-chip{padding-right:8px}.jr-user-identity small{display:none}}@media(prefers-reduced-motion:reduce){.login-dialog[open]{animation:none}}html:has(#submit-dialog[open]),body:has(#submit-dialog[open]){overflow:hidden;overscroll-behavior:none}html:has(#submit-dialog[open]){scrollbar-gutter:stable}body[data-direction=street] .submit-dialog::backdrop{background:#e6effc24;-webkit-backdrop-filter:blur(24px) saturate(112%);backdrop-filter:blur(24px) saturate(112%)}body[data-direction=street] .submit-dialog{width:min(960px,calc(100% - 48px));height:min(860px,calc(100dvh - 48px));max-height:none;margin:auto;padding:0;border:1px solid rgba(255,255,255,.82);border-radius:var(--radius-container);color:var(--text1);background:var(--glass-strong);box-shadow:var(--shadow-3);-webkit-backdrop-filter:blur(var(--glass-blur-compact)) saturate(var(--glass-saturation));backdrop-filter:blur(var(--glass-blur-compact)) saturate(var(--glass-saturation));overflow:hidden}body[data-direction=street] .submit-dialog[open]{animation:jr-submit-enter var(--duration-slow) var(--ease-slow) both}body[data-direction=street] .submit-dialog .dialog-shell{height:100%;display:flex;flex-direction:column;background:transparent}body[data-direction=street] .submit-dialog .dialog-header{position:relative;min-height:100px;padding:22px 32px 18px;display:flex;align-items:center;justify-content:space-between;gap:24px;border:0;background:transparent}body[data-direction=street] .submit-dialog .dialog-header:after{display:none}.jr-submit-kicker{display:flex;align-items:center;gap:9px;margin:0;color:var(--text3);font:700 10px/1 var(--font-body);letter-spacing:.1em}.jr-submit-kicker span{width:7px;height:7px;border:2px solid var(--signal);border-radius:50%;box-shadow:0 0 0 4px #4b96ff1a}body[data-direction=street] .submit-dialog .dialog-header h2{margin:9px 0 0;color:var(--text1);font:800 26px/1.25 var(--font-zh);letter-spacing:-.015em}body[data-direction=street] .submit-dialog .close-button{display:grid;width:40px;height:40px;min-width:40px;padding:0;place-items:center;border:1px solid var(--border-visible);border-radius:50%;color:var(--text2);background:var(--glass-strong);box-shadow:inset 0 1px #ffffffc7;cursor:pointer;transition:color var(--duration-fast) var(--ease-fast),border-color var(--duration-fast) var(--ease-fast),background var(--duration-fast) var(--ease-fast),transform var(--duration-fast) var(--ease-fast)}body[data-direction=street] .submit-dialog .close-button svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round}body[data-direction=street] .submit-dialog .close-button:hover{color:var(--text1);border-color:#4b96ff57;background:var(--surface1);transform:translateY(-1px)}body[data-direction=street] :is(.submit-dialog,.profile-edit-dialog) :is(button,a):focus-visible{outline:0}body[data-direction=street] .submit-dialog .dialog-progress{min-height:48px;margin:0 32px 18px;padding:4px;display:grid;grid-template-columns:repeat(2,1fr);gap:4px;border:1px solid var(--glass-border);border-radius:var(--radius-pill);background:#ffffff75;box-shadow:inset 0 1px #ffffffc2}body[data-direction=street] .submit-dialog .dialog-progress span{position:relative;min-height:38px;padding:0 18px;display:flex;align-items:center;justify-content:center;gap:9px;border:0;border-radius:var(--radius-pill);color:var(--text3);background:transparent;font:700 12px/1 var(--font-zh);letter-spacing:0;transition:color var(--duration-medium) var(--ease-medium),background var(--duration-medium) var(--ease-medium),box-shadow var(--duration-medium) var(--ease-medium)}body[data-direction=street] .submit-dialog .dialog-progress span.is-active{color:var(--text1);background:var(--surface1);box-shadow:var(--shadow-1)}body[data-direction=street] .submit-dialog .dialog-progress span.is-active:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--signal);box-shadow:0 0 0 4px #4b96ff1a}body[data-direction=street] .submit-dialog .dialog-progress span.is-complete{color:var(--text2)}body[data-direction=street] .submit-dialog .dialog-progress span.is-complete:after{content:"";width:8px;height:4px;margin:-2px 0 0 1px;border-left:1.5px solid var(--success);border-bottom:1.5px solid var(--success);transform:rotate(-45deg)}body[data-direction=street] .submit-dialog .dialog-view{flex:1;overflow-y:auto;overscroll-behavior:contain;padding:40px 56px;border-top:1px solid rgba(214,224,238,.72);background:#f8faffdb;scrollbar-color:rgba(148,163,184,.55) transparent;scrollbar-width:thin}body[data-direction=street] .submit-dialog .dialog-view::-webkit-scrollbar{width:8px}body[data-direction=street] .submit-dialog .dialog-view::-webkit-scrollbar-track{background:transparent}body[data-direction=street] .submit-dialog .dialog-view::-webkit-scrollbar-thumb{border:2px solid transparent;border-radius:999px;background:#94a3b875;background-clip:padding-box}body[data-direction=street] .submit-dialog #work-form{width:min(100%,760px);margin:0 auto}body[data-direction=street] .submit-dialog fieldset{margin:40px 0 0;padding:0;border:0}body[data-direction=street] .submit-dialog fieldset:first-child{margin-top:0}body[data-direction=street] .submit-dialog .submit-step>fieldset{display:flow-root;min-width:0;min-inline-size:0}body[data-direction=street] .submit-dialog .submit-step>fieldset>legend{float:left;box-sizing:border-box}body[data-direction=street] .submit-dialog .submit-step>fieldset>legend+*{clear:both}body[data-direction=street] .submit-dialog legend{width:100%;margin:0 0 24px;padding:0 0 14px;border-bottom:1px solid var(--border);color:var(--text1);font:700 21px/1.4 var(--font-zh);letter-spacing:-.01em}body[data-direction=street] .submit-dialog .avatar-field{min-height:104px;padding:16px 18px;display:flex;align-items:center;gap:18px;border:1px solid var(--glass-border);border-radius:var(--radius-control);background:var(--glass-strong);box-shadow:var(--shadow-1)}body[data-direction=street] .submit-dialog .avatar-large{width:64px;height:64px;border:1px solid rgba(255,255,255,.8);color:#fff;background:linear-gradient(135deg,#4b96ff,#183d8f 58%,#0b1739);box-shadow:0 7px 22px #1557db24;font:700 21px/1 var(--font-zh)}body[data-direction=street] .submit-dialog .avatar-field .button{min-height:36px;padding:0 16px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--border-visible);border-radius:var(--radius-pill);color:var(--text1);background:var(--glass-strong);font:700 12px/1 var(--font-zh)}body[data-direction=street] .submit-dialog .field-hint{margin:8px 0 0;color:var(--text3);font:500 12px/1.6 var(--font-zh)}body[data-direction=street] .submit-dialog .form-grid{display:grid;gap:20px}body[data-direction=street] .submit-dialog .two-col{grid-template-columns:repeat(2,minmax(0,1fr))}body[data-direction=street] .submit-dialog .two-span{grid-column:1 / -1}body[data-direction=street] .submit-dialog .field{margin-top:22px}body[data-direction=street] .submit-dialog label,body[data-direction=street] .submit-dialog .field-label{display:block;margin:0 0 8px;color:var(--text1);font:700 12px/1.5 var(--font-zh);letter-spacing:0}body[data-direction=street] .submit-dialog input:not([type=checkbox]):not([type=file]),body[data-direction=street] .submit-dialog textarea{width:100%;min-height:48px;padding:0 16px;border:1px solid var(--border-visible);border-radius:var(--radius-control);color:var(--text1);background:var(--glass-strong);box-shadow:inset 0 1px #ffffffb8;font:500 14px/1.5 var(--font-zh);transition:border-color var(--duration-fast) var(--ease-fast),box-shadow var(--duration-fast) var(--ease-fast),background var(--duration-fast) var(--ease-fast)}body[data-direction=street] .submit-dialog textarea{min-height:160px;padding:16px;resize:vertical;line-height:1.7}body[data-direction=street] .submit-dialog input::placeholder,body[data-direction=street] .submit-dialog textarea::placeholder{color:var(--text3)}body[data-direction=street] .submit-dialog input:not([type=checkbox]):not([type=file]):focus,body[data-direction=street] .submit-dialog textarea:focus{outline:0;border-color:var(--signal);background:#ffffffd1;box-shadow:0 0 0 3px #4b96ff3d,inset 0 1px #ffffffd1}body[data-direction=street] .submit-dialog .step-note{margin:24px 0 0;padding:14px 16px 14px 44px;position:relative;border:0;border-radius:var(--radius-control);color:var(--text2);background:var(--accent-subtle);font:500 13px/1.7 var(--font-zh)}body[data-direction=street] .submit-dialog .step-note:before{content:"i";position:absolute;left:16px;top:15px;display:grid;width:18px;height:18px;place-items:center;border:1.5px solid var(--signal);border-radius:50%;color:var(--signal);font:700 11px/1 var(--font-body)}body[data-direction=street] .submit-dialog .upload-zone,body[data-direction=street] .submit-dialog .cover-upload{position:relative;min-height:196px;margin:0;padding:28px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;border:1px dashed #BAD8FF;border-radius:var(--radius-component);color:var(--text1);background:#ffffff85;box-shadow:inset 0 1px #fffc;cursor:pointer;text-align:center;transition:border-color var(--duration-fast) var(--ease-fast),background var(--duration-fast) var(--ease-fast),transform var(--duration-fast) var(--ease-fast)}body[data-direction=street] .submit-dialog .upload-zone:hover{border-color:var(--signal);background:#ffffffb8;transform:translateY(-1px)}.jr-upload-icon,.jr-cover-icon{display:grid!important;width:52px;height:52px;margin:0 0 4px!important;place-items:center;border:1px solid rgba(75,150,255,.18);border-radius:50%;color:var(--signal)!important;background:var(--accent-subtle)}.jr-upload-icon svg,.jr-cover-icon svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}body[data-direction=street] .submit-dialog .upload-title,body[data-direction=street] .submit-dialog .cover-upload>span:not(.jr-cover-icon){color:var(--text1);font:700 15px/1.5 var(--font-zh)}body[data-direction=street] .submit-dialog .upload-meta,body[data-direction=street] .submit-dialog .cover-upload small{max-width:520px;margin:0;color:var(--text3);font:500 12px/1.6 var(--font-zh)}body[data-direction=street] .submit-dialog .video-upload-progress{margin-top:14px;padding:14px 16px;border:1px solid var(--border);border-radius:var(--radius-control);background:var(--glass-strong);box-shadow:inset 0 1px #ffffffb8}body[data-direction=street] .submit-dialog .video-progress-copy{display:flex;align-items:center;justify-content:space-between;gap:16px;color:var(--text2);font:700 12px/1.5 var(--font-zh)}body[data-direction=street] .submit-dialog .video-progress-copy strong{color:var(--text1);font-family:var(--font-body)}body[data-direction=street] .submit-dialog .video-progress-track{height:8px;margin-top:10px;overflow:hidden;border-radius:var(--radius-pill);background:var(--surface3)}body[data-direction=street] .submit-dialog .video-progress-track i{display:block;height:100%;border-radius:inherit;background:var(--action-gradient)}body[data-direction=street] .submit-dialog .video-upload-progress.is-complete{border-color:#168a6547;background:var(--success-bg)}body[data-direction=street] .submit-dialog .video-upload-progress.is-error{border-color:#dc3f4b57;background:var(--error-bg)}body[data-direction=street] .submit-dialog .video-upload-progress.is-error .video-progress-track i{background:var(--error)}body[data-direction=street] .submit-dialog .video-preview{overflow:hidden;border:1px solid var(--border-visible);border-radius:var(--radius-component);background:#050a14;box-shadow:var(--shadow-1)}body[data-direction=street] .submit-dialog .video-preview video{display:block;width:100%;aspect-ratio:16 / 9;object-fit:contain;background:#050a14}body[data-direction=street] .submit-dialog .video-preview-footer{padding:14px 16px;display:flex;align-items:center;justify-content:space-between;gap:18px;border-top:1px solid rgba(255,255,255,.12);background:#0f172a}body[data-direction=street] .submit-dialog .video-preview-footer strong{color:#fff;font:700 13px/1.5 var(--font-zh)}body[data-direction=street] .submit-dialog .video-preview-footer span{color:#94a3b8;font:500 11px/1.5 var(--font-zh)}body[data-direction=street] .submit-dialog .video-specs{margin-top:16px;padding:14px 16px;display:flex;align-items:center;gap:14px;border:0;border-radius:var(--radius-control);color:var(--text2);background:var(--surface2);opacity:1;white-space:nowrap}body[data-direction=street] .submit-dialog .video-specs>strong{flex:0 0 auto;margin:0;color:var(--text1);font:700 12px/1.5 var(--font-zh)}body[data-direction=street] .submit-dialog .video-specs ul{display:flex;align-items:center;flex-wrap:wrap;gap:4px 0;margin:0;padding:0;background:transparent;list-style:none}body[data-direction=street] .submit-dialog .video-specs li{position:relative;padding:0 10px;color:var(--text2);background:transparent;font:500 11px/1.5 var(--font-zh)}body[data-direction=street] .submit-dialog .video-specs li:first-child{padding-left:0}body[data-direction=street] .submit-dialog .video-specs li+li:before{content:"";position:absolute;left:0;top:3px;width:1px;height:12px;background:var(--border-visible)}body[data-direction=street] .submit-dialog .video-specs li span{display:inline;margin:0 4px 0 0;color:var(--text3);font:500 10px/1.5 var(--font-zh)}body[data-direction=street] .submit-dialog .upload-controls{display:flex;justify-content:flex-end;gap:14px;margin-top:10px}body[data-direction=street] .submit-dialog .text-button{min-height:36px;padding:0 10px;border:0;border-radius:var(--radius-pill);color:var(--text2);background:transparent;font:700 12px/1 var(--font-zh);cursor:pointer}body[data-direction=street] .submit-dialog .text-button:hover{color:var(--text1);background:var(--surface2)}body[data-direction=street] .submit-dialog .danger-link{color:var(--error)}body[data-direction=street] .submit-dialog .danger-link:hover{color:var(--error);background:var(--error-bg)}body[data-direction=street] .submit-dialog .tag-hint{margin:4px 0 12px}body[data-direction=street] .submit-dialog .tag-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}body[data-direction=street] .submit-dialog .tag-options label{position:relative;margin:0}body[data-direction=street] .submit-dialog .tag-options input{position:absolute;inset:0;z-index:2;width:100%;height:100%;margin:0;opacity:0;cursor:pointer}body[data-direction=street] .submit-dialog .tag-options span{min-height:42px;padding:0 12px;display:flex;align-items:center;justify-content:center;border:1px solid var(--border-visible);border-radius:var(--radius-pill);color:var(--text2);background:var(--surface2);font:700 12px/1 var(--font-zh);transition:color var(--duration-fast) var(--ease-fast),border-color var(--duration-fast) var(--ease-fast),background var(--duration-fast) var(--ease-fast),transform var(--duration-fast) var(--ease-fast),opacity var(--duration-fast) var(--ease-fast)}body[data-direction=street] .submit-dialog .tag-options label:hover span{color:var(--text1);border-color:#bad8ff;transform:translateY(-1px)}body[data-direction=street] .submit-dialog .tag-options input:checked+span{color:var(--accent);border-color:#bad8ff;background:var(--accent-subtle);box-shadow:inset 0 1px #ffffffc2}body[data-direction=street] .submit-dialog .tag-options input:focus-visible+span{outline:0;box-shadow:0 0 0 3px #4b96ff3d}body[data-direction=street] .submit-dialog .tag-options label.is-at-limit span{opacity:.4;transform:none}body[data-direction=street] .submit-dialog .intro-control{position:relative}body[data-direction=street] .submit-dialog .intro-control textarea{display:block;padding-bottom:42px}body[data-direction=street] .submit-dialog .intro-control #intro-count{position:absolute;right:16px;bottom:12px;padding:5px 8px;border:1px solid var(--border);border-radius:var(--radius-pill);color:var(--text3);background:var(--surface2);font:500 11px/1 var(--font-body)}body[data-direction=street] .submit-dialog .optional{display:inline-flex;min-height:24px;margin-left:6px;padding:0 8px;align-items:center;border-radius:var(--radius-pill);color:var(--text3);background:var(--surface2);font:700 10px/1 var(--font-zh)}body[data-direction=street] .submit-dialog .cover-upload{min-height:180px;aspect-ratio:auto}body[data-direction=street] .submit-dialog .cover-upload.has-cover{border-style:solid;background-size:cover;background-position:center}body[data-direction=street] .submit-dialog .cover-upload.has-cover:before{content:"";position:absolute;inset:0;z-index:0;background:linear-gradient(180deg,#050a1414,#050a1494);pointer-events:none}body[data-direction=street] .submit-dialog .cover-upload.has-cover:after{content:"点击图片可更换封面";position:absolute;right:14px;bottom:12px;z-index:1;color:#ffffffd1;font:500 11px/1.4 var(--font-zh)}body[data-direction=street] .submit-dialog .cover-upload.has-cover>span,body[data-direction=street] .submit-dialog .cover-upload.has-cover>small{position:relative;z-index:1;color:#fff;text-shadow:0 2px 12px rgba(5,10,20,.48)}body[data-direction=street] .submit-dialog .cover-upload.has-cover .jr-cover-icon{display:none!important}body[data-direction=street] .submit-dialog .check-row{display:flex;gap:12px;align-items:flex-start;margin:0;color:var(--text2);font:500 14px/1.7 var(--font-zh)}body[data-direction=street] .submit-dialog .check-row input{position:relative;flex:0 0 auto;width:20px;height:20px;margin:2px 0 0;appearance:none;-webkit-appearance:none;border:1.5px solid var(--border-visible);border-radius:var(--radius-element);background:var(--surface1);cursor:pointer}body[data-direction=street] .submit-dialog .check-row input:after{content:"";position:absolute;left:5px;top:3px;width:7px;height:4px;border-left:2px solid #fff;border-bottom:2px solid #fff;opacity:0;transform:rotate(-45deg) scale(.7);transition:opacity var(--duration-fast) var(--ease-fast),transform var(--duration-fast) var(--ease-fast)}body[data-direction=street] .submit-dialog .check-row input:checked:after{opacity:1;transform:rotate(-45deg) scale(1)}body[data-direction=street] .submit-dialog .check-row input:focus-visible{outline:0;box-shadow:0 0 0 3px #4b96ff3d}body[data-direction=street] .submit-dialog .agreement-link{color:var(--text1);font-weight:700;text-decoration:underline;text-decoration-color:#bad8ff;text-underline-offset:4px}body[data-direction=street] .submit-dialog .field-error{display:none;margin:8px 0 0;color:var(--error);font:700 12px/1.6 var(--font-zh)}body[data-direction=street] .submit-dialog .field-error:not(:empty){display:flex;align-items:flex-start;gap:7px}body[data-direction=street] .submit-dialog .field-error:not(:empty):before{content:"";flex:0 0 auto;width:6px;height:6px;margin-top:6px;border-radius:50%;background:var(--error)}body[data-direction=street] .submit-dialog .has-error input:not([type=checkbox]):not([type=file]),body[data-direction=street] .submit-dialog .has-error textarea,body[data-direction=street] .submit-dialog .has-error .upload-zone{border-color:var(--error);background:#fff0f1b8;box-shadow:0 0 0 3px #dc3f4b1a}body[data-direction=street] .submit-dialog .has-error .tag-options{padding:8px;outline:0;border:1px solid rgba(220,63,75,.36);border-radius:var(--radius-control);background:#fff0f18a}body[data-direction=street] .submit-dialog .has-error .check-row{color:var(--error)}body[data-direction=street] .submit-dialog .has-error .check-row input{border-color:var(--error);background:var(--error-bg)}body[data-direction=street] .submit-dialog .form-error{min-height:0;margin:12px 0 0;color:var(--error);font:700 13px/1.6 var(--font-zh)}body[data-direction=street] .submit-dialog .form-error:not(:empty){padding:12px 14px;border:1px solid rgba(220,63,75,.18);border-radius:var(--radius-control);background:var(--error-bg)}body[data-direction=street] .submit-dialog .form-actions{position:sticky;z-index:3;bottom:-40px;margin:36px -56px -40px;padding:16px 56px 20px;display:flex;align-items:center;justify-content:flex-end;gap:12px;border-top:1px solid rgba(214,224,238,.8);background:#f8faffd6;-webkit-backdrop-filter:blur(18px) saturate(145%);backdrop-filter:blur(18px) saturate(145%)}body[data-direction=street] .submit-dialog .form-actions .button{min-height:48px;padding:0 24px;border:0;border-radius:var(--radius-pill);color:#fff;background:var(--action-gradient);box-shadow:none;font:700 14px/1 var(--font-zh);cursor:pointer;transition:transform var(--duration-fast) var(--ease-fast),background var(--duration-fast) var(--ease-fast),box-shadow var(--duration-fast) var(--ease-fast)}body[data-direction=street] .submit-dialog .form-actions .button:hover{background:var(--action-gradient-hover);transform:translateY(-2px)}body[data-direction=street] .submit-dialog .form-actions .button:active{transform:translateY(0) scale(.98)}body[data-direction=street] .submit-dialog .form-actions .button:focus-visible{outline:0;box-shadow:0 0 0 3px #4b96ff3d}body[data-direction=street] .submit-dialog .form-actions .button-ghost{border:1px solid var(--border-visible);color:var(--text1);background:var(--glass-strong);box-shadow:inset 0 1px #ffffffb8}body[data-direction=street] .submit-dialog .form-actions .button-ghost:hover{border-color:#bad8ff;background:var(--surface1);transform:translateY(-1px)}body[data-direction=street] .submit-dialog .step-back-button{margin-right:auto}body[data-direction=street] .submit-dialog button:disabled,body[data-direction=street] .submit-dialog input:disabled,body[data-direction=street] .submit-dialog label.is-at-limit{opacity:.4;cursor:not-allowed}@keyframes jr-submit-enter{0%{opacity:0;transform:translateY(16px) scale(.985)}to{opacity:1;transform:none}}@media(max-width:900px){body[data-direction=street] .submit-dialog{width:min(760px,calc(100% - 32px));height:calc(100dvh - 32px)}body[data-direction=street] .submit-dialog .dialog-view{padding:32px}body[data-direction=street] .submit-dialog .form-actions{bottom:-32px;margin:32px -32px -32px;padding:16px 32px 18px}body[data-direction=street] .submit-dialog .video-specs{align-items:flex-start;white-space:normal}}@media(max-width:767px){body[data-direction=street] .submit-dialog{width:calc(100% - 24px);height:calc(100dvh - 24px);margin:12px;border-radius:var(--radius-container)}body[data-direction=street] .submit-dialog .dialog-header{min-height:84px;padding:16px 20px 12px}body[data-direction=street] .submit-dialog .dialog-header h2{margin-top:7px;font-size:21px}body[data-direction=street] .submit-dialog .close-button{width:36px;height:36px;min-width:36px}body[data-direction=street] .submit-dialog .dialog-progress{min-height:46px;margin:0 16px 14px}body[data-direction=street] .submit-dialog .dialog-progress span{min-height:36px;padding:0 8px;font-size:11px}body[data-direction=street] .submit-dialog .dialog-view{padding:24px 16px}body[data-direction=street] .submit-dialog .two-col{grid-template-columns:1fr;gap:0}body[data-direction=street] .submit-dialog .two-span{grid-column:auto}body[data-direction=street] .submit-dialog .avatar-field{align-items:center;padding:14px}body[data-direction=street] .submit-dialog .avatar-large{width:56px;height:56px}body[data-direction=street] .submit-dialog legend{font-size:19px}body[data-direction=street] .submit-dialog .tag-options{grid-template-columns:repeat(2,minmax(0,1fr))}body[data-direction=street] .submit-dialog .upload-zone,body[data-direction=street] .submit-dialog .cover-upload{min-height:170px;padding:22px 16px}body[data-direction=street] .submit-dialog .video-specs{display:block}body[data-direction=street] .submit-dialog .video-specs>strong{display:block;margin-bottom:6px}body[data-direction=street] .submit-dialog .video-specs li{padding-right:8px;padding-left:8px}body[data-direction=street] .submit-dialog .form-actions{position:sticky;left:auto;right:auto;bottom:-24px;margin:28px -16px -24px;padding:14px 16px max(14px,env(safe-area-inset-bottom))}body[data-direction=street] .submit-dialog .form-actions .button{flex:1;padding-inline:16px}body[data-direction=street] .submit-dialog .submit-step[data-submit-step=work] .form-actions{flex-wrap:wrap}body[data-direction=street] .submit-dialog .submit-step[data-submit-step=work] .step-back-button{flex:1 0 100%;min-height:34px;padding:0 4px;text-align:left}}@media(max-width:480px){.jr-submit-kicker{font-size:9px}body[data-direction=street] .submit-dialog .dialog-progress span{gap:6px}body[data-direction=street] .submit-dialog .dialog-progress span.is-active:before{width:6px;height:6px}body[data-direction=street] .submit-dialog .avatar-field{align-items:flex-start}body[data-direction=street] .submit-dialog .field{margin-top:18px}}@media(prefers-reduced-motion:reduce){body[data-direction=street] .submit-dialog[open]{animation:none}body[data-direction=street] .submit-dialog .upload-zone:hover,body[data-direction=street] .submit-dialog .cover-upload:hover,body[data-direction=street] .submit-dialog .form-actions .button:hover{transform:none}}body[data-direction=street] :is(#confirm-dialog,#delete-draft-dialog){width:min(460px,calc(100% - 32px));margin:auto;padding:0;overflow:hidden;border:1px solid var(--glass-border);border-radius:var(--radius-container);color:var(--text1);background:var(--glass-strong);box-shadow:var(--shadow-3);-webkit-backdrop-filter:blur(var(--glass-blur)) saturate(var(--glass-saturation));backdrop-filter:blur(var(--glass-blur)) saturate(var(--glass-saturation))}body[data-direction=street] :is(#confirm-dialog,#delete-draft-dialog)::backdrop{background:#e1eaf857;-webkit-backdrop-filter:blur(22px) saturate(116%);backdrop-filter:blur(22px) saturate(116%)}body[data-direction=street] :is(#confirm-dialog,#delete-draft-dialog) .confirm-box{padding:40px 36px 34px;text-align:center}body[data-direction=street] :is(#confirm-dialog,#delete-draft-dialog) .confirm-mark{width:52px;height:52px;margin:0 auto 20px;display:grid;place-items:center;border:1px solid rgb(190 122 18 / .28);border-radius:50%;color:var(--warning);background:var(--warning-bg);box-shadow:inset 0 1px #ffffffc7;font:700 18px/1 var(--font-mono)}body[data-direction=street] :is(#confirm-dialog,#delete-draft-dialog) h2{margin:0;color:var(--text1);font:800 26px/1.3 var(--font-zh);letter-spacing:-.02em}body[data-direction=street] :is(#confirm-dialog,#delete-draft-dialog) p{margin:10px 0 0;color:var(--text2);font:500 14px/1.65 var(--font-zh)}body[data-direction=street] :is(#confirm-dialog,#delete-draft-dialog) .confirm-actions{display:flex;justify-content:center;gap:10px;margin-top:28px}body[data-direction=street] :is(#confirm-dialog,#delete-draft-dialog) .button{min-height:46px;padding:0 22px;border:0;border-radius:var(--radius-pill);color:#fff;background:var(--action-gradient);box-shadow:none;font:700 14px/1 var(--font-zh)}body[data-direction=street] :is(#confirm-dialog,#delete-draft-dialog) .button:hover{background:var(--action-gradient-hover);transform:translateY(-1px)}body[data-direction=street] :is(#confirm-dialog,#delete-draft-dialog) .button-ghost{border:1px solid var(--border-visible);color:var(--text1);background:var(--glass-strong);box-shadow:inset 0 1px #ffffffb8}body[data-direction=street] :is(#confirm-dialog,#delete-draft-dialog) .button-ghost:hover{border-color:#bad8ff;color:var(--text1);background:var(--surface1)}body[data-direction=street] :is(#confirm-dialog,#delete-draft-dialog) .button:focus-visible{outline:0;box-shadow:0 0 0 3px #4b96ff3d}@media(max-width:480px){body[data-direction=street] :is(#confirm-dialog,#delete-draft-dialog) .confirm-box{padding:32px 20px 24px}body[data-direction=street] :is(#confirm-dialog,#delete-draft-dialog) .confirm-actions{flex-direction:column-reverse}body[data-direction=street] :is(#confirm-dialog,#delete-draft-dialog) .button{width:100%}}body[data-direction=street] #work-form{--form-error: var(--error);--form-error-rgb: 220 63 75}body[data-direction=street] #work-form .field-error,body[data-direction=street] #work-form .form-error{min-height:0;color:var(--error);font-family:var(--font-zh);font-weight:700;letter-spacing:0}body[data-direction=street] #work-form .field-error:not(:empty),body[data-direction=street] #work-form .form-error:not(:empty){position:relative;display:flex;align-items:flex-start;border:1px solid rgb(var(--form-error-rgb) / .18);border-radius:var(--radius-control);color:var(--error);background:var(--error-bg);box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none}body[data-direction=street] #work-form .field-error:not(:empty){margin-top:8px;padding:8px 10px 8px 30px;font-size:12px;line-height:1.55}body[data-direction=street] #work-form .form-error:not(:empty){margin-top:14px;padding:11px 14px 11px 38px;font-size:13px;line-height:1.55}body[data-direction=street] #work-form .field-error:not(:empty):before,body[data-direction=street] #work-form .form-error:not(:empty):before{content:"!";position:absolute;display:grid;place-items:center;border:1px solid rgb(var(--form-error-rgb) / .32);border-radius:50%;color:var(--error);background:rgb(var(--form-error-rgb) / .08);font-family:var(--font-mono);font-weight:700;line-height:1}body[data-direction=street] #work-form .field-error:not(:empty):before{top:9px;left:10px;width:14px;height:14px;font-size:9px}body[data-direction=street] #work-form .form-error:not(:empty):before{top:11px;left:13px;width:18px;height:18px;font-size:11px}body[data-direction=street] #work-form .has-error>label,body[data-direction=street] #work-form fieldset.has-error>legend,body[data-direction=street] #work-form .has-error>.field-label{color:var(--error)}body[data-direction=street] #work-form .has-error input:not([type=checkbox]):not([type=file]),body[data-direction=street] #work-form .has-error textarea,body[data-direction=street] #work-form input[aria-invalid=true],body[data-direction=street] #work-form textarea[aria-invalid=true],body[data-direction=street] #work-form .has-error .upload-zone{border-color:var(--error);color:var(--text1);background:#fff0f1d1;box-shadow:0 0 0 3px rgb(var(--form-error-rgb) / .1)}body[data-direction=street] #work-form .has-error input:not([type=checkbox]):not([type=file]):focus,body[data-direction=street] #work-form .has-error textarea:focus,body[data-direction=street] #work-form input[aria-invalid=true]:focus,body[data-direction=street] #work-form textarea[aria-invalid=true]:focus{border-color:var(--error);background:#fff7f8f0;box-shadow:0 0 0 3px rgb(var(--form-error-rgb) / .14);outline:none}body[data-direction=street] #work-form .has-error .tag-options{padding:8px;border:1px solid rgb(var(--form-error-rgb) / .3);border-radius:var(--radius-control);outline:0;background:#fff0f18f;box-shadow:none}body[data-direction=street] #work-form .has-error .tag-options span{border-color:rgb(var(--form-error-rgb) / .3)}body[data-direction=street] #work-form .has-error .check-row{padding:12px 14px;border:1px solid rgb(var(--form-error-rgb) / .28);border-radius:var(--radius-control);color:var(--error);background:var(--error-bg);box-shadow:none}body[data-direction=street] #work-form .has-error .check-row input{border-color:var(--error);background:var(--error-bg);accent-color:var(--error)}body[data-direction=street] #work-form [data-validation-region=video].has-error .video-specs,body[data-direction=street] #work-form [data-validation-region=video].has-error .video-upload-progress{border-color:rgb(var(--form-error-rgb) / .2);background:var(--error-bg)}body[data-direction=street] .jr-home .jr-hero:before{background:linear-gradient(90deg,#f8faff05 0 43%,#f8faff33 58%,#f8faffa8)}.jr-hero-bg{object-position:72% center;transform:scale(1.01);transform-origin:center}.jr-hero h1{display:block;width:min(100%,500px);max-width:none;margin-top:20px;line-height:0}.jr-hero-title-art{display:block;width:100%;height:auto;filter:drop-shadow(0 16px 30px rgba(52,62,150,.08))}.jr-hero-meta{width:max-content;max-width:100%;grid-template-columns:1fr;gap:0;margin-top:18px!important}.jr-hero-meta .jr-date-focus{padding-left:0}.jr-hero-meta .jr-date-focus:before{content:none}@media(min-width:1600px){.jr-hero-bg{object-position:72% center;transform:scale(1.01)}.jr-hero h1{width:min(100%,540px)}}@media(max-width:1199px){.jr-hero-bg{object-position:68% center;transform:scale(1.01)}.jr-hero h1{width:min(100%,440px)}}@media(max-width:767px){body[data-direction=street] .jr-home .jr-hero:before{background:linear-gradient(180deg,#f8faffcc 0 45%,#f8faff66 70%,#f8faffb3)}.jr-hero-bg{object-position:62% center;opacity:.74}.jr-hero h1{width:min(94vw,430px);margin-top:18px}.jr-hero-meta{width:100%;margin-top:20px!important}}.jr-hero-copy{--hero-title-width: min(100%, 500px)}.jr-hero h1{width:var(--hero-title-width);margin-top:0}.jr-hero-meta,.jr-hero-actions{margin-left:min(5%,25px)!important}.jr-header .jr-brand{min-width:0;flex-shrink:1}.jr-header .jr-header-logo{width:clamp(230px,26vw,340px);max-width:100%;height:auto;object-fit:contain}.jr-home .jr-partners{grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;padding:12px 24px;background:#ffffff61;border-color:#ffffff70;box-shadow:0 8px 24px #284c910f;backdrop-filter:blur(12px) saturate(120%);-webkit-backdrop-filter:blur(12px) saturate(120%)}.jr-home .jr-partner-item,.jr-home .jr-partner-item:first-child,.jr-home .jr-partner-item:last-child{display:flex;flex-direction:column;align-items:center;justify-content:center;justify-self:stretch;min-height:54px;padding:0;gap:9px;text-align:center}.jr-home .jr-partner-item img{max-width:100%;object-fit:contain}.jr-home .jr-partner-item .jr-hujing-logo{height:24px}.jr-home .jr-partner-item .jr-youku-logo,.jr-home .jr-partner-item .jr-damai-logo{height:18px}.jr-home .jr-partner-item .jr-tapnow-logo{height:21px}.jr-header .jr-user-identity strong{font-size:13px;letter-spacing:0}@media(min-width:1600px){.jr-hero-bg{object-position:77% center;transform:translate(-1.25vw) scale(1.04)}.jr-hero-copy{--hero-title-width: min(100%, 540px)}.jr-hero-meta,.jr-hero-actions{margin-left:27px!important}}@media(max-width:1199px){.jr-hero-copy{--hero-title-width: min(100%, 440px)}}@media(max-width:767px){.jr-header .jr-header-logo{width:min(54vw,270px)}.jr-hero-copy{--hero-title-width: min(100%, 430px)}.jr-hero-meta,.jr-hero-actions{margin-left:5%!important;max-width:95%}.jr-home .jr-partners{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 24px;padding:16px 24px}.jr-home .jr-partner-item.jr-partner-host{padding:0!important}.jr-home .jr-partner-item>span{font-size:10px}.jr-home .jr-partner-item .jr-hujing-logo{height:22px}}.jr-home .jr-hero-meta .jr-date-focus{display:flex;align-items:center;gap:16px}.jr-home .jr-hero-meta .jr-date-focus dt,.jr-home .jr-hero-meta .jr-date-focus dd{align-self:center;margin:0}.jr-home .jr-hero-meta .jr-date-focus dt{flex:0 0 auto;font-size:13px;white-space:nowrap}.jr-home .jr-hero-meta .jr-date-focus strong{font-size:36px}.jr-home .jr-hero-actions{margin-top:28px;gap:20px}.jr-home .jr-hero .jr-primary{min-width:228px;min-height:60px;padding:0 32px;gap:20px;font-size:18px;font-weight:800;background:linear-gradient(115deg,#2966e8,#1846b8 45%,#142654)!important;box-shadow:inset 0 1px #ffffff3d,0 10px 26px #1c48b23d}.jr-home .jr-hero .jr-primary:after{opacity:.26}.jr-home .jr-hero .jr-primary:hover{transform:translateY(-2px);box-shadow:inset 0 1px #ffffff4d,0 14px 30px #1c48b252}.jr-home .jr-hero .jr-primary:focus-visible{outline:3px solid #396de2;outline-offset:4px}.jr-home .jr-hero .jr-secondary{padding:0 8px;border-color:transparent;background:transparent;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none;font-weight:500}.jr-home .jr-hero .jr-secondary:hover{text-decoration:underline;text-underline-offset:5px}@media(max-width:1199px){.jr-home .jr-hero-meta .jr-date-focus{gap:12px}.jr-home .jr-hero-meta .jr-date-focus strong{font-size:30px}.jr-home .jr-hero .jr-primary{min-width:210px}.jr-home .jr-hero-actions{gap:14px}}@media(max-width:767px){.jr-home .jr-hero-meta .jr-date-focus{gap:10px}.jr-home .jr-hero-meta .jr-date-focus dt{font-size:12px}.jr-home .jr-hero-meta .jr-date-focus strong{font-size:clamp(24px,7vw,30px)}.jr-home .jr-hero .jr-primary{min-width:0;width:100%}.jr-home .jr-hero-actions{gap:8px}}.jr-home .jr-hero h1{width:min(90%,450px)}@media(min-width:1600px){.jr-home .jr-hero h1{width:min(90%,486px)}}@media(max-width:1199px){.jr-home .jr-hero h1{width:min(90%,396px)}}@media(max-width:767px){.jr-home .jr-hero h1{width:min(90%,387px)}}.jr-home .jr-hero .jr-primary,.jr-home .jr-hero .jr-primary:hover{min-height:48px;height:48px;padding:0 24px;gap:16px;border:0;border-radius:999px;background:var(--action-gradient)!important;color:#fff!important;font:700 14px/1 var(--font-zh);letter-spacing:0;transform:none;box-shadow:none}.jr-home .jr-hero .jr-primary:before{content:none;animation:none}.jr-home .jr-hero .jr-primary:after{opacity:0;transition:opacity .26s cubic-bezier(.16,1,.3,1),transform .26s cubic-bezier(.16,1,.3,1)}.jr-home .jr-hero .jr-secondary{min-height:40px;color:var(--text2)!important;font:700 14px/1 var(--font-zh)}@media(hover:hover)and (pointer:fine){.jr-home .jr-hero .jr-primary:not(:disabled):hover{background:var(--action-gradient-hover)!important;transform:translateY(-2px)}.jr-home .jr-hero .jr-primary:not(:disabled):hover:after{opacity:.72;transform:translateY(5px) scale(1.04)}.jr-home .jr-hero .jr-primary:not(:disabled):active:after{opacity:.34}}.jr-home .jr-hero .jr-primary:not(:disabled):active{transform:translateY(0) scale(.98)}.jr-home .jr-hero .jr-primary:focus-visible{outline:0;box-shadow:0 0 0 3px #4b96ff3d}.jr-home .jr-hero .jr-primary:disabled{opacity:.4;transform:none;box-shadow:none}.jr-home .jr-hero .jr-primary:disabled:after{opacity:0}@media(prefers-reduced-motion:reduce){.jr-home .jr-hero .jr-primary,.jr-home .jr-hero .jr-primary:after{transition-duration:80ms}.jr-home .jr-hero .jr-primary:not(:disabled):hover,.jr-home .jr-hero .jr-primary:not(:disabled):active{transform:none}}@media(min-width:768px){body[data-direction=street] .jr-home .jr-hero{min-height:760px;padding:88px 0 40px}.jr-home .jr-hero-grid{min-height:550px}.jr-home .jr-hero-copy{position:relative;left:-24px;padding:24px 0 16px}.jr-home .jr-hero-bg{top:-20px}}@media(min-width:768px)and (max-height:800px){body[data-direction=street] .jr-home .jr-hero{min-height:700px;padding-bottom:24px}.jr-home .jr-hero-grid{min-height:500px}.jr-home .jr-hero-copy{padding-top:12px;padding-bottom:12px}}.jr-home .jr-hero-meta .jr-date-focus dd{align-items:center;gap:8px}.jr-home .jr-hero-meta .jr-date-focus dd>span{display:inline-flex;align-items:center;justify-content:center;align-self:center;width:16px;height:1em;color:var(--text1);font:400 26px/1 Arial,sans-serif;letter-spacing:0}@media(max-width:767px){.jr-home .jr-hero-meta .jr-date-focus dd>span{width:12px;font-size:22px}}.jr-awards-primary-grid{display:grid;grid-template-columns:minmax(0,5fr) minmax(0,7fr);gap:24px;align-items:stretch}.jr-awards-primary-grid>.jr-award-tier{min-width:0;grid-template-rows:auto 1fr}.jr-award-tier-core{position:relative}.jr-award-tier-core:before{content:"";position:absolute;z-index:-1;inset:70px 0 -22px;border-radius:38%;pointer-events:none;background:radial-gradient(circle at 76% 42%,rgba(75,150,255,.23),transparent 34%),radial-gradient(circle at 40% 82%,rgba(237,91,203,.13),transparent 42%);filter:blur(20px)}.jr-award-tier-core .jr-core-awards,.jr-award-tier-core .jr-core-award{height:100%}.jr-award-tier-core .jr-core-award{min-height:530px;padding:34px 34px 32px;grid-template-columns:minmax(190px,.95fr) minmax(225px,1.05fr);grid-template-rows:auto 1fr auto;column-gap:8px;color:var(--text1);border-color:#ffffffdb;background:#ffffffad;box-shadow:var(--shadow-2);-webkit-backdrop-filter:blur(18px) saturate(var(--glass-saturation));backdrop-filter:blur(18px) saturate(var(--glass-saturation))}.jr-award-tier-core .jr-core-award:after{content:none}.jr-award-tier-core .jr-award-icon{width:34px;height:34px;color:#1747b5}.jr-award-tier-core .jr-award-icon svg{width:32px;height:32px}.jr-award-tier-core .jr-award-sequence{color:var(--text3)}.jr-award-tier-core .jr-award-card-head{grid-column:1;grid-row:1}.jr-award-tier-core .jr-core-award>h3{grid-column:1;grid-row:2;align-self:end;max-width:8em;margin:0 0 24px;color:var(--text1);font-size:clamp(30px,2.3vw,36px);line-height:1.16;white-space:nowrap}.jr-award-tier-core .jr-award-metrics{grid-column:1;grid-row:3;align-self:end;padding:0;grid-template-columns:1fr;gap:16px;border:0}.jr-award-tier-core .jr-award-metrics div{align-content:initial;gap:5px}.jr-award-tier-core .jr-award-metrics dt{color:var(--text3)}.jr-award-tier-core .jr-award-metrics dd{color:var(--text1)}.jr-award-tier-core .jr-award-metrics dd strong{color:var(--text1);font-size:clamp(48px,4.7vw,72px);line-height:.94;text-shadow:none}.jr-award-tier-core .jr-award-metrics div:last-child dd strong{font-size:clamp(76px,7.2vw,112px);line-height:.82}.jr-award-tier-core .jr-award-metrics dd span{color:var(--text2)}.jr-grand-trophy{width:min(100%,390px);max-height:440px;grid-column:2;grid-row:1 / -1;align-self:center;justify-self:center;object-fit:contain;filter:drop-shadow(0 18px 28px rgba(40,71,145,.18))}.jr-award-tier-special .jr-special-awards{height:100%;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:174px repeat(2,minmax(154px,1fr));grid-auto-flow:row;gap:16px}.jr-award-tier-special .jr-special-award,.jr-award-tier-special .jr-special-award-lead{grid-column:auto;grid-row:auto;min-height:0;padding:22px 24px;display:grid;grid-template-columns:1fr;grid-template-rows:auto 1fr;gap:16px;align-items:stretch;align-content:space-between;background:#ffffff7a;box-shadow:var(--shadow-1)}.jr-award-tier-special .jr-special-award-lead{grid-column:1 / -1;padding:26px 28px;grid-template-columns:minmax(0,1fr) auto;grid-template-rows:auto auto;align-content:center;background:#ffffffad;box-shadow:var(--shadow-2);-webkit-backdrop-filter:blur(18px) saturate(var(--glass-saturation));backdrop-filter:blur(18px) saturate(var(--glass-saturation))}.jr-award-tier-special .jr-special-award:not(.jr-special-award-lead) .jr-special-copy{grid-column:1;align-self:start}.jr-award-tier-special .jr-special-award:not(.jr-special-award-lead) dl{align-self:end;padding-top:16px;border-top:1px solid var(--border)}.jr-special-award-lead .jr-special-copy{grid-column:1;grid-row:1;align-self:center}.jr-special-award-lead .jr-special-copy h3{margin-top:0;font-size:clamp(20px,1.8vw,26px)}.jr-special-award-lead>p{grid-column:1;grid-row:2;max-width:none;margin:8px 0 0 49px}.jr-special-award-lead dl{width:auto;grid-column:2;grid-row:1 / -1;align-self:center;padding-top:0;border-top:0}.jr-special-award-lead dd{margin-top:0}.jr-award-tier-incentive .jr-incentive-awards{background:#ffffff4d;box-shadow:none}@media(hover:hover)and (pointer:fine){.jr-award-tier-core .jr-core-award,.jr-award-tier-special .jr-special-award{transition:transform var(--duration-fast) var(--ease-fast),border-color var(--duration-fast) var(--ease-fast),box-shadow var(--duration-fast) var(--ease-fast)}.jr-award-tier-core .jr-core-award:hover,.jr-award-tier-special .jr-special-award:hover{transform:translateY(-1px);border-color:#4b96ff47;box-shadow:var(--shadow-2)}}@media(max-width:1199px){.jr-awards-primary-grid{grid-template-columns:1fr;gap:48px}.jr-award-tier-core .jr-core-award{min-height:460px;grid-template-columns:minmax(220px,.8fr) minmax(360px,1.2fr)}.jr-award-tier-special .jr-special-awards{grid-template-rows:166px repeat(2,164px)}}@media(max-width:767px){.jr-awards-primary-grid{gap:42px}.jr-award-tier-core .jr-core-award{min-height:0;padding:24px;grid-template-columns:1fr;grid-template-rows:auto auto auto auto}.jr-award-tier-core .jr-core-award>h3{grid-column:1;grid-row:2;margin:26px 0 0;font-size:32px;white-space:normal}.jr-grand-trophy{width:min(88%,320px);max-height:290px;margin:-2px auto -14px;grid-column:1;grid-row:3}.jr-award-tier-core .jr-award-metrics{grid-column:1;grid-row:4;padding-top:18px;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid var(--border)}.jr-award-tier-core .jr-award-metrics div:last-child dd strong{font-size:clamp(56px,18vw,80px)}.jr-award-tier-special .jr-special-awards{height:auto;grid-template-columns:1fr;grid-template-rows:auto;gap:14px}.jr-award-tier-special .jr-special-award,.jr-award-tier-special .jr-special-award-lead{grid-column:1;min-height:0;padding:20px 18px}.jr-award-tier-special .jr-special-award-lead{grid-template-columns:1fr}.jr-special-award-lead>p{margin-left:40px}.jr-special-award-lead dl{width:100%;grid-column:1;grid-row:3;margin-top:16px;padding-top:16px;border-top:1px solid var(--border)}}@media(prefers-reduced-motion:reduce){.jr-award-tier-core .jr-core-award,.jr-award-tier-special .jr-special-award{transition:none}}.jr-awards-heading{margin-bottom:52px}.jr-awards-heading>p:last-child{max-width:none;margin-top:14px;white-space:nowrap}.jr-awards-stack{gap:64px}.jr-tier-heading{align-items:center;gap:12px}.jr-tier-heading>.jr-tier-mark,.jr-award-tier-core .jr-tier-heading>.jr-tier-mark,.jr-award-tier-incentive .jr-tier-heading>.jr-tier-mark{width:38px;min-width:38px;height:38px;padding:0;border:1px solid rgba(75,150,255,.18);border-radius:12px;color:#1747b5;background:#ffffffad;box-shadow:0 7px 22px #1557db14,inset 0 1px #ffffffd1;font:400 20px/1 Phosphor}.jr-award-tier-incentive .jr-tier-heading>.jr-tier-mark{color:var(--text3);border-color:var(--border);background:#fff6;box-shadow:none}.jr-tier-heading div{gap:0}.jr-tier-heading h3{font-size:22px}.jr-award-tier-core .jr-core-award{isolation:isolate;min-height:550px;background:#ffffff94}.jr-award-tier-core .jr-core-award>.jr-grand-light-field{position:absolute;z-index:0;inset:0;width:100%;height:100%;object-fit:cover;object-position:64% center;opacity:.72;pointer-events:none}.jr-award-tier-core .jr-core-award>.jr-award-card-head,.jr-award-tier-core .jr-core-award>h3,.jr-award-tier-core .jr-core-award>.jr-award-metrics,.jr-award-tier-core .jr-core-award>.jr-grand-trophy{z-index:2}.jr-award-tier-core .jr-core-award>h3{text-shadow:0 2px 14px rgba(248,250,255,.9)}.jr-award-tier-core .jr-award-metrics dt,.jr-award-tier-core .jr-award-metrics dd{text-shadow:0 1px 12px rgba(248,250,255,.94)}.jr-grand-trophy{width:clamp(270px,24vw,340px);max-width:none;max-height:500px;transform:translate(2px,12px);filter:drop-shadow(0 20px 30px rgba(61,133,222,.16))}.jr-award-tier-special .jr-special-awards{grid-template-rows:174px repeat(2,minmax(164px,1fr))}.jr-award-tier-special .jr-special-award:not(.jr-special-award-lead){gap:12px}.jr-award-tier-special .jr-special-award dl{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0}.jr-award-tier-special .jr-special-award dl div,.jr-award-tier-special .jr-special-award dl div:first-child{min-width:0;padding-left:16px;display:flex;align-items:baseline;justify-content:flex-start;gap:8px;border-left:1px solid var(--border-visible)}.jr-award-tier-special .jr-special-award dl div:first-child{padding-left:0;border-left:0}.jr-award-tier-special .jr-special-award dt{flex:0 0 auto;white-space:nowrap}.jr-award-tier-special .jr-special-award dd{flex:0 0 auto;white-space:nowrap;font-size:18px}.jr-award-tier-special .jr-special-award-lead dl{width:min(230px,34%);min-width:210px}.jr-award-tier-special .jr-special-award-lead dd{font-size:20px}@media(max-width:1199px){.jr-awards-heading>p:last-child{white-space:normal}.jr-award-tier-core .jr-core-award{min-height:500px}.jr-grand-trophy{width:clamp(300px,42vw,430px)}}@media(max-width:767px){.jr-awards-heading{margin-bottom:40px}.jr-awards-stack{gap:48px}.jr-tier-heading>.jr-tier-mark,.jr-award-tier-core .jr-tier-heading>.jr-tier-mark,.jr-award-tier-incentive .jr-tier-heading>.jr-tier-mark{width:34px;min-width:34px;height:34px;border-radius:10px;font-size:18px}.jr-tier-heading h3{font-size:20px}.jr-award-tier-core .jr-core-award{min-height:0}.jr-award-tier-core .jr-core-award>.jr-grand-light-field{object-position:58% center;opacity:.62}.jr-grand-trophy{width:min(96%,350px);max-height:330px;transform:translateY(6px)}.jr-award-tier-special .jr-special-award-lead dl{width:100%;min-width:0}.jr-award-tier-special .jr-special-award dl div,.jr-award-tier-special .jr-special-award dl div:first-child{padding-left:12px;gap:6px}.jr-award-tier-special .jr-special-award dl div:first-child{padding-left:0}}.jr-tier-heading{gap:10px}.jr-tier-heading>.jr-tier-index,.jr-award-tier-core .jr-tier-heading>.jr-tier-index,.jr-award-tier-incentive .jr-tier-heading>.jr-tier-index{width:auto;min-width:0;height:auto;padding:0;display:inline-flex;align-items:center;gap:8px;border:0;border-radius:0;color:#1747b5;background:transparent;box-shadow:none;font:700 11px/1 Manrope,sans-serif;letter-spacing:.08em}.jr-tier-heading>.jr-tier-index:after{content:"";width:22px;height:1px;background:#4b96ff;opacity:.72}.jr-award-tier-incentive .jr-tier-heading>.jr-tier-index{color:var(--text3)}.jr-award-tier-incentive .jr-tier-heading>.jr-tier-index:after{background:var(--text4);opacity:.55}.jr-grand-trophy{width:clamp(220px,18vw,275px);max-height:410px;transform:translate(2px,18px);filter:drop-shadow(0 18px 28px rgba(75,150,255,.15))}.jr-award-tier-core .jr-award-metrics div:last-child dd strong{color:transparent;background:linear-gradient(128deg,#0b1739 8%,#1747b5 58%,#4b96ff);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-size:clamp(84px,7.8vw,126px);filter:drop-shadow(0 10px 18px rgba(75,150,255,.1))}.jr-award-tier-special .jr-special-award-lead{position:relative;isolation:isolate;overflow:hidden}.jr-award-tier-special .jr-special-award-lead:before{content:"";position:absolute;z-index:0;inset:0;background:url(./award-grand-light-field-v41.webp) 76% 48% / cover no-repeat;opacity:.3;pointer-events:none}.jr-award-tier-special .jr-special-award-lead>*{position:relative;z-index:1}.jr-special-copy,.jr-incentive-copy{display:grid;grid-template-columns:24px minmax(0,1fr);grid-template-rows:auto auto;column-gap:10px;row-gap:7px;align-items:center}.jr-special-copy>div,.jr-incentive-copy>div{display:contents}.jr-special-copy .jr-award-sequence,.jr-incentive-copy .jr-award-sequence{grid-column:1 / -1;grid-row:1;justify-self:start}.jr-special-copy .jr-special-icon,.jr-incentive-copy .jr-incentive-icon{width:24px;height:24px;margin:0;grid-column:1;grid-row:2;align-self:center}.jr-special-copy .jr-special-icon svg,.jr-incentive-copy .jr-incentive-icon svg{width:24px;height:24px}.jr-special-copy h3,.jr-incentive-copy h3,.jr-award-tier-special .jr-special-copy h3,.jr-award-tier-incentive .jr-incentive-copy h3{margin:0;grid-column:2;grid-row:2;align-self:center;color:var(--text1);font:700 20px/1.3 var(--font-zh);white-space:nowrap}.jr-special-award-lead .jr-special-copy{align-self:center}.jr-special-award-lead .jr-special-copy h3{margin-top:0;font-size:24px}.jr-special-award-lead>p{margin-left:34px}.jr-award-tier-incentive .jr-incentive-awards{padding:0;gap:16px;border:0;background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.jr-award-tier-incentive .jr-incentive-award{min-height:116px;padding:20px 24px;border:1px solid var(--glass-border);border-radius:var(--radius-component);background:#ffffff7a;box-shadow:var(--shadow-1);-webkit-backdrop-filter:blur(var(--glass-blur)) saturate(var(--glass-saturation));backdrop-filter:blur(var(--glass-blur)) saturate(var(--glass-saturation))}.jr-award-tier-incentive .jr-incentive-award+.jr-incentive-award{padding-left:24px;border-top:1px solid var(--glass-border);border-left:1px solid var(--glass-border)}.jr-award-tier-incentive .jr-incentive-copy{min-width:190px}.jr-award-tier-incentive .jr-incentive-copy h3{color:var(--text2);font-size:18px}@media(max-width:1199px){.jr-grand-trophy{width:clamp(250px,34vw,340px);max-height:430px}}@media(max-width:767px){.jr-tier-heading>.jr-tier-index:after{width:18px}.jr-grand-trophy{width:min(80%,285px);max-height:300px;transform:translateY(5px)}.jr-award-tier-core .jr-award-metrics div:last-child dd strong{font-size:clamp(60px,20vw,86px)}.jr-special-copy h3,.jr-incentive-copy h3,.jr-award-tier-special .jr-special-copy h3,.jr-award-tier-incentive .jr-incentive-copy h3{font-size:18px}.jr-special-award-lead .jr-special-copy h3{font-size:21px}.jr-award-tier-incentive .jr-incentive-awards{gap:14px}.jr-award-tier-incentive .jr-incentive-award,.jr-award-tier-incentive .jr-incentive-award+.jr-incentive-award{min-height:0;padding:20px 18px}}@media(prefers-reduced-motion:reduce){.jr-grand-trophy{transition:none}}.jr-award-tier-core .jr-core-award{grid-template-rows:auto 1fr auto auto}.jr-award-tier-core .jr-core-award>h3{grid-column:1;grid-row:2;margin-bottom:10px}.jr-grand-quota{position:relative;z-index:2;margin:0 0 22px;grid-column:1;grid-row:3;align-self:end;color:var(--text3);font:600 13px/1.5 var(--font-zh);white-space:nowrap;text-shadow:0 1px 12px rgba(248,250,255,.94)}.jr-award-tier-core .jr-award-metrics{grid-column:1;grid-row:4}.jr-award-tier-core .jr-core-award:after{content:"";position:absolute;z-index:1;right:-7%;bottom:-5%;width:70%;height:38%;border-radius:50%;pointer-events:none;background:radial-gradient(ellipse at 56% 22%,rgba(255,255,255,.96) 0 8%,rgba(219,235,255,.58) 30%,transparent 68%),linear-gradient(180deg,transparent 0%,rgba(248,250,255,.78) 78%,rgba(248,250,255,.96) 100%);filter:blur(8px)}.jr-award-tier-special .jr-special-award:not(.jr-special-award-lead){position:relative;isolation:isolate;overflow:hidden}.jr-award-tier-special .jr-special-award:not(.jr-special-award-lead):before{content:"";position:absolute;z-index:0;inset:0;pointer-events:none;background:url(./award-grand-light-field-v41.webp) 72% 50% / cover no-repeat;opacity:.14}.jr-award-tier-special .jr-special-award:nth-child(3):before{background-position:86% 42%;transform:scaleX(-1)}.jr-award-tier-special .jr-special-award:nth-child(4):before{background-position:68% 64%}.jr-award-tier-special .jr-special-award:nth-child(5):before{background-position:82% 58%;transform:scaleX(-1)}.jr-award-tier-special .jr-special-award:not(.jr-special-award-lead)>*{position:relative;z-index:1}.jr-award-tier-incentive .jr-tier-heading>.jr-tier-index{color:#1747b5}.jr-award-tier-incentive .jr-tier-heading>.jr-tier-index:after{background:#4b96ff;opacity:.72}.jr-award-tier-incentive .jr-tier-heading h3,.jr-award-tier-incentive .jr-incentive-copy h3,.jr-award-tier-incentive .jr-incentive-award dd,.jr-award-tier-incentive .jr-incentive-award dd strong{color:var(--text1)}.jr-award-tier-incentive .jr-award-sequence,.jr-award-tier-incentive .jr-incentive-award dt{color:var(--text3)}.jr-award-tier-incentive .jr-incentive-icon{color:#1747b5}@media(max-width:767px){.jr-award-tier-core .jr-core-award{grid-template-rows:auto auto auto auto auto}.jr-award-tier-core .jr-core-award>h3{grid-row:2;margin-bottom:8px}.jr-grand-quota{grid-row:3;margin-bottom:0}.jr-grand-trophy{grid-row:4}.jr-award-tier-core .jr-award-metrics{grid-row:5}}@media(min-width:1200px){.jr-awards-primary-grid{gap:52px}.jr-award-tier-core .jr-core-award{grid-template-columns:minmax(188px,.9fr) minmax(218px,1.1fr);grid-template-rows:auto auto auto 1fr}.jr-award-tier-core .jr-award-card-head{align-items:flex-start}.jr-grand-meta{display:grid;gap:5px}.jr-grand-meta .jr-grand-quota{position:static;margin:0;color:var(--text3);font:600 12px/1.35 var(--font-zh);letter-spacing:0;white-space:nowrap;text-shadow:0 1px 12px rgba(248,250,255,.94)}.jr-award-tier-core .jr-core-award>h3{grid-column:1;grid-row:2;align-self:start;margin:28px 0 0}.jr-award-tier-core .jr-award-metrics{grid-column:1;grid-row:3;align-self:start;margin-top:12px}.jr-award-tier-core .jr-award-metrics div:last-child dd strong{font-size:clamp(76px,6.8vw,108px)}.jr-grand-trophy{width:min(92%,310px);max-height:390px;opacity:.7;transform:translate(12px,12px);filter:saturate(.84) contrast(.94) drop-shadow(0 14px 24px rgba(75,150,255,.1));-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.72) 0%,#000 24%,rgba(0,0,0,.78) 72%,transparent 100%);mask-image:linear-gradient(180deg,rgba(0,0,0,.72) 0%,#000 24%,rgba(0,0,0,.78) 72%,transparent 100%)}}@media(max-width:767px){.jr-grand-meta{display:grid;gap:4px}.jr-grand-meta .jr-grand-quota{position:static;margin:0;color:var(--text3);font:600 12px/1.35 var(--font-zh)}}.jr-grand-meta{display:flex;align-items:center;gap:10px}.jr-grand-meta:after{content:"";width:46px;height:1px;flex:0 0 auto;background:linear-gradient(90deg,#4b96ffb8,#9776f51f)}.jr-award-tier-core .jr-core-award>h3 span{color:#1747b5;font-size:.52em;font-weight:700;letter-spacing:.01em;white-space:nowrap}@media(min-width:1200px){.jr-award-tier-core .jr-award-card-head{display:grid;grid-template-columns:34px minmax(0,1fr);column-gap:12px;align-items:center}.jr-award-tier-core .jr-core-award>h3{margin-top:24px;font-size:clamp(28px,2.08vw,34px);letter-spacing:-.025em}.jr-award-tier-core .jr-award-metrics{margin-top:8px}.jr-award-tier-core .jr-award-metrics div:last-child dd strong{background:radial-gradient(circle at 72% 26%,#D45BC4 0 3%,transparent 12%),radial-gradient(circle at 87% 74%,#F39A5C 0 3%,transparent 13%),linear-gradient(118deg,#0b1739 5%,#1747b5 47%,#4b96ff 72%,#1747b5);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;filter:drop-shadow(0 9px 18px rgba(75,150,255,.1))}.jr-award-tier-core .jr-core-award>.jr-grand-light-field{object-position:64% 12%;opacity:.48;filter:saturate(.72) contrast(.92);-webkit-mask-image:linear-gradient(180deg,#000 0%,rgba(0,0,0,.92) 40%,rgba(0,0,0,.42) 68%,transparent 100%);mask-image:linear-gradient(180deg,#000 0%,rgba(0,0,0,.92) 40%,rgba(0,0,0,.42) 68%,transparent 100%)}.jr-award-tier-core .jr-core-award:before{content:"";position:absolute;z-index:1;right:0;bottom:0;left:0;height:48%;pointer-events:none;background:linear-gradient(180deg,transparent,rgba(247,250,255,.62) 42%,rgba(247,250,255,.9) 100%)}.jr-grand-trophy{width:min(88%,292px);max-height:380px;align-self:end;justify-self:end;opacity:.64;transform:translate(22px,58px);filter:saturate(.82) contrast(.93) drop-shadow(0 12px 22px rgba(75,150,255,.08))}}@media(max-width:767px){.jr-grand-meta:after{width:32px}.jr-award-tier-core .jr-core-award>h3 span{font-size:.56em}}@media(min-width:1200px){.jr-award-tier-core .jr-award-metrics div:last-child dd strong{background:radial-gradient(circle at 68% 48%,rgba(205,77,198,.42) 0%,rgba(205,77,198,.18) 22%,transparent 50%),radial-gradient(circle at 91% 62%,rgba(243,154,92,.38) 0%,rgba(243,154,92,.14) 24%,transparent 52%),linear-gradient(118deg,#0b1739 5%,#1747b5 46%,#4b96ff 72%,#1747b5);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.jr-award-tier-core .jr-core-award:after{content:"";position:absolute;z-index:1;right:-12%;bottom:-7%;width:82%;height:42%;border-radius:50%;pointer-events:none;opacity:.74;background:repeating-radial-gradient(ellipse 78% 120% at 68% 100%,transparent 0 13%,rgba(75,150,255,.12) 13.3% 13.7%,rgba(255,255,255,.72) 13.9% 14.15%,transparent 14.45% 26%),radial-gradient(ellipse at 62% 74%,rgba(135,188,255,.13),transparent 62%),linear-gradient(180deg,transparent,rgba(248,250,255,.72));-webkit-mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.45) 24%,#000 62%,rgba(0,0,0,.32) 100%);mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.45) 24%,#000 62%,rgba(0,0,0,.32) 100%)}.jr-grand-trophy{width:min(106%,350px);max-height:450px;transform:translate(26px,58px)}}.jr-visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}@media(min-width:1200px){.jr-award-tier-core .jr-award-metrics{margin-top:2px}.jr-award-tier-core .jr-award-metrics>div{gap:0}.jr-award-tier-special .jr-special-award-lead{grid-template-rows:1fr;align-content:stretch}.jr-award-tier-special .jr-special-award-lead .jr-special-copy,.jr-award-tier-special .jr-special-award-lead dl{grid-row:1;align-self:center}}@media(min-width:1200px){.jr-award-tier-core .jr-core-award{min-height:520px}.jr-award-tier-special .jr-special-awards{grid-template-rows:160px repeat(2,minmax(150px,1fr))}.jr-award-tier-core .jr-award-metrics{margin-top:14px}}.jr-home #awards-title,.jr-home #schedule-title,.jr-home #rules-title{color:var(--text1);font:800 clamp(34px,4.2vw,52px)/1.12 var(--font-zh);letter-spacing:-.02em}.jr-home .jr-section{padding-block:72px}.jr-home .jr-awards-heading,.jr-home .jr-section-heading{margin-bottom:40px}.jr-home .jr-final-cta{margin-top:80px}@media(max-width:1199px){.jr-home .jr-section{padding-block:56px}.jr-home .jr-final-cta{margin-top:64px}}@media(max-width:767px){.jr-home .jr-section{padding-block:40px}.jr-home .jr-awards-heading,.jr-home .jr-section-heading{margin-bottom:32px}.jr-home .jr-final-cta{margin-top:48px}}.jr-home .jr-rule-list article{align-items:first baseline}.jr-home .jr-awards{isolation:isolate}.jr-home .jr-awards:before{content:"";position:absolute;z-index:-1;pointer-events:none;top:-120px;left:50%;width:min(1120px,100%);height:340px;transform:translate(-50%);background:radial-gradient(ellipse 30% 45% at 24% 44%,rgba(75,150,255,.15),transparent 100%),radial-gradient(ellipse 22% 38% at 43% 52%,rgba(240,68,194,.075),transparent 100%),radial-gradient(ellipse 25% 40% at 62% 48%,rgba(74,24,199,.075),transparent 100%),radial-gradient(ellipse 22% 35% at 79% 45%,rgba(243,174,86,.09),transparent 100%);filter:blur(24px)}.jr-home .jr-hero .jr-primary{min-width:200px;width:200px;display:inline-flex;justify-content:center;align-items:center;gap:12px}.jr-home .jr-hero .jr-primary>span{flex:0 0 auto;margin:0}.jr-home .jr-hero .jr-primary:hover{gap:12px}.jr-home .jr-hero .jr-primary>svg{flex:0 0 20px;margin:0}@media(max-width:767px){.jr-home .jr-awards:before{top:-80px;height:240px;filter:blur(20px)}.jr-home .jr-hero .jr-primary{min-width:0;width:min(200px,100%);align-self:flex-start}}.jr-header .jr-header-logo{width:clamp(211.6px,23.92vw,312.8px);height:auto}.jr-award-tier-core .jr-award-metrics div:last-child dd strong{background:radial-gradient(ellipse 58% 90% at -5% -12%,rgba(100,192,255,.55),transparent 100%),radial-gradient(ellipse 52% 85% at 101% -12%,rgba(235,123,207,.46),transparent 100%),radial-gradient(ellipse 48% 80% at -5% 112%,rgba(151,119,239,.4),transparent 100%),radial-gradient(ellipse 54% 90% at 105% 112%,rgba(255,184,114,.46),transparent 100%),linear-gradient(120deg,#1e4699,#3067be,#5089d7);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;filter:drop-shadow(0 6px 14px rgba(60,114,199,.06))}@media(max-width:767px){.jr-header .jr-header-logo{width:min(49.68vw,248.4px)}}@media(min-width:1600px){.jr-home .jr-hero-bg{transform:translate(calc(-1.25vw - 27px)) scale(1.04)}}.jr-home .jr-final-cta{background:radial-gradient(ellipse 48% 130% at 102% 112%,rgba(61,116,214,.34),transparent 72%),linear-gradient(118deg,#173b78,#102c61 56%,#12336f)}.jr-home .jr-final-cta .button-primary{background:linear-gradient(135deg,#2e68cc,#1d4ca0 58%,#173c7f)!important;border-color:#b4d2ff47;box-shadow:0 10px 28px #04153838}body[data-direction=street] .submit-dialog .avatar-field{min-height:76px;padding:12px 14px;gap:14px;background:#ffffff42;border-color:#d6e0eead;box-shadow:none}body[data-direction=street] .submit-dialog .avatar-large{width:48px;height:48px;flex:0 0 48px;opacity:.82;box-shadow:none;font-size:16px}body[data-direction=street] .submit-dialog .avatar-field .button{min-height:30px;padding:0;border:0;color:var(--text2);background:transparent;font-size:11px}body[data-direction=street] .submit-dialog .avatar-field .field-hint{margin-top:3px;font-size:11px}body[data-direction=street] .profile-edit-dialog .field textarea{width:100%;min-height:112px;padding:13px 16px;resize:vertical;border:1px solid var(--border-visible);border-radius:var(--radius-control);color:var(--text1);background:var(--glass-strong);box-shadow:inset 0 1px #ffffffb8;font:500 14px/1.65 var(--font-zh);outline:0}body[data-direction=street] .profile-edit-dialog .field-hint{margin:6px 0 0;color:var(--text3);font:500 11px/1.55 var(--font-zh)}body[data-direction=street] .jr-profile-page .profile-contact-list .profile-bio-item{grid-column:1 / -1}body[data-direction=street] .jr-profile-page .profile-contact-list .profile-bio-item dd{overflow:visible;text-overflow:clip;white-space:normal}body[data-direction=street] .profile-edit-dialog [data-profile-edit-avatar]{box-shadow:none!important;filter:none!important}body[data-direction=street] .toast{color:#fff!important;background:#0b1739!important;border-color:#7eaeff5c!important;box-shadow:0 12px 32px #0b17393d!important;font-weight:600}.participant-identity-control{display:grid;grid-template-columns:56px minmax(0,1fr);gap:14px;align-items:center}.participant-avatar-wrap{position:relative;width:56px;height:56px}body[data-direction=street] .submit-dialog .participant-avatar-wrap .avatar,body[data-direction=street] .profile-edit-dialog .participant-avatar-wrap .avatar{width:56px;height:56px;border:1px solid rgba(75,150,255,.2);border-radius:50%;color:#1747b5;background:var(--accent-subtle) center / cover no-repeat;box-shadow:none!important;filter:none!important;font:800 17px/1 var(--font-zh)}.participant-avatar-edit{position:absolute!important;right:-2px;bottom:-2px;width:24px;height:24px;margin:0!important;display:grid!important;place-items:center;border:2px solid #FFFFFF;border-radius:50%;color:#fff!important;background:#1747b5;box-shadow:0 3px 9px #1747b52e;cursor:pointer}.participant-avatar-edit svg{width:13px;height:13px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}body[data-direction=street] .profile-edit-dialog .form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}body[data-direction=street] .profile-edit-dialog .two-span{grid-column:1 / -1}.participant-bio-control{position:relative}body[data-direction=street] .submit-dialog .participant-bio-control textarea,body[data-direction=street] .profile-edit-dialog .participant-bio-control textarea{display:block;padding-bottom:42px}.participant-bio-control>span{position:absolute;right:16px;bottom:12px;padding:5px 8px;border:1px solid var(--border);border-radius:var(--radius-pill);color:var(--text3);background:var(--surface2);font:500 11px/1 var(--font-body);pointer-events:none}@media(max-width:640px){body[data-direction=street] .profile-edit-dialog .form-grid{grid-template-columns:1fr}body[data-direction=street] .profile-edit-dialog .two-span{grid-column:1}}body[data-direction=street] .submit-dialog fieldset[data-validation-region=video]>legend{margin-bottom:0}body[data-direction=street] .submit-dialog fieldset[data-validation-region=video]>.video-specs{margin:12px 0 16px}body[data-direction=street] .submit-dialog #work-title::placeholder,body[data-direction=street] .submit-dialog #work-intro::placeholder{color:var(--text3)!important;opacity:1!important}body[data-direction=street] .submit-dialog .tag-options input:checked+span{color:#123a86;border-color:#4b96ffd1;background:linear-gradient(135deg,#4b96ff2e,#8970ee14);box-shadow:inset 0 1px #ffffffdb,0 5px 14px #4b96ff1a}body[data-direction=street] .submit-dialog .tag-options input:checked+span:before{content:"";width:6px;height:6px;margin-right:7px;border-radius:50%;background:#2771d8;box-shadow:0 0 0 3px #4b96ff1f}body[data-direction=street] .submit-dialog .check-row{align-items:center}body[data-direction=street] .submit-dialog .check-row input{width:18px;height:18px;min-width:18px;min-height:18px;margin:0;border-radius:5px}body[data-direction=street] .submit-dialog .check-row input:after{left:4px;top:3px;width:6px;height:3px}body[data-direction=street] .submit-dialog input.video-scrubber{--video-progress: 0%;position:relative;z-index:2;width:calc(100% - 32px);height:18px;margin:-9px 16px 0;display:block;appearance:none;-webkit-appearance:none;min-height:0;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;outline:0;cursor:pointer}.video-scrubber::-webkit-slider-runnable-track{height:4px;border-radius:999px;background:linear-gradient(90deg,#4B96FF 0 var(--video-progress),rgba(255,255,255,.28) var(--video-progress) 100%)}.video-scrubber::-moz-range-track{height:4px;border-radius:999px;background:#ffffff47}.video-scrubber::-moz-range-progress{height:4px;border-radius:999px;background:#4b96ff}.video-scrubber::-webkit-slider-thumb{width:14px;height:14px;margin-top:-5px;appearance:none;-webkit-appearance:none;border:3px solid #FFFFFF;border-radius:50%;background:#2771d8;box-shadow:0 2px 8px #00000047}.video-scrubber::-moz-range-thumb{width:10px;height:10px;border:3px solid #fff;border-radius:50%;background:#2771d8}.video-scrubber:focus-visible{outline:2px solid #86B7FF;outline-offset:3px}body[data-direction=street] .submit-dialog .video-preview-footer{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px 18px;padding:10px 16px 14px;background:linear-gradient(105deg,#0f1d3a,#0c1730 58%,#111a34)}body[data-direction=street] .submit-dialog .video-preview-footer>.video-scrubber{grid-column:1 / -1;width:100%;height:16px;margin:0}body[data-direction=street] .submit-dialog .video-preview-footer>div,body[data-direction=street] .submit-dialog .video-preview-footer>.button{align-self:center}body[data-direction=street] .submit-dialog .video-preview-footer .video-scrubber::-webkit-slider-runnable-track{height:3px;background:linear-gradient(90deg,#62A6FF 0 var(--video-progress),rgba(255,255,255,.22) var(--video-progress) 100%)}body[data-direction=street] .submit-dialog .video-preview-footer .video-scrubber::-webkit-slider-thumb{width:12px;height:12px;margin-top:-4.5px;border-width:2px;background:#75b1ff;box-shadow:0 0 0 3px #4b96ff26,0 2px 7px #0000003d}body[data-direction=street] .submit-dialog .video-preview-footer .video-scrubber::-moz-range-track,body[data-direction=street] .submit-dialog .video-preview-footer .video-scrubber::-moz-range-progress{height:3px}body[data-direction=street] .submit-dialog .check-row input{box-sizing:border-box;width:16px;height:16px;min-width:16px;min-height:16px;padding:0!important;border-radius:4px}body[data-direction=street] .submit-dialog .check-row input:after{left:50%;top:50%;width:6px;height:3px;transform:translate(-50%,-64%) rotate(-45deg) scale(.72);transform-origin:center}body[data-direction=street] .submit-dialog .check-row input:checked:after{transform:translate(-50%,-64%) rotate(-45deg) scale(1)}@media(max-width:600px){body[data-direction=street] .submit-dialog .video-preview-footer{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center}body[data-direction=street] .submit-dialog .video-preview-footer .button{width:auto}}body[data-direction=street] .jr-profile-page .profile-summary-card{padding:24px 26px}body[data-direction=street] .jr-profile-page .profile-info-display{grid-template-columns:minmax(250px,.72fr) minmax(480px,1.55fr) auto;align-items:start;gap:28px}body[data-direction=street] .jr-profile-page .profile-person{grid-column:1;min-height:132px;padding-right:28px;align-items:center;border-right:1px solid rgba(196,211,231,.72)}body[data-direction=street] .jr-profile-page .profile-person .avatar{width:58px;height:58px;flex-basis:58px}body[data-direction=street] .jr-profile-page .profile-contact-list{grid-column:2;gap:10px}body[data-direction=street] .jr-profile-page .profile-contact-list div{min-height:61px;padding:10px 14px;display:flex;flex-direction:column;justify-content:center}body[data-direction=street] .jr-profile-page .profile-contact-list .profile-bio-item{min-height:61px}body[data-direction=street] .jr-profile-page .profile-contact-list dd{margin-top:4px}body[data-direction=street] .jr-profile-page .profile-edit-button{grid-column:3;margin-top:1px;align-self:start}@media(max-width:1199px){body[data-direction=street] .jr-profile-page .profile-info-display{grid-template-columns:minmax(220px,.72fr) minmax(360px,1.3fr) auto;gap:20px}body[data-direction=street] .jr-profile-page .profile-person{padding-right:20px}}@media(max-width:767px){body[data-direction=street] .jr-profile-page .profile-summary-card{padding:18px}body[data-direction=street] .jr-profile-page .profile-info-display{grid-template-columns:minmax(0,1fr) auto;gap:18px 12px}body[data-direction=street] .jr-profile-page .profile-person{min-height:0;padding-right:0;border-right:0}body[data-direction=street] .jr-profile-page .profile-contact-list{grid-column:1 / -1;grid-template-columns:1fr}body[data-direction=street] .jr-profile-page .profile-edit-button{grid-column:2}}body[data-direction=street] .jr-profile-page .work-status[data-status=草稿态]{color:#9a5a00;background:#fff4d8}body[data-direction=street] .jr-profile-page .work-status[data-status=投稿成功]{color:#1747b5;background:#eaf3ff}body[data-direction=street] .jr-profile-page .work-status[data-status=评选中]{color:#6c36b7;background:#f1eafe}body[data-direction=street] .jr-profile-page .work-status[data-status=已结束]{color:#64748b;background:#edf1f6}body[data-direction=street] .jr-profile-page .profile-submit-button:disabled{color:var(--text3);background:var(--surface2);box-shadow:none;cursor:not-allowed}body[data-direction=street] .jr-profile-page .profile-empty.is-closed{pointer-events:none;cursor:default}body[data-direction=street] .jr-profile-page .profile-work-list{gap:var(--space-md)}body[data-direction=street] .jr-profile-page .profile-work{min-height:162px;padding:20px;grid-template-columns:216px minmax(0,1fr) 144px;grid-template-rows:auto;gap:var(--space-lg);align-items:center;overflow:hidden;border-radius:var(--radius-component)}body[data-direction=street] .jr-profile-page .profile-work-cover{grid-column:1;width:216px;height:122px;min-width:216px;aspect-ratio:auto;border-radius:var(--radius-control);background-color:var(--surface2)}body[data-direction=street] .jr-profile-page .profile-work-info{grid-column:2;align-self:center;padding:0}body[data-direction=street] .jr-profile-page .profile-work-info h3{font:700 22px/1.35 var(--font-zh);letter-spacing:-.01em}body[data-direction=street] .jr-profile-page .profile-work-action{grid-column:3;min-width:144px;justify-content:flex-end}body[data-direction=street] .jr-profile-page .work-status[data-status=草稿态]{color:var(--warning);background:var(--warning-bg)}body[data-direction=street] .jr-profile-page .work-status[data-status=投稿成功]{color:var(--success);background:var(--success-bg)}body[data-direction=street] .jr-profile-page .work-status[data-status=评选中]{color:#1747b5;background:var(--accent-subtle)}@media(max-width:1199px){body[data-direction=street] .jr-profile-page .profile-work{grid-template-columns:196px minmax(0,1fr) 132px;gap:20px}body[data-direction=street] .jr-profile-page .profile-work-cover{grid-column:1;width:196px;height:110px;min-width:196px}body[data-direction=street] .jr-profile-page .profile-work-info{grid-column:2}body[data-direction=street] .jr-profile-page .profile-work-action{grid-column:3;min-width:132px;justify-content:flex-end}}@media(max-width:900px){body[data-direction=street] .jr-profile-page .profile-work{grid-template-columns:180px minmax(0,1fr)}body[data-direction=street] .jr-profile-page .profile-work-cover{width:180px;height:102px;min-width:180px}body[data-direction=street] .jr-profile-page .profile-work-action{grid-column:2;min-width:0;justify-content:flex-start}}@media(max-width:767px){body[data-direction=street] .jr-profile-page .profile-work{padding:16px;grid-template-columns:minmax(0,1fr);gap:var(--space-md)}body[data-direction=street] .jr-profile-page .profile-work-cover{grid-column:1;width:100%;min-width:0;height:auto;aspect-ratio:16 / 9}body[data-direction=street] .jr-profile-page .profile-work-info,body[data-direction=street] .jr-profile-page .profile-work-action{grid-column:1}body[data-direction=street] .jr-profile-page .profile-work-edit{width:100%}}body[data-direction=street] .jr-profile-page .profile-work-list{gap:16px}body[data-direction=street] .jr-profile-page .profile-work{min-height:0;padding:20px;grid-template-columns:216px minmax(0,1fr) 150px;grid-template-rows:auto;column-gap:24px;row-gap:0;align-items:start}body[data-direction=street] .jr-profile-page .profile-work-cover{grid-column:1;grid-row:1;align-self:start;width:216px;height:122px;min-width:216px;aspect-ratio:auto}body[data-direction=street] .jr-profile-page .profile-work-info{grid-column:2;grid-row:1;min-width:0;align-self:start}body[data-direction=street] .jr-profile-page .profile-work-topline{margin-bottom:8px}body[data-direction=street] .jr-profile-page .profile-work-info h3{font-size:21px;line-height:1.35}body[data-direction=street] .jr-profile-page .work-tags{margin-top:8px}body[data-direction=street] .jr-profile-page .profile-work-info .profile-work-file{margin-top:10px}body[data-direction=street] .jr-profile-page .profile-work-info .profile-work-state-note{margin-top:4px}body[data-direction=street] .jr-profile-page .profile-work-action{grid-column:3;grid-row:1;min-width:150px;align-self:center;justify-content:flex-end}@media(max-width:1199px){body[data-direction=street] .jr-profile-page .profile-work{grid-template-columns:196px minmax(0,1fr) 132px;column-gap:20px}body[data-direction=street] .jr-profile-page .profile-work-cover{width:196px;height:110px;min-width:196px}body[data-direction=street] .jr-profile-page .profile-work-action{grid-column:3;grid-row:1;min-width:132px;align-self:center}}@media(max-width:900px){body[data-direction=street] .jr-profile-page .profile-work{grid-template-columns:180px minmax(0,1fr);grid-template-rows:auto auto;column-gap:20px;row-gap:14px}body[data-direction=street] .jr-profile-page .profile-work-cover{grid-column:1;grid-row:1 / span 2;width:180px;height:102px;min-width:180px}body[data-direction=street] .jr-profile-page .profile-work-info{grid-column:2;grid-row:1}body[data-direction=street] .jr-profile-page .profile-work-action{grid-column:2;grid-row:2;min-width:0;align-self:start;justify-content:flex-start}}@media(max-width:767px){body[data-direction=street] .jr-profile-page .profile-work{padding:16px;grid-template-columns:minmax(0,1fr);grid-template-rows:auto;column-gap:0;row-gap:16px}body[data-direction=street] .jr-profile-page .profile-work-cover,body[data-direction=street] .jr-profile-page .profile-work-info,body[data-direction=street] .jr-profile-page .profile-work-action{grid-column:1;grid-row:auto}body[data-direction=street] .jr-profile-page .profile-work-cover{width:100%;min-width:0;height:auto;aspect-ratio:16 / 9}body[data-direction=street] .jr-profile-page .profile-work-action{width:100%}}body[data-direction=street] .jr-profile-page .profile-work-cover.has-cover{background-repeat:no-repeat;background-position:center center,center center;background-size:100% 100%,contain}body[data-direction=street] .jr-profile-page .profile-work-info .profile-work-file{margin:7px 0 0;color:var(--text3);font-size:12px;line-height:1.5}body[data-direction=street] .jr-profile-page .profile-work-info .work-tags{margin-top:12px}body[data-direction=street] .jr-profile-page .work-status[data-status=草稿]{color:var(--warning);background:var(--warning-bg)}body[data-direction=street] .jr-profile-page .work-status[data-status=已投稿]{color:var(--success);background:var(--success-bg)}body[data-direction=street] .jr-profile-page .work-status[data-status=评审中]{color:#1747b5;background:var(--accent-subtle)}body[data-direction=street] .jr-profile-page .work-status[data-status=已结束]{color:var(--text3);background:var(--surface2)}body[data-direction=street] .jr-profile-page .profile-works-copy .profile-work-count-summary{margin:12px 0 0;color:var(--text2);font:500 14px/1.6 var(--font-zh);text-align:left}body[data-direction=street] .jr-profile-page .profile-works-copy .profile-work-count-summary strong{margin:0 3px;color:var(--text1);font:700 14px/1.6 var(--font-body)}body[data-direction=street] .jr-profile-page .profile-work-actions{align-self:flex-end}body[data-direction=street] .jr-profile-page .profile-work-cover.has-cover{background-position:center center;background-repeat:no-repeat;background-size:cover}@media(max-width:767px){body[data-direction=street] .jr-profile-page .profile-works-copy .profile-work-count-summary{text-align:left}body[data-direction=street] .jr-profile-page .profile-work-actions{align-self:stretch}}body[data-direction=street] .jr-profile-page .empty-visual{width:56px;height:56px;margin-bottom:22px;border:1px solid rgba(75,150,255,.2);border-radius:50%;color:#2768d8;background:#4b96ff14}body[data-direction=street] .jr-profile-page .empty-visual svg{width:32px;height:32px;stroke-width:1.6}body[data-direction=street] .jr-profile-page .profile-empty p{margin-bottom:0}body[data-direction=street] .jr-profile-page .profile-empty:hover .empty-visual{color:#1747b5;background:#4b96ff1f}body[data-direction=street] .jr-profile-page .empty-visual svg{width:38px;height:38px;stroke-width:1.55}body[data-direction=street] .jr-profile-page .empty-visual .jr-icon-tint{fill:#87bcff;stroke:none;opacity:.22}body[data-direction=street] .jr-profile-page .profile-empty:hover{border-color:#4b96ff9e;background:radial-gradient(480px 260px at 50% 40%,rgba(75,150,255,.13),transparent 74%),#ffffffc2;box-shadow:0 18px 42px #2157b01a,inset 0 0 0 1px #ffffffbd}body[data-direction=street] .jr-profile-page .profile-empty:hover .empty-visual{border-color:#4b96ff4d;color:#1747b5;background:#4b96ff21}body[data-direction=street] .jr-profile-page .empty-visual .box-body-fill{fill:#9cc9ff;stroke:none;opacity:.16}body[data-direction=street] .jr-profile-page .empty-visual .box-opening-fill{fill:#6eafff;stroke:none;opacity:.1}@media(min-width:1200px){.jr-award-tier-special .jr-special-award:nth-child(n+2):nth-child(-n+5) dl{grid-template-columns:calc(50% - 30px) calc(50% + 30px)}}@media(min-width:1200px){.jr-award-tier-special .jr-special-award:nth-child(n+2):nth-child(-n+5) dl{grid-template-columns:calc(50% - 60px) calc(50% + 60px)}}.jr-footer{padding:52px 0 28px;background:radial-gradient(circle at 76% 12%,rgba(75,150,255,.08),transparent 34%),var(--background)!important}.jr-footer .jr-footer-inner{display:grid;grid-template-columns:minmax(260px,.72fr) minmax(680px,1.58fr);gap:44px 72px;align-items:start}.jr-footer .jr-footer-brand{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:28px;padding-top:44px}.jr-footer .jr-footer-brand .jr-brand{display:block;flex:0 0 auto;width:330px!important;min-width:0!important;max-width:100%!important}.jr-footer .jr-footer-logo{display:block;width:100%!important;max-width:100%!important;height:auto;object-fit:contain}.jr-footer .jr-footer-email{display:flex;flex-wrap:wrap;gap:7px 12px;margin:0;color:var(--text2);font:500 13px/1.6 var(--font-zh)}.jr-footer-email span{color:var(--text3)}.jr-footer-email a{color:var(--text1);font-family:var(--font-body);font-weight:600;letter-spacing:.01em;text-decoration:none}.jr-footer-email a:hover{color:var(--accent)}.jr-footer .jr-footer-contact{min-width:0}.jr-footer-contact h2{margin:0 0 18px;color:var(--text1);font:700 22px/1.3 var(--font-zh);letter-spacing:-.02em}.jr-footer .jr-footer-qr-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;justify-content:start}.jr-footer-qr-grid figure{min-width:0;margin:0}.jr-footer-qr-grid img{display:block;width:100%;height:auto;aspect-ratio:557 / 623;object-fit:contain;border-radius:16px;box-shadow:0 12px 34px #2847910f}.jr-footer .jr-footer-meta{grid-column:1 / -1;display:flex;align-items:center;justify-content:space-between;gap:24px;padding-top:24px;border-top:1px solid var(--border)}.jr-footer-meta nav{display:flex;flex-wrap:wrap;gap:14px 24px}.jr-footer .jr-footer-meta a{color:var(--text2);font:500 12px/1.5 var(--font-zh);text-decoration:none}.jr-footer .jr-footer-meta a:hover{color:var(--text1)}.jr-footer .jr-footer-meta small{flex:0 0 auto;padding:0;border:0;color:var(--text4);font:500 10px/1.4 var(--font-body);letter-spacing:.08em}@media(max-width:1100px){.jr-footer .jr-footer-inner{grid-template-columns:minmax(220px,.62fr) minmax(560px,1.38fr);gap:36px 44px}.jr-footer .jr-footer-brand{padding-top:40px}.jr-footer .jr-footer-qr-grid{gap:12px}}@media(max-width:900px){.jr-footer .jr-footer-inner{grid-template-columns:1fr;gap:40px}.jr-footer .jr-footer-brand{gap:22px;padding-top:0}.jr-footer .jr-footer-brand .jr-brand{width:300px!important}.jr-footer .jr-footer-contact,.jr-footer .jr-footer-meta{grid-column:1}}@media(max-width:640px){.jr-footer{padding:44px 0 24px}.jr-footer .jr-footer-inner{gap:36px}.jr-footer-contact h2{margin-bottom:16px;font-size:20px}.jr-footer .jr-footer-qr-grid{width:min(100%,390px);grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.jr-footer .jr-footer-meta{align-items:flex-start;flex-direction:column;gap:18px}}@media(prefers-reduced-transparency:reduce){.jr-footer{background:var(--background)!important}}@media(min-width:901px){.jr-footer .jr-footer-inner{grid-template-columns:minmax(300px,.78fr) minmax(520px,1.22fr);gap:36px 72px}.jr-footer .jr-footer-brand{gap:22px;padding-top:0}.jr-footer-contact h2{min-height:40px;margin:0 0 14px;display:flex;align-items:center;font-size:15px;line-height:1.4;letter-spacing:0}.jr-footer .jr-footer-qr-grid{grid-template-columns:repeat(4,90px);gap:14px}}@media(max-width:900px){.jr-footer-contact h2{font-size:16px}.jr-footer .jr-footer-qr-grid{width:auto;grid-template-columns:repeat(4,minmax(78px,96px));gap:12px}}@media(max-width:520px){.jr-footer .jr-footer-qr-grid{width:min(100%,216px);grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}}@media(min-width:901px){.jr-footer .jr-footer-contact{width:max-content;max-width:100%;justify-self:end}}.jr-footer .jr-footer-meta{justify-content:flex-end}.jr-footer .jr-footer-email .jr-footer-email-address{color:var(--text1);font-family:var(--font-body);font-weight:600;letter-spacing:.01em}@media(min-width:901px){.jr-footer .jr-footer-brand{align-self:end}}.profile-phone-control{position:relative}body[data-direction=street] .profile-edit-dialog .profile-phone-control input{padding-right:70px}body[data-direction=street] .profile-edit-dialog .profile-phone-control:has(.profile-phone-edit.is-cancel) input{padding-right:106px}body[data-direction=street] .profile-edit-dialog .profile-phone-control input[readonly]{color:var(--text2);background:#f7faffd1;cursor:default}.profile-phone-edit{position:absolute;top:50%;right:8px;min-width:48px;height:32px;padding:0 12px;transform:translateY(-50%);border:1px solid rgba(75,150,255,.28);border-radius:var(--radius-pill);color:#1747b5;background:#e8f3ffe0;font:600 12px/1 var(--font-zh);cursor:pointer;transition:border-color .2s ease,background-color .2s ease,color .2s ease}.profile-phone-edit:hover{border-color:#1747b557;color:#0b1739;background:#e1efff}.profile-phone-edit:focus-visible{outline:3px solid rgba(75,150,255,.24);outline-offset:2px}.profile-phone-edit.is-cancel{border-color:#4b96ff73;color:#1747b5;background:#fff}.profile-phone-edit.is-cancel:hover{border-color:#1747b580;background:#f3f8ff}::selection{color:var(--text1);background:#87bcff6b}::-moz-selection{color:var(--text1);background:#87bcff6b}html,body,dialog,.dialog-view,textarea{scrollbar-width:thin;scrollbar-color:rgba(135,188,255,.72) transparent}html::-webkit-scrollbar,body::-webkit-scrollbar,dialog::-webkit-scrollbar,.dialog-view::-webkit-scrollbar,textarea::-webkit-scrollbar{width:8px;height:8px}html::-webkit-scrollbar-track,body::-webkit-scrollbar-track,dialog::-webkit-scrollbar-track,.dialog-view::-webkit-scrollbar-track,textarea::-webkit-scrollbar-track{background:transparent}html::-webkit-scrollbar-thumb,body::-webkit-scrollbar-thumb,dialog::-webkit-scrollbar-thumb,.dialog-view::-webkit-scrollbar-thumb,textarea::-webkit-scrollbar-thumb{border:2px solid transparent;border-radius:var(--radius-pill);background:#87bcffb8;background-clip:padding-box}html::-webkit-scrollbar-thumb:hover,body::-webkit-scrollbar-thumb:hover,dialog::-webkit-scrollbar-thumb:hover,.dialog-view::-webkit-scrollbar-thumb:hover,textarea::-webkit-scrollbar-thumb:hover{background:#4b96ffd1;background-clip:padding-box}body[data-direction=street] .submit-dialog label,body[data-direction=street] .submit-dialog .field-label,body[data-direction=street] .profile-edit-dialog .field>label{margin-bottom:8px;color:var(--text1);font:700 12px/1.5 var(--font-zh);letter-spacing:0}body[data-direction=street] .submit-dialog input:not([type=checkbox]):not([type=file]):not([type=range]),body[data-direction=street] .submit-dialog textarea,body[data-direction=street] .profile-edit-dialog input:not([type=file]),body[data-direction=street] .profile-edit-dialog textarea{border:1px solid var(--border-visible);border-radius:var(--radius-control);color:var(--text1);background:var(--glass-strong);box-shadow:inset 0 1px #ffffffb8;caret-color:var(--signal);font:500 14px/1.5 var(--font-zh);transition:border-color var(--duration-fast) var(--ease-fast),box-shadow var(--duration-fast) var(--ease-fast),background-color var(--duration-fast) var(--ease-fast)}body[data-direction=street] .submit-dialog input::placeholder,body[data-direction=street] .submit-dialog textarea::placeholder,body[data-direction=street] .profile-edit-dialog input::placeholder,body[data-direction=street] .profile-edit-dialog textarea::placeholder{color:var(--text3)!important;opacity:1}body[data-direction=street] .submit-dialog input:not([type=checkbox]):not([type=file]):not([type=range]):focus,body[data-direction=street] .submit-dialog textarea:focus,body[data-direction=street] .profile-edit-dialog input:not([type=file]):focus,body[data-direction=street] .profile-edit-dialog textarea:focus{outline:0;border-color:var(--signal);background:#ffffffd6;box-shadow:0 0 0 3px #4b96ff3d,inset 0 1px #ffffffd1}body[data-direction=street] .submit-dialog .has-error input:not([type=checkbox]):not([type=file]),body[data-direction=street] .submit-dialog .has-error textarea,body[data-direction=street] .submit-dialog input[aria-invalid=true],body[data-direction=street] .submit-dialog textarea[aria-invalid=true],body[data-direction=street] .profile-edit-dialog input:user-invalid,body[data-direction=street] .profile-edit-dialog textarea:user-invalid{border-color:var(--error);box-shadow:0 0 0 3px #dc3f4b1a}body[data-direction=street] .submit-dialog .field-error,body[data-direction=street] .submit-dialog .form-error{color:var(--error);font:600 12px/1.6 var(--font-zh)}body[data-direction=street] .submit-dialog .field-error:not(:empty),body[data-direction=street] .submit-dialog .form-error:not(:empty){margin-top:8px;padding:0;border:0;background:transparent;box-shadow:none}body[data-direction=street] .submit-dialog .tag-options input:checked+span{border-color:#4b96ffb8;color:#1747b5;background:var(--accent-subtle);box-shadow:inset 0 1px #ffffffdb}body[data-direction=street] .submit-dialog .tag-options input:checked+span:before{background:var(--signal);box-shadow:0 0 0 3px #4b96ff1f}body[data-direction=street] .submit-dialog .tag-options input:focus-visible+span,body[data-direction=street] .submit-dialog .upload-zone:focus-within,body[data-direction=street] .submit-dialog .cover-upload:focus-within,body[data-direction=street] .submit-dialog .check-row input:focus-visible{outline:0;box-shadow:0 0 0 3px #4b96ff3d}body[data-direction=street] .submit-dialog .check-row input{accent-color:#0B1739}body[data-direction=street] .submit-dialog .check-row input:checked{border-color:#0b1739;background:#0b1739}body[data-direction=street] .submit-dialog .has-error .check-row input{border-color:var(--error);background:transparent;accent-color:var(--error)}body[data-direction=street] .submit-dialog .upload-zone,body[data-direction=street] .submit-dialog .cover-upload{border-color:#bad8ff;background:#ffffff85;box-shadow:inset 0 1px #fffc}body[data-direction=street] .submit-dialog .upload-zone:hover{border-color:var(--signal);background:#ffffffb8}body[data-direction=street] .submit-dialog .upload-zone[data-drag-active]{border-color:var(--signal);background:#4b96ff1a;box-shadow:inset 0 0 0 1px #4b96ff59}body[data-direction=street] .submit-dialog .video-progress-track{background:var(--surface3)}body[data-direction=street] .submit-dialog .video-progress-track i{background:var(--action-gradient)}body[data-direction=street] .submit-dialog input.video-scrubber::-webkit-slider-runnable-track{background:linear-gradient(90deg,#87BCFF 0 var(--video-progress),rgba(219,235,255,.34) var(--video-progress) 100%)}body[data-direction=street] .submit-dialog input.video-scrubber::-webkit-slider-thumb{border-color:#fff;background:#87bcff;box-shadow:0 0 0 3px #87bcff2e,0 2px 7px #0b173933}body[data-direction=street] .submit-dialog input.video-scrubber::-moz-range-track{background:#dbebff57}body[data-direction=street] .submit-dialog input.video-scrubber::-moz-range-progress,body[data-direction=street] .submit-dialog input.video-scrubber::-moz-range-thumb{background:#87bcff}body[data-direction=street] .submit-dialog input.video-scrubber:focus-visible{outline:0;box-shadow:0 0 0 3px #87bcff47}body[data-direction=street] .submit-dialog .form-actions .button:not(.button-ghost),body[data-direction=street] .confirm-dialog .confirm-actions .button:not(.button-ghost),body[data-direction=street] .profile-edit-dialog .profile-edit-primary{border:0;color:#fff;background:var(--action-gradient)}body[data-direction=street] .submit-dialog .form-actions .button-ghost,body[data-direction=street] .confirm-dialog .confirm-actions .button-ghost,body[data-direction=street] .profile-edit-dialog .profile-edit-secondary{border:1px solid var(--border-visible);color:var(--text1);background:var(--glass-strong);box-shadow:inset 0 1px #ffffffc2}body[data-direction=street] button:disabled,body[data-direction=street] input:disabled,body[data-direction=street] textarea:disabled,body[data-direction=street] .tag-options label.is-at-limit span{opacity:.4;cursor:not-allowed;transform:none!important;box-shadow:none!important}body[data-direction=street] .toast{max-width:min(360px,calc(100% - 32px));padding:14px 18px;border:1px solid rgba(255,255,255,.72)!important;border-radius:var(--radius-component);color:var(--text1)!important;background:var(--glass-strong)!important;-webkit-backdrop-filter:blur(var(--glass-blur-compact)) saturate(var(--glass-saturation));backdrop-filter:blur(var(--glass-blur-compact)) saturate(var(--glass-saturation));box-shadow:var(--shadow-2)!important;font:600 13px/1.5 var(--font-zh)}@media(prefers-reduced-motion:reduce){body[data-direction=street] .submit-dialog *,body[data-direction=street] .profile-edit-dialog *,body[data-direction=street] .confirm-dialog *{transition-duration:80ms!important}}body[data-direction=street] .submit-dialog .video-preview-footer>input.video-scrubber,body[data-direction=street] .submit-dialog .video-preview-footer>input.video-scrubber:hover,body[data-direction=street] .submit-dialog .video-preview-footer>input.video-scrubber:focus,body[data-direction=street] .submit-dialog .video-preview-footer>input.video-scrubber:focus-visible,body[data-direction=street] .submit-dialog .video-preview-footer>input.video-scrubber:active{appearance:none;-webkit-appearance:none;border:0!important;outline:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;filter:none!important;padding:0!important}body[data-direction=street] .submit-dialog .video-preview-footer>input.video-scrubber::-webkit-slider-runnable-track{height:4px;border:0;border-radius:var(--radius-pill);background:linear-gradient(90deg,#87BCFF 0 var(--video-progress),rgba(135,188,255,.24) var(--video-progress) 100%);box-shadow:none}body[data-direction=street] .submit-dialog .video-preview-footer>input.video-scrubber::-webkit-slider-thumb{width:12px;height:12px;margin-top:-4px;border:2px solid #FFFFFF;border-radius:50%;background:#87bcff;box-shadow:0 2px 7px #02071347}body[data-direction=street] .submit-dialog .video-preview-footer>input.video-scrubber:focus-visible::-webkit-slider-thumb{box-shadow:0 0 0 4px #87bcff47,0 2px 7px #02071347}body[data-direction=street] .submit-dialog .video-preview-footer>input.video-scrubber::-moz-range-track{height:4px;border:0;border-radius:var(--radius-pill);background:#87bcff3d;box-shadow:none}body[data-direction=street] .submit-dialog .video-preview-footer>input.video-scrubber::-moz-range-progress{height:4px;border-radius:var(--radius-pill);background:#87bcff}body[data-direction=street] .submit-dialog .video-preview-footer>input.video-scrubber::-moz-range-thumb{width:8px;height:8px;border:2px solid #FFFFFF;border-radius:50%;background:#87bcff;box-shadow:0 2px 7px #02071347}body[data-direction=street] .submit-dialog .video-preview-footer>input.video-scrubber:focus-visible::-moz-range-thumb{box-shadow:0 0 0 4px #87bcff47,0 2px 7px #02071347}body[data-direction=street] .submit-dialog .video-preview-footer{gap:5px 14px;padding:7px 14px 9px}body[data-direction=street] .submit-dialog .video-preview-footer>.video-scrubber{height:12px;margin:0}body[data-direction=street] .submit-dialog .video-preview-footer strong{font-size:12px;line-height:1.35}body[data-direction=street] .submit-dialog .video-preview-footer span{margin-top:1px;font-size:10px;line-height:1.3}body[data-direction=street] .submit-dialog .video-preview-footer .button-small{min-height:32px;height:32px;padding:0 14px}.input-count-control{position:relative}body[data-direction=street] .submit-dialog .input-count-control input{padding-right:108px}.input-count-control>span{position:absolute;top:50%;right:12px;padding:5px 8px;transform:translateY(-50%);border:1px solid var(--border);border-radius:var(--radius-pill);color:var(--text3);background:var(--surface2);font:500 11px/1 var(--font-body);pointer-events:none}body[data-direction=street] #work-form .field-error:not(:empty),body[data-direction=street] #work-form .form-error:not(:empty){display:grid;grid-template-columns:auto minmax(0,1fr);align-items:start;column-gap:8px}body[data-direction=street] #work-form .field-error:not(:empty){padding:8px 10px}body[data-direction=street] #work-form .form-error:not(:empty){padding:11px 14px}body[data-direction=street] #work-form .field-error:not(:empty):before,body[data-direction=street] #work-form .form-error:not(:empty):before{position:static;left:auto;top:auto;box-sizing:border-box;margin:1px 0 0;align-self:start}body[data-direction=street] #work-form .field-error:not(:empty):before{width:16px;height:16px;font-size:9px}body[data-direction=street] #work-form .form-error:not(:empty):before{width:18px;height:18px;margin-top:1px;font-size:10px}@media(max-width:600px){body[data-direction=street] .submit-dialog .video-preview-footer{gap:5px 10px;padding:7px 12px 8px}}body[data-direction=street] .jr-profile-page .profile-works-copy .profile-work-count-summary{display:flex;align-items:center;gap:12px;margin-top:12px;white-space:normal}body[data-direction=street] .jr-profile-page .profile-work-count-summary>span{display:inline-flex;align-items:baseline;gap:3px;color:var(--text2);font:500 14px/1.6 var(--font-zh)}body[data-direction=street] .jr-profile-page .profile-work-count-summary strong{margin:0;color:var(--text1);font:700 14px/1.6 var(--font-body)}body[data-direction=street] .jr-profile-page .profile-work-count-summary>i{width:1px;height:14px;flex:0 0 auto;background:var(--border-visible)}@media(max-width:767px){body[data-direction=street] .jr-profile-page .profile-works-copy .profile-work-count-summary{flex-wrap:wrap;gap:8px 12px;text-align:left}}@media(min-width:1200px){body[data-direction=street] .jr-home .jr-hero-copy{left:-64px}}@media(min-width:1600px){body[data-direction=street] .jr-home .jr-hero-copy{left:-88px}}@media(min-width:1600px){body[data-direction=street] .jr-home .jr-hero-bg{transform:translate(calc(-1.25vw - 88px)) scale(1.07);transform-origin:center}}@media(min-width:1600px){body[data-direction=street] .jr-home .jr-hero{background:linear-gradient(180deg,#dae1f3,#d7e2f6,#cad9f6,#bed1f1,#abc9ef)!important}body[data-direction=street] .jr-home .jr-hero-bg{transform:translate(calc(-1.25vw - 88px)) scale(1.04)}}@media(min-width:1600px){body[data-direction=street] .jr-home .jr-hero:after{height:430px;background:linear-gradient(180deg,#f8faff00,#f8faff1f 18%,#f8faff61 42%,#f8faffc2 72%,#f8fafff5 90%,#f8faff)}}@media(min-width:1200px){body[data-direction=street] .jr-home .jr-hero:after{height:500px;background:linear-gradient(180deg,#f8faff00,#f8faff14 14%,#f8faff4d 34%,#f8faff9e 58%,#f8faffe0 78%,#f8faff)}}@media(min-width:1200px){body[data-direction=street] .jr-home .jr-hero{background:linear-gradient(180deg,#f8faff00 0% 52%,#f8faff38 66%,#f8faff94 80%,#f8faffe0 92%,#f8faff),linear-gradient(180deg,#dae1f3,#d7e2f6,#cad9f6,#bed1f1,#abc9ef)!important}}@media(min-width:1200px){body[data-direction=street] .jr-home .jr-hero:before{background:linear-gradient(90deg,#f8faff00 0% 70%,#f8faff29 76%,#f8faff6b,#f8faffbd,#f8fafff0,#f8faff)}}.jr-footer .jr-footer-contact h2{min-height:0;margin:0 0 8px;color:var(--text2);font:600 13px/1.5 var(--font-zh);letter-spacing:0}.jr-footer .jr-footer-qr-grid img{cursor:default;transform:scale(1);transform-origin:center;transition:transform .24s cubic-bezier(.16,1,.3,1),filter .24s cubic-bezier(.16,1,.3,1)}@media(hover:hover)and (pointer:fine){.jr-footer .jr-footer-qr-grid figure:hover img{transform:scale(1.08);filter:drop-shadow(0 10px 18px rgba(29,75,148,.14))}}@media(prefers-reduced-motion:reduce){.jr-footer .jr-footer-qr-grid img{transition-duration:80ms}}.jr-footer .jr-footer-qr-grid figure{position:relative;z-index:0}@media(hover:hover)and (pointer:fine){.jr-footer .jr-footer-qr-grid figure:hover{z-index:2}.jr-footer .jr-footer-qr-grid figure:hover img{transform:scale(1.3);filter:drop-shadow(0 14px 24px rgba(29,75,148,.18))}}body[data-direction=street] .jr-home .jr-hero .jr-primary{min-width:244px;min-height:54px;height:54px;padding:0 28px;justify-content:center;gap:10px;font-size:15px}@media(min-width:768px)and (max-height:800px){body[data-direction=street] .jr-home .jr-hero .jr-primary{min-width:224px;min-height:48px;height:48px;padding-inline:24px;font-size:14px;gap:9px}}@media(max-width:767px){body[data-direction=street] .jr-home .jr-hero .jr-primary{min-width:0;width:100%;min-height:50px;height:50px;padding-inline:22px;font-size:14px;gap:9px}}body[data-direction=street] .jr-home .jr-hero .jr-primary,body[data-direction=street] .jr-home .jr-final-cta .jr-primary,body[data-direction=street] .jr-floating-submit{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:0}body[data-direction=street] .jr-home .jr-hero .jr-primary>span,body[data-direction=street] .jr-home .jr-final-cta .jr-primary>span,body[data-direction=street] .jr-floating-submit>span{position:relative;z-index:1;transform:none}body[data-direction=street] .jr-home .jr-hero .jr-primary>svg,body[data-direction=street] .jr-home .jr-final-cta .jr-primary>svg,body[data-direction=street] .jr-floating-submit>svg{position:absolute;z-index:1;top:50%;left:calc(50% + 32px);width:17px;height:17px;margin:0;transform:translateY(-50%)}body[data-direction=street] .jr-home .jr-final-cta .jr-primary{min-width:148px}@media(hover:hover)and (pointer:fine){body[data-direction=street] .jr-home .jr-hero .jr-primary:hover>svg,body[data-direction=street] .jr-home .jr-final-cta .jr-primary:hover>svg,body[data-direction=street] .jr-floating-submit:hover>svg{transform:translate(1px,-50%)}}@media(max-width:767px){body[data-direction=street] .jr-home .jr-hero .jr-primary>svg,body[data-direction=street] .jr-home .jr-final-cta .jr-primary>svg,body[data-direction=street] .jr-floating-submit>svg{left:calc(50% + 31px);width:16px;height:16px}}body[data-direction=street] .jr-home .jr-hero .jr-primary>span,body[data-direction=street] .jr-home .jr-hero .jr-primary>svg{translate:-5px 0}body[data-direction=street] .jr-floating-submit{position:fixed;z-index:100;right:28px;bottom:28px}body[data-direction=street] .jr-home .jr-final-cta .jr-primary>svg,body[data-direction=street] .jr-floating-submit>svg{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}@media(max-width:767px){body[data-direction=street] .jr-floating-submit{right:16px;bottom:max(16px,env(safe-area-inset-bottom))}}body[data-direction=street] .jr-home .jr-hero .jr-primary,body[data-direction=street] .jr-home .jr-final-cta .jr-primary,body[data-direction=street] .jr-floating-submit,body[data-direction=street] .jr-profile-page .profile-submit-button{font-size:16px}body[data-direction=street] .jr-home .jr-hero .jr-primary>svg,body[data-direction=street] .jr-home .jr-final-cta .jr-primary>svg,body[data-direction=street] .jr-floating-submit>svg{left:calc(50% + 35px);width:16px;height:16px}body[data-direction=street] .jr-profile-page .profile-submit-button{gap:8px}body[data-direction=street] .jr-profile-page .profile-submit-button svg{width:17px;height:17px}body[data-direction=street] .jr-special-copy,body[data-direction=street] .jr-incentive-copy{display:grid;grid-template-columns:auto minmax(0,1fr);grid-template-rows:auto auto;align-items:center;justify-content:start;column-gap:10px;row-gap:8px;text-align:left}body[data-direction=street] .jr-special-copy>.jr-special-icon,body[data-direction=street] .jr-incentive-copy>.jr-incentive-icon{grid-column:1;grid-row:1}body[data-direction=street] .jr-special-copy>div,body[data-direction=street] .jr-incentive-copy>div{display:contents}body[data-direction=street] .jr-special-copy .jr-award-sequence,body[data-direction=street] .jr-incentive-copy .jr-award-sequence{grid-column:2;grid-row:1;align-self:center;display:inline-flex;align-items:center;gap:10px;width:fit-content}body[data-direction=street] .jr-special-copy .jr-award-sequence:after,body[data-direction=street] .jr-incentive-copy .jr-award-sequence:after{content:"";width:30px;height:1px;background:linear-gradient(90deg,#4b96ff8c,#4b96ff00)}body[data-direction=street] .jr-special-copy h3,body[data-direction=street] .jr-incentive-copy h3,body[data-direction=street] .jr-special-award-lead .jr-special-copy h3{grid-column:1 / -1;grid-row:2;margin:0;text-align:left}body[data-direction=street] .jr-home .jr-awards-footnote{align-items:flex-start}body[data-direction=street] .jr-awards-footnote>svg{margin-top:2px}body[data-direction=street] .jr-awards-footnote-copy{display:grid;gap:5px;max-width:1120px;line-height:1.65}@media(max-width:767px){body[data-direction=street] .jr-home .jr-hero .jr-primary,body[data-direction=street] .jr-home .jr-final-cta .jr-primary,body[data-direction=street] .jr-floating-submit,body[data-direction=street] .jr-profile-page .profile-submit-button{font-size:15px}body[data-direction=street] .jr-home .jr-hero .jr-primary>svg,body[data-direction=street] .jr-home .jr-final-cta .jr-primary>svg,body[data-direction=street] .jr-floating-submit>svg{left:calc(50% + 34px)}}body[data-direction=street] .jr-home .jr-hero .jr-primary{font-size:17px;letter-spacing:.045em}body[data-direction=street] .jr-profile-page .profile-submit-button>span{display:inline-flex;align-items:center;line-height:1;translate:-5px 0}@media(min-width:1200px){body[data-direction=street] .jr-award-tier-special .jr-special-award-lead{padding:20px 24px;align-items:stretch}body[data-direction=street] .jr-award-tier-special .jr-special-award-lead .jr-special-copy{align-self:stretch;grid-template-rows:auto minmax(0,1fr)}body[data-direction=street] .jr-award-tier-special .jr-special-award-lead .jr-special-copy h3{align-self:center;font-size:22px;line-height:1.3}body[data-direction=street] .jr-award-tier-special .jr-special-award-lead dl{align-self:center}body[data-direction=street] .jr-awards-footnote-copy{max-width:none}body[data-direction=street] .jr-awards-footnote-copy>span:first-child{white-space:nowrap}}@media(max-width:767px){body[data-direction=street] .jr-home .jr-hero .jr-primary{font-size:16px}}@media(min-width:1200px){body[data-direction=street] .jr-award-tier-special .jr-special-award-lead .jr-special-copy h3{translate:0 -12px}}body[data-direction=street] .jr-time-head{justify-content:flex-start;color:var(--signal);letter-spacing:0}body[data-direction=street] .jr-time-head time{color:#1747b5;font:750 17px/1.3 var(--font-zh)}body[data-direction=street] .jr-timeline h3{margin-top:30px}body[data-direction=street] .jr-footer .jr-footer-contact h2{white-space:nowrap}@media(max-width:767px){body[data-direction=street] .jr-time-head time{font-size:16px}body[data-direction=street] .jr-timeline h3{margin-top:22px}body[data-direction=street] .jr-footer .jr-footer-contact h2{white-space:normal}}body[data-direction=street] .jr-home .jr-hero .jr-primary>span{translate:-3px 0}body[data-direction=street] .jr-home .jr-hero .jr-primary>svg{translate:-1px 0}body[data-direction=street] .jr-time-head time{color:var(--signal)}@media(hover:hover)and (pointer:fine){body[data-direction=street] .jr-footer .jr-footer-qr-grid figure:hover img{transform:scale(1.6);filter:drop-shadow(0 18px 30px rgba(21,87,219,.2))}}body[data-direction=street] .jr-profile-page .profile-submit-button>span{translate:0 0}body[data-direction=street] .jr-profile-page .profile-work{align-items:center}body[data-direction=street] .jr-profile-page .profile-work-cover{align-self:center;margin-block:0}body[data-direction=street] .jr-profile-page .profile-work-info{align-self:center}body[data-direction=street] .jr-profile-page .profile-work-topline{min-height:17px;margin:0 0 7px}body[data-direction=street] .jr-profile-page .profile-work-topline time{display:block}body[data-direction=street] .jr-profile-page .profile-work-title-row{display:flex;align-items:center;gap:10px;min-width:0}body[data-direction=street] .jr-profile-page .profile-work-title-row h3{min-width:0;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}body[data-direction=street] .jr-profile-page .profile-work-title-row .work-status{flex:0 0 auto}body[data-direction=street] :is(#confirm-dialog,#delete-draft-dialog){width:min(480px,calc(100% - 32px));border-radius:24px}body[data-direction=street] :is(#confirm-dialog,#delete-draft-dialog) .confirm-box{padding:32px}body[data-direction=street] :is(#confirm-dialog,#delete-draft-dialog) .confirm-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}body[data-direction=street] :is(#confirm-dialog,#delete-draft-dialog) .confirm-actions .button{width:100%;min-width:0;min-height:48px;padding-inline:16px}@media(max-width:767px){body[data-direction=street] .jr-profile-page .profile-work-cover{align-self:stretch}body[data-direction=street] .jr-profile-page .profile-work-title-row{align-items:flex-start;flex-wrap:wrap}}@media(max-width:480px){body[data-direction=street] :is(#confirm-dialog,#delete-draft-dialog) .confirm-box{padding:28px 20px 22px}body[data-direction=street] :is(#confirm-dialog,#delete-draft-dialog) .confirm-actions{grid-template-columns:repeat(2,minmax(0,1fr))}}body[data-direction=street] .profile-edit-dialog input:not([type=file]){color:var(--text1)!important;background-color:#ffffffc7!important;-webkit-text-fill-color:var(--text1)!important}body[data-direction=street] .profile-edit-dialog input:not([type=file]):-webkit-autofill,body[data-direction=street] .profile-edit-dialog input:not([type=file]):-webkit-autofill:hover,body[data-direction=street] .profile-edit-dialog input:not([type=file]):-webkit-autofill:focus,body[data-direction=street] .profile-edit-dialog input:not([type=file]):-webkit-autofill:active{border-color:var(--border-visible)!important;color:var(--text1)!important;background-color:#ffffffc7!important;-webkit-text-fill-color:var(--text1)!important;-webkit-box-shadow:0 0 0 1000px #F9FBFF inset,inset 0 1px 0 rgba(255,255,255,.82)!important;caret-color:var(--signal)!important}body[data-direction=street] .profile-edit-dialog input:not([type=file]):focus,body[data-direction=street] .profile-edit-dialog input:not([type=file]):-webkit-autofill:focus{border-color:var(--signal)!important;box-shadow:0 0 0 3px #4b96ff3d,inset 0 1px #ffffffd1!important;-webkit-box-shadow:0 0 0 1000px #F9FBFF inset,0 0 0 3px rgba(75,150,255,.24)!important}body[data-direction=street] .profile-edit-dialog .profile-phone-control input[readonly]{color:var(--text2)!important;background-color:#f7faffd1!important;-webkit-text-fill-color:var(--text2)!important}body[data-direction=street] .submit-dialog.is-work-edit .dialog-progress{grid-template-columns:minmax(0,1fr)}body[data-direction=street] .submit-dialog.is-work-edit .dialog-progress [data-step-indicator=work]{justify-content:flex-start;padding-inline:32px}body[data-direction=street] .submit-dialog.is-work-edit [data-submit-step=profile],body[data-direction=street] .submit-dialog.is-work-edit [data-step-indicator=profile],body[data-direction=street] .submit-dialog.is-work-edit [data-previous-submit-step]{display:none!important}@media(max-width:767px){body[data-direction=street] .submit-dialog.is-work-edit .dialog-progress [data-step-indicator=work]{padding-inline:20px}}body[data-direction=street] .submit-dialog input:not([type=checkbox]):not([type=file]):not([type=range]):-webkit-autofill,body[data-direction=street] .submit-dialog input:not([type=checkbox]):not([type=file]):not([type=range]):-webkit-autofill:hover,body[data-direction=street] .submit-dialog input:not([type=checkbox]):not([type=file]):not([type=range]):-webkit-autofill:focus,body[data-direction=street] .submit-dialog input:not([type=checkbox]):not([type=file]):not([type=range]):-webkit-autofill:active{border-color:var(--border-visible)!important;color:var(--text1)!important;background-color:#ffffffc7!important;-webkit-text-fill-color:var(--text1)!important;-webkit-box-shadow:0 0 0 1000px #F9FBFF inset,inset 0 1px 0 rgba(255,255,255,.82)!important;caret-color:var(--signal)!important}body[data-direction=street] .submit-dialog input:not([type=checkbox]):not([type=file]):not([type=range]):-webkit-autofill:focus{border-color:var(--signal)!important;-webkit-box-shadow:0 0 0 1000px #F9FBFF inset,0 0 0 3px rgba(75,150,255,.24)!important}body[data-direction=street] .profile-edit-dialog .has-error input,body[data-direction=street] .profile-edit-dialog .has-error textarea,body[data-direction=street] .profile-edit-dialog input[aria-invalid=true],body[data-direction=street] .profile-edit-dialog textarea[aria-invalid=true]{border-color:var(--error)!important;box-shadow:0 0 0 3px #dc3f4b1a!important}body[data-direction=street] .profile-edit-dialog .field-error{min-height:0;color:var(--error);font:600 12px/1.6 var(--font-zh)}body[data-direction=street] .profile-edit-dialog .field-error:not(:empty){display:flex;align-items:flex-start;gap:8px;margin-top:8px;padding:0;border:0;background:transparent;box-shadow:none}body[data-direction=street] .profile-edit-dialog .field-error:not(:empty):before{content:"";flex:0 0 auto;width:6px;height:6px;margin-top:6px;border-radius:50%;background:var(--error)}body[data-direction=street] .profile-edit-dialog .has-error>label{color:var(--error)}body[data-direction=street] .jr-home .jr-final-cta{position:relative;display:grid;grid-template-columns:repeat(12,minmax(0,1fr));align-items:center;column-gap:24px;isolation:isolate;overflow:hidden;width:100vw;max-width:none;min-height:400px;margin:72px 0 0 calc(50% - 50vw);padding:88px max(var(--page-gutter),calc((100vw - var(--container))/2));border:0;border-radius:0;color:#0b1739;background:#eaf3ff!important;box-shadow:none}body[data-direction=street] .jr-home .jr-final-cta:before{content:none}body[data-direction=street] .jr-home .jr-final-cta:after{content:"";position:absolute;z-index:0;inset:0;background:radial-gradient(circle at 82% 20%,rgba(255,117,165,.17),transparent 21%),radial-gradient(circle at 93% 76%,rgba(111,51,218,.14),transparent 23%),radial-gradient(circle at 48% 96%,rgba(55,157,255,.18),transparent 30%),linear-gradient(105deg,#f7fbfffa,#eff7ffe0 42%,#f2f5ffb8 72%,#f9f6ffdb)}body[data-direction=street] .jr-home .jr-final-cta-copy{position:relative;z-index:2;max-width:900px;grid-column:1 / span 8}body[data-direction=street] .jr-home .jr-final-cta-copy:before{content:"";position:absolute;z-index:-1;inset:-42px -64px;pointer-events:none;background:radial-gradient(ellipse at 34% 54%,rgba(239,247,255,.96) 0 38%,rgba(239,247,255,.78) 54%,rgba(239,247,255,.26) 70%,transparent 82%);filter:blur(7px)}body[data-direction=street] .jr-home .jr-final-cta .jr-eyebrow{color:#52709c!important}body[data-direction=street] .jr-home .jr-final-cta .jr-eyebrow>span{background:linear-gradient(90deg,#ffb441,#ec42b8 42%,#7117d2 72%,#2876ef)!important;box-shadow:0 0 16px #6f33da29}body[data-direction=street] .jr-home .jr-final-cta h2{display:grid;gap:5px;margin-top:0;color:#0b1739;font-size:clamp(50px,5.6vw,90px);line-height:1.02;letter-spacing:-.045em}body[data-direction=street] .jr-home .jr-final-cta h2>span{font-size:.5em;font-weight:700;letter-spacing:.015em;color:#17396f}body[data-direction=street] .jr-home .jr-final-cta h2 strong{position:relative;z-index:1;width:max-content;max-width:100%;background:linear-gradient(105deg,#ffad46,#ff6f9f 24%,#e73eba 43%,#a824cf 66%,#3918c8);-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent;filter:drop-shadow(0 12px 28px rgba(98,49,196,.1))}body[data-direction=street] .jr-home .jr-final-cta .jr-final-ripple{position:absolute;z-index:1;left:calc(max(var(--page-gutter),calc((100vw - var(--container))/2)) + 34px);top:68%;width:170vw;height:clamp(1180px,78vw,1720px);border-radius:50%;pointer-events:none;background:repeating-radial-gradient(circle at center,transparent 0 42px,rgba(75,150,255,.5) 42.5px 43.35px,rgba(255,255,255,.88) 43.35px 43.85px,transparent 44.5px 86px,rgba(74,24,199,.4) 86.5px 87.35px,rgba(255,255,255,.84) 87.35px 87.85px,transparent 88.5px 130px,rgba(240,68,194,.4) 130.5px 131.35px,rgba(255,255,255,.86) 131.35px 131.85px,transparent 132.5px 174px,rgba(243,174,86,.5) 174.5px 175.35px,rgba(255,255,255,.9) 175.35px 175.85px,transparent 176px 176px);opacity:.82;transform:translate(-50%,-50%) rotate(8deg) scaleY(.82);transform-origin:center;mix-blend-mode:normal;-webkit-mask-image:radial-gradient(ellipse at center,#000 0 42%,rgba(0,0,0,.94) 54%,rgba(0,0,0,.58) 70%,rgba(0,0,0,.16) 84%,transparent 97%);mask-image:radial-gradient(ellipse at center,#000 0 42%,rgba(0,0,0,.94) 54%,rgba(0,0,0,.58) 70%,rgba(0,0,0,.16) 84%,transparent 97%);filter:drop-shadow(0 0 1px rgba(255,255,255,.94)) drop-shadow(0 0 5px rgba(77,126,242,.18))}body[data-direction=street] .jr-home .jr-final-cta .jr-primary{position:relative;z-index:2;flex:0 0 auto;grid-column:10 / span 3;justify-self:end;min-width:178px;min-height:58px;background:linear-gradient(115deg,#123d88,#142a66 48%,#291866)!important;border:1px solid rgba(255,255,255,.74)!important;box-shadow:0 15px 34px #17337438,0 0 30px #6652e51a!important}body[data-direction=street] .jr-home .jr-final-cta .jr-primary:after{content:"";position:absolute;inset:-9px;z-index:-1;border-radius:inherit;background:linear-gradient(105deg,#ffae4433,#ee3db92e,#4a20cc33);filter:blur(15px);opacity:.75}@media(min-width:1600px){body[data-direction=street] .jr-home .jr-final-cta .jr-final-ripple{width:170vw;height:clamp(1320px,72vw,1920px)}}@media(max-width:900px){body[data-direction=street] .jr-home .jr-final-cta{grid-template-columns:1fr;align-items:start;row-gap:32px;min-height:390px;padding-top:64px;padding-bottom:56px}body[data-direction=street] .jr-home .jr-final-cta-copy,body[data-direction=street] .jr-home .jr-final-cta .jr-primary{grid-column:1}body[data-direction=street] .jr-home .jr-final-cta .jr-primary{justify-self:start}body[data-direction=street] .jr-home .jr-final-cta .jr-final-ripple{left:38px;top:68%;width:1650px;height:1120px;opacity:.56;transform:translate(-50%,-50%) rotate(7deg) scaleY(.84)}body[data-direction=street] .jr-home .jr-final-cta:after{background:linear-gradient(180deg,#f7fafff2,#f4f9ffc7 62%,#eff7ffa8)}body[data-direction=street] .jr-home .jr-final-cta .jr-primary{width:auto;min-width:166px}}body[data-direction=street] .jr-footer{border-top:0!important;background:var(--background)!important}body[data-direction=street] .jr-footer:before{content:none!important}@media(max-width:767px){body[data-direction=street] .jr-home .jr-final-cta{min-height:370px;margin-top:48px;padding:52px 24px 46px}body[data-direction=street] .jr-home .jr-final-cta h2{font-size:clamp(44px,13.5vw,62px)}body[data-direction=street] .jr-home .jr-final-cta h2 strong{width:auto}body[data-direction=street] .jr-home .jr-final-cta .jr-primary{width:164px;min-height:54px}}body[data-direction=street] .jr-home .jr-hero-meta,body[data-direction=street] .jr-home .jr-hero-actions{width:var(--hero-title-width);max-width:100%;margin-left:0!important;margin-right:0!important;justify-content:center;transform:translate(-26px)}body[data-direction=street] .jr-home .jr-hero-meta{display:flex;align-items:center}body[data-direction=street] .jr-home .jr-hero-meta .jr-date-focus{width:274px;justify-content:center;align-items:center;gap:12px}body[data-direction=street] .jr-home .jr-hero-meta .jr-date-focus dt{display:flex;align-items:center;font-size:15px;line-height:1;font-weight:750;letter-spacing:.02em}body[data-direction=street] .jr-home .jr-hero-meta .jr-date-focus dd{align-items:center;gap:4px;line-height:1}body[data-direction=street] .jr-home .jr-hero-meta .jr-date-focus strong{line-height:1;letter-spacing:-.06em}body[data-direction=street] .jr-home .jr-hero-meta .jr-date-focus dd>span{width:10px;height:auto;line-height:1}body[data-direction=street] .jr-home .jr-hero .jr-primary{min-width:274px;width:auto;min-height:64px;height:64px;padding-inline:38px;border-radius:999px;font-size:19px;font-weight:800;letter-spacing:.035em}body[data-direction=street] .jr-home .jr-hero .jr-primary>svg{left:calc(50% + 42px);width:18px;height:18px}@media(min-width:768px)and (max-height:800px){body[data-direction=street] .jr-home .jr-hero-meta,body[data-direction=street] .jr-home .jr-hero-actions{transform:translate(-20px)}body[data-direction=street] .jr-home .jr-hero-meta .jr-date-focus dt{font-size:14px}body[data-direction=street] .jr-home .jr-hero-meta .jr-date-focus{width:248px;gap:10px}body[data-direction=street] .jr-home .jr-hero .jr-primary{min-width:248px;min-height:56px;height:56px;padding-inline:32px;font-size:17px}body[data-direction=street] .jr-home .jr-hero .jr-primary>svg{left:calc(50% + 39px);width:17px;height:17px}}@media(max-width:767px){body[data-direction=street] .jr-home .jr-hero-meta,body[data-direction=street] .jr-home .jr-hero-actions{width:100%;max-width:100%;transform:none}body[data-direction=street] .jr-home .jr-hero-meta .jr-date-focus dt{font-size:13px}body[data-direction=street] .jr-home .jr-hero-meta .jr-date-focus{width:min(100%,280px);gap:9px}body[data-direction=street] .jr-home .jr-hero-meta .jr-date-focus dd{gap:3px}body[data-direction=street] .jr-home .jr-hero .jr-primary{width:min(100%,280px);min-width:0;min-height:56px;height:56px;padding-inline:30px;font-size:17px}body[data-direction=street] .jr-home .jr-hero .jr-primary>svg{left:calc(50% + 38px);width:17px;height:17px}}body[data-direction=street] .jr-home .jr-hero{overflow:visible;z-index:0}body[data-direction=street] .jr-home .jr-hero-visual{position:absolute;z-index:-2;inset:-112px -40px auto;width:auto;height:calc(100% + 472px);overflow:hidden;pointer-events:none;background:linear-gradient(90deg,#b9d8f3,#d7e4f6 48%,#f3f6ff);-webkit-mask-image:linear-gradient(180deg,#000 0 67%,rgba(0,0,0,.96) 73%,rgba(0,0,0,.78) 81%,rgba(0,0,0,.46) 88%,rgba(0,0,0,.18) 94%,transparent 100%);mask-image:linear-gradient(180deg,#000 0 67%,rgba(0,0,0,.96) 73%,rgba(0,0,0,.78) 81%,rgba(0,0,0,.46) 88%,rgba(0,0,0,.18) 94%,transparent 100%)}body[data-direction=street] .jr-home .jr-hero-visual:after{content:"";position:absolute;z-index:1;inset:0;pointer-events:none;background:linear-gradient(90deg,transparent 0 70%,rgba(248,250,255,.08) 76%,rgba(248,250,255,.34) 84%,rgba(248,250,255,.72) 92%,#f8faff 100%),linear-gradient(180deg,transparent 0 61%,rgba(248,250,255,.05) 68%,rgba(248,250,255,.18) 76%,rgba(248,250,255,.42) 84%,rgba(248,250,255,.72) 91%,rgba(248,250,255,.94) 97%,#f8faff 100%),linear-gradient(165deg,transparent 0 47%,rgba(248,250,255,.06) 57%,rgba(248,250,255,.26) 69%,rgba(248,250,255,.6) 81%,rgba(248,250,255,.9) 92%,#f8faff 100%)}body[data-direction=street] .jr-home .jr-hero-visual .jr-hero-bg{position:absolute;z-index:0;inset:auto 0;top:calc((100% - 472px - 42.424242vw) / 2);right:0;width:calc(100% + 220px);height:auto;min-height:0;object-fit:contain;object-position:center top;-webkit-mask-image:linear-gradient(180deg,#000 0 69%,rgba(0,0,0,.96) 75%,rgba(0,0,0,.72) 84%,rgba(0,0,0,.34) 92%,transparent 100%);mask-image:linear-gradient(180deg,#000 0 69%,rgba(0,0,0,.96) 75%,rgba(0,0,0,.72) 84%,rgba(0,0,0,.34) 92%,transparent 100%)}body[data-direction=street] .jr-home .jr-awards{position:relative;z-index:1;background:transparent}@media(min-width:1200px)and (max-width:1599px){body[data-direction=street] .jr-home .jr-hero-visual .jr-hero-bg{transform:translate(-192px) scale(1.06);transform-origin:center}}@media(min-width:1600px){body[data-direction=street] .jr-home .jr-hero-visual .jr-hero-bg{width:calc(100% + 280px);transform:translate(calc(-1.25vw - 252px)) scale(1.07);transform-origin:center}}@media(max-width:1199px){body[data-direction=street] .jr-home .jr-hero-visual{inset:-96px -32px auto;height:calc(100% + 356px)}body[data-direction=street] .jr-home .jr-hero-visual .jr-hero-bg{top:calc(-72px + (100% - 356px - 42.424242vw) / 2)}body[data-direction=street] .jr-home .jr-hero-visual .jr-hero-bg{width:calc(100% + 240px);transform:translate(-132px) scale(1.07);transform-origin:center}body[data-direction=street] .jr-home .jr-hero-visual:after{background:linear-gradient(90deg,transparent 0 68%,rgba(248,250,255,.18) 78%,rgba(248,250,255,.7) 92%,#f8faff 100%),linear-gradient(180deg,transparent 0 62%,rgba(248,250,255,.12) 72%,rgba(248,250,255,.42) 83%,rgba(248,250,255,.82) 93%,#f8faff 100%),linear-gradient(165deg,transparent 0 48%,rgba(248,250,255,.12) 60%,rgba(248,250,255,.46) 75%,rgba(248,250,255,.84) 90%,#f8faff 100%)}}@media(max-width:767px){body[data-direction=street] .jr-home .jr-hero{overflow:hidden}body[data-direction=street] .jr-home .jr-hero-visual{inset:0;height:100%;background:#f8faff;-webkit-mask-image:none;mask-image:none}body[data-direction=street] .jr-home .jr-hero-visual .jr-hero-bg{inset:0;width:100%;height:100%;object-fit:cover;object-position:62% center;transform:none;transform-origin:center;-webkit-mask-image:none;mask-image:none}body[data-direction=street] .jr-home .jr-hero-visual:after{background:linear-gradient(180deg,#f8faff3d,#f8faff1f 56%,#f8faffd1)}}body[data-direction=street] .jr-home{--jr-prism-gradient:linear-gradient(105deg,#ffad46 0%,#ff7398 25%,#e83db8 48%,#a425d0 70%,#4018c9 100%)}body[data-direction=street] .jr-award-tier-core .jr-award-metrics dd strong{color:transparent;background:var(--jr-prism-gradient);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;filter:drop-shadow(0 10px 22px rgba(112,51,202,.12))}body[data-direction=street] .jr-awards .jr-award-sequence{display:inline-block;width:max-content;color:transparent!important;background:var(--jr-prism-gradient);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;filter:drop-shadow(0 3px 8px rgba(132,53,204,.1))}body[data-direction=street] .jr-award-tier-core .jr-core-award>.jr-grand-light-field{opacity:.54;filter:saturate(.9) contrast(.94)}body[data-direction=street] .jr-award-tier-core .jr-core-award:before{background:radial-gradient(circle at 88% 19%,rgba(231,62,184,.14) 0%,rgba(231,62,184,.06) 18%,transparent 40%),radial-gradient(circle at 18% 91%,rgba(255,173,70,.13) 0%,rgba(255,173,70,.05) 20%,transparent 43%),radial-gradient(circle at 66% 72%,rgba(75,150,255,.13),transparent 43%),linear-gradient(180deg,transparent,rgba(247,250,255,.58) 44%,rgba(247,250,255,.88) 100%)}body[data-direction=street] .jr-award-tier-special .jr-special-award:before{background:radial-gradient(circle at 91% 14%,rgba(231,62,184,.15) 0%,rgba(231,62,184,.055) 18%,transparent 38%),radial-gradient(circle at 11% 88%,rgba(255,173,70,.13) 0%,rgba(255,173,70,.045) 19%,transparent 39%),radial-gradient(circle at 72% 66%,rgba(75,150,255,.11),transparent 42%),url(./award-grand-light-field-v41.webp) 72% 50% / cover no-repeat}body[data-direction=street] .jr-award-tier-special .jr-special-award-lead:before{background:radial-gradient(circle at 91% 14%,rgba(231,62,184,.15) 0%,rgba(231,62,184,.055) 18%,transparent 38%),radial-gradient(circle at 11% 88%,rgba(255,173,70,.13) 0%,rgba(255,173,70,.045) 19%,transparent 39%),radial-gradient(circle at 72% 66%,rgba(75,150,255,.11),transparent 42%),url(./award-grand-light-field-v41.webp) 76% 48% / cover no-repeat;opacity:.34}body[data-direction=street] .jr-award-tier-special .jr-special-award:not(.jr-special-award-lead):before{opacity:.22}body[data-direction=street] .jr-award-tier-incentive .jr-incentive-award{background:radial-gradient(circle at 92% 8%,rgba(231,62,184,.075),transparent 31%),radial-gradient(circle at 8% 94%,rgba(255,173,70,.07),transparent 32%),radial-gradient(circle at 70% 64%,rgba(75,150,255,.075),transparent 38%),#ffffff7a}@media(max-width:767px){body[data-direction=street] .jr-award-tier-core .jr-core-award:before{background:radial-gradient(circle at 88% 18%,rgba(231,62,184,.11),transparent 34%),radial-gradient(circle at 14% 88%,rgba(255,173,70,.1),transparent 36%),linear-gradient(180deg,transparent,rgba(247,250,255,.76) 70%,rgba(247,250,255,.94) 100%)}}body[data-direction=street] .jr-award-tier-core .jr-award-metrics dd strong{display:inline-block;line-height:.94;padding:.025em .018em .105em;margin-bottom:-.08em;overflow:visible}body[data-direction=street] .jr-awards .jr-award-sequence{display:inline-flex;align-items:center;gap:10px;width:max-content;overflow:visible}body[data-direction=street] .jr-special-copy .jr-award-sequence:after,body[data-direction=street] .jr-incentive-copy .jr-award-sequence:after{content:"";display:block;width:30px;height:1px;flex:0 0 30px;background:var(--jr-prism-gradient);opacity:.82;-webkit-text-fill-color:initial;filter:drop-shadow(0 1px 3px rgba(212,61,184,.18))}body[data-direction=street] .jr-grand-meta:after{background:var(--jr-prism-gradient);opacity:.82;filter:drop-shadow(0 1px 3px rgba(212,61,184,.18))}body[data-direction=street] .jr-award-tier-core .jr-core-award:before{inset:0;height:auto;background:radial-gradient(circle at 90% 12%,rgba(232,61,184,.22) 0%,rgba(232,61,184,.105) 19%,rgba(232,61,184,.025) 35%,transparent 49%),radial-gradient(circle at 14% 88%,rgba(255,173,70,.13) 0%,rgba(255,173,70,.05) 20%,transparent 43%),radial-gradient(circle at 56% 66%,rgba(75,150,255,.09),transparent 42%),linear-gradient(180deg,transparent 0%,transparent 45%,rgba(247,250,255,.56) 72%,rgba(247,250,255,.88) 100%)}body[data-direction=street] .jr-award-tier-core .jr-core-award>.jr-grand-light-field{opacity:.43;filter:saturate(.78) contrast(.93)}@media(max-width:767px){body[data-direction=street] .jr-award-tier-core .jr-award-metrics dd strong{line-height:.98;padding-bottom:.09em}body[data-direction=street] .jr-award-tier-core .jr-core-award:before{background:radial-gradient(circle at 88% 12%,rgba(232,61,184,.17),rgba(232,61,184,.055) 21%,transparent 43%),radial-gradient(circle at 13% 88%,rgba(255,173,70,.1),transparent 36%),linear-gradient(180deg,transparent 0%,transparent 48%,rgba(247,250,255,.72) 76%,rgba(247,250,255,.94) 100%)}}body[data-direction=street] .jr-award-tier-core .jr-core-award:before{background:radial-gradient(circle at 90% 12%,rgba(232,61,184,.145) 0%,rgba(232,61,184,.052) 19%,rgba(232,61,184,.014) 34%,transparent 47%),radial-gradient(circle at 14% 88%,rgba(255,173,70,.12) 0%,rgba(255,173,70,.042) 20%,transparent 43%),radial-gradient(circle at 56% 66%,rgba(75,150,255,.09),transparent 42%),linear-gradient(180deg,transparent 0%,transparent 45%,rgba(247,250,255,.56) 72%,rgba(247,250,255,.88) 100%)}body[data-direction=street] .jr-award-tier-incentive .jr-incentive-award{background:radial-gradient(circle at 92% 9%,rgba(232,61,184,.042),transparent 32%),radial-gradient(circle at 67% 66%,rgba(75,150,255,.075),transparent 39%),#ffffff7a}body[data-direction=street] .jr-timeline .is-current .jr-time-head time,body[data-direction=street] .jr-timeline .is-current>b span{color:transparent;background-image:var(--jr-prism-gradient);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}body[data-direction=street] .jr-timeline .is-current>b{background:#ffffff94;box-shadow:inset 0 0 0 1px #6d5bde1a,0 5px 14px #7033ca12}@media(max-width:767px){body[data-direction=street] .jr-award-tier-core .jr-core-award:before{background:radial-gradient(circle at 88% 12%,rgba(232,61,184,.12),rgba(232,61,184,.035) 21%,transparent 42%),radial-gradient(circle at 13% 88%,rgba(255,173,70,.09),transparent 36%),linear-gradient(180deg,transparent 0%,transparent 48%,rgba(247,250,255,.72) 76%,rgba(247,250,255,.94) 100%)}}body[data-direction=street] .jr-home .jr-hero-visual{-webkit-mask-image:linear-gradient(180deg,#000 0 65%,rgba(0,0,0,.94) 71%,rgba(0,0,0,.72) 79%,rgba(0,0,0,.43) 87%,rgba(0,0,0,.17) 94%,transparent 100%);mask-image:linear-gradient(180deg,#000 0 65%,rgba(0,0,0,.94) 71%,rgba(0,0,0,.72) 79%,rgba(0,0,0,.43) 87%,rgba(0,0,0,.17) 94%,transparent 100%)}body[data-direction=street] .jr-home .jr-hero-visual:after{inset:-2px;background:linear-gradient(90deg,transparent 0 68%,rgba(248,250,255,.07) 75%,rgba(248,250,255,.28) 84%,rgba(248,250,255,.66) 93%,rgba(248,250,255,.88) 100%),linear-gradient(180deg,transparent 0 60%,rgba(248,250,255,.045) 68%,rgba(248,250,255,.16) 76%,rgba(248,250,255,.38) 84%,rgba(248,250,255,.62) 90%,rgba(248,250,255,.38) 95%,transparent 100%),linear-gradient(165deg,transparent 0 48%,rgba(248,250,255,.05) 58%,rgba(248,250,255,.22) 70%,rgba(248,250,255,.48) 82%,rgba(248,250,255,.3) 92%,transparent 100%)}@media(min-width:1920px){body[data-direction=street] .jr-home .jr-hero-visual .jr-hero-bg{left:-600px;right:auto;width:2350px;max-width:none;top:0;transform:none;transform-origin:center}body[data-direction=street] .jr-home .jr-hero-visual:after{background:linear-gradient(90deg,transparent 0 48%,rgba(248,250,255,.04) 56%,rgba(248,250,255,.2) 65%,rgba(248,250,255,.5) 76%,rgba(248,250,255,.78) 87%,rgba(248,250,255,.92) 100%),linear-gradient(180deg,transparent 0 60%,rgba(248,250,255,.04) 68%,rgba(248,250,255,.15) 76%,rgba(248,250,255,.36) 84%,rgba(248,250,255,.58) 90%,rgba(248,250,255,.34) 95%,transparent 100%),linear-gradient(165deg,transparent 0 46%,rgba(248,250,255,.05) 57%,rgba(248,250,255,.2) 69%,rgba(248,250,255,.44) 81%,rgba(248,250,255,.27) 92%,transparent 100%)}}@media(max-width:767px){body[data-direction=street] .jr-home .jr-hero-visual{-webkit-mask-image:none;mask-image:none}body[data-direction=street] .jr-home .jr-hero-visual:after{inset:0;background:linear-gradient(180deg,#f8faff3d,#f8faff1f 56%,#f8faffd1)}}@media(min-width:768px){body[data-direction=street] .jr-home .jr-hero-visual:after{display:none}body[data-direction=street] .jr-home .jr-hero-visual .jr-hero-bg{-webkit-mask-image:linear-gradient(90deg,#000 0 66%,rgba(0,0,0,.96) 72%,rgba(0,0,0,.76) 82%,rgba(0,0,0,.38) 91%,transparent 100%),linear-gradient(180deg,#000 0 67%,rgba(0,0,0,.94) 74%,rgba(0,0,0,.68) 83%,rgba(0,0,0,.3) 92%,transparent 100%);-webkit-mask-composite:source-in;mask-image:linear-gradient(90deg,#000 0 66%,rgba(0,0,0,.96) 72%,rgba(0,0,0,.76) 82%,rgba(0,0,0,.38) 91%,transparent 100%),linear-gradient(180deg,#000 0 67%,rgba(0,0,0,.94) 74%,rgba(0,0,0,.68) 83%,rgba(0,0,0,.3) 92%,transparent 100%);mask-composite:intersect}}@media(min-width:1920px){body[data-direction=street] .jr-home .jr-hero-visual .jr-hero-bg{left:50%;right:auto;width:2350px;max-width:none;transform:translate(-1560px);transform-origin:center}}@media(max-width:767px){body[data-direction=street] .jr-home .jr-hero-visual:after{display:block}}body[data-direction=street] .jr-award-tier-core .jr-core-award{background:linear-gradient(145deg,#e4f1ff,#f3f8ff 44%,#dcecff);border-color:#fffffff0;box-shadow:inset 0 1px #fff,0 16px 40px #2d68c117;backdrop-filter:none;-webkit-backdrop-filter:none}body[data-direction=street] .jr-award-tier-core .jr-core-award>.jr-grand-light-field{display:none}body[data-direction=street] .jr-award-tier-core .jr-core-award:before{content:"";position:absolute;z-index:0;inset:0;width:auto;height:auto;opacity:1;filter:none;pointer-events:none;background:radial-gradient(ellipse 55% 39% at 103% 0%,#f44eba45,#f874cc1f 43%,#f874cc00),radial-gradient(ellipse 68% 43% at 0% 100%,#ffad603b,#ffbc8417 44%,#ffbc8400),radial-gradient(ellipse 68% 63% at 98% 76%,#569fff3b,#70b2ff00),radial-gradient(ellipse 70% 56% at 26% 37%,#ffffffc2,#fff0)}body[data-direction=street] .jr-award-tier-core .jr-core-award:after{content:"";position:absolute;z-index:1;inset:0;width:auto;height:auto;border-radius:inherit;opacity:1;filter:none;mask-image:none;-webkit-mask-image:none;pointer-events:none;background:radial-gradient(ellipse 52% 10% at 77% 99%,#fffc,#fff0)}body[data-direction=street] .jr-award-tier-core .jr-grand-trophy{opacity:.9;filter:saturate(1.06) contrast(1.02) drop-shadow(0 12px 22px rgba(47,113,206,.12))}@media(max-width:767px){body[data-direction=street] .jr-award-tier-core .jr-core-award:before{background:radial-gradient(ellipse 58% 30% at 103% 0%,#f44eba3b,#f874cc00),radial-gradient(ellipse 70% 38% at 0% 100%,#ffad6036,#ffbc8400),radial-gradient(ellipse 75% 48% at 100% 64%,#569fff38,#70b2ff00),radial-gradient(ellipse 78% 50% at 20% 25%,#ffffffb3,#fff0)}}body[data-direction=street] .jr-award-tier-special>.jr-tier-heading{position:relative}body[data-direction=street] .jr-awards-title-atmosphere{top:50%;right:-70px;left:auto;width:min(560px,85%);height:420px;transform:translateY(-50%);background:radial-gradient(ellipse 40% 44% at 38% 44%,rgba(75,150,255,.22),transparent 100%),radial-gradient(ellipse 32% 38% at 64% 36%,rgba(240,68,194,.11),transparent 100%),radial-gradient(ellipse 30% 38% at 54% 65%,rgba(74,24,199,.075),transparent 100%),radial-gradient(ellipse 32% 36% at 84% 53%,rgba(243,174,86,.13),transparent 100%);filter:blur(20px)}body[data-direction=street] .jr-grand-meta:after,body[data-direction=street] .jr-special-copy .jr-award-sequence:after,body[data-direction=street] .jr-incentive-copy .jr-award-sequence:after{-webkit-mask-image:linear-gradient(90deg,#000 0%,#000 25%,transparent 100%);mask-image:linear-gradient(90deg,#000 0%,#000 25%,transparent 100%)}@media(max-width:767px){body[data-direction=street] .jr-awards-title-atmosphere{right:-24px;width:68%;height:300px}}body[data-direction=street] .jr-award-tier-core .jr-core-award>h3 span{color:inherit;font-size:.66em}body[data-direction=street] .jr-award-tier-core .jr-award-metrics dd{align-items:baseline}body[data-direction=street] .jr-award-tier-core .jr-award-metrics dd span{color:var(--text1);transform:translateY(-.1em)}body[data-direction=street] .jr-award-tier-core .jr-award-metrics dd strong{letter-spacing:-.075em}body[data-direction=street] .jr-rules .jr-rule-list{background:radial-gradient(ellipse 55% 39% at 103% 0%,#f44eba2e,#f874cc14 43%,#f874cc00),radial-gradient(ellipse 68% 43% at 0% 100%,#ffad6026,#ffbc840f 44%,#ffbc8400),radial-gradient(ellipse 68% 63% at 98% 76%,#569fff26,#70b2ff00),radial-gradient(ellipse 70% 56% at 26% 37%,#ffffff8c,#fff0),linear-gradient(145deg,#e4f1ffc7,#f3f8ffd1 44%,#dcecffb8);border:1px solid rgba(255,255,255,.82);box-shadow:inset 0 1px #fff,0 16px 40px #2d68c111;backdrop-filter:none;-webkit-backdrop-filter:none}body[data-direction=street] .jr-awards .jr-tier-heading>.jr-tier-index,body[data-direction=street] .jr-rules .jr-rule-list article>span{font-family:Manrope,sans-serif;font-size:11px;font-weight:700;letter-spacing:.08em;font-variant-numeric:tabular-nums}body[data-direction=street] .jr-awards-title-atmosphere{opacity:.7}body[data-direction=street] .jr-floating-submit{transform:none;transition:opacity .2s ease,visibility 0s linear .2s,background .2s ease}body[data-direction=street] .jr-floating-submit.is-visible{transition-delay:0s}@media(prefers-reduced-motion:reduce){body[data-direction=street] .jr-floating-submit{transition:none}}body[data-direction=street] .jr-home .jr-hero .jr-primary:before{content:"";animation:jr-cta-color-sweep 2.4s infinite}@media(prefers-reduced-motion:reduce){body[data-direction=street] .jr-home .jr-hero .jr-primary:before{animation:none;opacity:0}}@media(min-width:768px){body[data-direction=street] .jr-home .jr-hero:before{-webkit-mask-image:linear-gradient(180deg,#000 0%,#000 calc(100% - 240px),transparent 100%);mask-image:linear-gradient(180deg,#000 0%,#000 calc(100% - 240px),transparent 100%)}}body[data-direction=street] .jr-home .jr-hero .jr-primary:before,body[data-direction=street] .jr-floating-submit:before{animation:jr-cta-color-sweep-v151 2s linear infinite}@keyframes jr-cta-color-sweep-v151{0%,25%{background-position:140% 0;opacity:0}30%{background-position:140% 0;opacity:.72;animation-timing-function:cubic-bezier(.42,0,.58,1)}80%{background-position:-40% 0;opacity:.72}85%,to{background-position:-40% 0;opacity:0}}body[data-direction=street] .jr-home .jr-hero .jr-primary:before,body[data-direction=street] .jr-floating-submit:before{animation:jr-cta-travel-v152 2s cubic-bezier(.55,0,1,.45) infinite,jr-cta-opacity-v152 2s linear infinite}@keyframes jr-cta-travel-v152{0%{background-position:100% 0}to{background-position:0% 0}}@keyframes jr-cta-opacity-v152{0%{opacity:0}65%{opacity:1}to{opacity:0}}body[data-direction=street] .jr-home .jr-hero .jr-primary:before,body[data-direction=street] .jr-floating-submit:before{animation:jr-cta-travel-v153 2.5s linear infinite,jr-cta-opacity-v153 2.5s linear infinite}@keyframes jr-cta-travel-v153{0%{background-position:100% 0;animation-timing-function:cubic-bezier(.55,0,1,.45)}60%,to{background-position:0% 0}}@keyframes jr-cta-opacity-v153{0%{opacity:0}39%{opacity:1}60%,to{opacity:0}}@media(prefers-reduced-motion:reduce){body[data-direction=street] .jr-home .jr-hero .jr-primary:before,body[data-direction=street] .jr-floating-submit:before{animation:none;opacity:0}}@keyframes jr-cta-opacity-v153{0%{opacity:0}39%{opacity:.7}60%,to{opacity:0}}@media(min-width:1600px){body[data-direction=street] .jr-home .jr-hero-visual .jr-hero-bg{left:50%;right:auto;max-width:none;width:2100px;height:auto;top:24px;transform:translate(-1275px)}}@media(min-width:1920px){body[data-direction=street] .jr-home .jr-hero-visual .jr-hero-bg{transform:translate(-1255px)}}@media(min-width:1200px)and (max-width:1599px){body[data-direction=street] .jr-home .jr-hero-visual .jr-hero-bg{transform:translate(-212px) scale(1.06)}}body[data-direction=street] .jr-home .jr-final-cta .jr-final-ripple{background:repeating-radial-gradient(circle at center,transparent 0 52px,rgba(75,150,255,.5) 52.5px 53.35px,rgba(255,255,255,.88) 53.35px 53.85px,transparent 54.5px 106px,rgba(74,24,199,.4) 106.5px 107.35px,rgba(255,255,255,.84) 107.35px 107.85px,transparent 108.5px 160px,rgba(240,68,194,.4) 160.5px 161.35px,rgba(255,255,255,.86) 161.35px 161.85px,transparent 162.5px 214px,rgba(243,174,86,.5) 214.5px 215.35px,rgba(255,255,255,.9) 215.35px 215.85px,transparent 216px 216px);transform:translate(-50%,-50%) perspective(5000px) rotateX(12deg) rotateY(-7deg) rotate(8deg) scaleY(.82)}@media(max-width:900px){body[data-direction=street] .jr-home .jr-final-cta .jr-final-ripple{transform:translate(-50%,-50%) perspective(5000px) rotateX(10deg) rotateY(-5deg) rotate(7deg) scaleY(.84)}}body[data-direction=street] .jr-home .jr-final-cta .jr-final-ripple{transform:translate(-50%,-50%) perspective(2600px) rotateX(38deg) rotateY(-20deg) rotate(8deg) scaleY(.82)}@media(max-width:900px){body[data-direction=street] .jr-home .jr-final-cta .jr-final-ripple{transform:translate(-50%,-50%) perspective(2200px) rotateX(32deg) rotateY(-16deg) rotate(7deg) scaleY(.84)}}body[data-direction=street] .jr-home .jr-final-cta .jr-final-ripple{left:48%;top:64%;transform:translate(-50%,-50%) perspective(2400px) rotateX(66deg) rotate(-3deg)}@media(max-width:900px){body[data-direction=street] .jr-home .jr-final-cta .jr-final-ripple{left:48%;top:67%;transform:translate(-50%,-50%) perspective(2000px) rotateX(64deg) rotate(-3deg)}}body[data-direction=street] .jr-home .jr-final-cta .jr-final-ripple{left:calc(max(var(--page-gutter),calc((100vw - var(--container)) / 2)) + 100px)}@media(max-width:900px){body[data-direction=street] .jr-home .jr-final-cta .jr-final-ripple{left:100px}}body[data-direction=street] .jr-home .jr-final-cta{min-height:320px;padding-top:60px;padding-bottom:60px}body[data-direction=street] .jr-home .jr-final-cta h2{gap:16px}body[data-direction=street] .jr-home .jr-final-cta .jr-primary{background:var(--action-gradient)!important;border:0!important;box-shadow:none!important}body[data-direction=street] .jr-home .jr-final-cta .jr-primary:after{inset:auto 8% -10px;height:24px;background:radial-gradient(circle at 14% 50%,rgba(75,150,255,.78) 0 18%,transparent 54%),radial-gradient(circle at 39% 55%,rgba(240,68,194,.62) 0 18%,transparent 54%),radial-gradient(circle at 65% 50%,rgba(74,24,199,.66) 0 18%,transparent 54%),radial-gradient(circle at 88% 55%,rgba(243,174,86,.64) 0 18%,transparent 54%);filter:blur(12px);opacity:0;transform:translateY(3px) scale(.92);transition:opacity .26s cubic-bezier(.16,1,.3,1),transform .26s cubic-bezier(.16,1,.3,1)}@media(hover:hover)and (pointer:fine){body[data-direction=street] .jr-home .jr-final-cta .jr-primary:hover{transform:none}body[data-direction=street] .jr-home .jr-hero .jr-primary:hover:after,body[data-direction=street] .jr-home .jr-final-cta .jr-primary:hover:after{opacity:.72;transform:translateY(5px) scale(1.04)}}@media(max-width:900px){body[data-direction=street] .jr-home .jr-final-cta{min-height:0;padding-top:42px;padding-bottom:42px;row-gap:24px}body[data-direction=street] .jr-home .jr-final-cta h2{gap:14px}}@media(prefers-reduced-motion:reduce){body[data-direction=street] .jr-home .jr-final-cta .jr-primary:after{transition:none}}body[data-direction=street] .jr-home .jr-final-cta .jr-final-ripple{inset:0;width:100%;height:100%;border-radius:0;background:none;transform:none;filter:none;opacity:.82;-webkit-mask-image:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.08) 12%,rgba(0,0,0,.3) 26%,rgba(0,0,0,.65) 43%,#000 66%),linear-gradient(90deg,#000 0 62%,rgba(0,0,0,.9) 73%,rgba(0,0,0,.55) 84%,rgba(0,0,0,.18) 94%,transparent 100%);mask-image:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.08) 12%,rgba(0,0,0,.3) 26%,rgba(0,0,0,.65) 43%,#000 66%),linear-gradient(90deg,#000 0 62%,rgba(0,0,0,.9) 73%,rgba(0,0,0,.55) 84%,rgba(0,0,0,.18) 94%,transparent 100%);-webkit-mask-composite:source-in;mask-composite:intersect}.jr-final-ripple>svg{display:block;width:100%;height:100%}@media(max-width:900px){body[data-direction=street] .jr-home .jr-final-cta .jr-final-ripple{opacity:.56}}body[data-direction=street] .jr-home .jr-awards{margin-top:-30px}body[data-direction=street] .jr-award-tier-core .jr-grand-trophy{opacity:.78;filter:saturate(1) contrast(.99) drop-shadow(0 12px 22px rgba(47,113,206,.09))}@media(min-width:768px){body[data-direction=street] .jr-home .jr-hero-visual{-webkit-mask-image:linear-gradient(180deg,#000 0 60%,rgba(0,0,0,.96) 65%,rgba(0,0,0,.82) 71%,rgba(0,0,0,.57) 79%,rgba(0,0,0,.31) 87%,rgba(0,0,0,.11) 94%,transparent 100%);mask-image:linear-gradient(180deg,#000 0 60%,rgba(0,0,0,.96) 65%,rgba(0,0,0,.82) 71%,rgba(0,0,0,.57) 79%,rgba(0,0,0,.31) 87%,rgba(0,0,0,.11) 94%,transparent 100%)}}body[data-direction=street] .jr-award-tier-core .jr-award-card-head{grid-column:1 / -1}body[data-direction=street] .jr-grand-meta{min-width:0}body[data-direction=street] .jr-awards .jr-award-sequence{max-width:100%;white-space:normal;text-transform:none}body[data-direction=street] .jr-grand-meta .jr-award-sequence{flex-shrink:0}body[data-direction=street] .jr-home .jr-rules-intro>.jr-eyebrow,body[data-direction=street] .jr-home .jr-awards .jr-award-sequence{font:700 11px/1.2 var(--font-body)!important;letter-spacing:.08em!important;text-transform:uppercase}body[data-direction=street] .jr-award-tier-special .jr-special-copy .jr-award-sequence:after{content:none;display:none}body[data-direction=street] .jr-award-tier-special .jr-special-copy .jr-award-sequence{gap:0;letter-spacing:.025em!important}body[data-direction=street] .jr-award-tier-incentive .jr-incentive-copy .jr-award-sequence:after{content:none;display:none}body[data-direction=street] .jr-award-tier-incentive .jr-incentive-copy .jr-award-sequence{gap:0;letter-spacing:.025em!important;white-space:nowrap}@media(max-width:767px){body[data-direction=street] .jr-award-tier-incentive .jr-incentive-award{display:flex;flex-direction:column;align-items:stretch;gap:18px}body[data-direction=street] .jr-award-tier-incentive .jr-incentive-copy{min-width:0;width:100%}body[data-direction=street] .jr-award-tier-incentive .jr-incentive-award dl{width:100%;min-width:0}}body[data-direction=street] .jr-awards :is(.jr-award-icon,.jr-special-icon,.jr-incentive-icon){display:inline-flex;align-items:center;justify-content:center}body[data-direction=street] .jr-awards :is(.jr-award-icon,.jr-special-icon,.jr-incentive-icon) svg{width:24px;height:24px;flex:0 0 24px;stroke-width:1.65}body[data-direction=street] .jr-special-award:nth-child(4) .jr-special-icon svg{transform:scale(.94)}@media(min-width:1200px){body[data-direction=street] .jr-special-award-lead .jr-special-copy>.jr-special-icon,body[data-direction=street] .jr-special-award-lead .jr-special-copy .jr-award-sequence{translate:0 16.7px}}body[data-direction=street] .jr-award-tier-core .jr-award-card-head{gap:6px}body[data-direction=street] .jr-award-tier-core .jr-award-icon{width:24px;flex:0 0 24px}body[data-direction=street] .jr-award-tier-core .jr-award-icon svg{transform:translate(-4px)}body[data-direction=street] .jr-award-tier-core .jr-award-metrics dd strong{padding-right:.075em}body[data-direction=street] .jr-award-tier-core .jr-grand-meta{translate:-10px 0}body[data-direction=street] .jr-award-tier-core .jr-core-award>.jr-grand-light-field{display:block;position:absolute;z-index:1;inset:0;width:100%;height:100%;object-fit:cover;object-position:72% center;opacity:.16;filter:saturate(.65);pointer-events:none}body[data-direction=street] .jr-award-tier-core .jr-core-award>.jr-grand-light-field{-webkit-mask-image:none;mask-image:none;opacity:.28}body[data-direction=street] .jr-award-tier-core .jr-core-award>.jr-grand-light-field{height:165%;max-height:none;object-position:72% top;opacity:.24;-webkit-mask-image:linear-gradient(#000 0%,#000 30%,transparent 61%);mask-image:linear-gradient(#000 0%,#000 30%,transparent 61%)}body[data-direction=street] .jr-award-tier-core .jr-core-award:before{content:"";position:absolute;z-index:0;inset:0;width:auto;height:auto;opacity:1;filter:none;pointer-events:none;background:radial-gradient(ellipse 55% 39% at 103% 0%,#ff76da45,#ff76da1f 43%,#ff76da00),radial-gradient(ellipse 68% 43% at 0% 100%,#ffc68e3b,#ffc68e17 44%,#ffc68e00),radial-gradient(ellipse 68% 63% at 98% 76%,#569fff3b,#70b2ff00),radial-gradient(ellipse 70% 56% at 26% 37%,#ffffffc2,#fff0)}@media(max-width:767px){body[data-direction=street] .jr-award-tier-core .jr-core-award:before{background:radial-gradient(ellipse 58% 30% at 103% 0%,#ff76da3b,#ff76da00),radial-gradient(ellipse 70% 38% at 0% 100%,#ffc68e36,#ffc68e00),radial-gradient(ellipse 75% 48% at 100% 64%,#569fff38,#70b2ff00),radial-gradient(ellipse 78% 50% at 20% 25%,#ffffffb3,#fff0)}}body[data-direction=street] .jr-rules .jr-rule-list{background:radial-gradient(ellipse 55% 39% at 103% 0%,#ff76da2e,#ff76da14 43%,#ff76da00),radial-gradient(ellipse 68% 43% at 0% 100%,#ffc68e26,#ffc68e0f 44%,#ffc68e00),radial-gradient(ellipse 68% 63% at 98% 76%,#569fff26,#70b2ff00),radial-gradient(ellipse 70% 56% at 26% 37%,#ffffff8c,#fff0),linear-gradient(145deg,#e4f1ffc7,#f3f8ffd1 44%,#dcecffb8);border:1px solid rgba(255,255,255,.82);box-shadow:inset 0 1px #fff,0 16px 40px #2d68c111;backdrop-filter:none;-webkit-backdrop-filter:none}body[data-direction=street] .jr-profile-page .profile-work-action{display:flex;flex-direction:column;align-items:flex-end;gap:12px}body[data-direction=street] .jr-profile-page .profile-work-delete{color:#7a5360}body[data-direction=street] .jr-profile-page .profile-work-delete:hover{color:#b52d51}body[data-direction=street] .jr-profile-page .profile-work-delete[hidden]{display:none}@media(max-width:900px){body[data-direction=street] .jr-profile-page .profile-work-action{flex-direction:row;align-items:center;gap:20px}}body[data-direction=street] #delete-draft-dialog .delete-draft-name{color:var(--text1);font-weight:700;overflow-wrap:anywhere;max-height:120px;overflow-y:auto}body[data-direction=street] .jr-profile-page .profile-work-edit{width:88px;flex:0 0 auto}@media(max-width:767px){body[data-direction=street] .jr-profile-page .profile-work-edit{width:calc((100% - 20px)/2)}}body[data-direction=street] .preview-rules-page{background:#f8faff;color:#0b1739;overscroll-behavior:contain;font-family:var(--font-body)}body:has(#rules-preview:target){overflow:hidden}body[data-direction=street] .preview-rules-header{min-height:88px;padding:20px max(32px,calc((100% - 1120px)/2));border-bottom:1px solid #e4eaf4;background:#ffffffad;backdrop-filter:blur(18px)}.preview-rules-header .rules-brand{width:310px;max-width:62%;height:auto}body[data-direction=street] .preview-rules-back{color:#475569;font:600 14px/1.5 var(--font-zh);white-space:nowrap}body[data-direction=street] .preview-rules-body{display:block;width:min(880px,calc(100% - 64px));min-height:0;padding:64px 0 40px;margin:0 auto}.rules-document-title{padding-bottom:36px;border-bottom:1px solid #d6e0ee;margin-bottom:32px}.rules-document-title .rules-kicker{margin:0 0 18px;color:#64748b;font:700 11px/1.5 var(--font-body);letter-spacing:.16em}body[data-direction=street] .preview-rules-body h1{font:800 40px/1.4 var(--font-zh);letter-spacing:0;margin:0 0 12px}.rules-document-title .rules-subtitle{margin:0;color:#475569;font:500 17px/1.8 var(--font-zh)}.rules-document{font:400 16px/1.95 var(--font-zh);color:#334155;overflow-wrap:anywhere}.rules-document p{margin:14px 0}.rules-document strong{font-weight:600;color:#1e293b}.rules-document .rules-notice{padding:24px 28px;border:1px solid #e0e8f3;border-radius:16px;background:#eff4fb;margin-bottom:44px}.rules-document .rules-notice h2{font:700 17px/1.6 var(--font-zh);margin:0 0 10px;color:#0b1739}.rules-document .rules-notice p{margin:0;font-size:15px}.rules-chapter+.rules-chapter{margin-top:42px;padding-top:36px;border-top:1px solid #e4eaf4}.rules-document .rules-chapter h2{margin:0 0 20px;font:800 23px/1.6 var(--font-zh);color:#0b1739;letter-spacing:0}.rules-document .rules-chapter h3{margin:26px 0 10px;font:700 17px/1.7 var(--font-zh);color:#0b1739}.rules-table{width:100%;table-layout:fixed;border-collapse:collapse;margin:24px 0;font:400 14px/1.8 var(--font-zh);color:#334155;background:#fff}.rules-table th,.rules-table td{padding:15px 18px;border:1px solid #e1e8f2;vertical-align:top;text-align:left}.rules-table thead th{background:#eaf0f8;color:#0b1739;font-weight:700}.rules-table tbody th{font-weight:600;color:#1e293b}.rules-table tbody tr:nth-child(2n){background:#f7f9fd}.rules-award-table th:first-child{width:43%}.rules-award-table td{white-space:nowrap}.rules-score-table th:first-child{width:17%}.rules-score-table th:nth-child(2){width:13%}.rules-document-footer{margin-top:56px;padding-top:24px;border-top:1px solid #d6e0ee;color:#64748b;font:500 12px/1.8 var(--font-zh)}@media(max-width:767px){body[data-direction=street] .preview-rules-header{min-height:72px;padding:18px 20px;gap:16px}.preview-rules-header .rules-brand{width:230px}body[data-direction=street] .preview-rules-back{font-size:12px}body[data-direction=street] .preview-rules-body{width:calc(100% - 40px);padding-top:36px}body[data-direction=street] .preview-rules-body h1{font-size:32px}.rules-document-title .rules-subtitle{font-size:15px}.rules-document{font-size:15px;line-height:1.95}.rules-document .rules-notice{padding:20px}.rules-document .rules-chapter h2{font-size:21px}.rules-table{font-size:12px}.rules-table th,.rules-table td{padding:10px 8px}.rules-award-table th:first-child{width:42%}.rules-score-table th:first-child{width:20%}.rules-score-table th:nth-child(2){width:16%}}@media print{body:has(#rules-preview:target)>:not(#rules-preview){display:none!important}body[data-direction=street] #rules-preview{position:static;overflow:visible;background:#fff}.preview-rules-back{display:none}body[data-direction=street] .preview-rules-body{width:100%;padding:24px 0}.rules-document h2,.rules-document h3{break-after:avoid}.rules-table tr{break-inside:avoid}}body[data-direction=street] #rules-preview .preview-rules-body{background:transparent}body[data-direction=street] #rules-preview .rules-document-title{width:100%;max-width:none;display:block;background:transparent}body[data-direction=street] #rules-preview .rules-document-footer{background:transparent}body[data-direction=street] #rules-preview .preview-rules-header{padding:20px 0}#rules-preview .rules-brand-link{display:inline-flex;align-items:center}#rules-preview .rules-brand{width:310px;max-width:100%}body[data-direction=street] #rules-preview .preview-rules-body{width:min(calc(100% - 2 * var(--page-gutter)),var(--container));padding-top:36px}body[data-direction=street] #rules-preview .profile-back-link{margin-bottom:28px}body[data-direction=street] #rules-preview h1{font-size:clamp(28px,2.8vw,40px);line-height:1.5}body[data-direction=street] #rules-preview .rules-subtitle{font-size:22px;font-weight:600}@media(max-width:767px){body[data-direction=street] #rules-preview .preview-rules-header{padding:18px 0}#rules-preview .rules-brand{width:250px}body[data-direction=street] #rules-preview .preview-rules-body{padding-top:24px}body[data-direction=street] #rules-preview .rules-subtitle{font-size:18px}}.rules-back-link{display:inline-flex;align-items:center;gap:8px;margin:0 0 28px;color:#475569;font:600 14px/1.5 var(--font-zh);text-decoration:none}.rules-back-link:hover{color:#17396f}.rules-back-link:focus-visible{outline:2px solid #4b96ff;outline-offset:4px;border-radius:2px}.rules-document strong{font-weight:700}.rules-document .rules-numbered-list,.rules-document .rules-bullet-list{margin:0;padding-left:1.65em;color:inherit}.rules-document .rules-numbered-list>li,.rules-document .rules-bullet-list>li{padding-left:.35em;margin:0 0 16px;line-height:1.9}.rules-document .rules-numbered-list>li::marker{color:#17396f;font-weight:700}.rules-document .rules-bullet-list{margin-top:12px;padding-left:1.35em;list-style-type:disc}.rules-document .rules-bullet-list>li{margin-bottom:8px}body[data-direction=street] #rules-preview .rules-subtitle{line-height:1.6}body[data-direction=street] #rules-preview .rules-document-footer{font-weight:400}@media(max-width:767px){.rules-document .rules-numbered-list,.rules-document .rules-bullet-list{padding-left:1.35em}}@font-face{font-family:Noto Local SC;font-style:normal;font-weight:100 900;font-display:swap;src:url(./noto-sans-sc-variable-v185.ttf) format("truetype-variations")}:root{--font-zh: "Noto Local SC", "Noto Sans SC", "Microsoft YaHei UI", "PingFang SC", sans-serif}body[data-direction=street] :is(.jr-header .jr-nav-links a,.jr-mobile-nav a,.jr-core-award h3,.jr-special-copy h3,.jr-incentive-copy h3,.jr-timeline h3,.jr-rule-list h3,button,.button,.button-primary,.jr-primary,.jr-secondary){font-family:Noto Local SC,Noto Sans SC,Microsoft YaHei UI,PingFang SC,sans-serif!important}@media(min-width:600px)and (max-width:767px){body[data-direction=street] .jr-home .jr-hero{min-height:0;padding:80px 0 40px}body[data-direction=street] .jr-home .jr-hero-visual .jr-hero-bg{object-position:45% center;opacity:.7}body[data-direction=street] .jr-home .jr-hero:before{background:linear-gradient(90deg,#f8faff14 0 37%,#f8faff57 55%,#f8faffc2),linear-gradient(180deg,#f8faff61,#f8faff1a 48%,#f8faffc7)}.jr-home .jr-hero-grid{min-height:520px;align-items:center}.jr-home .jr-hero-copy{grid-column:3 / -1;align-self:center;padding:18px 0 12px}.jr-home .jr-hero h1{width:min(100%,330px);margin-top:0}body[data-direction=street] .jr-home .jr-hero-meta,body[data-direction=street] .jr-home .jr-hero-actions{width:100%;justify-content:center}body[data-direction=street] .jr-home .jr-hero-actions{align-items:center}body[data-direction=street] .jr-home .jr-hero .jr-primary{width:248px;align-self:center}.jr-home .jr-partners{margin-top:12px}}@media(min-width:600px)and (max-width:767px){body[data-direction=street] .jr-home .jr-hero-visual .jr-hero-bg{object-position:52% center;opacity:.88}body[data-direction=street] .jr-home .jr-hero:before{background:linear-gradient(90deg,transparent 0 48%,rgba(248,250,255,.08) 60%,rgba(248,250,255,.5) 100%),linear-gradient(180deg,rgba(248,250,255,.1) 0%,transparent 44%,rgba(248,250,255,.42) 100%)}body[data-direction=street] .jr-home .jr-hero-visual:after{background:linear-gradient(180deg,transparent 0 62%,rgba(248,250,255,.16) 78%,rgba(248,250,255,.68) 100%)}}@media(max-width:767px){body[data-direction=street] .jr-award-tier-core .jr-core-award{position:relative;min-height:350px;padding:24px;grid-template-columns:minmax(0,1fr);grid-template-rows:auto auto 1fr auto;overflow:hidden}body[data-direction=street] .jr-award-tier-core .jr-core-award>h3{width:min(58%,290px);margin-top:24px}body[data-direction=street] .jr-award-tier-core .jr-award-metrics{z-index:3;width:max-content;max-width:52%;padding-top:0;grid-template-columns:1fr;border-top:0}body[data-direction=street] .jr-award-tier-core .jr-grand-trophy{position:absolute;z-index:2;right:-4px;bottom:-8px;width:auto;height:clamp(220px,38vw,270px);max-height:none;margin:0;object-fit:contain;opacity:.74;transform:none;filter:saturate(1) contrast(.99) drop-shadow(0 10px 20px rgba(47,113,206,.08));-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.72) 0%,#000 22%,rgba(0,0,0,.82) 76%,transparent 100%);mask-image:linear-gradient(180deg,rgba(0,0,0,.72) 0%,#000 22%,rgba(0,0,0,.82) 76%,transparent 100%)}body[data-direction=street] .jr-award-tier-core .jr-award-metrics div:last-child dd strong{font-size:clamp(62px,15vw,88px)}}@media(max-width:420px){body[data-direction=street] .jr-award-tier-core .jr-core-award{min-height:330px;padding:22px}body[data-direction=street] .jr-award-tier-core .jr-core-award>h3{width:64%;font-size:28px}body[data-direction=street] .jr-award-tier-core .jr-grand-trophy{right:-12px;width:auto;height:220px}}@media(max-width:767px){body[data-direction=street] .jr-home .jr-hero{min-height:0;padding:76px 0 36px}body[data-direction=street] .jr-home .jr-hero-visual{inset:0;height:100%;background:#f8faff}body[data-direction=street] .jr-home .jr-hero-visual .jr-hero-bg{inset:64px 0 auto;width:100%;height:clamp(300px,52vw,370px);object-fit:cover;object-position:52% center;opacity:.88;-webkit-mask-image:linear-gradient(180deg,#000 0 68%,rgba(0,0,0,.78) 80%,rgba(0,0,0,.28) 92%,transparent 100%);mask-image:linear-gradient(180deg,#000 0 68%,rgba(0,0,0,.78) 80%,rgba(0,0,0,.28) 92%,transparent 100%)}body[data-direction=street] .jr-home .jr-hero:before{background:linear-gradient(180deg,transparent 0 37%,rgba(248,250,255,.18) 47%,rgba(248,250,255,.78) 59%,#f8faff 70% 100%)}body[data-direction=street] .jr-home .jr-hero-visual:after{background:linear-gradient(180deg,transparent 0 46%,rgba(248,250,255,.08) 56%,rgba(248,250,255,.54) 66%,#f8faff 76% 100%)}.jr-home .jr-hero-grid{min-height:0;align-items:start}.jr-home .jr-hero-copy{width:100%;grid-column:1 / -1;padding:clamp(210px,34vw,245px) 0 10px;text-align:center}.jr-home .jr-hero h1{width:min(86%,320px);margin:0 auto}body[data-direction=street] .jr-home .jr-hero-meta,body[data-direction=street] .jr-home .jr-hero-actions{width:100%;justify-content:center}body[data-direction=street] .jr-home .jr-hero-actions{align-items:center;margin-top:24px}body[data-direction=street] .jr-home .jr-hero .jr-primary{align-self:center}.jr-home .jr-partners{margin-top:12px}body[data-direction=street] .jr-award-tier-core .jr-core-award{min-height:300px;grid-template-rows:auto auto auto 1fr}body[data-direction=street] .jr-award-tier-core .jr-core-award>h3{width:min(62%,300px);margin-top:20px}body[data-direction=street] .jr-award-tier-core .jr-award-metrics{grid-row:3;align-self:start;margin-top:18px}body[data-direction=street] .jr-award-tier-core .jr-grand-trophy{right:-4px;bottom:-10px;height:clamp(200px,34vw,240px)}.jr-home .jr-timeline li{min-height:0;padding:27px 24px 30px}.jr-home .jr-timeline li.is-current{min-height:184px;padding-bottom:64px}.jr-home .jr-timeline h3{margin-top:16px}body[data-direction=street] .jr-home .jr-final-cta{justify-items:center;text-align:center}body[data-direction=street] .jr-home .jr-final-cta-copy{width:min(100%,620px);justify-self:center}body[data-direction=street] .jr-home .jr-final-cta h2>span,body[data-direction=street] .jr-home .jr-final-cta h2 strong{width:100%;text-align:center}body[data-direction=street] .jr-home .jr-final-cta .jr-primary{justify-self:center}}@media(min-width:600px)and (max-width:767px){body[data-direction=street] .jr-award-tier-special .jr-special-award,body[data-direction=street] .jr-award-tier-special .jr-special-award-lead{min-height:132px;padding:22px 24px;display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-rows:1fr;column-gap:28px;align-items:center}body[data-direction=street] .jr-award-tier-special .jr-special-copy,body[data-direction=street] .jr-award-tier-special .jr-special-award:not(.jr-special-award-lead) .jr-special-copy{grid-column:1;grid-row:1;align-self:center}body[data-direction=street] .jr-award-tier-special .jr-special-award dl,body[data-direction=street] .jr-award-tier-special .jr-special-award-lead dl,body[data-direction=street] .jr-award-tier-special .jr-special-award:not(.jr-special-award-lead) dl{width:210px;min-width:210px;grid-column:2;grid-row:1;align-self:center;margin:0;padding:0;border-top:0}}@media(max-width:420px){body[data-direction=street] .jr-award-tier-core .jr-core-award{min-height:284px}body[data-direction=street] .jr-award-tier-core .jr-core-award>h3{width:68%}body[data-direction=street] .jr-award-tier-core .jr-grand-trophy{right:-10px;bottom:-12px;height:192px}}@media(max-width:767px){body[data-direction=street] .jr-home .jr-hero-visual .jr-hero-bg{transform:scale(1.26);transform-origin:50% 40%}body[data-direction=street] .jr-award-tier-core .jr-core-award{min-height:276px}body[data-direction=street] .jr-award-tier-core .jr-core-award>h3{margin-top:16px}body[data-direction=street] .jr-award-tier-core .jr-award-metrics{margin-top:6px}body[data-direction=street] .jr-award-tier-core .jr-grand-trophy{bottom:-14px;height:clamp(188px,32vw,226px)}body[data-direction=street] .jr-home .jr-final-cta h2>span,body[data-direction=street] .jr-home .jr-final-cta h2 strong{background:linear-gradient(105deg,#ffad46,#ff6f9f 24%,#e73eba 43%,#a824cf 66%,#3918c8);-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent}.jr-footer .jr-footer-inner{display:flex;flex-direction:column;align-items:center;gap:28px;text-align:center}.jr-footer .jr-footer-contact{order:1;width:100%;display:flex;flex-direction:column;align-items:center}.jr-footer .jr-footer-brand{display:contents}.jr-footer .jr-footer-meta{order:4;width:100%;justify-content:center;padding-top:18px}.jr-footer .jr-footer-email{order:3;justify-content:center;margin:0}.jr-footer .jr-footer-brand .jr-brand{order:5;width:min(72%,300px)!important;margin-inline:auto}.jr-footer .jr-footer-qr-grid{justify-content:center;margin-inline:auto}}@media(max-width:420px){body[data-direction=street] .jr-award-tier-core .jr-core-award{min-height:264px}body[data-direction=street] .jr-award-tier-core .jr-grand-trophy{height:180px}body[data-direction=street] .jr-home .jr-final-cta h2{font-size:32px}body[data-direction=street] .jr-home .jr-final-cta h2 strong{white-space:nowrap}}@media(max-width:767px){body[data-direction=street] .jr-award-tier-core .jr-award-metrics{transform:translateY(-14px)}body[data-direction=street] .jr-award-tier-special .jr-special-awards{grid-template-rows:repeat(5,150px);grid-auto-rows:150px}body[data-direction=street] .jr-award-tier-special .jr-special-award,body[data-direction=street] .jr-award-tier-special .jr-special-award-lead{min-height:150px;height:150px}body[data-direction=street] .jr-award-tier-incentive .jr-incentive-awards{padding:0;gap:14px;border:0;background:transparent}body[data-direction=street] .jr-award-tier-incentive .jr-incentive-award,body[data-direction=street] .jr-award-tier-incentive .jr-incentive-award+.jr-incentive-award{min-height:150px;padding:20px 18px;border:1px solid var(--glass-border);border-radius:var(--radius-component);background:#ffffff7a;box-shadow:var(--shadow-1)}body[data-direction=street] .jr-award-tier-incentive .jr-incentive-award dl{padding-top:14px;border-top:1px solid var(--border)}}@media(min-width:600px)and (max-width:767px){body[data-direction=street] .jr-award-tier-special .jr-special-awards{grid-template-rows:repeat(5,132px);grid-auto-rows:132px}body[data-direction=street] .jr-award-tier-special .jr-special-award,body[data-direction=street] .jr-award-tier-special .jr-special-award-lead{min-height:132px;height:132px}body[data-direction=street] .jr-award-tier-incentive .jr-incentive-award,body[data-direction=street] .jr-award-tier-incentive .jr-incentive-award+.jr-incentive-award{min-height:132px;padding:22px 24px;display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-rows:1fr;column-gap:28px;align-items:center}body[data-direction=street] .jr-award-tier-incentive .jr-incentive-copy{width:auto;grid-column:1;grid-row:1;align-self:center}body[data-direction=street] .jr-award-tier-incentive .jr-incentive-award dl{width:210px;min-width:210px;grid-column:2;grid-row:1;align-self:center;margin:0;padding:0;border-top:0}}.jr-slogan-narrow-break{display:none}@media(max-width:767px){body[data-direction=street] .jr-award-tier-incentive .jr-incentive-award dl{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0}body[data-direction=street] .jr-award-tier-incentive .jr-incentive-award dl div,body[data-direction=street] .jr-award-tier-incentive .jr-incentive-award dl div:first-child{min-width:0;padding-left:12px;display:flex;align-items:baseline;justify-content:flex-start;gap:6px;border-left:1px solid var(--border-visible)}body[data-direction=street] .jr-award-tier-incentive .jr-incentive-award dl div:first-child{padding-left:0;border-left:0}body[data-direction=street] .jr-award-tier-incentive .jr-incentive-award dt,body[data-direction=street] .jr-award-tier-incentive .jr-incentive-award dd{flex:0 0 auto;margin:0;white-space:nowrap}body[data-direction=street] .jr-award-tier-incentive .jr-incentive-award dd,body[data-direction=street] .jr-award-tier-incentive .jr-incentive-award dd strong{color:var(--text1);font-size:18px;font-weight:700}body[data-direction=street] .jr-home .jr-final-cta h2>span,body[data-direction=street] .jr-home .jr-final-cta h2 strong{background-image:linear-gradient(90deg,#ffad46,#f044c2 34%,#8b2bd4 66%,#2876ef)!important;-webkit-background-clip:text!important;background-clip:text!important;color:transparent!important;-webkit-text-fill-color:transparent!important}.jr-slogan-narrow-break{display:block}.jr-footer .jr-footer-brand .jr-brand{order:4}.jr-footer .jr-footer-meta{order:5}}@media(min-width:600px)and (max-width:767px){body[data-direction=street] .jr-award-tier-incentive .jr-incentive-award dl{width:210px}body[data-direction=street] .jr-award-tier-incentive .jr-incentive-award dl div,body[data-direction=street] .jr-award-tier-incentive .jr-incentive-award dl div:first-child{padding-left:16px;gap:8px}body[data-direction=street] .jr-award-tier-incentive .jr-incentive-award dl div:first-child{padding-left:0}}@media(max-width:767px){body[data-direction=street] .jr-home .jr-hero-visual{overflow:hidden}body[data-direction=street] .jr-home .jr-hero-visual .jr-hero-bg{left:-1px;width:calc(100% + 2px);transform:scale(2.52);transform-origin:50% 40%;-webkit-mask-image:linear-gradient(180deg,#000 0 64%,rgba(0,0,0,.78) 76%,rgba(0,0,0,.28) 90%,transparent 100%);mask-image:linear-gradient(180deg,#000 0 64%,rgba(0,0,0,.78) 76%,rgba(0,0,0,.28) 90%,transparent 100%)}body[data-direction=street] .jr-home .jr-hero:before{background:linear-gradient(180deg,rgba(248,250,255,.1) 0%,transparent 19%,transparent 39%,rgba(248,250,255,.22) 50%,rgba(248,250,255,.82) 64%,#f8faff 76% 100%)}body[data-direction=street] .jr-home .jr-hero-visual:after{background:linear-gradient(90deg,rgba(248,250,255,.28) 0%,transparent 9%,transparent 90%,rgba(248,250,255,.36) 100%),linear-gradient(180deg,rgba(248,250,255,.12) 0%,transparent 16%,transparent 46%,rgba(248,250,255,.2) 58%,rgba(248,250,255,.72) 69%,#f8faff 79% 100%)}body[data-direction=street] .jr-home .jr-final-cta-copy{width:max-content;max-width:100%;justify-self:center;text-align:left}body[data-direction=street] .jr-home .jr-final-cta h2{width:max-content;max-width:100%;margin-inline:auto;justify-items:start;text-align:left}body[data-direction=street] .jr-home .jr-final-cta h2>span{width:auto;text-align:left;background:none!important;color:#17396f!important;-webkit-text-fill-color:currentColor!important}body[data-direction=street] .jr-home .jr-final-cta h2 strong{width:auto;max-width:none;white-space:nowrap;text-align:left;background:linear-gradient(105deg,#ffad46,#ff6f9f 24%,#e73eba 43%,#a824cf 66%,#3918c8)!important;-webkit-background-clip:text!important;background-clip:text!important;color:transparent!important;-webkit-text-fill-color:transparent!important}.jr-slogan-narrow-break{display:none}}@media(max-width:900px){body[data-direction=street] .jr-header .jr-mobile-nav .jr-rules-link{color:#102b5a!important;font-weight:800;border-color:#3269be3d;background:linear-gradient(100deg,#4b96ff21,#f044c20e);box-shadow:inset 0 1px #ffffffbd}body[data-direction=street] .jr-header .jr-mobile-nav .jr-rules-link span{text-decoration-color:#3269be7a}body[data-direction=street] .jr-header .jr-mobile-nav .jr-rules-link svg{color:#245eb5;stroke-width:2.2}}@media(max-width:767px){body[data-direction=street] .jr-home .jr-hero-visual .jr-hero-bg{transform:translate(-14.3%,-11.7%) scale(1.764);transform-origin:50% 40%}}@media(max-width:767px){body[data-direction=street] .jr-home .jr-hero-visual .jr-hero-bg{transform:translate(calc(-14.3% + 28px),calc(-11.7% + 26px)) scale(1.764)}}.jr-talent-plan-note{position:relative;isolation:isolate;overflow:hidden;min-height:132px;padding:28px 32px;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:24px;border:1px solid rgba(91,139,211,.2);border-radius:var(--radius-component);background:linear-gradient(110deg,#ffffffc7,#f5f9ff9e),#ffffff8a;box-shadow:var(--shadow-1);-webkit-backdrop-filter:blur(var(--glass-blur)) saturate(var(--glass-saturation));backdrop-filter:blur(var(--glass-blur)) saturate(var(--glass-saturation))}.jr-talent-plan-note:before{content:"";position:absolute;z-index:-1;inset:0;background:radial-gradient(circle at 5% 110%,rgba(75,150,255,.15),transparent 32%),radial-gradient(circle at 83% -20%,rgba(240,68,194,.1),transparent 28%),radial-gradient(circle at 97% 90%,rgba(243,174,86,.1),transparent 24%);pointer-events:none}.jr-talent-plan-mark{width:76px;height:76px;display:grid;place-items:center;border:1px solid rgba(75,150,255,.28);border-radius:50%;background:#f5f9ffb8;color:#1747b5;box-shadow:inset 0 1px #ffffffe6,0 12px 30px #2e63b517}.jr-talent-plan-mark svg{width:34px;height:34px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.jr-talent-plan-copy{min-width:0}.jr-talent-plan-label{margin:0 0 9px;color:#3269ba;font:700 11px/1.4 var(--font-body);letter-spacing:.1em;text-transform:uppercase}.jr-talent-plan-copy>p:last-child{max-width:980px;margin:0;color:var(--text2);font:500 16px/1.85 var(--font-zh)}.jr-talent-plan-copy strong{color:var(--text1);font-weight:800}@media(max-width:767px){.jr-talent-plan-note{min-height:0;padding:24px 22px;grid-template-columns:1fr;gap:16px}.jr-talent-plan-mark{width:54px;height:54px}.jr-talent-plan-mark svg{width:27px;height:27px}.jr-talent-plan-label{margin-bottom:8px;font-size:10px}.jr-talent-plan-copy>p:last-child{font-size:15px;line-height:1.8}}.jr-talent-plan-note{min-height:0;padding:24px 4px 2px;grid-template-columns:34px minmax(0,1fr);align-items:start;gap:16px;overflow:visible;border:0;border-top:1px solid var(--border-visible);border-radius:0;background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.jr-talent-plan-note:before{content:none}.jr-talent-plan-mark{width:34px;height:34px;border:0;border-radius:0;background:transparent;color:#1747b5b8;box-shadow:none}.jr-talent-plan-mark svg{width:27px;height:27px;stroke-width:1.55}.jr-talent-plan-label{margin-bottom:6px;color:#3269bac7;font-size:10px;letter-spacing:.09em}.jr-talent-plan-copy>p:last-child{max-width:920px;color:var(--text3);font-size:14px;line-height:1.8}.jr-talent-plan-copy strong{color:var(--text2);font-weight:700}@media(max-width:767px){.jr-talent-plan-note{padding:20px 0 0;grid-template-columns:28px minmax(0,1fr);gap:12px}.jr-talent-plan-mark{width:28px;height:28px}.jr-talent-plan-mark svg{width:24px;height:24px}.jr-talent-plan-copy>p:last-child{font-size:13px;line-height:1.75}}.jr-talent-plan-note{width:min(100%,720px);margin-top:36px;padding:0;grid-template-columns:17px minmax(0,1fr);gap:9px;border:0}.jr-talent-plan-mark{width:17px;height:17px;margin-top:2px}.jr-talent-plan-mark svg{width:17px;height:17px;stroke-width:1.6}.jr-home .jr-awards-footnote{margin-top:22px;padding-top:20px;border-top:1px solid var(--border-visible)}@media(max-width:767px){.jr-talent-plan-note{margin-top:28px;padding:0;grid-template-columns:17px minmax(0,1fr);gap:9px}.jr-talent-plan-mark{width:17px;height:17px}.jr-talent-plan-mark svg{width:17px;height:17px}.jr-home .jr-awards-footnote{margin-top:20px;padding-top:18px}}.jr-home .jr-awards-footnote{width:100%;max-width:none}.jr-talent-plan-mark{margin-top:0}.jr-talent-plan-label{margin-bottom:10px;line-height:17px}@media(max-width:767px){.jr-talent-plan-label{margin-bottom:9px}}@media(min-width:1024px){.jr-talent-plan-note{width:100%;max-width:none}}.jr-talent-plan-copy>p:last-child{font-size:17px;line-height:1.72}@media(min-width:1024px){.jr-talent-plan-copy>p:last-child{max-width:none}}@media(max-width:767px){.jr-talent-plan-copy>p:last-child{font-size:17px;line-height:1.72}}html.is-h5-root{scroll-behavior:smooth}html.is-h5-root::-webkit-scrollbar{display:none}html.is-h5-root{scrollbar-width:none}html.is-h5-root{overflow-x:hidden}html.is-h5-root.is-h5-ios{touch-action:pan-y}body.is-h5:before{content:none;display:none}body.is-h5{min-width:0;overflow-x:hidden}body.is-h5 *::-webkit-scrollbar{display:none}body.is-h5 *{scrollbar-width:none}body.is-h5 .h5-icon{width:24px;height:24px;fill:currentColor;stroke:none;flex-shrink:0}body.is-h5 .h5-copy-button .h5-icon{width:18px;height:18px}@media(max-width:359px){body.is-h5 .h5-copy-button .h5-icon{display:none}}html.is-h5-root:not(.is-h5-ios) body.is-h5 .h5-submission-dock{padding-right:12px;padding-left:12px}@media(min-width:600px){html.is-h5-root:not(.is-h5-ios) body.is-h5 .h5-submission-dock{padding-right:24px;padding-left:24px}}@media(min-width:600px){html.is-h5-root body.is-h5 .h5-dock-copy{flex-wrap:wrap}html.is-h5-root body.is-h5 .h5-submission-url{white-space:nowrap}}html.is-h5-root body.is-h5 .h5-submission-url{overflow-wrap:normal}body.is-h5.is-android-pad,body.is-h5.is-android-pad:before,body.is-h5.is-android-pad:after,body.is-h5.is-android-pad *,body.is-h5.is-android-pad *:before,body.is-h5.is-android-pad *:after{box-shadow:none!important;mix-blend-mode:normal!important;filter:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}body.is-h5.is-android-pad .h5-hero-art:after,body.is-h5.is-android-pad .h5-jr-core-award:before,body.is-h5.is-android-pad .h5-jr-special-award:before,body.is-h5.is-android-pad .h5-jr-special-award-lead:before,body.is-h5.is-android-pad .h5-jr-incentive-award:before{background:none!important}body.is-h5.is-android-pad .h5-jr-awards{background-image:none!important}body.is-h5.is-android-pad .h5-jr-core-award{background:#ecf4ff!important}body.is-h5.is-android-pad .h5-jr-incentive-award{background:#ffffffa6!important}body.is-h5.is-android-pad .h5-jr-rule-list{background:#f0f6ff!important}body.is-h5.is-android-pad .h5-copy-button{background:#173c80!important}body.is-h5.is-android-pad .h5-copy-button:after{display:none!important}body.is-h5 .h5-hero-copy h1 img{aspect-ratio:1000 / 791}@media(max-width:294px){html.is-h5-root body.is-h5 .h5-jr-special-copy h3{font-size:15px}html.is-h5-root body.is-h5 .h5-jr-partner-item>span{font-size:9px}}html.is-h5-root body.is-h5 .h5-fallback-board{display:block;background:#e5effd}html.is-h5-root body.is-h5 .h5-fallback-board img{display:block;width:100%;height:auto;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none}html.is-h5-root body.is-h5 .h5-share-button .h5-icon{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.h5-jr-footer-meta small{-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;cursor:pointer}.h5-jr-footer-meta small::selection{background:transparent;color:inherit}@font-face{font-family:Jingrui Sans;src:url(./h5-NotoSansSC-subset.woff2) format("woff2");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Phosphor;src:url(./phosphor-regular.woff2) format("woff2");font-display:block}body.is-h5 .h5-ph.h5-ph-share-network:before{content:""}body.is-h5{color-scheme:light;--ink:#0b1739;--muted:#53617b;--blue:#2353ba;--paper:#f8faff;--dock-height:100px;--gutter:24px}body.is-h5,body.is-h5 *{box-sizing:border-box}html.is-h5-root{scroll-behavior:smooth;scroll-padding-top:85px}body.is-h5{margin:0;background:var(--paper);color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,PingFang SC,Microsoft YaHei,sans-serif;-webkit-font-smoothing:antialiased;padding-bottom:calc(var(--dock-height) + 28px)}body.is-h5 button,body.is-h5 a{-webkit-tap-highlight-color:transparent;touch-action:manipulation}body.is-h5 button{font:inherit;cursor:pointer}body.is-h5 a{color:inherit;text-decoration:none}body.is-h5 button:focus-visible,body.is-h5 a:focus-visible{outline:3px solid #376cef;outline-offset:5px}body.is-h5 img{display:block;max-width:100%}body.is-h5 h1,body.is-h5 h2,body.is-h5 h3,body.is-h5 p,body.is-h5 figure,body.is-h5 dl,body.is-h5 dd{margin:0}body.is-h5 svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}body.is-h5 [hidden]{display:none!important}body.is-h5 .h5-ph{font:24px/1 Phosphor;font-style:normal}body.is-h5 .h5-ph-share-network:before{content:""}body.is-h5 .h5-ph-copy:before{content:""}body.is-h5 .h5-skip-link,body.is-h5 .h5-jr-visually-hidden{position:absolute;clip-path:inset(50%);width:1px;height:1px;overflow:hidden}body.is-h5 .h5-skip-link:focus{clip-path:none;width:auto;height:auto;top:10px;left:10px;padding:12px;background:#fff;z-index:100}body.is-h5 .h5-page-container{width:min(100% - var(--gutter)*2,1120px);margin-inline:auto}body.is-h5 .h5-site-header{position:relative;z-index:5;background:#f0f7ffd9;border-bottom:1px solid #fff9;padding-top:env(safe-area-inset-top)}body.is-h5 .h5-header-inner{min-height:64px;width:min(100% - var(--gutter)*2,1120px);margin:auto;display:flex;align-items:center;justify-content:space-between;gap:16px}body.is-h5 .h5-header-inner>a{flex:0 1 180px}body.is-h5 .h5-header-inner img{width:180px;height:auto}body.is-h5 .h5-header-inner nav{display:flex;gap:20px;flex-shrink:0}body.is-h5 .h5-header-inner nav a{display:flex;align-items:center;min-height:44px;font-size:14px;font-weight:600}body.is-h5 .h5-hero{background:linear-gradient(135deg,#d3e6fb,#e7eafd 50%,#f8faff);padding-bottom:8px}body.is-h5 .h5-hero-stage{position:relative;display:grid;grid-template-columns:minmax(0,1fr);overflow:hidden}body.is-h5 .h5-hero-copy{position:relative;z-index:1;padding:26px var(--gutter) 10px;text-align:center}body.is-h5 .h5-hero-copy h1{width:min(100%,320px);margin-inline:auto}body.is-h5 .h5-hero-copy h1 img{width:100%;height:auto}body.is-h5 .h5-collection-date{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;margin-top:10px;font-size:14px}body.is-h5 .h5-collection-date>span{color:#354b75;letter-spacing:2px}body.is-h5 .h5-collection-date strong{font-family:Arial,sans-serif;font-size:24px;font-weight:800;letter-spacing:.5px}body.is-h5 .h5-collection-date em{font-style:normal;font-size:17px;padding:0 3px;font-weight:400;opacity:.5}body.is-h5 .h5-hero-art{position:relative;height:clamp(275px,42vh,380px);height:clamp(275px,42svh,380px);overflow:hidden;isolation:isolate}body.is-h5 .h5-hero-art img{width:100%;height:100%;max-width:none;object-fit:cover;object-position:43% 35%}body.is-h5 .h5-hero-art:after{content:"";position:absolute;inset:-1px;pointer-events:none;background:linear-gradient(180deg,#e0e9fc 0%,transparent 14%,transparent 78%,#f8faff 100%)}body.is-h5 .h5-jr-partners{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 16px;padding:24px 20px;border:1px solid #fff;border-radius:20px;background:#ffffffa6;position:relative;margin-top:0;box-shadow:0 8px 26px #4968b009}body.is-h5 .h5-jr-partner-item{display:flex;flex-direction:column;align-items:center;gap:12px;min-width:0}body.is-h5 .h5-jr-partner-item>span{font-size:12px;color:var(--muted);text-align:center}body.is-h5 .h5-jr-partner-item img{height:26px;width:auto;max-width:130px;object-fit:contain}body.is-h5 .h5-jr-partner-item .h5-jr-hujing-logo{height:31px}body.is-h5 .h5-jr-partner-item .h5-jr-tapnow-logo{height:25px}body.is-h5 .h5-jr-section{padding:64px 0 0}body.is-h5 .h5-jr-eyebrow{font:11px/1.4 Arial,sans-serif;letter-spacing:2px;color:var(--blue);display:flex;align-items:center;gap:8px;margin-bottom:12px}body.is-h5 .h5-jr-eyebrow>span{width:6px;height:6px;border:1.5px solid #5886e6;border-radius:50%}body.is-h5 .h5-jr-section h2{font-size:32px;line-height:1.25;letter-spacing:-1px;font-weight:800}body.is-h5 .h5-jr-awards-heading>p:last-child{font-size:16px;line-height:1.85;color:var(--muted);margin-top:16px;max-width:620px}body.is-h5 .h5-jr-awards{background:radial-gradient(ellipse at 0% 35%,#dfebff,transparent 60%)}body.is-h5 .h5-jr-awards-stack{margin-top:32px}body.is-h5 .h5-jr-tier-heading{display:flex;gap:10px;align-items:center;margin:28px 0 16px;position:relative}body.is-h5 .h5-jr-tier-index{font:12px Arial,sans-serif;letter-spacing:1px;color:var(--blue);display:flex;align-items:center;gap:8px}body.is-h5 .h5-jr-tier-index:after{content:"";width:16px;height:1px;background:#a8c6f1}body.is-h5 .h5-jr-tier-heading h3{font-size:20px}body.is-h5 .h5-jr-core-award{position:relative;isolation:isolate;min-height:340px;padding:24px;border-radius:22px;border:1px solid white;overflow:hidden;background:radial-gradient(ellipse at 100% 0%,#f2d9f7,transparent 60%),linear-gradient(130deg,#e0efff,#f2f8ff 60%,#d4e9ff);box-shadow:0 12px 36px #3564a90c}body.is-h5 .h5-jr-grand-light-field{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.45;z-index:-2;mix-blend-mode:screen}body.is-h5 .h5-jr-award-card-head{display:flex;align-items:center;gap:10px;position:relative;z-index:2}body.is-h5 .h5-jr-award-icon{color:var(--blue)}body.is-h5 .h5-jr-award-sequence{font:10px Arial,sans-serif;letter-spacing:1.2px;color:var(--muted)}body.is-h5 .h5-jr-core-award>h3{position:relative;z-index:2;font-size:25px;margin-top:64px;width:53%;line-height:1.5}body.is-h5 .h5-jr-core-award>h3>span{display:block;font-size:14px;font-weight:400;color:var(--muted);margin-top:8px}body.is-h5 .h5-jr-award-metrics{position:relative;z-index:2;margin-top:8px}body.is-h5 .h5-jr-award-metrics dd{display:flex;align-items:baseline;gap:5px}body.is-h5 .h5-jr-award-metrics strong{font:800 64px/1.15 Arial,sans-serif;letter-spacing:-3px}body.is-h5 .h5-jr-award-metrics dd>span{font-size:22px}body.is-h5 .h5-jr-grand-trophy{position:absolute;right:-14px;bottom:5px;width:55%;height:85%;object-fit:contain;z-index:0;opacity:.86}body.is-h5 .h5-jr-special-awards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}body.is-h5 .h5-jr-special-award{padding:20px 16px;border:1px solid white;background:#ffffffbd;border-radius:20px;min-width:0;box-shadow:0 8px 22px #3160b008}body.is-h5 .h5-jr-special-award-lead{grid-column:1/-1;background:linear-gradient(115deg,#e7f2ff,#fff)}body.is-h5 .h5-jr-special-copy{display:flex;gap:9px;align-items:center}body.is-h5 .h5-jr-special-icon{color:var(--blue);display:flex}body.is-h5 .h5-jr-special-copy h3{font-size:17px;line-height:1.55;margin-top:4px}body.is-h5 .h5-jr-special-copy .h5-jr-award-sequence{font-size:9px;letter-spacing:.7px}body.is-h5 .h5-jr-special-award:not(.h5-jr-special-award-lead) .h5-jr-special-copy{display:block}body.is-h5 .h5-jr-special-award:not(.h5-jr-special-award-lead) .h5-jr-special-icon{margin-bottom:12px}body.is-h5 .h5-jr-special-award dl{display:flex;justify-content:space-between;gap:6px;margin-top:24px}body.is-h5 .h5-jr-special-award dl>div{display:flex;flex-direction:column;gap:6px}body.is-h5 .h5-jr-special-award dt{color:var(--muted);font-size:12px}body.is-h5 .h5-jr-special-award dd{font-size:21px;font-weight:750;white-space:nowrap}body.is-h5 .h5-jr-special-award-lead{display:flex;align-items:center;justify-content:space-between;gap:12px}body.is-h5 .h5-jr-special-award-lead dl{margin-top:0;gap:20px}body.is-h5 .h5-jr-icon-tint{fill:#609aea14}body.is-h5 .h5-jr-icon-solid{fill:currentColor;stroke:none}body.is-h5 .h5-jr-incentive-awards{display:grid;gap:12px}body.is-h5 .h5-jr-incentive-award{border:1px solid #dfe8f5;border-radius:20px;padding:22px;background:#fff8}body.is-h5 .h5-jr-incentive-copy{display:flex;align-items:center;gap:12px}body.is-h5 .h5-jr-incentive-icon{color:var(--blue)}body.is-h5 .h5-jr-incentive-copy h3{font-size:19px;margin-top:5px}body.is-h5 .h5-jr-incentive-award dl{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:20px;padding-top:18px;border-top:1px solid #dfe8f5}body.is-h5 .h5-jr-incentive-award dl>div{display:flex;flex-direction:column;gap:8px}body.is-h5 .h5-jr-incentive-award dt{font-size:12px;color:var(--muted)}body.is-h5 .h5-jr-incentive-award dd{font-size:14px}body.is-h5 .h5-jr-incentive-award strong{font:700 30px Arial,sans-serif;margin-right:4px}body.is-h5 .h5-jr-awards-footnote{margin-top:24px;display:flex;gap:10px;align-items:flex-start;color:var(--muted);font-size:12px;line-height:1.9}body.is-h5 .h5-jr-awards-footnote svg{width:17px;height:17px;margin-top:3px}body.is-h5 .h5-jr-awards-footnote-copy{display:grid;gap:8px}body.is-h5 .h5-jr-timeline{list-style:none;margin:30px 0 0;padding:0 0 0 16px}body.is-h5 .h5-jr-timeline li{position:relative;border-left:1px solid #ccdbee;padding:0 0 32px 26px}body.is-h5 .h5-jr-timeline li:last-child{padding-bottom:0}body.is-h5 .h5-jr-timeline li:before{content:"";position:absolute;left:-6px;top:3px;width:11px;height:11px;background:#f8faff;border:2px solid #5487d9;border-radius:50%;box-shadow:0 0 0 5px #edf3fd}body.is-h5 .h5-jr-time-head{color:var(--blue);font:600 16px/1.4 Arial,PingFang SC,sans-serif}body.is-h5 .h5-jr-timeline h3{font-size:22px;margin:12px 0 8px}body.is-h5 .h5-jr-timeline p{color:var(--muted);font-size:16px;line-height:1.8}body.is-h5 .h5-jr-timeline b{display:inline-block;margin-top:12px;padding:5px 10px;font-size:12px;border-radius:30px;background:#e3edff;color:var(--blue)}body.is-h5 .h5-jr-rules-intro>p:not(.h5-jr-eyebrow){margin-top:16px;font-size:16px;line-height:1.85;color:var(--muted)}body.is-h5 .h5-jr-rule-list{padding:4px 22px 20px;border:1px solid #fff;border-radius:22px;background:linear-gradient(135deg,#fff,#eef4ff);margin-top:24px}body.is-h5 .h5-jr-rule-list article{display:flex;gap:15px;padding:22px 0;border-bottom:1px solid #e2eaf6}body.is-h5 .h5-jr-rule-list article>span{font:12px/1.8 Arial,sans-serif;color:var(--blue);padding-top:3px}body.is-h5 .h5-jr-rule-list h3{font-size:18px;margin-bottom:8px}body.is-h5 .h5-jr-rule-list article p{font-size:16px;line-height:1.85;color:var(--muted)}body.is-h5 .h5-jr-rule-note{color:var(--muted);font-size:12px;line-height:1.9;margin-top:18px}body.is-h5 .h5-jr-final-cta{padding:48px 0 56px;text-align:center}body.is-h5 .h5-jr-final-cta h2{font-size:clamp(23px,5.5vw,36px);line-height:1.7;letter-spacing:-.6px}body.is-h5 .h5-jr-final-cta h2 span,body.is-h5 .h5-jr-final-cta h2 strong{display:block}body.is-h5 .h5-jr-final-cta h2 strong{color:var(--blue)}body.is-h5 .h5-jr-footer{padding:32px 0;background:#edf3fd;border-top:1px solid #dae4f3}body.is-h5 .h5-jr-footer-logo{width:215px;height:auto}body.is-h5 .h5-jr-footer-email{display:flex;flex-wrap:wrap;gap:8px;font-size:14px;line-height:1.8;color:var(--muted);margin-top:20px}body.is-h5 .h5-jr-footer-email-address{color:var(--ink);overflow-wrap:anywhere}body.is-h5 .h5-jr-footer-contact{margin-top:32px}body.is-h5 .h5-jr-footer-contact h2{font-size:15px;font-weight:500;line-height:1.7}body.is-h5 .h5-jr-footer-qr-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-top:18px}body.is-h5 .h5-jr-footer-qr-grid img{width:100%;height:auto;border-radius:8px}body.is-h5 .h5-jr-footer-meta{padding-top:28px;margin-top:28px;border-top:1px solid #d7e2f2}body.is-h5 .h5-jr-footer-meta small{font:10px/1.7 Arial,sans-serif;letter-spacing:.7px;color:var(--muted)}body.is-h5 .h5-submission-dock{position:fixed;z-index:20;bottom:0;left:0;right:0;padding:14px max(16px,env(safe-area-inset-right)) calc(14px + env(safe-area-inset-bottom)) max(16px,env(safe-area-inset-left));border-top:1px solid #ffffffc9;background:#f4f8ffe0;backdrop-filter:blur(24px) saturate(150%);-webkit-backdrop-filter:blur(24px) saturate(150%);box-shadow:0 -6px 32px #183f8112}body.is-h5 .h5-dock-inner{position:relative;max-width:1120px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:12px}body.is-h5 .h5-dock-copy{min-width:0;display:flex;flex-direction:column;gap:5px;font-size:13px;line-height:1.55}body.is-h5 .h5-submission-url{font:12px/1.6 Arial,sans-serif;font-weight:700;color:#475b81;overflow-wrap:anywhere;user-select:text;-webkit-user-select:text}body.is-h5 .h5-copy-button{display:flex;flex-shrink:0;align-items:center;justify-content:center;gap:7px;min-height:46px;padding:0 16px;border:1px solid #18254a;border-radius:99px;background:linear-gradient(130deg,#253e6e,#070f27);color:#fff;font-size:14px;white-space:nowrap;box-shadow:0 4px 15px #0b17391a}body.is-h5 .h5-copy-button .h5-ph{font-size:18px}body.is-h5 .h5-copy-button:active{transform:scale(.97)}body.is-h5 .h5-copy-button:disabled{opacity:.7}body.is-h5 .h5-share-button{position:absolute;right:0;bottom:calc(100% + 28px);width:46px;height:46px;border-radius:50%;border:1px solid white;background:#f8faffdc;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);color:var(--ink);display:grid;place-items:center;box-shadow:0 5px 20px #183f8120;cursor:default}body.is-h5 .h5-toast{position:fixed;z-index:30;left:50%;bottom:calc(var(--dock-height) + 72px);transform:translate(-50%);width:max-content;max-width:calc(100% - 48px);padding:13px 18px;border-radius:14px;color:#fff;background:#0b1739ed;font-size:14px;line-height:1.7;text-align:center;box-shadow:0 8px 28px #0b173926}@media(min-width:600px){body.is-h5{--gutter:40px}body.is-h5 .h5-header-inner{min-height:76px}body.is-h5 .h5-header-inner>a,body.is-h5 .h5-header-inner img{width:220px;flex-basis:220px}body.is-h5 .h5-header-inner nav{gap:32px}body.is-h5 .h5-hero-copy{padding-top:34px}body.is-h5 .h5-hero-copy h1{width:390px}body.is-h5 .h5-collection-date{margin-top:14px;gap:18px}body.is-h5 .h5-collection-date strong{font-size:30px}body.is-h5 .h5-hero-art{height:clamp(340px,42vh,490px);height:clamp(340px,42svh,490px)}body.is-h5 .h5-jr-partners{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;padding:30px 16px}body.is-h5 .h5-jr-partner-item img{max-width:120px}body.is-h5 .h5-jr-section{padding-top:80px}body.is-h5 .h5-jr-section h2{font-size:40px}body.is-h5 .h5-jr-core-award{min-height:380px}body.is-h5 .h5-jr-core-award>h3{font-size:32px;margin-top:95px}body.is-h5 .h5-jr-grand-trophy{width:50%;right:0}body.is-h5 .h5-jr-award-metrics strong{font-size:76px}body.is-h5 .h5-jr-special-awards{gap:16px}body.is-h5 .h5-jr-special-award{padding:24px}body.is-h5 .h5-jr-special-award:not(.h5-jr-special-award-lead) .h5-jr-special-copy{display:flex}body.is-h5 .h5-jr-special-award:not(.h5-jr-special-award-lead) .h5-jr-special-icon{margin-bottom:0}body.is-h5 .h5-jr-special-copy h3{font-size:20px}body.is-h5 .h5-jr-special-award dl{margin-top:24px}body.is-h5 .h5-jr-special-award-lead dl{margin:0;gap:38px}body.is-h5 .h5-jr-incentive-awards{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}body.is-h5 .h5-jr-footer-qr-grid{max-width:640px;gap:16px}body.is-h5 .h5-dock-copy{flex-direction:row;align-items:baseline;gap:4px;font-size:15px}body.is-h5 .h5-submission-url{font-size:14px}body.is-h5 .h5-copy-button{padding-inline:24px;font-size:15px;min-height:48px}body.is-h5 .h5-submission-dock{padding-inline:32px}body.is-h5 .h5-jr-timeline{display:grid;grid-template-columns:1fr 1fr;gap:36px 24px}body.is-h5 .h5-jr-timeline li{padding-bottom:0}body.is-h5 .h5-jr-rules-grid{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:32px}body.is-h5 .h5-jr-rule-list{margin-top:0}body.is-h5 .h5-jr-final-cta{padding-block:64px}}@media(min-width:960px)and (min-aspect-ratio:6/5){body.is-h5 .h5-hero-stage{grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);min-height:560px;align-items:center}body.is-h5 .h5-hero-art{grid-column:1;grid-row:1;height:560px}body.is-h5 .h5-hero-art img{object-position:45% center}body.is-h5 .h5-hero-art:after{background:linear-gradient(90deg,transparent 80%,#e1eafd),linear-gradient(180deg,transparent 80%,#f8faff)}body.is-h5 .h5-hero-copy{grid-column:2;grid-row:1;padding:32px 32px 32px 0}body.is-h5 .h5-hero-copy h1{width:min(100%,480px)}body.is-h5 .h5-hero{background:linear-gradient(130deg,#d3e6fb,#e1eafd)}body.is-h5 .h5-jr-partners{margin-top:0}body.is-h5 .h5-jr-awards-primary-grid{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:24px}body.is-h5 .h5-jr-core-award{height:calc(100% - 64px);min-height:460px}body.is-h5 .h5-jr-core-award>h3{margin-top:150px;font-size:26px}body.is-h5 .h5-jr-grand-trophy{height:70%;width:57%;right:-10px}body.is-h5 .h5-jr-special-copy h3{font-size:18px}body.is-h5 .h5-jr-special-award{padding:22px 18px}body.is-h5 .h5-jr-special-award dl{margin-top:20px}body.is-h5 .h5-jr-special-award-lead dl{margin-top:0;gap:18px}body.is-h5 .h5-jr-timeline{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;padding-left:0}body.is-h5 .h5-jr-timeline li{border-left:0;border-top:1px solid #ccdbee;padding:26px 12px 0 0}body.is-h5 .h5-jr-timeline li:before{top:-6px;left:0}body.is-h5 .h5-jr-time-head,body.is-h5 .h5-jr-timeline p{font-size:14px}body.is-h5 .h5-jr-footer-inner{display:grid;grid-template-columns:1fr 1.2fr;column-gap:48px}body.is-h5 .h5-jr-footer-contact{margin-top:0}body.is-h5 .h5-jr-footer-meta{grid-column:1/-1}}@media(min-width:600px)and (max-height:850px)and (max-aspect-ratio:6/5){body.is-h5 .h5-hero-copy h1{width:300px}body.is-h5 .h5-hero-copy{padding-top:20px}body.is-h5 .h5-hero-art{height:320px}body.is-h5 .h5-collection-date strong{font-size:25px}}@media(max-width:359px){body.is-h5{--gutter:18px}body.is-h5 .h5-header-inner>a{flex-basis:150px}body.is-h5 .h5-header-inner nav{gap:12px;font-size:13px}body.is-h5 .h5-hero-copy{padding-top:20px}body.is-h5 .h5-hero-copy h1{width:270px}body.is-h5 .h5-hero-art{height:275px}body.is-h5 .h5-jr-special-award{padding:18px 12px}body.is-h5 .h5-jr-special-copy h3{font-size:16px}body.is-h5 .h5-jr-special-award-lead{display:block}body.is-h5 .h5-jr-special-award-lead dl{margin-top:18px;justify-content:flex-start;gap:36px}body.is-h5 .h5-copy-button{padding-inline:13px}body.is-h5 .h5-copy-button .h5-ph{display:none}body.is-h5 .h5-dock-inner{gap:8px}body.is-h5 .h5-submission-url{font-size:12px}body.is-h5 .h5-jr-footer-qr-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}}@media(prefers-reduced-motion:reduce){html.is-h5-root{scroll-behavior:auto}body.is-h5,body.is-h5 *,body.is-h5 *:before,body.is-h5 *:after{animation:none!important;transition:none!important}}@media(prefers-reduced-transparency:reduce){body.is-h5 .h5-submission-dock,body.is-h5 .h5-share-button{background:#f3f7ff;backdrop-filter:none}}body.is-h5{--jr-prism-gradient:linear-gradient(105deg,#ffad46 0%,#ff7398 25%,#e83db8 48%,#a425d0 70%,#4018c9 100%)}body.is-h5 .h5-header-inner{min-height:56px}body.is-h5 .h5-header-inner>a{flex-basis:156px}body.is-h5 .h5-header-inner img{width:156px;height:auto}body.is-h5 .h5-hero-stage{background:#e2eafd}body.is-h5 .h5-hero-art{grid-row:1;height:clamp(280px,43vh,390px);height:clamp(280px,43svh,390px)}body.is-h5 .h5-hero-copy{grid-row:2;padding:0 var(--gutter) 28px}body.is-h5 .h5-hero-copy h1{width:min(100%,304px)}body.is-h5 .h5-hero-art:after{background:linear-gradient(180deg,rgba(226,234,253,.25),transparent 15%,transparent 73%,#e2eafd 100%)}body.is-h5 .h5-jr-partners{padding:18px 16px;gap:18px 12px;border-radius:18px}body.is-h5 .h5-jr-partner-item{gap:9px}body.is-h5 .h5-jr-partner-item img{height:21px;max-width:108px;width:auto}body.is-h5 .h5-jr-partner-item .h5-jr-hujing-logo{height:25px}body.is-h5 .h5-jr-partner-item .h5-jr-tapnow-logo{height:20px}body.is-h5 .h5-jr-partner-item>span{font-size:12px}body.is-h5 .h5-jr-footer-logo{width:180px}body.is-h5 .h5-jr-core-award{min-height:300px;padding:26px 24px;background:linear-gradient(145deg,#e4f1ff,#f3f8ff 44%,#dcecff);border-color:#fffffff0;box-shadow:inset 0 1px #fff,0 16px 40px #2d68c117}body.is-h5 .h5-jr-grand-light-field{display:none}body.is-h5 .h5-jr-core-award:before{content:"";position:absolute;z-index:-1;inset:0;pointer-events:none;background:radial-gradient(ellipse 55% 39% at 103% 0%,rgba(244,78,186,.27),rgba(248,116,204,.12) 43%,transparent 100%),radial-gradient(ellipse 68% 43% at 0% 100%,rgba(255,173,96,.23),rgba(255,188,132,.09) 44%,transparent 100%),radial-gradient(ellipse 68% 63% at 98% 76%,rgba(86,159,255,.23),transparent 100%),radial-gradient(ellipse 70% 56% at 26% 37%,rgba(255,255,255,.76),transparent 100%)}body.is-h5 .h5-jr-core-award>h3{width:auto;margin-top:30px;font-size:25px;letter-spacing:-.025em;line-height:1.5}body.is-h5 .h5-jr-core-award>h3>span{display:inline;margin:0;color:inherit;font-size:.66em;font-weight:700;letter-spacing:.01em;white-space:nowrap}body.is-h5 .h5-jr-award-metrics{margin-top:14px}body.is-h5 .h5-jr-award-metrics dd{align-items:baseline;gap:6px}body.is-h5 .h5-jr-award-metrics dd>span{font-size:24px;transform:translateY(-.1em)}body.is-h5 .h5-jr-award-metrics strong{display:inline-block;font-size:86px;line-height:.98;letter-spacing:-.075em;padding:.025em .06em .09em;margin-bottom:-.08em;color:transparent;background:var(--jr-prism-gradient);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;filter:drop-shadow(0 10px 22px rgba(112,51,202,.12))}body.is-h5 .h5-jr-grand-trophy{width:57%;height:90%;right:-10px;bottom:-12px;object-fit:contain;object-position:right bottom;transform:translate(12px,20px);opacity:.68;filter:saturate(.9) contrast(.94) drop-shadow(0 12px 22px rgba(47,113,206,.08));-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.72) 0%,#000 24%,rgba(0,0,0,.78) 72%,transparent 100%);mask-image:linear-gradient(180deg,rgba(0,0,0,.72) 0%,#000 24%,rgba(0,0,0,.78) 72%,transparent 100%)}body.is-h5 .h5-jr-awards .h5-jr-award-sequence{display:inline-flex;align-items:center;gap:10px;width:max-content;max-width:100%;font-family:Manrope,Arial,sans-serif;font-size:10px;font-weight:600;line-height:1.5;letter-spacing:.08em;color:transparent;background:var(--jr-prism-gradient);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;filter:drop-shadow(0 3px 8px rgba(132,53,204,.1))}body.is-h5 .h5-jr-grand-meta{display:flex;align-items:center;gap:10px}body.is-h5 .h5-jr-grand-meta:after,body.is-h5 .h5-jr-special-copy .h5-jr-award-sequence:after,body.is-h5 .h5-jr-incentive-copy .h5-jr-award-sequence:after{content:"";display:block;width:30px;height:1px;flex:0 0 30px;background:var(--jr-prism-gradient);opacity:.82;-webkit-text-fill-color:initial;-webkit-mask-image:linear-gradient(90deg,#000 0%,#000 25%,transparent 100%);mask-image:linear-gradient(90deg,#000 0%,#000 25%,transparent 100%)}body.is-h5 .h5-jr-grand-meta:after{width:36px;flex-basis:36px}body.is-h5 .h5-jr-special-award,body.is-h5 .h5-jr-special-award-lead{position:relative;isolation:isolate;overflow:hidden;background:#ffffffa6;border-radius:22px;box-shadow:0 7px 22px #1557db0f,inset 0 1px #ffffffb8}body.is-h5 .h5-jr-special-award:before{content:"";position:absolute;z-index:-1;inset:0;pointer-events:none;opacity:.22;background:radial-gradient(circle at 91% 14%,rgba(231,62,184,.15),transparent 38%),radial-gradient(circle at 11% 88%,rgba(255,173,70,.13),transparent 39%),radial-gradient(circle at 72% 66%,rgba(75,150,255,.11),transparent 42%),url(./h5-award-grand-light-field-v42.webp) 72% 50%/cover no-repeat}body.is-h5 .h5-jr-special-award-lead:before{opacity:.34;background-position:76% 48%}body.is-h5 .h5-jr-special-award{padding:22px 14px}body.is-h5 .h5-jr-special-copy,body.is-h5 .h5-jr-special-award:not(.h5-jr-special-award-lead) .h5-jr-special-copy,body.is-h5 .h5-jr-incentive-copy{display:grid;grid-template-columns:18px minmax(0,1fr);grid-template-rows:auto auto;column-gap:6px;row-gap:9px;align-items:center}body.is-h5 .h5-jr-special-copy>div,body.is-h5 .h5-jr-incentive-copy>div{display:contents}body.is-h5 .h5-jr-special-copy .h5-jr-award-sequence,body.is-h5 .h5-jr-incentive-copy .h5-jr-award-sequence{grid-column:1/-1;grid-row:1;justify-self:start}body.is-h5 .h5-jr-special-copy .h5-jr-special-icon,body.is-h5 .h5-jr-special-award:not(.h5-jr-special-award-lead) .h5-jr-special-icon,body.is-h5 .h5-jr-incentive-copy .h5-jr-incentive-icon{grid-column:1;grid-row:2;display:flex;align-items:center;width:18px;height:18px;margin:0;color:#1747b5}body.is-h5 .h5-jr-special-icon svg,body.is-h5 .h5-jr-incentive-icon svg{width:18px;height:18px}body.is-h5 .h5-jr-special-copy h3,body.is-h5 .h5-jr-incentive-copy h3{grid-column:2;grid-row:2;margin:0;font-size:16px;font-weight:700;line-height:1.45;letter-spacing:-.035em}body.is-h5 .h5-jr-special-award dl{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:28px}body.is-h5 .h5-jr-special-award dl>div{display:flex;flex-direction:column;gap:5px}body.is-h5 .h5-jr-special-award dl>div+div{border-left:1px solid #e9eff8;padding-left:14px}body.is-h5 .h5-jr-special-award dt{font-size:12px;color:#64748b}body.is-h5 .h5-jr-special-award dd{font-size:21px;font-weight:700}body.is-h5 .h5-jr-special-award-lead{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px;padding:24px 18px}body.is-h5 .h5-jr-special-award-lead .h5-jr-special-copy{grid-template-columns:22px minmax(0,1fr);column-gap:8px}body.is-h5 .h5-jr-special-award-lead h3{font-size:19px}body.is-h5 .h5-jr-special-award-lead .h5-jr-special-icon,body.is-h5 .h5-jr-special-award-lead svg{width:22px;height:22px}body.is-h5 .h5-jr-special-award-lead dl{margin-top:0;gap:10px}body.is-h5 .h5-jr-special-award-lead dl>div+div{padding-left:12px}body.is-h5 .h5-jr-incentive-award{border-color:#ffffffc7;background:radial-gradient(circle at 92% 9%,rgba(232,61,184,.042),transparent 32%),radial-gradient(circle at 67% 66%,rgba(75,150,255,.075),transparent 39%),#ffffff7a;box-shadow:0 7px 22px #1557db0d,inset 0 1px #ffffffb8}body.is-h5 .h5-jr-incentive-copy{grid-template-columns:22px minmax(0,1fr);column-gap:10px}body.is-h5 .h5-jr-incentive-copy h3{font-size:18px}body.is-h5 .h5-jr-incentive-copy .h5-jr-incentive-icon,body.is-h5 .h5-jr-incentive-icon svg{width:22px;height:22px}body.is-h5 .h5-jr-incentive-award dl{border-top:0;padding-top:0;margin-top:22px}body.is-h5 .h5-jr-incentive-award dl>div+div{border-left:1px solid #e9eff8;padding-left:20px}body.is-h5 .h5-jr-rule-list{background:radial-gradient(ellipse 55% 39% at 103% 0%,rgba(244,78,186,.18),transparent 100%),radial-gradient(ellipse 68% 43% at 0% 100%,rgba(255,173,96,.15),transparent 100%),radial-gradient(ellipse 68% 63% at 98% 76%,rgba(86,159,255,.15),transparent 100%),linear-gradient(145deg,#e4f1ffc7,#f3f8ffd1 44%,#dcecffb8);box-shadow:inset 0 1px #fff,0 16px 40px #2d68c111}@media(min-width:600px){body.is-h5 .h5-header-inner{min-height:64px}body.is-h5 .h5-header-inner>a{flex-basis:180px}body.is-h5 .h5-header-inner img{width:180px}body.is-h5 .h5-hero-copy{padding:0 var(--gutter) 34px}body.is-h5 .h5-hero-copy h1{width:360px}body.is-h5 .h5-hero-art{height:clamp(350px,43vh,480px);height:clamp(350px,43svh,480px)}body.is-h5 .h5-jr-partners{padding:22px 16px;gap:14px}body.is-h5 .h5-jr-partner-item img{height:23px;max-width:118px}body.is-h5 .h5-jr-partner-item .h5-jr-hujing-logo{height:28px}body.is-h5 .h5-jr-partner-item .h5-jr-tapnow-logo{height:22px}body.is-h5 .h5-jr-core-award{min-height:340px;padding:32px}body.is-h5 .h5-jr-core-award>h3{font-size:30px;margin-top:32px}body.is-h5 .h5-jr-award-metrics strong{font-size:104px}body.is-h5 .h5-jr-grand-trophy{width:48%;height:95%;right:8px}body.is-h5 .h5-jr-special-award{padding:26px 24px}body.is-h5 .h5-jr-special-copy,body.is-h5 .h5-jr-special-award:not(.h5-jr-special-award-lead) .h5-jr-special-copy{grid-template-columns:24px minmax(0,1fr);column-gap:10px}body.is-h5 .h5-jr-special-copy h3{font-size:20px}body.is-h5 .h5-jr-special-copy .h5-jr-special-icon,body.is-h5 .h5-jr-special-award:not(.h5-jr-special-award-lead) .h5-jr-special-icon,body.is-h5 .h5-jr-special-icon svg{width:24px;height:24px}body.is-h5 .h5-jr-special-award-lead h3{font-size:23px}body.is-h5 .h5-jr-special-award-lead dl{gap:26px}body.is-h5 .h5-jr-special-award dl>div{flex-direction:row;align-items:baseline;gap:8px}body.is-h5 .h5-jr-special-award dd{font-size:22px}body.is-h5 .h5-jr-special-award dl>div+div{padding-left:20px}body.is-h5 .h5-jr-incentive-award{padding:24px}}@media(min-width:960px)and (min-aspect-ratio:6/5){body.is-h5 .h5-hero-stage{background:transparent}body.is-h5 .h5-hero-copy{grid-column:2;grid-row:1;padding:32px 32px 32px 0}body.is-h5 .h5-hero-copy h1{width:min(100%,480px)}body.is-h5 .h5-hero-art{grid-column:1;grid-row:1;height:560px}body.is-h5 .h5-hero-art:after{background:linear-gradient(90deg,transparent 80%,#e1eafd),linear-gradient(180deg,transparent 80%,#e2eafd)}body.is-h5 .h5-jr-core-award{min-height:450px;height:calc(100% - 64px)}body.is-h5 .h5-jr-core-award>h3{font-size:28px;margin-top:32px}body.is-h5 .h5-jr-grand-trophy{width:66%;height:85%;right:-20px;bottom:-10px;transform:translate(22px,42px)}body.is-h5 .h5-jr-special-award{padding:24px 18px}body.is-h5 .h5-jr-special-copy h3{font-size:18px}body.is-h5 .h5-jr-special-award-lead h3{font-size:21px}body.is-h5 .h5-jr-special-award dl>div{gap:6px}body.is-h5 .h5-jr-special-award dd{font-size:20px}body.is-h5 .h5-jr-special-award-lead dl{gap:12px}body.is-h5 .h5-jr-special-award dl>div+div{padding-left:12px}body.is-h5 .h5-jr-award-metrics strong{font-size:104px}}@media(min-width:600px)and (max-height:850px)and (max-aspect-ratio:6/5){body.is-h5 .h5-hero-art{height:320px}body.is-h5 .h5-hero-copy{padding-top:0;padding-bottom:28px}body.is-h5 .h5-hero-copy h1{width:290px}}@media(max-width:379px){body.is-h5 .h5-header-inner>a{flex-basis:140px}body.is-h5 .h5-header-inner img{width:140px}body.is-h5 .h5-hero-copy h1{width:270px}body.is-h5 .h5-jr-special-awards{grid-template-columns:1fr}body.is-h5 .h5-jr-special-award-lead{grid-template-columns:1fr;gap:20px}body.is-h5 .h5-jr-special-award-lead dl{justify-content:start;max-width:210px}body.is-h5 .h5-jr-special-copy h3{font-size:18px}body.is-h5 .h5-jr-special-award dl>div{flex-direction:row;align-items:baseline;gap:8px}body.is-h5 .h5-jr-core-award{padding:24px 20px}body.is-h5 .h5-jr-core-award>h3{font-size:23px}body.is-h5 .h5-jr-award-metrics strong{font-size:78px}}body.is-h5{--font-display:"Jingrui Sans","Noto Sans SC","Microsoft YaHei UI",Arial,sans-serif;--font-body:"Jingrui Sans","Noto Sans SC","Microsoft YaHei UI",Arial,sans-serif;--font-zh:"Jingrui Sans","Noto Sans SC","Microsoft YaHei UI","PingFang SC",sans-serif;--font-mono:Consolas,"Courier New",monospace}html.is-h5-root:lang(zh-CN),body.is-h5{font-family:var(--font-zh);font-synthesis:none;word-break:normal;overflow-wrap:break-word}body.is-h5 .h5-site-header{display:none}body.is-h5 .h5-hero{padding:0;background:#e2eafd}body.is-h5 .h5-hero-stage{position:relative;display:block;min-height:clamp(610px,88vh,720px);min-height:clamp(610px,88svh,720px);overflow:hidden;background:#dce9fb;isolation:isolate}body.is-h5 .h5-hero-logo{position:absolute;z-index:4;top:calc(16px + env(safe-area-inset-top));left:16px;width:142px;padding:7px 9px;border-radius:12px;background:#ffffff47;border:1px solid rgba(255,255,255,.42);-webkit-backdrop-filter:blur(12px) saturate(140%);backdrop-filter:blur(12px) saturate(140%);box-shadow:0 5px 18px #1557db0f}body.is-h5 .h5-hero-logo img{width:100%;height:auto}body.is-h5 .h5-hero-art{position:absolute;z-index:0;inset:0;height:auto}body.is-h5 .h5-hero-art img{width:100%;height:100%;object-fit:cover;object-position:47% 38%}body.is-h5 .h5-hero-art:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(229,239,252,.06) 0%,transparent 40%,rgba(226,234,253,.18) 56%,rgba(226,234,253,.78) 78%,#e2eafd 100%);pointer-events:none}body.is-h5 .h5-hero-copy{position:absolute;z-index:2;left:0;right:0;bottom:0;padding:0 16px 30px;text-align:center;background:linear-gradient(180deg,transparent 0%,rgba(226,234,253,.12) 12%,rgba(226,234,253,.72) 48%,#e2eafd 100%)}body.is-h5 .h5-hero-copy h1{width:min(86vw,335px);margin:0 auto}body.is-h5 .h5-hero-copy h1 img{width:100%;height:auto;filter:drop-shadow(0 12px 26px rgba(87,72,190,.08))}body.is-h5 .h5-collection-date{margin-top:4px;font-family:var(--font-body);gap:12px}body.is-h5 .h5-collection-date>span{font-family:var(--font-zh);font-size:12px;font-weight:700;letter-spacing:0;color:#475569}body.is-h5 .h5-collection-date strong{font-family:var(--font-body);font-size:25px;font-weight:700;letter-spacing:-.02em;color:#0b1739}body.is-h5 .h5-jr-partners{margin-top:0}body.is-h5 .h5-jr-eyebrow,body.is-h5 .h5-jr-award-sequence,body.is-h5 .h5-jr-tier-index{font-family:var(--font-body)}body.is-h5 .h5-jr-section h2,body.is-h5 .h5-jr-tier-heading h3,body.is-h5 .h5-jr-special-copy h3,body.is-h5 .h5-jr-incentive-copy h3,body.is-h5 .h5-jr-rule-list h3,body.is-h5 .h5-jr-timeline h3,body.is-h5 .h5-jr-final-cta h2{font-family:var(--font-zh);font-synthesis:none}body.is-h5 .h5-jr-section h2{font-weight:800;line-height:1.2;letter-spacing:-.015em;text-wrap:balance}body.is-h5 .h5-jr-awards-heading>p:last-child,body.is-h5 .h5-jr-timeline p,body.is-h5 .h5-jr-rule-list article p,body.is-h5 .h5-jr-rules-intro>p:not(.h5-jr-eyebrow){font-family:var(--font-zh);font-weight:500;line-height:1.75;letter-spacing:0}body.is-h5 .h5-jr-award-metrics strong,body.is-h5 .h5-jr-special-award dd,body.is-h5 .h5-jr-incentive-award strong,body.is-h5 .h5-jr-time-head{font-family:var(--font-body)}body.is-h5 .h5-copy-button,body.is-h5 .h5-dock-copy{font-family:var(--font-zh)}body.is-h5 .h5-submission-url{font-family:var(--font-mono)}@media(min-width:600px)and (max-aspect-ratio:6/5){body.is-h5 .h5-hero-stage{min-height:clamp(760px,91vh,980px);min-height:clamp(760px,91svh,980px)}body.is-h5 .h5-hero-logo{top:calc(22px + env(safe-area-inset-top));left:24px;width:168px;padding:8px 11px}body.is-h5 .h5-hero-art img{object-position:48% 37%}body.is-h5 .h5-hero-copy{padding:0 24px 42px}body.is-h5 .h5-hero-copy h1{width:min(63vw,470px)}body.is-h5 .h5-collection-date{margin-top:8px;gap:18px}body.is-h5 .h5-collection-date>span{font-size:14px}body.is-h5 .h5-collection-date strong{font-size:31px}}@media(min-width:960px)and (min-aspect-ratio:6/5){body.is-h5 .h5-hero-stage{display:block;min-height:620px}body.is-h5 .h5-hero-logo{top:28px;left:max(32px,calc((100vw - 1200px)/2));width:184px}body.is-h5 .h5-hero-art{inset:0}body.is-h5 .h5-hero-art img{object-position:42% center}body.is-h5 .h5-hero-art:after{background:linear-gradient(90deg,transparent 0 48%,rgba(231,237,251,.16) 58%,rgba(237,241,252,.72) 76%,#f1f4fc 100%),linear-gradient(180deg,transparent 0 74%,rgba(226,234,253,.42) 90%,#e2eafd 100%)}body.is-h5 .h5-hero-copy{left:auto;right:max(32px,calc((100vw - 1200px)/2));top:50%;bottom:auto;width:min(43vw,520px);padding:0;transform:translateY(-43%);background:none}body.is-h5 .h5-hero-copy h1{width:100%}body.is-h5 .h5-collection-date{justify-content:center;margin-top:16px}body.is-h5 .h5-jr-partners{margin-top:0}}@media(max-width:379px){body.is-h5 .h5-hero-stage{min-height:590px}body.is-h5 .h5-hero-logo{width:130px}body.is-h5 .h5-hero-copy{padding-inline:14px;padding-bottom:26px}body.is-h5 .h5-hero-copy h1{width:min(88vw,306px)}body.is-h5 .h5-collection-date strong{font-size:23px}}body.is-h5 .h5-hero{background:linear-gradient(180deg,#e2eafd,#e7eefb 74%,#f8faff)}body.is-h5 .h5-hero-logo{width:118px;top:calc(12px + env(safe-area-inset-top));left:14px;padding:5px 7px;border-radius:10px;background:#ffffff38;border-color:#ffffff59;box-shadow:0 4px 14px #1557db0b}body.is-h5 .h5-hero-art img{height:calc(100% + 26px);transform:translateY(-26px)}body.is-h5 .h5-hero-art:after{background:linear-gradient(180deg,rgba(229,239,252,.04) 0%,transparent 36%,rgba(226,234,253,.08) 48%,rgba(226,234,253,.28) 62%,rgba(226,234,253,.62) 76%,rgba(226,234,253,.9) 89%,#e2eafd 100%)}body.is-h5 .h5-hero-copy{background:none}body.is-h5 .h5-jr-partners{background:#ffffff8a;box-shadow:0 8px 26px #4968b00b}body.is-h5 .h5-jr-awards-heading>p:last-child,body.is-h5 .h5-jr-rules-intro>p:not(.h5-jr-eyebrow){font-size:14px;line-height:1.72;margin-top:12px}@media(max-width:599px){body.is-h5 .h5-jr-special-awards{grid-template-columns:1fr;gap:10px}body.is-h5 .h5-jr-special-award,body.is-h5 .h5-jr-special-award-lead{grid-column:auto;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;min-height:104px;padding:18px 16px}body.is-h5 .h5-jr-special-award .h5-jr-special-copy,body.is-h5 .h5-jr-special-award:not(.h5-jr-special-award-lead) .h5-jr-special-copy,body.is-h5 .h5-jr-special-award-lead .h5-jr-special-copy{grid-template-columns:20px minmax(0,1fr);column-gap:8px;row-gap:7px;min-width:0}body.is-h5 .h5-jr-special-award .h5-jr-special-icon,body.is-h5 .h5-jr-special-award:not(.h5-jr-special-award-lead) .h5-jr-special-icon,body.is-h5 .h5-jr-special-award-lead .h5-jr-special-icon,body.is-h5 .h5-jr-special-award .h5-jr-special-icon svg,body.is-h5 .h5-jr-special-award-lead .h5-jr-special-icon svg{width:20px;height:20px}body.is-h5 .h5-jr-special-award .h5-jr-special-copy h3,body.is-h5 .h5-jr-special-award-lead .h5-jr-special-copy h3{font-size:17px;line-height:1.4;letter-spacing:-.01em;white-space:nowrap}body.is-h5 .h5-jr-special-award dl,body.is-h5 .h5-jr-special-award-lead dl{display:grid;grid-template-columns:auto auto;gap:8px;margin:0;align-items:center}body.is-h5 .h5-jr-special-award dl>div,body.is-h5 .h5-jr-special-award-lead dl>div{display:flex;flex-direction:column;gap:3px;min-width:42px}body.is-h5 .h5-jr-special-award dl>div+div,body.is-h5 .h5-jr-special-award-lead dl>div+div{padding-left:10px;border-left:1px solid #e1e9f5}body.is-h5 .h5-jr-special-award dt{font-size:11px}body.is-h5 .h5-jr-special-award dd{font-size:18px;line-height:1.25}body.is-h5 .h5-jr-special-copy .h5-jr-award-sequence{font-size:9px;letter-spacing:.06em}body.is-h5 .h5-jr-special-copy .h5-jr-award-sequence:after{width:22px;flex-basis:22px}}@media(min-width:600px)and (max-aspect-ratio:6/5){body.is-h5 .h5-hero-logo{top:calc(16px + env(safe-area-inset-top));left:20px;width:140px;padding:6px 8px}body.is-h5 .h5-hero-art img{height:calc(100% + 26px);transform:translateY(-26px)}body.is-h5 .h5-jr-awards-heading>p:last-child,body.is-h5 .h5-jr-rules-intro>p:not(.h5-jr-eyebrow){font-size:15px}}@media(min-width:960px)and (min-aspect-ratio:6/5){body.is-h5 .h5-hero-logo{top:22px;width:158px;padding:7px 9px}body.is-h5 .h5-hero-art img{height:calc(100% + 26px);transform:translateY(-26px)}body.is-h5 .h5-hero-art:after{background:linear-gradient(90deg,transparent 0 48%,rgba(231,237,251,.16) 58%,rgba(237,241,252,.72) 76%,#f1f4fc 100%),linear-gradient(180deg,transparent 0 65%,rgba(226,234,253,.12) 75%,rgba(226,234,253,.52) 90%,#e2eafd 100%)}}@media(max-width:359px){body.is-h5 .h5-hero-logo{width:110px}body.is-h5 .h5-jr-special-award,body.is-h5 .h5-jr-special-award-lead{padding:16px 13px;gap:8px}body.is-h5 .h5-jr-special-award .h5-jr-special-copy h3,body.is-h5 .h5-jr-special-award-lead .h5-jr-special-copy h3{font-size:15px}body.is-h5 .h5-jr-special-award dl,body.is-h5 .h5-jr-special-award-lead dl{gap:5px}body.is-h5 .h5-jr-special-award dl>div+div,body.is-h5 .h5-jr-special-award-lead dl>div+div{padding-left:7px}body.is-h5 .h5-jr-special-award dd{font-size:16px}body.is-h5 .h5-jr-special-copy .h5-jr-award-sequence:after{width:15px;flex-basis:15px}}body.is-h5 .h5-hero,body.is-h5 .h5-hero-stage{background:#e2eafd}body.is-h5 .h5-hero-logo{background:#ffffff7a;border:1px solid rgba(255,255,255,.78);-webkit-backdrop-filter:blur(18px) saturate(155%);backdrop-filter:blur(18px) saturate(155%);box-shadow:0 7px 22px #1557db1a,inset 0 1px #ffffffb8}body.is-h5 .h5-jr-partners{background:#ffffff7a;border-color:#ffffffc7;-webkit-backdrop-filter:blur(28px) saturate(155%);backdrop-filter:blur(28px) saturate(155%)}body.is-h5 .h5-jr-core-award>h3{margin-top:16px;line-height:1.35}body.is-h5 .h5-jr-award-metrics{margin-top:2px}body.is-h5 .h5-jr-award-metrics strong{line-height:.92}body.is-h5 .h5-jr-award-card-head{gap:8px}body.is-h5 .h5-jr-special-copy,body.is-h5 .h5-jr-special-award:not(.h5-jr-special-award-lead) .h5-jr-special-copy,body.is-h5 .h5-jr-incentive-copy{grid-template-columns:auto minmax(0,1fr);grid-template-rows:auto auto;column-gap:8px;row-gap:9px}body.is-h5 .h5-jr-special-copy .h5-jr-special-icon,body.is-h5 .h5-jr-special-award:not(.h5-jr-special-award-lead) .h5-jr-special-icon,body.is-h5 .h5-jr-incentive-copy .h5-jr-incentive-icon{grid-column:1;grid-row:1}body.is-h5 .h5-jr-special-copy .h5-jr-award-sequence,body.is-h5 .h5-jr-incentive-copy .h5-jr-award-sequence{grid-column:2;grid-row:1}body.is-h5 .h5-jr-special-copy h3,body.is-h5 .h5-jr-incentive-copy h3{grid-column:1/-1;grid-row:2;letter-spacing:-.01em}body.is-h5 .h5-jr-incentive-award{position:relative;isolation:isolate;overflow:hidden;background:#ffffffa6;border:1px solid rgba(255,255,255,.78);border-radius:22px;box-shadow:0 7px 22px #1557db0f,inset 0 1px #ffffffb8}body.is-h5 .h5-jr-incentive-award:before{content:"";position:absolute;z-index:-1;inset:0;pointer-events:none;opacity:.2;background:radial-gradient(circle at 91% 14%,rgba(231,62,184,.15),transparent 38%),radial-gradient(circle at 11% 88%,rgba(255,173,70,.13),transparent 39%),radial-gradient(circle at 72% 66%,rgba(75,150,255,.11),transparent 42%),url(./h5-award-grand-light-field-v42.webp) 72% 50%/cover no-repeat}body.is-h5 .h5-jr-timeline p,body.is-h5 .h5-jr-rule-list article p{font-size:14px;line-height:1.72}body.is-h5 .h5-jr-rule-note{font-size:12px}@media(max-width:599px){body.is-h5 .h5-jr-core-award{display:grid;grid-template-columns:minmax(0,1fr) minmax(92px,34%);grid-template-rows:auto auto auto;column-gap:6px;min-height:260px;padding:22px 18px}body.is-h5 .h5-jr-award-card-head{grid-column:1/-1;grid-row:1}body.is-h5 .h5-jr-core-award>h3{grid-column:1;grid-row:2;align-self:end;margin:18px 0 0;font-size:22px;position:relative;z-index:2}body.is-h5 .h5-jr-award-metrics{grid-column:1;grid-row:3;align-self:start;margin-top:2px;position:relative;z-index:2}body.is-h5 .h5-jr-award-metrics strong{font-size:72px}body.is-h5 .h5-jr-award-metrics dd>span{font-size:20px}body.is-h5 .h5-jr-grand-trophy{position:relative;grid-column:2;grid-row:2/4;align-self:end;justify-self:end;right:auto;bottom:auto;width:100%;height:auto;max-height:176px;object-fit:contain;object-position:center bottom;transform:none;opacity:.62}body.is-h5 .h5-jr-special-award,body.is-h5 .h5-jr-special-award-lead,body.is-h5 .h5-jr-incentive-award{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;min-height:104px;padding:18px 16px}body.is-h5 .h5-jr-special-award .h5-jr-special-copy,body.is-h5 .h5-jr-special-award:not(.h5-jr-special-award-lead) .h5-jr-special-copy,body.is-h5 .h5-jr-special-award-lead .h5-jr-special-copy,body.is-h5 .h5-jr-incentive-copy{grid-template-columns:20px minmax(0,1fr);grid-template-rows:auto auto;column-gap:8px;row-gap:7px}body.is-h5 .h5-jr-special-award .h5-jr-special-icon,body.is-h5 .h5-jr-special-award:not(.h5-jr-special-award-lead) .h5-jr-special-icon,body.is-h5 .h5-jr-special-award-lead .h5-jr-special-icon,body.is-h5 .h5-jr-incentive-copy .h5-jr-incentive-icon{grid-column:1;grid-row:1;width:20px;height:20px}body.is-h5 .h5-jr-special-award .h5-jr-special-icon svg,body.is-h5 .h5-jr-special-award-lead .h5-jr-special-icon svg,body.is-h5 .h5-jr-incentive-icon svg{width:20px;height:20px}body.is-h5 .h5-jr-special-award .h5-jr-award-sequence,body.is-h5 .h5-jr-incentive-copy .h5-jr-award-sequence{grid-column:2;grid-row:1}body.is-h5 .h5-jr-special-award .h5-jr-special-copy h3,body.is-h5 .h5-jr-special-award-lead .h5-jr-special-copy h3,body.is-h5 .h5-jr-incentive-copy h3{grid-column:1/-1;grid-row:2;font-size:17px;line-height:1.4;white-space:nowrap}body.is-h5 .h5-jr-special-award dl,body.is-h5 .h5-jr-special-award-lead dl,body.is-h5 .h5-jr-incentive-award dl{display:grid;grid-template-columns:auto auto;gap:8px;margin:0;padding:0;border:0;align-items:center}body.is-h5 .h5-jr-special-award dl>div,body.is-h5 .h5-jr-special-award-lead dl>div,body.is-h5 .h5-jr-incentive-award dl>div{display:flex;flex-direction:column;gap:3px;min-width:42px}body.is-h5 .h5-jr-special-award dl>div+div,body.is-h5 .h5-jr-special-award-lead dl>div+div,body.is-h5 .h5-jr-incentive-award dl>div+div{padding-left:10px;border-left:1px solid #e1e9f5}body.is-h5 .h5-jr-special-award dt,body.is-h5 .h5-jr-incentive-award dt{font-size:11px}body.is-h5 .h5-jr-special-award dd,body.is-h5 .h5-jr-incentive-award dd{font-size:18px;line-height:1.25;white-space:nowrap}body.is-h5 .h5-jr-incentive-award strong{font-size:18px;line-height:1.25;margin-right:2px}body.is-h5 .h5-jr-incentive-awards{grid-template-columns:1fr;gap:10px}}@media(min-width:600px){body.is-h5 .h5-jr-timeline p,body.is-h5 .h5-jr-rule-list article p{font-size:15px}body.is-h5 .h5-jr-core-award>h3{margin-top:20px}body.is-h5 .h5-jr-award-metrics{margin-top:4px}}@media(max-width:359px){body.is-h5 .h5-jr-core-award{grid-template-columns:minmax(0,1fr) 82px;padding:20px 15px}body.is-h5 .h5-jr-core-award>h3{font-size:20px}body.is-h5 .h5-jr-award-metrics strong{font-size:62px}body.is-h5 .h5-jr-grand-trophy{max-height:148px}body.is-h5 .h5-jr-incentive-award{padding:16px 13px;gap:8px}body.is-h5 .h5-jr-incentive-copy h3{font-size:15px}body.is-h5 .h5-jr-incentive-award dl{gap:5px}body.is-h5 .h5-jr-incentive-award dl>div+div{padding-left:7px}body.is-h5 .h5-jr-incentive-award dd,body.is-h5 .h5-jr-incentive-award strong{font-size:16px}}body.is-h5 .h5-hero{padding-bottom:64px;background:linear-gradient(180deg,#e2eafd 0% calc(100% - 112px),#edf3fc calc(100% - 46px),#f8faff)}body.is-h5 .h5-hero-logo{width:152px;top:calc(16px + env(safe-area-inset-top));left:16px;padding:0;border:0;border-radius:0;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none}body.is-h5 .h5-hero-logo img{filter:drop-shadow(0 2px 10px rgba(255,255,255,.72)) drop-shadow(0 4px 12px rgba(21,87,219,.08))}body.is-h5 .h5-jr-partners{margin-bottom:0}body.is-h5 .h5-jr-schedule{margin-top:64px;padding:64px 0;background:#e0e9f79e}body.is-h5 .h5-jr-timeline .h5-collection-stage:before{border:0;background:var(--jr-prism-gradient);box-shadow:0 0 0 5px #ffffff94,0 5px 14px #7033ca1a}body.is-h5 .h5-jr-timeline .h5-collection-stage .h5-jr-time-head time{display:inline-block;color:transparent;background:var(--jr-prism-gradient);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;filter:drop-shadow(0 3px 8px rgba(132,53,204,.09))}body.is-h5 .h5-jr-timeline h3,body.is-h5 .h5-jr-core-award>h3{font-size:22px;font-weight:700;line-height:1.4;letter-spacing:-.01em}body.is-h5 .h5-jr-incentive-copy h3,body.is-h5 .h5-jr-special-copy h3{font-weight:700;color:#0b1739}body.is-h5 .h5-jr-incentive-award dd,body.is-h5 .h5-jr-special-award dd{font-family:var(--font-body);font-weight:700;color:#0b1739}body.is-h5 .h5-jr-incentive-award strong{font-size:inherit;font-weight:700;line-height:inherit}body.is-h5 .h5-jr-footer-inner{display:flex;flex-direction:column;align-items:center;text-align:center}body.is-h5 .h5-jr-footer-contact{order:1;margin-top:0;width:100%}body.is-h5 .h5-jr-footer-brand{order:2;display:flex;flex-direction:column;align-items:center;margin-top:32px}body.is-h5 .h5-jr-footer-brand .h5-jr-footer-email{order:1;justify-content:center;margin-top:0}body.is-h5 .h5-jr-footer-brand .h5-jr-brand{order:2;margin-top:18px}body.is-h5 .h5-jr-footer-meta{order:3;width:100%;text-align:center}body.is-h5 .h5-jr-footer-qr-grid{margin-inline:auto}body.is-h5 .h5-jr-footer-logo{width:168px}@media(max-width:599px){body.is-h5 .h5-jr-core-award{min-height:220px;padding-top:18px;padding-bottom:18px}body.is-h5 .h5-jr-core-award>h3{margin-top:10px}body.is-h5 .h5-jr-award-metrics{margin-top:0}body.is-h5 .h5-jr-grand-trophy{max-height:142px}body.is-h5 .h5-jr-incentive-copy h3,body.is-h5 .h5-jr-special-copy h3{font-size:17px;font-weight:700}body.is-h5 .h5-jr-incentive-award dd,body.is-h5 .h5-jr-incentive-award strong,body.is-h5 .h5-jr-special-award dd{font-size:18px;font-weight:700}body.is-h5 .h5-jr-schedule{margin-top:52px;padding:56px 0}body.is-h5 .h5-jr-footer{padding-top:40px}body.is-h5 .h5-jr-footer-contact h2{font-size:14px}body.is-h5 .h5-jr-footer-qr-grid{margin-top:16px}}@media(min-width:600px){body.is-h5 .h5-hero{padding-bottom:76px;background:linear-gradient(180deg,#e2eafd 0% calc(100% - 136px),#edf3fc calc(100% - 56px),#f8faff)}body.is-h5 .h5-hero-logo{width:180px;top:calc(22px + env(safe-area-inset-top));left:24px}body.is-h5 .h5-jr-timeline h3,body.is-h5 .h5-jr-core-award>h3{font-size:24px}body.is-h5 .h5-jr-schedule{margin-top:80px;padding:80px 0}body.is-h5 .h5-jr-footer-contact{max-width:720px}body.is-h5 .h5-jr-footer-brand{margin-top:40px}}@media(min-width:960px)and (min-aspect-ratio:6/5){body.is-h5 .h5-hero-logo{width:194px;top:28px}body.is-h5 .h5-jr-footer-inner{display:flex}body.is-h5 .h5-jr-footer-contact{margin-top:0}body.is-h5 .h5-jr-footer-meta{grid-column:auto}}@media(max-width:359px){body.is-h5 .h5-hero-logo{width:138px}body.is-h5 .h5-jr-core-award{min-height:205px}body.is-h5 .h5-jr-grand-trophy{max-height:126px}body.is-h5 .h5-jr-timeline h3,body.is-h5 .h5-jr-core-award>h3{font-size:20px}}body.is-h5 .h5-hero{padding-bottom:0;background:#e2eafd}body.is-h5 .h5-jr-awards{margin-top:0;padding-top:44px;background:linear-gradient(180deg,#e2eafd 0,#edf3fc 54px,#f8faff 112px,#f8faff00 180px),radial-gradient(ellipse at 0% 35%,#dfebff,transparent 60%);background-repeat:no-repeat;background-size:100% 180px,100% 100%}body.is-h5 .h5-jr-award-metrics dd>span{font-family:var(--font-zh);font-size:15px;font-weight:700;line-height:1.35;transform:translateY(-.08em)}@media(max-width:599px){body.is-h5 .h5-jr-core-award{min-height:196px;padding-top:16px;padding-bottom:14px}body.is-h5 .h5-jr-core-award>h3{margin-top:7px}body.is-h5 .h5-jr-award-metrics strong{font-size:68px}body.is-h5 .h5-jr-grand-trophy{max-height:118px}body.is-h5 .h5-jr-awards-stack{margin-top:26px}}@media(min-width:600px){body.is-h5 .h5-hero{padding-bottom:0;background:#e2eafd}body.is-h5 .h5-jr-awards{padding-top:56px;background:linear-gradient(180deg,#e2eafd 0,#edf3fc 68px,#f8faff 132px,#f8faff00 210px),radial-gradient(ellipse at 0% 35%,#dfebff,transparent 60%);background-repeat:no-repeat;background-size:100% 210px,100% 100%}body.is-h5 .h5-jr-award-metrics dd>span{font-size:16px}}@media(max-width:359px){body.is-h5 .h5-jr-core-award{min-height:184px}body.is-h5 .h5-jr-award-metrics strong{font-size:60px}body.is-h5 .h5-jr-grand-trophy{max-height:108px}}body.is-h5 .h5-hero-logo{width:198px}body.is-h5 .h5-jr-partner-item .h5-jr-youku-logo,body.is-h5 .h5-jr-partner-item .h5-jr-damai-logo{height:18px}body.is-h5 .h5-jr-timeline .h5-collection-stage:before{left:-7px;top:2px;width:13px;height:13px;border:2px solid transparent;background:linear-gradient(#f8faff,#f8faff) padding-box,var(--jr-prism-gradient) border-box;box-shadow:0 0 0 4px #4b96ff1a,0 5px 14px #4b66c41a}body.is-h5 .h5-jr-timeline h3{font-size:18px;font-weight:700;line-height:1.4;letter-spacing:-.01em}body.is-h5 .h5-jr-rules{padding-bottom:56px}@media(min-width:600px){body.is-h5 .h5-hero-logo{width:234px}body.is-h5 .h5-jr-partner-item .h5-jr-youku-logo,body.is-h5 .h5-jr-partner-item .h5-jr-damai-logo{height:20px}body.is-h5 .h5-jr-timeline h3{font-size:18px}body.is-h5 .h5-jr-rules{padding-bottom:80px}}@media(min-width:960px)and (min-aspect-ratio:6/5){body.is-h5 .h5-hero-logo{width:252px}body.is-h5 .h5-jr-rules{padding-bottom:96px}}@media(max-width:359px){body.is-h5 .h5-hero-logo{width:179px}body.is-h5 .h5-jr-partner-item .h5-jr-youku-logo,body.is-h5 .h5-jr-partner-item .h5-jr-damai-logo{height:17px}body.is-h5 .h5-jr-timeline h3{font-size:18px}body.is-h5 .h5-jr-rules{padding-bottom:48px}}body.is-h5 .h5-submission-dock{left:0;right:0;bottom:0;padding:0 max(12px,env(safe-area-inset-right)) calc(12px + env(safe-area-inset-bottom)) max(12px,env(safe-area-inset-left));border:0;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none;pointer-events:none}body.is-h5 .h5-dock-inner{max-width:760px;min-height:76px;padding:14px 14px 14px 18px;border:1px solid rgba(75,150,255,.24);border-radius:24px;background:#050a14e0;color:#fff;-webkit-backdrop-filter:blur(24px) saturate(145%);backdrop-filter:blur(24px) saturate(145%);box-shadow:0 18px 56px #0b173947,inset 0 1px #87bcff29;pointer-events:auto}body.is-h5 .h5-dock-copy>span:first-child{color:#fff}body.is-h5 .h5-submission-url{color:#b9c8e4}body.is-h5 .h5-copy-button{min-height:46px;padding-inline:17px;border:1px solid rgba(255,255,255,.8);background:#fffffff5;color:#0b1739;box-shadow:0 7px 22px #02071342,inset 0 1px #fff}body.is-h5 .h5-copy-button:focus-visible{outline-color:#87bcff}body.is-h5 .h5-share-button{right:4px;bottom:calc(100% + 12px);border:1px solid rgba(75,150,255,.3);background:#050a14e6;color:#fff;-webkit-backdrop-filter:blur(18px) saturate(145%);backdrop-filter:blur(18px) saturate(145%);box-shadow:0 12px 36px #0b173947,inset 0 1px #87bcff29}body.is-h5 .h5-toast{bottom:calc(var(--dock-height) + 44px)}@media(min-width:600px){body.is-h5 .h5-submission-dock{padding-right:max(24px,env(safe-area-inset-right));padding-bottom:calc(18px + env(safe-area-inset-bottom));padding-left:max(24px,env(safe-area-inset-left))}body.is-h5 .h5-dock-inner{min-height:78px;padding:14px 16px 14px 22px}body.is-h5 .h5-copy-button{padding-inline:24px}body.is-h5 .h5-share-button{right:6px}}@media(max-width:359px){body.is-h5 .h5-dock-inner{min-height:72px;padding:11px 11px 11px 14px;border-radius:21px}body.is-h5 .h5-copy-button{padding-inline:13px}}body.is-h5 .h5-dock-inner{border:1px solid rgba(255,255,255,.78);background:#fffffffa;color:#0b1739;-webkit-backdrop-filter:blur(18px) saturate(155%);backdrop-filter:blur(18px) saturate(155%);box-shadow:0 12px 36px #1557db24,inset 0 1px #ffffffc7}body.is-h5 .h5-dock-copy>span:first-child{color:#0b1739}body.is-h5 .h5-submission-url{color:#475569}body.is-h5 .h5-copy-button{position:relative;isolation:isolate;overflow:visible;border:0;background:linear-gradient(135deg,#17346b,#0b1739 48%,#020713);color:#fff;box-shadow:none;transition:transform .16s cubic-bezier(.2,.8,.2,1),background .16s cubic-bezier(.2,.8,.2,1)}body.is-h5 .h5-copy-button:after{content:"";position:absolute;z-index:-1;left:8%;right:8%;bottom:-10px;height:24px;border-radius:999px;background:radial-gradient(circle at 14% 50%,rgba(75,150,255,.78) 0 18%,transparent 54%),radial-gradient(circle at 39% 55%,rgba(240,68,194,.62) 0 18%,transparent 54%),radial-gradient(circle at 65% 50%,rgba(74,24,199,.66) 0 18%,transparent 54%),radial-gradient(circle at 88% 55%,rgba(243,174,86,.64) 0 18%,transparent 54%);filter:blur(12px);opacity:0;transform:translateY(3px) scale(.92);pointer-events:none;transition:opacity .26s cubic-bezier(.16,1,.3,1),transform .26s cubic-bezier(.16,1,.3,1)}body.is-h5 .h5-copy-button:focus-visible{outline:0;box-shadow:0 0 0 3px #4b96ff3d}body.is-h5 .h5-share-button{border:1px solid #d6e0ee;background:#ffffffad;color:#0b1739;-webkit-backdrop-filter:blur(18px) saturate(155%);backdrop-filter:blur(18px) saturate(155%);box-shadow:0 7px 22px #1557db1a,inset 0 1px #ffffffb8}body.is-h5 .h5-toast{border:1px solid rgba(255,255,255,.78);background:#ffffffc7;color:#0b1739;-webkit-backdrop-filter:blur(18px) saturate(155%);backdrop-filter:blur(18px) saturate(155%);box-shadow:0 12px 36px #1557db24,inset 0 1px #ffffffc7}@media(hover:hover)and (pointer:fine){body.is-h5 .h5-copy-button:hover{background:linear-gradient(135deg,#102550,#071027 48%,#000);transform:translateY(-2px)}body.is-h5 .h5-copy-button:hover:after{opacity:.72;transform:translateY(5px) scale(1.04)}}body.is-h5 .h5-copy-button:active{transform:translateY(0) scale(.98)}.copy-button:active:after{opacity:.34;transform:translateY(3px) scale(.94)}@media(prefers-reduced-motion:reduce){body.is-h5 .h5-copy-button,body.is-h5 .h5-copy-button:after{transition-duration:80ms}body.is-h5 .h5-copy-button:hover,body.is-h5 .h5-copy-button:active{transform:none}}@media(prefers-reduced-transparency:reduce){body.is-h5 .h5-dock-inner,body.is-h5 .h5-share-button,body.is-h5 .h5-toast{background:#fff;-webkit-backdrop-filter:none;backdrop-filter:none}}@media(max-width:599px){body.is-h5 .h5-hero-stage{min-height:clamp(552px,82vh,650px);min-height:clamp(552px,82svh,650px)}body.is-h5 .h5-hero-copy{padding-right:16px;padding-bottom:20px;padding-left:16px}body.is-h5 .h5-hero-copy h1{width:min(80vw,312px)}body.is-h5 .h5-hero-art img{height:calc(100% + 24px);transform:translateY(-24px)}body.is-h5 .h5-collection-date{margin-top:2px}body.is-h5 .h5-jr-partners{margin-top:0}}@media(max-width:359px){body.is-h5 .h5-hero-stage{min-height:530px}body.is-h5 .h5-hero-copy{padding-bottom:18px}body.is-h5 .h5-hero-copy h1{width:min(82vw,286px)}}@media(min-width:600px)and (max-aspect-ratio:6/5){body.is-h5 .h5-jr-core-award{min-height:300px;padding-top:26px;padding-bottom:24px}body.is-h5 .h5-jr-core-award>h3{margin-top:12px}body.is-h5 .h5-jr-award-metrics{margin-left:-7px}body.is-h5 .h5-jr-grand-trophy{width:51%;height:98%;right:2px;bottom:-12px;transform:translate(8px,18px)}}@media(min-width:960px)and (min-aspect-ratio:6/5){body.is-h5 .h5-jr-award-metrics{margin-left:-8px}body.is-h5 .h5-jr-grand-trophy{width:54%;height:70%;right:-8px;bottom:-6px;transform:translate(16px,28px)}}@media(min-width:960px)and (min-aspect-ratio:6/5){body.is-h5 .h5-hero{background:#edf3fc}body.is-h5 .h5-hero-art img{width:calc(100% + 6vw);max-width:none;transform:translate(-10vw,18px) scale(1.18)}body.is-h5 .h5-hero-copy{right:max(64px,calc((100vw - 1200px)/2 + 6vw))}body.is-h5 .h5-hero-art:after{background:linear-gradient(90deg,transparent 0 48%,rgba(231,237,251,.18) 58%,rgba(237,241,252,.74) 76%,#f1f4fc 100%),linear-gradient(180deg,transparent 0 54%,rgba(237,243,252,.14) 70%,rgba(237,243,252,.68) 89%,#edf3fc 100%);box-shadow:inset 0 -2px #edf3fc}body.is-h5 .h5-jr-partners{margin-top:-52px;background:#ffffff94}body.is-h5 .h5-jr-partner-item .h5-jr-hujing-logo{transform:translateY(-3px)}body.is-h5 .h5-jr-awards{padding-top:48px;background:linear-gradient(180deg,#edf3fc 0,#f3f7fd 92px,#f8faff00 210px),radial-gradient(ellipse at 0% 35%,#dfebff,transparent 60%);background-repeat:no-repeat;background-size:100% 210px,100% 100%}}@media(min-width:960px)and (min-aspect-ratio:6/5){body.is-h5 .h5-jr-awards-stack{margin-top:20px}body.is-h5 .h5-jr-awards-primary-grid .h5-jr-tier-heading{margin-top:16px}body.is-h5 .h5-jr-timeline .h5-collection-stage:before{left:0;top:-7px}}@media(min-width:960px)and (min-aspect-ratio:6/5){body.is-h5 .h5-jr-special-awards{row-gap:12px}body.is-h5 .h5-jr-special-award{padding-top:20px;padding-bottom:20px}body.is-h5 .h5-jr-timeline p{font-size:14px;line-height:1.72}}body.is-h5{padding-bottom:0}body.is-h5 .h5-jr-footer{padding-bottom:calc(32px + var(--dock-height) + 28px)}@media(max-width:599px){body.is-h5 .h5-jr-award-metrics{margin-left:-7px}body.is-h5 .h5-jr-grand-trophy{width:122%;max-height:clamp(108px,34vw,144px)}}body.is-h5 .h5-hero-art-full{visibility:hidden}body.is-h5 .h5-hero-art-full.is-ready{visibility:visible}@supports not (height: 1svh){body.is-h5 .h5-hero-stage{min-height:720px}@media(max-width:599px){body.is-h5 .h5-hero-stage{min-height:650px}}@media(min-width:600px)and (max-aspect-ratio:6/5){body.is-h5 .h5-hero-stage{min-height:980px}}}body.is-h5 .h5-jr-special-copy .h5-jr-award-sequence:after,body.is-h5 .h5-jr-incentive-copy .h5-jr-award-sequence:after{display:none}@media(max-width:599px){body.is-h5 .h5-jr-special-copy .h5-jr-award-sequence,body.is-h5 .h5-jr-incentive-copy .h5-jr-award-sequence{font-size:7.5px;letter-spacing:.02em;white-space:nowrap}}@media(max-width:359px){body.is-h5 .h5-jr-special-copy .h5-jr-award-sequence,body.is-h5 .h5-jr-incentive-copy .h5-jr-award-sequence{font-size:7px;letter-spacing:0}}@media(max-width:339px){body.is-h5 .h5-jr-special-copy .h5-jr-award-sequence,body.is-h5 .h5-jr-incentive-copy .h5-jr-award-sequence{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}body.is-h5 .h5-jr-core-award,body.is-h5 .h5-jr-special-award,body.is-h5 .h5-jr-incentive-award{border-color:#fffffff0;box-shadow:0 0 0 1px #264e940f,0 12px 30px #2a5bad1a,inset 0 1px #fffffff5}body.is-h5 .h5-dock-inner{border-color:#a7bfdd;background:#d8e8f8;color:#0b1739;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:0 14px 34px #284e8733,inset 0 1px #ffffffb8}body.is-h5 .h5-submission-url{color:#315078}body.is-h5 .h5-dock-copy>span:first-child{font-weight:650}body.is-h5 .h5-copy-button{border:1px solid #173c80;background:#173c80;box-shadow:0 7px 18px #173c803d}@media(hover:hover)and (pointer:fine){body.is-h5 .h5-copy-button:hover{background:#214f9f}}@media(prefers-reduced-transparency:reduce){body.is-h5 .h5-dock-inner{background:#d8e8f8}}body.is-h5 .h5-jr-award-sequence .h5-jr-seq-text{display:inline-block;max-width:100%;min-width:0;flex:0 1 auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:bottom}@media(min-width:600px)and (max-width:743px){body.is-h5 .h5-jr-special-award:not(.h5-jr-special-award-lead) dl>div,body.is-h5 .h5-jr-incentive-award dl>div{flex-direction:column;align-items:flex-start;gap:5px}}@media(max-width:599px){body.is-h5 .h5-jr-special-award dl>div,body.is-h5 .h5-jr-special-award-lead dl>div,body.is-h5 .h5-jr-incentive-award dl>div{gap:7px}body.is-h5 .h5-jr-special-award dt,body.is-h5 .h5-jr-incentive-award dt{line-height:20px}body.is-h5 .h5-jr-special-award dd,body.is-h5 .h5-jr-incentive-award dd{line-height:23.8px}}@media(max-width:359px){body.is-h5 .h5-jr-special-award dd,body.is-h5 .h5-jr-incentive-award dd{line-height:21px}}@media(min-width:600px)and (max-width:743px){body.is-h5 .h5-jr-special-award:not(.h5-jr-special-award-lead) dl>div{gap:9px}body.is-h5 .h5-jr-special-award:not(.h5-jr-special-award-lead) dt{line-height:24px}body.is-h5 .h5-jr-special-award:not(.h5-jr-special-award-lead) dd{line-height:29px}body.is-h5 .h5-jr-incentive-award dl>div{gap:9px}body.is-h5 .h5-jr-incentive-award dt{line-height:22px}body.is-h5 .h5-jr-incentive-award dd{line-height:26.1px}}body.is-h5 .h5-jr-talent-plan-note{width:100%;margin-top:36px;display:grid;grid-template-columns:17px minmax(0,1fr);align-items:start;gap:9px;color:var(--muted)}body.is-h5 .h5-jr-talent-plan-mark{width:17px;height:17px;display:grid;place-items:center;color:#1747b5b8}body.is-h5 .h5-jr-talent-plan-mark svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}body.is-h5 .h5-jr-talent-plan-copy{min-width:0}body.is-h5 .h5-jr-talent-plan-label{margin:0 0 10px;color:#3269bac7;font:700 10px/17px Arial,sans-serif;letter-spacing:.09em;text-transform:uppercase}body.is-h5 .h5-jr-talent-plan-copy>p:last-child{margin:0;color:var(--muted);font-size:17px;line-height:1.72;font-weight:500}body.is-h5 .h5-jr-talent-plan-note+.h5-jr-awards-footnote{margin-top:22px;padding-top:20px;border-top:1px solid #dfe8f5}@media(max-width:599px){body.is-h5 .h5-jr-talent-plan-note{margin-top:28px}body.is-h5 .h5-jr-talent-plan-label{margin-bottom:9px}body.is-h5 .h5-jr-talent-plan-note+.h5-jr-awards-footnote{margin-top:20px;padding-top:18px}}.preview-rules-page.is-open{display:block}body[data-direction=street] .submit-dialog .bio-field textarea{min-height:108px;padding:12px 16px 36px}body[data-direction=street] .submit-dialog .bio-field .bio-control{position:relative}body[data-direction=street] .submit-dialog .bio-field .bio-count{position:absolute;right:16px;bottom:12px;padding:5px 8px;border:1px solid var(--border);border-radius:var(--radius-pill);color:var(--text3);background:var(--surface2);font:500 11px/1 var(--font-body);pointer-events:none}body[data-direction=street] .submit-dialog .text-control,body[data-direction=street] .profile-edit-dialog .text-control{position:relative}body[data-direction=street] .submit-dialog .text-control .field-count,body[data-direction=street] .profile-edit-dialog .text-control .field-count{position:absolute;right:12px;top:50%;transform:translateY(-50%);padding:5px 8px;border:1px solid var(--border);border-radius:var(--radius-pill);color:var(--text3);background:var(--surface2);font:500 11px/1 var(--font-body);pointer-events:none}body[data-direction=street] .submit-dialog .text-control input:not([type=checkbox]):not([type=file]),body[data-direction=street] .profile-edit-dialog .text-control input{padding-right:96px}body[data-direction=street] .submit-dialog textarea:disabled{opacity:.4;cursor:not-allowed}body[data-direction=street] .submit-dialog .submit-step.is-view-only .text-control,body[data-direction=street] .submit-dialog .submit-step.is-view-only .tag-options,body[data-direction=street] .submit-dialog .submit-step.is-view-only .cover-field{pointer-events:none}body[data-direction=street] .submit-dialog .submit-step.is-view-only .cover-upload:before,body[data-direction=street] .submit-dialog .submit-step.is-view-only .cover-upload:after{display:none}body[data-direction=street] .submit-dialog .submit-step.is-view-only textarea:focus{outline:0;border-color:var(--border-visible);background:var(--glass-strong);box-shadow:inset 0 1px #ffffffb8}body[data-direction=street] .submit-dialog .cover-upload:hover{border-color:#bad8ff;background-color:#ffffff85;transform:none}body[data-direction=street] .jr-profile-page .profile-work-cover:after{content:none}.avatar{border:none!important}body[data-direction=street] .jr-profile-page .profile-person .avatar{box-shadow:none}.jr-debug-panel{position:fixed;top:8px;right:8px;z-index:9999;max-width:calc(100vw - 16px);max-height:60vh;overflow:auto;padding:10px 12px;border-radius:10px;background:#000000e0;color:#e0e8f0;font:11px/1.6 Menlo,Consolas,monospace;pointer-events:none;word-break:break-all}.jr-footer-meta small{-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}.jr-footer-meta small::selection{background:transparent;color:inherit}.video-progress-actions{display:flex;justify-content:flex-end;gap:4px;margin-top:10px}.video-progress-actions .text-button{min-height:32px;padding:0 10px;border-radius:6px;font-size:12px}.work-review-remark{color:var(--warning)}body[data-direction=street] .profile-edit-dialog .field textarea{width:100%;min-height:108px;padding:12px 16px 36px;border:1px solid var(--border-visible);border-radius:var(--radius-control);color:var(--text1);background:var(--glass-strong);box-shadow:inset 0 1px #ffffffb8;font:500 14px/1.7 var(--font-zh);outline:0;resize:vertical}body[data-direction=street] .profile-edit-dialog .field textarea:focus{border-color:#87bcff;box-shadow:0 0 0 3px #4b96ff3d}body[data-direction=street] .profile-edit-dialog .field textarea::placeholder{color:var(--text3)}body[data-direction=street] .profile-edit-dialog .optional{display:inline-flex;min-height:20px;margin-left:6px;padding:0 7px;align-items:center;vertical-align:1px;border-radius:var(--radius-pill);color:var(--text3);background:var(--surface2);font:700 10px/1 var(--font-zh)}body[data-direction=street] .profile-edit-dialog .bio-control{position:relative}body[data-direction=street] .profile-edit-dialog .bio-count{position:absolute;right:16px;bottom:12px;padding:5px 8px;border:1px solid var(--border);border-radius:var(--radius-pill);color:var(--text3);background:var(--surface2);font:500 11px/1 var(--font-body);pointer-events:none}.login-frame-dialog{margin:auto;padding:0;border:0;border-radius:28px;overflow:hidden;background:transparent;outline:none}.login-frame-dialog[open]{animation:jr-login-enter .32s cubic-bezier(.22,1,.36,1) both}.login-frame-dialog::backdrop{background:#e6effc24;-webkit-backdrop-filter:blur(24px) saturate(112%);backdrop-filter:blur(24px) saturate(112%)}.login-frame-dialog iframe{display:block;border:0;outline:none;max-width:calc(100vw - 24px);max-height:calc(100dvh - 24px);transition:opacity .18s ease}.login-frame-loading{position:absolute;inset:0;display:grid;place-items:center;border-radius:28px;background:#fff;pointer-events:none}.login-frame-loading:after{content:"";width:26px;height:26px;border:3px solid #d8e4f5;border-top-color:#1747b5;border-radius:50%;animation:jr-login-spin .8s linear infinite}@keyframes jr-login-spin{to{transform:rotate(1turn)}}body.is-h5 .h5-jr-timeline li:before{left:-8px}body.is-h5 .h5-jr-timeline li.h5-collection-stage:before{left:-9px}@media(min-width:960px)and (min-aspect-ratio:6/5){body.is-h5 .h5-jr-timeline li:before{top:-8px}body.is-h5 .h5-jr-timeline li.h5-collection-stage:before{top:-9px}}body .profile-summary-card .profile-person strong{max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}body .profile-summary-card .profile-person>div{min-width:0}
